01JD0TQF3CAK530JXPYKSV5WMK: 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: 01JD0TQRM5NW2VBR8C6RK2EFJ0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T23:47:09.712Zjob assigned to worker 01JD0TQTTHDFZ8MCQB1QR1V9DD [factory gimlet-EVT22200007-propolis, EVT22200007/19123] (queued for 25 s)
 
22024-11-18T23:47:17.226Zstarting task 0: "setup"
32024-11-18T23:47:17.250Z++ uname -s
42024-11-18T23:47:17.250Z+ kern=SunOS
52024-11-18T23:47:17.250Z+ case "$kern" in
62024-11-18T23:47:17.250Z+ groupadd -g 12345 build
72024-11-18T23:47:17.250Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T23:47:19.248Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T23:47:19.283Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T23:47:19.308Z+ home_fs=zfs
112024-11-18T23:47:19.308Z+ [[ zfs == autofs ]]
122024-11-18T23:47:19.308Z+ mkdir -p /home/build
132024-11-18T23:47:19.308Z+ chown build:build /home/build /work
142024-11-18T23:47:21.292Z+ chmod 0700 /home/build /work
152024-11-18T23:47:21.316Zprocess exited: duration 4071 ms, exit code 0
 
162024-11-18T23:47:21.365Zstarting task 1: "rust-toolchain"
172024-11-18T23:47:21.389Z+ printf ' * toolchain channel = "%s"
182024-11-18T23:47:21.389Z' 1.81.0
192024-11-18T23:47:21.389Z+ printf ' * toolchain profile = "%s"
202024-11-18T23:47:21.389Z * toolchain channel = "1.81.0"
212024-11-18T23:47:21.389Z' default
222024-11-18T23:47:21.389Z * toolchain profile = "default"
232024-11-18T23:47:21.389Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T23:47:21.389Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T23:47:21.503Zinfo: downloading installer
262024-11-18T23:47:21.911Zinfo: profile set to 'default'
272024-11-18T23:47:21.911Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T23:47:21.911Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T23:47:22.017Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T23:47:22.017Zinfo: downloading component 'cargo'
312024-11-18T23:47:22.132Zinfo: downloading component 'clippy'
322024-11-18T23:47:22.175Zinfo: downloading component 'rust-docs'
332024-11-18T23:47:22.335Zinfo: downloading component 'rust-std'
342024-11-18T23:47:22.590Zinfo: downloading component 'rustc'
352024-11-18T23:47:23.460Zinfo: downloading component 'rustfmt'
362024-11-18T23:47:23.495Zinfo: installing component 'cargo'
372024-11-18T23:47:24.563Zinfo: installing component 'clippy'
382024-11-18T23:47:25.001Zinfo: installing component 'rust-docs'
392024-11-18T23:47:27.624Zinfo: installing component 'rust-std'
402024-11-18T23:47:29.629Zinfo: installing component 'rustc'
412024-11-18T23:47:36.489Zinfo: installing component 'rustfmt'
422024-11-18T23:47:36.878Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-18T23:47:36.878Z
442024-11-18T23:47:37.031Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T23:47:37.031Z
462024-11-18T23:47:37.031Z
472024-11-18T23:47:37.031ZRust is installed now. Great!
482024-11-18T23:47:37.031Z
492024-11-18T23:47:37.031ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T23:47:37.031Zenvironment variable. This has not been done automatically.
512024-11-18T23:47:37.031Z
522024-11-18T23:47:37.031ZTo configure your current shell, you need to source
532024-11-18T23:47:37.031Zthe corresponding env file under $HOME/.cargo.
542024-11-18T23:47:37.031Z
552024-11-18T23:47:37.031ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T23:47:37.031Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T23:47:37.031Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T23:47:37.129Z+ rustc --version
592024-11-18T23:47:37.253Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T23:47:37.276Zprocess exited: duration 15893 ms, exit code 0
 
612024-11-18T23:47:37.324Zstarting task 2: "authentication"
622024-11-18T23:47:37.384Zprocess exited: duration 59 ms, exit code 0
 
632024-11-18T23:47:37.432Zstarting task 3: "clone repository"
642024-11-18T23:47:37.456Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T23:47:37.456Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T23:47:37.480ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T23:47:44.794Z+ cd /work/oxidecomputer/omicron
682024-11-18T23:47:44.794Z+ git fetch origin da1637621a1973a4a5c893cb9d3a3deeac5c7f11
692024-11-18T23:47:45.281ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T23:47:45.281Z * branch da1637621a1973a4a5c893cb9d3a3deeac5c7f11 -> FETCH_HEAD
712024-11-18T23:47:45.305Z+ [[ -n clarify-dataset-function-name ]]
722024-11-18T23:47:45.306Z++ git branch --show-current
732024-11-18T23:47:45.306Z+ current=main
742024-11-18T23:47:45.306Z+ [[ main != clarify-dataset-function-name ]]
752024-11-18T23:47:45.306Z+ git branch -f clarify-dataset-function-name da1637621a1973a4a5c893cb9d3a3deeac5c7f11
762024-11-18T23:47:45.330Z+ git checkout -f clarify-dataset-function-name
772024-11-18T23:47:45.551ZSwitched to branch 'clarify-dataset-function-name'
782024-11-18T23:47:45.575Z+ git reset --hard da1637621a1973a4a5c893cb9d3a3deeac5c7f11
792024-11-18T23:47:45.599ZHEAD is now at da1637621 Clarify sled-agent method related to datasets
802024-11-18T23:47:45.599Zprocess exited: duration 8144 ms, exit code 0
 
812024-11-18T23:47:45.647Zstarting task 4: "build"
822024-11-18T23:47:45.671Z+ source .github/buildomat/ci-env.sh
832024-11-18T23:47:45.671Z++ export CARGO_TERM_COLOR=always
842024-11-18T23:47:45.671Z++ CARGO_TERM_COLOR=always
852024-11-18T23:47:45.671Z+ cargo --version
862024-11-18T23:47:45.781Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-18T23:47:45.805Z+ rustc --version
882024-11-18T23:47:45.914Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-18T23:47:45.938Z+ source ./env.sh
902024-11-18T23:47:45.939Z++ OLD_SHELL_OPTS=ehxB
912024-11-18T23:47:45.939Z++ set -o xtrace
922024-11-18T23:47:45.939Z++++ dirname ./env.sh
932024-11-18T23:47:45.939Z+++ readlink -f .
942024-11-18T23:47:45.939Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-18T23:47:45.939Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-18T23:47:45.939Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-18T23:47:45.940Z++ 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
982024-11-18T23:47:45.940Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-18T23:47:45.940Z++ 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
1002024-11-18T23:47:45.940Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-18T23:47:45.940Z++ 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
1022024-11-18T23:47:45.940Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-18T23:47:45.940Z++ case $OLD_SHELL_OPTS in
1042024-11-18T23:47:45.940Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-18T23:47:45.940Z+ 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
1062024-11-18T23:47:45.940Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-18T23:47:45.940Z+ banner prerequisites
1082024-11-18T23:47:45.940Z
1092024-11-18T23:47:45.940Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-18T23:47:45.940Z # # # # # # # # # # # # # # #
1112024-11-18T23:47:45.941Z # # # # ##### # # ##### # # # # # #### #
1122024-11-18T23:47:45.941Z ##### ##### # ##### # # # # # # # # #
1132024-11-18T23:47:45.942Z # # # # # # # # # # # # # # #
1142024-11-18T23:47:45.942Z # # # ###### # # ###### ### # #### # #### #
1152024-11-18T23:47:45.942Z
1162024-11-18T23:47:45.942Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-18T23:47:54.990Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-18T23:47:59.296Z Startup: Caching catalogs ... Done
1192024-11-18T23:48:10.018ZPlanning: Solver setup ... Done (9.819s)
1202024-11-18T23:48:10.149ZPlanning: Running solver ... Done (0.132s)
1212024-11-18T23:48:10.245ZPlanning: Finding local manifests ... Done (0.003s)
1222024-11-18T23:48:10.322ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-18T23:48:10.768ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-18T23:48:10.891ZPlanning: Package planning ... Done (0.123s)
1252024-11-18T23:48:10.958ZPlanning: Merging actions ... Done (0.067s)
1262024-11-18T23:48:11.180ZPlanning: Checking for conflicting actions ... Done (0.222s)
1272024-11-18T23:48:12.248ZPlanning: Consolidating action changes ... Done (1.055s)
1282024-11-18T23:48:12.643ZPlanning: Evaluating mediators ... Done (0.407s)
1292024-11-18T23:48:12.738ZPlanning: Planning completed in 13.37 seconds
1302024-11-18T23:48:12.762Z Packages to install: 4
1312024-11-18T23:48:12.763Z Packages to update: 1
1322024-11-18T23:48:12.763Z Mediators to change: 2
1332024-11-18T23:48:12.763Z Services to change: 1
1342024-11-18T23:48:12.763Z Estimated space available: 155.18 GB
1352024-11-18T23:48:12.763ZEstimated space to be consumed: 1.60 GB
1362024-11-18T23:48:12.763Z Create boot environment: No
1372024-11-18T23:48:12.763ZCreate backup boot environment: Yes
1382024-11-18T23:48:12.763Z Rebuild boot archive: No
1392024-11-18T23:48:12.763Z
1402024-11-18T23:48:12.763ZChanged mediators:
1412024-11-18T23:48:12.763Z mediator clang:
1422024-11-18T23:48:12.763Z version: None -> 15 (system default)
1432024-11-18T23:48:12.763Z
1442024-11-18T23:48:12.763Z mediator llvm:
1452024-11-18T23:48:12.763Z version: 14 (system default) -> 15 (system default)
1462024-11-18T23:48:12.763Z
1472024-11-18T23:48:12.763ZChanged packages:
1482024-11-18T23:48:12.763Zhelios-dev
1492024-11-18T23:48:12.763Z developer/build-essential
1502024-11-18T23:48:12.763Z None -> 11-2.0
1512024-11-18T23:48:12.763Z library/libxmlsec1
1522024-11-18T23:48:12.763Z None -> 1.2.35-2.0
1532024-11-18T23:48:12.763Z ooce/developer/clang-15
1542024-11-18T23:48:12.763Z None -> 15.0.7-2.0
1552024-11-18T23:48:12.763Z ooce/developer/llvm-15
1562024-11-18T23:48:12.763Z None -> 15.0.7-2.0
1572024-11-18T23:48:12.763Z package/pkg
1582024-11-18T23:48:12.763Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-18T23:48:12.763Z
1602024-11-18T23:48:12.763ZServices:
1612024-11-18T23:48:12.763Z restart_fmri:
1622024-11-18T23:48:12.763Z svc:/system/update-man-index:default
1632024-11-18T23:48:12.763Z
1642024-11-18T23:48:12.763ZEditable files to change:
1652024-11-18T23:48:12.763Z Update:
1662024-11-18T23:48:12.763Z usr/share/lib/pkg/web/config.shtml
1672024-11-18T23:48:12.825Z
1682024-11-18T23:48:12.825ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-18T23:48:17.826ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (17.0M/s)
1702024-11-18T23:48:22.826ZDownload: 2824/4281 items 121.0/220.6MB 54% complete (12.3M/s)
1712024-11-18T23:48:29.258ZDownload: 3288/4281 items 211.8/220.6MB 95% complete (13.9M/s)
1722024-11-18T23:48:34.003ZDownload: Completed 220.60 MB in 21.18 seconds (10.4M/s)
1732024-11-18T23:48:35.506Z Actions: 1/5063 actions (Removing old actions)
1742024-11-18T23:48:35.530Z Actions: 194/5063 actions (Installing new actions)
1752024-11-18T23:48:40.625Z Actions: 3327/5063 actions (Installing new actions)
1762024-11-18T23:48:41.375Z Actions: 4226/5063 actions (Updating modified actions)
1772024-11-18T23:48:41.749Z Actions: Completed 5063 actions in 6.24 seconds.
1782024-11-18T23:48:42.097Z Done (0.338s)
1792024-11-18T23:48:42.122Z Done (0.000s)
1802024-11-18T23:48:42.738Z Done (0.639s)
1812024-11-18T23:48:47.996Z Done (5.089s)
1822024-11-18T23:48:48.091Z Done (0.019s)
1832024-11-18T23:48:48.115Z Done (0.000s)
1842024-11-18T23:48:48.280Z Done (0.000s)
1852024-11-18T23:48:48.970ZPlanning: Evaluating mediator changes ... Done
1862024-11-18T23:48:49.170ZPlanning: Checking for conflicting actions ... Done
1872024-11-18T23:48:49.194ZPlanning: Consolidating action changes ... Done
1882024-11-18T23:48:49.491ZPlanning: Evaluating mediators ... Done
1892024-11-18T23:48:49.515ZPlanning: Planning completed in 0.52 seconds
1902024-11-18T23:48:49.539Z Mediators to change: 2
1912024-11-18T23:48:49.539Z Create boot environment: No
1922024-11-18T23:48:49.539ZCreate backup boot environment: No
1932024-11-18T23:48:49.596Z Done
1942024-11-18T23:48:49.596Z Done
1952024-11-18T23:48:50.025Z Done
1962024-11-18T23:48:54.506Z Done
1972024-11-18T23:48:54.616Z Done
1982024-11-18T23:48:54.616Z Done
1992024-11-18T23:48:54.671Z Done
2002024-11-18T23:48:55.401ZPlanning: Evaluating mediator changes ... Done
2012024-11-18T23:48:55.425ZPlanning: Merging actions ... Done
2022024-11-18T23:48:55.637ZPlanning: Checking for conflicting actions ... Done
2032024-11-18T23:48:55.661ZPlanning: Consolidating action changes ... Done
2042024-11-18T23:48:55.952ZPlanning: Evaluating mediators ... Done
2052024-11-18T23:48:56.017ZPlanning: Planning completed in 0.91 seconds
2062024-11-18T23:48:56.063Z Packages to change: 1
2072024-11-18T23:48:56.063Z Mediators to change: 1
2082024-11-18T23:48:56.063Z Services to change: 1
2092024-11-18T23:48:56.063Z Create boot environment: No
2102024-11-18T23:48:56.063ZCreate backup boot environment: Yes
2112024-11-18T23:48:57.687Z Actions: 1/6 actions (Updating modified actions)
2122024-11-18T23:48:57.710Z Actions: Completed 6 actions in 0.00 seconds.
2132024-11-18T23:48:57.710Z Done
2142024-11-18T23:48:57.710Z Done
2152024-11-18T23:48:57.818Z Done
2162024-11-18T23:49:02.200Z Done
2172024-11-18T23:49:02.303Z Done
2182024-11-18T23:49:02.327Z Done
2192024-11-18T23:49:02.393Z Done
2202024-11-18T23:49:02.928ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-11-18T23:49:02.928Zclang system 15 system
2222024-11-18T23:49:02.928Zcsh system system illumos
2232024-11-18T23:49:02.928Zctags system system illumos
2242024-11-18T23:49:02.928Zgcc vendor 12 vendor
2252024-11-18T23:49:02.928Zgcc system 10 system
2262024-11-18T23:49:02.928Zgcc system 7 system
2272024-11-18T23:49:02.928Zgo system 1.20 system
2282024-11-18T23:49:02.928Zgo system 1.19 system
2292024-11-18T23:49:02.928Zllvm system 15 system
2302024-11-18T23:49:02.928Zllvm system 14 system
2312024-11-18T23:49:02.928Zmariadb system 10.6 system
2322024-11-18T23:49:02.928Zmta vendor vendor dma
2332024-11-18T23:49:02.928Zopenjdk system 17 system
2342024-11-18T23:49:02.928Zopenjdk system 11 system
2352024-11-18T23:49:02.928Zopenjdk system 1.8 system
2362024-11-18T23:49:02.928Zopenssl vendor 3 vendor
2372024-11-18T23:49:02.928Zperl system 5.36 system
2382024-11-18T23:49:02.928Zpostgresql system 15 system
2392024-11-18T23:49:02.928Zpostgresql system 13 system
2402024-11-18T23:49:02.929Zpython vendor 3 vendor
2412024-11-18T23:49:02.929Zpython system 2 system
2422024-11-18T23:49:02.929Zpython3 system 3.11 system
2432024-11-18T23:49:02.929Zruby system 3.0 system
2442024-11-18T23:49:02.929Zwords vendor vendor american-english
2452024-11-18T23:49:02.929Zwords system system australian-english
2462024-11-18T23:49:02.929Zwords system system british-english
2472024-11-18T23:49:02.929Zwords system system canadian-english
2482024-11-18T23:49:02.929Zwords system system french
2492024-11-18T23:49:02.929Zwords system system italian
2502024-11-18T23:49:02.929Zwords system system ngerman
2512024-11-18T23:49:02.929Zwords system system ogerman
2522024-11-18T23:49:02.929Zwords system system spanish
2532024-11-18T23:49:03.353ZPUBLISHER TYPE STATUS P LOCATION
2542024-11-18T23:49:03.353Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-11-18T23:49:06.456ZFMRI IFO
2562024-11-18T23:49:06.456Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-11-18T23:49:06.456Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-11-18T23:49:06.456Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-11-18T23:49:06.456Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-11-18T23:49:06.456Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-11-18T23:49:06.456Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-11-18T23:49:06.456Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-11-18T23:49:06.456Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-11-18T23:49:06.456Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-11-18T23:49:06.456Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2662024-11-18T23:49:06.457Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-11-18T23:49:06.457Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-11-18T23:49:06.458Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2692024-11-18T23:49:06.458Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-11-18T23:49:06.458Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-11-18T23:49:07.307Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-11-18T23:49:07.696Z Updating crates.io index
2732024-11-18T23:49:07.720Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-11-18T23:49:08.613Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-11-18T23:49:08.956Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-11-18T23:49:09.289Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-11-18T23:49:09.614Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-11-18T23:49:10.560Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-11-18T23:49:13.076Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-11-18T23:49:14.208Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-11-18T23:49:14.982Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-11-18T23:49:15.330Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-11-18T23:49:15.716Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-11-18T23:49:16.431Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-11-18T23:49:16.870Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-11-18T23:49:17.412Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-11-18T23:49:17.729Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-11-18T23:49:18.103Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-11-18T23:49:18.414Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-11-18T23:49:18.814Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-11-18T23:49:19.211Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-11-18T23:49:19.623Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-11-18T23:49:20.026Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-11-18T23:49:20.604Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-11-18T23:49:21.002Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-11-18T23:49:21.579Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-11-18T23:49:22.209Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-11-18T23:49:22.561Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-11-18T23:49:22.940Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-11-18T23:49:24.492Z Downloading crates ...
3012024-11-18T23:49:24.551Z Downloaded log v0.4.22
3022024-11-18T23:49:24.574Z Downloaded typenum v1.17.0
3032024-11-18T23:49:24.574Z Downloaded anstream v0.6.15
3042024-11-18T23:49:24.575Z Downloaded anstyle-parse v0.2.5
3052024-11-18T23:49:24.575Z Downloaded anstyle v1.0.10
3062024-11-18T23:49:24.575Z Downloaded byteorder v1.5.0
3072024-11-18T23:49:24.575Z Downloaded autocfg v1.4.0
3082024-11-18T23:49:24.575Z Downloaded cargo-platform v0.1.8
3092024-11-18T23:49:24.575Z Downloaded cargo_metadata v0.18.1
3102024-11-18T23:49:24.575Z Downloaded camino-tempfile v1.1.1
3112024-11-18T23:49:24.575Z Downloaded camino v1.1.9
3122024-11-18T23:49:24.599Z Downloaded block-buffer v0.10.4
3132024-11-18T23:49:24.599Z Downloaded bitflags v2.6.0
3142024-11-18T23:49:24.599Z Downloaded anstyle-query v1.1.1
3152024-11-18T23:49:24.599Z Downloaded cargo_toml v0.20.5
3162024-11-18T23:49:24.599Z Downloaded anyhow v1.0.93
3172024-11-18T23:49:24.599Z Downloaded itoa v1.0.11
3182024-11-18T23:49:24.599Z Downloaded fastrand v2.1.1
3192024-11-18T23:49:24.599Z Downloaded pest_generator v2.7.14
3202024-11-18T23:49:24.599Z Downloaded proc-macro2 v1.0.89
3212024-11-18T23:49:24.630Z Downloaded pest_derive v2.7.14
3222024-11-18T23:49:24.630Z Downloaded smawk v0.3.2
3232024-11-18T23:49:24.630Z Downloaded usdt-attr-macro v0.5.0
3242024-11-18T23:49:24.630Z Downloaded thiserror-impl v1.0.69
3252024-11-18T23:49:24.631Z Downloaded usdt-impl v0.5.0
3262024-11-18T23:49:24.631Z Downloaded utf8parse v0.2.2
3272024-11-18T23:49:24.631Z Downloaded version_check v0.9.5
3282024-11-18T23:49:24.631Z Downloaded zerocopy-derive v0.7.35
3292024-11-18T23:49:24.631Z Downloaded unicode-linebreak v0.1.5
3302024-11-18T23:49:24.631Z Downloaded serde_derive v1.0.215
3312024-11-18T23:49:24.631Z Downloaded serde v1.0.215
3322024-11-18T23:49:24.655Z Downloaded toml v0.8.19
3332024-11-18T23:49:24.655Z Downloaded pest v2.7.14
3342024-11-18T23:49:24.655Z Downloaded textwrap v0.16.1
3352024-11-18T23:49:24.655Z Downloaded toml_edit v0.22.22
3362024-11-18T23:49:24.679Z Downloaded clap_builder v4.5.21
3372024-11-18T23:49:24.679Z Downloaded zerocopy v0.7.35
3382024-11-18T23:49:24.703Z Downloaded winnow v0.6.20
3392024-11-18T23:49:24.727Z Downloaded serde_json v1.0.132
3402024-11-18T23:49:24.727Z Downloaded tabled v0.15.0
3412024-11-18T23:49:24.750Z Downloaded goblin v0.8.2
3422024-11-18T23:49:24.750Z Downloaded unicode-width v0.1.14
3432024-11-18T23:49:24.750Z Downloaded syn v1.0.109
3442024-11-18T23:49:24.774Z Downloaded syn v2.0.87
3452024-11-18T23:49:24.774Z Downloaded semver v1.0.23
3462024-11-18T23:49:24.774Z Downloaded ucd-trie v0.1.7
3472024-11-18T23:49:24.774Z Downloaded thread-id v4.2.2
3482024-11-18T23:49:24.774Z Downloaded terminal_size v0.4.0
3492024-11-18T23:49:24.798Z Downloaded rustix v0.38.37
3502024-11-18T23:49:24.821Z Downloaded tempfile v3.13.0
3512024-11-18T23:49:24.821Z Downloaded serde_spanned v0.6.8
3522024-11-18T23:49:24.821Z Downloaded proc-macro-error-attr v1.0.4
3532024-11-18T23:49:24.821Z Downloaded memchr v2.7.4
3542024-11-18T23:49:24.821Z Downloaded indexmap v2.6.0
3552024-11-18T23:49:24.821Z Downloaded hashbrown v0.15.0
3562024-11-18T23:49:24.846Z Downloaded usdt-macro v0.5.0
3572024-11-18T23:49:24.846Z Downloaded usdt v0.5.0
3582024-11-18T23:49:24.846Z Downloaded unicode-ident v1.0.13
3592024-11-18T23:49:24.846Z Downloaded toml_datetime v0.6.8
3602024-11-18T23:49:24.846Z Downloaded tabled_derive v0.7.0
3612024-11-18T23:49:24.846Z Downloaded serde_tokenstream v0.2.2
3622024-11-18T23:49:24.846Z Downloaded quote v1.0.37
3632024-11-18T23:49:24.846Z Downloaded swrite v0.1.0
3642024-11-18T23:49:24.846Z Downloaded strsim v0.11.1
3652024-11-18T23:49:24.846Z Downloaded pretty-hex v0.4.1
3662024-11-18T23:49:24.846Z Downloaded thiserror v1.0.69
3672024-11-18T23:49:24.846Z Downloaded sha2 v0.10.8
3682024-11-18T23:49:24.870Z Downloaded scroll_derive v0.12.0
3692024-11-18T23:49:24.870Z Downloaded scroll v0.12.0
3702024-11-18T23:49:24.870Z Downloaded pest_meta v2.7.14
3712024-11-18T23:49:24.871Z Downloaded libc v0.2.162
3722024-11-18T23:49:24.895Z Downloaded macaddr v1.0.1
3732024-11-18T23:49:24.895Z Downloaded fs-err v2.11.0
3742024-11-18T23:49:24.895Z Downloaded ryu v1.0.18
3752024-11-18T23:49:24.895Z Downloaded proc-macro-error v1.0.4
3762024-11-18T23:49:24.895Z Downloaded papergrid v0.11.0
3772024-11-18T23:49:24.919Z Downloaded once_cell v1.20.2
3782024-11-18T23:49:24.919Z Downloaded memmap v0.7.0
3792024-11-18T23:49:24.919Z Downloaded heck v0.4.1
3802024-11-18T23:49:24.919Z Downloaded is_terminal_polyfill v1.70.1
3812024-11-18T23:49:24.919Z Downloaded dof v0.3.0
3822024-11-18T23:49:24.919Z Downloaded clap v4.5.21
3832024-11-18T23:49:24.919Z Downloaded plain v0.2.3
3842024-11-18T23:49:24.919Z Downloaded generic-array v0.14.7
3852024-11-18T23:49:24.943Z Downloaded colorchoice v1.0.2
3862024-11-18T23:49:24.943Z Downloaded dtrace-parser v0.2.0
3872024-11-18T23:49:24.943Z Downloaded clap_lex v0.7.2
3882024-11-18T23:49:24.943Z Downloaded cfg-if v1.0.0
3892024-11-18T23:49:24.943Z Downloaded heck v0.5.0
3902024-11-18T23:49:24.943Z Downloaded fnv v1.0.7
3912024-11-18T23:49:24.943Z Downloaded errno v0.3.9
3922024-11-18T23:49:24.943Z Downloaded equivalent v1.0.1
3932024-11-18T23:49:24.943Z Downloaded digest v0.10.7
3942024-11-18T23:49:24.943Z Downloaded crypto-common v0.1.6
3952024-11-18T23:49:24.943Z Downloaded cpufeatures v0.2.14
3962024-11-18T23:49:24.943Z Downloaded clap_derive v4.5.18
3972024-11-18T23:49:24.943Z Downloaded bytecount v0.6.8
3982024-11-18T23:49:25.070Z Compiling proc-macro2 v1.0.89
3992024-11-18T23:49:25.070Z Compiling unicode-ident v1.0.13
4002024-11-18T23:49:25.070Z Compiling serde v1.0.215
4012024-11-18T23:49:25.070Z Compiling version_check v0.9.5
4022024-11-18T23:49:25.095Z Compiling memchr v2.7.4
4032024-11-18T23:49:25.095Z Compiling thiserror v1.0.69
4042024-11-18T23:49:25.095Z Compiling libc v0.2.162
4052024-11-18T23:49:25.095Z Compiling itoa v1.0.11
4062024-11-18T23:49:25.468Z Compiling ryu v1.0.18
4072024-11-18T23:49:25.495Z Compiling ucd-trie v0.1.7
4082024-11-18T23:49:25.811Z Compiling once_cell v1.20.2
4092024-11-18T23:49:25.910Z Compiling byteorder v1.5.0
4102024-11-18T23:49:26.037Z Compiling serde_json v1.0.132
4112024-11-18T23:49:26.096Z Compiling rustix v0.38.37
4122024-11-18T23:49:26.396Z Compiling bitflags v2.6.0
4132024-11-18T23:49:26.426Z Compiling usdt-impl v0.5.0
4142024-11-18T23:49:26.617Z Compiling proc-macro-error-attr v1.0.4
4152024-11-18T23:49:26.689Z Compiling syn v1.0.109
4162024-11-18T23:49:26.775Z Compiling quote v1.0.37
4172024-11-18T23:49:26.895Z Compiling proc-macro-error v1.0.4
4182024-11-18T23:49:26.961Z Compiling utf8parse v0.2.2
4192024-11-18T23:49:27.023Z Compiling errno v0.3.9
4202024-11-18T23:49:27.137Z Compiling syn v2.0.87
4212024-11-18T23:49:27.167Z Compiling log v0.4.22
4222024-11-18T23:49:27.289Z Compiling equivalent v1.0.1
4232024-11-18T23:49:27.439Z Compiling camino v1.1.9
4242024-11-18T23:49:27.509Z Compiling hashbrown v0.15.0
4252024-11-18T23:49:27.537Z Compiling plain v0.2.3
4262024-11-18T23:49:27.650Z Compiling thread-id v4.2.2
4272024-11-18T23:49:27.788Z Compiling anstyle-parse v0.2.5
4282024-11-18T23:49:28.124Z Compiling anstyle-query v1.1.1
4292024-11-18T23:49:28.152Z Compiling winnow v0.6.20
4302024-11-18T23:49:28.277Z Compiling unicode-width v0.1.14
4312024-11-18T23:49:28.304Z Compiling autocfg v1.4.0
4322024-11-18T23:49:28.522Z Compiling is_terminal_polyfill v1.70.1
4332024-11-18T23:49:28.658Z Compiling indexmap v2.6.0
4342024-11-18T23:49:28.705Z Compiling anstyle v1.0.10
4352024-11-18T23:49:28.817Z Compiling pretty-hex v0.4.1
4362024-11-18T23:49:29.038Z Compiling colorchoice v1.0.2
4372024-11-18T23:49:29.164Z Compiling semver v1.0.23
4382024-11-18T23:49:29.214Z Compiling terminal_size v0.4.0
4392024-11-18T23:49:29.417Z Compiling anstream v0.6.15
4402024-11-18T23:49:29.443Z Compiling fs-err v2.11.0
4412024-11-18T23:49:29.898Z Compiling heck v0.4.1
4422024-11-18T23:49:29.929Z Compiling strsim v0.11.1
4432024-11-18T23:49:29.953Z Compiling clap_lex v0.7.2
4442024-11-18T23:49:29.977Z Compiling fnv v1.0.7
4452024-11-18T23:49:30.138Z Compiling anyhow v1.0.93
4462024-11-18T23:49:30.162Z Compiling fastrand v2.1.1
4472024-11-18T23:49:30.479Z Compiling bytecount v0.6.8
4482024-11-18T23:49:30.682Z Compiling cfg-if v1.0.0
4492024-11-18T23:49:30.711Z Compiling heck v0.5.0
4502024-11-18T23:49:30.803Z Compiling papergrid v0.11.0
4512024-11-18T23:49:30.987Z Compiling clap_builder v4.5.21
4522024-11-18T23:49:31.099Z Compiling tempfile v3.13.0
4532024-11-18T23:49:31.204Z Compiling memmap v0.7.0
4542024-11-18T23:49:31.271Z Compiling smawk v0.3.2
4552024-11-18T23:49:31.425Z Compiling unicode-linebreak v0.1.5
4562024-11-18T23:49:31.859Z Compiling textwrap v0.16.1
4572024-11-18T23:49:31.909Z Compiling swrite v0.1.0
4582024-11-18T23:49:32.828Z Compiling tabled_derive v0.7.0
4592024-11-18T23:49:34.390Z Compiling tabled v0.15.0
4602024-11-18T23:49:35.724Z Compiling serde_derive v1.0.215
4612024-11-18T23:49:35.724Z Compiling thiserror-impl v1.0.69
4622024-11-18T23:49:35.748Z Compiling zerocopy-derive v0.7.35
4632024-11-18T23:49:35.748Z Compiling scroll_derive v0.12.0
4642024-11-18T23:49:36.157Z Compiling clap_derive v4.5.18
4652024-11-18T23:49:37.004Z Compiling scroll v0.12.0
4662024-11-18T23:49:37.490Z Compiling goblin v0.8.2
4672024-11-18T23:49:37.800Z Compiling zerocopy v0.7.35
4682024-11-18T23:49:38.544Z Compiling pest v2.7.14
4692024-11-18T23:49:39.707Z Compiling clap v4.5.21
4702024-11-18T23:49:40.742Z Compiling pest_meta v2.7.14
4712024-11-18T23:49:41.854Z Compiling pest_generator v2.7.14
4722024-11-18T23:49:43.984Z Compiling pest_derive v2.7.14
4732024-11-18T23:49:44.685Z Compiling dtrace-parser v0.2.0
4742024-11-18T23:49:45.972Z Compiling serde_spanned v0.6.8
4752024-11-18T23:49:45.972Z Compiling toml_datetime v0.6.8
4762024-11-18T23:49:46.274Z Compiling serde_tokenstream v0.2.2
4772024-11-18T23:49:46.339Z Compiling cargo-platform v0.1.8
4782024-11-18T23:49:46.371Z Compiling toml_edit v0.22.22
4792024-11-18T23:49:46.570Z Compiling macaddr v1.0.1
4802024-11-18T23:49:46.898Z Compiling camino-tempfile v1.1.1
4812024-11-18T23:49:47.591Z Compiling dof v0.3.0
4822024-11-18T23:49:47.591Z Compiling cargo_metadata v0.18.1
4832024-11-18T23:49:49.227Z Compiling toml v0.8.19
4842024-11-18T23:49:49.485Z Compiling usdt-macro v0.5.0
4852024-11-18T23:49:49.485Z Compiling usdt-attr-macro v0.5.0
4862024-11-18T23:49:49.954Z Compiling cargo_toml v0.20.5
4872024-11-18T23:49:50.698Z Compiling usdt v0.5.0
4882024-11-18T23:49:54.217Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-11-18T23:49:59.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.94s
4902024-11-18T23:50:00.242Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-11-18T23:50:00.963Z Downloading crates ...
4922024-11-18T23:50:01.105Z Downloaded atty v0.2.14
4932024-11-18T23:50:01.129Z Downloaded base64ct v1.6.0
4942024-11-18T23:50:01.129Z Downloaded hickory-resolver v0.24.1
4952024-11-18T23:50:01.129Z Downloaded curve25519-dalek v4.1.3
4962024-11-18T23:50:01.154Z Downloaded regex v1.11.1
4972024-11-18T23:50:01.180Z Downloaded impl-trait-for-tuples v0.2.2
4982024-11-18T23:50:01.181Z Downloaded humantime v2.1.0
4992024-11-18T23:50:01.181Z Downloaded idna v1.0.3
5002024-11-18T23:50:01.208Z Downloaded new_debug_unreachable v1.0.6
5012024-11-18T23:50:01.209Z Downloaded match_cfg v0.1.0
5022024-11-18T23:50:01.209Z Downloaded serde_plain v1.0.2
5032024-11-18T23:50:01.236Z Downloaded slog-envlogger v2.2.0
5042024-11-18T23:50:01.236Z Downloaded serde_urlencoded v0.7.1
5052024-11-18T23:50:01.237Z Downloaded waitgroup v0.1.2
5062024-11-18T23:50:01.237Z Downloaded vsss-rs v3.3.4
5072024-11-18T23:50:01.264Z Downloaded diesel_table_macro_syntax v0.2.0
5082024-11-18T23:50:01.264Z Downloaded normalize-line-endings v0.3.0
5092024-11-18T23:50:01.264Z Downloaded termtree v0.4.1
5102024-11-18T23:50:01.264Z Downloaded rand_chacha v0.3.1
5112024-11-18T23:50:01.290Z Downloaded tinyvec_macros v0.1.1
5122024-11-18T23:50:01.291Z Downloaded zerofrom v0.1.4
5132024-11-18T23:50:01.291Z Downloaded zeroize_derive v1.4.2
5142024-11-18T23:50:01.291Z Downloaded openssl-macros v0.1.1
5152024-11-18T23:50:01.291Z Downloaded oso-derive v0.27.3
5162024-11-18T23:50:01.317Z Downloaded tower-service v0.3.3
5172024-11-18T23:50:01.317Z Downloaded try-lock v0.2.5
5182024-11-18T23:50:01.317Z Downloaded serde-big-array v0.5.1
5192024-11-18T23:50:01.317Z Downloaded endian-type v0.1.2
5202024-11-18T23:50:01.317Z Downloaded foreign-types v0.3.2
5212024-11-18T23:50:01.317Z Downloaded parse-size v1.1.0
5222024-11-18T23:50:01.342Z Downloaded take_mut v0.2.2
5232024-11-18T23:50:01.367Z Downloaded strum v0.26.3
5242024-11-18T23:50:01.367Z Downloaded ena v0.14.3
5252024-11-18T23:50:01.367Z Downloaded darling_macro v0.20.10
5262024-11-18T23:50:01.367Z Downloaded unicode-xid v0.2.6
5272024-11-18T23:50:01.392Z Downloaded strip-ansi-escapes v0.2.0
5282024-11-18T23:50:01.392Z Downloaded pretty-hex v0.2.1
5292024-11-18T23:50:01.392Z Downloaded futures-macro v0.3.31
5302024-11-18T23:50:01.392Z Downloaded number_prefix v0.4.0
5312024-11-18T23:50:01.392Z Downloaded precomputed-hash v0.1.1
5322024-11-18T23:50:01.392Z Downloaded qorb v0.2.0
5332024-11-18T23:50:01.418Z Downloaded psl-types v2.0.11
5342024-11-18T23:50:01.418Z Downloaded sigpipe v0.1.3
5352024-11-18T23:50:01.418Z Downloaded sha1 v0.10.6
5362024-11-18T23:50:01.419Z Downloaded write16 v1.0.0
5372024-11-18T23:50:01.419Z Downloaded subtle v2.6.1
5382024-11-18T23:50:01.419Z Downloaded untrusted v0.9.0
5392024-11-18T23:50:01.445Z Downloaded utf16_iter v1.0.5
5402024-11-18T23:50:01.445Z Downloaded tokio-stream v0.1.16
5412024-11-18T23:50:01.445Z Downloaded wyz v0.5.1
5422024-11-18T23:50:01.445Z Downloaded untrusted v0.7.1
5432024-11-18T23:50:01.445Z Downloaded unicode-properties v0.1.3
5442024-11-18T23:50:01.445Z Downloaded walkdir v2.5.0
5452024-11-18T23:50:01.471Z Downloaded h2 v0.4.6
5462024-11-18T23:50:01.471Z Downloaded toml_edit v0.19.15
5472024-11-18T23:50:01.496Z Downloaded url v2.5.3
5482024-11-18T23:50:01.497Z Downloaded tokio-util v0.7.12
5492024-11-18T23:50:01.531Z Downloaded regress v0.10.1
5502024-11-18T23:50:01.531Z Downloaded winnow v0.5.40
5512024-11-18T23:50:01.561Z Downloaded regex-syntax v0.6.29
5522024-11-18T23:50:01.562Z Downloaded serde_with v3.11.0
5532024-11-18T23:50:01.562Z Downloaded petname v2.0.2
5542024-11-18T23:50:01.589Z Downloaded proptest v1.5.0
5552024-11-18T23:50:01.589Z Downloaded unicode-width v0.2.0
5562024-11-18T23:50:01.589Z Downloaded object v0.30.4
5572024-11-18T23:50:01.619Z Downloaded webpki-roots v0.26.6
5582024-11-18T23:50:01.619Z Downloaded gimli v0.31.1
5592024-11-18T23:50:01.619Z Downloaded rustls v0.22.4
5602024-11-18T23:50:01.643Z Downloaded rustls v0.23.14
5612024-11-18T23:50:01.667Z Downloaded dropshot v0.12.0
5622024-11-18T23:50:01.691Z Downloaded typify-impl v0.2.0
5632024-11-18T23:50:01.715Z Downloaded zerocopy-derive v0.6.6
5642024-11-18T23:50:01.715Z Downloaded dropshot v0.13.0
5652024-11-18T23:50:01.741Z Downloaded ratatui v0.28.1
5662024-11-18T23:50:01.766Z Downloaded libz-sys v1.1.20
5672024-11-18T23:50:01.791Z Downloaded lzma-sys v0.1.20
5682024-11-18T23:50:01.819Z Downloaded sled v0.34.7
5692024-11-18T23:50:01.844Z Downloaded regex-automata v0.4.8
5702024-11-18T23:50:01.877Z Downloaded openapiv3 v2.0.0
5712024-11-18T23:50:01.877Z Downloaded object v0.36.5
5722024-11-18T23:50:01.906Z Downloaded trust-dns-proto v0.22.0
5732024-11-18T23:50:01.906Z Downloaded polar-core v0.27.3
5742024-11-18T23:50:01.932Z Downloaded rustls v0.21.12
5752024-11-18T23:50:01.933Z Downloaded openssl v0.10.68
5762024-11-18T23:50:01.962Z Downloaded tokio v1.40.0
5772024-11-18T23:50:01.987Z Downloaded radix_trie v0.2.1
5782024-11-18T23:50:02.015Z Downloaded chrono-tz v0.10.0
5792024-11-18T23:50:02.015Z Downloaded petgraph v0.6.5
5802024-11-18T23:50:02.040Z Downloaded bstr v1.10.0
5812024-11-18T23:50:02.041Z Downloaded unicode-normalization v0.1.24
5822024-11-18T23:50:02.068Z Downloaded num-bigint-dig v0.8.4
5832024-11-18T23:50:02.068Z Downloaded hickory-proto v0.24.1
5842024-11-18T23:50:02.068Z Downloaded csv v1.3.0
5852024-11-18T23:50:02.093Z Downloaded smoltcp v0.9.1
5862024-11-18T23:50:02.118Z Downloaded num-bigint v0.4.6
5872024-11-18T23:50:02.118Z Downloaded futures-util v0.3.31
5882024-11-18T23:50:02.143Z Downloaded regex-syntax v0.8.5
5892024-11-18T23:50:02.143Z Downloaded sha3 v0.10.8
5902024-11-18T23:50:02.143Z Downloaded nix v0.29.0
5912024-11-18T23:50:02.168Z Downloaded ed25519-dalek v2.1.1
5922024-11-18T23:50:02.168Z Downloaded rustls-webpki v0.102.8
5932024-11-18T23:50:02.194Z Downloaded regress v0.9.1
5942024-11-18T23:50:02.221Z Downloaded quick-xml v0.33.0
5952024-11-18T23:50:02.221Z Downloaded serde_yaml v0.9.34+deprecated
5962024-11-18T23:50:02.221Z Downloaded rustls-pki-types v1.9.0
5972024-11-18T23:50:02.221Z Downloaded ssh-key v0.6.6
5982024-11-18T23:50:02.246Z Downloaded x509-cert v0.2.5
5992024-11-18T23:50:02.277Z Downloaded rustls-webpki v0.101.7
6002024-11-18T23:50:02.278Z Downloaded p384 v0.13.0
6012024-11-18T23:50:02.278Z Downloaded git2 v0.19.0
6022024-11-18T23:50:02.278Z Downloaded diesel v2.2.4
6032024-11-18T23:50:02.306Z Downloaded unsafe-libyaml v0.2.11
6042024-11-18T23:50:02.306Z Downloaded unicode-bidi v0.3.17
6052024-11-18T23:50:02.306Z Downloaded tokio-tungstenite v0.23.1
6062024-11-18T23:50:02.306Z Downloaded tokio-tungstenite v0.21.0
6072024-11-18T23:50:02.306Z Downloaded pkcs5 v0.7.1
6082024-11-18T23:50:02.307Z Downloaded unicode-segmentation v1.12.0
6092024-11-18T23:50:02.330Z Downloaded russh v0.45.0
6102024-11-18T23:50:02.331Z Downloaded nix v0.28.0
6112024-11-18T23:50:02.331Z Downloaded toml v0.7.8
6122024-11-18T23:50:02.363Z Downloaded serde_derive_internals v0.29.1
6132024-11-18T23:50:02.363Z Downloaded p521 v0.13.3
6142024-11-18T23:50:02.363Z Downloaded signal-hook v0.3.17
6152024-11-18T23:50:02.363Z Downloaded encoding_rs v0.8.34
6162024-11-18T23:50:02.391Z Downloaded rustls-pemfile v2.2.0
6172024-11-18T23:50:02.415Z Downloaded progenitor-impl v0.8.0
6182024-11-18T23:50:02.415Z Downloaded steno v0.4.1
6192024-11-18T23:50:02.415Z Downloaded salty v0.3.0
6202024-11-18T23:50:02.415Z Downloaded nix v0.27.1
6212024-11-18T23:50:02.439Z Downloaded libgit2-sys v0.17.0+1.8.1
6222024-11-18T23:50:02.513Z Downloaded writeable v0.5.5
6232024-11-18T23:50:02.538Z Downloaded whoami v1.5.2
6242024-11-18T23:50:02.538Z Downloaded which v4.4.2
6252024-11-18T23:50:02.538Z Downloaded want v0.3.1
6262024-11-18T23:50:02.538Z Downloaded utf-8 v0.7.6
6272024-11-18T23:50:02.538Z Downloaded tokio-tungstenite v0.24.0
6282024-11-18T23:50:02.538Z Downloaded serde_with_macros v3.11.0
6292024-11-18T23:50:02.538Z Downloaded dirs-sys-next v0.1.2
6302024-11-18T23:50:02.538Z Downloaded pkcs8 v0.10.2
6312024-11-18T23:50:02.538Z Downloaded pkcs1 v0.7.5
6322024-11-18T23:50:02.538Z Downloaded dropshot_endpoint v0.13.0
6332024-11-18T23:50:02.562Z Downloaded zip v2.1.3
6342024-11-18T23:50:02.562Z Downloaded portable-atomic v1.9.0
6352024-11-18T23:50:02.562Z Downloaded quinn-proto v0.11.8
6362024-11-18T23:50:02.562Z Downloaded tokio-rustls v0.26.0
6372024-11-18T23:50:02.586Z Downloaded displaydoc v0.2.5
6382024-11-18T23:50:02.586Z Downloaded data-encoding v2.6.0
6392024-11-18T23:50:02.586Z Downloaded gethostname v0.5.0
6402024-11-18T23:50:02.586Z Downloaded dropshot_endpoint v0.12.0
6412024-11-18T23:50:02.586Z Downloaded bzip2-sys v0.1.11+1.0.8
6422024-11-18T23:50:02.586Z Downloaded universal-hash v0.5.1
6432024-11-18T23:50:02.612Z Downloaded unicase v2.7.0
6442024-11-18T23:50:02.612Z Downloaded shlex v1.3.0
6452024-11-18T23:50:02.612Z Downloaded display-error-chain v0.2.2
6462024-11-18T23:50:02.612Z Downloaded progenitor-macro v0.8.0
6472024-11-18T23:50:02.612Z Downloaded num-complex v0.4.6
6482024-11-18T23:50:02.612Z Downloaded dyn-clone v1.0.17
6492024-11-18T23:50:02.612Z Downloaded prettyplease v0.2.25
6502024-11-18T23:50:02.612Z Downloaded tough v0.19.0
6512024-11-18T23:50:02.612Z Downloaded signature v2.2.0
6522024-11-18T23:50:02.612Z Downloaded rustls-pemfile v1.0.4
6532024-11-18T23:50:02.636Z Downloaded progenitor-client v0.8.0
6542024-11-18T23:50:02.636Z Downloaded pin-utils v0.1.0
6552024-11-18T23:50:02.636Z Downloaded peg v0.8.4
6562024-11-18T23:50:02.636Z Downloaded num-traits v0.2.19
6572024-11-18T23:50:02.636Z Downloaded signal-hook-mio v0.2.4
6582024-11-18T23:50:02.636Z Downloaded elliptic-curve v0.13.8
6592024-11-18T23:50:02.636Z Downloaded signal-hook-registry v1.4.2
6602024-11-18T23:50:02.636Z Downloaded shell-words v1.1.0
6612024-11-18T23:50:02.636Z Downloaded password-hash v0.5.0
6622024-11-18T23:50:02.636Z Downloaded subprocess v0.2.9
6632024-11-18T23:50:02.636Z Downloaded unicode_categories v0.1.1
6642024-11-18T23:50:02.660Z Downloaded typed-path v0.9.3
6652024-11-18T23:50:02.660Z Downloaded serde-hex v0.1.0
6662024-11-18T23:50:02.660Z Downloaded debug-ignore v1.0.5
6672024-11-18T23:50:02.660Z Downloaded paste v1.0.15
6682024-11-18T23:50:02.660Z Downloaded password-hash v0.4.2
6692024-11-18T23:50:02.660Z Downloaded num-rational v0.4.2
6702024-11-18T23:50:02.660Z Downloaded ed25519 v2.2.3
6712024-11-18T23:50:02.660Z Downloaded signal-hook-tokio v0.3.1
6722024-11-18T23:50:02.660Z Downloaded num-derive v0.4.2
6732024-11-18T23:50:02.684Z Downloaded ghash v0.5.1
6742024-11-18T23:50:02.684Z Downloaded getrandom v0.2.15
6752024-11-18T23:50:02.684Z Downloaded dunce v1.0.5
6762024-11-18T23:50:02.684Z Downloaded tokio-postgres v0.7.12
6772024-11-18T23:50:02.684Z Downloaded parse-zoneinfo v0.3.1
6782024-11-18T23:50:02.684Z Downloaded smoltcp v0.11.0
6792024-11-18T23:50:02.713Z Downloaded pbkdf2 v0.12.2
6802024-11-18T23:50:02.714Z Downloaded pbkdf2 v0.11.0
6812024-11-18T23:50:02.714Z Downloaded path-slash v0.1.5
6822024-11-18T23:50:02.714Z Downloaded num_enum_derive v0.5.11
6832024-11-18T23:50:02.714Z Downloaded num_enum v0.5.11
6842024-11-18T23:50:02.714Z Downloaded num-iter v0.1.45
6852024-11-18T23:50:02.714Z Downloaded num-integer v0.1.46
6862024-11-18T23:50:02.714Z Downloaded ecdsa v0.16.9
6872024-11-18T23:50:02.714Z Downloaded dsl_auto_type v0.1.2
6882024-11-18T23:50:02.714Z Downloaded strum_macros v0.26.4
6892024-11-18T23:50:02.714Z Downloaded predicates-tree v1.0.11
6902024-11-18T23:50:02.714Z Downloaded predicates v3.1.2
6912024-11-18T23:50:02.740Z Downloaded futures-channel v0.3.31
6922024-11-18T23:50:02.740Z Downloaded tar v0.4.43
6932024-11-18T23:50:02.740Z Downloaded expectorate v1.1.0
6942024-11-18T23:50:02.740Z Downloaded rustyline v14.0.0
6952024-11-18T23:50:02.740Z Downloaded publicsuffix v2.2.3
6962024-11-18T23:50:02.740Z Downloaded strum_macros v0.25.3
6972024-11-18T23:50:02.740Z Downloaded structmeta v0.2.0
6982024-11-18T23:50:02.740Z Downloaded progenitor v0.8.0
6992024-11-18T23:50:02.740Z Downloaded proc-macro-crate v1.3.1
7002024-11-18T23:50:02.764Z Downloaded primeorder v0.13.6
7012024-11-18T23:50:02.764Z Downloaded predicates-core v1.0.8
7022024-11-18T23:50:02.764Z Downloaded darling_core v0.20.10
7032024-11-18T23:50:02.764Z Downloaded tracing v0.1.40
7042024-11-18T23:50:02.764Z Downloaded rayon v1.10.0
7052024-11-18T23:50:02.789Z Downloaded num_threads v0.1.7
7062024-11-18T23:50:02.789Z Downloaded num-conv v0.1.0
7072024-11-18T23:50:02.789Z Downloaded fxhash v0.2.1
7082024-11-18T23:50:02.789Z Downloaded downcast v0.11.0
7092024-11-18T23:50:02.789Z Downloaded futures-task v0.3.31
7102024-11-18T23:50:02.789Z Downloaded futures-executor v0.3.31
7112024-11-18T23:50:02.789Z Downloaded pin-project v1.1.6
7122024-11-18T23:50:02.789Z Downloaded fd-lock v4.0.2
7132024-11-18T23:50:02.789Z Downloaded futures-io v0.3.31
7142024-11-18T23:50:02.815Z Downloaded futures-core v0.3.31
7152024-11-18T23:50:02.815Z Downloaded either v1.13.0
7162024-11-18T23:50:02.815Z Downloaded pem-rfc7468 v0.7.0
7172024-11-18T23:50:02.815Z Downloaded futures v0.3.31
7182024-11-18T23:50:02.815Z Downloaded chrono v0.4.38
7192024-11-18T23:50:02.815Z Downloaded futures-sink v0.3.31
7202024-11-18T23:50:02.815Z Downloaded xattr v1.3.1
7212024-11-18T23:50:02.815Z Downloaded zopfli v0.8.1
7222024-11-18T23:50:02.815Z Downloaded russh-keys v0.45.0
7232024-11-18T23:50:02.839Z Downloaded zerovec v0.10.4
7242024-11-18T23:50:02.839Z Downloaded reqwest v0.12.9
7252024-11-18T23:50:02.839Z Downloaded hashbrown v0.14.5
7262024-11-18T23:50:02.839Z Downloaded stringprep v0.1.5
7272024-11-18T23:50:02.863Z Downloaded string_cache v0.8.7
7282024-11-18T23:50:02.863Z Downloaded static_assertions v1.1.0
7292024-11-18T23:50:02.863Z Downloaded stable_deref_trait v1.2.0
7302024-11-18T23:50:02.863Z Downloaded pin-project-lite v0.2.14
7312024-11-18T23:50:02.863Z Downloaded pin-project-internal v1.1.6
7322024-11-18T23:50:02.863Z Downloaded peg-macros v0.8.4
7332024-11-18T23:50:02.863Z Downloaded parking_lot v0.11.2
7342024-11-18T23:50:02.863Z Downloaded tracing-core v0.1.32
7352024-11-18T23:50:02.887Z Downloaded rusqlite v0.32.1
7362024-11-18T23:50:02.887Z Downloaded hashbrown v0.12.3
7372024-11-18T23:50:02.888Z Downloaded strum_macros v0.24.3
7382024-11-18T23:50:02.888Z Downloaded fs_extra v1.3.0
7392024-11-18T23:50:02.888Z Downloaded tokio-rustls v0.25.0
7402024-11-18T23:50:02.888Z Downloaded term v0.7.0
7412024-11-18T23:50:02.888Z Downloaded parse-display-derive v0.10.0
7422024-11-18T23:50:02.888Z Downloaded parking_lot v0.12.3
7432024-11-18T23:50:02.911Z Downloaded tungstenite v0.24.0
7442024-11-18T23:50:02.911Z Downloaded tungstenite v0.23.0
7452024-11-18T23:50:02.911Z Downloaded tungstenite v0.21.0
7462024-11-18T23:50:02.911Z Downloaded hashbrown v0.13.2
7472024-11-18T23:50:02.912Z Downloaded reedline v0.35.0
7482024-11-18T23:50:02.936Z Downloaded xz2 v0.1.7
7492024-11-18T23:50:02.936Z Downloaded unicode-truncate v1.1.0
7502024-11-18T23:50:02.936Z Downloaded structmeta-derive v0.3.0
7512024-11-18T23:50:02.936Z Downloaded structmeta v0.3.0
7522024-11-18T23:50:02.936Z Downloaded phf_shared v0.11.2
7532024-11-18T23:50:02.936Z Downloaded phf_generator v0.11.2
7542024-11-18T23:50:02.936Z Downloaded phf_codegen v0.11.2
7552024-11-18T23:50:02.936Z Downloaded phf v0.11.2
7562024-11-18T23:50:02.936Z Downloaded percent-encoding v2.3.1
7572024-11-18T23:50:02.936Z Downloaded pem v3.0.4
7582024-11-18T23:50:02.936Z Downloaded funty v2.0.0
7592024-11-18T23:50:02.937Z Downloaded fragile v2.0.0
7602024-11-18T23:50:02.937Z Downloaded form_urlencoded v1.2.1
7612024-11-18T23:50:02.960Z Downloaded zone v0.1.8
7622024-11-18T23:50:02.960Z Downloaded tokio-rustls v0.24.1
7632024-11-18T23:50:02.960Z Downloaded synstructure v0.13.1
7642024-11-18T23:50:02.961Z Downloaded schemars v0.8.21
7652024-11-18T23:50:02.961Z Downloaded ring v0.17.8
7662024-11-18T23:50:03.031Z Downloaded samael v0.0.17
7672024-11-18T23:50:03.055Z Downloaded flate2 v1.0.34
7682024-11-18T23:50:03.055Z Downloaded zerocopy v0.6.6
7692024-11-18T23:50:03.055Z Downloaded quinn v0.11.5
7702024-11-18T23:50:03.055Z Downloaded blake3 v1.5.4
7712024-11-18T23:50:03.081Z Downloaded bindgen v0.69.5
7722024-11-18T23:50:03.081Z Downloaded aws-lc-rs v1.10.0
7732024-11-18T23:50:03.081Z Downloaded embedded-io v0.6.1
7742024-11-18T23:50:03.106Z Downloaded embedded-io v0.4.0
7752024-11-18T23:50:03.106Z Downloaded zone v0.3.0
7762024-11-18T23:50:03.106Z Downloaded supports-color v3.0.1
7772024-11-18T23:50:03.106Z Downloaded rustc-demangle v0.1.24
7782024-11-18T23:50:03.106Z Downloaded parking_lot_core v0.9.10
7792024-11-18T23:50:03.106Z Downloaded parking_lot_core v0.8.6
7802024-11-18T23:50:03.106Z Downloaded env_logger v0.10.2
7812024-11-18T23:50:03.106Z Downloaded flume v0.11.1
7822024-11-18T23:50:03.106Z Downloaded fatfs v0.3.6
7832024-11-18T23:50:03.106Z Downloaded time v0.3.36
7842024-11-18T23:50:03.130Z Downloaded headers v0.4.0
7852024-11-18T23:50:03.130Z Downloaded der v0.7.9
7862024-11-18T23:50:03.130Z Downloaded bitvec v1.0.1
7872024-11-18T23:50:03.155Z Downloaded structmeta-derive v0.2.0
7882024-11-18T23:50:03.155Z Downloaded phf_shared v0.10.0
7892024-11-18T23:50:03.155Z Downloaded peg-runtime v0.8.3
7902024-11-18T23:50:03.155Z Downloaded foreign-types-shared v0.3.1
7912024-11-18T23:50:03.155Z Downloaded foreign-types-shared v0.1.1
7922024-11-18T23:50:03.155Z Downloaded zone_cfg_derive v0.3.0
7932024-11-18T23:50:03.155Z Downloaded zone_cfg_derive v0.1.2
7942024-11-18T23:50:03.155Z Downloaded tap v1.0.1
7952024-11-18T23:50:03.155Z Downloaded tabwriter v1.4.0
7962024-11-18T23:50:03.155Z Downloaded sync-ptr v0.1.1
7972024-11-18T23:50:03.155Z Downloaded rustfmt-wrapper v0.2.1
7982024-11-18T23:50:03.155Z Downloaded rustc_version v0.4.1
7992024-11-18T23:50:03.155Z Downloaded rustc_version v0.1.7
8002024-11-18T23:50:03.155Z Downloaded rustc-hash v2.0.0
8012024-11-18T23:50:03.155Z Downloaded russh-cryptovec v0.7.3
8022024-11-18T23:50:03.155Z Downloaded packed_struct_codegen v0.10.1
8032024-11-18T23:50:03.179Z Downloaded packed_struct v0.10.1
8042024-11-18T23:50:03.179Z Downloaded olpc-cjson v0.1.4
8052024-11-18T23:50:03.179Z Downloaded foreign-types-macros v0.2.3
8062024-11-18T23:50:03.179Z Downloaded foreign-types v0.5.0
8072024-11-18T23:50:03.179Z Downloaded env_logger v0.11.5
8082024-11-18T23:50:03.179Z Downloaded libsqlite3-sys v0.30.1
8092024-11-18T23:50:03.252Z Downloaded env_filter v0.1.2
8102024-11-18T23:50:03.276Z Downloaded ring v0.16.20
8112024-11-18T23:50:03.351Z Downloaded enum-as-inner v0.6.1
8122024-11-18T23:50:03.377Z Downloaded enum-as-inner v0.5.1
8132024-11-18T23:50:03.377Z Downloaded typify-macro v0.2.0
8142024-11-18T23:50:03.377Z Downloaded typify v0.2.0
8152024-11-18T23:50:03.377Z Downloaded tracing-attributes v0.1.27
8162024-11-18T23:50:03.377Z Downloaded sct v0.7.1
8172024-11-18T23:50:03.377Z Downloaded rustversion v1.0.17
8182024-11-18T23:50:03.377Z Downloaded postgres-protocol v0.6.7
8192024-11-18T23:50:03.377Z Downloaded oso v0.27.3
8202024-11-18T23:50:03.377Z Downloaded test-strategy v0.3.1
8212024-11-18T23:50:03.402Z Downloaded vcpkg v0.2.15
8222024-11-18T23:50:03.427Z Downloaded uzers v0.12.1
8232024-11-18T23:50:03.427Z Downloaded sync_wrapper v1.0.1
8242024-11-18T23:50:03.427Z Downloaded rustc-hash v1.1.0
8252024-11-18T23:50:03.427Z Downloaded parse-display v0.10.0
8262024-11-18T23:50:03.452Z Downloaded topological-sort v0.2.2
8272024-11-18T23:50:03.452Z Downloaded rusty-fork v0.3.0
8282024-11-18T23:50:03.452Z Downloaded p256 v0.13.2
8292024-11-18T23:50:03.452Z Downloaded openssl-sys v0.9.104
8302024-11-18T23:50:03.452Z Downloaded omicron-zone-package v0.11.1
8312024-11-18T23:50:03.452Z Downloaded yasna v0.5.2
8322024-11-18T23:50:03.452Z Downloaded uuid v1.11.0
8332024-11-18T23:50:03.452Z Downloaded foldhash v0.1.3
8342024-11-18T23:50:03.452Z Downloaded unarray v0.1.4
8352024-11-18T23:50:03.453Z Downloaded twox-hash v1.6.3
8362024-11-18T23:50:03.479Z Downloaded tui-tree-widget v0.22.0
8372024-11-18T23:50:03.479Z Downloaded powerfmt v0.2.0
8382024-11-18T23:50:03.480Z Downloaded postgres-types v0.2.8
8392024-11-18T23:50:03.480Z Downloaded postcard v1.0.10
8402024-11-18T23:50:03.480Z Downloaded semver v0.1.20
8412024-11-18T23:50:03.480Z Downloaded secrecy v0.8.0
8422024-11-18T23:50:03.480Z Downloaded sec1 v0.7.3
8432024-11-18T23:50:03.480Z Downloaded schemars_derive v0.8.21
8442024-11-18T23:50:03.481Z Downloaded scheduled-thread-pool v0.2.7
8452024-11-18T23:50:03.481Z Downloaded same-file v1.0.6
8462024-11-18T23:50:03.481Z Downloaded owo-colors v4.1.0
8472024-11-18T23:50:03.481Z Downloaded zip v0.6.6
8482024-11-18T23:50:03.481Z Downloaded nom v7.1.3
8492024-11-18T23:50:03.507Z Downloaded salsa20 v0.10.2
8502024-11-18T23:50:03.507Z Downloaded ppv-lite86 v0.2.20
8512024-11-18T23:50:03.508Z Downloaded pkg-config v0.3.31
8522024-11-18T23:50:03.508Z Downloaded derive-where v1.2.7
8532024-11-18T23:50:03.508Z Downloaded polyval v0.6.2
8542024-11-18T23:50:03.508Z Downloaded ff v0.13.0
8552024-11-18T23:50:03.508Z Downloaded fallible-streaming-iterator v0.1.9
8562024-11-18T23:50:03.508Z Downloaded yoke v0.7.4
8572024-11-18T23:50:03.508Z Downloaded toolchain_find v0.4.0
8582024-11-18T23:50:03.508Z Downloaded poly1305 v0.8.0
8592024-11-18T23:50:03.508Z Downloaded fallible-iterator v0.2.0
8602024-11-18T23:50:03.508Z Downloaded hashlink v0.9.1
8612024-11-18T23:50:03.508Z Downloaded float-ord v0.3.2
8622024-11-18T23:50:03.509Z Downloaded float-cmp v0.9.0
8632024-11-18T23:50:03.509Z Downloaded fixedbitset v0.4.2
8642024-11-18T23:50:03.534Z Downloaded filetime v0.2.25
8652024-11-18T23:50:03.534Z Downloaded zerovec-derive v0.10.3
8662024-11-18T23:50:03.534Z Downloaded tinyvec v1.8.0
8672024-11-18T23:50:03.534Z Downloaded thread_local v1.1.8
8682024-11-18T23:50:03.534Z Downloaded thiserror-no-std v2.0.2
8692024-11-18T23:50:03.534Z Downloaded thiserror-impl-no-std v2.0.2
8702024-11-18T23:50:03.534Z Downloaded termios v0.3.3
8712024-11-18T23:50:03.534Z Downloaded r2d2 v0.8.10
8722024-11-18T23:50:03.534Z Downloaded quinn-udp v0.5.5
8732024-11-18T23:50:03.534Z Downloaded sqlparser v0.45.0
8742024-11-18T23:50:03.560Z Downloaded lalrpop v0.19.12
8752024-11-18T23:50:03.560Z Downloaded openssl-probe v0.1.5
8762024-11-18T23:50:03.560Z Downloaded opaque-debug v0.3.1
8772024-11-18T23:50:03.560Z Downloaded flagset v0.4.6
8782024-11-18T23:50:03.560Z Downloaded fallible-iterator v0.3.0
8792024-11-18T23:50:03.561Z Downloaded zerofrom-derive v0.1.4
8802024-11-18T23:50:03.561Z Downloaded rsa v0.9.6
8812024-11-18T23:50:03.561Z Downloaded globset v0.4.15
8822024-11-18T23:50:03.585Z Downloaded derive_builder_core v0.20.2
8832024-11-18T23:50:03.586Z Downloaded defmt v0.3.8
8842024-11-18T23:50:03.586Z Downloaded slog v2.7.0
8852024-11-18T23:50:03.586Z Downloaded zeroize v1.8.1
8862024-11-18T23:50:03.586Z Downloaded yoke-derive v0.7.4
8872024-11-18T23:50:03.586Z Downloaded rand v0.8.5
8882024-11-18T23:50:03.586Z Downloaded similar v2.6.0
8892024-11-18T23:50:03.586Z Downloaded crossterm v0.28.1
8902024-11-18T23:50:03.610Z Downloaded tokio-native-tls v0.3.1
8912024-11-18T23:50:03.610Z Downloaded tokio-macros v2.4.0
8922024-11-18T23:50:03.610Z Downloaded time-macros v0.2.18
8932024-11-18T23:50:03.611Z Downloaded ron v0.8.1
8942024-11-18T23:50:03.611Z Downloaded ron v0.7.1
8952024-11-18T23:50:03.611Z Downloaded heapless v0.8.0
8962024-11-18T23:50:03.611Z Downloaded hash32 v0.2.1
8972024-11-18T23:50:03.636Z Downloaded half v2.4.1
8982024-11-18T23:50:03.636Z Downloaded group v0.13.0
8992024-11-18T23:50:03.636Z Downloaded glob v0.3.1
9002024-11-18T23:50:03.636Z Downloaded smf v0.2.3
9012024-11-18T23:50:03.636Z Downloaded tls_codec_derive v0.4.1
9022024-11-18T23:50:03.636Z Downloaded tls_codec v0.4.1
9032024-11-18T23:50:03.636Z Downloaded tinystr v0.7.6
9042024-11-18T23:50:03.636Z Downloaded tiny-keccak v2.0.2
9052024-11-18T23:50:03.636Z Downloaded deranged v0.3.11
9062024-11-18T23:50:03.636Z Downloaded defmt-parser v0.3.4
9072024-11-18T23:50:03.637Z Downloaded defmt-macros v0.3.9
9082024-11-18T23:50:03.637Z Downloaded slog-term v2.9.1
9092024-11-18T23:50:03.661Z Downloaded slog-scope v4.4.0
9102024-11-18T23:50:03.661Z Downloaded hickory-server v0.24.1
9112024-11-18T23:50:03.661Z Downloaded base64 v0.22.1
9122024-11-18T23:50:03.661Z Downloaded time-core v0.1.2
9132024-11-18T23:50:03.661Z Downloaded termcolor v1.4.1
9142024-11-18T23:50:03.661Z Downloaded rtoolbox v0.0.2
9152024-11-18T23:50:03.661Z Downloaded rpassword v7.3.1
9162024-11-18T23:50:03.661Z Downloaded rfc6979 v0.4.0
9172024-11-18T23:50:03.661Z Downloaded resolv-conf v0.7.0
9182024-11-18T23:50:03.661Z Downloaded nu-ansi-term v0.50.1
9192024-11-18T23:50:03.661Z Downloaded diesel_derives v2.2.3
9202024-11-18T23:50:03.685Z Downloaded smallvec v1.13.2
9212024-11-18T23:50:03.685Z Downloaded slog-json v2.6.1
9222024-11-18T23:50:03.685Z Downloaded slog-dtrace v0.3.0
9232024-11-18T23:50:03.685Z Downloaded slab v0.4.9
9242024-11-18T23:50:03.685Z Downloaded radium v0.7.0
9252024-11-18T23:50:03.686Z Downloaded quick-error v1.2.3
9262024-11-18T23:50:03.686Z Downloaded hickory-client v0.24.1
9272024-11-18T23:50:03.686Z Downloaded siphasher v0.3.11
9282024-11-18T23:50:03.686Z Downloaded simd-adler32 v0.3.7
9292024-11-18T23:50:03.686Z Downloaded serde_path_to_error v0.1.16
9302024-11-18T23:50:03.686Z Downloaded rayon-core v1.12.1
9312024-11-18T23:50:03.709Z Downloaded itertools v0.13.0
9322024-11-18T23:50:03.709Z Downloaded itertools v0.12.1
9332024-11-18T23:50:03.709Z Downloaded crc-any v2.5.0
9342024-11-18T23:50:03.709Z Downloaded num v0.4.3
9352024-11-18T23:50:03.709Z Downloaded nodrop v0.1.14
9362024-11-18T23:50:03.709Z Downloaded nibble_vec v0.1.0
9372024-11-18T23:50:03.709Z Downloaded newtype-uuid v1.1.3
9382024-11-18T23:50:03.710Z Downloaded hex-literal v0.4.1
9392024-11-18T23:50:03.733Z Downloaded heck v0.3.3
9402024-11-18T23:50:03.733Z Downloaded hash32 v0.3.1
9412024-11-18T23:50:03.733Z Downloaded diff v0.1.13
9422024-11-18T23:50:03.733Z Downloaded dhcproto v0.12.0
9432024-11-18T23:50:03.733Z Downloaded derive_builder v0.20.2
9442024-11-18T23:50:03.733Z Downloaded der_derive v0.7.3
9452024-11-18T23:50:03.733Z Downloaded smallvec v0.6.14
9462024-11-18T23:50:03.733Z Downloaded slog-stdlog v4.1.1
9472024-11-18T23:50:03.733Z Downloaded slog-bunyan v2.5.0
9482024-11-18T23:50:03.733Z Downloaded scopeguard v1.2.0
9492024-11-18T23:50:03.734Z Downloaded libxml v0.3.3
9502024-11-18T23:50:03.758Z Downloaded libm v0.2.8
9512024-11-18T23:50:03.758Z Downloaded heapless v0.7.17
9522024-11-18T23:50:03.758Z Downloaded newtype_derive v0.1.6
9532024-11-18T23:50:03.758Z Downloaded hex v0.4.3
9542024-11-18T23:50:03.758Z Downloaded dirs-next v2.0.0
9552024-11-18T23:50:03.758Z Downloaded difflib v0.4.0
9562024-11-18T23:50:03.782Z Downloaded diesel-dtrace v0.3.0
9572024-11-18T23:50:03.783Z Downloaded des v0.8.1
9582024-11-18T23:50:03.783Z Downloaded derive_more v0.99.18
9592024-11-18T23:50:03.783Z Downloaded vergen v8.3.2
9602024-11-18T23:50:03.783Z Downloaded value-bag v1.9.0
9612024-11-18T23:50:03.783Z Downloaded snafu v0.8.5
9622024-11-18T23:50:03.783Z Downloaded idna v0.2.3
9632024-11-18T23:50:03.810Z Downloaded crossbeam-channel v0.5.13
9642024-11-18T23:50:03.810Z Downloaded const_format v0.2.33
9652024-11-18T23:50:03.810Z Downloaded compact_str v0.8.0
9662024-11-18T23:50:03.812Z Downloaded cc v1.1.30
9672024-11-18T23:50:03.812Z Downloaded base64 v0.21.7
9682024-11-18T23:50:03.839Z Downloaded dhcproto-macros v0.1.0
9692024-11-18T23:50:03.840Z Downloaded derive_builder_macro v0.20.2
9702024-11-18T23:50:03.840Z Downloaded wait-timeout v0.2.0
9712024-11-18T23:50:03.840Z Downloaded vte v0.11.1
9722024-11-18T23:50:03.840Z Downloaded socket2 v0.5.7
9732024-11-18T23:50:03.840Z Downloaded snafu-derive v0.8.5
9742024-11-18T23:50:03.840Z Downloaded scrypt v0.11.0
9752024-11-18T23:50:03.841Z Downloaded rand_core v0.6.4
9762024-11-18T23:50:03.841Z Downloaded mio v1.0.2
9772024-11-18T23:50:03.841Z Downloaded ssh-cipher v0.2.0
9782024-11-18T23:50:03.841Z Downloaded spin v0.9.8
9792024-11-18T23:50:03.841Z Downloaded spin v0.5.2
9802024-11-18T23:50:03.841Z Downloaded ref-cast-impl v1.0.23
9812024-11-18T23:50:03.841Z Downloaded ref-cast v1.0.23
9822024-11-18T23:50:03.870Z Downloaded rand_seeder v0.3.0
9832024-11-18T23:50:03.870Z Downloaded minimal-lexical v0.2.1
9842024-11-18T23:50:03.870Z Downloaded icu_collections v1.5.0
9852024-11-18T23:50:03.870Z Downloaded hyper-util v0.1.10
9862024-11-18T23:50:03.870Z Downloaded highway v1.2.0
9872024-11-18T23:50:03.870Z Downloaded chacha20poly1305 v0.10.1
9882024-11-18T23:50:03.870Z Downloaded vte_generate_state_changes v0.1.2
9892024-11-18T23:50:03.870Z Downloaded utf8_iter v1.0.4
9902024-11-18T23:50:03.870Z Downloaded ssh-encoding v0.2.0
9912024-11-18T23:50:03.897Z Downloaded sqlparser_derive v0.2.2
9922024-11-18T23:50:03.897Z Downloaded sqlformat v0.2.6
9932024-11-18T23:50:03.898Z Downloaded spki v0.7.3
9942024-11-18T23:50:03.898Z Downloaded rand_xorshift v0.3.0
9952024-11-18T23:50:03.898Z Downloaded miniz_oxide v0.8.0
9962024-11-18T23:50:03.898Z Downloaded crossbeam-epoch v0.9.18
9972024-11-18T23:50:03.898Z Downloaded const_format_proc_macros v0.2.33
9982024-11-18T23:50:03.898Z Downloaded blake2 v0.10.6
9992024-11-18T23:50:03.898Z Downloaded backoff v0.4.0
10002024-11-18T23:50:03.899Z Downloaded serde_repr v0.1.19
10012024-11-18T23:50:03.899Z Downloaded native-tls v0.2.12
10022024-11-18T23:50:03.899Z Downloaded aws-lc-sys v0.22.0
10032024-11-18T23:50:04.143Z Downloaded nanorand v0.7.0
10042024-11-18T23:50:04.168Z Downloaded multer v3.1.0
10052024-11-18T23:50:04.168Z Downloaded mockall_derive v0.13.0
10062024-11-18T23:50:04.168Z Downloaded jobserver v0.1.32
10072024-11-18T23:50:04.168Z Downloaded icu_locid_transform v1.5.0
10082024-11-18T23:50:04.168Z Downloaded iana-time-zone v0.1.61
10092024-11-18T23:50:04.168Z Downloaded crypto-bigint v0.5.5
10102024-11-18T23:50:04.168Z Downloaded crc-catalog v2.4.0
10112024-11-18T23:50:04.168Z Downloaded bitflags v1.3.2
10122024-11-18T23:50:04.192Z Downloaded slog-async v2.8.0
10132024-11-18T23:50:04.192Z Downloaded mockall v0.13.0
10142024-11-18T23:50:04.192Z Downloaded mime_guess v2.0.5
10152024-11-18T23:50:04.192Z Downloaded memmap2 v0.9.5
10162024-11-18T23:50:04.192Z Downloaded md-5 v0.10.6
10172024-11-18T23:50:04.192Z Downloaded maybe-uninit v2.0.0
10182024-11-18T23:50:04.192Z Downloaded lru-cache v0.1.2
10192024-11-18T23:50:04.192Z Downloaded lockfree-object-pool v0.1.6
10202024-11-18T23:50:04.192Z Downloaded lazycell v1.3.0
10212024-11-18T23:50:04.192Z Downloaded keccak v0.1.5
10222024-11-18T23:50:04.192Z Downloaded itertools v0.10.5
10232024-11-18T23:50:04.216Z Downloaded is-terminal v0.4.13
10242024-11-18T23:50:04.216Z Downloaded indicatif v0.17.9
10252024-11-18T23:50:04.217Z Downloaded ctr v0.9.2
10262024-11-18T23:50:04.217Z Downloaded crc32fast v1.4.2
10272024-11-18T23:50:04.217Z Downloaded cookie_store v0.21.0
10282024-11-18T23:50:04.217Z Downloaded cancel-safe-futures v0.1.5
10292024-11-18T23:50:04.217Z Downloaded blowfish v0.9.1
10302024-11-18T23:50:04.217Z Downloaded newline-converter v0.3.0
10312024-11-18T23:50:04.217Z Downloaded multimap v0.10.0
10322024-11-18T23:50:04.217Z Downloaded mirai-annotations v1.12.0
10332024-11-18T23:50:04.217Z Downloaded matches v0.1.10
10342024-11-18T23:50:04.217Z Downloaded managed v0.8.0
10352024-11-18T23:50:04.217Z Downloaded litemap v0.7.3
10362024-11-18T23:50:04.241Z Downloaded linked-hash-map v0.5.6
10372024-11-18T23:50:04.241Z Downloaded libsw v3.3.1
10382024-11-18T23:50:04.241Z Downloaded libloading v0.8.5
10392024-11-18T23:50:04.241Z Downloaded lazy_static v1.5.0
10402024-11-18T23:50:04.241Z Downloaded lalrpop-util v0.19.12
10412024-11-18T23:50:04.241Z Downloaded icu_normalizer_data v1.5.0
10422024-11-18T23:50:04.241Z Downloaded icu_normalizer v1.5.0
10432024-11-18T23:50:04.241Z Downloaded icu_locid_transform_data v1.5.0
10442024-11-18T23:50:04.241Z Downloaded icu_locid v1.5.0
10452024-11-18T23:50:04.241Z Downloaded hyper-staticfile v0.10.1
10462024-11-18T23:50:04.241Z Downloaded curve25519-dalek-derive v0.1.1
10472024-11-18T23:50:04.268Z Downloaded csv-core v0.1.11
10482024-11-18T23:50:04.268Z Downloaded crucible-workspace-hack v0.1.0
10492024-11-18T23:50:04.268Z Downloaded crc v3.2.1
10502024-11-18T23:50:04.269Z Downloaded bcs v0.1.6
10512024-11-18T23:50:04.269Z Downloaded bcrypt-pbkdf v0.10.0
10522024-11-18T23:50:04.269Z Downloaded bb8 v0.8.5
10532024-11-18T23:50:04.269Z Downloaded maplit v1.0.2
10542024-11-18T23:50:04.269Z Downloaded lru v0.12.5
10552024-11-18T23:50:04.269Z Downloaded lock_api v0.4.12
10562024-11-18T23:50:04.269Z Downloaded linear-map v1.2.0
10572024-11-18T23:50:04.269Z Downloaded libefi-sys v0.1.0
10582024-11-18T23:50:04.269Z Downloaded kstat-rs v0.2.4
10592024-11-18T23:50:04.269Z Downloaded is_ci v1.2.0
10602024-11-18T23:50:04.269Z Downloaded ipnetwork v0.20.0
10612024-11-18T23:50:04.269Z Downloaded internet-checksum v0.2.1
10622024-11-18T23:50:04.269Z Downloaded instant v0.1.13
10632024-11-18T23:50:04.269Z Downloaded instability v0.3.2
10642024-11-18T23:50:04.293Z Downloaded inout v0.1.3
10652024-11-18T23:50:04.293Z Downloaded indoc v1.0.9
10662024-11-18T23:50:04.293Z Downloaded indexmap v1.9.3
10672024-11-18T23:50:04.293Z Downloaded idna v0.5.0
10682024-11-18T23:50:04.293Z Downloaded hyper-tls v0.6.0
10692024-11-18T23:50:04.293Z Downloaded headers-core v0.3.0
10702024-11-18T23:50:04.293Z Downloaded cstr-argument v0.1.2
10712024-11-18T23:50:04.293Z Downloaded crunchy v0.2.2
10722024-11-18T23:50:04.293Z Downloaded crossbeam-deque v0.8.5
10732024-11-18T23:50:04.293Z Downloaded convert_case v0.4.0
10742024-11-18T23:50:04.293Z Downloaded cobs v0.2.3
10752024-11-18T23:50:04.293Z Downloaded cmake v0.1.51
10762024-11-18T23:50:04.293Z Downloaded cfg_aliases v0.2.1
10772024-11-18T23:50:04.293Z Downloaded castaway v0.2.3
10782024-11-18T23:50:04.317Z Downloaded cassowary v0.3.0
10792024-11-18T23:50:04.317Z Downloaded bit-set v0.5.3
10802024-11-18T23:50:04.317Z Downloaded base16ct v0.2.0
10812024-11-18T23:50:04.317Z Downloaded assert_matches v1.5.0
10822024-11-18T23:50:04.317Z Downloaded mime v0.3.17
10832024-11-18T23:50:04.317Z Downloaded memoffset v0.9.1
10842024-11-18T23:50:04.317Z Downloaded md5 v0.7.0
10852024-11-18T23:50:04.317Z Downloaded ipnet v2.10.1
10862024-11-18T23:50:04.317Z Downloaded indent_write v2.2.0
10872024-11-18T23:50:04.318Z Downloaded idna_adapter v1.2.0
10882024-11-18T23:50:04.318Z Downloaded idna v0.3.0
10892024-11-18T23:50:04.318Z Downloaded ident_case v1.0.1
10902024-11-18T23:50:04.318Z Downloaded icu_provider_macros v1.5.0
10912024-11-18T23:50:04.318Z Downloaded icu_provider v1.5.0
10922024-11-18T23:50:04.342Z Downloaded hyper-rustls v0.27.3
10932024-11-18T23:50:04.342Z Downloaded cookie v0.18.1
10942024-11-18T23:50:04.342Z Downloaded cipher v0.4.4
10952024-11-18T23:50:04.342Z Downloaded ciborium v0.2.2
10962024-11-18T23:50:04.342Z Downloaded cfg_aliases v0.1.1
10972024-11-18T23:50:04.342Z Downloaded cexpr v0.6.0
10982024-11-18T23:50:04.342Z Downloaded bumpalo v3.16.0
10992024-11-18T23:50:04.342Z Downloaded bitfield-struct v0.6.2
11002024-11-18T23:50:04.342Z Downloaded bit-vec v0.6.3
11012024-11-18T23:50:04.342Z Downloaded backtrace v0.3.74
11022024-11-18T23:50:04.366Z Downloaded idna v0.4.0
11032024-11-18T23:50:04.366Z Downloaded icu_properties_data v1.5.0
11042024-11-18T23:50:04.366Z Downloaded icu_properties v1.5.1
11052024-11-18T23:50:04.390Z Downloaded hyper v1.5.0
11062024-11-18T23:50:04.390Z Downloaded hubpack v0.1.2
11072024-11-18T23:50:04.390Z Downloaded http-body v1.0.1
11082024-11-18T23:50:04.390Z Downloaded colored v2.1.0
11092024-11-18T23:50:04.390Z Downloaded ciborium-ll v0.2.2
11102024-11-18T23:50:04.390Z Downloaded cbc v0.1.2
11112024-11-18T23:50:04.390Z Downloaded block-padding v0.3.3
11122024-11-18T23:50:04.390Z Downloaded hubpack_derive v0.1.1
11132024-11-18T23:50:04.390Z Downloaded httpdate v1.0.3
11142024-11-18T23:50:04.390Z Downloaded httparse v1.9.5
11152024-11-18T23:50:04.390Z Downloaded http-body-util v0.1.2
11162024-11-18T23:50:04.415Z Downloaded http v1.1.0
11172024-11-18T23:50:04.415Z Downloaded hostname v0.4.0
11182024-11-18T23:50:04.415Z Downloaded hostname v0.3.1
11192024-11-18T23:50:04.415Z Downloaded home v0.5.9
11202024-11-18T23:50:04.415Z Downloaded hmac v0.12.1
11212024-11-18T23:50:04.415Z Downloaded hkdf v0.12.4
11222024-11-18T23:50:04.415Z Downloaded darling v0.20.10
11232024-11-18T23:50:04.415Z Downloaded chrono-tz-build v0.4.0
11242024-11-18T23:50:04.415Z Downloaded bzip2 v0.4.4
11252024-11-18T23:50:04.415Z Downloaded atomicwrites v0.4.4
11262024-11-18T23:50:04.415Z Downloaded atomic-waker v1.1.2
11272024-11-18T23:50:04.415Z Downloaded async-stream-impl v0.3.6
11282024-11-18T23:50:04.415Z Downloaded async-stream v0.3.6
11292024-11-18T23:50:04.439Z Downloaded async-recursion v1.1.1
11302024-11-18T23:50:04.439Z Downloaded async-bb8-diesel v0.2.1
11312024-11-18T23:50:04.439Z Downloaded ascii-canvas v3.0.0
11322024-11-18T23:50:04.439Z Downloaded arrayref v0.3.9
11332024-11-18T23:50:04.439Z Downloaded argon2 v0.5.3
11342024-11-18T23:50:04.439Z Downloaded arc-swap v1.7.1
11352024-11-18T23:50:04.440Z Downloaded allocator-api2 v0.2.18
11362024-11-18T23:50:04.440Z Downloaded aho-corasick v1.1.3
11372024-11-18T23:50:04.465Z Downloaded ahash v0.8.11
11382024-11-18T23:50:04.465Z Downloaded aes-gcm v0.10.3
11392024-11-18T23:50:04.465Z Downloaded aes v0.8.4
11402024-11-18T23:50:04.465Z Downloaded addr2line v0.24.2
11412024-11-18T23:50:04.465Z Downloaded http-range v0.1.5
11422024-11-18T23:50:04.465Z Downloaded array-init v0.0.4
11432024-11-18T23:50:04.465Z Downloaded adler2 v2.0.0
11442024-11-18T23:50:04.465Z Downloaded rcgen v0.12.1
11452024-11-18T23:50:04.465Z Downloaded crossbeam-utils v0.8.20
11462024-11-18T23:50:04.465Z Downloaded constant_time_eq v0.3.1
11472024-11-18T23:50:04.493Z Downloaded const-oid v0.9.6
11482024-11-18T23:50:04.493Z Downloaded console v0.15.8
11492024-11-18T23:50:04.493Z Downloaded clang-sys v1.8.1
11502024-11-18T23:50:04.493Z Downloaded ciborium-io v0.2.2
11512024-11-18T23:50:04.493Z Downloaded chacha20 v0.9.1
11522024-11-18T23:50:04.493Z Downloaded bytes v1.8.0
11532024-11-18T23:50:04.493Z Downloaded buf-list v1.0.3
11542024-11-18T23:50:04.493Z Downloaded bitfield v0.14.0
11552024-11-18T23:50:04.493Z Downloaded base64 v0.13.1
11562024-11-18T23:50:04.494Z Downloaded async-trait v0.1.83
11572024-11-18T23:50:04.518Z Downloaded arrayvec v0.7.6
11582024-11-18T23:50:04.518Z Downloaded aead v0.5.2
11592024-11-18T23:50:04.624Z Compiling serde v1.0.215
11602024-11-18T23:50:04.648Z Compiling lock_api v0.4.12
11612024-11-18T23:50:04.648Z Compiling scopeguard v1.2.0
11622024-11-18T23:50:04.648Z Compiling value-bag v1.9.0
11632024-11-18T23:50:04.648Z Compiling typenum v1.17.0
11642024-11-18T23:50:04.649Z Compiling generic-array v0.14.7
11652024-11-18T23:50:04.649Z Compiling syn v2.0.87
11662024-11-18T23:50:04.649Z Compiling getrandom v0.2.15
11672024-11-18T23:50:04.834Z Compiling shlex v1.3.0
11682024-11-18T23:50:04.991Z Compiling rand_core v0.6.4
11692024-11-18T23:50:05.165Z Compiling subtle v2.6.1
11702024-11-18T23:50:05.216Z Compiling log v0.4.22
11712024-11-18T23:50:05.240Z Compiling jobserver v0.1.32
11722024-11-18T23:50:05.344Z Compiling const-oid v0.9.6
11732024-11-18T23:50:05.479Z Compiling smallvec v1.13.2
11742024-11-18T23:50:05.505Z Compiling spin v0.9.8
11752024-11-18T23:50:05.544Z Compiling pin-project-lite v0.2.14
11762024-11-18T23:50:05.662Z Compiling cc v1.1.30
11772024-11-18T23:50:05.883Z Compiling rustix v0.38.37
11782024-11-18T23:50:05.907Z Compiling parking_lot_core v0.9.10
11792024-11-18T23:50:06.141Z Compiling futures-core v0.3.31
11802024-11-18T23:50:06.173Z Compiling signal-hook-registry v1.4.2
11812024-11-18T23:50:06.394Z Compiling mio v1.0.2
11822024-11-18T23:50:06.785Z Compiling parking_lot v0.12.3
11832024-11-18T23:50:06.954Z Compiling aho-corasick v1.1.3
11842024-11-18T23:50:06.979Z Compiling regex-syntax v0.8.5
11852024-11-18T23:50:07.042Z Compiling either v1.13.0
11862024-11-18T23:50:07.178Z Compiling cpufeatures v0.2.14
11872024-11-18T23:50:07.289Z Compiling lazy_static v1.5.0
11882024-11-18T23:50:07.530Z Compiling stable_deref_trait v1.2.0
11892024-11-18T23:50:07.643Z Compiling glob v0.3.1
11902024-11-18T23:50:07.885Z Compiling futures-sink v0.3.31
11912024-11-18T23:50:07.927Z Compiling socket2 v0.5.7
11922024-11-18T23:50:08.046Z Compiling slab v0.4.9
11932024-11-18T23:50:08.090Z Compiling prettyplease v0.2.25
11942024-11-18T23:50:08.400Z Compiling minimal-lexical v0.2.1
11952024-11-18T23:50:08.715Z Compiling libloading v0.8.5
11962024-11-18T23:50:08.753Z Compiling clang-sys v1.8.1
11972024-11-18T23:50:08.805Z Compiling nom v7.1.3
11982024-11-18T23:50:08.857Z Compiling bindgen v0.69.5
11992024-11-18T23:50:09.085Z Compiling home v0.5.9
12002024-11-18T23:50:09.337Z Compiling serde_json v1.0.132
12012024-11-18T23:50:09.530Z Compiling futures-channel v0.3.31
12022024-11-18T23:50:09.644Z Compiling itertools v0.12.1
12032024-11-18T23:50:09.916Z Compiling pin-utils v0.1.0
12042024-11-18T23:50:09.940Z Compiling rustc-hash v1.1.0
12052024-11-18T23:50:10.033Z Compiling foldhash v0.1.3
12062024-11-18T23:50:10.088Z Compiling futures-task v0.3.31
12072024-11-18T23:50:10.302Z Compiling futures-io v0.3.31
12082024-11-18T23:50:10.357Z Compiling allocator-api2 v0.2.18
12092024-11-18T23:50:10.605Z Compiling regex-automata v0.4.8
12102024-11-18T23:50:11.068Z Compiling lazycell v1.3.0
12112024-11-18T23:50:11.219Z Compiling hashbrown v0.15.0
12122024-11-18T23:50:11.837Z Compiling synstructure v0.13.1
12132024-11-18T23:50:12.340Z Compiling cexpr v0.6.0
12142024-11-18T23:50:12.364Z Compiling cmake v0.1.51
12152024-11-18T23:50:13.160Z Compiling tinyvec_macros v0.1.1
12162024-11-18T23:50:13.253Z Compiling pkg-config v0.3.31
12172024-11-18T23:50:13.277Z Compiling libm v0.2.8
12182024-11-18T23:50:13.336Z Compiling dunce v1.0.5
12192024-11-18T23:50:13.456Z Compiling fs_extra v1.3.0
12202024-11-18T23:50:13.583Z Compiling tinyvec v1.8.0
12212024-11-18T23:50:13.902Z Compiling num-traits v0.2.19
12222024-11-18T23:50:14.331Z Compiling ring v0.17.8
12232024-11-18T23:50:14.574Z Compiling litemap v0.7.3
12242024-11-18T23:50:14.807Z Compiling unicode-normalization v0.1.24
12252024-11-18T23:50:14.886Z Compiling paste v1.0.15
12262024-11-18T23:50:14.921Z Compiling unicode-bidi v0.3.17
12272024-11-18T23:50:15.072Z Compiling base64ct v1.6.0
12282024-11-18T23:50:15.294Z Compiling regex v1.11.1
12292024-11-18T23:50:15.329Z Compiling writeable v0.5.5
12302024-11-18T23:50:15.575Z Compiling pem-rfc7468 v0.7.0
12312024-11-18T23:50:16.142Z Compiling flagset v0.4.6
12322024-11-18T23:50:16.220Z Compiling aws-lc-rs v1.10.0
12332024-11-18T23:50:16.243Z Compiling httparse v1.9.5
12342024-11-18T23:50:16.600Z Compiling tracing-core v0.1.32
12352024-11-18T23:50:16.942Z Compiling icu_locid_transform_data v1.5.0
12362024-11-18T23:50:17.043Z Compiling rustls-pki-types v1.9.0
12372024-11-18T23:50:17.358Z Compiling crossbeam-utils v0.8.20
12382024-11-18T23:50:17.616Z Compiling serde_derive v1.0.215
12392024-11-18T23:50:17.643Z Compiling zeroize_derive v1.4.2
12402024-11-18T23:50:17.870Z Compiling zerocopy-derive v0.7.35
12412024-11-18T23:50:17.930Z Compiling tokio-macros v2.4.0
12422024-11-18T23:50:18.050Z Compiling zerofrom-derive v0.1.4
12432024-11-18T23:50:18.917Z Compiling zeroize v1.8.1
12442024-11-18T23:50:19.303Z Compiling thiserror-impl v1.0.69
12452024-11-18T23:50:19.803Z Compiling zerocopy v0.7.35
12462024-11-18T23:50:19.862Z Compiling yoke-derive v0.7.4
12472024-11-18T23:50:20.463Z Compiling crypto-common v0.1.6
12482024-11-18T23:50:20.582Z Compiling block-buffer v0.10.4
12492024-11-18T23:50:20.683Z Compiling zerovec-derive v0.10.3
12502024-11-18T23:50:20.829Z Compiling digest v0.10.7
12512024-11-18T23:50:21.146Z Compiling futures-macro v0.3.31
12522024-11-18T23:50:21.258Z Compiling hmac v0.12.1
12532024-11-18T23:50:21.409Z Compiling block-padding v0.3.3
12542024-11-18T23:50:21.487Z Compiling displaydoc v0.2.5
12552024-11-18T23:50:21.559Z Compiling zerofrom v0.1.4
12562024-11-18T23:50:21.633Z Compiling inout v0.1.3
12572024-11-18T23:50:21.773Z Compiling sha2 v0.10.8
12582024-11-18T23:50:21.887Z Compiling cipher v0.4.4
12592024-11-18T23:50:22.096Z Compiling thiserror v1.0.69
12602024-11-18T23:50:22.220Z Compiling ppv-lite86 v0.2.20
12612024-11-18T23:50:22.354Z Compiling icu_provider_macros v1.5.0
12622024-11-18T23:50:22.538Z Compiling yoke v0.7.4
12632024-11-18T23:50:22.841Z Compiling futures-util v0.3.31
12642024-11-18T23:50:22.873Z Compiling der_derive v0.7.3
12652024-11-18T23:50:22.939Z Compiling zerovec v0.10.4
12662024-11-18T23:50:22.997Z Compiling rand_chacha v0.3.1
12672024-11-18T23:50:23.021Z Compiling tracing-attributes v0.1.27
12682024-11-18T23:50:23.370Z Compiling percent-encoding v2.3.1
12692024-11-18T23:50:23.682Z Compiling rand v0.8.5
12702024-11-18T23:50:24.395Z Compiling salsa20 v0.10.2
12712024-11-18T23:50:24.591Z Compiling tinystr v0.7.6
12722024-11-18T23:50:24.761Z Compiling icu_collections v1.5.0
12732024-11-18T23:50:24.876Z Compiling pest v2.7.14
12742024-11-18T23:50:24.912Z Compiling icu_locid v1.5.0
12752024-11-18T23:50:24.980Z Compiling der v0.7.9
12762024-11-18T23:50:25.522Z Compiling pbkdf2 v0.12.2
12772024-11-18T23:50:26.013Z Compiling icu_provider v1.5.0
12782024-11-18T23:50:26.180Z Compiling tracing v0.1.40
12792024-11-18T23:50:26.362Z Compiling untrusted v0.9.0
12802024-11-18T23:50:26.536Z Compiling mirai-annotations v1.12.0
12812024-11-18T23:50:26.691Z Compiling num-conv v0.1.0
12822024-11-18T23:50:26.734Z Compiling icu_locid_transform v1.5.0
12832024-11-18T23:50:26.960Z Compiling spki v0.7.3
12842024-11-18T23:50:26.984Z Compiling icu_properties_data v1.5.0
12852024-11-18T23:50:27.058Z Compiling powerfmt v0.2.0
12862024-11-18T23:50:27.259Z Compiling vcpkg v0.2.15
12872024-11-18T23:50:27.342Z Compiling untrusted v0.7.1
12882024-11-18T23:50:27.516Z Compiling time-core v0.1.2
12892024-11-18T23:50:27.578Z Compiling deranged v0.3.11
12902024-11-18T23:50:27.649Z Compiling pest_meta v2.7.14
12912024-11-18T23:50:27.693Z Compiling time-macros v0.2.18
12922024-11-18T23:50:27.992Z Compiling icu_properties v1.5.1
12932024-11-18T23:50:29.286Z Compiling scrypt v0.11.0
12942024-11-18T23:50:29.310Z Compiling bitflags v2.6.0
12952024-11-18T23:50:29.662Z Compiling bytes v1.8.0
12962024-11-18T23:50:30.261Z Compiling indexmap v2.6.0
12972024-11-18T23:50:30.421Z Compiling semver v1.0.23
12982024-11-18T23:50:30.833Z Compiling tokio v1.40.0
12992024-11-18T23:50:31.076Z Compiling http v1.1.0
13002024-11-18T23:50:31.510Z Compiling rustc_version v0.4.1
13012024-11-18T23:50:31.534Z Compiling openssl-sys v0.9.104
13022024-11-18T23:50:32.006Z Compiling aes v0.8.4
13032024-11-18T23:50:32.188Z Compiling cbc v0.1.2
13042024-11-18T23:50:32.212Z Compiling scroll_derive v0.12.0
13052024-11-18T23:50:32.452Z Compiling icu_normalizer_data v1.5.0
13062024-11-18T23:50:32.521Z Compiling atomic-waker v1.1.2
13072024-11-18T23:50:32.563Z Compiling utf16_iter v1.0.5
13082024-11-18T23:50:32.587Z Compiling utf8_iter v1.0.4
13092024-11-18T23:50:32.706Z Compiling num_threads v0.1.7
13102024-11-18T23:50:32.753Z Compiling write16 v1.0.0
13112024-11-18T23:50:32.818Z Compiling time v0.3.36
13122024-11-18T23:50:32.843Z Compiling pkcs5 v0.7.1
13132024-11-18T23:50:32.876Z Compiling icu_normalizer v1.5.0
13142024-11-18T23:50:33.253Z Compiling which v4.4.2
13152024-11-18T23:50:33.451Z Compiling scroll v0.12.0
13162024-11-18T23:50:33.952Z Compiling http-body v1.0.1
13172024-11-18T23:50:33.976Z Compiling pest_generator v2.7.14
13182024-11-18T23:50:34.154Z Compiling form_urlencoded v1.2.1
13192024-11-18T23:50:34.223Z Compiling try-lock v0.2.5
13202024-11-18T23:50:34.255Z Compiling slog v2.7.0
13212024-11-18T23:50:34.371Z Compiling want v0.3.1
13222024-11-18T23:50:34.445Z Compiling goblin v0.8.2
13232024-11-18T23:50:34.587Z Compiling idna_adapter v1.2.0
13242024-11-18T23:50:34.642Z Compiling pkcs8 v0.10.2
13252024-11-18T23:50:34.778Z Compiling httpdate v1.0.3
13262024-11-18T23:50:35.200Z Compiling idna v1.0.3
13272024-11-18T23:50:35.297Z Compiling serde_spanned v0.6.8
13282024-11-18T23:50:35.522Z Compiling serde_tokenstream v0.2.2
13292024-11-18T23:50:35.546Z Compiling toml_datetime v0.6.8
13302024-11-18T23:50:35.585Z Compiling pest_derive v2.7.14
13312024-11-18T23:50:36.003Z Compiling uuid v1.11.0
13322024-11-18T23:50:36.065Z Compiling adler2 v2.0.0
13332024-11-18T23:50:36.254Z Compiling dtrace-parser v0.2.0
13342024-11-18T23:50:36.278Z Compiling match_cfg v0.1.0
13352024-11-18T23:50:36.366Z Compiling openssl v0.10.68
13362024-11-18T23:50:36.732Z Compiling iana-time-zone v0.1.61
13372024-11-18T23:50:36.837Z Compiling rustversion v1.0.17
13382024-11-18T23:50:37.162Z Compiling foreign-types-shared v0.1.1
13392024-11-18T23:50:37.213Z Compiling base64 v0.22.1
13402024-11-18T23:50:37.284Z Compiling tower-service v0.3.3
13412024-11-18T23:50:37.367Z Compiling foreign-types v0.3.2
13422024-11-18T23:50:37.470Z Compiling chrono v0.4.38
13432024-11-18T23:50:37.525Z Compiling hostname v0.3.1
13442024-11-18T23:50:37.612Z Compiling miniz_oxide v0.8.0
13452024-11-18T23:50:37.759Z Compiling url v2.5.3
13462024-11-18T23:50:38.169Z Compiling openssl-macros v0.1.1
13472024-11-18T23:50:38.805Z Compiling tokio-util v0.7.12
13482024-11-18T23:50:38.948Z Compiling async-trait v0.1.83
13492024-11-18T23:50:39.102Z Compiling dirs-sys-next v0.1.2
13502024-11-18T23:50:39.513Z Compiling dof v0.3.0
13512024-11-18T23:50:39.681Z Compiling h2 v0.4.6
13522024-11-18T23:50:40.071Z Compiling rustls v0.23.14
13532024-11-18T23:50:40.322Z Compiling usdt-impl v0.5.0
13542024-11-18T23:50:40.765Z Compiling native-tls v0.2.12
13552024-11-18T23:50:41.053Z Compiling syn v1.0.109
13562024-11-18T23:50:41.244Z Compiling rustls v0.22.4
13572024-11-18T23:50:41.432Z Compiling data-encoding v2.6.0
13582024-11-18T23:50:41.476Z Compiling siphasher v0.3.11
13592024-11-18T23:50:41.721Z Compiling dirs-next v2.0.0
13602024-11-18T23:50:41.909Z Compiling http-body-util v0.1.2
13612024-11-18T23:50:42.395Z Compiling heapless v0.7.17
13622024-11-18T23:50:42.767Z Compiling crossbeam-epoch v0.9.18
13632024-11-18T23:50:43.072Z Compiling sha1 v0.10.6
13642024-11-18T23:50:43.429Z Compiling signature v2.2.0
13652024-11-18T23:50:43.453Z Compiling bzip2-sys v0.1.11+1.0.8
13662024-11-18T23:50:43.478Z Compiling serde_derive_internals v0.29.1
13672024-11-18T23:50:43.502Z Compiling thread_local v1.1.8
13682024-11-18T23:50:43.697Z Compiling encoding_rs v0.8.34
13692024-11-18T23:50:43.877Z Compiling multer v3.1.0
13702024-11-18T23:50:44.016Z Compiling cookie v0.18.1
13712024-11-18T23:50:44.114Z Compiling openssl-probe v0.1.5
13722024-11-18T23:50:44.258Z Compiling unicode-properties v0.1.3
13732024-11-18T23:50:44.436Z Compiling slog-async v2.8.0
13742024-11-18T23:50:44.510Z Compiling mime v0.3.17
13752024-11-18T23:50:44.593Z Compiling gimli v0.31.1
13762024-11-18T23:50:44.912Z Compiling rayon-core v1.12.1
13772024-11-18T23:50:45.063Z Compiling signal-hook v0.3.17
13782024-11-18T23:50:45.155Z Compiling ipnet v2.10.1
13792024-11-18T23:50:45.330Z Compiling schemars v0.8.21
13802024-11-18T23:50:45.658Z Compiling hyper v1.5.0
13812024-11-18T23:50:45.943Z Compiling schemars_derive v0.8.21
13822024-11-18T23:50:46.347Z Compiling toml_edit v0.22.22
13832024-11-18T23:50:47.947Z Compiling hyper-util v0.1.10
13842024-11-18T23:50:48.795Z Compiling addr2line v0.24.2
13852024-11-18T23:50:49.027Z Compiling stringprep v0.1.5
13862024-11-18T23:50:49.398Z Compiling usdt-macro v0.5.0
13872024-11-18T23:50:49.424Z Compiling usdt-attr-macro v0.5.0
13882024-11-18T23:50:49.465Z Compiling crossbeam-deque v0.8.5
13892024-11-18T23:50:49.867Z Compiling term v0.7.0
13902024-11-18T23:50:50.470Z Compiling slog-json v2.6.1
13912024-11-18T23:50:50.755Z Compiling serde_urlencoded v0.7.1
13922024-11-18T23:50:50.779Z Compiling curve25519-dalek v4.1.3
13932024-11-18T23:50:50.816Z Compiling crossbeam-channel v0.5.13
13942024-11-18T23:50:50.892Z Compiling futures-executor v0.3.31
13952024-11-18T23:50:51.222Z Compiling enum-as-inner v0.6.1
13962024-11-18T23:50:51.246Z Compiling md-5 v0.10.6
13972024-11-18T23:50:51.297Z Compiling async-stream-impl v0.3.6
13982024-11-18T23:50:51.392Z Compiling rustls-pemfile v2.2.0
13992024-11-18T23:50:51.491Z Compiling num-integer v0.1.46
14002024-11-18T23:50:51.692Z Compiling idna v0.4.0
14012024-11-18T23:50:51.782Z Compiling idna v0.3.0
14022024-11-18T23:50:52.086Z Compiling hash32 v0.2.1
14032024-11-18T23:50:52.159Z Compiling ff v0.13.0
14042024-11-18T23:50:52.387Z Compiling is-terminal v0.4.13
14052024-11-18T23:50:52.479Z Compiling dropshot v0.12.0
14062024-11-18T23:50:52.479Z Compiling object v0.36.5
14072024-11-18T23:50:52.540Z Compiling base16ct v0.2.0
14082024-11-18T23:50:52.722Z Compiling take_mut v0.2.2
14092024-11-18T23:50:52.823Z Compiling portable-atomic v1.9.0
14102024-11-18T23:50:52.878Z Compiling linked-hash-map v0.5.6
14112024-11-18T23:50:53.104Z Compiling utf-8 v0.7.6
14122024-11-18T23:50:53.184Z Compiling dyn-clone v1.0.17
14132024-11-18T23:50:53.210Z Compiling rustc-demangle v0.1.24
14142024-11-18T23:50:53.380Z Compiling smoltcp v0.9.1
14152024-11-18T23:50:53.404Z Compiling quick-error v1.2.3
14162024-11-18T23:50:53.537Z Compiling num-bigint-dig v0.8.4
14172024-11-18T23:50:53.614Z Compiling psl-types v2.0.11
14182024-11-18T23:50:53.716Z Compiling anyhow v1.0.93
14192024-11-18T23:50:53.795Z Compiling fallible-iterator v0.2.0
14202024-11-18T23:50:53.846Z Compiling publicsuffix v2.2.3
14212024-11-18T23:50:54.032Z Compiling resolv-conf v0.7.0
14222024-11-18T23:50:54.100Z Compiling tungstenite v0.24.0
14232024-11-18T23:50:54.395Z Compiling postgres-protocol v0.6.7
14242024-11-18T23:50:54.548Z Compiling lru-cache v0.1.2
14252024-11-18T23:50:54.814Z Compiling sec1 v0.7.3
14262024-11-18T23:50:55.310Z Compiling slog-term v2.9.1
14272024-11-18T23:50:55.576Z Compiling usdt v0.5.0
14282024-11-18T23:50:55.799Z Compiling async-stream v0.3.6
14292024-11-18T23:50:56.019Z Compiling hickory-proto v0.24.1
14302024-11-18T23:50:56.111Z Compiling group v0.13.0
14312024-11-18T23:50:56.366Z Compiling num-iter v0.1.45
14322024-11-18T23:50:56.492Z Compiling futures v0.3.31
14332024-11-18T23:50:56.518Z Compiling slog-bunyan v2.5.0
14342024-11-18T23:50:56.737Z Compiling toml v0.8.19
14352024-11-18T23:50:58.044Z Compiling camino v1.1.9
14362024-11-18T23:50:58.211Z Compiling tokio-native-tls v0.3.1
14372024-11-18T23:50:58.303Z Compiling backtrace v0.3.74
14382024-11-18T23:50:58.461Z Compiling phf_shared v0.11.2
14392024-11-18T23:50:58.809Z Compiling dropshot_endpoint v0.12.0
14402024-11-18T23:50:58.867Z Compiling terminal_size v0.4.0
14412024-11-18T23:50:58.995Z Compiling waitgroup v0.1.2
14422024-11-18T23:50:59.064Z Compiling openapiv3 v2.0.0
14432024-11-18T23:50:59.200Z Compiling serde_path_to_error v0.1.16
14442024-11-18T23:50:59.224Z Compiling hkdf v0.12.4
14452024-11-18T23:50:59.448Z Compiling crypto-bigint v0.5.5
14462024-11-18T23:50:59.938Z Compiling curve25519-dalek-derive v0.1.1
14472024-11-18T23:51:01.231Z Compiling zerocopy-derive v0.6.6
14482024-11-18T23:51:01.500Z Compiling webpki-roots v0.26.6
14492024-11-18T23:51:01.697Z Compiling idna v0.5.0
14502024-11-18T23:51:02.145Z Compiling hubpack_derive v0.1.1
14512024-11-18T23:51:02.710Z Compiling hostname v0.4.0
14522024-11-18T23:51:02.763Z Compiling ahash v0.8.11
14532024-11-18T23:51:02.957Z Compiling fs-err v2.11.0
14542024-11-18T23:51:02.981Z Compiling crc32fast v1.4.2
14552024-11-18T23:51:03.062Z Compiling winnow v0.5.40
14562024-11-18T23:51:03.111Z Compiling bitflags v1.3.2
14572024-11-18T23:51:03.164Z Compiling managed v0.8.0
14582024-11-18T23:51:03.219Z Compiling debug-ignore v1.0.5
14592024-11-18T23:51:03.244Z Compiling console v0.15.8
14602024-11-18T23:51:03.363Z Compiling strum_macros v0.25.3
14612024-11-18T23:51:03.409Z Compiling clap_builder v4.5.21
14622024-11-18T23:51:04.511Z Compiling flate2 v1.0.34
14632024-11-18T23:51:04.641Z Compiling zerocopy v0.6.6
14642024-11-18T23:51:05.006Z Compiling hubpack v0.1.2
14652024-11-18T23:51:05.378Z Compiling cookie_store v0.21.0
14662024-11-18T23:51:05.401Z Compiling elliptic-curve v0.13.8
14672024-11-18T23:51:05.425Z Compiling hickory-resolver v0.24.1
14682024-11-18T23:51:06.120Z Compiling toml_edit v0.19.15
14692024-11-18T23:51:06.755Z Compiling phf v0.11.2
14702024-11-18T23:51:06.779Z Compiling signal-hook-mio v0.2.4
14712024-11-18T23:51:06.935Z Compiling hyper-tls v0.6.0
14722024-11-18T23:51:07.024Z Compiling rayon v1.10.0
14732024-11-18T23:51:07.108Z Compiling bzip2 v0.4.4
14742024-11-18T23:51:07.508Z Compiling postgres-types v0.2.8
14752024-11-18T23:51:08.727Z Compiling tokio-tungstenite v0.24.0
14762024-11-18T23:51:10.331Z Compiling ed25519 v2.2.3
14772024-11-18T23:51:11.045Z Compiling phf_shared v0.10.0
14782024-11-18T23:51:11.216Z Compiling tokio-stream v0.1.16
14792024-11-18T23:51:11.398Z Compiling pkcs1 v0.7.5
14802024-11-18T23:51:11.442Z Compiling serde-big-array v0.5.1
14812024-11-18T23:51:11.621Z Compiling clap_derive v4.5.18
14822024-11-18T23:51:11.652Z Compiling rfc6979 v0.4.0
14832024-11-18T23:51:11.823Z Compiling serde_repr v0.1.19
14842024-11-18T23:51:11.882Z Compiling derive-where v1.2.7
14852024-11-18T23:51:12.134Z Compiling float-cmp v0.9.0
14862024-11-18T23:51:12.268Z Compiling bstr v1.10.0
14872024-11-18T23:51:12.339Z Compiling sync_wrapper v1.0.1
14882024-11-18T23:51:12.498Z Compiling unicode-width v0.2.0
14892024-11-18T23:51:12.801Z Compiling new_debug_unreachable v1.0.6
14902024-11-18T23:51:12.833Z Compiling whoami v1.5.2
14912024-11-18T23:51:12.902Z Compiling bit-vec v0.6.3
14922024-11-18T23:51:12.962Z Compiling unicode-segmentation v1.12.0
14932024-11-18T23:51:13.317Z Compiling predicates-core v1.0.8
14942024-11-18T23:51:13.398Z Compiling normalize-line-endings v0.3.0
14952024-11-18T23:51:13.517Z Compiling number_prefix v0.4.0
14962024-11-18T23:51:13.649Z Compiling precomputed-hash v0.1.1
14972024-11-18T23:51:13.700Z Compiling difflib v0.4.0
14982024-11-18T23:51:13.726Z Compiling fixedbitset v0.4.2
14992024-11-18T23:51:13.770Z Compiling static_assertions v1.1.0
15002024-11-18T23:51:13.798Z Compiling string_cache v0.8.7
15012024-11-18T23:51:13.874Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15022024-11-18T23:51:14.140Z Compiling predicates v3.1.2
15032024-11-18T23:51:14.207Z Compiling petgraph v0.6.5
15042024-11-18T23:51:15.001Z Compiling indicatif v0.17.9
15052024-11-18T23:51:15.206Z Compiling similar v2.6.0
15062024-11-18T23:51:15.678Z Compiling clap v4.5.21
15072024-11-18T23:51:15.772Z Compiling bit-set v0.5.3
15082024-11-18T23:51:15.813Z Compiling tokio-postgres v0.7.12
15092024-11-18T23:51:15.927Z Compiling rsa v0.9.6
15102024-11-18T23:51:16.785Z Compiling ecdsa v0.16.9
15112024-11-18T23:51:17.181Z Compiling ed25519-dalek v2.1.1
15122024-11-18T23:51:17.573Z Compiling toml v0.7.8
15132024-11-18T23:51:17.597Z Compiling zip v0.6.6
15142024-11-18T23:51:18.355Z Compiling crossterm v0.28.1
15152024-11-18T23:51:19.035Z Compiling hex v0.4.3
15162024-11-18T23:51:19.419Z Compiling x509-cert v0.2.5
15172024-11-18T23:51:19.526Z Compiling itertools v0.10.5
15182024-11-18T23:51:19.581Z Compiling unicode-xid v0.2.6
15192024-11-18T23:51:19.801Z Compiling lalrpop-util v0.19.12
15202024-11-18T23:51:19.884Z Compiling peg-runtime v0.8.3
15212024-11-18T23:51:20.103Z Compiling strum_macros v0.26.4
15222024-11-18T23:51:20.419Z Compiling xattr v1.3.1
15232024-11-18T23:51:20.503Z Compiling filetime v0.2.25
15242024-11-18T23:51:20.768Z Compiling tar v0.4.43
15252024-11-18T23:51:23.922Z Compiling strum v0.26.3
15262024-11-18T23:51:26.898Z Compiling aws-lc-sys v0.22.0
15272024-11-18T23:51:57.811Z Compiling rustls-webpki v0.102.8
15282024-11-18T23:52:01.921Z Compiling tokio-rustls v0.25.0
15292024-11-18T23:52:03.564Z Compiling tokio-rustls v0.26.0
15302024-11-18T23:52:03.895Z Compiling hyper-rustls v0.27.3
15312024-11-18T23:52:04.370Z Compiling reqwest v0.12.9
15322024-11-18T23:52:05.760Z Compiling qorb v0.2.0
15332024-11-18T23:52:10.871Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15342024-11-18T23:52:11.182Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15352024-11-18T23:52:18.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
15362024-11-18T23:52:18.664Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15372024-11-18T23:52:18.729ZNov 18 23:52:17.909 INFO Starting download, target: DendriteOpenapi
15382024-11-18T23:52:18.729ZNov 18 23:52:17.909 INFO Starting download, target: Clickhouse
15392024-11-18T23:52:18.729ZNov 18 23:52:17.909 INFO Starting download, target: Cockroach
15402024-11-18T23:52:18.729ZNov 18 23:52:17.909 INFO Starting download, target: DendriteStub
15412024-11-18T23:52:18.729ZNov 18 23:52:17.909 INFO Starting download, target: MaghemiteMgd
15422024-11-18T23:52:18.752ZNov 18 23:52:17.909 INFO Starting download, target: Console
15432024-11-18T23:52:18.752ZNov 18 23:52:17.909 INFO Starting download, target: TransceiverControl
15442024-11-18T23:52:18.752ZNov 18 23:52:17.911 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15452024-11-18T23:52:18.752ZNov 18 23:52:17.911 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15462024-11-18T23:52:18.752ZNov 18 23:52:17.911 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15472024-11-18T23:52:18.753ZNov 18 23:52:17.911 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-11-18T23:52:18.753ZNov 18 23:52:17.911 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15492024-11-18T23:52:18.753ZNov 18 23:52:17.911 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15502024-11-18T23:52:18.753ZNov 18 23:52:17.911 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15512024-11-18T23:52:19.149ZNov 18 23:52:18.314 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15522024-11-18T23:52:19.659ZNov 18 23:52:18.323 INFO Download complete, target: DendriteOpenapi
15532024-11-18T23:52:19.659ZNov 18 23:52:18.602 INFO Download complete, target: Console
15542024-11-18T23:52:20.260ZNov 18 23:52:19.440 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15552024-11-18T23:52:20.729ZNov 18 23:52:19.910 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562024-11-18T23:52:20.845ZNov 18 23:52:20.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15572024-11-18T23:52:20.868ZNov 18 23:52:20.044 INFO Download complete, target: TransceiverControl
15582024-11-18T23:52:23.206ZNov 18 23:52:22.387 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15592024-11-18T23:52:23.206ZNov 18 23:52:22.387 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15602024-11-18T23:52:23.756ZNov 18 23:52:22.937 INFO Download complete, target: DendriteStub
15612024-11-18T23:52:23.948ZNov 18 23:52:23.127 INFO Download complete, target: MaghemiteMgd
15622024-11-18T23:52:31.381ZNov 18 23:52:30.562 INFO Checking that binary works, target: Cockroach
15632024-11-18T23:52:31.653ZNov 18 23:52:30.834 INFO Download complete, target: Cockroach
15642024-11-18T23:52:39.070ZNov 18 23:52:38.251 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652024-11-18T23:52:52.702ZNov 18 23:52:51.882 INFO Checking that binary works, target: Clickhouse
15662024-11-18T23:52:52.908ZNov 18 23:52:52.089 INFO Download complete, target: Clickhouse
15672024-11-18T23:52:52.936ZAll builder prerequisites installed successfully, and PATH looks valid
15682024-11-18T23:52:52.960Z
15692024-11-18T23:52:52.960Zreal 5:07.003354155
15702024-11-18T23:52:52.960Zuser 14:48.640366596
15712024-11-18T23:52:52.960Zsys 3:13.858427453
15722024-11-18T23:52:52.960Ztrap 0.484055825
15732024-11-18T23:52:52.960Ztflt 0.704887032
15742024-11-18T23:52:52.960Zdflt 2.410914019
15752024-11-18T23:52:52.960Zkflt 0.008009602
15762024-11-18T23:52:52.960Zlock 32:50.430290795
15772024-11-18T23:52:52.960Zslp 55:17.037893203
15782024-11-18T23:52:52.960Zlat 1:00.330588699
15792024-11-18T23:52:52.960Zstop 2:15.838108812
15802024-11-18T23:52:52.960Z+ banner hack-check
15812024-11-18T23:52:52.960Z
15822024-11-18T23:52:52.960Z # # ## #### # # #### # # ###### #### # #
15832024-11-18T23:52:52.960Z # # # # # # # # # # # # # # # # #
15842024-11-18T23:52:52.960Z ###### # # # #### ##### # ###### ##### # ####
15852024-11-18T23:52:52.960Z # # ###### # # # # # # # # # #
15862024-11-18T23:52:52.960Z # # # # # # # # # # # # # # # # #
15872024-11-18T23:52:52.960Z # # # # #### # # #### # # ###### #### # #
15882024-11-18T23:52:52.960Z
15892024-11-18T23:52:52.960Z+ export CARGO_INCREMENTAL=0
15902024-11-18T23:52:52.960Z+ CARGO_INCREMENTAL=0
15912024-11-18T23:52:52.960Z+ ptime -m timeout 2h cargo xtask check-features --ci
15922024-11-18T23:52:53.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15932024-11-18T23:52:58.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
15942024-11-18T23:52:58.963Z Running `target/debug/xtask check-features --ci`
15952024-11-18T23:52:58.997Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15962024-11-18T23:52:58.998Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15972024-11-18T23:52:59.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
15982024-11-18T23:52:59.697Z Running `target/debug/xtask download cargo-hack`
15992024-11-18T23:53:00.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16002024-11-18T23:53:01.240Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16012024-11-18T23:53:07.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s
16022024-11-18T23:53:07.660Z Running `target/debug/xtask-downloader cargo-hack`
16032024-11-18T23:53:07.707ZNov 18 23:53:06.887 INFO Starting download, target: CargoHack
16042024-11-18T23:53:07.730ZNov 18 23:53:06.889 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16052024-11-18T23:53:08.363ZNov 18 23:53:07.544 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16062024-11-18T23:53:08.465ZNov 18 23:53:07.646 INFO Download complete, target: CargoHack
16072024-11-18T23:53:08.488Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16082024-11-18T23:53:08.512Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16092024-11-18T23:53:08.715Zinfo: running `cargo check --bins` on api_identity (1/171)
16102024-11-18T23:53:09.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-11-18T23:53:09.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-11-18T23:53:09.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-11-18T23:53:09.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16142024-11-18T23:53:09.439Z
16152024-11-18T23:53:09.439Zinfo: running `cargo check --bins` on bootstore (2/171)
16162024-11-18T23:53:10.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-18T23:53:10.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-18T23:53:10.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-18T23:53:10.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16202024-11-18T23:53:10.239Z
16212024-11-18T23:53:10.239Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/171)
16222024-11-18T23:53:10.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-18T23:53:10.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-18T23:53:10.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-18T23:53:10.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16262024-11-18T23:53:11.019Z
16272024-11-18T23:53:11.020Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171)
16282024-11-18T23:53:11.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-18T23:53:11.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-18T23:53:11.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-18T23:53:11.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16322024-11-18T23:53:11.827Z
16332024-11-18T23:53:11.827Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171)
16342024-11-18T23:53:12.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-18T23:53:12.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-18T23:53:12.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-18T23:53:12.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16382024-11-18T23:53:12.378Z
16392024-11-18T23:53:12.378Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171)
16402024-11-18T23:53:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-18T23:53:12.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-18T23:53:12.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-18T23:53:12.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16442024-11-18T23:53:12.918Z
16452024-11-18T23:53:12.918Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171)
16462024-11-18T23:53:13.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-18T23:53:13.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-18T23:53:13.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-18T23:53:13.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16502024-11-18T23:53:13.459Z
16512024-11-18T23:53:13.459Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171)
16522024-11-18T23:53:13.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-18T23:53:13.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-18T23:53:13.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-18T23:53:13.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16562024-11-18T23:53:13.991Z
16572024-11-18T23:53:13.991Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171)
16582024-11-18T23:53:14.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-18T23:53:14.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-18T23:53:14.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-18T23:53:14.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16622024-11-18T23:53:14.522Z
16632024-11-18T23:53:14.522Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171)
16642024-11-18T23:53:14.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-18T23:53:15.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-18T23:53:15.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-18T23:53:15.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16682024-11-18T23:53:15.051Z
16692024-11-18T23:53:15.051Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171)
16702024-11-18T23:53:15.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-18T23:53:15.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-18T23:53:15.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-18T23:53:15.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16742024-11-18T23:53:15.567Z
16752024-11-18T23:53:15.567Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171)
16762024-11-18T23:53:16.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-18T23:53:16.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-18T23:53:16.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-18T23:53:16.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16802024-11-18T23:53:16.093Z
16812024-11-18T23:53:16.093Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171)
16822024-11-18T23:53:16.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-18T23:53:16.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-18T23:53:16.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-18T23:53:16.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16862024-11-18T23:53:16.623Z
16872024-11-18T23:53:16.623Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171)
16882024-11-18T23:53:17.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-18T23:53:17.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-18T23:53:17.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-18T23:53:17.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16922024-11-18T23:53:17.162Z
16932024-11-18T23:53:17.162Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171)
16942024-11-18T23:53:17.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-18T23:53:17.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-18T23:53:17.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-18T23:53:17.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16982024-11-18T23:53:17.696Z
16992024-11-18T23:53:17.696Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171)
17002024-11-18T23:53:18.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-18T23:53:18.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-18T23:53:18.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-18T23:53:18.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17042024-11-18T23:53:18.235Z
17052024-11-18T23:53:18.235Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171)
17062024-11-18T23:53:18.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-18T23:53:18.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-18T23:53:18.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-18T23:53:18.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17102024-11-18T23:53:18.770Z
17112024-11-18T23:53:18.770Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171)
17122024-11-18T23:53:19.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-18T23:53:19.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-18T23:53:19.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-18T23:53:19.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17162024-11-18T23:53:19.314Z
17172024-11-18T23:53:19.314Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171)
17182024-11-18T23:53:19.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-18T23:53:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-18T23:53:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-11-18T23:53:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17222024-11-18T23:53:19.856Z
17232024-11-18T23:53:19.856Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171)
17242024-11-18T23:53:20.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-11-18T23:53:20.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-11-18T23:53:20.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-11-18T23:53:20.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17282024-11-18T23:53:20.409Z
17292024-11-18T23:53:20.409Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171)
17302024-11-18T23:53:20.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-11-18T23:53:20.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-11-18T23:53:20.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-11-18T23:53:20.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17342024-11-18T23:53:20.959Z
17352024-11-18T23:53:20.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171)
17362024-11-18T23:53:21.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-11-18T23:53:21.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-11-18T23:53:21.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-11-18T23:53:21.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17402024-11-18T23:53:21.518Z
17412024-11-18T23:53:21.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171)
17422024-11-18T23:53:22.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-11-18T23:53:22.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-11-18T23:53:22.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-11-18T23:53:22.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17462024-11-18T23:53:22.059Z
17472024-11-18T23:53:22.059Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171)
17482024-11-18T23:53:22.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-11-18T23:53:22.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-11-18T23:53:22.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-11-18T23:53:22.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17522024-11-18T23:53:22.595Z
17532024-11-18T23:53:22.595Zinfo: running `cargo check --bins` on sled-hardware-types (25/171)
17542024-11-18T23:53:23.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-11-18T23:53:23.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-11-18T23:53:23.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-11-18T23:53:23.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17582024-11-18T23:53:23.404Z
17592024-11-18T23:53:23.404Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/171)
17602024-11-18T23:53:24.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-11-18T23:53:24.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-11-18T23:53:24.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-11-18T23:53:24.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17642024-11-18T23:53:24.203Z
17652024-11-18T23:53:24.204Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171)
17662024-11-18T23:53:24.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-11-18T23:53:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-11-18T23:53:24.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-11-18T23:53:24.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17702024-11-18T23:53:25.004Z
17712024-11-18T23:53:25.004Zinfo: running `cargo check --bins` on oxlog (28/171)
17722024-11-18T23:53:25.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-11-18T23:53:25.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-11-18T23:53:25.800Z Checking cfg-if v1.0.0
17752024-11-18T23:53:25.824Z Checking libc v0.2.162
17762024-11-18T23:53:25.848Z Checking serde v1.0.215
17772024-11-18T23:53:25.848Z Checking zeroize v1.8.1
17782024-11-18T23:53:25.871Z Checking memchr v2.7.4
17792024-11-18T23:53:25.871Z Checking typenum v1.17.0
17802024-11-18T23:53:25.895Z Checking scopeguard v1.2.0
17812024-11-18T23:53:25.918Z Checking subtle v2.6.1
17822024-11-18T23:53:25.943Z Checking value-bag v1.9.0
17832024-11-18T23:53:26.027Z Checking lock_api v0.4.12
17842024-11-18T23:53:26.084Z Checking smallvec v1.13.2
17852024-11-18T23:53:26.154Z Checking const-oid v0.9.6
17862024-11-18T23:53:26.296Z Checking log v0.4.22
17872024-11-18T23:53:26.387Z Checking itoa v1.0.11
17882024-11-18T23:53:26.412Z Checking pin-project-lite v0.2.14
17892024-11-18T23:53:26.509Z Checking byteorder v1.5.0
17902024-11-18T23:53:26.568Z Checking futures-core v0.3.31
17912024-11-18T23:53:26.646Z Checking once_cell v1.20.2
17922024-11-18T23:53:26.735Z Checking cpufeatures v0.2.14
17932024-11-18T23:53:26.788Z Checking futures-sink v0.3.31
17942024-11-18T23:53:26.811Z Checking getrandom v0.2.15
17952024-11-18T23:53:26.835Z Checking signal-hook-registry v1.4.2
17962024-11-18T23:53:26.861Z Checking parking_lot_core v0.9.10
17972024-11-18T23:53:26.901Z Checking generic-array v0.14.7
17982024-11-18T23:53:26.924Z Checking mio v1.0.2
17992024-11-18T23:53:26.948Z Checking stable_deref_trait v1.2.0
18002024-11-18T23:53:27.014Z Checking rand_core v0.6.4
18012024-11-18T23:53:27.038Z Checking socket2 v0.5.7
18022024-11-18T23:53:27.061Z Checking spin v0.9.8
18032024-11-18T23:53:27.159Z Checking parking_lot v0.12.3
18042024-11-18T23:53:27.280Z Checking zerocopy v0.7.35
18052024-11-18T23:53:27.335Z Checking slab v0.4.9
18062024-11-18T23:53:27.425Z Checking zerofrom v0.1.4
18072024-11-18T23:53:27.448Z Checking futures-channel v0.3.31
18082024-11-18T23:53:27.449Z Checking foldhash v0.1.3
18092024-11-18T23:53:27.540Z Checking futures-io v0.3.31
18102024-11-18T23:53:27.563Z Checking equivalent v1.0.1
18112024-11-18T23:53:27.614Z Checking yoke v0.7.4
18122024-11-18T23:53:27.659Z Checking pin-utils v0.1.0
18132024-11-18T23:53:27.700Z Checking futures-task v0.3.31
18142024-11-18T23:53:27.742Z Checking allocator-api2 v0.2.18
18152024-11-18T23:53:27.766Z Checking ryu v1.0.18
18162024-11-18T23:53:27.790Z Checking tinyvec_macros v0.1.1
18172024-11-18T23:53:27.857Z Checking crypto-common v0.1.6
18182024-11-18T23:53:27.881Z Checking block-buffer v0.10.4
18192024-11-18T23:53:27.907Z Checking zerovec v0.10.4
18202024-11-18T23:53:27.931Z Checking futures-util v0.3.31
18212024-11-18T23:53:27.959Z Checking block-padding v0.3.3
18222024-11-18T23:53:28.021Z Checking tinyvec v1.8.0
18232024-11-18T23:53:28.074Z Checking digest v0.10.7
18242024-11-18T23:53:28.138Z Checking inout v0.1.3
18252024-11-18T23:53:28.274Z Checking hashbrown v0.15.0
18262024-11-18T23:53:28.329Z Checking fnv v1.0.7
18272024-11-18T23:53:28.395Z Checking hmac v0.12.1
18282024-11-18T23:53:28.442Z Checking sha2 v0.10.8
18292024-11-18T23:53:28.469Z Checking cipher v0.4.4
18302024-11-18T23:53:28.573Z Checking libm v0.2.8
18312024-11-18T23:53:28.802Z Checking writeable v0.5.5
18322024-11-18T23:53:28.895Z Checking base64ct v1.6.0
18332024-11-18T23:53:29.080Z Checking unicode-bidi v0.3.17
18342024-11-18T23:53:29.112Z Checking unicode-normalization v0.1.24
18352024-11-18T23:53:29.235Z Checking litemap v0.7.3
18362024-11-18T23:53:29.278Z Checking pem-rfc7468 v0.7.0
18372024-11-18T23:53:29.302Z Checking num-traits v0.2.19
18382024-11-18T23:53:29.326Z Checking tinystr v0.7.6
18392024-11-18T23:53:29.509Z Checking ppv-lite86 v0.2.20
18402024-11-18T23:53:29.534Z Checking flagset v0.4.6
18412024-11-18T23:53:29.605Z Checking tracing-core v0.1.32
18422024-11-18T23:53:29.639Z Checking icu_locid v1.5.0
18432024-11-18T23:53:29.706Z Checking der v0.7.9
18442024-11-18T23:53:29.825Z Checking thiserror v1.0.69
18452024-11-18T23:53:29.945Z Checking rustls-pki-types v1.9.0
18462024-11-18T23:53:30.020Z Checking bytes v1.8.0
18472024-11-18T23:53:30.154Z Checking indexmap v2.6.0
18482024-11-18T23:53:30.178Z Checking serde_json v1.0.132
18492024-11-18T23:53:30.435Z Checking rand_chacha v0.3.1
18502024-11-18T23:53:30.484Z Checking icu_provider v1.5.0
18512024-11-18T23:53:30.650Z Checking bitflags v2.6.0
18522024-11-18T23:53:30.695Z Checking tokio v1.40.0
18532024-11-18T23:53:30.772Z Checking http v1.1.0
18542024-11-18T23:53:30.904Z Checking icu_locid_transform_data v1.5.0
18552024-11-18T23:53:30.995Z Checking percent-encoding v2.3.1
18562024-11-18T23:53:31.045Z Checking icu_locid_transform v1.5.0
18572024-11-18T23:53:31.228Z Checking rand v0.8.5
18582024-11-18T23:53:31.252Z Checking tracing v0.1.40
18592024-11-18T23:53:31.252Z Checking spki v0.7.3
18602024-11-18T23:53:31.606Z Checking icu_collections v1.5.0
18612024-11-18T23:53:31.668Z Checking salsa20 v0.10.2
18622024-11-18T23:53:31.707Z Checking pbkdf2 v0.12.2
18632024-11-18T23:53:31.769Z Checking aws-lc-sys v0.22.0
18642024-11-18T23:53:31.828Z Checking httparse v1.9.5
18652024-11-18T23:53:31.971Z Checking mirai-annotations v1.12.0
18662024-11-18T23:53:32.005Z Checking untrusted v0.7.1
18672024-11-18T23:53:32.117Z Checking untrusted v0.9.0
18682024-11-18T23:53:32.143Z Checking icu_properties_data v1.5.0
18692024-11-18T23:53:32.168Z Checking powerfmt v0.2.0
18702024-11-18T23:53:32.200Z Checking scrypt v0.11.0
18712024-11-18T23:53:32.263Z Checking ring v0.17.8
18722024-11-18T23:53:32.350Z Checking cbc v0.1.2
18732024-11-18T23:53:32.350Z Checking aes v0.8.4
18742024-11-18T23:53:32.374Z Checking icu_properties v1.5.1
18752024-11-18T23:53:32.398Z Checking crossbeam-utils v0.8.20
18762024-11-18T23:53:32.423Z Checking deranged v0.3.11
18772024-11-18T23:53:32.508Z Checking utf8_iter v1.0.4
18782024-11-18T23:53:32.677Z Checking time-core v0.1.2
18792024-11-18T23:53:32.806Z Checking num-conv v0.1.0
18802024-11-18T23:53:32.973Z Checking utf16_iter v1.0.5
18812024-11-18T23:53:33.014Z Checking atomic-waker v1.1.2
18822024-11-18T23:53:33.077Z Checking icu_normalizer_data v1.5.0
18832024-11-18T23:53:33.126Z Checking write16 v1.0.0
18842024-11-18T23:53:33.150Z Checking num_threads v0.1.7
18852024-11-18T23:53:33.173Z Checking pkcs5 v0.7.1
18862024-11-18T23:53:33.233Z Checking http-body v1.0.1
18872024-11-18T23:53:33.256Z Checking form_urlencoded v1.2.1
18882024-11-18T23:53:33.412Z Checking try-lock v0.2.5
18892024-11-18T23:53:33.442Z Checking httpdate v1.0.3
18902024-11-18T23:53:33.548Z Checking want v0.3.1
18912024-11-18T23:53:33.653Z Checking pkcs8 v0.10.2
18922024-11-18T23:53:33.676Z Checking unicode-ident v1.0.13
18932024-11-18T23:53:33.738Z Checking uuid v1.11.0
18942024-11-18T23:53:33.849Z Checking proc-macro2 v1.0.89
18952024-11-18T23:53:33.918Z Checking time v0.3.36
18962024-11-18T23:53:33.946Z Checking aws-lc-rs v1.10.0
18972024-11-18T23:53:33.970Z Checking toml_datetime v0.6.8
18982024-11-18T23:53:33.994Z Checking serde_spanned v0.6.8
18992024-11-18T23:53:34.160Z Checking slog v2.7.0
19002024-11-18T23:53:34.237Z Checking scroll v0.12.0
19012024-11-18T23:53:34.318Z Checking plain v0.2.3
19022024-11-18T23:53:34.457Z Checking base64 v0.22.1
19032024-11-18T23:53:34.519Z Checking iana-time-zone v0.1.61
19042024-11-18T23:53:34.626Z Checking tower-service v0.3.3
19052024-11-18T23:53:34.670Z Checking ucd-trie v0.1.7
19062024-11-18T23:53:34.694Z Checking adler2 v2.0.0
19072024-11-18T23:53:34.749Z Checking match_cfg v0.1.0
19082024-11-18T23:53:34.839Z Checking foreign-types-shared v0.1.1
19092024-11-18T23:53:34.862Z Checking hostname v0.3.1
19102024-11-18T23:53:34.887Z Checking pest v2.7.14
19112024-11-18T23:53:34.911Z Checking miniz_oxide v0.8.0
19122024-11-18T23:53:34.948Z Checking foreign-types v0.3.2
19132024-11-18T23:53:34.991Z Checking goblin v0.8.2
19142024-11-18T23:53:35.044Z Checking chrono v0.4.38
19152024-11-18T23:53:35.165Z Checking icu_normalizer v1.5.0
19162024-11-18T23:53:35.564Z Checking quote v1.0.37
19172024-11-18T23:53:35.623Z Checking rustls-webpki v0.102.8
19182024-11-18T23:53:35.843Z Checking idna_adapter v1.2.0
19192024-11-18T23:53:35.866Z Checking openssl-sys v0.9.104
19202024-11-18T23:53:36.011Z Checking idna v1.0.3
19212024-11-18T23:53:36.109Z Checking errno v0.3.9
19222024-11-18T23:53:36.277Z Checking dirs-sys-next v0.1.2
19232024-11-18T23:53:36.301Z Checking aho-corasick v1.1.3
19242024-11-18T23:53:36.450Z Checking data-encoding v2.6.0
19252024-11-18T23:53:36.473Z Checking url v2.5.3
19262024-11-18T23:53:36.857Z Checking regex-syntax v0.8.5
19272024-11-18T23:53:36.950Z Checking siphasher v0.3.11
19282024-11-18T23:53:37.028Z Checking pretty-hex v0.4.1
19292024-11-18T23:53:37.077Z Checking dtrace-parser v0.2.0
19302024-11-18T23:53:37.118Z Checking tokio-util v0.7.12
19312024-11-18T23:53:37.177Z Checking openssl v0.10.68
19322024-11-18T23:53:37.200Z Checking dirs-next v2.0.0
19332024-11-18T23:53:37.247Z Checking rustix v0.38.37
19342024-11-18T23:53:37.313Z Checking syn v2.0.87
19352024-11-18T23:53:37.478Z Checking http-body-util v0.1.2
19362024-11-18T23:53:37.739Z Checking crossbeam-epoch v0.9.18
19372024-11-18T23:53:37.875Z Checking sha1 v0.10.6
19382024-11-18T23:53:37.898Z Checking h2 v0.4.6
19392024-11-18T23:53:38.113Z Checking signature v2.2.0
19402024-11-18T23:53:38.136Z Checking lazy_static v1.5.0
19412024-11-18T23:53:38.236Z Checking thread_local v1.1.8
19422024-11-18T23:53:38.283Z Checking thread-id v4.2.2
19432024-11-18T23:53:38.378Z Checking encoding_rs v0.8.34
19442024-11-18T23:53:38.480Z Checking winnow v0.6.20
19452024-11-18T23:53:39.188Z Checking dof v0.3.0
19462024-11-18T23:53:39.489Z Checking regex-automata v0.4.8
19472024-11-18T23:53:39.696Z Checking ipnet v2.10.1
19482024-11-18T23:53:40.067Z Checking openssl-probe v0.1.5
19492024-11-18T23:53:40.091Z Checking mime v0.3.17
19502024-11-18T23:53:40.178Z Checking gimli v0.31.1
19512024-11-18T23:53:40.202Z Checking anstyle v1.0.10
19522024-11-18T23:53:40.359Z Checking either v1.13.0
19532024-11-18T23:53:40.484Z Checking unicode-properties v0.1.3
19542024-11-18T23:53:40.682Z Checking utf8parse v0.2.2
19552024-11-18T23:53:40.766Z Checking stringprep v0.1.5
19562024-11-18T23:53:40.813Z Checking anstyle-parse v0.2.5
19572024-11-18T23:53:40.867Z Checking toml_edit v0.22.22
19582024-11-18T23:53:40.997Z Checking crossbeam-deque v0.8.5
19592024-11-18T23:53:41.053Z Checking term v0.7.0
19602024-11-18T23:53:41.276Z Checking rustls v0.23.14
19612024-11-18T23:53:41.429Z Checking rustls v0.22.4
19622024-11-18T23:53:41.691Z Checking native-tls v0.2.12
19632024-11-18T23:53:41.956Z Checking slog-json v2.6.1
19642024-11-18T23:53:42.175Z Checking serde_urlencoded v0.7.1
19652024-11-18T23:53:42.526Z Checking crossbeam-channel v0.5.13
19662024-11-18T23:53:42.705Z Checking usdt-impl v0.5.0
19672024-11-18T23:53:42.941Z Checking hyper v1.5.0
19682024-11-18T23:53:43.109Z Checking futures-executor v0.3.31
19692024-11-18T23:53:43.166Z Checking num-integer v0.1.46
19702024-11-18T23:53:43.190Z Checking rustls-pemfile v2.2.0
19712024-11-18T23:53:43.309Z Checking idna v0.4.0
19722024-11-18T23:53:43.375Z Checking idna v0.3.0
19732024-11-18T23:53:43.399Z Checking md-5 v0.10.6
19742024-11-18T23:53:43.457Z Checking addr2line v0.24.2
19752024-11-18T23:53:43.588Z Checking ff v0.13.0
19762024-11-18T23:53:43.611Z Checking hash32 v0.2.1
19772024-11-18T23:53:43.763Z Checking memmap v0.7.0
19782024-11-18T23:53:43.850Z Checking is-terminal v0.4.13
19792024-11-18T23:53:43.898Z Checking object v0.36.5
19802024-11-18T23:53:43.944Z Checking utf-8 v0.7.6
19812024-11-18T23:53:43.969Z Checking linked-hash-map v0.5.6
19822024-11-18T23:53:43.969Z Checking anstyle-query v1.1.1
19832024-11-18T23:53:44.019Z Checking fallible-iterator v0.2.0
19842024-11-18T23:53:44.093Z Checking take_mut v0.2.2
19852024-11-18T23:53:44.129Z Checking rustc-demangle v0.1.24
19862024-11-18T23:53:44.226Z Checking quick-error v1.2.3
19872024-11-18T23:53:44.252Z Checking base16ct v0.2.0
19882024-11-18T23:53:44.340Z Checking is_terminal_polyfill v1.70.1
19892024-11-18T23:53:44.414Z Checking colorchoice v1.0.2
19902024-11-18T23:53:44.444Z Checking dyn-clone v1.0.17
19912024-11-18T23:53:44.502Z Checking psl-types v2.0.11
19922024-11-18T23:53:44.526Z Checking tokio-rustls v0.25.0
19932024-11-18T23:53:44.550Z Checking anstream v0.6.15
19942024-11-18T23:53:44.578Z Checking postgres-protocol v0.6.7
19952024-11-18T23:53:44.602Z Checking schemars v0.8.21
19962024-11-18T23:53:44.667Z Checking publicsuffix v2.2.3
19972024-11-18T23:53:44.728Z Checking hyper-util v0.1.10
19982024-11-18T23:53:44.836Z Checking sec1 v0.7.3
19992024-11-18T23:53:44.860Z Checking resolv-conf v0.7.0
20002024-11-18T23:53:44.884Z Checking lru-cache v0.1.2
20012024-11-18T23:53:45.024Z Checking slog-async v2.8.0
20022024-11-18T23:53:45.141Z Checking tungstenite v0.24.0
20032024-11-18T23:53:45.165Z Checking hickory-proto v0.24.1
20042024-11-18T23:53:45.189Z Checking slog-term v2.9.1
20052024-11-18T23:53:45.266Z Checking usdt v0.5.0
20062024-11-18T23:53:45.476Z Checking heapless v0.7.17
20072024-11-18T23:53:45.575Z Checking group v0.13.0
20082024-11-18T23:53:45.794Z Checking num-iter v0.1.45
20092024-11-18T23:53:45.919Z Checking futures v0.3.31
20102024-11-18T23:53:45.948Z Checking toml v0.8.19
20112024-11-18T23:53:45.972Z Checking tokio-rustls v0.26.0
20122024-11-18T23:53:45.972Z Checking slog-bunyan v2.5.0
20132024-11-18T23:53:46.031Z Checking tokio-native-tls v0.3.1
20142024-11-18T23:53:46.120Z Checking rayon-core v1.12.1
20152024-11-18T23:53:46.261Z Checking multer v3.1.0
20162024-11-18T23:53:46.348Z Checking terminal_size v0.4.0
20172024-11-18T23:53:46.400Z Checking phf_shared v0.11.2
20182024-11-18T23:53:46.433Z Checking cookie v0.18.1
20192024-11-18T23:53:46.494Z Checking async-stream v0.3.6
20202024-11-18T23:53:46.634Z Checking bzip2-sys v0.1.11+1.0.8
20212024-11-18T23:53:46.660Z Checking camino v1.1.9
20222024-11-18T23:53:46.684Z Checking signal-hook v0.3.17
20232024-11-18T23:53:46.684Z Checking waitgroup v0.1.2
20242024-11-18T23:53:46.748Z Checking openapiv3 v2.0.0
20252024-11-18T23:53:46.772Z Checking webpki-roots v0.26.6
20262024-11-18T23:53:46.796Z Checking serde_path_to_error v0.1.16
20272024-11-18T23:53:46.824Z Checking idna v0.5.0
20282024-11-18T23:53:46.949Z Checking hkdf v0.12.4
20292024-11-18T23:53:46.983Z Checking crypto-bigint v0.5.5
20302024-11-18T23:53:47.137Z Checking hostname v0.4.0
20312024-11-18T23:53:47.162Z Checking crc32fast v1.4.2
20322024-11-18T23:53:47.255Z Checking strsim v0.11.1
20332024-11-18T23:53:47.318Z Checking managed v0.8.0
20342024-11-18T23:53:47.350Z Checking bitflags v1.3.2
20352024-11-18T23:53:47.436Z Checking unicode-width v0.1.14
20362024-11-18T23:53:47.460Z Checking clap_lex v0.7.2
20372024-11-18T23:53:47.502Z Checking winnow v0.5.40
20382024-11-18T23:53:47.637Z Checking debug-ignore v1.0.5
20392024-11-18T23:53:47.666Z Checking clap_builder v4.5.21
20402024-11-18T23:53:47.767Z Checking smoltcp v0.9.1
20412024-11-18T23:53:47.819Z Checking console v0.15.8
20422024-11-18T23:53:48.291Z Checking cookie_store v0.21.0
20432024-11-18T23:53:48.854Z Checking flate2 v1.0.34
20442024-11-18T23:53:48.979Z Checking signal-hook-mio v0.2.4
20452024-11-18T23:53:49.102Z Checking hyper-rustls v0.27.3
20462024-11-18T23:53:49.210Z Checking hickory-resolver v0.24.1
20472024-11-18T23:53:49.316Z Checking elliptic-curve v0.13.8
20482024-11-18T23:53:49.397Z Checking backtrace v0.3.74
20492024-11-18T23:53:49.424Z Checking rayon v1.10.0
20502024-11-18T23:53:49.449Z Checking bzip2 v0.4.4
20512024-11-18T23:53:49.553Z Checking dropshot v0.12.0
20522024-11-18T23:53:49.685Z Checking phf v0.11.2
20532024-11-18T23:53:49.870Z Checking hyper-tls v0.6.0
20542024-11-18T23:53:49.894Z Checking anyhow v1.0.93
20552024-11-18T23:53:49.928Z Checking num-bigint-dig v0.8.4
20562024-11-18T23:53:50.007Z Checking toml_edit v0.19.15
20572024-11-18T23:53:50.121Z Checking tokio-tungstenite v0.24.0
20582024-11-18T23:53:50.226Z Checking postgres-types v0.2.8
20592024-11-18T23:53:50.250Z Checking bstr v1.10.0
20602024-11-18T23:53:50.513Z Checking regex v1.11.1
20612024-11-18T23:53:50.561Z Checking ed25519 v2.2.3
20622024-11-18T23:53:50.815Z Checking tokio-stream v0.1.16
20632024-11-18T23:53:50.840Z Checking phf_shared v0.10.0
20642024-11-18T23:53:51.038Z Checking zerocopy v0.6.6
20652024-11-18T23:53:51.062Z Checking curve25519-dalek v4.1.3
20662024-11-18T23:53:51.086Z Checking pkcs1 v0.7.5
20672024-11-18T23:53:51.444Z Checking hubpack v0.1.2
20682024-11-18T23:53:51.562Z Checking portable-atomic v1.9.0
20692024-11-18T23:53:51.673Z Checking float-cmp v0.9.0
20702024-11-18T23:53:51.712Z Checking serde-big-array v0.5.1
20712024-11-18T23:53:51.763Z Checking rfc6979 v0.4.0
20722024-11-18T23:53:51.840Z Checking sync_wrapper v1.0.1
20732024-11-18T23:53:51.901Z Checking difflib v0.4.0
20742024-11-18T23:53:51.925Z Checking normalize-line-endings v0.3.0
20752024-11-18T23:53:51.971Z Checking predicates-core v1.0.8
20762024-11-18T23:53:52.035Z Checking bit-vec v0.6.3
20772024-11-18T23:53:52.136Z Checking unicode-width v0.2.0
20782024-11-18T23:53:52.160Z Checking unicode-segmentation v1.12.0
20792024-11-18T23:53:52.184Z Checking number_prefix v0.4.0
20802024-11-18T23:53:52.324Z Checking minimal-lexical v0.2.1
20812024-11-18T23:53:52.348Z Checking whoami v1.5.2
20822024-11-18T23:53:52.455Z Checking static_assertions v1.1.0
20832024-11-18T23:53:52.534Z Checking fixedbitset v0.4.2
20842024-11-18T23:53:52.563Z Checking precomputed-hash v0.1.1
20852024-11-18T23:53:52.611Z Checking new_debug_unreachable v1.0.6
20862024-11-18T23:53:52.658Z Checking ed25519-dalek v2.1.1
20872024-11-18T23:53:52.658Z Checking qorb v0.2.0
20882024-11-18T23:53:52.695Z Checking nom v7.1.3
20892024-11-18T23:53:52.719Z Checking tokio-postgres v0.7.12
20902024-11-18T23:53:52.719Z Checking similar v2.6.0
20912024-11-18T23:53:52.742Z Checking string_cache v0.8.7
20922024-11-18T23:53:52.766Z Checking indicatif v0.17.9
20932024-11-18T23:53:52.791Z Checking petgraph v0.6.5
20942024-11-18T23:53:52.996Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20952024-11-18T23:53:53.019Z Checking bit-set v0.5.3
20962024-11-18T23:53:53.228Z Checking predicates v3.1.2
20972024-11-18T23:53:53.391Z Checking toml v0.7.8
20982024-11-18T23:53:53.426Z Checking reqwest v0.12.9
20992024-11-18T23:53:53.760Z Checking ecdsa v0.16.9
21002024-11-18T23:53:53.974Z Checking rsa v0.9.6
21012024-11-18T23:53:54.331Z Checking clap v4.5.21
21022024-11-18T23:53:54.426Z Checking zip v0.6.6
21032024-11-18T23:53:54.793Z Checking crossterm v0.28.1
21042024-11-18T23:53:54.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21052024-11-18T23:53:54.846Z Checking itertools v0.10.5
21062024-11-18T23:53:54.961Z Checking itertools v0.12.1
21072024-11-18T23:53:55.031Z Checking fs-err v2.11.0
21082024-11-18T23:53:55.060Z Checking ahash v0.8.11
21092024-11-18T23:53:55.189Z Checking x509-cert v0.2.5
21102024-11-18T23:53:55.492Z Checking hex v0.4.3
21112024-11-18T23:53:55.516Z Checking semver v1.0.23
21122024-11-18T23:53:55.516Z Checking peg-runtime v0.8.3
21132024-11-18T23:53:55.813Z Checking heck v0.4.1
21142024-11-18T23:53:55.837Z Checking lalrpop-util v0.19.12
21152024-11-18T23:53:55.911Z Checking sigpipe v0.1.3
21162024-11-18T23:53:57.414Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172024-11-18T23:53:57.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.82s
21182024-11-18T23:53:57.966Z
21192024-11-18T23:53:57.967Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171)
21202024-11-18T23:53:58.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-11-18T23:53:58.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-11-18T23:53:58.813Z Compiling hashbrown v0.14.5
21232024-11-18T23:53:58.864Z Checking heck v0.5.0
21242024-11-18T23:53:58.888Z Compiling unsafe-libyaml v0.2.11
21252024-11-18T23:53:58.912Z Compiling ident_case v1.0.1
21262024-11-18T23:53:58.935Z Checking progenitor-client v0.8.0
21272024-11-18T23:53:58.935Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282024-11-18T23:53:58.959Z Compiling proc-macro-crate v1.3.1
21292024-11-18T23:53:59.038Z Compiling darling_core v0.20.10
21302024-11-18T23:53:59.072Z Checking ipnetwork v0.20.0
21312024-11-18T23:53:59.253Z Compiling structmeta-derive v0.3.0
21322024-11-18T23:53:59.277Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21332024-11-18T23:53:59.372Z Compiling newtype-uuid v1.1.3
21342024-11-18T23:53:59.514Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-11-18T23:53:59.622Z Compiling lzma-sys v0.1.20
21362024-11-18T23:53:59.812Z Compiling foreign-types-macros v0.2.3
21372024-11-18T23:53:59.844Z Checking regress v0.10.1
21382024-11-18T23:53:59.873Z Compiling num_enum_derive v0.5.11
21392024-11-18T23:54:00.266Z Compiling serde_yaml v0.9.34+deprecated
21402024-11-18T23:54:00.403Z Compiling dropshot v0.13.0
21412024-11-18T23:54:00.651Z Checking arc-swap v1.7.1
21422024-11-18T23:54:00.854Z Checking foreign-types-shared v0.3.1
21432024-11-18T23:54:00.952Z Checking foreign-types v0.5.0
21442024-11-18T23:54:01.018Z Checking slog-scope v4.4.0
21452024-11-18T23:54:01.152Z Compiling proc-macro-error v1.0.4
21462024-11-18T23:54:01.723Z Compiling structmeta v0.3.0
21472024-11-18T23:54:01.747Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21482024-11-18T23:54:01.797Z Checking tungstenite v0.21.0
21492024-11-18T23:54:01.846Z Compiling heck v0.3.3
21502024-11-18T23:54:02.042Z Checking num_enum v0.5.11
21512024-11-18T23:54:02.122Z Compiling parse-display-derive v0.10.0
21522024-11-18T23:54:02.191Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21532024-11-18T23:54:02.245Z Compiling dropshot_endpoint v0.13.0
21542024-11-18T23:54:02.590Z Checking cstr-argument v0.1.2
21552024-11-18T23:54:02.651Z Checking typify-impl v0.2.0
21562024-11-18T23:54:02.751Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-11-18T23:54:03.355Z Checking instant v0.1.13
21582024-11-18T23:54:03.462Z Checking fastrand v2.1.1
21592024-11-18T23:54:03.733Z Checking base64 v0.21.7
21602024-11-18T23:54:03.864Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21612024-11-18T23:54:04.026Z Checking pretty-hex v0.2.1
21622024-11-18T23:54:04.126Z Checking tempfile v3.13.0
21632024-11-18T23:54:04.162Z Checking backoff v0.4.0
21642024-11-18T23:54:04.193Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21652024-11-18T23:54:04.410Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-11-18T23:54:04.435Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672024-11-18T23:54:04.462Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21682024-11-18T23:54:04.539Z Checking tokio-tungstenite v0.21.0
21692024-11-18T23:54:04.570Z Compiling zone_cfg_derive v0.1.2
21702024-11-18T23:54:04.675Z Checking strum v0.26.3
21712024-11-18T23:54:04.740Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21722024-11-18T23:54:04.862Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-11-18T23:54:04.886Z Compiling darling_macro v0.20.10
21742024-11-18T23:54:04.979Z Checking slog-stdlog v4.1.1
21752024-11-18T23:54:05.130Z Checking regress v0.9.1
21762024-11-18T23:54:05.168Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-11-18T23:54:05.302Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21782024-11-18T23:54:05.367Z Checking colored v2.1.0
21792024-11-18T23:54:05.560Z Checking macaddr v1.0.1
21802024-11-18T23:54:05.630Z Checking base64 v0.13.1
21812024-11-18T23:54:05.666Z Compiling darling v0.20.10
21822024-11-18T23:54:05.785Z Compiling serde_with_macros v3.11.0
21832024-11-18T23:54:05.837Z Checking zone v0.1.8
21842024-11-18T23:54:05.945Z Checking parse-display v0.10.0
21852024-11-18T23:54:05.978Z Checking ron v0.7.1
21862024-11-18T23:54:06.152Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-11-18T23:54:06.522Z Checking xz2 v0.1.7
21882024-11-18T23:54:06.643Z Checking slog-envlogger v2.2.0
21892024-11-18T23:54:06.775Z Checking tabwriter v1.4.0
21902024-11-18T23:54:06.823Z Checking xattr v1.3.1
21912024-11-18T23:54:06.986Z Checking pem v3.0.4
21922024-11-18T23:54:07.010Z Checking yasna v0.5.2
21932024-11-18T23:54:07.034Z Checking headers-core v0.3.0
21942024-11-18T23:54:07.145Z Checking smf v0.2.3
21952024-11-18T23:54:07.219Z Checking filetime v0.2.25
21962024-11-18T23:54:07.397Z Checking same-file v1.0.6
21972024-11-18T23:54:07.540Z Checking tar v0.4.43
21982024-11-18T23:54:07.564Z Checking walkdir v2.5.0
21992024-11-18T23:54:07.588Z Checking headers v0.4.0
22002024-11-18T23:54:07.728Z Checking rcgen v0.12.1
22012024-11-18T23:54:07.802Z Checking atomicwrites v0.4.4
22022024-11-18T23:54:07.895Z Checking camino-tempfile v1.1.1
22032024-11-18T23:54:07.972Z Checking subprocess v0.2.9
22042024-11-18T23:54:08.275Z Checking serde_with v3.11.0
22052024-11-18T23:54:12.919Z Compiling typify-macro v0.2.0
22062024-11-18T23:54:15.270Z Compiling typify v0.2.0
22072024-11-18T23:54:15.366Z Compiling progenitor-impl v0.8.0
22082024-11-18T23:54:19.750Z Compiling progenitor-macro v0.8.0
22092024-11-18T23:54:25.941Z Checking progenitor v0.8.0
22102024-11-18T23:54:26.138Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22112024-11-18T23:54:26.162Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22122024-11-18T23:54:29.723Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22132024-11-18T23:54:29.894Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22142024-11-18T23:54:38.016Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22152024-11-18T23:54:40.006Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22162024-11-18T23:54:41.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.68s
22172024-11-18T23:54:41.806Z
22182024-11-18T23:54:41.807Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171)
22192024-11-18T23:54:42.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-11-18T23:54:42.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-11-18T23:54:42.662Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-11-18T23:54:44.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
22232024-11-18T23:54:44.501Z
22242024-11-18T23:54:44.501Zinfo: running `cargo check --bins` on nexus-config (31/171)
22252024-11-18T23:54:45.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-11-18T23:54:45.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-11-18T23:54:45.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-11-18T23:54:45.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22292024-11-18T23:54:45.288Z
22302024-11-18T23:54:45.288Zinfo: running `cargo check --bins` on omicron-rpaths (32/171)
22312024-11-18T23:54:45.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-11-18T23:54:46.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-11-18T23:54:46.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-11-18T23:54:46.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
22352024-11-18T23:54:46.082Z
22362024-11-18T23:54:46.082Zinfo: running `cargo check --bins` on omicron-certificates (33/171)
22372024-11-18T23:54:46.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-11-18T23:54:46.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-11-18T23:54:46.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-11-18T23:54:46.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22412024-11-18T23:54:46.872Z
22422024-11-18T23:54:46.872Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/171)
22432024-11-18T23:54:47.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-11-18T23:54:47.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-11-18T23:54:47.727Z Compiling heapless v0.8.0
22462024-11-18T23:54:47.750Z Checking hash32 v0.3.1
22472024-11-18T23:54:47.774Z Compiling smoltcp v0.11.0
22482024-11-18T23:54:47.798Z Checking cobs v0.2.3
22492024-11-18T23:54:47.822Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22502024-11-18T23:54:47.822Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22512024-11-18T23:54:47.845Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22522024-11-18T23:54:47.845Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22532024-11-18T23:54:47.933Z Compiling crucible-workspace-hack v0.1.0
22542024-11-18T23:54:47.960Z Checking postcard v1.0.10
22552024-11-18T23:54:47.984Z Checking newline-converter v0.3.0
22562024-11-18T23:54:48.121Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22572024-11-18T23:54:48.145Z Compiling convert_case v0.4.0
22582024-11-18T23:54:48.291Z Checking expectorate v1.1.0
22592024-11-18T23:54:48.321Z Compiling zone_cfg_derive v0.3.0
22602024-11-18T23:54:48.404Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22612024-11-18T23:54:48.441Z Checking itertools v0.13.0
22622024-11-18T23:54:48.465Z Compiling num-derive v0.4.2
22632024-11-18T23:54:48.584Z Compiling slog-dtrace v0.3.0
22642024-11-18T23:54:48.703Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22652024-11-18T23:54:48.888Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22662024-11-18T23:54:48.982Z Compiling derive_more v0.99.18
22672024-11-18T23:54:49.524Z Checking zone v0.3.0
22682024-11-18T23:54:50.043Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22692024-11-18T23:54:51.751Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22702024-11-18T23:54:52.898Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22712024-11-18T23:54:53.567Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22722024-11-18T23:54:54.224Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22732024-11-18T23:54:55.344Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22742024-11-18T23:54:56.592Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22752024-11-18T23:54:57.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
22762024-11-18T23:54:57.940Z
22772024-11-18T23:54:57.940Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/171)
22782024-11-18T23:54:58.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792024-11-18T23:54:58.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802024-11-18T23:54:58.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812024-11-18T23:54:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22822024-11-18T23:54:58.769Z
22832024-11-18T23:54:58.769Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/171)
22842024-11-18T23:54:59.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-11-18T23:54:59.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-11-18T23:54:59.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872024-11-18T23:54:59.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22882024-11-18T23:54:59.571Z
22892024-11-18T23:54:59.571Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (37/171)
22902024-11-18T23:55:00.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-11-18T23:55:00.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-11-18T23:55:00.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-11-18T23:55:00.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22942024-11-18T23:55:00.393Z
22952024-11-18T23:55:00.394Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (38/171)
22962024-11-18T23:55:01.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-11-18T23:55:01.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-11-18T23:55:01.255Z Compiling progenitor-client v0.8.0
22992024-11-18T23:55:01.293Z Compiling newtype-uuid v1.1.3
23002024-11-18T23:55:01.293Z Compiling ipnetwork v0.20.0
23012024-11-18T23:55:01.293Z Compiling instant v0.1.13
23022024-11-18T23:55:01.323Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032024-11-18T23:55:01.323Z Checking num-rational v0.4.2
23042024-11-18T23:55:01.323Z Compiling dropshot v0.13.0
23052024-11-18T23:55:01.323Z Compiling serde_with v3.11.0
23062024-11-18T23:55:01.436Z Compiling backoff v0.4.0
23072024-11-18T23:55:01.495Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23082024-11-18T23:55:01.560Z Compiling parse-display v0.10.0
23092024-11-18T23:55:01.708Z Compiling progenitor v0.8.0
23102024-11-18T23:55:01.738Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23112024-11-18T23:55:01.796Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23122024-11-18T23:55:01.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23132024-11-18T23:55:01.949Z Compiling regress v0.9.1
23142024-11-18T23:55:02.107Z Compiling phf_generator v0.11.2
23152024-11-18T23:55:02.162Z Checking num-complex v0.4.6
23162024-11-18T23:55:02.407Z Compiling macaddr v1.0.1
23172024-11-18T23:55:02.832Z Compiling phf_codegen v0.11.2
23182024-11-18T23:55:02.933Z Checking num v0.4.3
23192024-11-18T23:55:03.003Z Compiling parse-zoneinfo v0.3.1
23202024-11-18T23:55:03.063Z Checking float-ord v0.3.2
23212024-11-18T23:55:03.220Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23222024-11-18T23:55:03.265Z Checking prettyplease v0.2.25
23232024-11-18T23:55:03.380Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23242024-11-18T23:55:04.203Z Compiling chrono-tz-build v0.4.0
23252024-11-18T23:55:04.384Z Compiling const_format_proc_macros v0.2.33
23262024-11-18T23:55:04.671Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272024-11-18T23:55:04.736Z Checking highway v1.2.0
23282024-11-18T23:55:05.129Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23292024-11-18T23:55:05.545Z Compiling chrono-tz v0.10.0
23302024-11-18T23:55:05.722Z Checking gethostname v0.5.0
23312024-11-18T23:55:05.842Z Checking bcs v0.1.6
23322024-11-18T23:55:06.049Z Compiling async-recursion v1.1.1
23332024-11-18T23:55:06.150Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23342024-11-18T23:55:06.150Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23352024-11-18T23:55:06.235Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23362024-11-18T23:55:06.300Z Checking const_format v0.2.33
23372024-11-18T23:55:21.160Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23382024-11-18T23:55:24.923Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23392024-11-18T23:55:30.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.69s
23402024-11-18T23:55:30.252Z
23412024-11-18T23:55:30.252Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171)
23422024-11-18T23:55:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-11-18T23:55:31.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-11-18T23:55:31.136Z Compiling cfg_aliases v0.1.1
23452024-11-18T23:55:31.136Z Compiling vte_generate_state_changes v0.1.2
23462024-11-18T23:55:31.159Z Checking fd-lock v4.0.2
23472024-11-18T23:55:31.159Z Checking nibble_vec v0.1.0
23482024-11-18T23:55:31.159Z Checking bytecount v0.6.8
23492024-11-18T23:55:31.159Z Checking endian-type v0.1.2
23502024-11-18T23:55:31.160Z Compiling tabled_derive v0.7.0
23512024-11-18T23:55:31.239Z Compiling peg-macros v0.8.4
23522024-11-18T23:55:31.295Z Compiling nix v0.28.0
23532024-11-18T23:55:31.353Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542024-11-18T23:55:31.404Z Checking radix_trie v0.2.1
23552024-11-18T23:55:31.428Z Checking papergrid v0.11.0
23562024-11-18T23:55:31.428Z Compiling sqlparser_derive v0.2.2
23572024-11-18T23:55:31.719Z Checking vte v0.11.1
23582024-11-18T23:55:31.761Z Checking nu-ansi-term v0.50.1
23592024-11-18T23:55:32.111Z Checking home v0.5.9
23602024-11-18T23:55:32.250Z Checking unicode_categories v0.1.1
23612024-11-18T23:55:32.335Z Checking sqlparser v0.45.0
23622024-11-18T23:55:32.379Z Checking display-error-chain v0.2.2
23632024-11-18T23:55:32.516Z Checking sqlformat v0.2.6
23642024-11-18T23:55:32.778Z Checking strip-ansi-escapes v0.2.0
23652024-11-18T23:55:32.912Z Checking reedline v0.35.0
23662024-11-18T23:55:33.183Z Checking tabled v0.15.0
23672024-11-18T23:55:33.643Z Checking peg v0.8.4
23682024-11-18T23:55:34.063Z Checking rustyline v14.0.0
23692024-11-18T23:55:46.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.43s
23702024-11-18T23:55:46.843Z
23712024-11-18T23:55:46.843Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171)
23722024-11-18T23:55:47.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-11-18T23:55:47.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-11-18T23:55:47.711Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23752024-11-18T23:55:55.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s
23762024-11-18T23:55:55.644Z
23772024-11-18T23:55:55.644Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171)
23782024-11-18T23:55:56.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-11-18T23:55:56.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-11-18T23:55:56.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812024-11-18T23:56:02.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
23822024-11-18T23:56:02.566Z
23832024-11-18T23:56:02.566Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171)
23842024-11-18T23:56:03.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-11-18T23:56:03.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-11-18T23:56:03.462Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-11-18T23:56:10.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.27s
23882024-11-18T23:56:11.004Z
23892024-11-18T23:56:11.004Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171)
23902024-11-18T23:56:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-11-18T23:56:11.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-11-18T23:56:11.933Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-11-18T23:56:19.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
23942024-11-18T23:56:19.535Z
23952024-11-18T23:56:19.535Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171)
23962024-11-18T23:56:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-11-18T23:56:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-11-18T23:56:20.421Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-11-18T23:56:26.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
24002024-11-18T23:56:26.652Z
24012024-11-18T23:56:26.653Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171)
24022024-11-18T23:56:27.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-11-18T23:56:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-11-18T23:56:27.503Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-11-18T23:56:33.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.18s
24062024-11-18T23:56:33.989Z
24072024-11-18T23:56:33.989Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171)
24082024-11-18T23:56:34.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-11-18T23:56:34.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-11-18T23:56:34.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-11-18T23:56:42.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s
24122024-11-18T23:56:42.864Z
24132024-11-18T23:56:42.864Zinfo: running `cargo check --bins` on oximeter (47/171)
24142024-11-18T23:56:43.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-11-18T23:56:43.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-11-18T23:56:43.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-11-18T23:56:43.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24182024-11-18T23:56:43.694Z
24192024-11-18T23:56:43.694Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/171)
24202024-11-18T23:56:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-11-18T23:56:44.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-11-18T23:56:44.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-11-18T23:56:44.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24242024-11-18T23:56:44.486Z
24252024-11-18T23:56:44.486Zinfo: running `cargo check --bins` on oximeter-schema (49/171)
24262024-11-18T23:56:45.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-11-18T23:56:45.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-11-18T23:56:45.308Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24292024-11-18T23:56:45.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
24302024-11-18T23:56:45.919Z
24312024-11-18T23:56:45.919Zinfo: running `cargo check --bins` on oximeter-types (50/171)
24322024-11-18T23:56:46.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-11-18T23:56:46.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-11-18T23:56:46.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-11-18T23:56:46.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24362024-11-18T23:56:46.700Z
24372024-11-18T23:56:46.702Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/171)
24382024-11-18T23:56:47.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-11-18T23:56:47.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-11-18T23:56:47.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-11-18T23:56:47.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24422024-11-18T23:56:47.497Z
24432024-11-18T23:56:47.497Zinfo: running `cargo check --bins` on oxql-types (52/171)
24442024-11-18T23:56:48.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-11-18T23:56:48.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-11-18T23:56:48.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-11-18T23:56:48.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24482024-11-18T23:56:48.299Z
24492024-11-18T23:56:48.299Zinfo: running `cargo check --bins` on oximeter-test-utils (53/171)
24502024-11-18T23:56:49.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-11-18T23:56:49.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-11-18T23:56:49.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-11-18T23:56:49.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24542024-11-18T23:56:49.143Z
24552024-11-18T23:56:49.143Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/171)
24562024-11-18T23:56:49.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-11-18T23:56:49.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-11-18T23:56:49.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-11-18T23:56:49.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24602024-11-18T23:56:49.947Z
24612024-11-18T23:56:49.947Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171)
24622024-11-18T23:56:50.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-11-18T23:56:50.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-11-18T23:56:50.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-11-18T23:56:50.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24662024-11-18T23:56:50.735Z
24672024-11-18T23:56:50.735Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/171)
24682024-11-18T23:56:51.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-11-18T23:56:51.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-11-18T23:56:51.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-11-18T23:56:51.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24722024-11-18T23:56:51.525Z
24732024-11-18T23:56:51.525Zinfo: running `cargo check --bins` on cockroach-admin-client (57/171)
24742024-11-18T23:56:52.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-11-18T23:56:52.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-11-18T23:56:52.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-11-18T23:56:52.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
24782024-11-18T23:56:52.291Z
24792024-11-18T23:56:52.291Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (58/171)
24802024-11-18T23:56:52.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-11-18T23:56:53.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-11-18T23:56:53.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-11-18T23:56:53.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24842024-11-18T23:56:53.101Z
24852024-11-18T23:56:53.101Zinfo: running `cargo check --bins` on dns-service-client (59/171)
24862024-11-18T23:56:53.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-11-18T23:56:53.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-11-18T23:56:53.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-11-18T23:56:53.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24902024-11-18T23:56:53.922Z
24912024-11-18T23:56:53.922Zinfo: running `cargo check --bins` on internal-dns-types (60/171)
24922024-11-18T23:56:54.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-11-18T23:56:54.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-11-18T23:56:54.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-11-18T23:56:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24962024-11-18T23:56:54.762Z
24972024-11-18T23:56:54.762Zinfo: running `cargo check --bins` on dpd-client (61/171)
24982024-11-18T23:56:55.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-11-18T23:56:55.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-11-18T23:56:55.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-11-18T23:56:55.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25022024-11-18T23:56:55.581Z
25032024-11-18T23:56:55.581Zinfo: running `cargo check --bins` on gateway-client (62/171)
25042024-11-18T23:56:56.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-11-18T23:56:56.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-11-18T23:56:56.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-11-18T23:56:56.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25082024-11-18T23:56:56.372Z
25092024-11-18T23:56:56.372Zinfo: running `cargo check --bins` on installinator-client (63/171)
25102024-11-18T23:56:57.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-11-18T23:56:57.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-11-18T23:56:57.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-11-18T23:56:57.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25142024-11-18T23:56:57.192Z
25152024-11-18T23:56:57.193Zinfo: running `cargo check --bins` on installinator-common (64/171)
25162024-11-18T23:56:57.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-11-18T23:56:57.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-11-18T23:56:57.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-11-18T23:56:57.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25202024-11-18T23:56:58.001Z
25212024-11-18T23:56:58.001Zinfo: running `cargo check --bins` on update-engine (65/171)
25222024-11-18T23:56:58.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-11-18T23:56:58.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-11-18T23:56:58.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-11-18T23:56:58.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25262024-11-18T23:56:58.784Z
25272024-11-18T23:56:58.784Zinfo: running `cargo check --bins` on nexus-client (66/171)
25282024-11-18T23:56:59.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-11-18T23:56:59.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-11-18T23:56:59.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-11-18T23:56:59.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25322024-11-18T23:56:59.638Z
25332024-11-18T23:56:59.639Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (67/171)
25342024-11-18T23:57:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-11-18T23:57:00.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-11-18T23:57:00.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-11-18T23:57:00.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25382024-11-18T23:57:00.442Z
25392024-11-18T23:57:00.442Zinfo: running `cargo check --bins` on omicron-passwords (68/171)
25402024-11-18T23:57:01.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-11-18T23:57:01.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-11-18T23:57:01.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-11-18T23:57:01.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25442024-11-18T23:57:01.233Z
25452024-11-18T23:57:01.233Zinfo: running `cargo check --bins` on nexus-types (69/171)
25462024-11-18T23:57:01.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-11-18T23:57:01.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-11-18T23:57:01.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-11-18T23:57:01.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25502024-11-18T23:57:02.034Z
25512024-11-18T23:57:02.034Zinfo: running `cargo check --bins` on oxide-client (70/171)
25522024-11-18T23:57:02.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-11-18T23:57:02.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-11-18T23:57:02.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-11-18T23:57:02.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25562024-11-18T23:57:02.806Z
25572024-11-18T23:57:02.806Zinfo: running `cargo check --bins` on oximeter-client (71/171)
25582024-11-18T23:57:03.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-11-18T23:57:03.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-11-18T23:57:03.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-11-18T23:57:03.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25622024-11-18T23:57:03.591Z
25632024-11-18T23:57:03.591Zinfo: running `cargo check --bins` on repo-depot-client (72/171)
25642024-11-18T23:57:04.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-11-18T23:57:04.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-11-18T23:57:04.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-11-18T23:57:04.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25682024-11-18T23:57:04.360Z
25692024-11-18T23:57:04.360Zinfo: running `cargo check --bins` on sled-agent-client (73/171)
25702024-11-18T23:57:05.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-11-18T23:57:05.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-11-18T23:57:05.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-11-18T23:57:05.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25742024-11-18T23:57:05.155Z
25752024-11-18T23:57:05.155Zinfo: running `cargo check --bins` on wicketd-client (74/171)
25762024-11-18T23:57:05.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-11-18T23:57:05.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-11-18T23:57:05.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-11-18T23:57:05.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25802024-11-18T23:57:05.978Z
25812024-11-18T23:57:05.979Zinfo: running `cargo check --bins` on sled-agent-types (75/171)
25822024-11-18T23:57:06.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-11-18T23:57:06.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-11-18T23:57:06.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-11-18T23:57:06.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25862024-11-18T23:57:06.817Z
25872024-11-18T23:57:06.817Zinfo: running `cargo check --bins` on wicket-common (76/171)
25882024-11-18T23:57:07.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-11-18T23:57:07.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-11-18T23:57:07.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-11-18T23:57:07.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25922024-11-18T23:57:07.645Z
25932024-11-18T23:57:07.645Zinfo: running `cargo check --bins` on omicron-cockroach-admin (77/171)
25942024-11-18T23:57:08.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-11-18T23:57:08.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-11-18T23:57:08.493Z Checking csv-core v0.1.11
25972024-11-18T23:57:08.493Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25982024-11-18T23:57:08.493Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25992024-11-18T23:57:08.804Z Checking csv v1.3.0
26002024-11-18T23:57:08.828Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26012024-11-18T23:57:09.498Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26022024-11-18T23:57:09.937Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26032024-11-18T23:57:11.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
26042024-11-18T23:57:11.605Z
26052024-11-18T23:57:11.605Zinfo: running `cargo check --bins` on cockroach-admin-api (78/171)
26062024-11-18T23:57:12.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-11-18T23:57:12.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-11-18T23:57:12.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-11-18T23:57:12.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26102024-11-18T23:57:12.395Z
26112024-11-18T23:57:12.396Zinfo: running `cargo check --bins` on cockroach-admin-types (79/171)
26122024-11-18T23:57:13.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-11-18T23:57:13.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-11-18T23:57:13.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-11-18T23:57:13.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26162024-11-18T23:57:13.204Z
26172024-11-18T23:57:13.204Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171)
26182024-11-18T23:57:13.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-11-18T23:57:13.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-11-18T23:57:13.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-11-18T23:57:13.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26222024-11-18T23:57:14.066Z
26232024-11-18T23:57:14.066Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171)
26242024-11-18T23:57:14.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-11-18T23:57:14.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-11-18T23:57:14.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-11-18T23:57:14.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26282024-11-18T23:57:14.954Z
26292024-11-18T23:57:14.954Zinfo: running `cargo check --bins` on dns-server (82/171)
26302024-11-18T23:57:15.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-11-18T23:57:15.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-11-18T23:57:15.751Z Compiling parking_lot_core v0.8.6
26332024-11-18T23:57:15.775Z Checking fxhash v0.2.1
26342024-11-18T23:57:15.775Z Checking hickory-server v0.24.1
26352024-11-18T23:57:15.775Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26362024-11-18T23:57:15.775Z Checking hickory-client v0.24.1
26372024-11-18T23:57:16.467Z Checking parking_lot v0.11.2
26382024-11-18T23:57:16.625Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392024-11-18T23:57:16.649Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26402024-11-18T23:57:16.754Z Checking sled v0.34.7
26412024-11-18T23:57:18.954Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26422024-11-18T23:57:20.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
26432024-11-18T23:57:20.650Z
26442024-11-18T23:57:20.650Zinfo: running `cargo check --bins` on dns-server-api (83/171)
26452024-11-18T23:57:21.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-11-18T23:57:21.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-11-18T23:57:21.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-11-18T23:57:21.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26492024-11-18T23:57:21.449Z
26502024-11-18T23:57:21.449Zinfo: running `cargo check --bins` on gateway-test-utils (84/171)
26512024-11-18T23:57:22.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-11-18T23:57:22.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-11-18T23:57:22.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-11-18T23:57:22.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26552024-11-18T23:57:22.319Z
26562024-11-18T23:57:22.319Zinfo: running `cargo check --bins` on gateway-types (85/171)
26572024-11-18T23:57:23.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-11-18T23:57:23.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-11-18T23:57:23.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-11-18T23:57:23.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26612024-11-18T23:57:23.109Z
26622024-11-18T23:57:23.109Zinfo: running `cargo check --bins` on ipcc (86/171)
26632024-11-18T23:57:23.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-11-18T23:57:23.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-11-18T23:57:23.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-11-18T23:57:23.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26672024-11-18T23:57:23.910Z
26682024-11-18T23:57:23.910Zinfo: running `cargo check --bins` on omicron-gateway (87/171)
26692024-11-18T23:57:24.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-11-18T23:57:24.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-11-18T23:57:24.786Z Compiling semver v0.1.20
26722024-11-18T23:57:24.786Z Compiling radium v0.7.0
26732024-11-18T23:57:24.809Z Compiling maybe-uninit v2.0.0
26742024-11-18T23:57:24.809Z Checking tap v1.0.1
26752024-11-18T23:57:24.832Z Checking password-hash v0.5.0
26762024-11-18T23:57:24.856Z Checking blake2 v0.10.6
26772024-11-18T23:57:24.856Z Compiling cancel-safe-futures v0.1.5
26782024-11-18T23:57:24.856Z Compiling packed_struct v0.10.1
26792024-11-18T23:57:25.006Z Checking wyz v0.5.1
26802024-11-18T23:57:25.191Z Compiling rustc_version v0.1.7
26812024-11-18T23:57:25.258Z Checking crc-catalog v2.4.0
26822024-11-18T23:57:25.297Z Checking funty v2.0.0
26832024-11-18T23:57:25.297Z Compiling owo-colors v4.1.0
26842024-11-18T23:57:25.350Z Checking argon2 v0.5.3
26852024-11-18T23:57:25.400Z Checking crc v3.2.1
26862024-11-18T23:57:25.450Z Compiling packed_struct_codegen v0.10.1
26872024-11-18T23:57:25.451Z Checking half v2.4.1
26882024-11-18T23:57:25.580Z Compiling indexmap v1.9.3
26892024-11-18T23:57:25.643Z Compiling newtype_derive v0.1.6
26902024-11-18T23:57:25.667Z Checking nodrop v0.1.14
26912024-11-18T23:57:25.769Z Checking ciborium-io v0.2.2
26922024-11-18T23:57:25.792Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26932024-11-18T23:57:25.850Z Checking array-init v0.0.4
26942024-11-18T23:57:25.890Z Checking ciborium-ll v0.2.2
26952024-11-18T23:57:25.957Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26962024-11-18T23:57:26.067Z Checking bitvec v1.0.1
26972024-11-18T23:57:26.090Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26982024-11-18T23:57:26.155Z Checking smallvec v0.6.14
26992024-11-18T23:57:26.235Z Checking libsw v3.3.1
27002024-11-18T23:57:26.501Z Compiling memoffset v0.9.1
27012024-11-18T23:57:26.524Z Checking bitfield v0.14.0
27022024-11-18T23:57:26.548Z Checking indent_write v2.2.0
27032024-11-18T23:57:26.713Z Checking linear-map v1.2.0
27042024-11-18T23:57:26.737Z Checking termcolor v1.4.1
27052024-11-18T23:57:26.760Z Checking swrite v0.1.0
27062024-11-18T23:57:26.783Z Checking hashbrown v0.12.3
27072024-11-18T23:57:26.872Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27082024-11-18T23:57:26.933Z Checking serde-hex v0.1.0
27092024-11-18T23:57:27.001Z Checking ron v0.8.1
27102024-11-18T23:57:27.124Z Checking env_logger v0.10.2
27112024-11-18T23:57:27.373Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27122024-11-18T23:57:27.501Z Checking ciborium v0.2.2
27132024-11-18T23:57:27.683Z Checking steno v0.4.1
27142024-11-18T23:57:28.185Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27152024-11-18T23:57:28.247Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162024-11-18T23:57:28.281Z Checking hashbrown v0.13.2
27172024-11-18T23:57:28.346Z Checking crc-any v2.5.0
27182024-11-18T23:57:28.411Z Checking humantime v2.1.0
27192024-11-18T23:57:28.641Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27202024-11-18T23:57:28.674Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27212024-11-18T23:57:28.974Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27222024-11-18T23:57:29.152Z Checking object v0.30.4
27232024-11-18T23:57:29.198Z Checking path-slash v0.1.5
27242024-11-18T23:57:29.275Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27252024-11-18T23:57:29.326Z Checking nix v0.27.1
27262024-11-18T23:57:29.551Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27272024-11-18T23:57:29.807Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27282024-11-18T23:57:30.030Z Checking tungstenite v0.23.0
27292024-11-18T23:57:30.181Z Checking kstat-rs v0.2.4
27302024-11-18T23:57:30.207Z Checking signal-hook-tokio v0.3.1
27312024-11-18T23:57:30.476Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322024-11-18T23:57:30.797Z Checking tokio-tungstenite v0.23.1
27332024-11-18T23:57:31.499Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27342024-11-18T23:57:31.744Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27352024-11-18T23:57:31.955Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27362024-11-18T23:57:40.241Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27372024-11-18T23:57:41.804Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27382024-11-18T23:57:45.654Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392024-11-18T23:57:52.781Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402024-11-18T23:57:53.607Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27412024-11-18T23:57:57.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s
27422024-11-18T23:57:57.272Z
27432024-11-18T23:57:57.272Zinfo: running `cargo check --bins` on gateway-api (88/171)
27442024-11-18T23:57:57.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-11-18T23:57:57.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-11-18T23:57:57.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-11-18T23:57:57.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27482024-11-18T23:57:58.065Z
27492024-11-18T23:57:58.065Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171)
27502024-11-18T23:57:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-11-18T23:57:58.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-11-18T23:57:58.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-11-18T23:57:58.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27542024-11-18T23:57:58.841Z
27552024-11-18T23:57:58.841Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171)
27562024-11-18T23:57:59.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-11-18T23:57:59.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-11-18T23:57:59.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-11-18T23:57:59.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27602024-11-18T23:57:59.635Z
27612024-11-18T23:57:59.635Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171)
27622024-11-18T23:58:00.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-11-18T23:58:00.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-11-18T23:58:00.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-11-18T23:58:00.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27662024-11-18T23:58:00.427Z
27672024-11-18T23:58:00.427Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171)
27682024-11-18T23:58:01.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-11-18T23:58:01.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-11-18T23:58:01.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-11-18T23:58:01.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27722024-11-18T23:58:01.241Z
27732024-11-18T23:58:01.241Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171)
27742024-11-18T23:58:01.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-11-18T23:58:01.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-11-18T23:58:01.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-11-18T23:58:01.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27782024-11-18T23:58:02.041Z
27792024-11-18T23:58:02.041Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171)
27802024-11-18T23:58:02.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-11-18T23:58:02.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-11-18T23:58:02.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-11-18T23:58:02.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27842024-11-18T23:58:02.838Z
27852024-11-18T23:58:02.838Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171)
27862024-11-18T23:58:03.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-11-18T23:58:03.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-11-18T23:58:03.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-11-18T23:58:03.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27902024-11-18T23:58:03.646Z
27912024-11-18T23:58:03.646Zinfo: running `cargo check --bins` on oximeter-producer (96/171)
27922024-11-18T23:58:04.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-11-18T23:58:04.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-11-18T23:58:04.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-11-18T23:58:04.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27962024-11-18T23:58:04.490Z
27972024-11-18T23:58:04.490Zinfo: running `cargo check --bins` on internal-dns-resolver (97/171)
27982024-11-18T23:58:05.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-11-18T23:58:05.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-11-18T23:58:05.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-11-18T23:58:05.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28022024-11-18T23:58:05.283Z
28032024-11-18T23:58:05.283Zinfo: running `cargo check --bins` on sp-sim (98/171)
28042024-11-18T23:58:05.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-11-18T23:58:06.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-11-18T23:58:06.105Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28072024-11-18T23:58:08.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28082024-11-18T23:58:08.494Z
28092024-11-18T23:58:08.494Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171)
28102024-11-18T23:58:09.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-11-18T23:58:09.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-11-18T23:58:09.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-11-18T23:58:09.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28142024-11-18T23:58:09.339Z
28152024-11-18T23:58:09.339Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171)
28162024-11-18T23:58:10.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-18T23:58:10.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-18T23:58:10.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-11-18T23:58:10.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28202024-11-18T23:58:10.185Z
28212024-11-18T23:58:10.185Zinfo: running `cargo check --bins` on db-macros (101/171)
28222024-11-18T23:58:10.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-11-18T23:58:10.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-11-18T23:58:10.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-11-18T23:58:10.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28262024-11-18T23:58:10.945Z
28272024-11-18T23:58:10.945Zinfo: running `cargo check --bins` on nexus-macros-common (102/171)
28282024-11-18T23:58:11.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-11-18T23:58:11.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-11-18T23:58:11.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-11-18T23:58:11.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28322024-11-18T23:58:11.725Z
28332024-11-18T23:58:11.725Zinfo: running `cargo check --bins` on nexus-auth (103/171)
28342024-11-18T23:58:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-11-18T23:58:12.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-11-18T23:58:12.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-11-18T23:58:12.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28382024-11-18T23:58:12.558Z
28392024-11-18T23:58:12.558Zinfo: running `cargo check --bins` on authz-macros (104/171)
28402024-11-18T23:58:13.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-11-18T23:58:13.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-11-18T23:58:13.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-11-18T23:58:13.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28442024-11-18T23:58:13.333Z
28452024-11-18T23:58:13.333Zinfo: running `cargo check --bins` on nexus-db-fixed-data (105/171)
28462024-11-18T23:58:14.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-11-18T23:58:14.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-11-18T23:58:14.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-11-18T23:58:14.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28502024-11-18T23:58:14.163Z
28512024-11-18T23:58:14.163Zinfo: running `cargo check --bins` on nexus-db-model (106/171)
28522024-11-18T23:58:14.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-11-18T23:58:14.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-11-18T23:58:14.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-11-18T23:58:14.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28562024-11-18T23:58:14.972Z
28572024-11-18T23:58:14.972Zinfo: running `cargo check --bins` on nexus-defaults (107/171)
28582024-11-18T23:58:15.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-11-18T23:58:15.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-11-18T23:58:15.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-11-18T23:58:15.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28622024-11-18T23:58:15.751Z
28632024-11-18T23:58:15.751Zinfo: running `cargo check --bins` on nexus-inventory (108/171)
28642024-11-18T23:58:16.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-11-18T23:58:16.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-11-18T23:58:16.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-11-18T23:58:16.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28682024-11-18T23:58:16.580Z
28692024-11-18T23:58:16.580Zinfo: running `cargo check --bins` on typed-rng (109/171)
28702024-11-18T23:58:17.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-11-18T23:58:17.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-11-18T23:58:17.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-11-18T23:58:17.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28742024-11-18T23:58:17.371Z
28752024-11-18T23:58:17.372Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171)
28762024-11-18T23:58:18.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-11-18T23:58:18.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-11-18T23:58:18.316Z Checking keccak v0.1.5
28792024-11-18T23:58:18.339Z Checking secrecy v0.8.0
28802024-11-18T23:58:18.339Z Compiling unicase v2.7.0
28812024-11-18T23:58:18.362Z Compiling same-file v1.0.6
28822024-11-18T23:58:18.386Z Compiling tempfile v3.13.0
28832024-11-18T23:58:18.420Z Compiling thiserror-impl-no-std v2.0.2
28842024-11-18T23:58:18.420Z Checking universal-hash v0.5.1
28852024-11-18T23:58:18.420Z Compiling blake3 v1.5.4
28862024-11-18T23:58:18.537Z Compiling walkdir v2.5.0
28872024-11-18T23:58:18.604Z Checking sha3 v0.10.8
28882024-11-18T23:58:18.652Z Compiling ring v0.16.20
28892024-11-18T23:58:18.675Z Checking opaque-debug v0.3.1
28902024-11-18T23:58:18.760Z Checking poly1305 v0.8.0
28912024-11-18T23:58:18.812Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28922024-11-18T23:58:18.947Z Checking chacha20 v0.9.1
28932024-11-18T23:58:19.050Z Checking aead v0.5.2
28942024-11-18T23:58:19.187Z Compiling memmap2 v0.9.5
28952024-11-18T23:58:19.211Z Compiling constant_time_eq v0.3.1
28962024-11-18T23:58:19.211Z Compiling libefi-sys v0.1.0
28972024-11-18T23:58:19.253Z Compiling salty v0.3.0
28982024-11-18T23:58:19.276Z Compiling arrayref v0.3.9
28992024-11-18T23:58:19.366Z Compiling arrayvec v0.7.6
29002024-11-18T23:58:19.389Z Compiling spin v0.5.2
29012024-11-18T23:58:19.487Z Checking chacha20poly1305 v0.10.1
29022024-11-18T23:58:19.628Z Compiling toolchain_find v0.4.0
29032024-11-18T23:58:19.673Z Compiling camino-tempfile v1.1.1
29042024-11-18T23:58:19.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29052024-11-18T23:58:19.697Z Compiling bitfield-struct v0.6.2
29062024-11-18T23:58:19.992Z Compiling topological-sort v0.2.2
29072024-11-18T23:58:20.076Z Compiling mime_guess v2.0.5
29082024-11-18T23:58:20.136Z Compiling rustfmt-wrapper v0.2.1
29092024-11-18T23:58:20.600Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29102024-11-18T23:58:20.624Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29112024-11-18T23:58:20.666Z Checking primeorder v0.13.6
29122024-11-18T23:58:20.769Z Checking env_filter v0.1.2
29132024-11-18T23:58:20.917Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29142024-11-18T23:58:20.986Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29152024-11-18T23:58:21.061Z Checking env_logger v0.11.5
29162024-11-18T23:58:21.102Z Checking p384 v0.13.0
29172024-11-18T23:58:21.125Z Checking thiserror-no-std v2.0.2
29182024-11-18T23:58:21.198Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29192024-11-18T23:58:21.236Z Checking vsss-rs v3.3.4
29202024-11-18T23:58:21.260Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29212024-11-18T23:58:21.524Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29222024-11-18T23:58:21.549Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29232024-11-18T23:58:21.650Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29242024-11-18T23:58:21.905Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29252024-11-18T23:58:21.931Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29262024-11-18T23:58:21.955Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29272024-11-18T23:58:22.042Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29282024-11-18T23:58:22.310Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29292024-11-18T23:58:22.334Z Checking nanorand v0.7.0
29302024-11-18T23:58:22.412Z Checking atty v0.2.14
29312024-11-18T23:58:22.463Z Checking http-range v0.1.5
29322024-11-18T23:58:22.526Z Checking glob v0.3.1
29332024-11-18T23:58:22.631Z Checking hyper-staticfile v0.10.1
29342024-11-18T23:58:22.654Z Checking flume v0.11.1
29352024-11-18T23:58:22.796Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29362024-11-18T23:58:23.068Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29372024-11-18T23:58:23.128Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29382024-11-18T23:58:23.288Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29392024-11-18T23:58:23.694Z Compiling omicron-zone-package v0.11.1
29402024-11-18T23:58:23.892Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29412024-11-18T23:58:24.211Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29422024-11-18T23:58:24.725Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29432024-11-18T23:58:24.881Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29442024-11-18T23:58:24.915Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29452024-11-18T23:58:25.208Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29462024-11-18T23:58:26.163Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29472024-11-18T23:58:27.348Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29482024-11-18T23:58:29.105Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29492024-11-18T23:58:29.105Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29502024-11-18T23:58:42.007Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29512024-11-18T23:58:59.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.78s
29522024-11-18T23:58:59.350Z
29532024-11-18T23:58:59.350Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171)
29542024-11-18T23:59:00.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-11-18T23:59:00.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-11-18T23:59:00.306Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29572024-11-18T23:59:16.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.49s
29582024-11-18T23:59:17.018Z
29592024-11-18T23:59:17.018Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171)
29602024-11-18T23:59:17.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-11-18T23:59:17.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-11-18T23:59:17.946Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29632024-11-18T23:59:34.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s
29642024-11-18T23:59:35.090Z
29652024-11-18T23:59:35.090Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171)
29662024-11-18T23:59:35.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-11-18T23:59:35.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-11-18T23:59:36.022Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29692024-11-18T23:59:53.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.13s
29702024-11-18T23:59:53.403Z
29712024-11-18T23:59:53.403Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171)
29722024-11-18T23:59:54.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-11-18T23:59:54.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-11-18T23:59:54.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-11-19T00:00:11.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s
29762024-11-19T00:00:11.574Z
29772024-11-19T00:00:11.574Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171)
29782024-11-19T00:00:12.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-11-19T00:00:12.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-11-19T00:00:12.515Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-11-19T00:00:29.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
29822024-11-19T00:00:29.574Z
29832024-11-19T00:00:29.574Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171)
29842024-11-19T00:00:30.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-11-19T00:00:30.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-11-19T00:00:30.520Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-11-19T00:00:47.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s
29882024-11-19T00:00:47.921Z
29892024-11-19T00:00:47.921Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171)
29902024-11-19T00:00:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-11-19T00:00:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-11-19T00:00:48.862Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-11-19T00:01:06.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.44s
29942024-11-19T00:01:06.548Z
29952024-11-19T00:01:06.548Zinfo: running `cargo check --bins` on bootstrap-agent-api (118/171)
29962024-11-19T00:01:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-11-19T00:01:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-11-19T00:01:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992024-11-19T00:01:07.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30002024-11-19T00:01:07.408Z
30012024-11-19T00:01:07.408Zinfo: running `cargo check --bins` on key-manager (119/171)
30022024-11-19T00:01:08.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-11-19T00:01:08.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-11-19T00:01:08.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052024-11-19T00:01:08.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30062024-11-19T00:01:08.209Z
30072024-11-19T00:01:08.209Zinfo: running `cargo check --bins` on repo-depot-api (120/171)
30082024-11-19T00:01:08.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-11-19T00:01:08.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-11-19T00:01:08.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112024-11-19T00:01:08.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30122024-11-19T00:01:09.008Z
30132024-11-19T00:01:09.009Zinfo: running `cargo check --bins` on sled-agent-api (121/171)
30142024-11-19T00:01:09.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-11-19T00:01:09.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-11-19T00:01:09.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172024-11-19T00:01:09.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30182024-11-19T00:01:09.837Z
30192024-11-19T00:01:09.837Zinfo: running `cargo check --bins` on sled-hardware (122/171)
30202024-11-19T00:01:10.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-11-19T00:01:10.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-11-19T00:01:10.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-11-19T00:01:10.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30242024-11-19T00:01:10.649Z
30252024-11-19T00:01:10.649Zinfo: running `cargo check --bins --no-default-features` on sled-storage (123/171)
30262024-11-19T00:01:11.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-11-19T00:01:11.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-11-19T00:01:11.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-11-19T00:01:11.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30302024-11-19T00:01:11.506Z
30312024-11-19T00:01:11.506Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171)
30322024-11-19T00:01:12.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-11-19T00:01:12.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-11-19T00:01:12.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-11-19T00:01:12.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30362024-11-19T00:01:12.325Z
30372024-11-19T00:01:12.325Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (125/171)
30382024-11-19T00:01:13.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-11-19T00:01:13.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-11-19T00:01:13.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-11-19T00:01:13.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30422024-11-19T00:01:13.147Z
30432024-11-19T00:01:13.147Zinfo: running `cargo check --bins` on nexus-test-interface (126/171)
30442024-11-19T00:01:13.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-11-19T00:01:13.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-11-19T00:01:13.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-11-19T00:01:13.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30482024-11-19T00:01:13.956Z
30492024-11-19T00:01:13.956Zinfo: running `cargo check --bins` on oximeter-collector (127/171)
30502024-11-19T00:01:14.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-11-19T00:01:14.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-11-19T00:01:14.836Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30532024-11-19T00:01:14.836Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30542024-11-19T00:01:15.661Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30552024-11-19T00:01:17.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
30562024-11-19T00:01:18.133Z
30572024-11-19T00:01:18.133Zinfo: running `cargo check --bins` on oximeter-api (128/171)
30582024-11-19T00:01:18.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-11-19T00:01:18.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-11-19T00:01:18.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-11-19T00:01:18.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30622024-11-19T00:01:18.941Z
30632024-11-19T00:01:18.941Zinfo: running `cargo check --bins` on cert-dev (129/171)
30642024-11-19T00:01:19.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-11-19T00:01:19.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-11-19T00:01:19.717Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30672024-11-19T00:01:19.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30682024-11-19T00:01:20.127Z
30692024-11-19T00:01:20.127Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (130/171)
30702024-11-19T00:01:20.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-11-19T00:01:20.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-11-19T00:01:20.977Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30732024-11-19T00:01:20.977Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30742024-11-19T00:01:21.655Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30752024-11-19T00:01:22.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
30762024-11-19T00:01:22.263Z
30772024-11-19T00:01:22.263Zinfo: running `cargo check --bins` on ch-dev (131/171)
30782024-11-19T00:01:22.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-11-19T00:01:23.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-11-19T00:01:23.108Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30812024-11-19T00:01:23.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
30822024-11-19T00:01:24.082Z
30832024-11-19T00:01:24.082Zinfo: running `cargo check --bins` on crdb-seed (132/171)
30842024-11-19T00:01:24.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-11-19T00:01:24.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-11-19T00:01:24.919Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30872024-11-19T00:01:25.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
30882024-11-19T00:01:25.429Z
30892024-11-19T00:01:25.429Zinfo: running `cargo check --bins` on db-dev (133/171)
30902024-11-19T00:01:26.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-11-19T00:01:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-11-19T00:01:26.300Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30932024-11-19T00:01:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
30942024-11-19T00:01:27.292Z
30952024-11-19T00:01:27.292Zinfo: running `cargo check --bins` on omicron-dev-lib (134/171)
30962024-11-19T00:01:28.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-11-19T00:01:28.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-11-19T00:01:28.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-11-19T00:01:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31002024-11-19T00:01:28.100Z
31012024-11-19T00:01:28.100Zinfo: running `cargo check --bins` on xtask-downloader (135/171)
31022024-11-19T00:01:28.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-11-19T00:01:28.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-11-19T00:01:28.909Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31052024-11-19T00:01:29.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
31062024-11-19T00:01:30.140Z
31072024-11-19T00:01:30.140Zinfo: running `cargo check --bins` on omicron-ls-apis (136/171)
31082024-11-19T00:01:30.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-11-19T00:01:30.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-11-19T00:01:30.938Z Checking cargo-platform v0.1.8
31112024-11-19T00:01:31.198Z Checking cargo_metadata v0.18.1
31122024-11-19T00:01:32.477Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31132024-11-19T00:01:33.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
31142024-11-19T00:01:33.602Z
31152024-11-19T00:01:33.602Zinfo: running `cargo check --bins` on mgs-dev (137/171)
31162024-11-19T00:01:34.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-11-19T00:01:34.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-11-19T00:01:34.528Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31192024-11-19T00:01:35.276Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31202024-11-19T00:01:35.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
31212024-11-19T00:01:36.114Z
31222024-11-19T00:01:36.114Zinfo: running `cargo check --bins` on omicron-omdb (138/171)
31232024-11-19T00:01:36.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-11-19T00:01:36.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-11-19T00:01:37.129Z Compiling crunchy v0.2.2
31262024-11-19T00:01:37.129Z Compiling tiny-keccak v2.0.2
31272024-11-19T00:01:37.153Z Compiling dsl_auto_type v0.1.2
31282024-11-19T00:01:37.153Z Checking scheduled-thread-pool v0.2.7
31292024-11-19T00:01:37.153Z Compiling diesel_table_macro_syntax v0.2.0
31302024-11-19T00:01:37.153Z Compiling ascii-canvas v3.0.0
31312024-11-19T00:01:37.153Z Compiling ena v0.14.3
31322024-11-19T00:01:37.153Z Compiling diff v0.1.13
31332024-11-19T00:01:37.429Z Compiling regex-syntax v0.6.29
31342024-11-19T00:01:37.457Z Checking r2d2 v0.8.10
31352024-11-19T00:01:37.581Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31362024-11-19T00:01:37.605Z Compiling ref-cast v1.0.23
31372024-11-19T00:01:37.755Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31382024-11-19T00:01:37.778Z Compiling derive_builder_core v0.20.2
31392024-11-19T00:01:37.802Z Compiling libxml v0.3.3
31402024-11-19T00:01:37.825Z Compiling ref-cast-impl v1.0.23
31412024-11-19T00:01:37.991Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31422024-11-19T00:01:38.137Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31432024-11-19T00:01:38.162Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31442024-11-19T00:01:38.388Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31452024-11-19T00:01:38.411Z Compiling strum_macros v0.24.3
31462024-11-19T00:01:38.446Z Compiling samael v0.0.17
31472024-11-19T00:01:38.634Z Compiling diesel_derives v2.2.3
31482024-11-19T00:01:38.743Z Compiling indoc v1.0.9
31492024-11-19T00:01:39.546Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31502024-11-19T00:01:39.764Z Compiling impl-trait-for-tuples v0.2.2
31512024-11-19T00:01:39.847Z Compiling derive_builder_macro v0.20.2
31522024-11-19T00:01:40.400Z Compiling lalrpop v0.19.12
31532024-11-19T00:01:40.593Z Checking derive_builder v0.20.2
31542024-11-19T00:01:40.735Z Compiling oso-derive v0.27.3
31552024-11-19T00:01:40.833Z Checking quick-xml v0.33.0
31562024-11-19T00:01:41.317Z Compiling diesel-dtrace v0.3.0
31572024-11-19T00:01:41.638Z Checking maplit v1.0.2
31582024-11-19T00:01:41.787Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31592024-11-19T00:01:41.811Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31602024-11-19T00:01:41.853Z Checking bb8 v0.8.5
31612024-11-19T00:01:42.076Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31622024-11-19T00:01:42.270Z Checking castaway v0.2.3
31632024-11-19T00:01:42.293Z Checking rand_seeder v0.3.0
31642024-11-19T00:01:42.426Z Checking compact_str v0.8.0
31652024-11-19T00:01:42.478Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31662024-11-19T00:01:42.514Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31672024-11-19T00:01:42.694Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31682024-11-19T00:01:43.170Z Checking unicode-truncate v1.1.0
31692024-11-19T00:01:43.206Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31702024-11-19T00:01:43.378Z Checking lru v0.12.5
31712024-11-19T00:01:43.441Z Compiling instability v0.3.2
31722024-11-19T00:01:43.640Z Checking unicode-linebreak v0.1.5
31732024-11-19T00:01:43.664Z Checking smawk v0.3.2
31742024-11-19T00:01:43.853Z Checking is_ci v1.2.0
31752024-11-19T00:01:43.980Z Checking cassowary v0.3.0
31762024-11-19T00:01:44.011Z Checking textwrap v0.16.1
31772024-11-19T00:01:44.200Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31782024-11-19T00:01:44.314Z Checking supports-color v3.0.1
31792024-11-19T00:01:44.346Z Checking ratatui v0.28.1
31802024-11-19T00:01:44.397Z Checking multimap v0.10.0
31812024-11-19T00:01:47.171Z Checking diesel v2.2.4
31822024-11-19T00:02:13.388Z Compiling polar-core v0.27.3
31832024-11-19T00:02:15.109Z Checking async-bb8-diesel v0.2.1
31842024-11-19T00:02:22.502Z Checking oso v0.27.3
31852024-11-19T00:03:49.839Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31862024-11-19T00:03:57.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
31872024-11-19T00:03:57.874Z
31882024-11-19T00:03:57.874Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171)
31892024-11-19T00:03:58.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902024-11-19T00:03:58.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912024-11-19T00:03:58.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922024-11-19T00:03:58.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31932024-11-19T00:03:58.738Z
31942024-11-19T00:03:58.738Zinfo: running `cargo check --bins` on nexus-saga-recovery (140/171)
31952024-11-19T00:03:59.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-11-19T00:03:59.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-11-19T00:03:59.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982024-11-19T00:03:59.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31992024-11-19T00:03:59.595Z
32002024-11-19T00:03:59.596Zinfo: running `cargo check --bins` on nexus-test-utils-macros (141/171)
32012024-11-19T00:04:00.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-11-19T00:04:00.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-11-19T00:04:00.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042024-11-19T00:04:00.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32052024-11-19T00:04:00.373Z
32062024-11-19T00:04:00.373Zinfo: running `cargo check --bins` on omicron-nexus (142/171)
32072024-11-19T00:04:01.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082024-11-19T00:04:01.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092024-11-19T00:04:01.443Z Compiling libz-sys v1.1.20
32102024-11-19T00:04:01.466Z Compiling libgit2-sys v0.17.0+1.8.1
32112024-11-19T00:04:01.497Z Compiling vergen v8.3.2
32122024-11-19T00:04:01.520Z Compiling cargo-platform v0.1.8
32132024-11-19T00:04:01.520Z Compiling pin-project-internal v1.1.6
32142024-11-19T00:04:01.559Z Compiling snafu-derive v0.8.5
32152024-11-19T00:04:01.559Z Compiling libsqlite3-sys v0.30.1
32162024-11-19T00:04:01.582Z Checking lockfree-object-pool v0.1.6
32172024-11-19T00:04:01.809Z Compiling cargo_metadata v0.18.1
32182024-11-19T00:04:01.832Z Checking simd-adler32 v0.3.7
32192024-11-19T00:04:01.974Z Compiling rustls v0.21.12
32202024-11-19T00:04:02.023Z Checking bumpalo v3.16.0
32212024-11-19T00:04:02.137Z Compiling zip v2.1.3
32222024-11-19T00:04:02.211Z Compiling buf-list v1.0.3
32232024-11-19T00:04:02.311Z Compiling cfg_aliases v0.2.1
32242024-11-19T00:04:02.335Z Checking zopfli v0.8.1
32252024-11-19T00:04:02.418Z Compiling nix v0.29.0
32262024-11-19T00:04:02.508Z Checking globset v0.4.15
32272024-11-19T00:04:02.831Z Checking olpc-cjson v0.1.4
32282024-11-19T00:04:02.914Z Checking sct v0.7.1
32292024-11-19T00:04:02.955Z Checking rustls-webpki v0.101.7
32302024-11-19T00:04:03.045Z Checking serde_plain v1.0.2
32312024-11-19T00:04:03.102Z Checking typed-path v0.9.3
32322024-11-19T00:04:03.880Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32332024-11-19T00:04:04.015Z Checking pin-project v1.1.6
32342024-11-19T00:04:04.120Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32352024-11-19T00:04:04.143Z Checking hashlink v0.9.1
32362024-11-19T00:04:04.143Z Checking parse-size v1.1.0
32372024-11-19T00:04:04.324Z Checking fallible-iterator v0.3.0
32382024-11-19T00:04:04.354Z Checking fallible-streaming-iterator v0.1.9
32392024-11-19T00:04:04.696Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32402024-11-19T00:04:04.802Z Checking rustls-pemfile v1.0.4
32412024-11-19T00:04:04.837Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32422024-11-19T00:04:04.882Z Checking rusqlite v0.32.1
32432024-11-19T00:04:04.992Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32442024-11-19T00:04:05.072Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32452024-11-19T00:04:05.095Z Checking twox-hash v1.6.3
32462024-11-19T00:04:05.206Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472024-11-19T00:04:05.636Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32482024-11-19T00:04:06.277Z Checking snafu v0.8.5
32492024-11-19T00:04:06.311Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32502024-11-19T00:04:06.382Z Checking tokio-rustls v0.24.1
32512024-11-19T00:04:06.465Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32522024-11-19T00:04:06.741Z Checking tough v0.19.0
32532024-11-19T00:04:06.766Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32542024-11-19T00:04:06.861Z Checking fatfs v0.3.6
32552024-11-19T00:04:06.891Z Checking assert_matches v1.5.0
32562024-11-19T00:04:10.601Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32572024-11-19T00:04:12.142Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32582024-11-19T00:04:14.240Z Compiling git2 v0.19.0
32592024-11-19T00:04:20.273Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32602024-11-19T00:05:27.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
32612024-11-19T00:05:27.244Z
32622024-11-19T00:05:27.244Zinfo: running `cargo check --bins` on nexus-external-api (143/171)
32632024-11-19T00:05:28.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-11-19T00:05:28.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-11-19T00:05:28.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662024-11-19T00:05:28.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32672024-11-19T00:05:28.117Z
32682024-11-19T00:05:28.117Zinfo: running `cargo check --bins` on openapi-manager-types (144/171)
32692024-11-19T00:05:28.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-11-19T00:05:28.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-11-19T00:05:28.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722024-11-19T00:05:28.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32732024-11-19T00:05:28.912Z
32742024-11-19T00:05:28.912Zinfo: running `cargo check --bins` on nexus-internal-api (145/171)
32752024-11-19T00:05:29.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-11-19T00:05:29.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-11-19T00:05:29.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782024-11-19T00:05:29.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32792024-11-19T00:05:29.758Z
32802024-11-19T00:05:29.758Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (146/171)
32812024-11-19T00:05:30.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-11-19T00:05:30.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-11-19T00:05:30.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-11-19T00:05:30.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32852024-11-19T00:05:30.620Z
32862024-11-19T00:05:30.620Zinfo: running `cargo check --bins` on nexus-networking (147/171)
32872024-11-19T00:05:31.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-11-19T00:05:31.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-11-19T00:05:31.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902024-11-19T00:05:31.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32912024-11-19T00:05:31.485Z
32922024-11-19T00:05:31.485Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (148/171)
32932024-11-19T00:05:32.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-11-19T00:05:32.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-11-19T00:05:32.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-11-19T00:05:32.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32972024-11-19T00:05:32.328Z
32982024-11-19T00:05:32.328Zinfo: running `cargo check --bins` on update-common (149/171)
32992024-11-19T00:05:33.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-11-19T00:05:33.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-11-19T00:05:33.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-11-19T00:05:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33032024-11-19T00:05:33.152Z
33042024-11-19T00:05:33.152Zinfo: running `cargo check --bins` on tufaceous-lib (150/171)
33052024-11-19T00:05:33.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-11-19T00:05:33.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-11-19T00:05:33.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-11-19T00:05:33.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33092024-11-19T00:05:33.979Z
33102024-11-19T00:05:33.979Zinfo: running `cargo check --bins` on tufaceous (151/171)
33112024-11-19T00:05:34.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-11-19T00:05:34.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-11-19T00:05:34.824Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33142024-11-19T00:05:35.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
33152024-11-19T00:05:36.087Z
33162024-11-19T00:05:36.087Zinfo: running `cargo check --bins` on omicron-dev (152/171)
33172024-11-19T00:05:36.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-11-19T00:05:36.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-11-19T00:05:37.177Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33202024-11-19T00:05:37.239Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33212024-11-19T00:05:37.239Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33222024-11-19T00:05:37.239Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33232024-11-19T00:06:11.790Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33242024-11-19T00:06:11.790Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33252024-11-19T00:06:11.813Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33262024-11-19T00:06:11.813Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33272024-11-19T00:06:11.813Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33282024-11-19T00:06:12.751Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33292024-11-19T00:06:14.235Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33302024-11-19T00:07:05.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
33312024-11-19T00:07:05.193Z
33322024-11-19T00:07:05.193Zinfo: running `cargo check --bins` on openapi-manager (153/171)
33332024-11-19T00:07:05.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-11-19T00:07:05.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-11-19T00:07:06.077Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33362024-11-19T00:07:06.077Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33372024-11-19T00:07:06.100Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33382024-11-19T00:07:08.015Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33392024-11-19T00:07:09.066Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33402024-11-19T00:07:10.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
33412024-11-19T00:07:10.525Z
33422024-11-19T00:07:10.525Zinfo: running `cargo check --bins` on installinator-api (154/171)
33432024-11-19T00:07:11.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-11-19T00:07:11.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-11-19T00:07:11.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-11-19T00:07:11.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33472024-11-19T00:07:11.324Z
33482024-11-19T00:07:11.324Zinfo: running `cargo check --bins` on wicketd-api (155/171)
33492024-11-19T00:07:12.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-11-19T00:07:12.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-11-19T00:07:12.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-11-19T00:07:12.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33532024-11-19T00:07:12.145Z
33542024-11-19T00:07:12.146Zinfo: running `cargo check --bins` on reconfigurator-cli (156/171)
33552024-11-19T00:07:12.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-11-19T00:07:12.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-11-19T00:07:13.030Z Compiling petname v2.0.2
33582024-11-19T00:07:13.054Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33592024-11-19T00:07:13.054Z Checking sync-ptr v0.1.1
33602024-11-19T00:07:14.709Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33612024-11-19T00:07:16.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
33622024-11-19T00:07:16.766Z
33632024-11-19T00:07:16.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171)
33642024-11-19T00:07:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-11-19T00:07:17.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-11-19T00:07:17.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672024-11-19T00:07:17.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33682024-11-19T00:07:17.613Z
33692024-11-19T00:07:17.613Zinfo: running `cargo check --bins` on omicron-releng (158/171)
33702024-11-19T00:07:18.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-11-19T00:07:18.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-11-19T00:07:18.474Z Checking memmap2 v0.9.5
33732024-11-19T00:07:18.474Z Checking arrayvec v0.7.6
33742024-11-19T00:07:18.474Z Checking spin v0.5.2
33752024-11-19T00:07:18.474Z Checking arrayref v0.3.9
33762024-11-19T00:07:18.498Z Checking constant_time_eq v0.3.1
33772024-11-19T00:07:18.498Z Checking topological-sort v0.2.2
33782024-11-19T00:07:18.498Z Checking shell-words v1.1.0
33792024-11-19T00:07:18.666Z Checking ring v0.16.20
33802024-11-19T00:07:18.851Z Checking blake3 v1.5.4
33812024-11-19T00:07:20.094Z Checking omicron-zone-package v0.11.1
33822024-11-19T00:07:21.495Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33832024-11-19T00:07:22.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
33842024-11-19T00:07:22.763Z
33852024-11-19T00:07:22.763Zinfo: running `cargo check --bins` on xtask (159/171)
33862024-11-19T00:07:23.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-11-19T00:07:23.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-11-19T00:07:23.307Z Checking bitflags v2.6.0
33892024-11-19T00:07:23.307Z Checking serde v1.0.215
33902024-11-19T00:07:23.307Z Checking thiserror v1.0.69
33912024-11-19T00:07:23.307Z Checking scroll v0.12.0
33922024-11-19T00:07:23.369Z Checking log v0.4.22
33932024-11-19T00:07:23.369Z Checking hashbrown v0.15.0
33942024-11-19T00:07:23.392Z Checking zerocopy v0.7.35
33952024-11-19T00:07:23.415Z Checking syn v2.0.87
33962024-11-19T00:07:23.487Z Checking pest v2.7.14
33972024-11-19T00:07:23.561Z Checking rustix v0.38.37
33982024-11-19T00:07:23.606Z Checking once_cell v1.20.2
33992024-11-19T00:07:23.735Z Checking goblin v0.8.2
34002024-11-19T00:07:23.863Z Checking fs-err v2.11.0
34012024-11-19T00:07:24.144Z Checking anyhow v1.0.93
34022024-11-19T00:07:24.277Z Checking indexmap v2.6.0
34032024-11-19T00:07:24.482Z Checking tabled v0.15.0
34042024-11-19T00:07:25.126Z Checking terminal_size v0.4.0
34052024-11-19T00:07:25.126Z Checking tempfile v3.13.0
34062024-11-19T00:07:25.275Z Checking clap_builder v4.5.21
34072024-11-19T00:07:25.513Z Checking dtrace-parser v0.2.0
34082024-11-19T00:07:27.337Z Checking serde_json v1.0.132
34092024-11-19T00:07:27.360Z Checking toml_datetime v0.6.8
34102024-11-19T00:07:27.361Z Checking serde_spanned v0.6.8
34112024-11-19T00:07:27.361Z Checking camino v1.1.9
34122024-11-19T00:07:27.361Z Checking semver v1.0.23
34132024-11-19T00:07:27.503Z Checking cargo-platform v0.1.8
34142024-11-19T00:07:27.527Z Checking macaddr v1.0.1
34152024-11-19T00:07:27.613Z Checking toml_edit v0.22.22
34162024-11-19T00:07:27.769Z Checking clap v4.5.21
34172024-11-19T00:07:27.876Z Checking camino-tempfile v1.1.1
34182024-11-19T00:07:28.685Z Checking dof v0.3.0
34192024-11-19T00:07:28.685Z Checking cargo_metadata v0.18.1
34202024-11-19T00:07:29.200Z Checking usdt-impl v0.5.0
34212024-11-19T00:07:29.648Z Checking usdt v0.5.0
34222024-11-19T00:07:29.672Z Checking toml v0.8.19
34232024-11-19T00:07:30.246Z Checking cargo_toml v0.20.5
34242024-11-19T00:07:31.746Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34252024-11-19T00:07:32.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s
34262024-11-19T00:07:32.612Z
34272024-11-19T00:07:32.612Zinfo: running `cargo check --bins` on end-to-end-tests (160/171)
34282024-11-19T00:07:33.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292024-11-19T00:07:33.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302024-11-19T00:07:33.572Z Checking polyval v0.6.2
34312024-11-19T00:07:33.597Z Checking ctr v0.9.2
34322024-11-19T00:07:33.620Z Checking ssh-encoding v0.2.0
34332024-11-19T00:07:33.621Z Checking blowfish v0.9.1
34342024-11-19T00:07:33.645Z Checking password-hash v0.4.2
34352024-11-19T00:07:33.668Z Checking matches v0.1.10
34362024-11-19T00:07:33.668Z Checking p521 v0.13.3
34372024-11-19T00:07:33.668Z Checking p256 v0.13.2
34382024-11-19T00:07:33.778Z Checking idna v0.2.3
34392024-11-19T00:07:33.823Z Checking ghash v0.5.1
34402024-11-19T00:07:33.850Z Checking bcrypt-pbkdf v0.10.0
34412024-11-19T00:07:33.873Z Compiling enum-as-inner v0.5.1
34422024-11-19T00:07:33.921Z Checking russh-cryptovec v0.7.3
34432024-11-19T00:07:33.978Z Checking aes-gcm v0.10.3
34442024-11-19T00:07:34.012Z Checking pbkdf2 v0.11.0
34452024-11-19T00:07:34.068Z Checking md5 v0.7.0
34462024-11-19T00:07:34.107Z Checking num-bigint v0.4.6
34472024-11-19T00:07:34.136Z Checking des v0.8.1
34482024-11-19T00:07:34.184Z Checking ssh-cipher v0.2.0
34492024-11-19T00:07:34.242Z Checking hex-literal v0.4.1
34502024-11-19T00:07:34.314Z Compiling dhcproto-macros v0.1.0
34512024-11-19T00:07:34.361Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522024-11-19T00:07:34.384Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34532024-11-19T00:07:34.407Z Checking internet-checksum v0.2.1
34542024-11-19T00:07:34.432Z Checking ssh-key v0.6.6
34552024-11-19T00:07:34.704Z Checking trust-dns-proto v0.22.0
34562024-11-19T00:07:35.811Z Checking russh-keys v0.45.0
34572024-11-19T00:07:36.918Z Checking russh v0.45.0
34582024-11-19T00:07:37.717Z Checking dhcproto v0.12.0
34592024-11-19T00:07:59.917Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602024-11-19T00:08:01.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.04s
34612024-11-19T00:08:01.844Z
34622024-11-19T00:08:01.844Zinfo: running `cargo check --bins` on gateway-cli (161/171)
34632024-11-19T00:08:02.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642024-11-19T00:08:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652024-11-19T00:08:02.692Z Checking termios v0.3.3
34662024-11-19T00:08:02.879Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34672024-11-19T00:08:03.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
34682024-11-19T00:08:04.070Z
34692024-11-19T00:08:04.070Zinfo: running `cargo check --bins --no-default-features` on installinator (162/171)
34702024-11-19T00:08:04.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712024-11-19T00:08:04.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722024-11-19T00:08:04.987Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34732024-11-19T00:08:07.431Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34742024-11-19T00:08:09.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
34752024-11-19T00:08:09.870Z
34762024-11-19T00:08:09.870Zinfo: running `cargo check --bins` on internal-dns-cli (163/171)
34772024-11-19T00:08:10.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782024-11-19T00:08:10.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792024-11-19T00:08:10.711Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34802024-11-19T00:08:11.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
34812024-11-19T00:08:11.366Z
34822024-11-19T00:08:11.366Zinfo: running `cargo check --bins` on omicron-live-tests (164/171)
34832024-11-19T00:08:12.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842024-11-19T00:08:12.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852024-11-19T00:08:12.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862024-11-19T00:08:12.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34872024-11-19T00:08:12.150Z
34882024-11-19T00:08:12.150Zinfo: running `cargo check --bins` on live-tests-macros (165/171)
34892024-11-19T00:08:12.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-11-19T00:08:12.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-11-19T00:08:12.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922024-11-19T00:08:12.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34932024-11-19T00:08:12.945Z
34942024-11-19T00:08:12.946Zinfo: running `cargo check --bins` on omicron-package (166/171)
34952024-11-19T00:08:13.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962024-11-19T00:08:13.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972024-11-19T00:08:13.810Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34982024-11-19T00:08:15.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
34992024-11-19T00:08:15.495Z
35002024-11-19T00:08:15.495Zinfo: running `cargo check --bins` on wicket-dbg (167/171)
35012024-11-19T00:08:16.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022024-11-19T00:08:16.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032024-11-19T00:08:16.394Z Checking rtoolbox v0.0.2
35042024-11-19T00:08:16.394Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35052024-11-19T00:08:16.394Z Checking tui-tree-widget v0.22.0
35062024-11-19T00:08:16.600Z Checking rpassword v7.3.1
35072024-11-19T00:08:21.786Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35082024-11-19T00:08:25.520Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35092024-11-19T00:08:26.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
35102024-11-19T00:08:27.167Z
35112024-11-19T00:08:27.167Zinfo: running `cargo check --bins` on wicket (168/171)
35122024-11-19T00:08:27.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-11-19T00:08:27.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-11-19T00:08:28.087Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35152024-11-19T00:08:28.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
35162024-11-19T00:08:28.673Z
35172024-11-19T00:08:28.673Zinfo: running `cargo check --bins` on wicketd (169/171)
35182024-11-19T00:08:29.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-11-19T00:08:29.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-11-19T00:08:29.589Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35212024-11-19T00:08:34.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
35222024-11-19T00:08:34.504Z
35232024-11-19T00:08:34.504Zinfo: running `cargo check --bins` on omicron-workspace-hack (170/171)
35242024-11-19T00:08:35.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-11-19T00:08:35.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-11-19T00:08:35.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272024-11-19T00:08:35.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35282024-11-19T00:08:35.288Z
35292024-11-19T00:08:35.288Zinfo: running `cargo check --bins` on zone-setup (171/171)
35302024-11-19T00:08:36.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-11-19T00:08:36.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-11-19T00:08:36.219Z Checking uzers v0.12.1
35332024-11-19T00:08:36.549Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35342024-11-19T00:08:37.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
35352024-11-19T00:08:38.100Z
35362024-11-19T00:08:38.100Zreal 15:45.162287869
35372024-11-19T00:08:38.100Zuser 24:30.211250313
35382024-11-19T00:08:38.100Zsys 5:43.809518430
35392024-11-19T00:08:38.100Ztrap 0.521143293
35402024-11-19T00:08:38.123Ztflt 1.326550062
35412024-11-19T00:08:38.123Zdflt 3.620420520
35422024-11-19T00:08:38.123Zkflt 0.000573279
35432024-11-19T00:08:38.124Zlock 50:58.289920407
35442024-11-19T00:08:38.124Zslp 2:17:04.783623885
35452024-11-19T00:08:38.124Zlat 57.626582907
35462024-11-19T00:08:38.124Zstop 2:56.081604604
35472024-11-19T00:08:38.124Zprocess exited: duration 1252465 ms, exit code 0
 
35482024-11-19T00:08:38.172Zfound 0 output files