01JA610V0ETHN2DYD3SVKFXTK9: 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: 01JA6119Y6W7XX64R92DH2DQDB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-14T17:26:46.286Zjob assigned to worker 01JA611HCB6AVKJ0D911GVHWM4 (queued for 51 s)
 
22024-10-14T17:26:53.583Zstarting task 0: "setup"
32024-10-14T17:26:53.593Z++ uname -s
42024-10-14T17:26:53.595Z+ kern=SunOS
52024-10-14T17:26:53.595Z+ case "$kern" in
62024-10-14T17:26:53.595Z+ groupadd -g 12345 build
72024-10-14T17:26:53.598Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-14T17:26:55.608Z+ zfs create -o mountpoint=/work rpool/work
92024-10-14T17:26:55.730Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-14T17:26:55.733Z+ home_fs=zfs
112024-10-14T17:26:55.733Z+ [[ zfs == autofs ]]
122024-10-14T17:26:55.733Z+ mkdir -p /home/build
132024-10-14T17:26:55.736Z+ chown build:build /home/build /work
142024-10-14T17:26:57.736Z+ chmod 0700 /home/build /work
152024-10-14T17:26:57.740Zprocess exited: duration 4158 ms, exit code 0
 
162024-10-14T17:26:57.746Zstarting task 1: "rust-toolchain"
172024-10-14T17:26:57.751Z+ printf ' * toolchain channel = "%s"
182024-10-14T17:26:57.751Z * toolchain channel = "1.80.1"
192024-10-14T17:26:57.752Z * toolchain profile = "default"
202024-10-14T17:26:57.752Z' 1.80.1
212024-10-14T17:26:57.752Z+ printf ' * toolchain profile = "%s"
222024-10-14T17:26:57.752Z' default
232024-10-14T17:26:57.754Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-14T17:26:57.754Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-14T17:26:57.880Zinfo: downloading installer
262024-10-14T17:26:59.200Zinfo: profile set to 'default'
272024-10-14T17:26:59.200Zinfo: default host triple is x86_64-unknown-illumos
282024-10-14T17:26:59.203Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-14T17:26:59.335Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-14T17:26:59.335Zinfo: downloading component 'cargo'
312024-10-14T17:27:00.006Zinfo: downloading component 'clippy'
322024-10-14T17:27:00.245Zinfo: downloading component 'rust-docs'
332024-10-14T17:27:01.183Zinfo: downloading component 'rust-std'
342024-10-14T17:27:02.495Zinfo: downloading component 'rustc'
352024-10-14T17:27:06.133Zinfo: downloading component 'rustfmt'
362024-10-14T17:27:06.329Zinfo: installing component 'cargo'
372024-10-14T17:27:07.157Zinfo: installing component 'clippy'
382024-10-14T17:27:07.523Zinfo: installing component 'rust-docs'
392024-10-14T17:27:09.124Zinfo: installing component 'rust-std'
402024-10-14T17:27:10.798Zinfo: installing component 'rustc'
412024-10-14T17:27:14.983Zinfo: installing component 'rustfmt'
422024-10-14T17:27:15.316Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-14T17:27:15.316Z
442024-10-14T17:27:15.568Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-14T17:27:15.568Z
462024-10-14T17:27:15.571Z
472024-10-14T17:27:15.571ZRust is installed now. Great!
482024-10-14T17:27:15.571Z
492024-10-14T17:27:15.571ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-14T17:27:15.571Zenvironment variable. This has not been done automatically.
512024-10-14T17:27:15.571Z
522024-10-14T17:27:15.571ZTo configure your current shell, you need to source
532024-10-14T17:27:15.571Zthe corresponding env file under $HOME/.cargo.
542024-10-14T17:27:15.571Z
552024-10-14T17:27:15.571ZThis is usually done by running one of the following (note the leading DOT):
562024-10-14T17:27:15.571Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-14T17:27:15.571Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-14T17:27:15.623Z+ rustc --version
592024-10-14T17:27:15.687Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-14T17:27:15.690Zprocess exited: duration 17943 ms, exit code 0
 
612024-10-14T17:27:15.696Zstarting task 2: "authentication"
622024-10-14T17:27:15.717Zprocess exited: duration 21 ms, exit code 0
 
632024-10-14T17:27:15.722Zstarting task 3: "clone repository"
642024-10-14T17:27:15.727Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-14T17:27:15.730Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-14T17:27:15.766ZCloning into '/work/oxidecomputer/omicron'...
672024-10-14T17:27:22.437Z+ cd /work/oxidecomputer/omicron
682024-10-14T17:27:22.437Z+ git fetch origin 72b29ccdb7e34bd63584154262b18e57d4be6b24
692024-10-14T17:27:22.732ZFrom https://github.com/oxidecomputer/omicron
702024-10-14T17:27:22.732Z * branch 72b29ccdb7e34bd63584154262b18e57d4be6b24 -> FETCH_HEAD
712024-10-14T17:27:22.744Z+ [[ -n john/fix-reconfigurator-cli-tests ]]
722024-10-14T17:27:22.746Z++ git branch --show-current
732024-10-14T17:27:22.749Z+ current=main
742024-10-14T17:27:22.749Z+ [[ main != john/fix-reconfigurator-cli-tests ]]
752024-10-14T17:27:22.749Z+ git branch -f john/fix-reconfigurator-cli-tests 72b29ccdb7e34bd63584154262b18e57d4be6b24
762024-10-14T17:27:22.752Z+ git checkout -f john/fix-reconfigurator-cli-tests
772024-10-14T17:27:22.917ZSwitched to branch 'john/fix-reconfigurator-cli-tests'
782024-10-14T17:27:22.920Z+ git reset --hard 72b29ccdb7e34bd63584154262b18e57d4be6b24
792024-10-14T17:27:22.932ZHEAD is now at 72b29ccdb Fix mismerge / failing reconfigurator-cli tests
802024-10-14T17:27:22.935Zprocess exited: duration 7210 ms, exit code 0
 
812024-10-14T17:27:22.940Zstarting task 4: "build"
822024-10-14T17:27:22.946Z+ source .github/buildomat/ci-env.sh
832024-10-14T17:27:22.946Z++ export CARGO_TERM_COLOR=always
842024-10-14T17:27:22.946Z++ CARGO_TERM_COLOR=always
852024-10-14T17:27:22.949Z+ cargo --version
862024-10-14T17:27:23.002Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-14T17:27:23.005Z+ rustc --version
882024-10-14T17:27:23.067Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-14T17:27:23.070Z+ source ./env.sh
902024-10-14T17:27:23.072Z++ OLD_SHELL_OPTS=ehxB
912024-10-14T17:27:23.072Z++ set -o xtrace
922024-10-14T17:27:23.075Z++++ dirname ./env.sh
932024-10-14T17:27:23.075Z+++ readlink -f .
942024-10-14T17:27:23.077Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ 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-10-14T17:27:23.080Z++ case $OLD_SHELL_OPTS in
1042024-10-14T17:27:23.080Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-14T17:27:23.080Z+ 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-10-14T17:27:23.080Z+ 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-10-14T17:27:23.080Z+ banner prerequisites
1082024-10-14T17:27:23.083Z
1092024-10-14T17:27:23.083Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-14T17:27:23.083Z # # # # # # # # # # # # # # #
1112024-10-14T17:27:23.083Z # # # # ##### # # ##### # # # # # #### #
1122024-10-14T17:27:23.083Z ##### ##### # ##### # # # # # # # # #
1132024-10-14T17:27:23.083Z # # # # # # # # # # # # # # #
1142024-10-14T17:27:23.083Z # # # ###### # # ###### ### # #### # #### #
1152024-10-14T17:27:23.083Z
1162024-10-14T17:27:23.083Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-14T17:27:30.013Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-14T17:27:32.967Z Startup: Caching catalogs ... Done
1192024-10-14T17:27:38.479ZPlanning: Solver setup ... Done (4.772s)
1202024-10-14T17:27:38.550ZPlanning: Running solver ... Done (0.071s)
1212024-10-14T17:27:38.617ZPlanning: Finding local manifests ... Done (0.003s)
1222024-10-14T17:27:38.630ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-14T17:27:38.843ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-14T17:27:38.943ZPlanning: Package planning ... Done (0.100s)
1252024-10-14T17:27:38.999ZPlanning: Merging actions ... Done (0.056s)
1262024-10-14T17:27:39.195ZPlanning: Checking for conflicting actions ... Done (0.196s)
1272024-10-14T17:27:41.094ZPlanning: Consolidating action changes ... Done (1.898s)
1282024-10-14T17:27:41.528ZPlanning: Evaluating mediators ... Done (0.434s)
1292024-10-14T17:27:41.608ZPlanning: Planning completed in 8.56 seconds
1302024-10-14T17:27:41.623Z Packages to install: 4
1312024-10-14T17:27:41.623Z Packages to update: 1
1322024-10-14T17:27:41.626Z Mediators to change: 2
1332024-10-14T17:27:41.626Z Services to change: 1
1342024-10-14T17:27:41.626Z Estimated space available: 155.71 GB
1352024-10-14T17:27:41.626ZEstimated space to be consumed: 1.57 GB
1362024-10-14T17:27:41.626Z Create boot environment: No
1372024-10-14T17:27:41.626ZCreate backup boot environment: Yes
1382024-10-14T17:27:41.626Z Rebuild boot archive: No
1392024-10-14T17:27:41.626Z
1402024-10-14T17:27:41.626ZChanged mediators:
1412024-10-14T17:27:41.626Z mediator clang:
1422024-10-14T17:27:41.626Z version: None -> 15 (system default)
1432024-10-14T17:27:41.626Z
1442024-10-14T17:27:41.626Z mediator llvm:
1452024-10-14T17:27:41.626Z version: 14 (system default) -> 15 (system default)
1462024-10-14T17:27:41.626Z
1472024-10-14T17:27:41.626ZChanged packages:
1482024-10-14T17:27:41.626Zhelios-dev
1492024-10-14T17:27:41.626Z developer/build-essential
1502024-10-14T17:27:41.626Z None -> 11-2.0
1512024-10-14T17:27:41.626Z library/libxmlsec1
1522024-10-14T17:27:41.626Z None -> 1.2.35-2.0
1532024-10-14T17:27:41.626Z ooce/developer/clang-15
1542024-10-14T17:27:41.626Z None -> 15.0.7-2.0
1552024-10-14T17:27:41.627Z ooce/developer/llvm-15
1562024-10-14T17:27:41.627Z None -> 15.0.7-2.0
1572024-10-14T17:27:41.627Z package/pkg
1582024-10-14T17:27:41.627Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-14T17:27:41.627Z
1602024-10-14T17:27:41.627ZServices:
1612024-10-14T17:27:41.627Z restart_fmri:
1622024-10-14T17:27:41.627Z svc:/system/update-man-index:default
1632024-10-14T17:27:41.627Z
1642024-10-14T17:27:41.627ZEditable files to change:
1652024-10-14T17:27:41.627Z Update:
1662024-10-14T17:27:41.627Z usr/share/lib/pkg/web/config.shtml
1672024-10-14T17:27:41.704Z
1682024-10-14T17:27:41.704ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-14T17:27:46.707ZDownload: 964/4281 items 18.9/220.6MB 8% complete (3.9M/s)
1702024-10-14T17:27:51.708ZDownload: 1564/4281 items 117.6/220.6MB 53% complete (11.9M/s)
1712024-10-14T17:27:57.562ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1722024-10-14T17:28:02.562ZDownload: 3245/4281 items 200.7/220.6MB 90% complete (8.2M/s)
1732024-10-14T17:28:07.565ZDownload: 4044/4281 items 219.3/220.6MB 99% complete (10.0M/s)
1742024-10-14T17:28:08.636ZDownload: Completed 220.60 MB in 26.93 seconds (8.2M/s)
1752024-10-14T17:28:10.683Z Actions: 1/5063 actions (Removing old actions)
1762024-10-14T17:28:10.703Z Actions: 194/5063 actions (Installing new actions)
1772024-10-14T17:28:15.458Z Actions: 4226/5063 actions (Updating modified actions)
1782024-10-14T17:28:15.773Z Actions: Completed 5063 actions in 5.09 seconds.
1792024-10-14T17:28:15.967Z Done (0.186s)
1802024-10-14T17:28:15.970Z Done (0.000s)
1812024-10-14T17:28:16.424Z Done (0.456s)
1822024-10-14T17:28:20.933Z Done (4.314s)
1832024-10-14T17:28:21.022Z Done (0.017s)
1842024-10-14T17:28:21.025Z Done (0.000s)
1852024-10-14T17:28:21.198Z Done (0.000s)
1862024-10-14T17:28:21.850ZPlanning: Evaluating mediator changes ... Done
1872024-10-14T17:28:22.015ZPlanning: Checking for conflicting actions ... Done
1882024-10-14T17:28:22.018ZPlanning: Consolidating action changes ... Done
1892024-10-14T17:28:22.289ZPlanning: Evaluating mediators ... Done
1902024-10-14T17:28:22.292ZPlanning: Planning completed in 0.44 seconds
1912024-10-14T17:28:22.330Z Mediators to change: 2
1922024-10-14T17:28:22.330Z Create boot environment: No
1932024-10-14T17:28:22.333ZCreate backup boot environment: No
1942024-10-14T17:28:22.405Z Done
1952024-10-14T17:28:22.405Z Done
1962024-10-14T17:28:22.718Z Done
1972024-10-14T17:28:26.374Z Done
1982024-10-14T17:28:26.461Z Done
1992024-10-14T17:28:26.464Z Done
2002024-10-14T17:28:26.563Z Done
2012024-10-14T17:28:27.206ZPlanning: Evaluating mediator changes ... Done
2022024-10-14T17:28:27.210ZPlanning: Merging actions ... Done
2032024-10-14T17:28:27.400ZPlanning: Checking for conflicting actions ... Done
2042024-10-14T17:28:27.403ZPlanning: Consolidating action changes ... Done
2052024-10-14T17:28:27.681ZPlanning: Evaluating mediators ... Done
2062024-10-14T17:28:27.736ZPlanning: Planning completed in 0.78 seconds
2072024-10-14T17:28:27.778Z Packages to change: 1
2082024-10-14T17:28:27.779Z Mediators to change: 1
2092024-10-14T17:28:27.782Z Services to change: 1
2102024-10-14T17:28:27.783Z Create boot environment: No
2112024-10-14T17:28:27.783ZCreate backup boot environment: Yes
2122024-10-14T17:28:29.846Z Actions: 1/6 actions (Updating modified actions)
2132024-10-14T17:28:29.848Z Actions: Completed 6 actions in 0.00 seconds.
2142024-10-14T17:28:29.848Z Done
2152024-10-14T17:28:29.848Z Done
2162024-10-14T17:28:29.942Z Done
2172024-10-14T17:28:33.610Z Done
2182024-10-14T17:28:33.706Z Done
2192024-10-14T17:28:33.709Z Done
2202024-10-14T17:28:33.819Z Done
2212024-10-14T17:28:34.265ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-10-14T17:28:34.265Zclang system 15 system
2232024-10-14T17:28:34.265Zcsh system system illumos
2242024-10-14T17:28:34.265Zctags system system illumos
2252024-10-14T17:28:34.265Zgcc vendor 12 vendor
2262024-10-14T17:28:34.265Zgcc system 10 system
2272024-10-14T17:28:34.265Zgcc system 7 system
2282024-10-14T17:28:34.265Zgo system 1.20 system
2292024-10-14T17:28:34.265Zgo system 1.19 system
2302024-10-14T17:28:34.265Zllvm system 15 system
2312024-10-14T17:28:34.265Zllvm system 14 system
2322024-10-14T17:28:34.265Zmariadb system 10.6 system
2332024-10-14T17:28:34.265Zmta vendor vendor dma
2342024-10-14T17:28:34.265Zopenjdk system 17 system
2352024-10-14T17:28:34.265Zopenjdk system 11 system
2362024-10-14T17:28:34.265Zopenjdk system 1.8 system
2372024-10-14T17:28:34.265Zopenssl vendor 3 vendor
2382024-10-14T17:28:34.265Zperl system 5.36 system
2392024-10-14T17:28:34.265Zpostgresql system 15 system
2402024-10-14T17:28:34.265Zpostgresql system 13 system
2412024-10-14T17:28:34.265Zpython vendor 3 vendor
2422024-10-14T17:28:34.265Zpython system 2 system
2432024-10-14T17:28:34.266Zpython3 system 3.11 system
2442024-10-14T17:28:34.268Zruby system 3.0 system
2452024-10-14T17:28:34.268Zwords vendor vendor american-english
2462024-10-14T17:28:34.268Zwords system system australian-english
2472024-10-14T17:28:34.268Zwords system system british-english
2482024-10-14T17:28:34.269Zwords system system canadian-english
2492024-10-14T17:28:34.269Zwords system system french
2502024-10-14T17:28:34.269Zwords system system italian
2512024-10-14T17:28:34.269Zwords system system ngerman
2522024-10-14T17:28:34.269Zwords system system ogerman
2532024-10-14T17:28:34.269Zwords system system spanish
2542024-10-14T17:28:34.614ZPUBLISHER TYPE STATUS P LOCATION
2552024-10-14T17:28:34.614Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-10-14T17:28:36.745ZFMRI IFO
2572024-10-14T17:28:36.745Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-10-14T17:28:36.745Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-10-14T17:28:36.745Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-10-14T17:28:36.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-10-14T17:28:36.745Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-10-14T17:28:36.745Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-10-14T17:28:36.745Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-10-14T17:28:36.745Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-10-14T17:28:36.745Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-10-14T17:28:36.745Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-10-14T17:28:36.745Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-10-14T17:28:36.745Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-10-14T17:28:36.745Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-10-14T17:28:37.448Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-10-14T17:28:37.731Z Updating crates.io index
2722024-10-14T17:28:37.733Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-10-14T17:28:38.526Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-10-14T17:28:38.762Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-10-14T17:28:39.015Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-10-14T17:28:39.260Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-10-14T17:28:40.003Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-10-14T17:28:42.193Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-10-14T17:28:43.577Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-10-14T17:28:44.392Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-10-14T17:28:44.644Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-10-14T17:28:44.932Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-10-14T17:28:45.488Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-10-14T17:28:45.786Z Updating git repository `https://github.com/oxidecomputer/qorb`
2852024-10-14T17:28:46.263Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2862024-10-14T17:28:46.631Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872024-10-14T17:28:46.927Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-10-14T17:28:47.223Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-10-14T17:28:47.433Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-10-14T17:28:47.672Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-10-14T17:28:47.975Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-10-14T17:28:48.237Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-10-14T17:28:48.544Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-10-14T17:28:48.842Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-10-14T17:28:49.144Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-10-14T17:28:49.565Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-10-14T17:28:49.926Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-10-14T17:28:50.301Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-10-14T17:28:50.681Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-10-14T17:28:50.946Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-10-14T17:28:51.194Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-10-14T17:28:52.291Z Downloading crates ...
3032024-10-14T17:28:52.349Z Downloaded autocfg v1.3.0
3042024-10-14T17:28:52.354Z Downloaded anstyle v1.0.8
3052024-10-14T17:28:52.357Z Downloaded anstyle-query v1.0.3
3062024-10-14T17:28:52.362Z Downloaded equivalent v1.0.1
3072024-10-14T17:28:52.368Z Downloaded colorchoice v1.0.1
3082024-10-14T17:28:52.370Z Downloaded swrite v0.1.0
3092024-10-14T17:28:52.375Z Downloaded scroll_derive v0.12.0
3102024-10-14T17:28:52.378Z Downloaded fastrand v2.1.1
3112024-10-14T17:28:52.381Z Downloaded crypto-common v0.1.6
3122024-10-14T17:28:52.385Z Downloaded itoa v1.0.11
3132024-10-14T17:28:52.387Z Downloaded bytecount v0.6.8
3142024-10-14T17:28:52.390Z Downloaded heck v0.4.1
3152024-10-14T17:28:52.390Z Downloaded dof v0.3.0
3162024-10-14T17:28:52.392Z Downloaded toml_datetime v0.6.8
3172024-10-14T17:28:52.392Z Downloaded fs-err v2.11.0
3182024-10-14T17:28:52.395Z Downloaded terminal_size v0.4.0
3192024-10-14T17:28:52.397Z Downloaded plain v0.2.3
3202024-10-14T17:28:52.397Z Downloaded pest_generator v2.7.10
3212024-10-14T17:28:52.400Z Downloaded smawk v0.3.2
3222024-10-14T17:28:52.400Z Downloaded proc-macro-error-attr v1.0.4
3232024-10-14T17:28:52.402Z Downloaded thread-id v4.2.1
3242024-10-14T17:28:52.402Z Downloaded proc-macro-error v1.0.4
3252024-10-14T17:28:52.405Z Downloaded tabled_derive v0.7.0
3262024-10-14T17:28:52.407Z Downloaded serde_tokenstream v0.2.2
3272024-10-14T17:28:52.410Z Downloaded cargo_toml v0.20.5
3282024-10-14T17:28:52.410Z Downloaded usdt-impl v0.5.0
3292024-10-14T17:28:52.412Z Downloaded clap_derive v4.5.18
3302024-10-14T17:28:52.415Z Downloaded utf8parse v0.2.1
3312024-10-14T17:28:52.417Z Downloaded cargo-platform v0.1.8
3322024-10-14T17:28:52.417Z Downloaded once_cell v1.20.2
3332024-10-14T17:28:52.419Z Downloaded camino v1.1.9
3342024-10-14T17:28:52.422Z Downloaded thiserror v1.0.64
3352024-10-14T17:28:52.426Z Downloaded anstream v0.6.14
3362024-10-14T17:28:52.429Z Downloaded zerocopy-derive v0.7.34
3372024-10-14T17:28:52.433Z Downloaded bitflags v2.6.0
3382024-10-14T17:28:52.437Z Downloaded dtrace-parser v0.2.0
3392024-10-14T17:28:52.439Z Downloaded is_terminal_polyfill v1.70.0
3402024-10-14T17:28:52.439Z Downloaded fnv v1.0.7
3412024-10-14T17:28:52.439Z Downloaded anstyle-parse v0.2.4
3422024-10-14T17:28:52.442Z Downloaded pretty-hex v0.4.1
3432024-10-14T17:28:52.444Z Downloaded log v0.4.22
3442024-10-14T17:28:52.447Z Downloaded clap v4.5.20
3452024-10-14T17:28:52.454Z Downloaded cpufeatures v0.2.12
3462024-10-14T17:28:52.457Z Downloaded usdt-macro v0.5.0
3472024-10-14T17:28:52.457Z Downloaded camino-tempfile v1.1.1
3482024-10-14T17:28:52.459Z Downloaded block-buffer v0.10.4
3492024-10-14T17:28:52.459Z Downloaded heck v0.5.0
3502024-10-14T17:28:52.462Z Downloaded clap_lex v0.7.0
3512024-10-14T17:28:52.462Z Downloaded byteorder v1.5.0
3522024-10-14T17:28:52.465Z Downloaded anyhow v1.0.89
3532024-10-14T17:28:52.467Z Downloaded ryu v1.0.18
3542024-10-14T17:28:52.470Z Downloaded scroll v0.12.0
3552024-10-14T17:28:52.472Z Downloaded strsim v0.11.1
3562024-10-14T17:28:52.472Z Downloaded thiserror-impl v1.0.64
3572024-10-14T17:28:52.474Z Downloaded errno v0.3.9
3582024-10-14T17:28:52.477Z Downloaded macaddr v1.0.1
3592024-10-14T17:28:52.477Z Downloaded memmap v0.7.0
3602024-10-14T17:28:52.479Z Downloaded generic-array v0.14.7
3612024-10-14T17:28:52.481Z Downloaded usdt-attr-macro v0.5.0
3622024-10-14T17:28:52.481Z Downloaded unicode-ident v1.0.13
3632024-10-14T17:28:52.484Z Downloaded typenum v1.17.0
3642024-10-14T17:28:52.486Z Downloaded quote v1.0.37
3652024-10-14T17:28:52.489Z Downloaded serde_spanned v0.6.7
3662024-10-14T17:28:52.489Z Downloaded digest v0.10.7
3672024-10-14T17:28:52.492Z Downloaded version_check v0.9.5
3682024-10-14T17:28:52.492Z Downloaded usdt v0.5.0
3692024-10-14T17:28:52.494Z Downloaded unicode-linebreak v0.1.5
3702024-10-14T17:28:52.494Z Downloaded cfg-if v1.0.0
3712024-10-14T17:28:52.494Z Downloaded cargo_metadata v0.18.1
3722024-10-14T17:28:52.497Z Downloaded tempfile v3.13.0
3732024-10-14T17:28:52.499Z Downloaded semver v1.0.23
3742024-10-14T17:28:52.501Z Downloaded sha2 v0.10.8
3752024-10-14T17:28:52.504Z Downloaded serde v1.0.210
3762024-10-14T17:28:52.506Z Downloaded indexmap v2.6.0
3772024-10-14T17:28:52.510Z Downloaded memchr v2.7.2
3782024-10-14T17:28:52.515Z Downloaded pest_meta v2.7.10
3792024-10-14T17:28:52.518Z Downloaded pest_derive v2.7.10
3802024-10-14T17:28:52.520Z Downloaded serde_derive v1.0.210
3812024-10-14T17:28:52.522Z Downloaded proc-macro2 v1.0.87
3822024-10-14T17:28:52.525Z Downloaded toml v0.8.19
3832024-10-14T17:28:52.528Z Downloaded textwrap v0.16.1
3842024-10-14T17:28:52.546Z Downloaded ucd-trie v0.1.6
3852024-10-14T17:28:52.548Z Downloaded papergrid v0.11.0
3862024-10-14T17:28:52.558Z Downloaded pest v2.7.10
3872024-10-14T17:28:52.572Z Downloaded serde_json v1.0.128
3882024-10-14T17:28:52.579Z Downloaded toml_edit v0.22.22
3892024-10-14T17:28:52.600Z Downloaded hashbrown v0.15.0
3902024-10-14T17:28:52.605Z Downloaded goblin v0.8.2
3912024-10-14T17:28:52.611Z Downloaded zerocopy v0.7.34
3922024-10-14T17:28:52.626Z Downloaded winnow v0.6.18
3932024-10-14T17:28:52.634Z Downloaded tabled v0.15.0
3942024-10-14T17:28:52.649Z Downloaded clap_builder v4.5.20
3952024-10-14T17:28:52.655Z Downloaded syn v2.0.79
3962024-10-14T17:28:52.666Z Downloaded syn v1.0.109
3972024-10-14T17:28:52.677Z Downloaded rustix v0.38.37
3982024-10-14T17:28:52.699Z Downloaded unicode-width v0.1.13
3992024-10-14T17:28:52.706Z Downloaded libc v0.2.159
4002024-10-14T17:28:53.007Z Compiling proc-macro2 v1.0.87
4012024-10-14T17:28:53.007Z Compiling unicode-ident v1.0.13
4022024-10-14T17:28:53.010Z Compiling serde v1.0.210
4032024-10-14T17:28:53.010Z Compiling version_check v0.9.5
4042024-10-14T17:28:53.010Z Compiling thiserror v1.0.64
4052024-10-14T17:28:53.010Z Compiling memchr v2.7.2
4062024-10-14T17:28:53.010Z Compiling libc v0.2.159
4072024-10-14T17:28:53.043Z Compiling ucd-trie v0.1.6
4082024-10-14T17:28:53.259Z Compiling itoa v1.0.11
4092024-10-14T17:28:53.495Z Compiling ryu v1.0.18
4102024-10-14T17:28:53.853Z Compiling once_cell v1.20.2
4112024-10-14T17:28:53.878Z Compiling byteorder v1.5.0
4122024-10-14T17:28:53.878Z Compiling serde_json v1.0.128
4132024-10-14T17:28:53.923Z Compiling rustix v0.38.37
4142024-10-14T17:28:54.340Z Compiling bitflags v2.6.0
4152024-10-14T17:28:54.487Z Compiling proc-macro-error-attr v1.0.4
4162024-10-14T17:28:54.761Z Compiling usdt-impl v0.5.0
4172024-10-14T17:28:54.806Z Compiling quote v1.0.37
4182024-10-14T17:28:54.808Z Compiling syn v1.0.109
4192024-10-14T17:28:54.912Z Compiling proc-macro-error v1.0.4
4202024-10-14T17:28:54.950Z Compiling plain v0.2.3
4212024-10-14T17:28:55.111Z Compiling log v0.4.22
4222024-10-14T17:28:55.210Z Compiling syn v2.0.79
4232024-10-14T17:28:55.290Z Compiling errno v0.3.9
4242024-10-14T17:28:55.515Z Compiling hashbrown v0.15.0
4252024-10-14T17:28:55.563Z Compiling equivalent v1.0.1
4262024-10-14T17:28:55.566Z Compiling camino v1.1.9
4272024-10-14T17:28:55.610Z Compiling utf8parse v0.2.1
4282024-10-14T17:28:55.774Z Compiling anstyle-parse v0.2.4
4292024-10-14T17:28:55.922Z Compiling thread-id v4.2.1
4302024-10-14T17:28:56.206Z Compiling anstyle-query v1.0.3
4312024-10-14T17:28:56.316Z Compiling autocfg v1.3.0
4322024-10-14T17:28:56.363Z Compiling unicode-width v0.1.13
4332024-10-14T17:28:56.497Z Compiling colorchoice v1.0.1
4342024-10-14T17:28:56.545Z Compiling winnow v0.6.18
4352024-10-14T17:28:56.623Z Compiling anstyle v1.0.8
4362024-10-14T17:28:56.655Z Compiling indexmap v2.6.0
4372024-10-14T17:28:56.737Z Compiling pretty-hex v0.4.1
4382024-10-14T17:28:56.963Z Compiling is_terminal_polyfill v1.70.0
4392024-10-14T17:28:57.091Z Compiling semver v1.0.23
4402024-10-14T17:28:57.118Z Compiling anstream v0.6.14
4412024-10-14T17:28:57.296Z Compiling fs-err v2.11.0
4422024-10-14T17:28:57.753Z Compiling terminal_size v0.4.0
4432024-10-14T17:28:57.869Z Compiling bytecount v0.6.8
4442024-10-14T17:28:57.898Z Compiling clap_lex v0.7.0
4452024-10-14T17:28:57.965Z Compiling cfg-if v1.0.0
4462024-10-14T17:28:58.020Z Compiling heck v0.5.0
4472024-10-14T17:28:58.068Z Compiling anyhow v1.0.89
4482024-10-14T17:28:58.091Z Compiling strsim v0.11.1
4492024-10-14T17:28:58.439Z Compiling fnv v1.0.7
4502024-10-14T17:28:58.546Z Compiling fastrand v2.1.1
4512024-10-14T17:28:58.714Z Compiling heck v0.4.1
4522024-10-14T17:28:58.951Z Compiling tempfile v3.13.0
4532024-10-14T17:28:59.164Z Compiling papergrid v0.11.0
4542024-10-14T17:28:59.233Z Compiling clap_builder v4.5.20
4552024-10-14T17:28:59.376Z Compiling memmap v0.7.0
4562024-10-14T17:28:59.411Z Compiling unicode-linebreak v0.1.5
4572024-10-14T17:28:59.729Z Compiling smawk v0.3.2
4582024-10-14T17:28:59.902Z Compiling textwrap v0.16.1
4592024-10-14T17:29:00.417Z Compiling swrite v0.1.0
4602024-10-14T17:29:01.446Z Compiling tabled_derive v0.7.0
4612024-10-14T17:29:03.104Z Compiling tabled v0.15.0
4622024-10-14T17:29:03.983Z Compiling serde_derive v1.0.210
4632024-10-14T17:29:03.983Z Compiling thiserror-impl v1.0.64
4642024-10-14T17:29:03.985Z Compiling zerocopy-derive v0.7.34
4652024-10-14T17:29:03.986Z Compiling scroll_derive v0.12.0
4662024-10-14T17:29:04.271Z Compiling clap_derive v4.5.18
4672024-10-14T17:29:05.459Z Compiling scroll v0.12.0
4682024-10-14T17:29:06.019Z Compiling goblin v0.8.2
4692024-10-14T17:29:06.304Z Compiling zerocopy v0.7.34
4702024-10-14T17:29:06.929Z Compiling pest v2.7.10
4712024-10-14T17:29:08.051Z Compiling clap v4.5.20
4722024-10-14T17:29:09.232Z Compiling pest_meta v2.7.10
4732024-10-14T17:29:10.041Z Compiling pest_generator v2.7.10
4742024-10-14T17:29:11.892Z Compiling pest_derive v2.7.10
4752024-10-14T17:29:12.684Z Compiling dtrace-parser v0.2.0
4762024-10-14T17:29:14.410Z Compiling serde_spanned v0.6.7
4772024-10-14T17:29:14.410Z Compiling toml_datetime v0.6.8
4782024-10-14T17:29:14.413Z Compiling cargo-platform v0.1.8
4792024-10-14T17:29:14.798Z Compiling serde_tokenstream v0.2.2
4802024-10-14T17:29:14.819Z Compiling toml_edit v0.22.22
4812024-10-14T17:29:14.992Z Compiling macaddr v1.0.1
4822024-10-14T17:29:15.121Z Compiling camino-tempfile v1.1.1
4832024-10-14T17:29:15.851Z Compiling dof v0.3.0
4842024-10-14T17:29:15.851Z Compiling cargo_metadata v0.18.1
4852024-10-14T17:29:17.663Z Compiling toml v0.8.19
4862024-10-14T17:29:17.875Z Compiling usdt-macro v0.5.0
4872024-10-14T17:29:17.875Z Compiling usdt-attr-macro v0.5.0
4882024-10-14T17:29:18.505Z Compiling cargo_toml v0.20.5
4892024-10-14T17:29:19.281Z Compiling usdt v0.5.0
4902024-10-14T17:29:22.136Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-10-14T17:29:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
4922024-10-14T17:29:26.773Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-10-14T17:29:27.355Z Downloading crates ...
4942024-10-14T17:29:27.474Z Downloaded async-stream-impl v0.3.5
4952024-10-14T17:29:27.476Z Downloaded aead v0.5.2
4962024-10-14T17:29:27.484Z Downloaded atomicwrites v0.4.4
4972024-10-14T17:29:27.497Z Downloaded cfg_aliases v0.2.1
4982024-10-14T17:29:27.499Z Downloaded hubpack_derive v0.1.1
4992024-10-14T17:29:27.502Z Downloaded convert_case v0.4.0
5002024-10-14T17:29:27.505Z Downloaded crunchy v0.2.2
5012024-10-14T17:29:27.512Z Downloaded http-body-util v0.1.2
5022024-10-14T17:29:27.516Z Downloaded hyper-rustls v0.27.3
5032024-10-14T17:29:27.519Z Downloaded md5 v0.7.0
5042024-10-14T17:29:27.521Z Downloaded array-init v0.0.4
5052024-10-14T17:29:27.521Z Downloaded match_cfg v0.1.0
5062024-10-14T17:29:27.524Z Downloaded nodrop v0.1.14
5072024-10-14T17:29:27.527Z Downloaded base16ct v0.2.0
5082024-10-14T17:29:27.527Z Downloaded atomic-waker v1.1.2
5092024-10-14T17:29:27.529Z Downloaded async-recursion v1.1.1
5102024-10-14T17:29:27.532Z Downloaded adler v1.0.2
5112024-10-14T17:29:27.534Z Downloaded instant v0.1.12
5122024-10-14T17:29:27.537Z Downloaded hyper-tls v0.6.0
5132024-10-14T17:29:27.540Z Downloaded crossbeam-deque v0.8.5
5142024-10-14T17:29:27.540Z Downloaded http-range v0.1.5
5152024-10-14T17:29:27.542Z Downloaded colored v2.1.0
5162024-10-14T17:29:27.545Z Downloaded memoffset v0.9.1
5172024-10-14T17:29:27.545Z Downloaded ciborium-ll v0.2.2
5182024-10-14T17:29:27.548Z Downloaded multimap v0.10.0
5192024-10-14T17:29:27.551Z Downloaded cexpr v0.6.0
5202024-10-14T17:29:27.551Z Downloaded bit-set v0.5.3
5212024-10-14T17:29:27.553Z Downloaded newtype-uuid v1.1.2
5222024-10-14T17:29:27.553Z Downloaded lru-cache v0.1.2
5232024-10-14T17:29:27.556Z Downloaded const_format_proc_macros v0.2.33
5242024-10-14T17:29:27.558Z Downloaded maybe-uninit v2.0.0
5252024-10-14T17:29:27.561Z Downloaded num v0.4.3
5262024-10-14T17:29:27.561Z Downloaded libefi-sys v0.1.0
5272024-10-14T17:29:27.564Z Downloaded keccak v0.1.5
5282024-10-14T17:29:27.566Z Downloaded ipnetwork v0.20.0
5292024-10-14T17:29:27.568Z Downloaded defmt v0.3.8
5302024-10-14T17:29:27.571Z Downloaded curve25519-dalek-derive v0.1.1
5312024-10-14T17:29:27.573Z Downloaded num-iter v0.1.45
5322024-10-14T17:29:27.573Z Downloaded data-encoding v2.6.0
5332024-10-14T17:29:27.576Z Downloaded jobserver v0.1.32
5342024-10-14T17:29:27.578Z Downloaded nu-ansi-term v0.50.0
5352024-10-14T17:29:27.581Z Downloaded native-tls v0.2.11
5362024-10-14T17:29:27.584Z Downloaded ident_case v1.0.1
5372024-10-14T17:29:27.587Z Downloaded num-complex v0.4.6
5382024-10-14T17:29:27.590Z Downloaded cfg_aliases v0.1.1
5392024-10-14T17:29:27.590Z Downloaded mime_guess v2.0.4
5402024-10-14T17:29:27.592Z Downloaded crucible-workspace-hack v0.1.0
5412024-10-14T17:29:27.592Z Downloaded miniz_oxide v0.7.2
5422024-10-14T17:29:27.595Z Downloaded crc32fast v1.4.0
5432024-10-14T17:29:27.598Z Downloaded bzip2 v0.4.4
5442024-10-14T17:29:27.600Z Downloaded humantime v2.1.0
5452024-10-14T17:29:27.603Z Downloaded darling_macro v0.20.9
5462024-10-14T17:29:27.603Z Downloaded ciborium-io v0.2.2
5472024-10-14T17:29:27.606Z Downloaded lock_api v0.4.12
5482024-10-14T17:29:27.606Z Downloaded is-terminal v0.4.12
5492024-10-14T17:29:27.609Z Downloaded ciborium v0.2.2
5502024-10-14T17:29:27.611Z Downloaded matches v0.1.10
5512024-10-14T17:29:27.611Z Downloaded normalize-line-endings v0.3.0
5522024-10-14T17:29:27.613Z Downloaded newline-converter v0.3.0
5532024-10-14T17:29:27.613Z Downloaded cancel-safe-futures v0.1.5
5542024-10-14T17:29:27.617Z Downloaded num-conv v0.1.0
5552024-10-14T17:29:27.619Z Downloaded newtype_derive v0.1.6
5562024-10-14T17:29:27.619Z Downloaded blowfish v0.9.1
5572024-10-14T17:29:27.622Z Downloaded backoff v0.4.0
5582024-10-14T17:29:27.624Z Downloaded signal-hook-registry v1.4.2
5592024-10-14T17:29:27.626Z Downloaded lazycell v1.3.0
5602024-10-14T17:29:27.629Z Downloaded indoc v1.0.9
5612024-10-14T17:29:27.632Z Downloaded crc-catalog v2.4.0
5622024-10-14T17:29:27.632Z Downloaded scrypt v0.11.0
5632024-10-14T17:29:27.634Z Downloaded indicatif v0.17.8
5642024-10-14T17:29:27.638Z Downloaded mockall_derive v0.13.0
5652024-10-14T17:29:27.640Z Downloaded vte_generate_state_changes v0.1.1
5662024-10-14T17:29:27.643Z Downloaded hyper-staticfile v0.10.1
5672024-10-14T17:29:27.645Z Downloaded async-stream v0.3.5
5682024-10-14T17:29:27.649Z Downloaded arrayref v0.3.7
5692024-10-14T17:29:27.652Z Downloaded mime v0.3.17
5702024-10-14T17:29:27.652Z Downloaded linked-hash-map v0.5.6
5712024-10-14T17:29:27.652Z Downloaded libsw v3.3.1
5722024-10-14T17:29:27.654Z Downloaded cobs v0.2.3
5732024-10-14T17:29:27.665Z Downloaded bitfield-struct v0.6.1
5742024-10-14T17:29:27.665Z Downloaded mockall v0.13.0
5752024-10-14T17:29:27.665Z Downloaded lru v0.12.3
5762024-10-14T17:29:27.665Z Downloaded num-integer v0.1.46
5772024-10-14T17:29:27.665Z Downloaded csv-core v0.1.11
5782024-10-14T17:29:27.668Z Downloaded futures-sink v0.3.31
5792024-10-14T17:29:27.668Z Downloaded debug-ignore v1.0.5
5802024-10-14T17:29:27.668Z Downloaded termios v0.3.3
5812024-10-14T17:29:27.672Z Downloaded rtoolbox v0.0.2
5822024-10-14T17:29:27.674Z Downloaded ctr v0.9.2
5832024-10-14T17:29:27.674Z Downloaded argon2 v0.5.3
5842024-10-14T17:29:27.677Z Downloaded oso-derive v0.27.3
5852024-10-14T17:29:27.679Z Downloaded signal-hook-tokio v0.3.1
5862024-10-14T17:29:27.679Z Downloaded scopeguard v1.2.0
5872024-10-14T17:29:27.682Z Downloaded addr2line v0.21.0
5882024-10-14T17:29:27.684Z Downloaded termcolor v1.4.1
5892024-10-14T17:29:27.687Z Downloaded static_assertions v1.1.0
5902024-10-14T17:29:27.689Z Downloaded tower-service v0.3.2
5912024-10-14T17:29:27.689Z Downloaded tinyvec_macros v0.1.1
5922024-10-14T17:29:27.689Z Downloaded async-bb8-diesel v0.2.1
5932024-10-14T17:29:27.692Z Downloaded typify-macro v0.2.0
5942024-10-14T17:29:27.694Z Downloaded cassowary v0.3.0
5952024-10-14T17:29:27.697Z Downloaded deranged v0.3.11
5962024-10-14T17:29:27.697Z Downloaded chacha20 v0.9.1
5972024-10-14T17:29:27.699Z Downloaded memmap2 v0.9.4
5982024-10-14T17:29:27.702Z Downloaded arc-swap v1.7.1
5992024-10-14T17:29:27.706Z Downloaded dyn-clone v1.0.17
6002024-10-14T17:29:27.708Z Downloaded ed25519 v2.2.3
6012024-10-14T17:29:27.711Z Downloaded slog-dtrace v0.3.0
6022024-10-14T17:29:27.714Z Downloaded parse-size v1.0.0
6032024-10-14T17:29:27.714Z Downloaded fd-lock v4.0.2
6042024-10-14T17:29:27.717Z Downloaded futures-macro v0.3.31
6052024-10-14T17:29:27.720Z Downloaded term v0.7.0
6062024-10-14T17:29:27.723Z Downloaded const-oid v0.9.6
6072024-10-14T17:29:27.725Z Downloaded glob v0.3.1
6082024-10-14T17:29:27.729Z Downloaded heck v0.3.3
6092024-10-14T17:29:27.729Z Downloaded group v0.13.0
6102024-10-14T17:29:27.732Z Downloaded tokio-rustls v0.26.0
6112024-10-14T17:29:27.735Z Downloaded russh-cryptovec v0.7.2
6122024-10-14T17:29:27.735Z Downloaded minimal-lexical v0.2.1
6132024-10-14T17:29:27.739Z Downloaded darling v0.20.9
6142024-10-14T17:29:27.745Z Downloaded stable_deref_trait v1.2.0
6152024-10-14T17:29:27.750Z Downloaded der_derive v0.7.2
6162024-10-14T17:29:27.753Z Downloaded vte v0.11.1
6172024-10-14T17:29:27.753Z Downloaded crc-any v2.5.0
6182024-10-14T17:29:27.755Z Downloaded toolchain_find v0.4.0
6192024-10-14T17:29:27.756Z Downloaded radium v0.7.0
6202024-10-14T17:29:27.758Z Downloaded predicates-core v1.0.6
6212024-10-14T17:29:27.758Z Downloaded tls_codec v0.4.1
6222024-10-14T17:29:27.761Z Downloaded chacha20poly1305 v0.10.1
6232024-10-14T17:29:27.763Z Downloaded twox-hash v1.6.3
6242024-10-14T17:29:27.766Z Downloaded ref-cast-impl v1.0.23
6252024-10-14T17:29:27.766Z Downloaded ref-cast v1.0.23
6262024-10-14T17:29:27.769Z Downloaded num-bigint v0.4.5
6272024-10-14T17:29:27.775Z Downloaded time-core v0.1.2
6282024-10-14T17:29:27.778Z Downloaded fxhash v0.2.1
6292024-10-14T17:29:27.778Z Downloaded globset v0.4.14
6302024-10-14T17:29:27.782Z Downloaded mio v1.0.2
6312024-10-14T17:29:27.786Z Downloaded highway v1.2.0
6322024-10-14T17:29:27.789Z Downloaded strum_macros v0.25.3
6332024-10-14T17:29:27.792Z Downloaded parse-display-derive v0.10.0
6342024-10-14T17:29:27.798Z Downloaded vergen v8.3.2
6352024-10-14T17:29:27.801Z Downloaded slog-stdlog v4.1.1
6362024-10-14T17:29:27.801Z Downloaded strum_macros v0.24.3
6372024-10-14T17:29:27.803Z Downloaded postgres-types v0.2.8
6382024-10-14T17:29:27.807Z Downloaded phf_shared v0.10.0
6392024-10-14T17:29:27.807Z Downloaded miniz_oxide v0.8.0
6402024-10-14T17:29:27.811Z Downloaded cookie v0.18.1
6412024-10-14T17:29:27.814Z Downloaded ecdsa v0.16.9
6422024-10-14T17:29:27.817Z Downloaded rustc_version v0.4.1
6432024-10-14T17:29:27.818Z Downloaded zone v0.1.8
6442024-10-14T17:29:27.818Z Downloaded wait-timeout v0.2.0
6452024-10-14T17:29:27.820Z Downloaded topological-sort v0.2.2
6462024-10-14T17:29:27.820Z Downloaded subprocess v0.2.9
6472024-10-14T17:29:27.824Z Downloaded slog-json v2.6.1
6482024-10-14T17:29:27.831Z Downloaded subtle v2.5.0
6492024-10-14T17:29:27.831Z Downloaded futures v0.3.31
6502024-10-14T17:29:27.836Z Downloaded darling_core v0.20.9
6512024-10-14T17:29:27.838Z Downloaded sync_wrapper v0.1.2
6522024-10-14T17:29:27.841Z Downloaded pretty-hex v0.2.1
6532024-10-14T17:29:27.850Z Downloaded slog-scope v4.4.0
6542024-10-14T17:29:27.853Z Downloaded pbkdf2 v0.12.2
6552024-10-14T17:29:27.855Z Downloaded display-error-chain v0.2.1
6562024-10-14T17:29:27.855Z Downloaded thread_local v1.1.8
6572024-10-14T17:29:27.858Z Downloaded slog-term v2.9.1
6582024-10-14T17:29:27.861Z Downloaded phf_shared v0.11.2
6592024-10-14T17:29:27.864Z Downloaded http-body v1.0.0
6602024-10-14T17:29:27.864Z Downloaded sqlparser_derive v0.2.2
6612024-10-14T17:29:27.868Z Downloaded progenitor v0.8.0
6622024-10-14T17:29:27.868Z Downloaded serde_plain v1.0.2
6632024-10-14T17:29:27.871Z Downloaded serde_path_to_error v0.1.16
6642024-10-14T17:29:27.871Z Downloaded defmt-parser v0.3.4
6652024-10-14T17:29:27.871Z Downloaded scheduled-thread-pool v0.2.7
6662024-10-14T17:29:27.873Z Downloaded primeorder v0.13.6
6672024-10-14T17:29:27.878Z Downloaded crossbeam-utils v0.8.19
6682024-10-14T17:29:27.881Z Downloaded libxml v0.3.3
6692024-10-14T17:29:27.884Z Downloaded fallible-iterator v0.2.0
6702024-10-14T17:29:27.887Z Downloaded openssl-probe v0.1.5
6712024-10-14T17:29:27.890Z Downloaded tokio-native-tls v0.3.1
6722024-10-14T17:29:27.890Z Downloaded hex v0.4.3
6732024-10-14T17:29:27.897Z Downloaded nom v7.1.3
6742024-10-14T17:29:27.901Z Downloaded percent-encoding v2.3.1
6752024-10-14T17:29:27.901Z Downloaded itertools v0.12.1
6762024-10-14T17:29:27.908Z Downloaded base64 v0.22.1
6772024-10-14T17:29:27.913Z Downloaded foreign-types-shared v0.1.1
6782024-10-14T17:29:27.915Z Downloaded predicates v3.1.2
6792024-10-14T17:29:27.918Z Downloaded foreign-types-macros v0.2.3
6802024-10-14T17:29:27.921Z Downloaded env_filter v0.1.2
6812024-10-14T17:29:27.921Z Downloaded predicates-tree v1.0.9
6822024-10-14T17:29:27.923Z Downloaded enum-as-inner v0.6.0
6832024-10-14T17:29:27.926Z Downloaded ron v0.8.1
6842024-10-14T17:29:27.931Z Downloaded serde_derive_internals v0.29.1
6852024-10-14T17:29:27.935Z Downloaded try-lock v0.2.5
6862024-10-14T17:29:27.935Z Downloaded tokio-tungstenite v0.23.1
6872024-10-14T17:29:27.938Z Downloaded endian-type v0.1.2
6882024-10-14T17:29:27.938Z Downloaded parse-display v0.10.0
6892024-10-14T17:29:27.941Z Downloaded value-bag v1.9.0
6902024-10-14T17:29:27.943Z Downloaded num_enum v0.5.11
6912024-10-14T17:29:27.948Z Downloaded ssh-encoding v0.2.0
6922024-10-14T17:29:27.951Z Downloaded headers-core v0.3.0
6932024-10-14T17:29:27.953Z Downloaded tokio-rustls v0.24.1
6942024-10-14T17:29:27.956Z Downloaded futures-channel v0.3.31
6952024-10-14T17:29:27.958Z Downloaded hex-literal v0.4.1
6962024-10-14T17:29:27.958Z Downloaded num_enum_derive v0.5.11
6972024-10-14T17:29:27.961Z Downloaded http-body v0.4.6
6982024-10-14T17:29:27.961Z Downloaded zone_cfg_derive v0.3.0
6992024-10-14T17:29:27.964Z Downloaded signature v2.2.0
7002024-10-14T17:29:27.967Z Downloaded shlex v1.3.0
7012024-10-14T17:29:27.967Z Downloaded parking_lot_core v0.8.6
7022024-10-14T17:29:27.969Z Downloaded tokio-macros v2.4.0
7032024-10-14T17:29:27.973Z Downloaded http v0.2.12
7042024-10-14T17:29:27.975Z Downloaded pin-project-lite v0.2.14
7052024-10-14T17:29:27.980Z Downloaded hashlink v0.9.1
7062024-10-14T17:29:27.982Z Downloaded tiny-keccak v2.0.2
7072024-10-14T17:29:27.985Z Downloaded unarray v0.1.4
7082024-10-14T17:29:27.988Z Downloaded tui-tree-widget v0.22.0
7092024-10-14T17:29:27.991Z Downloaded password-hash v0.4.2
7102024-10-14T17:29:27.993Z Downloaded parking_lot_core v0.9.10
7112024-10-14T17:29:27.999Z Downloaded polyval v0.6.2
7122024-10-14T17:29:27.999Z Downloaded packed_struct_codegen v0.10.1
7132024-10-14T17:29:28.003Z Downloaded parking_lot v0.11.2
7142024-10-14T17:29:28.003Z Downloaded serde_yaml v0.9.34+deprecated
7152024-10-14T17:29:28.005Z Downloaded rfc6979 v0.4.0
7162024-10-14T17:29:28.008Z Downloaded uuid v1.10.0
7172024-10-14T17:29:28.010Z Downloaded sync_wrapper v1.0.1
7182024-10-14T17:29:28.013Z Downloaded structmeta v0.3.0
7192024-10-14T17:29:28.013Z Downloaded libm v0.2.8
7202024-10-14T17:29:28.022Z Downloaded pem v3.0.4
7212024-10-14T17:29:28.024Z Downloaded structmeta-derive v0.2.0
7222024-10-14T17:29:28.027Z Downloaded rpassword v7.3.1
7232024-10-14T17:29:28.027Z Downloaded snafu v0.8.2
7242024-10-14T17:29:28.035Z Downloaded zone_cfg_derive v0.1.2
7252024-10-14T17:29:28.037Z Downloaded spin v0.5.2
7262024-10-14T17:29:28.037Z Downloaded salsa20 v0.10.2
7272024-10-14T17:29:28.039Z Downloaded der v0.7.9
7282024-10-14T17:29:28.046Z Downloaded rustversion v1.0.17
7292024-10-14T17:29:28.048Z Downloaded diesel_table_macro_syntax v0.2.0
7302024-10-14T17:29:28.051Z Downloaded opaque-debug v0.3.1
7312024-10-14T17:29:28.051Z Downloaded termtree v0.4.1
7322024-10-14T17:29:28.054Z Downloaded number_prefix v0.4.0
7332024-10-14T17:29:28.054Z Downloaded embedded-io v0.4.0
7342024-10-14T17:29:28.057Z Downloaded rustyline v14.0.0
7352024-10-14T17:29:28.062Z Downloaded hostname v0.4.0
7362024-10-14T17:29:28.064Z Downloaded rand_chacha v0.3.1
7372024-10-14T17:29:28.066Z Downloaded hostname v0.3.1
7382024-10-14T17:29:28.069Z Downloaded strum v0.26.3
7392024-10-14T17:29:28.069Z Downloaded ena v0.14.3
7402024-10-14T17:29:28.071Z Downloaded toml v0.7.8
7412024-10-14T17:29:28.074Z Downloaded hickory-server v0.24.1
7422024-10-14T17:29:28.081Z Downloaded postgres-protocol v0.6.7
7432024-10-14T17:29:28.083Z Downloaded sigpipe v0.1.3
7442024-10-14T17:29:28.086Z Downloaded foreign-types-shared v0.3.1
7452024-10-14T17:29:28.086Z Downloaded supports-color v3.0.1
7462024-10-14T17:29:28.088Z Downloaded peg-runtime v0.8.3
7472024-10-14T17:29:28.091Z Downloaded rustls-pemfile v1.0.4
7482024-10-14T17:29:28.091Z Downloaded toml_edit v0.19.15
7492024-10-14T17:29:28.112Z Downloaded pem-rfc7468 v0.7.0
7502024-10-14T17:29:28.116Z Downloaded hash32 v0.3.1
7512024-10-14T17:29:28.116Z Downloaded dirs-sys-next v0.1.2
7522024-10-14T17:29:28.116Z Downloaded dirs-next v2.0.0
7532024-10-14T17:29:28.119Z Downloaded defmt-macros v0.3.9
7542024-10-14T17:29:28.122Z Downloaded hyper v1.4.1
7552024-10-14T17:29:28.128Z Downloaded progenitor-client v0.8.0
7562024-10-14T17:29:28.131Z Downloaded zone v0.3.0
7572024-10-14T17:29:28.131Z Downloaded serde_repr v0.1.19
7582024-10-14T17:29:28.134Z Downloaded path-slash v0.1.5
7592024-10-14T17:29:28.134Z Downloaded quick-error v1.2.3
7602024-10-14T17:29:28.137Z Downloaded prettyplease v0.2.22
7612024-10-14T17:29:28.140Z Downloaded waitgroup v0.1.2
7622024-10-14T17:29:28.142Z Downloaded poly1305 v0.8.0
7632024-10-14T17:29:28.145Z Downloaded des v0.8.1
7642024-10-14T17:29:28.148Z Downloaded tap v1.0.1
7652024-10-14T17:29:28.148Z Downloaded tabwriter v1.4.0
7662024-10-14T17:29:28.148Z Downloaded olpc-cjson v0.1.3
7672024-10-14T17:29:28.151Z Downloaded itertools v0.13.0
7682024-10-14T17:29:28.158Z Downloaded tokio-postgres v0.7.12
7692024-10-14T17:29:28.163Z Downloaded untrusted v0.7.1
7702024-10-14T17:29:28.167Z Downloaded form_urlencoded v1.2.1
7712024-10-14T17:29:28.167Z Downloaded fixedbitset v0.4.2
7722024-10-14T17:29:28.174Z Downloaded yasna v0.5.2
7732024-10-14T17:29:28.174Z Downloaded tungstenite v0.23.0
7742024-10-14T17:29:28.181Z Downloaded tungstenite v0.21.0
7752024-10-14T17:29:28.181Z Downloaded tracing-core v0.1.32
7762024-10-14T17:29:28.188Z Downloaded tls_codec_derive v0.4.1
7772024-10-14T17:29:28.188Z Downloaded want v0.3.1
7782024-10-14T17:29:28.188Z Downloaded typed-path v0.7.1
7792024-10-14T17:29:28.194Z Downloaded hash32 v0.2.1
7802024-10-14T17:29:28.194Z Downloaded pbkdf2 v0.11.0
7812024-10-14T17:29:28.203Z Downloaded paste v1.0.15
7822024-10-14T17:29:28.203Z Downloaded derive_more v0.99.18
7832024-10-14T17:29:28.207Z Downloaded sec1 v0.7.3
7842024-10-14T17:29:28.208Z Downloaded openssl-macros v0.1.1
7852024-10-14T17:29:28.208Z Downloaded num_threads v0.1.7
7862024-10-14T17:29:28.212Z Downloaded spin v0.9.8
7872024-10-14T17:29:28.213Z Downloaded shell-words v1.1.0
7882024-10-14T17:29:28.213Z Downloaded spki v0.7.3
7892024-10-14T17:29:28.223Z Downloaded secrecy v0.8.0
7902024-10-14T17:29:28.223Z Downloaded postcard v1.0.8
7912024-10-14T17:29:28.238Z Downloaded futures-task v0.3.31
7922024-10-14T17:29:28.238Z Downloaded futures-io v0.3.31
7932024-10-14T17:29:28.238Z Downloaded hickory-resolver v0.24.1
7942024-10-14T17:29:28.238Z Downloaded float-ord v0.3.2
7952024-10-14T17:29:28.238Z Downloaded futures-executor v0.3.31
7962024-10-14T17:29:28.239Z Downloaded tokio-rustls v0.25.0
7972024-10-14T17:29:28.239Z Downloaded either v1.13.0
7982024-10-14T17:29:28.261Z Downloaded dsl_auto_type v0.1.2
7992024-10-14T17:29:28.261Z Downloaded xattr v1.3.1
8002024-10-14T17:29:28.261Z Downloaded socket2 v0.4.10
8012024-10-14T17:29:28.261Z Downloaded pkcs1 v0.7.5
8022024-10-14T17:29:28.261Z Downloaded rustc_version v0.1.7
8032024-10-14T17:29:28.262Z Downloaded test-strategy v0.3.1
8042024-10-14T17:29:28.284Z Downloaded packed_struct v0.10.1
8052024-10-14T17:29:28.286Z Downloaded env_logger v0.11.5
8062024-10-14T17:29:28.287Z Downloaded lalrpop v0.19.12
8072024-10-14T17:29:28.289Z Downloaded sha1 v0.10.6
8082024-10-14T17:29:28.289Z Downloaded rustc-hash v2.0.0
8092024-10-14T17:29:28.289Z Downloaded unicase v2.7.0
8102024-10-14T17:29:28.311Z Downloaded peg v0.8.4
8112024-10-14T17:29:28.311Z Downloaded stringprep v0.1.4
8122024-10-14T17:29:28.311Z Downloaded tough v0.17.1
8132024-10-14T17:29:28.311Z Downloaded similar v2.6.0
8142024-10-14T17:29:28.312Z Downloaded untrusted v0.9.0
8152024-10-14T17:29:28.312Z Downloaded ghash v0.5.1
8162024-10-14T17:29:28.312Z Downloaded publicsuffix v2.2.3
8172024-10-14T17:29:28.324Z Downloaded smallvec v0.6.14
8182024-10-14T17:29:28.324Z Downloaded tokio-tungstenite v0.21.0
8192024-10-14T17:29:28.324Z Downloaded walkdir v2.5.0
8202024-10-14T17:29:28.324Z Downloaded smf v0.2.3
8212024-10-14T17:29:28.324Z Downloaded ppv-lite86 v0.2.17
8222024-10-14T17:29:28.324Z Downloaded futures-core v0.3.31
8232024-10-14T17:29:28.324Z Downloaded funty v2.0.0
8242024-10-14T17:29:28.325Z Downloaded rustls-pki-types v1.9.0
8252024-10-14T17:29:28.325Z Downloaded http v1.1.0
8262024-10-14T17:29:28.325Z Downloaded r2d2 v0.8.10
8272024-10-14T17:29:28.325Z Downloaded pkg-config v0.3.30
8282024-10-14T17:29:28.325Z Downloaded home v0.5.9
8292024-10-14T17:29:28.325Z Downloaded rand_core v0.6.4
8302024-10-14T17:29:28.332Z Downloaded unicode-bidi v0.3.15
8312024-10-14T17:29:28.332Z Downloaded expectorate v1.1.0
8322024-10-14T17:29:28.332Z Downloaded half v2.4.1
8332024-10-14T17:29:28.332Z Downloaded fragile v2.0.0
8342024-10-14T17:29:28.338Z Downloaded tinyvec v1.6.0
8352024-10-14T17:29:28.338Z Downloaded headers v0.4.0
8362024-10-14T17:29:28.342Z Downloaded rayon-core v1.12.1
8372024-10-14T17:29:28.346Z Downloaded wyz v0.5.1
8382024-10-14T17:29:28.346Z Downloaded string_cache v0.8.7
8392024-10-14T17:29:28.346Z Downloaded pkcs8 v0.10.2
8402024-10-14T17:29:28.351Z Downloaded strip-ansi-escapes v0.2.0
8412024-10-14T17:29:28.351Z Downloaded flume v0.11.0
8422024-10-14T17:29:28.355Z Downloaded float-cmp v0.9.0
8432024-10-14T17:29:28.360Z Downloaded rustc-hash v1.1.0
8442024-10-14T17:29:28.360Z Downloaded progenitor-macro v0.8.0
8452024-10-14T17:29:28.360Z Downloaded progenitor-impl v0.8.0
8462024-10-14T17:29:28.377Z Downloaded rand v0.8.5
8472024-10-14T17:29:28.377Z Downloaded hashbrown v0.13.2
8482024-10-14T17:29:28.384Z Downloaded dhcproto v0.12.0
8492024-10-14T17:29:28.384Z Downloaded tokio-util v0.7.12
8502024-10-14T17:29:28.384Z Downloaded rcgen v0.12.1
8512024-10-14T17:29:28.388Z Downloaded time v0.3.36
8522024-10-14T17:29:28.394Z Downloaded reqwest v0.11.27
8532024-10-14T17:29:28.401Z Downloaded pkcs5 v0.7.1
8542024-10-14T17:29:28.409Z Downloaded hickory-client v0.24.1
8552024-10-14T17:29:28.413Z Downloaded rsa v0.9.6
8562024-10-14T17:29:28.417Z Downloaded hashbrown v0.12.3
8572024-10-14T17:29:28.425Z Downloaded futures-util v0.3.31
8582024-10-14T17:29:28.440Z Downloaded url v2.5.2
8592024-10-14T17:29:28.444Z Downloaded samael v0.0.17
8602024-10-14T17:29:28.444Z Downloaded rustls-webpki v0.102.4
8612024-10-14T17:29:28.462Z Downloaded unsafe-libyaml v0.2.11
8622024-10-14T17:29:28.466Z Downloaded heapless v0.7.17
8632024-10-14T17:29:28.471Z Downloaded openssl-sys v0.9.103
8642024-10-14T17:29:28.484Z Downloaded p256 v0.13.2
8652024-10-14T17:29:28.484Z Downloaded zip v0.6.6
8662024-10-14T17:29:28.508Z Downloaded unicode_categories v0.1.1
8672024-10-14T17:29:28.508Z Downloaded h2 v0.3.26
8682024-10-14T17:29:28.508Z Downloaded unicode-segmentation v1.11.0
8692024-10-14T17:29:28.508Z Downloaded rustls-webpki v0.101.7
8702024-10-14T17:29:28.514Z Downloaded x509-cert v0.2.5
8712024-10-14T17:29:28.519Z Downloaded quinn v0.11.5
8722024-10-14T17:29:28.532Z Downloaded unicode-normalization v0.1.23
8732024-10-14T17:29:28.532Z Downloaded vcpkg v0.2.15
8742024-10-14T17:29:28.565Z Downloaded steno v0.4.1
8752024-10-14T17:29:28.573Z Downloaded flate2 v1.0.34
8762024-10-14T17:29:28.599Z Downloaded reedline v0.35.0
8772024-10-14T17:29:28.612Z Downloaded portable-atomic v1.6.0
8782024-10-14T17:29:28.613Z Downloaded p384 v0.13.0
8792024-10-14T17:29:28.625Z Downloaded serde_with v3.11.0
8802024-10-14T17:29:28.625Z Downloaded h2 v0.4.6
8812024-10-14T17:29:28.625Z Downloaded rusqlite v0.32.1
8822024-10-14T17:29:28.625Z Downloaded sqlparser v0.45.0
8832024-10-14T17:29:28.629Z Downloaded reqwest v0.12.8
8842024-10-14T17:29:28.636Z Downloaded p521 v0.13.3
8852024-10-14T17:29:28.641Z Downloaded winnow v0.5.40
8862024-10-14T17:29:28.648Z Downloaded rustls v0.21.12
8872024-10-14T17:29:28.660Z Downloaded russh v0.45.0
8882024-10-14T17:29:28.666Z Downloaded rayon v1.10.0
8892024-10-14T17:29:28.676Z Downloaded nix v0.29.0
8902024-10-14T17:29:28.690Z Downloaded curve25519-dalek v4.1.3
8912024-10-14T17:29:28.699Z Downloaded quick-xml v0.33.0
8922024-10-14T17:29:28.706Z Downloaded webpki-roots v0.26.3
8932024-10-14T17:29:28.710Z Downloaded openssl v0.10.66
8942024-10-14T17:29:28.721Z Downloaded salty v0.3.0
8952024-10-14T17:29:28.727Z Downloaded quinn-proto v0.11.8
8962024-10-14T17:29:28.735Z Downloaded object v0.30.4
8972024-10-14T17:29:28.747Z Downloaded regex-syntax v0.6.29
8982024-10-14T17:29:28.765Z Downloaded trust-dns-proto v0.22.0
8992024-10-14T17:29:28.783Z Downloaded dropshot v0.12.0
9002024-10-14T17:29:28.809Z Downloaded gimli v0.28.1
9012024-10-14T17:29:28.817Z Downloaded smoltcp v0.9.1
9022024-10-14T17:29:28.829Z Downloaded regex-syntax v0.8.5
9032024-10-14T17:29:28.836Z Downloaded typify-impl v0.2.0
9042024-10-14T17:29:28.851Z Downloaded polar-core v0.27.3
9052024-10-14T17:29:28.859Z Downloaded hickory-proto v0.24.1
9062024-10-14T17:29:28.876Z Downloaded openapiv3 v2.0.0
9072024-10-14T17:29:28.888Z Downloaded rustls v0.23.10
9082024-10-14T17:29:28.905Z Downloaded rustls v0.22.4
9092024-10-14T17:29:28.919Z Downloaded sled v0.34.7
9102024-10-14T17:29:28.930Z Downloaded zerocopy-derive v0.6.6
9112024-10-14T17:29:28.940Z Downloaded bzip2-sys v0.1.11+1.0.8
9122024-10-14T17:29:28.953Z Downloaded regress v0.9.1
9132024-10-14T17:29:28.962Z Downloaded ratatui v0.28.1
9142024-10-14T17:29:28.983Z Downloaded regress v0.10.1
9152024-10-14T17:29:28.992Z Downloaded csv v1.3.0
9162024-10-14T17:29:29.013Z Downloaded diesel v2.2.4
9172024-10-14T17:29:29.033Z Downloaded bstr v1.9.1
9182024-10-14T17:29:29.044Z Downloaded object v0.32.2
9192024-10-14T17:29:29.055Z Downloaded smoltcp v0.11.0
9202024-10-14T17:29:29.069Z Downloaded regex-automata v0.4.8
9212024-10-14T17:29:29.088Z Downloaded lzma-sys v0.1.20
9222024-10-14T17:29:29.120Z Downloaded sha3 v0.10.8
9232024-10-14T17:29:29.124Z Downloaded finl_unicode v1.2.0
9242024-10-14T17:29:29.137Z Downloaded petgraph v0.6.5
9252024-10-14T17:29:29.155Z Downloaded tokio v1.40.0
9262024-10-14T17:29:29.199Z Downloaded radix_trie v0.2.1
9272024-10-14T17:29:29.203Z Downloaded bitvec v1.0.1
9282024-10-14T17:29:29.221Z Downloaded hashbrown v0.14.5
9292024-10-14T17:29:29.226Z Downloaded regex v1.11.0
9302024-10-14T17:29:29.242Z Downloaded proptest v1.5.0
9312024-10-14T17:29:29.252Z Downloaded nix v0.28.0
9322024-10-14T17:29:29.265Z Downloaded nix v0.27.1
9332024-10-14T17:29:29.276Z Downloaded idna v0.3.0
9342024-10-14T17:29:29.283Z Downloaded chrono v0.4.38
9352024-10-14T17:29:29.291Z Downloaded bindgen v0.69.4
9362024-10-14T17:29:29.299Z Downloaded git2 v0.19.0
9372024-10-14T17:29:29.308Z Downloaded idna v0.5.0
9382024-10-14T17:29:29.315Z Downloaded encoding_rs v0.8.34
9392024-10-14T17:29:29.337Z Downloaded idna v0.4.0
9402024-10-14T17:29:29.344Z Downloaded smallvec v1.13.2
9412024-10-14T17:29:29.347Z Downloaded blake3 v1.5.1
9422024-10-14T17:29:29.354Z Downloaded hkdf v0.12.4
9432024-10-14T17:29:29.358Z Downloaded dropshot_endpoint v0.12.0
9442024-10-14T17:29:29.361Z Downloaded ssh-key v0.6.6
9452024-10-14T17:29:29.367Z Downloaded idna v0.2.3
9462024-10-14T17:29:29.376Z Downloaded peg-macros v0.8.4
9472024-10-14T17:29:29.379Z Downloaded libgit2-sys v0.17.0+1.8.1
9482024-10-14T17:29:29.443Z Downloaded password-hash v0.5.0
9492024-10-14T17:29:29.446Z Downloaded pin-project v1.1.5
9502024-10-14T17:29:29.457Z Downloaded num-bigint-dig v0.8.4
9512024-10-14T17:29:29.463Z Downloaded snafu-derive v0.8.2
9522024-10-14T17:29:29.465Z Downloaded ron v0.7.1
9532024-10-14T17:29:29.469Z Downloaded derive_builder v0.20.0
9542024-10-14T17:29:29.474Z Downloaded schemars v0.8.21
9552024-10-14T17:29:29.486Z Downloaded flagset v0.4.5
9562024-10-14T17:29:29.488Z Downloaded universal-hash v0.5.1
9572024-10-14T17:29:29.488Z Downloaded semver v0.1.20
9582024-10-14T17:29:29.492Z Downloaded structmeta v0.2.0
9592024-10-14T17:29:29.492Z Downloaded aho-corasick v1.1.3
9602024-10-14T17:29:29.497Z Downloaded thiserror-no-std v2.0.2
9612024-10-14T17:29:29.501Z Downloaded take_mut v0.2.2
9622024-10-14T17:29:29.504Z Downloaded socket2 v0.5.7
9632024-10-14T17:29:29.506Z Downloaded tar v0.4.42
9642024-10-14T17:29:29.509Z Downloaded elliptic-curve v0.13.8
9652024-10-14T17:29:29.512Z Downloaded zeroize_derive v1.4.2
9662024-10-14T17:29:29.515Z Downloaded zeroize v1.8.1
9672024-10-14T17:29:29.515Z Downloaded utf-8 v0.7.6
9682024-10-14T17:29:29.517Z Downloaded tracing-attributes v0.1.27
9692024-10-14T17:29:29.520Z Downloaded heapless v0.8.0
9702024-10-14T17:29:29.524Z Downloaded crossterm v0.28.1
9712024-10-14T17:29:29.531Z Downloaded aes v0.8.4
9722024-10-14T17:29:29.535Z Downloaded signal-hook v0.3.17
9732024-10-14T17:29:29.539Z Downloaded env_logger v0.10.2
9742024-10-14T17:29:29.542Z Downloaded derive_builder_core v0.20.0
9752024-10-14T17:29:29.544Z Downloaded crossbeam-channel v0.5.12
9762024-10-14T17:29:29.548Z Downloaded uzers v0.11.3
9772024-10-14T17:29:29.551Z Downloaded thiserror-impl-no-std v2.0.2
9782024-10-14T17:29:29.554Z Downloaded unicode-xid v0.2.4
9792024-10-14T17:29:29.554Z Downloaded parking_lot v0.12.2
9802024-10-14T17:29:29.557Z Downloaded itertools v0.10.5
9812024-10-14T17:29:29.564Z Downloaded powerfmt v0.2.0
9822024-10-14T17:29:29.566Z Downloaded signal-hook-mio v0.2.4
9832024-10-14T17:29:29.566Z Downloaded derive-where v1.2.7
9842024-10-14T17:29:29.570Z Downloaded tracing v0.1.40
9852024-10-14T17:29:29.575Z Downloaded oso v0.27.3
9862024-10-14T17:29:29.581Z Downloaded crypto-bigint v0.5.5
9872024-10-14T17:29:29.589Z Downloaded time-macros v0.2.18
9882024-10-14T17:29:29.592Z Downloaded hyper v0.14.30
9892024-10-14T17:29:29.601Z Downloaded backtrace v0.3.71
9902024-10-14T17:29:29.607Z Downloaded structmeta-derive v0.3.0
9912024-10-14T17:29:29.609Z Downloaded same-file v1.0.6
9922024-10-14T17:29:29.609Z Downloaded diesel_derives v2.2.2
9932024-10-14T17:29:29.614Z Downloaded ed25519-dalek v2.1.1
9942024-10-14T17:29:29.618Z Downloaded const_format v0.2.33
9952024-10-14T17:29:29.623Z Downloaded dhcproto-macros v0.1.0
9962024-10-14T17:29:29.625Z Downloaded ring v0.17.8
9972024-10-14T17:29:29.701Z Downloaded resolv-conf v0.7.0
9982024-10-14T17:29:29.703Z Downloaded rand_xorshift v0.3.0
9992024-10-14T17:29:29.703Z Downloaded rand_seeder v0.3.0
10002024-10-14T17:29:29.707Z Downloaded quinn-udp v0.5.5
10012024-10-14T17:29:29.707Z Downloaded ssh-cipher v0.2.0
10022024-10-14T17:29:29.710Z Downloaded serde-big-array v0.5.1
10032024-10-14T17:29:29.710Z Downloaded slog v2.7.0
10042024-10-14T17:29:29.713Z Downloaded omicron-zone-package v0.11.1
10052024-10-14T17:29:29.717Z Downloaded cc v1.0.97
10062024-10-14T17:29:29.720Z Downloaded xz2 v0.1.7
10072024-10-14T17:29:29.722Z Downloaded fatfs v0.3.6
10082024-10-14T17:29:29.726Z Downloaded phf v0.11.2
10092024-10-14T17:29:29.728Z Downloaded slab v0.4.9
10102024-10-14T17:29:29.731Z Downloaded serde_with_macros v3.11.0
10112024-10-14T17:29:29.733Z Downloaded foreign-types v0.5.0
10122024-10-14T17:29:29.733Z Downloaded foreign-types v0.3.2
10132024-10-14T17:29:29.733Z Downloaded downcast v0.11.0
10142024-10-14T17:29:29.737Z Downloaded whoami v1.5.2
10152024-10-14T17:29:29.737Z Downloaded which v4.4.2
10162024-10-14T17:29:29.740Z Downloaded libz-sys v1.1.16
10172024-10-14T17:29:29.813Z Downloaded diff v0.1.13
10182024-10-14T17:29:29.816Z Downloaded ring v0.16.20
10192024-10-14T17:29:29.905Z Downloaded typify v0.2.0
10202024-10-14T17:29:29.908Z Downloaded pin-project-internal v1.1.5
10212024-10-14T17:29:29.910Z Downloaded allocator-api2 v0.2.18
10222024-10-14T17:29:29.914Z Downloaded getrandom v0.2.14
10232024-10-14T17:29:29.917Z Downloaded strum_macros v0.26.4
10242024-10-14T17:29:29.919Z Downloaded derive_builder_macro v0.20.0
10252024-10-14T17:29:29.919Z Downloaded unicode-truncate v1.0.0
10262024-10-14T17:29:29.922Z Downloaded russh-keys v0.45.0
10272024-10-14T17:29:29.924Z Downloaded base64 v0.21.7
10282024-10-14T17:29:29.927Z Downloaded bytes v1.7.2
10292024-10-14T17:29:29.932Z Downloaded base64 v0.13.1
10302024-10-14T17:29:29.935Z Downloaded siphasher v0.3.11
10312024-10-14T17:29:29.938Z Downloaded zerocopy v0.6.6
10322024-10-14T17:29:29.940Z Downloaded ff v0.13.0
10332024-10-14T17:29:29.943Z Downloaded precomputed-hash v0.1.1
10342024-10-14T17:29:29.943Z Downloaded gethostname v0.5.0
10352024-10-14T17:29:29.943Z Downloaded libsqlite3-sys v0.30.1
10362024-10-14T17:29:30.022Z Downloaded filetime v0.2.25
10372024-10-14T17:29:30.025Z Downloaded enum-as-inner v0.5.1
10382024-10-14T17:29:30.025Z Downloaded serde-hex v0.1.0
10392024-10-14T17:29:30.028Z Downloaded sct v0.7.1
10402024-10-14T17:29:30.031Z Downloaded hmac v0.12.1
10412024-10-14T17:29:30.033Z Downloaded compact_str v0.8.0
10422024-10-14T17:29:30.036Z Downloaded bcs v0.1.6
10432024-10-14T17:29:30.039Z Downloaded proc-macro-crate v1.3.1
10442024-10-14T17:29:30.039Z Downloaded owo-colors v4.1.0
10452024-10-14T17:29:30.041Z Downloaded tokio-stream v0.1.16
10462024-10-14T17:29:30.044Z Downloaded ahash v0.8.11
10472024-10-14T17:29:30.046Z Downloaded slog-envlogger v2.2.0
10482024-10-14T17:29:30.049Z Downloaded rustc-demangle v0.1.24
10492024-10-14T17:29:30.051Z Downloaded fallible-streaming-iterator v0.1.9
10502024-10-14T17:29:30.051Z Downloaded fallible-iterator v0.3.0
10512024-10-14T17:29:30.051Z Downloaded difflib v0.4.0
10522024-10-14T17:29:30.054Z Downloaded async-trait v0.1.83
10532024-10-14T17:29:30.059Z Downloaded indexmap v1.9.3
10542024-10-14T17:29:30.061Z Downloaded aes-gcm v0.10.3
10552024-10-14T17:29:30.064Z Downloaded vsss-rs v3.3.4
10562024-10-14T17:29:30.067Z Downloaded blake2 v0.10.6
10572024-10-14T17:29:30.067Z Downloaded psl-types v2.0.11
10582024-10-14T17:29:30.067Z Downloaded pin-utils v0.1.0
10592024-10-14T17:29:30.070Z Downloaded rustls-pemfile v2.2.0
10602024-10-14T17:29:30.073Z Downloaded hyper-util v0.1.9
10612024-10-14T17:29:30.075Z Downloaded console v0.15.8
10622024-10-14T17:29:30.078Z Downloaded slog-bunyan v2.5.0
10632024-10-14T17:29:30.080Z Downloaded slog-async v2.8.0
10642024-10-14T17:29:30.080Z Downloaded serde_urlencoded v0.7.1
10652024-10-14T17:29:30.083Z Downloaded schemars_derive v0.8.21
10662024-10-14T17:29:30.083Z Downloaded num-rational v0.4.2
10672024-10-14T17:29:30.087Z Downloaded rustfmt-wrapper v0.2.1
10682024-10-14T17:29:30.087Z Downloaded multer v3.1.0
10692024-10-14T17:29:30.090Z Downloaded base64ct v1.6.0
10702024-10-14T17:29:30.090Z Downloaded sqlformat v0.2.6
10712024-10-14T17:29:30.093Z Downloaded num-traits v0.2.19
10722024-10-14T17:29:30.095Z Downloaded cookie_store v0.21.0
10732024-10-14T17:29:30.095Z Downloaded clang-sys v1.7.0
10742024-10-14T17:29:30.098Z Downloaded nanorand v0.7.0
10752024-10-14T17:29:30.101Z Downloaded crossbeam-epoch v0.9.18
10762024-10-14T17:29:30.104Z Downloaded lalrpop-util v0.19.12
10772024-10-14T17:29:30.104Z Downloaded hubpack v0.1.2
10782024-10-14T17:29:30.106Z Downloaded constant_time_eq v0.3.0
10792024-10-14T17:29:30.106Z Downloaded cipher v0.4.4
10802024-10-14T17:29:30.109Z Downloaded bb8 v0.8.5
10812024-10-14T17:29:30.109Z Downloaded bit-vec v0.6.3
10822024-10-14T17:29:30.109Z Downloaded kstat-rs v0.2.4
10832024-10-14T17:29:30.112Z Downloaded md-5 v0.10.6
10842024-10-14T17:29:30.112Z Downloaded maplit v1.0.2
10852024-10-14T17:29:30.116Z Downloaded internet-checksum v0.2.1
10862024-10-14T17:29:30.116Z Downloaded instability v0.3.2
10872024-10-14T17:29:30.116Z Downloaded impl-trait-for-tuples v0.2.2
10882024-10-14T17:29:30.119Z Downloaded crc v3.2.1
10892024-10-14T17:29:30.123Z Downloaded block-padding v0.3.3
10902024-10-14T17:29:30.123Z Downloaded rusty-fork v0.3.0
10912024-10-14T17:29:30.123Z Downloaded arrayvec v0.7.4
10922024-10-14T17:29:30.126Z Downloaded libloading v0.8.3
10932024-10-14T17:29:30.126Z Downloaded ipnet v2.10.1
10942024-10-14T17:29:30.130Z Downloaded nibble_vec v0.1.0
10952024-10-14T17:29:30.130Z Downloaded buf-list v1.0.3
10962024-10-14T17:29:30.130Z Downloaded bitflags v1.3.2
10972024-10-14T17:29:30.133Z Downloaded bcrypt-pbkdf v0.10.0
10982024-10-14T17:29:30.133Z Downloaded adler2 v2.0.0
10992024-10-14T17:29:30.138Z Downloaded num-derive v0.4.2
11002024-10-14T17:29:30.138Z Downloaded indent_write v2.2.0
11012024-10-14T17:29:30.141Z Downloaded httpdate v1.0.3
11022024-10-14T17:29:30.141Z Downloaded assert_matches v1.5.0
11032024-10-14T17:29:30.141Z Downloaded atty v0.2.14
11042024-10-14T17:29:30.141Z Downloaded inout v0.1.3
11052024-10-14T17:29:30.143Z Downloaded iana-time-zone v0.1.60
11062024-10-14T17:29:30.143Z Downloaded cbc v0.1.2
11072024-10-14T17:29:30.146Z Downloaded castaway v0.2.3
11082024-10-14T17:29:30.148Z Downloaded linear-map v1.2.0
11092024-10-14T17:29:30.148Z Downloaded bitfield v0.14.0
11102024-10-14T17:29:30.151Z Downloaded managed v0.8.0
11112024-10-14T17:29:30.151Z Downloaded lazy_static v1.5.0
11122024-10-14T17:29:30.151Z Downloaded ascii-canvas v3.0.0
11132024-10-14T17:29:30.154Z Downloaded new_debug_unreachable v1.0.6
11142024-10-14T17:29:30.154Z Downloaded is_ci v1.2.0
11152024-10-14T17:29:30.154Z Downloaded cstr-argument v0.1.2
11162024-10-14T17:29:30.157Z Downloaded httparse v1.8.0
11172024-10-14T17:29:30.267Z Compiling serde v1.0.210
11182024-10-14T17:29:30.270Z Compiling typenum v1.17.0
11192024-10-14T17:29:30.270Z Compiling generic-array v0.14.7
11202024-10-14T17:29:30.270Z Compiling lock_api v0.4.12
11212024-10-14T17:29:30.270Z Compiling scopeguard v1.2.0
11222024-10-14T17:29:30.464Z Compiling subtle v2.5.0
11232024-10-14T17:29:30.534Z Compiling syn v2.0.79
11242024-10-14T17:29:30.534Z Compiling getrandom v0.2.14
11252024-10-14T17:29:30.575Z Compiling value-bag v1.9.0
11262024-10-14T17:29:30.728Z Compiling rand_core v0.6.4
11272024-10-14T17:29:30.834Z Compiling const-oid v0.9.6
11282024-10-14T17:29:30.957Z Compiling log v0.4.22
11292024-10-14T17:29:30.987Z Compiling jobserver v0.1.32
11302024-10-14T17:29:31.109Z Compiling pin-project-lite v0.2.14
11312024-10-14T17:29:31.242Z Compiling smallvec v1.13.2
11322024-10-14T17:29:31.256Z Compiling parking_lot_core v0.9.10
11332024-10-14T17:29:31.367Z Compiling cc v1.0.97
11342024-10-14T17:29:31.661Z Compiling futures-core v0.3.31
11352024-10-14T17:29:31.802Z Compiling signal-hook-registry v1.4.2
11362024-10-14T17:29:31.881Z Compiling mio v1.0.2
11372024-10-14T17:29:31.932Z Compiling cpufeatures v0.2.12
11382024-10-14T17:29:32.028Z Compiling futures-sink v0.3.31
11392024-10-14T17:29:32.183Z Compiling parking_lot v0.12.2
11402024-10-14T17:29:32.448Z Compiling spin v0.9.8
11412024-10-14T17:29:32.616Z Compiling socket2 v0.5.7
11422024-10-14T17:29:32.774Z Compiling slab v0.4.9
11432024-10-14T17:29:32.854Z Compiling serde_json v1.0.128
11442024-10-14T17:29:33.057Z Compiling futures-channel v0.3.31
11452024-10-14T17:29:33.135Z Compiling futures-io v0.3.31
11462024-10-14T17:29:33.180Z Compiling futures-task v0.3.31
11472024-10-14T17:29:33.227Z Compiling pin-utils v0.1.0
11482024-10-14T17:29:33.325Z Compiling tinyvec_macros v0.1.1
11492024-10-14T17:29:33.422Z Compiling tinyvec v1.6.0
11502024-10-14T17:29:33.449Z Compiling libm v0.2.8
11512024-10-14T17:29:33.468Z Compiling num-traits v0.2.19
11522024-10-14T17:29:33.486Z Compiling unicode-bidi v0.3.15
11532024-10-14T17:29:33.533Z Compiling base64ct v1.6.0
11542024-10-14T17:29:33.597Z Compiling flagset v0.4.5
11552024-10-14T17:29:33.909Z Compiling httparse v1.8.0
11562024-10-14T17:29:34.096Z Compiling pem-rfc7468 v0.7.0
11572024-10-14T17:29:34.147Z Compiling ppv-lite86 v0.2.17
11582024-10-14T17:29:34.380Z Compiling tracing-core v0.1.32
11592024-10-14T17:29:34.894Z Compiling rustls-pki-types v1.9.0
11602024-10-14T17:29:34.985Z Compiling unicode-normalization v0.1.23
11612024-10-14T17:29:35.143Z Compiling rand_chacha v0.3.1
11622024-10-14T17:29:35.420Z Compiling crossbeam-utils v0.8.19
11632024-10-14T17:29:35.705Z Compiling ring v0.17.8
11642024-10-14T17:29:35.876Z Compiling percent-encoding v2.3.1
11652024-10-14T17:29:36.123Z Compiling rand v0.8.5
11662024-10-14T17:29:36.150Z Compiling pkg-config v0.3.30
11672024-10-14T17:29:36.270Z Compiling vcpkg v0.2.15
11682024-10-14T17:29:36.921Z Compiling time-core v0.1.2
11692024-10-14T17:29:38.082Z Compiling untrusted v0.9.0
11702024-10-14T17:29:38.084Z Compiling num-conv v0.1.0
11712024-10-14T17:29:38.084Z Compiling powerfmt v0.2.0
11722024-10-14T17:29:38.084Z Compiling time-macros v0.2.18
11732024-10-14T17:29:38.084Z Compiling deranged v0.3.11
11742024-10-14T17:29:38.085Z Compiling atomic-waker v1.1.2
11752024-10-14T17:29:38.085Z Compiling num_threads v0.1.7
11762024-10-14T17:29:38.085Z Compiling form_urlencoded v1.2.1
11772024-10-14T17:29:38.118Z Compiling slog v2.7.0
11782024-10-14T17:29:38.351Z Compiling rustix v0.38.37
11792024-10-14T17:29:38.590Z Compiling openssl-sys v0.9.103
11802024-10-14T17:29:38.661Z Compiling try-lock v0.2.5
11812024-10-14T17:29:38.796Z Compiling want v0.3.1
11822024-10-14T17:29:38.994Z Compiling httpdate v1.0.3
11832024-10-14T17:29:39.258Z Compiling idna v0.5.0
11842024-10-14T17:29:39.428Z Compiling base64 v0.22.1
11852024-10-14T17:29:39.445Z Compiling foreign-types-shared v0.1.1
11862024-10-14T17:29:39.550Z Compiling rustversion v1.0.17
11872024-10-14T17:29:39.761Z Compiling match_cfg v0.1.0
11882024-10-14T17:29:39.862Z Compiling openssl v0.10.66
11892024-10-14T17:29:39.881Z Compiling tower-service v0.3.2
11902024-10-14T17:29:40.007Z Compiling iana-time-zone v0.1.60
11912024-10-14T17:29:40.178Z Compiling url v2.5.2
11922024-10-14T17:29:40.325Z Compiling hostname v0.3.1
11932024-10-14T17:29:40.451Z Compiling foreign-types v0.3.2
11942024-10-14T17:29:40.543Z Compiling dirs-sys-next v0.1.2
11952024-10-14T17:29:40.565Z Compiling aho-corasick v1.1.3
11962024-10-14T17:29:40.783Z Compiling time v0.3.36
11972024-10-14T17:29:40.825Z Compiling data-encoding v2.6.0
11982024-10-14T17:29:41.207Z Compiling rustls v0.23.10
11992024-10-14T17:29:41.487Z Compiling syn v1.0.109
12002024-10-14T17:29:41.636Z Compiling regex-syntax v0.8.5
12012024-10-14T17:29:42.047Z Compiling rustls v0.22.4
12022024-10-14T17:29:42.095Z Compiling siphasher v0.3.11
12032024-10-14T17:29:42.334Z Compiling native-tls v0.2.11
12042024-10-14T17:29:42.520Z Compiling dirs-next v2.0.0
12052024-10-14T17:29:42.773Z Compiling crossbeam-epoch v0.9.18
12062024-10-14T17:29:43.096Z Compiling serde_derive_internals v0.29.1
12072024-10-14T17:29:43.545Z Compiling backtrace v0.3.71
12082024-10-14T17:29:44.060Z Compiling lazy_static v1.5.0
12092024-10-14T17:29:44.194Z Compiling cookie v0.18.1
12102024-10-14T17:29:44.218Z Compiling encoding_rs v0.8.34
12112024-10-14T17:29:44.496Z Compiling multer v3.1.0
12122024-10-14T17:29:44.790Z Compiling rustls-webpki v0.102.4
12132024-10-14T17:29:45.049Z Compiling serde_derive v1.0.210
12142024-10-14T17:29:45.947Z Compiling zeroize_derive v1.4.2
12152024-10-14T17:29:46.018Z Compiling tokio-macros v2.4.0
12162024-10-14T17:29:46.144Z Compiling thiserror-impl v1.0.64
12172024-10-14T17:29:46.462Z Compiling futures-macro v0.3.31
12182024-10-14T17:29:46.917Z Compiling der_derive v0.7.2
12192024-10-14T17:29:47.603Z Compiling zeroize v1.8.1
12202024-10-14T17:29:47.691Z Compiling tracing-attributes v0.1.27
12212024-10-14T17:29:48.397Z Compiling zerocopy-derive v0.7.34
12222024-10-14T17:29:48.463Z Compiling futures-util v0.3.31
12232024-10-14T17:29:48.757Z Compiling scroll_derive v0.12.0
12242024-10-14T17:29:49.526Z Compiling crypto-common v0.1.6
12252024-10-14T17:29:49.547Z Compiling block-buffer v0.10.4
12262024-10-14T17:29:49.568Z Compiling thiserror v1.0.64
12272024-10-14T17:29:49.707Z Compiling block-padding v0.3.3
12282024-10-14T17:29:49.751Z Compiling der v0.7.9
12292024-10-14T17:29:49.811Z Compiling digest v0.10.7
12302024-10-14T17:29:49.947Z Compiling inout v0.1.3
12312024-10-14T17:29:50.232Z Compiling cipher v0.4.4
12322024-10-14T17:29:50.273Z Compiling hmac v0.12.1
12332024-10-14T17:29:50.303Z Compiling sha2 v0.10.8
12342024-10-14T17:29:50.519Z Compiling pbkdf2 v0.12.2
12352024-10-14T17:29:50.706Z Compiling salsa20 v0.10.2
12362024-10-14T17:29:50.726Z Compiling pest v2.7.10
12372024-10-14T17:29:50.758Z Compiling cbc v0.1.2
12382024-10-14T17:29:50.936Z Compiling scrypt v0.11.0
12392024-10-14T17:29:50.985Z Compiling aes v0.8.4
12402024-10-14T17:29:51.526Z Compiling zerocopy v0.7.34
12412024-10-14T17:29:51.653Z Compiling tracing v0.1.40
12422024-10-14T17:29:52.159Z Compiling spki v0.7.3
12432024-10-14T17:29:52.549Z Compiling pkcs5 v0.7.1
12442024-10-14T17:29:53.142Z Compiling scroll v0.12.0
12452024-10-14T17:29:53.159Z Compiling pkcs8 v0.10.2
12462024-10-14T17:29:53.662Z Compiling pest_meta v2.7.10
12472024-10-14T17:29:53.724Z Compiling goblin v0.8.2
12482024-10-14T17:29:53.801Z Compiling openssl-macros v0.1.1
12492024-10-14T17:29:53.828Z Compiling async-trait v0.1.83
12502024-10-14T17:29:53.879Z Compiling signature v2.2.0
12512024-10-14T17:29:53.899Z Compiling sha1 v0.10.6
12522024-10-14T17:29:54.179Z Compiling regex-automata v0.4.8
12532024-10-14T17:29:54.357Z Compiling thread_local v1.1.8
12542024-10-14T17:29:54.581Z Compiling adler v1.0.2
12552024-10-14T17:29:54.706Z Compiling gimli v0.28.1
12562024-10-14T17:29:54.810Z Compiling either v1.13.0
12572024-10-14T17:29:54.910Z Compiling finl_unicode v1.2.0
12582024-10-14T17:29:55.219Z Compiling pest_generator v2.7.10
12592024-10-14T17:29:55.523Z Compiling rayon-core v1.12.1
12602024-10-14T17:29:55.833Z Compiling signal-hook v0.3.17
12612024-10-14T17:29:56.110Z Compiling openssl-probe v0.1.5
12622024-10-14T17:29:56.483Z Compiling ipnet v2.10.1
12632024-10-14T17:29:56.696Z Compiling paste v1.0.15
12642024-10-14T17:29:57.234Z Compiling schemars v0.8.21
12652024-10-14T17:29:57.255Z Compiling mime v0.3.17
12662024-10-14T17:29:57.597Z Compiling slog-async v2.8.0
12672024-10-14T17:29:57.880Z Compiling stringprep v0.1.4
12682024-10-14T17:29:57.904Z Compiling miniz_oxide v0.7.2
12692024-10-14T17:29:58.210Z Compiling futures-executor v0.3.31
12702024-10-14T17:29:58.704Z Compiling md-5 v0.10.6
12712024-10-14T17:29:58.862Z Compiling pest_derive v2.7.10
12722024-10-14T17:29:58.987Z Compiling addr2line v0.21.0
12732024-10-14T17:29:59.633Z Compiling bytes v1.7.2
12742024-10-14T17:29:59.676Z Compiling indexmap v2.6.0
12752024-10-14T17:29:59.800Z Compiling bitflags v2.6.0
12762024-10-14T17:30:00.239Z Compiling semver v1.0.23
12772024-10-14T17:30:00.976Z Compiling tokio v1.40.0
12782024-10-14T17:30:01.007Z Compiling http v1.1.0
12792024-10-14T17:30:01.110Z Compiling rustc_version v0.4.1
12802024-10-14T17:30:01.912Z Compiling dof v0.3.0
12812024-10-14T17:30:02.786Z Compiling http-body v1.0.0
12822024-10-14T17:30:03.547Z Compiling dtrace-parser v0.2.0
12832024-10-14T17:30:04.088Z Compiling serde_spanned v0.6.7
12842024-10-14T17:30:04.197Z Compiling toml_datetime v0.6.8
12852024-10-14T17:30:04.324Z Compiling serde_tokenstream v0.2.2
12862024-10-14T17:30:04.704Z Compiling uuid v1.10.0
12872024-10-14T17:30:04.962Z Compiling usdt-impl v0.5.0
12882024-10-14T17:30:05.791Z Compiling chrono v0.4.38
12892024-10-14T17:30:06.193Z Compiling http-body-util v0.1.2
12902024-10-14T17:30:06.618Z Compiling heapless v0.7.17
12912024-10-14T17:30:07.138Z Compiling usdt-attr-macro v0.5.0
12922024-10-14T17:30:07.282Z Compiling usdt-macro v0.5.0
12932024-10-14T17:30:08.480Z Compiling toml_edit v0.22.22
12942024-10-14T17:30:08.864Z Compiling curve25519-dalek v4.1.3
12952024-10-14T17:30:08.867Z Compiling slog-json v2.6.1
12962024-10-14T17:30:09.281Z Compiling tokio-util v0.7.12
12972024-10-14T17:30:09.531Z Compiling serde_urlencoded v0.7.1
12982024-10-14T17:30:09.596Z Compiling schemars_derive v0.8.21
12992024-10-14T17:30:09.620Z Compiling enum-as-inner v0.6.0
13002024-10-14T17:30:10.049Z Compiling async-stream-impl v0.3.5
13012024-10-14T17:30:10.709Z Compiling h2 v0.4.6
13022024-10-14T17:30:10.936Z Compiling crossbeam-deque v0.8.5
13032024-10-14T17:30:11.273Z Compiling term v0.7.0
13042024-10-14T17:30:12.924Z Compiling crossbeam-channel v0.5.12
13052024-10-14T17:30:13.073Z Compiling num-integer v0.1.46
13062024-10-14T17:30:13.499Z Compiling idna v0.4.0
13072024-10-14T17:30:13.864Z Compiling idna v0.3.0
13082024-10-14T17:30:14.108Z Compiling rustls-pemfile v2.2.0
13092024-10-14T17:30:14.445Z Compiling hash32 v0.2.1
13102024-10-14T17:30:14.837Z Compiling ff v0.13.0
13112024-10-14T17:30:15.073Z Compiling is-terminal v0.4.12
13122024-10-14T17:30:15.093Z Compiling object v0.32.2
13132024-10-14T17:30:15.209Z Compiling dropshot v0.12.0
13142024-10-14T17:30:15.510Z Compiling smoltcp v0.9.1
13152024-10-14T17:30:15.529Z Compiling take_mut v0.2.2
13162024-10-14T17:30:15.551Z Compiling crc32fast v1.4.0
13172024-10-14T17:30:15.682Z Compiling portable-atomic v1.6.0
13182024-10-14T17:30:16.098Z Compiling num-bigint-dig v0.8.4
13192024-10-14T17:30:16.287Z Compiling stable_deref_trait v1.2.0
13202024-10-14T17:30:16.397Z Compiling psl-types v2.0.11
13212024-10-14T17:30:16.418Z Compiling base16ct v0.2.0
13222024-10-14T17:30:16.573Z Compiling anyhow v1.0.89
13232024-10-14T17:30:16.717Z Compiling fallible-iterator v0.2.0
13242024-10-14T17:30:16.740Z Compiling linked-hash-map v0.5.6
13252024-10-14T17:30:16.743Z Compiling dyn-clone v1.0.17
13262024-10-14T17:30:16.872Z Compiling quick-error v1.2.3
13272024-10-14T17:30:16.978Z Compiling rustc-demangle v0.1.24
13282024-10-14T17:30:17.022Z Compiling utf-8 v0.7.6
13292024-10-14T17:30:17.101Z Compiling lru-cache v0.1.2
13302024-10-14T17:30:17.297Z Compiling tungstenite v0.23.0
13312024-10-14T17:30:17.322Z Compiling resolv-conf v0.7.0
13322024-10-14T17:30:17.388Z Compiling postgres-protocol v0.6.7
13332024-10-14T17:30:17.935Z Compiling hyper v1.4.1
13342024-10-14T17:30:18.208Z Compiling sec1 v0.7.3
13352024-10-14T17:30:18.817Z Compiling publicsuffix v2.2.3
13362024-10-14T17:30:19.848Z Compiling slog-term v2.9.1
13372024-10-14T17:30:20.112Z Compiling usdt v0.5.0
13382024-10-14T17:30:20.421Z Compiling hyper-util v0.1.9
13392024-10-14T17:30:20.633Z Compiling group v0.13.0
13402024-10-14T17:30:20.975Z Compiling hickory-proto v0.24.1
13412024-10-14T17:30:21.110Z Compiling num-iter v0.1.45
13422024-10-14T17:30:21.249Z Compiling tokio-native-tls v0.3.1
13432024-10-14T17:30:21.279Z Compiling toml v0.8.19
13442024-10-14T17:30:21.296Z Compiling async-stream v0.3.5
13452024-10-14T17:30:22.881Z Compiling tokio-rustls v0.25.0
13462024-10-14T17:30:23.028Z Compiling tokio-rustls v0.26.0
13472024-10-14T17:30:23.295Z Compiling slog-bunyan v2.5.0
13482024-10-14T17:30:23.316Z Compiling terminal_size v0.4.0
13492024-10-14T17:30:23.476Z Compiling dropshot_endpoint v0.12.0
13502024-10-14T17:30:23.477Z Compiling openapiv3 v2.0.0
13512024-10-14T17:30:23.518Z Compiling serde_path_to_error v0.1.16
13522024-10-14T17:30:23.540Z Compiling camino v1.1.9
13532024-10-14T17:30:23.647Z Compiling futures v0.3.31
13542024-10-14T17:30:24.553Z Compiling hkdf v0.12.4
13552024-10-14T17:30:24.809Z Compiling crypto-bigint v0.5.5
13562024-10-14T17:30:24.827Z Compiling curve25519-dalek-derive v0.1.1
13572024-10-14T17:30:25.660Z Compiling zerocopy-derive v0.6.6
13582024-10-14T17:30:25.795Z Compiling hubpack_derive v0.1.1
13592024-10-14T17:30:25.864Z Compiling phf_shared v0.11.2
13602024-10-14T17:30:26.250Z Compiling waitgroup v0.1.2
13612024-10-14T17:30:26.406Z Compiling webpki-roots v0.26.3
13622024-10-14T17:30:26.485Z Compiling hostname v0.4.0
13632024-10-14T17:30:26.604Z Compiling ahash v0.8.11
13642024-10-14T17:30:26.739Z Compiling fs-err v2.11.0
13652024-10-14T17:30:26.759Z Compiling managed v0.8.0
13662024-10-14T17:30:26.977Z Compiling debug-ignore v1.0.5
13672024-10-14T17:30:27.058Z Compiling bitflags v1.3.2
13682024-10-14T17:30:27.126Z Compiling winnow v0.5.40
13692024-10-14T17:30:27.164Z Compiling adler2 v2.0.0
13702024-10-14T17:30:27.376Z Compiling miniz_oxide v0.8.0
13712024-10-14T17:30:27.837Z Compiling zerocopy v0.6.6
13722024-10-14T17:30:27.950Z Compiling elliptic-curve v0.13.8
13732024-10-14T17:30:28.738Z Compiling clap_builder v4.5.20
13742024-10-14T17:30:28.990Z Compiling console v0.15.8
13752024-10-14T17:30:29.041Z Compiling hubpack v0.1.2
13762024-10-14T17:30:29.337Z Compiling hyper-rustls v0.27.3
13772024-10-14T17:30:29.518Z Compiling hickory-resolver v0.24.1
13782024-10-14T17:30:30.558Z Compiling phf v0.11.2
13792024-10-14T17:30:30.859Z Compiling toml_edit v0.19.15
13802024-10-14T17:30:30.932Z Compiling signal-hook-mio v0.2.4
13812024-10-14T17:30:31.105Z Compiling hyper-tls v0.6.0
13822024-10-14T17:30:31.425Z Compiling rayon v1.10.0
13832024-10-14T17:30:31.513Z Compiling cookie_store v0.21.0
13842024-10-14T17:30:33.447Z Compiling tokio-tungstenite v0.23.1
13852024-10-14T17:30:35.416Z Compiling postgres-types v0.2.8
13862024-10-14T17:30:36.328Z Compiling tokio-stream v0.1.16
13872024-10-14T17:30:36.455Z Compiling bstr v1.9.1
13882024-10-14T17:30:36.976Z Compiling regex v1.11.0
13892024-10-14T17:30:37.406Z Compiling serde-big-array v0.5.1
13902024-10-14T17:30:37.640Z Compiling ed25519 v2.2.3
13912024-10-14T17:30:37.851Z Compiling pkcs1 v0.7.5
13922024-10-14T17:30:38.086Z Compiling rfc6979 v0.4.0
13932024-10-14T17:30:38.168Z Compiling clap_derive v4.5.18
13942024-10-14T17:30:38.229Z Compiling strum_macros v0.25.3
13952024-10-14T17:30:38.269Z Compiling serde_repr v0.1.19
13962024-10-14T17:30:38.290Z Compiling derive-where v1.2.7
13972024-10-14T17:30:38.886Z Compiling phf_shared v0.10.0
13982024-10-14T17:30:38.890Z Compiling float-cmp v0.9.0
13992024-10-14T17:30:39.137Z Compiling sync_wrapper v1.0.1
14002024-10-14T17:30:39.286Z Compiling number_prefix v0.4.0
14012024-10-14T17:30:39.307Z Compiling bit-vec v0.6.3
14022024-10-14T17:30:39.520Z Compiling new_debug_unreachable v1.0.6
14032024-10-14T17:30:39.540Z Compiling static_assertions v1.1.0
14042024-10-14T17:30:39.621Z Compiling predicates-core v1.0.6
14052024-10-14T17:30:39.641Z Compiling difflib v0.4.0
14062024-10-14T17:30:39.706Z Compiling minimal-lexical v0.2.1
14072024-10-14T17:30:39.753Z Compiling unicode-segmentation v1.11.0
14082024-10-14T17:30:39.966Z Compiling normalize-line-endings v0.3.0
14092024-10-14T17:30:40.098Z Compiling whoami v1.5.2
14102024-10-14T17:30:40.223Z Compiling precomputed-hash v0.1.1
14112024-10-14T17:30:40.341Z Compiling fixedbitset v0.4.2
14122024-10-14T17:30:40.617Z Compiling similar v2.6.0
14132024-10-14T17:30:40.726Z Compiling petgraph v0.6.5
14142024-10-14T17:30:40.831Z Compiling tokio-postgres v0.7.12
14152024-10-14T17:30:41.225Z Compiling string_cache v0.8.7
14162024-10-14T17:30:41.719Z Compiling nom v7.1.3
14172024-10-14T17:30:41.929Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14182024-10-14T17:30:42.370Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14192024-10-14T17:30:43.071Z Compiling predicates v3.1.2
14202024-10-14T17:30:43.297Z Compiling clap v4.5.20
14212024-10-14T17:30:43.420Z Compiling bit-set v0.5.3
14222024-10-14T17:30:43.703Z Compiling indicatif v0.17.8
14232024-10-14T17:30:44.813Z Compiling reqwest v0.12.8
14242024-10-14T17:30:44.867Z Compiling rsa v0.9.6
14252024-10-14T17:30:45.527Z Compiling ecdsa v0.16.9
14262024-10-14T17:30:45.996Z Compiling ed25519-dalek v2.1.1
14272024-10-14T17:30:46.405Z Compiling toml v0.7.8
14282024-10-14T17:30:46.621Z Compiling flate2 v1.0.34
14292024-10-14T17:30:46.799Z Compiling crossterm v0.28.1
14302024-10-14T17:30:48.007Z Compiling hex v0.4.3
14312024-10-14T17:30:48.128Z Compiling itertools v0.12.1
14322024-10-14T17:30:48.171Z Compiling itertools v0.10.5
14332024-10-14T17:30:48.507Z Compiling x509-cert v0.2.5
14342024-10-14T17:30:48.595Z Compiling lalrpop-util v0.19.12
14352024-10-14T17:30:48.980Z Compiling unicode-xid v0.2.4
14362024-10-14T17:30:49.169Z Compiling peg-runtime v0.8.3
14372024-10-14T17:30:49.376Z Compiling xattr v1.3.1
14382024-10-14T17:30:49.664Z Compiling strum_macros v0.26.4
14392024-10-14T17:30:49.815Z Compiling filetime v0.2.25
14402024-10-14T17:30:50.130Z Compiling tar v0.4.42
14412024-10-14T17:30:53.303Z Compiling strum v0.26.3
14422024-10-14T17:30:53.600Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14432024-10-14T17:30:53.874Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14442024-10-14T17:30:59.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14452024-10-14T17:30:59.276Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14462024-10-14T17:30:59.327ZOct 14 17:30:58.553 INFO Starting download, target: Clickhouse
14472024-10-14T17:30:59.327ZOct 14 17:30:58.554 INFO Starting download, target: Console
14482024-10-14T17:30:59.327ZOct 14 17:30:58.554 INFO Starting download, target: DendriteStub
14492024-10-14T17:30:59.330ZOct 14 17:30:58.554 INFO Starting download, target: DendriteOpenapi
14502024-10-14T17:30:59.330ZOct 14 17:30:58.554 INFO Starting download, target: Cockroach
14512024-10-14T17:30:59.330ZOct 14 17:30:58.554 INFO Starting download, target: MaghemiteMgd
14522024-10-14T17:30:59.330ZOct 14 17:30:58.554 INFO Starting download, target: TransceiverControl
14532024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14542024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14552024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14562024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14572024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14582024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14592024-10-14T17:30:59.330ZOct 14 17:30:58.555 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14602024-10-14T17:30:59.567ZOct 14 17:30:58.782 INFO Download complete, target: DendriteOpenapi
14612024-10-14T17:30:59.742ZOct 14 17:30:58.967 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14622024-10-14T17:31:00.150ZOct 14 17:30:59.077 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14632024-10-14T17:31:00.159ZOct 14 17:30:59.327 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14642024-10-14T17:31:00.159ZOct 14 17:30:59.339 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14652024-10-14T17:31:00.243ZOct 14 17:30:59.470 INFO Download complete, target: Console
14662024-10-14T17:31:00.460ZOct 14 17:30:59.685 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14672024-10-14T17:31:00.460ZOct 14 17:30:59.685 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14682024-10-14T17:31:00.532ZOct 14 17:30:59.759 INFO Download complete, target: TransceiverControl
14692024-10-14T17:31:01.250ZOct 14 17:31:00.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14702024-10-14T17:31:03.207ZOct 14 17:31:02.433 INFO Download complete, target: DendriteStub
14712024-10-14T17:31:03.426ZOct 14 17:31:02.637 INFO Download complete, target: MaghemiteMgd
14722024-10-14T17:31:08.870ZOct 14 17:31:08.096 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14732024-10-14T17:31:09.187ZOct 14 17:31:08.413 INFO Checking that binary works, target: Cockroach
14742024-10-14T17:31:09.349ZOct 14 17:31:08.575 INFO Download complete, target: Cockroach
14752024-10-14T17:31:15.531ZOct 14 17:31:14.756 INFO Checking that binary works, target: Clickhouse
14762024-10-14T17:31:15.710ZOct 14 17:31:14.924 INFO Download complete, target: Clickhouse
14772024-10-14T17:31:15.731ZAll builder prerequisites installed successfully, and PATH looks valid
14782024-10-14T17:31:15.739Z
14792024-10-14T17:31:15.739Zreal 3:52.618446658
14802024-10-14T17:31:15.740Zuser 12:54.837898905
14812024-10-14T17:31:15.740Zsys 2:42.768237555
14822024-10-14T17:31:15.740Ztrap 0.450740708
14832024-10-14T17:31:15.740Ztflt 1.599126549
14842024-10-14T17:31:15.740Zdflt 1.637636853
14852024-10-14T17:31:15.740Zkflt 0.024417475
14862024-10-14T17:31:15.740Zlock 25:58.815466979
14872024-10-14T17:31:15.740Zslp 49:20.767542212
14882024-10-14T17:31:15.740Zlat 48.479368062
14892024-10-14T17:31:15.741Zstop 2:05.276352129
14902024-10-14T17:31:15.741Z+ banner hack-check
14912024-10-14T17:31:15.741Z
14922024-10-14T17:31:15.741Z # # ## #### # # #### # # ###### #### # #
14932024-10-14T17:31:15.741Z # # # # # # # # # # # # # # # # #
14942024-10-14T17:31:15.741Z ###### # # # #### ##### # ###### ##### # ####
14952024-10-14T17:31:15.741Z # # ###### # # # # # # # # # #
14962024-10-14T17:31:15.741Z # # # # # # # # # # # # # # # # #
14972024-10-14T17:31:15.741Z # # # # #### # # #### # # ###### #### # #
14982024-10-14T17:31:15.741Z
14992024-10-14T17:31:15.742Z+ export CARGO_INCREMENTAL=0
15002024-10-14T17:31:15.742Z+ CARGO_INCREMENTAL=0
15012024-10-14T17:31:15.742Z+ ptime -m timeout 2h cargo xtask check-features --ci
15022024-10-14T17:31:16.327Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15032024-10-14T17:31:20.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
15042024-10-14T17:31:20.498Z Running `target/debug/xtask check-features --ci`
15052024-10-14T17:31:20.519Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15062024-10-14T17:31:20.521Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15072024-10-14T17:31:21.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15082024-10-14T17:31:21.043Z Running `target/debug/xtask download cargo-hack`
15092024-10-14T17:31:21.918Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15102024-10-14T17:31:22.302Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15112024-10-14T17:31:26.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
15122024-10-14T17:31:26.972Z Running `target/debug/xtask-downloader cargo-hack`
15132024-10-14T17:31:27.009ZOct 14 17:31:26.233 INFO Starting download, target: CargoHack
15142024-10-14T17:31:27.019ZOct 14 17:31:26.233 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15152024-10-14T17:31:27.674ZOct 14 17:31:26.899 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15162024-10-14T17:31:27.778ZOct 14 17:31:27.002 INFO Download complete, target: CargoHack
15172024-10-14T17:31:27.782Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15182024-10-14T17:31:27.798Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15192024-10-14T17:31:27.967Zinfo: running `cargo check --bins` on api_identity (1/166)
15202024-10-14T17:31:28.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-10-14T17:31:28.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-10-14T17:31:28.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-10-14T17:31:28.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15242024-10-14T17:31:28.613Z
15252024-10-14T17:31:28.613Zinfo: running `cargo check --bins` on bootstore (2/166)
15262024-10-14T17:31:29.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-10-14T17:31:29.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-10-14T17:31:29.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-10-14T17:31:29.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15302024-10-14T17:31:29.306Z
15312024-10-14T17:31:29.306Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15322024-10-14T17:31:29.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-10-14T17:31:29.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-10-14T17:31:29.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-10-14T17:31:29.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15362024-10-14T17:31:29.972Z
15372024-10-14T17:31:29.973Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15382024-10-14T17:31:30.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-10-14T17:31:30.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-10-14T17:31:30.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-10-14T17:31:30.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15422024-10-14T17:31:30.644Z
15432024-10-14T17:31:30.644Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15442024-10-14T17:31:31.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-10-14T17:31:31.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-10-14T17:31:31.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-10-14T17:31:31.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15482024-10-14T17:31:31.119Z
15492024-10-14T17:31:31.119Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15502024-10-14T17:31:31.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-10-14T17:31:31.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-10-14T17:31:31.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-10-14T17:31:31.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15542024-10-14T17:31:31.607Z
15552024-10-14T17:31:31.607Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15562024-10-14T17:31:32.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-10-14T17:31:32.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-10-14T17:31:32.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-10-14T17:31:32.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15602024-10-14T17:31:32.078Z
15612024-10-14T17:31:32.078Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15622024-10-14T17:31:32.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-10-14T17:31:32.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-10-14T17:31:32.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-10-14T17:31:32.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15662024-10-14T17:31:32.546Z
15672024-10-14T17:31:32.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15682024-10-14T17:31:32.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-10-14T17:31:32.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-10-14T17:31:32.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-10-14T17:31:32.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15722024-10-14T17:31:33.026Z
15732024-10-14T17:31:33.026Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15742024-10-14T17:31:33.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-10-14T17:31:33.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-10-14T17:31:33.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-10-14T17:31:33.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15782024-10-14T17:31:33.504Z
15792024-10-14T17:31:33.504Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15802024-10-14T17:31:33.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-10-14T17:31:33.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-10-14T17:31:33.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-10-14T17:31:33.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15842024-10-14T17:31:33.994Z
15852024-10-14T17:31:33.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15862024-10-14T17:31:34.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-10-14T17:31:34.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-10-14T17:31:34.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-10-14T17:31:34.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15902024-10-14T17:31:34.470Z
15912024-10-14T17:31:34.470Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
15922024-10-14T17:31:34.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-10-14T17:31:34.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-10-14T17:31:34.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-10-14T17:31:34.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15962024-10-14T17:31:34.944Z
15972024-10-14T17:31:34.944Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
15982024-10-14T17:31:35.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-10-14T17:31:35.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-10-14T17:31:35.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-10-14T17:31:35.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16022024-10-14T17:31:35.423Z
16032024-10-14T17:31:35.423Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16042024-10-14T17:31:35.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-10-14T17:31:35.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-10-14T17:31:35.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-10-14T17:31:35.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16082024-10-14T17:31:35.907Z
16092024-10-14T17:31:35.907Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16102024-10-14T17:31:36.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-10-14T17:31:36.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-10-14T17:31:36.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-10-14T17:31:36.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16142024-10-14T17:31:36.384Z
16152024-10-14T17:31:36.384Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16162024-10-14T17:31:36.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-10-14T17:31:36.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-10-14T17:31:36.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-10-14T17:31:36.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16202024-10-14T17:31:36.856Z
16212024-10-14T17:31:36.857Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16222024-10-14T17:31:37.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-10-14T17:31:37.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-10-14T17:31:37.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-10-14T17:31:37.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16262024-10-14T17:31:37.340Z
16272024-10-14T17:31:37.340Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16282024-10-14T17:31:37.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-10-14T17:31:37.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-10-14T17:31:37.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-10-14T17:31:37.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16322024-10-14T17:31:37.840Z
16332024-10-14T17:31:37.840Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16342024-10-14T17:31:38.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-10-14T17:31:38.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-10-14T17:31:38.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-10-14T17:31:38.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16382024-10-14T17:31:38.319Z
16392024-10-14T17:31:38.319Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16402024-10-14T17:31:38.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-10-14T17:31:38.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-10-14T17:31:38.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-10-14T17:31:38.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16442024-10-14T17:31:38.797Z
16452024-10-14T17:31:38.797Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16462024-10-14T17:31:39.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-10-14T17:31:39.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-10-14T17:31:39.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-10-14T17:31:39.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16502024-10-14T17:31:39.284Z
16512024-10-14T17:31:39.284Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16522024-10-14T17:31:39.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-10-14T17:31:39.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-10-14T17:31:39.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-10-14T17:31:39.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16562024-10-14T17:31:39.777Z
16572024-10-14T17:31:39.777Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16582024-10-14T17:31:40.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-10-14T17:31:40.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-10-14T17:31:40.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-10-14T17:31:40.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16622024-10-14T17:31:40.254Z
16632024-10-14T17:31:40.254Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16642024-10-14T17:31:40.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-10-14T17:31:40.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-10-14T17:31:40.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-10-14T17:31:40.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16682024-10-14T17:31:40.926Z
16692024-10-14T17:31:40.926Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16702024-10-14T17:31:41.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-10-14T17:31:41.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-10-14T17:31:41.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-10-14T17:31:41.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16742024-10-14T17:31:41.595Z
16752024-10-14T17:31:41.595Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16762024-10-14T17:31:42.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-10-14T17:31:42.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-10-14T17:31:42.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-10-14T17:31:42.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16802024-10-14T17:31:42.269Z
16812024-10-14T17:31:42.269Zinfo: running `cargo check --bins` on oxlog (28/166)
16822024-10-14T17:31:42.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-10-14T17:31:42.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-10-14T17:31:42.926Z Checking cfg-if v1.0.0
16852024-10-14T17:31:42.928Z Checking libc v0.2.159
16862024-10-14T17:31:43.029Z Checking serde v1.0.210
16872024-10-14T17:31:43.032Z Checking zeroize v1.8.1
16882024-10-14T17:31:43.039Z Checking memchr v2.7.2
16892024-10-14T17:31:43.058Z Checking typenum v1.17.0
16902024-10-14T17:31:43.061Z Checking scopeguard v1.2.0
16912024-10-14T17:31:43.061Z Checking subtle v2.5.0
16922024-10-14T17:31:43.098Z Checking value-bag v1.9.0
16932024-10-14T17:31:43.205Z Checking lock_api v0.4.12
16942024-10-14T17:31:43.282Z Checking const-oid v0.9.6
16952024-10-14T17:31:43.325Z Checking itoa v1.0.11
16962024-10-14T17:31:43.508Z Checking log v0.4.22
16972024-10-14T17:31:43.551Z Checking pin-project-lite v0.2.14
16982024-10-14T17:31:43.599Z Checking smallvec v1.13.2
16992024-10-14T17:31:43.664Z Checking futures-core v0.3.31
17002024-10-14T17:31:43.849Z Checking once_cell v1.20.2
17012024-10-14T17:31:43.924Z Checking cpufeatures v0.2.12
17022024-10-14T17:31:43.940Z Checking futures-sink v0.3.31
17032024-10-14T17:31:43.993Z Checking spin v0.9.8
17042024-10-14T17:31:44.012Z Checking byteorder v1.5.0
17052024-10-14T17:31:44.078Z Checking slab v0.4.9
17062024-10-14T17:31:44.144Z Checking futures-channel v0.3.31
17072024-10-14T17:31:44.160Z Checking getrandom v0.2.14
17082024-10-14T17:31:44.338Z Checking parking_lot_core v0.9.10
17092024-10-14T17:31:44.361Z Checking signal-hook-registry v1.4.2
17102024-10-14T17:31:44.381Z Checking generic-array v0.14.7
17112024-10-14T17:31:44.406Z Checking mio v1.0.2
17122024-10-14T17:31:44.409Z Checking rand_core v0.6.4
17132024-10-14T17:31:44.485Z Checking socket2 v0.5.7
17142024-10-14T17:31:44.587Z Checking tinyvec_macros v0.1.1
17152024-10-14T17:31:44.670Z Checking futures-io v0.3.31
17162024-10-14T17:31:44.688Z Checking parking_lot v0.12.2
17172024-10-14T17:31:44.703Z Checking pin-utils v0.1.0
17182024-10-14T17:31:44.795Z Checking futures-task v0.3.31
17192024-10-14T17:31:44.844Z Checking tinyvec v1.6.0
17202024-10-14T17:31:44.945Z Checking equivalent v1.0.1
17212024-10-14T17:31:45.019Z Checking hashbrown v0.15.0
17222024-10-14T17:31:45.034Z Checking futures-util v0.3.31
17232024-10-14T17:31:45.037Z Checking ryu v1.0.18
17242024-10-14T17:31:45.063Z Checking fnv v1.0.7
17252024-10-14T17:31:45.137Z Checking unicode-bidi v0.3.15
17262024-10-14T17:31:45.178Z Checking libm v0.2.8
17272024-10-14T17:31:45.281Z Checking base64ct v1.6.0
17282024-10-14T17:31:45.513Z Checking crypto-common v0.1.6
17292024-10-14T17:31:45.701Z Checking block-buffer v0.10.4
17302024-10-14T17:31:45.736Z Checking block-padding v0.3.3
17312024-10-14T17:31:45.751Z Checking pem-rfc7468 v0.7.0
17322024-10-14T17:31:45.912Z Checking digest v0.10.7
17332024-10-14T17:31:45.936Z Checking inout v0.1.3
17342024-10-14T17:31:46.012Z Checking ppv-lite86 v0.2.17
17352024-10-14T17:31:46.049Z Checking flagset v0.4.5
17362024-10-14T17:31:46.052Z Checking num-traits v0.2.19
17372024-10-14T17:31:46.157Z Checking unicode-normalization v0.1.23
17382024-10-14T17:31:46.174Z Checking cipher v0.4.4
17392024-10-14T17:31:46.250Z Checking der v0.7.9
17402024-10-14T17:31:46.280Z Checking hmac v0.12.1
17412024-10-14T17:31:46.474Z Checking sha2 v0.10.8
17422024-10-14T17:31:46.577Z Checking tracing-core v0.1.32
17432024-10-14T17:31:46.727Z Checking rand_chacha v0.3.1
17442024-10-14T17:31:47.010Z Checking thiserror v1.0.64
17452024-10-14T17:31:47.057Z Checking percent-encoding v2.3.1
17462024-10-14T17:31:47.108Z Checking rustls-pki-types v1.9.0
17472024-10-14T17:31:47.139Z Checking rand v0.8.5
17482024-10-14T17:31:47.363Z Checking tracing v0.1.40
17492024-10-14T17:31:47.370Z Checking salsa20 v0.10.2
17502024-10-14T17:31:47.475Z Checking pbkdf2 v0.12.2
17512024-10-14T17:31:47.547Z Checking httparse v1.8.0
17522024-10-14T17:31:47.645Z Checking powerfmt v0.2.0
17532024-10-14T17:31:47.677Z Checking untrusted v0.9.0
17542024-10-14T17:31:47.833Z Checking ring v0.17.8
17552024-10-14T17:31:47.833Z Checking scrypt v0.11.0
17562024-10-14T17:31:47.904Z Checking deranged v0.3.11
17572024-10-14T17:31:47.942Z Checking aes v0.8.4
17582024-10-14T17:31:48.004Z Checking bytes v1.7.2
17592024-10-14T17:31:48.040Z Checking indexmap v2.6.0
17602024-10-14T17:31:48.089Z Checking serde_json v1.0.128
17612024-10-14T17:31:48.379Z Checking bitflags v2.6.0
17622024-10-14T17:31:48.691Z Checking spki v0.7.3
17632024-10-14T17:31:48.790Z Checking tokio v1.40.0
17642024-10-14T17:31:48.846Z Checking http v1.1.0
17652024-10-14T17:31:48.974Z Checking cbc v0.1.2
17662024-10-14T17:31:49.185Z Checking crossbeam-utils v0.8.19
17672024-10-14T17:31:49.359Z Checking num-conv v0.1.0
17682024-10-14T17:31:49.596Z Checking num_threads v0.1.7
17692024-10-14T17:31:49.669Z Checking atomic-waker v1.1.2
17702024-10-14T17:31:49.671Z Checking time-core v0.1.2
17712024-10-14T17:31:49.712Z Checking rustls-webpki v0.102.4
17722024-10-14T17:31:49.795Z Checking pkcs5 v0.7.1
17732024-10-14T17:31:49.810Z Checking form_urlencoded v1.2.1
17742024-10-14T17:31:49.824Z Checking time v0.3.36
17752024-10-14T17:31:49.895Z Checking try-lock v0.2.5
17762024-10-14T17:31:50.003Z Checking unicode-ident v1.0.13
17772024-10-14T17:31:50.027Z Checking want v0.3.1
17782024-10-14T17:31:50.131Z Checking httpdate v1.0.3
17792024-10-14T17:31:50.157Z Checking http-body v1.0.0
17802024-10-14T17:31:50.173Z Checking proc-macro2 v1.0.87
17812024-10-14T17:31:50.204Z Checking serde_spanned v0.6.7
17822024-10-14T17:31:50.284Z Checking pkcs8 v0.10.2
17832024-10-14T17:31:50.347Z Checking toml_datetime v0.6.8
17842024-10-14T17:31:50.363Z Checking uuid v1.10.0
17852024-10-14T17:31:50.385Z Checking idna v0.5.0
17862024-10-14T17:31:50.467Z Checking zerocopy v0.7.34
17872024-10-14T17:31:50.597Z Checking slog v2.7.0
17882024-10-14T17:31:50.629Z Checking scroll v0.12.0
17892024-10-14T17:31:50.848Z Checking tower-service v0.3.2
17902024-10-14T17:31:50.972Z Checking base64 v0.22.1
17912024-10-14T17:31:50.986Z Checking ucd-trie v0.1.6
17922024-10-14T17:31:51.073Z Checking plain v0.2.3
17932024-10-14T17:31:51.112Z Checking foreign-types-shared v0.1.1
17942024-10-14T17:31:51.209Z Checking match_cfg v0.1.0
17952024-10-14T17:31:51.226Z Checking iana-time-zone v0.1.60
17962024-10-14T17:31:51.241Z Checking goblin v0.8.2
17972024-10-14T17:31:51.266Z Checking url v2.5.2
17982024-10-14T17:31:51.299Z Checking hostname v0.3.1
17992024-10-14T17:31:51.370Z Checking chrono v0.4.38
18002024-10-14T17:31:51.428Z Checking foreign-types v0.3.2
18012024-10-14T17:31:51.470Z Checking pest v2.7.10
18022024-10-14T17:31:51.525Z Checking quote v1.0.37
18032024-10-14T17:31:51.874Z Checking openssl-sys v0.9.103
18042024-10-14T17:31:51.912Z Checking dirs-sys-next v0.1.2
18052024-10-14T17:31:52.078Z Checking errno v0.3.9
18062024-10-14T17:31:52.082Z Checking aho-corasick v1.1.3
18072024-10-14T17:31:52.244Z Checking regex-syntax v0.8.5
18082024-10-14T17:31:52.276Z Checking siphasher v0.3.11
18092024-10-14T17:31:52.575Z Checking pretty-hex v0.4.1
18102024-10-14T17:31:52.757Z Checking data-encoding v2.6.0
18112024-10-14T17:31:53.173Z Checking openssl v0.10.66
18122024-10-14T17:31:53.408Z Checking rustix v0.38.37
18132024-10-14T17:31:53.480Z Checking dirs-next v2.0.0
18142024-10-14T17:31:53.612Z Checking syn v2.0.79
18152024-10-14T17:31:53.751Z Checking http-body-util v0.1.2
18162024-10-14T17:31:53.942Z Checking dtrace-parser v0.2.0
18172024-10-14T17:31:54.227Z Checking crossbeam-epoch v0.9.18
18182024-10-14T17:31:54.445Z Checking signature v2.2.0
18192024-10-14T17:31:54.633Z Checking sha1 v0.10.6
18202024-10-14T17:31:54.653Z Checking lazy_static v1.5.0
18212024-10-14T17:31:54.767Z Checking thread-id v4.2.1
18222024-10-14T17:31:54.883Z Checking thread_local v1.1.8
18232024-10-14T17:31:54.905Z Checking encoding_rs v0.8.34
18242024-10-14T17:31:55.176Z Checking utf8parse v0.2.1
18252024-10-14T17:31:55.321Z Checking anstyle v1.0.8
18262024-10-14T17:31:55.485Z Checking regex-automata v0.4.8
18272024-10-14T17:31:55.646Z Checking either v1.13.0
18282024-10-14T17:31:55.780Z Checking tokio-util v0.7.12
18292024-10-14T17:31:56.023Z Checking finl_unicode v1.2.0
18302024-10-14T17:31:56.199Z Checking dof v0.3.0
18312024-10-14T17:31:56.630Z Checking gimli v0.28.1
18322024-10-14T17:31:56.741Z Checking h2 v0.4.6
18332024-10-14T17:31:56.847Z Checking mime v0.3.17
18342024-10-14T17:31:56.907Z Checking winnow v0.6.18
18352024-10-14T17:31:57.182Z Checking adler v1.0.2
18362024-10-14T17:31:57.204Z Checking ipnet v2.10.1
18372024-10-14T17:31:57.325Z Checking openssl-probe v0.1.5
18382024-10-14T17:31:57.485Z Checking miniz_oxide v0.7.2
18392024-10-14T17:31:57.665Z Checking stringprep v0.1.4
18402024-10-14T17:31:57.915Z Checking anstyle-parse v0.2.4
18412024-10-14T17:31:57.933Z Checking crossbeam-deque v0.8.5
18422024-10-14T17:31:58.194Z Checking term v0.7.0
18432024-10-14T17:31:58.244Z Checking slog-json v2.6.1
18442024-10-14T17:31:58.491Z Checking rustls v0.22.4
18452024-10-14T17:31:58.635Z Checking rustls v0.23.10
18462024-10-14T17:31:58.648Z Checking native-tls v0.2.11
18472024-10-14T17:31:58.972Z Checking futures-executor v0.3.31
18482024-10-14T17:31:59.186Z Checking serde_urlencoded v0.7.1
18492024-10-14T17:31:59.609Z Checking crossbeam-channel v0.5.12
18502024-10-14T17:31:59.802Z Checking toml_edit v0.22.22
18512024-10-14T17:31:59.984Z Checking usdt-impl v0.5.0
18522024-10-14T17:32:00.128Z Checking num-integer v0.1.46
18532024-10-14T17:32:00.333Z Checking rustls-pemfile v2.2.0
18542024-10-14T17:32:00.518Z Checking idna v0.3.0
18552024-10-14T17:32:00.532Z Checking addr2line v0.21.0
18562024-10-14T17:32:00.545Z Checking idna v0.4.0
18572024-10-14T17:32:00.633Z Checking md-5 v0.10.6
18582024-10-14T17:32:00.861Z Checking ff v0.13.0
18592024-10-14T17:32:01.005Z Checking hash32 v0.2.1
18602024-10-14T17:32:01.070Z Checking memmap v0.7.0
18612024-10-14T17:32:01.272Z Checking is-terminal v0.4.12
18622024-10-14T17:32:01.324Z Checking object v0.32.2
18632024-10-14T17:32:01.394Z Checking rustc-demangle v0.1.24
18642024-10-14T17:32:01.394Z Checking base16ct v0.2.0
18652024-10-14T17:32:01.424Z Checking quick-error v1.2.3
18662024-10-14T17:32:01.560Z Checking take_mut v0.2.2
18672024-10-14T17:32:01.599Z Checking fallible-iterator v0.2.0
18682024-10-14T17:32:01.705Z Checking is_terminal_polyfill v1.70.0
18692024-10-14T17:32:01.799Z Checking utf-8 v0.7.6
18702024-10-14T17:32:01.824Z Checking psl-types v2.0.11
18712024-10-14T17:32:01.988Z Checking dyn-clone v1.0.17
18722024-10-14T17:32:02.007Z Checking anstyle-query v1.0.3
18732024-10-14T17:32:02.087Z Checking linked-hash-map v0.5.6
18742024-10-14T17:32:02.122Z Checking stable_deref_trait v1.2.0
18752024-10-14T17:32:02.124Z Checking colorchoice v1.0.1
18762024-10-14T17:32:02.204Z Checking postgres-protocol v0.6.7
18772024-10-14T17:32:02.219Z Checking heapless v0.7.17
18782024-10-14T17:32:02.262Z Checking anstream v0.6.14
18792024-10-14T17:32:02.393Z Checking lru-cache v0.1.2
18802024-10-14T17:32:02.431Z Checking toml v0.8.19
18812024-10-14T17:32:02.569Z Checking schemars v0.8.21
18822024-10-14T17:32:02.636Z Checking tokio-rustls v0.25.0
18832024-10-14T17:32:02.850Z Checking publicsuffix v2.2.3
18842024-10-14T17:32:02.969Z Checking hyper v1.4.1
18852024-10-14T17:32:03.028Z Checking tungstenite v0.23.0
18862024-10-14T17:32:03.102Z Checking slog-async v2.8.0
18872024-10-14T17:32:03.178Z Checking sec1 v0.7.3
18882024-10-14T17:32:03.214Z Checking resolv-conf v0.7.0
18892024-10-14T17:32:03.389Z Checking hickory-proto v0.24.1
18902024-10-14T17:32:03.535Z Checking tokio-rustls v0.26.0
18912024-10-14T17:32:03.549Z Checking slog-term v2.9.1
18922024-10-14T17:32:03.576Z Checking usdt v0.5.0
18932024-10-14T17:32:03.832Z Checking group v0.13.0
18942024-10-14T17:32:03.905Z Checking num-iter v0.1.45
18952024-10-14T17:32:03.924Z Checking futures v0.3.31
18962024-10-14T17:32:04.021Z Checking tokio-native-tls v0.3.1
18972024-10-14T17:32:04.037Z Checking slog-bunyan v2.5.0
18982024-10-14T17:32:04.081Z Checking rayon-core v1.12.1
18992024-10-14T17:32:04.096Z Checking multer v3.1.0
19002024-10-14T17:32:04.175Z Checking terminal_size v0.4.0
19012024-10-14T17:32:04.193Z Checking phf_shared v0.11.2
19022024-10-14T17:32:04.267Z Checking cookie v0.18.1
19032024-10-14T17:32:04.342Z Checking async-stream v0.3.5
19042024-10-14T17:32:04.466Z Checking openapiv3 v2.0.0
19052024-10-14T17:32:04.505Z Checking signal-hook v0.3.17
19062024-10-14T17:32:04.538Z Checking camino v1.1.9
19072024-10-14T17:32:04.748Z Checking waitgroup v0.1.2
19082024-10-14T17:32:04.789Z Checking serde_path_to_error v0.1.16
19092024-10-14T17:32:04.855Z Checking webpki-roots v0.26.3
19102024-10-14T17:32:04.883Z Checking hkdf v0.12.4
19112024-10-14T17:32:05.052Z Checking hyper-util v0.1.9
19122024-10-14T17:32:05.068Z Checking crypto-bigint v0.5.5
19132024-10-14T17:32:05.090Z Checking hostname v0.4.0
19142024-10-14T17:32:05.107Z Checking adler2 v2.0.0
19152024-10-14T17:32:05.218Z Checking debug-ignore v1.0.5
19162024-10-14T17:32:05.251Z Checking unicode-width v0.1.13
19172024-10-14T17:32:05.349Z Checking managed v0.8.0
19182024-10-14T17:32:05.389Z Checking bitflags v1.3.2
19192024-10-14T17:32:05.442Z Checking winnow v0.5.40
19202024-10-14T17:32:05.489Z Checking clap_lex v0.7.0
19212024-10-14T17:32:05.744Z Checking strsim v0.11.1
19222024-10-14T17:32:05.759Z Checking smoltcp v0.9.1
19232024-10-14T17:32:06.048Z Checking clap_builder v4.5.20
19242024-10-14T17:32:07.203Z Checking hyper-tls v0.6.0
19252024-10-14T17:32:07.302Z Checking hyper-rustls v0.27.3
19262024-10-14T17:32:07.378Z Checking backtrace v0.3.71
19272024-10-14T17:32:07.495Z Checking console v0.15.8
19282024-10-14T17:32:07.629Z Checking miniz_oxide v0.8.0
19292024-10-14T17:32:07.870Z Checking elliptic-curve v0.13.8
19302024-10-14T17:32:07.897Z Checking dropshot v0.12.0
19312024-10-14T17:32:07.934Z Checking anyhow v1.0.89
19322024-10-14T17:32:08.069Z Checking signal-hook-mio v0.2.4
19332024-10-14T17:32:08.210Z Checking rayon v1.10.0
19342024-10-14T17:32:08.265Z Checking hickory-resolver v0.24.1
19352024-10-14T17:32:08.300Z Checking cookie_store v0.21.0
19362024-10-14T17:32:08.376Z Checking phf v0.11.2
19372024-10-14T17:32:08.537Z Checking num-bigint-dig v0.8.4
19382024-10-14T17:32:08.557Z Checking toml_edit v0.19.15
19392024-10-14T17:32:08.643Z Checking tokio-tungstenite v0.23.1
19402024-10-14T17:32:08.933Z Checking postgres-types v0.2.8
19412024-10-14T17:32:09.099Z Checking bstr v1.9.1
19422024-10-14T17:32:09.178Z Checking regex v1.11.0
19432024-10-14T17:32:09.681Z Checking tokio-stream v0.1.16
19442024-10-14T17:32:09.813Z Checking ed25519 v2.2.3
19452024-10-14T17:32:09.834Z Checking phf_shared v0.10.0
19462024-10-14T17:32:10.037Z Checking curve25519-dalek v4.1.3
19472024-10-14T17:32:10.107Z Checking zerocopy v0.6.6
19482024-10-14T17:32:10.126Z Checking pkcs1 v0.7.5
19492024-10-14T17:32:10.529Z Checking hubpack v0.1.2
19502024-10-14T17:32:10.548Z Checking portable-atomic v1.6.0
19512024-10-14T17:32:10.663Z Checking crc32fast v1.4.0
19522024-10-14T17:32:10.842Z Checking serde-big-array v0.5.1
19532024-10-14T17:32:10.860Z Checking float-cmp v0.9.0
19542024-10-14T17:32:10.885Z Checking rfc6979 v0.4.0
19552024-10-14T17:32:11.038Z Checking sync_wrapper v1.0.1
19562024-10-14T17:32:11.053Z Checking difflib v0.4.0
19572024-10-14T17:32:11.072Z Checking static_assertions v1.1.0
19582024-10-14T17:32:11.078Z Checking precomputed-hash v0.1.1
19592024-10-14T17:32:11.184Z Checking number_prefix v0.4.0
19602024-10-14T17:32:11.198Z Checking normalize-line-endings v0.3.0
19612024-10-14T17:32:11.203Z Checking minimal-lexical v0.2.1
19622024-10-14T17:32:11.317Z Checking fixedbitset v0.4.2
19632024-10-14T17:32:11.374Z Checking unicode-segmentation v1.11.0
19642024-10-14T17:32:11.387Z Checking new_debug_unreachable v1.0.6
19652024-10-14T17:32:11.476Z Checking bit-vec v0.6.3
19662024-10-14T17:32:11.582Z Checking whoami v1.5.2
19672024-10-14T17:32:11.596Z Checking predicates-core v1.0.6
19682024-10-14T17:32:11.613Z Checking nom v7.1.3
19692024-10-14T17:32:11.613Z Checking qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
19702024-10-14T17:32:11.777Z Checking predicates v3.1.2
19712024-10-14T17:32:11.810Z Checking bit-set v0.5.3
19722024-10-14T17:32:11.879Z Checking tokio-postgres v0.7.12
19732024-10-14T17:32:11.894Z Checking ed25519-dalek v2.1.1
19742024-10-14T17:32:12.010Z Checking similar v2.6.0
19752024-10-14T17:32:12.054Z Checking petgraph v0.6.5
19762024-10-14T17:32:12.131Z Checking indicatif v0.17.8
19772024-10-14T17:32:12.301Z Checking string_cache v0.8.7
19782024-10-14T17:32:12.411Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19792024-10-14T17:32:12.588Z Checking reqwest v0.12.8
19802024-10-14T17:32:12.874Z Checking toml v0.7.8
19812024-10-14T17:32:12.889Z Checking ecdsa v0.16.9
19822024-10-14T17:32:13.606Z Checking flate2 v1.0.34
19832024-10-14T17:32:13.606Z Checking rsa v0.9.6
19842024-10-14T17:32:13.852Z Checking clap v4.5.20
19852024-10-14T17:32:13.978Z Checking crossterm v0.28.1
19862024-10-14T17:32:14.251Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872024-10-14T17:32:14.278Z Checking itertools v0.12.1
19882024-10-14T17:32:14.380Z Checking itertools v0.10.5
19892024-10-14T17:32:14.536Z Checking fs-err v2.11.0
19902024-10-14T17:32:14.702Z Checking ahash v0.8.11
19912024-10-14T17:32:14.863Z Checking x509-cert v0.2.5
19922024-10-14T17:32:15.080Z Checking hex v0.4.3
19932024-10-14T17:32:15.230Z Checking semver v1.0.23
19942024-10-14T17:32:15.398Z Checking peg-runtime v0.8.3
19952024-10-14T17:32:15.570Z Checking lalrpop-util v0.19.12
19962024-10-14T17:32:15.623Z Checking sigpipe v0.1.3
19972024-10-14T17:32:17.198Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19982024-10-14T17:32:17.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s
19992024-10-14T17:32:17.671Z
20002024-10-14T17:32:17.671Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20012024-10-14T17:32:18.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-10-14T17:32:18.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-10-14T17:32:18.374Z Compiling allocator-api2 v0.2.18
20042024-10-14T17:32:18.489Z Checking heck v0.5.0
20052024-10-14T17:32:18.507Z Compiling unsafe-libyaml v0.2.11
20062024-10-14T17:32:18.516Z Compiling ident_case v1.0.1
20072024-10-14T17:32:18.528Z Checking progenitor-client v0.8.0
20082024-10-14T17:32:18.542Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092024-10-14T17:32:18.557Z Compiling proc-macro-crate v1.3.1
20102024-10-14T17:32:18.660Z Compiling darling_core v0.20.9
20112024-10-14T17:32:18.676Z Checking ipnetwork v0.20.0
20122024-10-14T17:32:18.840Z Compiling structmeta-derive v0.3.0
20132024-10-14T17:32:18.910Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20142024-10-14T17:32:19.005Z Compiling newtype-uuid v1.1.2
20152024-10-14T17:32:19.058Z Checking hashbrown v0.14.5
20162024-10-14T17:32:19.235Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20172024-10-14T17:32:19.332Z Compiling lzma-sys v0.1.20
20182024-10-14T17:32:19.556Z Compiling foreign-types-macros v0.2.3
20192024-10-14T17:32:19.622Z Compiling num_enum_derive v0.5.11
20202024-10-14T17:32:20.094Z Compiling serde_yaml v0.9.34+deprecated
20212024-10-14T17:32:20.230Z Checking regress v0.10.1
20222024-10-14T17:32:20.553Z Checking foreign-types-shared v0.3.1
20232024-10-14T17:32:20.660Z Checking arc-swap v1.7.1
20242024-10-14T17:32:20.846Z Checking foreign-types v0.5.0
20252024-10-14T17:32:20.987Z Compiling proc-macro-error v1.0.4
20262024-10-14T17:32:21.071Z Checking slog-scope v4.4.0
20272024-10-14T17:32:21.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20282024-10-14T17:32:21.810Z Checking tungstenite v0.21.0
20292024-10-14T17:32:21.853Z Compiling heck v0.3.3
20302024-10-14T17:32:21.899Z Compiling structmeta v0.3.0
20312024-10-14T17:32:22.305Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20322024-10-14T17:32:22.308Z Checking num_enum v0.5.11
20332024-10-14T17:32:22.337Z Compiling parse-display-derive v0.10.0
20342024-10-14T17:32:22.479Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20352024-10-14T17:32:22.649Z Checking cstr-argument v0.1.2
20362024-10-14T17:32:22.829Z Checking instant v0.1.12
20372024-10-14T17:32:22.957Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20382024-10-14T17:32:23.169Z Checking pretty-hex v0.2.1
20392024-10-14T17:32:23.248Z Checking base64 v0.21.7
20402024-10-14T17:32:23.264Z Checking fastrand v2.1.1
20412024-10-14T17:32:23.327Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20422024-10-14T17:32:23.586Z Checking tempfile v3.13.0
20432024-10-14T17:32:23.611Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20442024-10-14T17:32:23.761Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20452024-10-14T17:32:23.781Z Checking backoff v0.4.0
20462024-10-14T17:32:23.832Z Checking typify-impl v0.2.0
20472024-10-14T17:32:23.911Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20482024-10-14T17:32:23.944Z Checking tokio-tungstenite v0.21.0
20492024-10-14T17:32:24.078Z Checking strum v0.26.3
20502024-10-14T17:32:24.222Z Compiling zone_cfg_derive v0.1.2
20512024-10-14T17:32:24.239Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20522024-10-14T17:32:24.255Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20532024-10-14T17:32:24.477Z Checking slog-stdlog v4.1.1
20542024-10-14T17:32:24.807Z Checking regress v0.9.1
20552024-10-14T17:32:25.017Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20562024-10-14T17:32:25.165Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20572024-10-14T17:32:25.468Z Checking colored v2.1.0
20582024-10-14T17:32:25.648Z Checking macaddr v1.0.1
20592024-10-14T17:32:25.739Z Checking base64 v0.13.1
20602024-10-14T17:32:25.755Z Checking zone v0.1.8
20612024-10-14T17:32:25.780Z Compiling darling_macro v0.20.9
20622024-10-14T17:32:26.160Z Checking ron v0.7.1
20632024-10-14T17:32:26.341Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-10-14T17:32:26.424Z Checking xz2 v0.1.7
20652024-10-14T17:32:26.701Z Checking slog-envlogger v2.2.0
20662024-10-14T17:32:26.781Z Compiling darling v0.20.9
20672024-10-14T17:32:26.805Z Checking tabwriter v1.4.0
20682024-10-14T17:32:26.901Z Compiling serde_with_macros v3.11.0
20692024-10-14T17:32:26.932Z Checking xattr v1.3.1
20702024-10-14T17:32:27.004Z Checking parse-display v0.10.0
20712024-10-14T17:32:27.034Z Checking pem v3.0.4
20722024-10-14T17:32:27.113Z Checking yasna v0.5.2
20732024-10-14T17:32:27.235Z Checking headers-core v0.3.0
20742024-10-14T17:32:27.296Z Checking smf v0.2.3
20752024-10-14T17:32:27.375Z Checking filetime v0.2.25
20762024-10-14T17:32:27.389Z Checking same-file v1.0.6
20772024-10-14T17:32:27.562Z Checking walkdir v2.5.0
20782024-10-14T17:32:27.589Z Checking tar v0.4.42
20792024-10-14T17:32:27.752Z Checking headers v0.4.0
20802024-10-14T17:32:27.827Z Checking camino-tempfile v1.1.1
20812024-10-14T17:32:27.993Z Checking rcgen v0.12.1
20822024-10-14T17:32:28.043Z Checking atomicwrites v0.4.4
20832024-10-14T17:32:28.097Z Checking subprocess v0.2.9
20842024-10-14T17:32:29.212Z Checking serde_with v3.11.0
20852024-10-14T17:32:32.587Z Compiling typify-macro v0.2.0
20862024-10-14T17:32:34.627Z Compiling typify v0.2.0
20872024-10-14T17:32:34.642Z Compiling progenitor-impl v0.8.0
20882024-10-14T17:32:37.993Z Compiling progenitor-macro v0.8.0
20892024-10-14T17:32:43.908Z Checking progenitor v0.8.0
20902024-10-14T17:32:44.041Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20912024-10-14T17:32:44.043Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20922024-10-14T17:32:46.821Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
20932024-10-14T17:32:47.064Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20942024-10-14T17:32:53.386Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20952024-10-14T17:32:54.984Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20962024-10-14T17:32:56.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.53s
20972024-10-14T17:32:56.370Z
20982024-10-14T17:32:56.370Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
20992024-10-14T17:32:56.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002024-10-14T17:32:56.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012024-10-14T17:32:57.069Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21022024-10-14T17:32:58.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
21032024-10-14T17:32:58.576Z
21042024-10-14T17:32:58.576Zinfo: running `cargo check --bins` on nexus-config (31/166)
21052024-10-14T17:32:59.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062024-10-14T17:32:59.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072024-10-14T17:32:59.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082024-10-14T17:32:59.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21092024-10-14T17:32:59.256Z
21102024-10-14T17:32:59.256Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21112024-10-14T17:32:59.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122024-10-14T17:32:59.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132024-10-14T17:32:59.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142024-10-14T17:32:59.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21152024-10-14T17:32:59.910Z
21162024-10-14T17:32:59.910Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21172024-10-14T17:33:00.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182024-10-14T17:33:00.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192024-10-14T17:33:00.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202024-10-14T17:33:00.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21212024-10-14T17:33:00.572Z
21222024-10-14T17:33:00.572Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21232024-10-14T17:33:01.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-10-14T17:33:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-10-14T17:33:01.267Z Compiling heapless v0.8.0
21262024-10-14T17:33:01.363Z Checking hash32 v0.3.1
21272024-10-14T17:33:01.374Z Compiling smoltcp v0.11.0
21282024-10-14T17:33:01.384Z Checking embedded-io v0.4.0
21292024-10-14T17:33:01.387Z Checking cobs v0.2.3
21302024-10-14T17:33:01.406Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21312024-10-14T17:33:01.409Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21322024-10-14T17:33:01.431Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21332024-10-14T17:33:01.522Z Compiling crucible-workspace-hack v0.1.0
21342024-10-14T17:33:01.538Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21352024-10-14T17:33:01.563Z Checking postcard v1.0.8
21362024-10-14T17:33:01.566Z Checking newline-converter v0.3.0
21372024-10-14T17:33:01.729Z Checking socket2 v0.4.10
21382024-10-14T17:33:01.770Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21392024-10-14T17:33:01.845Z Compiling convert_case v0.4.0
21402024-10-14T17:33:01.943Z Checking expectorate v1.1.0
21412024-10-14T17:33:01.994Z Compiling zone_cfg_derive v0.3.0
21422024-10-14T17:33:02.092Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21432024-10-14T17:33:02.104Z Checking itertools v0.13.0
21442024-10-14T17:33:02.256Z Compiling num-derive v0.4.2
21452024-10-14T17:33:02.347Z Compiling slog-dtrace v0.3.0
21462024-10-14T17:33:02.435Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21472024-10-14T17:33:02.718Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21482024-10-14T17:33:02.819Z Compiling derive_more v0.99.18
21492024-10-14T17:33:03.407Z Checking zone v0.3.0
21502024-10-14T17:33:04.081Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21512024-10-14T17:33:05.297Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21522024-10-14T17:33:06.268Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21532024-10-14T17:33:06.848Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21542024-10-14T17:33:07.413Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21552024-10-14T17:33:08.201Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21562024-10-14T17:33:09.245Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21572024-10-14T17:33:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s
21582024-10-14T17:33:10.302Z
21592024-10-14T17:33:10.303Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21602024-10-14T17:33:10.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612024-10-14T17:33:10.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622024-10-14T17:33:10.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632024-10-14T17:33:10.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21642024-10-14T17:33:10.961Z
21652024-10-14T17:33:10.961Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21662024-10-14T17:33:11.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-10-14T17:33:11.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-10-14T17:33:11.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-10-14T17:33:11.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21702024-10-14T17:33:11.631Z
21712024-10-14T17:33:11.631Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21722024-10-14T17:33:12.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-10-14T17:33:12.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-10-14T17:33:12.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-10-14T17:33:12.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21762024-10-14T17:33:12.414Z
21772024-10-14T17:33:12.415Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21782024-10-14T17:33:13.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-10-14T17:33:13.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-10-14T17:33:13.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-10-14T17:33:13.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21822024-10-14T17:33:13.197Z
21832024-10-14T17:33:13.197Zinfo: running `cargo check --bins` on dns-server (39/166)
21842024-10-14T17:33:13.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-10-14T17:33:13.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-10-14T17:33:13.884Z Compiling parking_lot_core v0.8.6
21872024-10-14T17:33:13.884Z Checking nibble_vec v0.1.0
21882024-10-14T17:33:13.887Z Checking endian-type v0.1.2
21892024-10-14T17:33:13.887Z Checking fxhash v0.2.1
21902024-10-14T17:33:13.887Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21912024-10-14T17:33:13.887Z Checking hickory-server v0.24.1
21922024-10-14T17:33:14.172Z Checking radix_trie v0.2.1
21932024-10-14T17:33:14.467Z Checking hickory-client v0.24.1
21942024-10-14T17:33:14.594Z Checking parking_lot v0.11.2
21952024-10-14T17:33:14.724Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21962024-10-14T17:33:14.727Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21972024-10-14T17:33:14.838Z Checking sled v0.34.7
21982024-10-14T17:33:16.716Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21992024-10-14T17:33:17.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
22002024-10-14T17:33:18.097Z
22012024-10-14T17:33:18.097Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22022024-10-14T17:33:18.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-10-14T17:33:18.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-10-14T17:33:18.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-10-14T17:33:18.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22062024-10-14T17:33:18.773Z
22072024-10-14T17:33:18.773Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22082024-10-14T17:33:19.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-10-14T17:33:19.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-10-14T17:33:19.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-10-14T17:33:19.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22122024-10-14T17:33:19.437Z
22132024-10-14T17:33:19.437Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22142024-10-14T17:33:20.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-10-14T17:33:20.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-10-14T17:33:20.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-10-14T17:33:20.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22182024-10-14T17:33:20.104Z
22192024-10-14T17:33:20.104Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22202024-10-14T17:33:20.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-10-14T17:33:20.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-10-14T17:33:20.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232024-10-14T17:33:20.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
22242024-10-14T17:33:20.820Z
22252024-10-14T17:33:20.820Zinfo: running `cargo check --bins` on gateway-types (44/166)
22262024-10-14T17:33:21.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-10-14T17:33:21.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-10-14T17:33:21.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-10-14T17:33:21.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22302024-10-14T17:33:21.484Z
22312024-10-14T17:33:21.484Zinfo: running `cargo check --bins` on ipcc (45/166)
22322024-10-14T17:33:22.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-10-14T17:33:22.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-10-14T17:33:22.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-10-14T17:33:22.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22362024-10-14T17:33:22.151Z
22372024-10-14T17:33:22.152Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22382024-10-14T17:33:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-10-14T17:33:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-10-14T17:33:22.890Z Checking num-rational v0.4.2
22412024-10-14T17:33:22.890Z Compiling progenitor-client v0.8.0
22422024-10-14T17:33:22.891Z Checking num-complex v0.4.6
22432024-10-14T17:33:22.893Z Compiling prettyplease v0.2.22
22442024-10-14T17:33:22.893Z Compiling newtype-uuid v1.1.2
22452024-10-14T17:33:22.990Z Compiling ipnetwork v0.20.0
22462024-10-14T17:33:23.001Z Compiling instant v0.1.12
22472024-10-14T17:33:23.011Z Checking float-ord v0.3.2
22482024-10-14T17:33:23.138Z Compiling radium v0.7.0
22492024-10-14T17:33:23.190Z Compiling semver v0.1.20
22502024-10-14T17:33:23.322Z Compiling progenitor v0.8.0
22512024-10-14T17:33:23.361Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522024-10-14T17:33:23.418Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22532024-10-14T17:33:23.534Z Compiling rustc_version v0.1.7
22542024-10-14T17:33:23.592Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22552024-10-14T17:33:23.634Z Compiling backoff v0.4.0
22562024-10-14T17:33:23.690Z Compiling parse-display v0.10.0
22572024-10-14T17:33:23.817Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582024-10-14T17:33:23.871Z Checking num v0.4.3
22592024-10-14T17:33:23.909Z Compiling serde_with v3.11.0
22602024-10-14T17:33:23.974Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22612024-10-14T17:33:23.991Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22622024-10-14T17:33:24.006Z Compiling regress v0.9.1
22632024-10-14T17:33:24.135Z Compiling macaddr v1.0.1
22642024-10-14T17:33:24.376Z Checking tap v1.0.1
22652024-10-14T17:33:24.530Z Compiling maybe-uninit v2.0.0
22662024-10-14T17:33:24.595Z Checking wyz v0.5.1
22672024-10-14T17:33:24.958Z Compiling newtype_derive v0.1.6
22682024-10-14T17:33:25.252Z Checking password-hash v0.5.0
22692024-10-14T17:33:25.275Z Checking blake2 v0.10.6
22702024-10-14T17:33:25.552Z Compiling bzip2-sys v0.1.11+1.0.8
22712024-10-14T17:33:25.707Z Compiling cancel-safe-futures v0.1.5
22722024-10-14T17:33:25.735Z Compiling owo-colors v4.1.0
22732024-10-14T17:33:25.765Z Checking crc-catalog v2.4.0
22742024-10-14T17:33:26.023Z Compiling packed_struct v0.10.1
22752024-10-14T17:33:26.062Z Checking funty v2.0.0
22762024-10-14T17:33:26.146Z Checking crc v3.2.1
22772024-10-14T17:33:26.548Z Checking argon2 v0.5.3
22782024-10-14T17:33:26.994Z Checking bitvec v1.0.1
22792024-10-14T17:33:27.223Z Compiling packed_struct_codegen v0.10.1
22802024-10-14T17:33:27.262Z Checking half v2.4.1
22812024-10-14T17:33:27.714Z Compiling indexmap v1.9.3
22822024-10-14T17:33:27.733Z Checking ciborium-io v0.2.2
22832024-10-14T17:33:27.748Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22842024-10-14T17:33:27.853Z Checking nodrop v0.1.14
22852024-10-14T17:33:27.982Z Checking array-init v0.0.4
22862024-10-14T17:33:28.047Z Checking ciborium-ll v0.2.2
22872024-10-14T17:33:28.218Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22882024-10-14T17:33:28.342Z Checking smallvec v0.6.14
22892024-10-14T17:33:28.618Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22902024-10-14T17:33:28.732Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22912024-10-14T17:33:29.562Z Checking libsw v3.3.1
22922024-10-14T17:33:29.810Z Compiling memoffset v0.9.1
22932024-10-14T17:33:29.840Z Checking bitfield v0.14.0
22942024-10-14T17:33:29.942Z Checking swrite v0.1.0
22952024-10-14T17:33:30.066Z Checking highway v1.2.0
22962024-10-14T17:33:30.114Z Checking termcolor v1.4.1
22972024-10-14T17:33:30.140Z Checking hashbrown v0.12.3
22982024-10-14T17:33:30.311Z Checking indent_write v2.2.0
22992024-10-14T17:33:30.487Z Checking linear-map v1.2.0
23002024-10-14T17:33:30.508Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23012024-10-14T17:33:30.547Z Checking env_logger v0.10.2
23022024-10-14T17:33:30.830Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-10-14T17:33:30.847Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23042024-10-14T17:33:30.933Z Checking ron v0.8.1
23052024-10-14T17:33:31.576Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23062024-10-14T17:33:31.869Z Checking serde-hex v0.1.0
23072024-10-14T17:33:31.922Z Checking steno v0.4.1
23082024-10-14T17:33:31.940Z Checking ciborium v0.2.2
23092024-10-14T17:33:32.227Z Checking bzip2 v0.4.4
23102024-10-14T17:33:32.708Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23112024-10-14T17:33:32.958Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23122024-10-14T17:33:32.974Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23132024-10-14T17:33:33.217Z Checking hashbrown v0.13.2
23142024-10-14T17:33:33.506Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23152024-10-14T17:33:33.891Z Checking humantime v2.1.0
23162024-10-14T17:33:34.117Z Checking crc-any v2.5.0
23172024-10-14T17:33:34.167Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23182024-10-14T17:33:34.183Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23192024-10-14T17:33:34.270Z Checking object v0.30.4
23202024-10-14T17:33:34.420Z Checking zip v0.6.6
23212024-10-14T17:33:34.576Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23222024-10-14T17:33:34.798Z Checking path-slash v0.1.5
23232024-10-14T17:33:34.951Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23242024-10-14T17:33:34.968Z Checking nix v0.27.1
23252024-10-14T17:33:35.072Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23262024-10-14T17:33:35.741Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23272024-10-14T17:33:35.796Z Checking kstat-rs v0.2.4
23282024-10-14T17:33:36.006Z Checking signal-hook-tokio v0.3.1
23292024-10-14T17:33:37.590Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23302024-10-14T17:33:37.958Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23312024-10-14T17:33:42.483Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23322024-10-14T17:33:44.356Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23332024-10-14T17:33:44.506Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23342024-10-14T17:33:47.787Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23352024-10-14T17:33:48.046Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23362024-10-14T17:33:49.633Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23372024-10-14T17:33:55.076Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23382024-10-14T17:33:55.727Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23392024-10-14T17:33:58.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.35s
23402024-10-14T17:33:58.686Z
23412024-10-14T17:33:58.687Zinfo: running `cargo check --bins` on gateway-api (47/166)
23422024-10-14T17:33:59.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-10-14T17:33:59.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-10-14T17:33:59.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-10-14T17:33:59.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23462024-10-14T17:33:59.365Z
23472024-10-14T17:33:59.365Zinfo: running `cargo check --bins` on oximeter (48/166)
23482024-10-14T17:33:59.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-10-14T17:33:59.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-10-14T17:33:59.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-10-14T17:33:59.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23522024-10-14T17:34:00.036Z
23532024-10-14T17:34:00.036Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23542024-10-14T17:34:00.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-10-14T17:34:00.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-10-14T17:34:00.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-10-14T17:34:00.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23582024-10-14T17:34:00.689Z
23592024-10-14T17:34:00.689Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23602024-10-14T17:34:01.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-10-14T17:34:01.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-10-14T17:34:01.359Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23632024-10-14T17:34:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
23642024-10-14T17:34:01.927Z
23652024-10-14T17:34:01.927Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23662024-10-14T17:34:02.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-10-14T17:34:02.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-10-14T17:34:02.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692024-10-14T17:34:02.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23702024-10-14T17:34:02.594Z
23712024-10-14T17:34:02.594Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23722024-10-14T17:34:03.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-10-14T17:34:03.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-10-14T17:34:03.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-10-14T17:34:03.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23762024-10-14T17:34:03.265Z
23772024-10-14T17:34:03.265Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23782024-10-14T17:34:03.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-10-14T17:34:03.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-10-14T17:34:03.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-10-14T17:34:03.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23822024-10-14T17:34:03.915Z
23832024-10-14T17:34:03.915Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23842024-10-14T17:34:04.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-10-14T17:34:04.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-10-14T17:34:04.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-10-14T17:34:04.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23882024-10-14T17:34:04.607Z
23892024-10-14T17:34:04.607Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23902024-10-14T17:34:05.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-10-14T17:34:05.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-10-14T17:34:05.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-10-14T17:34:05.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23942024-10-14T17:34:05.257Z
23952024-10-14T17:34:05.258Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
23962024-10-14T17:34:05.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-10-14T17:34:05.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-10-14T17:34:05.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-10-14T17:34:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24002024-10-14T17:34:05.930Z
24012024-10-14T17:34:05.930Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24022024-10-14T17:34:06.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-10-14T17:34:06.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-10-14T17:34:06.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-10-14T17:34:06.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24062024-10-14T17:34:06.599Z
24072024-10-14T17:34:06.599Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24082024-10-14T17:34:07.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-10-14T17:34:07.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-10-14T17:34:07.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112024-10-14T17:34:07.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24122024-10-14T17:34:07.267Z
24132024-10-14T17:34:07.267Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24142024-10-14T17:34:07.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-10-14T17:34:07.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-10-14T17:34:07.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-10-14T17:34:07.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24182024-10-14T17:34:07.943Z
24192024-10-14T17:34:07.943Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24202024-10-14T17:34:08.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-10-14T17:34:08.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-10-14T17:34:08.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-10-14T17:34:08.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24242024-10-14T17:34:08.647Z
24252024-10-14T17:34:08.647Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24262024-10-14T17:34:09.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-10-14T17:34:09.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-10-14T17:34:09.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-10-14T17:34:09.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24302024-10-14T17:34:09.321Z
24312024-10-14T17:34:09.321Zinfo: running `cargo check --bins` on nexus-client (62/166)
24322024-10-14T17:34:09.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-10-14T17:34:09.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-10-14T17:34:09.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-10-14T17:34:09.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24362024-10-14T17:34:10.020Z
24372024-10-14T17:34:10.021Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24382024-10-14T17:34:10.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-10-14T17:34:10.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-10-14T17:34:10.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-10-14T17:34:10.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24422024-10-14T17:34:10.716Z
24432024-10-14T17:34:10.716Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24442024-10-14T17:34:11.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-10-14T17:34:12.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-10-14T17:34:12.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-10-14T17:34:12.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24482024-10-14T17:34:12.318Z
24492024-10-14T17:34:12.318Zinfo: running `cargo check --bins` on nexus-types (65/166)
24502024-10-14T17:34:12.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-10-14T17:34:12.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-10-14T17:34:12.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-10-14T17:34:12.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24542024-10-14T17:34:12.318Z
24552024-10-14T17:34:12.318Zinfo: running `cargo check --bins` on gateway-client (66/166)
24562024-10-14T17:34:12.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-10-14T17:34:12.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-10-14T17:34:12.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-10-14T17:34:12.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24602024-10-14T17:34:12.728Z
24612024-10-14T17:34:12.728Zinfo: running `cargo check --bins` on oxql-types (67/166)
24622024-10-14T17:34:13.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-10-14T17:34:13.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-10-14T17:34:13.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-10-14T17:34:13.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24662024-10-14T17:34:13.398Z
24672024-10-14T17:34:13.399Zinfo: running `cargo check --bins` on update-engine (68/166)
24682024-10-14T17:34:13.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-10-14T17:34:13.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-10-14T17:34:13.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-10-14T17:34:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24722024-10-14T17:34:14.054Z
24732024-10-14T17:34:14.054Zinfo: running `cargo check --bins` on sp-sim (69/166)
24742024-10-14T17:34:14.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-10-14T17:34:14.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-10-14T17:34:14.722Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24772024-10-14T17:34:16.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
24782024-10-14T17:34:16.694Z
24792024-10-14T17:34:16.694Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24802024-10-14T17:34:17.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-10-14T17:34:17.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-10-14T17:34:17.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-10-14T17:34:17.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24842024-10-14T17:34:17.418Z
24852024-10-14T17:34:17.418Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24862024-10-14T17:34:18.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-10-14T17:34:18.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-10-14T17:34:18.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-10-14T17:34:18.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
24902024-10-14T17:34:18.151Z
24912024-10-14T17:34:18.151Zinfo: running `cargo check --bins` on db-macros (72/166)
24922024-10-14T17:34:18.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-10-14T17:34:18.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-10-14T17:34:18.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-10-14T17:34:18.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24962024-10-14T17:34:18.807Z
24972024-10-14T17:34:18.807Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
24982024-10-14T17:34:19.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-10-14T17:34:19.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-10-14T17:34:19.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-10-14T17:34:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25022024-10-14T17:34:19.491Z
25032024-10-14T17:34:19.491Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25042024-10-14T17:34:20.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-10-14T17:34:20.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-10-14T17:34:20.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-10-14T17:34:20.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
25082024-10-14T17:34:20.213Z
25092024-10-14T17:34:20.213Zinfo: running `cargo check --bins` on authz-macros (75/166)
25102024-10-14T17:34:20.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-10-14T17:34:20.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-10-14T17:34:20.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-10-14T17:34:20.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25142024-10-14T17:34:20.879Z
25152024-10-14T17:34:20.879Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25162024-10-14T17:34:21.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-10-14T17:34:21.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-10-14T17:34:21.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-10-14T17:34:21.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25202024-10-14T17:34:21.579Z
25212024-10-14T17:34:21.579Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25222024-10-14T17:34:22.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-10-14T17:34:22.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-10-14T17:34:22.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-10-14T17:34:22.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25262024-10-14T17:34:22.288Z
25272024-10-14T17:34:22.288Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25282024-10-14T17:34:22.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-10-14T17:34:22.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-10-14T17:34:22.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-10-14T17:34:22.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25322024-10-14T17:34:22.976Z
25332024-10-14T17:34:22.976Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25342024-10-14T17:34:23.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-10-14T17:34:23.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-10-14T17:34:23.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-10-14T17:34:23.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25382024-10-14T17:34:23.677Z
25392024-10-14T17:34:23.677Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25402024-10-14T17:34:24.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-10-14T17:34:24.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-10-14T17:34:24.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-10-14T17:34:24.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25442024-10-14T17:34:24.386Z
25452024-10-14T17:34:24.386Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25462024-10-14T17:34:24.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-10-14T17:34:24.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-10-14T17:34:24.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-10-14T17:34:24.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25502024-10-14T17:34:25.062Z
25512024-10-14T17:34:25.062Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25522024-10-14T17:34:25.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-10-14T17:34:25.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-10-14T17:34:25.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-10-14T17:34:25.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25562024-10-14T17:34:25.759Z
25572024-10-14T17:34:25.759Zinfo: running `cargo check --bins` on typed-rng (83/166)
25582024-10-14T17:34:26.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-10-14T17:34:26.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-10-14T17:34:26.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-10-14T17:34:26.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25622024-10-14T17:34:26.426Z
25632024-10-14T17:34:26.426Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25642024-10-14T17:34:27.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-10-14T17:34:27.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-10-14T17:34:27.204Z Checking keccak v0.1.5
25672024-10-14T17:34:27.307Z Checking secrecy v0.8.0
25682024-10-14T17:34:27.309Z Compiling unicase v2.7.0
25692024-10-14T17:34:27.309Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25702024-10-14T17:34:27.309Z Compiling same-file v1.0.6
25712024-10-14T17:34:27.318Z Compiling tempfile v3.13.0
25722024-10-14T17:34:27.336Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25732024-10-14T17:34:27.347Z Compiling thiserror-impl-no-std v2.0.2
25742024-10-14T17:34:27.520Z Compiling walkdir v2.5.0
25752024-10-14T17:34:27.584Z Checking sha3 v0.10.8
25762024-10-14T17:34:27.604Z Checking universal-hash v0.5.1
25772024-10-14T17:34:27.669Z Compiling ring v0.16.20
25782024-10-14T17:34:27.806Z Compiling blake3 v1.5.1
25792024-10-14T17:34:27.839Z Checking opaque-debug v0.3.1
25802024-10-14T17:34:27.936Z Checking poly1305 v0.8.0
25812024-10-14T17:34:27.995Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25822024-10-14T17:34:28.181Z Checking chacha20 v0.9.1
25832024-10-14T17:34:28.199Z Checking aead v0.5.2
25842024-10-14T17:34:28.242Z Compiling memmap2 v0.9.4
25852024-10-14T17:34:28.289Z Compiling home v0.5.9
25862024-10-14T17:34:28.418Z Compiling arrayref v0.3.7
25872024-10-14T17:34:28.434Z Compiling salty v0.3.0
25882024-10-14T17:34:28.518Z Compiling spin v0.5.2
25892024-10-14T17:34:28.535Z Compiling arrayvec v0.7.4
25902024-10-14T17:34:28.558Z Compiling constant_time_eq v0.3.0
25912024-10-14T17:34:28.698Z Compiling untrusted v0.7.1
25922024-10-14T17:34:28.739Z Compiling libefi-sys v0.1.0
25932024-10-14T17:34:28.742Z Checking chacha20poly1305 v0.10.1
25942024-10-14T17:34:28.874Z Compiling toolchain_find v0.4.0
25952024-10-14T17:34:28.940Z Compiling camino-tempfile v1.1.1
25962024-10-14T17:34:29.070Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25972024-10-14T17:34:29.145Z Compiling bitfield-struct v0.6.1
25982024-10-14T17:34:29.310Z Compiling topological-sort v0.2.2
25992024-10-14T17:34:29.376Z Compiling mime_guess v2.0.4
26002024-10-14T17:34:29.515Z Compiling rustfmt-wrapper v0.2.1
26012024-10-14T17:34:29.912Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26022024-10-14T17:34:30.095Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26032024-10-14T17:34:30.167Z Checking primeorder v0.13.6
26042024-10-14T17:34:30.252Z Checking env_filter v0.1.2
26052024-10-14T17:34:30.371Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26062024-10-14T17:34:30.465Z Checking env_logger v0.11.5
26072024-10-14T17:34:30.539Z Checking thiserror-no-std v2.0.2
26082024-10-14T17:34:30.600Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092024-10-14T17:34:30.650Z Checking p384 v0.13.0
26102024-10-14T17:34:30.667Z Checking vsss-rs v3.3.4
26112024-10-14T17:34:30.703Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26122024-10-14T17:34:30.761Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26132024-10-14T17:34:31.010Z Checking gethostname v0.5.0
26142024-10-14T17:34:31.054Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26152024-10-14T17:34:31.139Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26162024-10-14T17:34:31.156Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172024-10-14T17:34:31.328Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26182024-10-14T17:34:31.490Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26192024-10-14T17:34:31.664Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26202024-10-14T17:34:31.775Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26212024-10-14T17:34:31.931Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26222024-10-14T17:34:31.999Z Checking nanorand v0.7.0
26232024-10-14T17:34:32.030Z Checking atty v0.2.14
26242024-10-14T17:34:32.065Z Checking glob v0.3.1
26252024-10-14T17:34:32.154Z Checking http-range v0.1.5
26262024-10-14T17:34:32.344Z Checking hyper-staticfile v0.10.1
26272024-10-14T17:34:32.360Z Checking flume v0.11.0
26282024-10-14T17:34:32.379Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26292024-10-14T17:34:32.861Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26302024-10-14T17:34:33.033Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26312024-10-14T17:34:33.100Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26322024-10-14T17:34:33.545Z Compiling omicron-zone-package v0.11.1
26332024-10-14T17:34:33.748Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26342024-10-14T17:34:34.250Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26352024-10-14T17:34:34.821Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26362024-10-14T17:34:34.912Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26372024-10-14T17:34:35.113Z Checking display-error-chain v0.2.1
26382024-10-14T17:34:36.641Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26392024-10-14T17:34:37.564Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26402024-10-14T17:34:39.399Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26412024-10-14T17:34:39.401Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26422024-10-14T17:34:49.657Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26432024-10-14T17:35:02.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.92s
26442024-10-14T17:35:02.532Z
26452024-10-14T17:35:02.532Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26462024-10-14T17:35:03.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-10-14T17:35:03.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-10-14T17:35:03.309Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26492024-10-14T17:35:15.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.37s
26502024-10-14T17:35:16.096Z
26512024-10-14T17:35:16.096Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26522024-10-14T17:35:16.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-10-14T17:35:16.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-10-14T17:35:16.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26552024-10-14T17:35:29.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.38s
26562024-10-14T17:35:29.667Z
26572024-10-14T17:35:29.667Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26582024-10-14T17:35:30.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-10-14T17:35:30.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-10-14T17:35:30.440Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26612024-10-14T17:35:43.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
26622024-10-14T17:35:43.269Z
26632024-10-14T17:35:43.270Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26642024-10-14T17:35:43.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-10-14T17:35:43.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-10-14T17:35:44.041Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26672024-10-14T17:35:56.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s
26682024-10-14T17:35:56.810Z
26692024-10-14T17:35:56.810Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26702024-10-14T17:35:57.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-10-14T17:35:57.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-10-14T17:35:57.579Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26732024-10-14T17:36:10.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
26742024-10-14T17:36:10.473Z
26752024-10-14T17:36:10.473Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26762024-10-14T17:36:11.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-10-14T17:36:11.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-10-14T17:36:11.249Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26792024-10-14T17:36:24.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
26802024-10-14T17:36:24.299Z
26812024-10-14T17:36:24.299Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26822024-10-14T17:36:24.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-10-14T17:36:24.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-10-14T17:36:25.066Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26852024-10-14T17:36:38.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
26862024-10-14T17:36:38.888Z
26872024-10-14T17:36:38.888Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26882024-10-14T17:36:38.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-10-14T17:36:38.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-10-14T17:36:38.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-10-14T17:36:38.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26922024-10-14T17:36:38.888Z
26932024-10-14T17:36:38.888Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
26942024-10-14T17:36:39.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-10-14T17:36:39.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-10-14T17:36:39.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-10-14T17:36:39.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26982024-10-14T17:36:39.486Z
26992024-10-14T17:36:39.486Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27002024-10-14T17:36:40.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-10-14T17:36:40.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-10-14T17:36:40.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-10-14T17:36:40.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27042024-10-14T17:36:40.177Z
27052024-10-14T17:36:40.177Zinfo: running `cargo check --bins` on dpd-client (95/166)
27062024-10-14T17:36:40.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-10-14T17:36:40.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-10-14T17:36:40.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092024-10-14T17:36:40.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27102024-10-14T17:36:40.859Z
27112024-10-14T17:36:40.859Zinfo: running `cargo check --bins` on installinator-common (96/166)
27122024-10-14T17:36:41.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-10-14T17:36:41.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-10-14T17:36:41.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152024-10-14T17:36:41.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27162024-10-14T17:36:41.545Z
27172024-10-14T17:36:41.545Zinfo: running `cargo check --bins` on key-manager (97/166)
27182024-10-14T17:36:42.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-10-14T17:36:42.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-10-14T17:36:42.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212024-10-14T17:36:42.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27222024-10-14T17:36:42.221Z
27232024-10-14T17:36:42.221Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27242024-10-14T17:36:42.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-10-14T17:36:42.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-10-14T17:36:42.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272024-10-14T17:36:42.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27282024-10-14T17:36:42.903Z
27292024-10-14T17:36:42.903Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27302024-10-14T17:36:43.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-10-14T17:36:43.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-10-14T17:36:43.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332024-10-14T17:36:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27342024-10-14T17:36:43.608Z
27352024-10-14T17:36:43.608Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27362024-10-14T17:36:44.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-10-14T17:36:44.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-10-14T17:36:44.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-10-14T17:36:44.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27402024-10-14T17:36:44.307Z
27412024-10-14T17:36:44.307Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27422024-10-14T17:36:44.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-10-14T17:36:44.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-10-14T17:36:44.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452024-10-14T17:36:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27462024-10-14T17:36:45.012Z
27472024-10-14T17:36:45.012Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27482024-10-14T17:36:45.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-10-14T17:36:45.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-10-14T17:36:45.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512024-10-14T17:36:45.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27522024-10-14T17:36:45.706Z
27532024-10-14T17:36:45.706Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27542024-10-14T17:36:46.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-10-14T17:36:46.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-10-14T17:36:46.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572024-10-14T17:36:46.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27582024-10-14T17:36:46.420Z
27592024-10-14T17:36:46.420Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27602024-10-14T17:36:47.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-10-14T17:36:47.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-10-14T17:36:47.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632024-10-14T17:36:47.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27642024-10-14T17:36:47.109Z
27652024-10-14T17:36:47.109Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27662024-10-14T17:36:47.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-10-14T17:36:47.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-10-14T17:36:47.836Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27692024-10-14T17:36:47.836Z Checking bcs v0.1.6
27702024-10-14T17:36:47.839Z Compiling async-recursion v1.1.1
27712024-10-14T17:36:47.839Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722024-10-14T17:36:47.839Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27732024-10-14T17:36:48.962Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27742024-10-14T17:36:52.315Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752024-10-14T17:36:54.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s
27762024-10-14T17:36:54.245Z
27772024-10-14T17:36:54.245Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27782024-10-14T17:36:54.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-10-14T17:36:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-10-14T17:36:54.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-10-14T17:36:54.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27822024-10-14T17:36:54.938Z
27832024-10-14T17:36:54.938Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27842024-10-14T17:36:55.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-10-14T17:36:55.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-10-14T17:36:55.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-10-14T17:36:55.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27882024-10-14T17:36:55.607Z
27892024-10-14T17:36:55.607Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
27902024-10-14T17:36:56.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-10-14T17:36:56.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-10-14T17:36:56.301Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27932024-10-14T17:36:56.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
27942024-10-14T17:36:57.074Z
27952024-10-14T17:36:57.074Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (109/166)
27962024-10-14T17:36:57.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-10-14T17:36:57.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-10-14T17:36:57.798Z Compiling cfg_aliases v0.1.1
27992024-10-14T17:36:57.801Z Compiling vte_generate_state_changes v0.1.1
28002024-10-14T17:36:57.801Z Checking fd-lock v4.0.2
28012024-10-14T17:36:57.892Z Checking bytecount v0.6.8
28022024-10-14T17:36:57.894Z Compiling tabled_derive v0.7.0
28032024-10-14T17:36:57.925Z Compiling peg-macros v0.8.4
28042024-10-14T17:36:57.936Z Compiling sqlparser_derive v0.2.2
28052024-10-14T17:36:57.939Z Checking nu-ansi-term v0.50.0
28062024-10-14T17:36:57.980Z Compiling nix v0.28.0
28072024-10-14T17:36:58.027Z Checking papergrid v0.11.0
28082024-10-14T17:36:58.082Z Checking unicode_categories v0.1.1
28092024-10-14T17:36:58.369Z Checking home v0.5.9
28102024-10-14T17:36:58.393Z Checking sqlformat v0.2.6
28112024-10-14T17:36:58.539Z Checking vte v0.11.1
28122024-10-14T17:36:59.025Z Checking sqlparser v0.45.0
28132024-10-14T17:36:59.994Z Checking strip-ansi-escapes v0.2.0
28142024-10-14T17:36:59.997Z Checking tabled v0.15.0
28152024-10-14T17:37:00.165Z Checking reedline v0.35.0
28162024-10-14T17:37:00.699Z Checking peg v0.8.4
28172024-10-14T17:37:01.293Z Checking rustyline v14.0.0
28182024-10-14T17:37:05.455Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192024-10-14T17:37:11.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
28202024-10-14T17:37:11.319Z
28212024-10-14T17:37:11.319Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28222024-10-14T17:37:11.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-10-14T17:37:11.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-10-14T17:37:12.031Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252024-10-14T17:37:17.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
28262024-10-14T17:37:18.174Z
28272024-10-14T17:37:18.174Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (111/166)
28282024-10-14T17:37:18.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-10-14T17:37:18.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-10-14T17:37:18.705Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-10-14T17:37:23.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
28322024-10-14T17:37:23.263Z
28332024-10-14T17:37:23.263Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28342024-10-14T17:37:23.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-10-14T17:37:23.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-10-14T17:37:23.957Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372024-10-14T17:37:29.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.95s
28382024-10-14T17:37:29.390Z
28392024-10-14T17:37:29.390Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (113/166)
28402024-10-14T17:37:30.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-10-14T17:37:30.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-10-14T17:37:30.090Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432024-10-14T17:37:35.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
28442024-10-14T17:37:35.936Z
28452024-10-14T17:37:35.936Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28462024-10-14T17:37:36.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-10-14T17:37:36.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-10-14T17:37:36.649Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492024-10-14T17:37:40.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
28502024-10-14T17:37:40.983Z
28512024-10-14T17:37:40.983Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (115/166)
28522024-10-14T17:37:41.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-10-14T17:37:41.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-10-14T17:37:41.688Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552024-10-14T17:37:46.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
28562024-10-14T17:37:46.699Z
28572024-10-14T17:37:46.699Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28582024-10-14T17:37:47.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-10-14T17:37:47.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-10-14T17:37:47.407Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612024-10-14T17:37:52.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28622024-10-14T17:37:52.993Z
28632024-10-14T17:37:52.993Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28642024-10-14T17:37:53.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-10-14T17:37:53.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-10-14T17:37:53.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-10-14T17:37:53.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28682024-10-14T17:37:53.706Z
28692024-10-14T17:37:53.706Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28702024-10-14T17:37:54.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-10-14T17:37:54.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-10-14T17:37:54.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-10-14T17:37:54.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28742024-10-14T17:37:54.362Z
28752024-10-14T17:37:54.362Zinfo: running `cargo check --bins` on installinator-client (119/166)
28762024-10-14T17:37:54.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-10-14T17:37:54.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-10-14T17:37:54.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-10-14T17:37:54.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28802024-10-14T17:37:55.053Z
28812024-10-14T17:37:55.053Zinfo: running `cargo check --bins` on oxide-client (120/166)
28822024-10-14T17:37:55.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-10-14T17:37:55.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-10-14T17:37:55.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-10-14T17:37:55.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28862024-10-14T17:37:55.709Z
28872024-10-14T17:37:55.709Zinfo: running `cargo check --bins` on wicketd-client (121/166)
28882024-10-14T17:37:56.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-10-14T17:37:56.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-10-14T17:37:56.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-10-14T17:37:56.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
28922024-10-14T17:37:56.429Z
28932024-10-14T17:37:56.429Zinfo: running `cargo check --bins` on wicket-common (122/166)
28942024-10-14T17:37:57.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-10-14T17:37:57.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-10-14T17:37:57.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-10-14T17:37:57.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28982024-10-14T17:37:57.125Z
28992024-10-14T17:37:57.125Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29002024-10-14T17:37:57.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-10-14T17:37:57.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-10-14T17:37:57.845Z Checking csv-core v0.1.11
29032024-10-14T17:37:57.848Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29042024-10-14T17:37:58.151Z Checking csv v1.3.0
29052024-10-14T17:37:58.680Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29062024-10-14T17:37:59.026Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072024-10-14T17:38:00.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
29082024-10-14T17:38:00.429Z
29092024-10-14T17:38:00.429Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29102024-10-14T17:38:01.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-10-14T17:38:01.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-10-14T17:38:01.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-10-14T17:38:01.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29142024-10-14T17:38:01.129Z
29152024-10-14T17:38:01.129Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29162024-10-14T17:38:01.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-10-14T17:38:01.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-10-14T17:38:01.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192024-10-14T17:38:01.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29202024-10-14T17:38:01.819Z
29212024-10-14T17:38:01.819Zinfo: running `cargo check --bins` on cert-dev (126/166)
29222024-10-14T17:38:02.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-10-14T17:38:02.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-10-14T17:38:02.484Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29252024-10-14T17:38:02.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29262024-10-14T17:38:02.902Z
29272024-10-14T17:38:02.902Zinfo: running `cargo check --bins` on ch-dev (127/166)
29282024-10-14T17:38:03.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-10-14T17:38:03.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-10-14T17:38:03.615Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29312024-10-14T17:38:04.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
29322024-10-14T17:38:04.515Z
29332024-10-14T17:38:04.515Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29342024-10-14T17:38:05.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-10-14T17:38:05.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-10-14T17:38:05.452Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29372024-10-14T17:38:05.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29382024-10-14T17:38:05.704Z
29392024-10-14T17:38:05.704Zinfo: running `cargo check --bins` on db-dev (129/166)
29402024-10-14T17:38:06.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-10-14T17:38:06.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-10-14T17:38:06.414Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29432024-10-14T17:38:07.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
29442024-10-14T17:38:07.296Z
29452024-10-14T17:38:07.296Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29462024-10-14T17:38:07.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-10-14T17:38:07.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-10-14T17:38:07.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492024-10-14T17:38:07.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29502024-10-14T17:38:07.996Z
29512024-10-14T17:38:07.996Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29522024-10-14T17:38:08.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-10-14T17:38:08.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-10-14T17:38:08.656Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29552024-10-14T17:38:09.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
29562024-10-14T17:38:09.654Z
29572024-10-14T17:38:09.654Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29582024-10-14T17:38:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-10-14T17:38:10.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-10-14T17:38:10.312Z Checking cargo-platform v0.1.8
29612024-10-14T17:38:10.581Z Checking cargo_metadata v0.18.1
29622024-10-14T17:38:11.563Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29632024-10-14T17:38:12.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
29642024-10-14T17:38:12.456Z
29652024-10-14T17:38:12.456Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29662024-10-14T17:38:13.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-10-14T17:38:13.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-10-14T17:38:13.222Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29692024-10-14T17:38:13.887Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29702024-10-14T17:38:14.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
29712024-10-14T17:38:14.574Z
29722024-10-14T17:38:14.574Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29732024-10-14T17:38:15.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-10-14T17:38:15.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-10-14T17:38:15.379Z Compiling glob v0.3.1
29762024-10-14T17:38:15.379Z Compiling crunchy v0.2.2
29772024-10-14T17:38:15.382Z Compiling tiny-keccak v2.0.2
29782024-10-14T17:38:15.382Z Compiling dsl_auto_type v0.1.2
29792024-10-14T17:38:15.382Z Checking scheduled-thread-pool v0.2.7
29802024-10-14T17:38:15.382Z Compiling diesel_table_macro_syntax v0.2.0
29812024-10-14T17:38:15.506Z Compiling ascii-canvas v3.0.0
29822024-10-14T17:38:15.509Z Compiling ena v0.14.3
29832024-10-14T17:38:15.682Z Checking r2d2 v0.8.10
29842024-10-14T17:38:15.869Z Compiling libloading v0.8.3
29852024-10-14T17:38:15.916Z Compiling bindgen v0.69.4
29862024-10-14T17:38:15.954Z Compiling diff v0.1.13
29872024-10-14T17:38:16.012Z Compiling regex-syntax v0.6.29
29882024-10-14T17:38:16.101Z Compiling which v4.4.2
29892024-10-14T17:38:16.298Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29902024-10-14T17:38:16.470Z Compiling clang-sys v1.7.0
29912024-10-14T17:38:16.539Z Compiling cexpr v0.6.0
29922024-10-14T17:38:16.629Z Compiling rustc-hash v1.1.0
29932024-10-14T17:38:16.715Z Compiling shlex v1.3.0
29942024-10-14T17:38:16.732Z Compiling lazycell v1.3.0
29952024-10-14T17:38:16.790Z Compiling ref-cast v1.0.23
29962024-10-14T17:38:16.845Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29972024-10-14T17:38:16.909Z Compiling derive_builder_core v0.20.0
29982024-10-14T17:38:17.145Z Compiling diesel_derives v2.2.2
29992024-10-14T17:38:17.148Z Compiling libxml v0.3.3
30002024-10-14T17:38:17.148Z Compiling ref-cast-impl v1.0.23
30012024-10-14T17:38:17.405Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30022024-10-14T17:38:17.602Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30032024-10-14T17:38:17.922Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30042024-10-14T17:38:18.245Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30052024-10-14T17:38:18.352Z Compiling strum_macros v0.24.3
30062024-10-14T17:38:18.571Z Compiling indoc v1.0.9
30072024-10-14T17:38:19.401Z Compiling lalrpop v0.19.12
30082024-10-14T17:38:19.621Z Compiling derive_builder_macro v0.20.0
30092024-10-14T17:38:20.535Z Checking derive_builder v0.20.0
30102024-10-14T17:38:20.552Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30112024-10-14T17:38:20.847Z Compiling impl-trait-for-tuples v0.2.2
30122024-10-14T17:38:21.210Z Compiling oso-derive v0.27.3
30132024-10-14T17:38:22.109Z Checking quick-xml v0.33.0
30142024-10-14T17:38:22.192Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30152024-10-14T17:38:22.371Z Checking maplit v1.0.2
30162024-10-14T17:38:22.532Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30172024-10-14T17:38:22.606Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30182024-10-14T17:38:22.922Z Checking bb8 v0.8.5
30192024-10-14T17:38:23.410Z Compiling const_format_proc_macros v0.2.33
30202024-10-14T17:38:24.230Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30212024-10-14T17:38:24.260Z Checking castaway v0.2.3
30222024-10-14T17:38:24.432Z Checking compact_str v0.8.0
30232024-10-14T17:38:24.567Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30242024-10-14T17:38:24.911Z Checking unicode-truncate v1.0.0
30252024-10-14T17:38:25.151Z Checking lru v0.12.3
30262024-10-14T17:38:25.352Z Compiling instability v0.3.2
30272024-10-14T17:38:25.472Z Checking smawk v0.3.2
30282024-10-14T17:38:25.643Z Checking const_format v0.2.33
30292024-10-14T17:38:25.694Z Checking unicode-linebreak v0.1.5
30302024-10-14T17:38:26.111Z Checking is_ci v1.2.0
30312024-10-14T17:38:26.130Z Checking cassowary v0.3.0
30322024-10-14T17:38:26.259Z Checking supports-color v3.0.1
30332024-10-14T17:38:26.459Z Checking textwrap v0.16.1
30342024-10-14T17:38:26.510Z Checking multimap v0.10.0
30352024-10-14T17:38:26.591Z Checking ratatui v0.28.1
30362024-10-14T17:38:29.309Z Checking diesel v2.2.4
30372024-10-14T17:38:46.969Z Compiling samael v0.0.17
30382024-10-14T17:39:04.323Z Compiling polar-core v0.27.3
30392024-10-14T17:39:05.249Z Checking async-bb8-diesel v0.2.1
30402024-10-14T17:39:11.377Z Checking oso v0.27.3
30412024-10-14T17:40:19.129Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30422024-10-14T17:40:24.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
30432024-10-14T17:40:25.062Z
30442024-10-14T17:40:25.063Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30452024-10-14T17:40:25.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-10-14T17:40:25.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-10-14T17:40:25.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-10-14T17:40:25.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30492024-10-14T17:40:25.801Z
30502024-10-14T17:40:25.801Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30512024-10-14T17:40:26.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-10-14T17:40:26.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-10-14T17:40:26.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-10-14T17:40:26.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
30552024-10-14T17:40:26.540Z
30562024-10-14T17:40:26.540Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30572024-10-14T17:40:27.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-10-14T17:40:27.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-10-14T17:40:27.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-10-14T17:40:27.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30612024-10-14T17:40:27.232Z
30622024-10-14T17:40:27.232Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30632024-10-14T17:40:27.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-14T17:40:27.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-14T17:40:28.110Z Compiling libz-sys v1.1.16
30662024-10-14T17:40:28.219Z Checking http v0.2.12
30672024-10-14T17:40:28.221Z Compiling libgit2-sys v0.17.0+1.8.1
30682024-10-14T17:40:28.244Z Compiling vergen v8.3.2
30692024-10-14T17:40:28.244Z Compiling cargo-platform v0.1.8
30702024-10-14T17:40:28.247Z Compiling pin-project-internal v1.1.5
30712024-10-14T17:40:28.247Z Compiling snafu-derive v0.8.2
30722024-10-14T17:40:28.247Z Compiling libsqlite3-sys v0.30.1
30732024-10-14T17:40:28.680Z Compiling cargo_metadata v0.18.1
30742024-10-14T17:40:28.768Z Compiling cfg_aliases v0.2.1
30752024-10-14T17:40:28.827Z Compiling rustls v0.21.12
30762024-10-14T17:40:28.883Z Compiling buf-list v1.0.3
30772024-10-14T17:40:29.119Z Checking sync_wrapper v0.1.2
30782024-10-14T17:40:29.181Z Compiling nix v0.29.0
30792024-10-14T17:40:29.302Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30802024-10-14T17:40:29.528Z Checking h2 v0.3.26
30812024-10-14T17:40:29.546Z Checking http-body v0.4.6
30822024-10-14T17:40:30.011Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30832024-10-14T17:40:30.136Z Checking globset v0.4.14
30842024-10-14T17:40:30.537Z Checking sct v0.7.1
30852024-10-14T17:40:30.648Z Checking rustls-webpki v0.101.7
30862024-10-14T17:40:30.742Z Checking olpc-cjson v0.1.3
30872024-10-14T17:40:30.970Z Checking rand_seeder v0.3.0
30882024-10-14T17:40:31.210Z Checking serde_plain v1.0.2
30892024-10-14T17:40:31.369Z Checking typed-path v0.7.1
30902024-10-14T17:40:31.500Z Checking pin-project v1.1.5
30912024-10-14T17:40:31.632Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30922024-10-14T17:40:32.180Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30932024-10-14T17:40:32.307Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30942024-10-14T17:40:32.365Z Checking hashlink v0.9.1
30952024-10-14T17:40:32.460Z Checking fallible-streaming-iterator v0.1.9
30962024-10-14T17:40:32.597Z Checking fallible-iterator v0.3.0
30972024-10-14T17:40:32.678Z Checking parse-size v1.0.0
30982024-10-14T17:40:32.994Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30992024-10-14T17:40:33.251Z Checking rusqlite v0.32.1
31002024-10-14T17:40:33.275Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31012024-10-14T17:40:33.401Z Checking rustls-pemfile v1.0.4
31022024-10-14T17:40:33.596Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31032024-10-14T17:40:33.857Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31042024-10-14T17:40:33.908Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31052024-10-14T17:40:33.961Z Checking snafu v0.8.2
31062024-10-14T17:40:34.041Z Checking twox-hash v1.6.3
31072024-10-14T17:40:34.273Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31082024-10-14T17:40:34.440Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31092024-10-14T17:40:34.539Z Checking tokio-rustls v0.24.1
31102024-10-14T17:40:34.817Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31112024-10-14T17:40:34.907Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31122024-10-14T17:40:35.315Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31132024-10-14T17:40:35.337Z Checking fatfs v0.3.6
31142024-10-14T17:40:35.652Z Checking hyper v0.14.30
31152024-10-14T17:40:35.986Z Checking assert_matches v1.5.0
31162024-10-14T17:40:39.578Z Checking reqwest v0.11.27
31172024-10-14T17:40:40.395Z Checking tough v0.17.1
31182024-10-14T17:40:42.206Z Compiling git2 v0.19.0
31192024-10-14T17:40:43.632Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31202024-10-14T17:40:44.816Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31212024-10-14T17:40:47.096Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31222024-10-14T17:41:41.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
31232024-10-14T17:41:41.656Z
31242024-10-14T17:41:41.656Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31252024-10-14T17:41:42.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-10-14T17:41:42.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-10-14T17:41:42.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282024-10-14T17:41:42.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31292024-10-14T17:41:42.384Z
31302024-10-14T17:41:42.384Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31312024-10-14T17:41:42.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-10-14T17:41:42.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-10-14T17:41:42.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342024-10-14T17:41:42.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31352024-10-14T17:41:43.044Z
31362024-10-14T17:41:43.044Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31372024-10-14T17:41:43.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-10-14T17:41:43.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-10-14T17:41:43.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402024-10-14T17:41:43.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31412024-10-14T17:41:43.747Z
31422024-10-14T17:41:43.747Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31432024-10-14T17:41:44.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-10-14T17:41:44.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-10-14T17:41:44.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462024-10-14T17:41:44.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31472024-10-14T17:41:44.461Z
31482024-10-14T17:41:44.461Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31492024-10-14T17:41:45.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-10-14T17:41:45.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-10-14T17:41:45.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-10-14T17:41:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31532024-10-14T17:41:45.178Z
31542024-10-14T17:41:45.178Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31552024-10-14T17:41:45.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-10-14T17:41:45.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-10-14T17:41:45.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582024-10-14T17:41:45.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31592024-10-14T17:41:45.892Z
31602024-10-14T17:41:45.892Zinfo: running `cargo check --bins` on update-common (145/166)
31612024-10-14T17:41:46.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-10-14T17:41:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-10-14T17:41:46.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-10-14T17:41:46.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31652024-10-14T17:41:46.587Z
31662024-10-14T17:41:46.587Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31672024-10-14T17:41:47.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-10-14T17:41:47.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-10-14T17:41:47.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702024-10-14T17:41:47.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31712024-10-14T17:41:47.281Z
31722024-10-14T17:41:47.281Zinfo: running `cargo check --bins` on tufaceous (147/166)
31732024-10-14T17:41:47.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-10-14T17:41:47.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-10-14T17:41:47.988Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31762024-10-14T17:41:48.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
31772024-10-14T17:41:49.101Z
31782024-10-14T17:41:49.101Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31792024-10-14T17:41:49.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-10-14T17:41:49.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-10-14T17:41:49.990Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31822024-10-14T17:41:49.993Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31832024-10-14T17:41:49.993Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31842024-10-14T17:41:51.414Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31852024-10-14T17:41:53.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
31862024-10-14T17:41:54.140Z
31872024-10-14T17:41:54.140Zinfo: running `cargo check --bins` on openapi-manager (149/166)
31882024-10-14T17:41:54.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-10-14T17:41:54.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-10-14T17:41:54.879Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31912024-10-14T17:41:54.879Z Checking heck v0.4.1
31922024-10-14T17:41:54.882Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31932024-10-14T17:41:55.132Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31942024-10-14T17:41:56.506Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31952024-10-14T17:41:57.341Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31962024-10-14T17:41:58.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
31972024-10-14T17:41:58.553Z
31982024-10-14T17:41:58.553Zinfo: running `cargo check --bins` on installinator-api (150/166)
31992024-10-14T17:41:59.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-10-14T17:41:59.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-10-14T17:41:59.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022024-10-14T17:41:59.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32032024-10-14T17:41:59.247Z
32042024-10-14T17:41:59.247Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32052024-10-14T17:41:59.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-10-14T17:41:59.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-10-14T17:41:59.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082024-10-14T17:41:59.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32092024-10-14T17:41:59.944Z
32102024-10-14T17:41:59.944Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32112024-10-14T17:42:00.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122024-10-14T17:42:00.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132024-10-14T17:42:00.674Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32142024-10-14T17:42:01.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
32152024-10-14T17:42:02.037Z
32162024-10-14T17:42:02.037Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32172024-10-14T17:42:02.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-10-14T17:42:02.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-10-14T17:42:02.743Z Checking memmap2 v0.9.4
32202024-10-14T17:42:02.744Z Checking untrusted v0.7.1
32212024-10-14T17:42:02.748Z Checking constant_time_eq v0.3.0
32222024-10-14T17:42:02.748Z Checking arrayref v0.3.7
32232024-10-14T17:42:02.749Z Checking spin v0.5.2
32242024-10-14T17:42:02.749Z Checking arrayvec v0.7.4
32252024-10-14T17:42:02.863Z Checking topological-sort v0.2.2
32262024-10-14T17:42:02.874Z Checking shell-words v1.1.0
32272024-10-14T17:42:03.050Z Checking ring v0.16.20
32282024-10-14T17:42:03.160Z Checking blake3 v1.5.1
32292024-10-14T17:42:04.209Z Checking omicron-zone-package v0.11.1
32302024-10-14T17:42:05.318Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32312024-10-14T17:42:06.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
32322024-10-14T17:42:06.390Z
32332024-10-14T17:42:06.390Zinfo: running `cargo check --bins` on xtask (154/166)
32342024-10-14T17:42:06.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352024-10-14T17:42:06.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362024-10-14T17:42:06.882Z Checking bitflags v2.6.0
32372024-10-14T17:42:06.885Z Checking serde v1.0.210
32382024-10-14T17:42:06.885Z Checking thiserror v1.0.64
32392024-10-14T17:42:06.978Z Checking scroll v0.12.0
32402024-10-14T17:42:06.982Z Checking log v0.4.22
32412024-10-14T17:42:06.996Z Checking indexmap v2.6.0
32422024-10-14T17:42:07.000Z Checking zerocopy v0.7.34
32432024-10-14T17:42:07.019Z Checking syn v2.0.79
32442024-10-14T17:42:07.069Z Checking pest v2.7.10
32452024-10-14T17:42:07.207Z Checking rustix v0.38.37
32462024-10-14T17:42:07.240Z Checking once_cell v1.20.2
32472024-10-14T17:42:07.427Z Checking goblin v0.8.2
32482024-10-14T17:42:07.539Z Checking fs-err v2.11.0
32492024-10-14T17:42:07.856Z Checking tabled v0.15.0
32502024-10-14T17:42:08.171Z Checking anyhow v1.0.89
32512024-10-14T17:42:09.235Z Checking terminal_size v0.4.0
32522024-10-14T17:42:09.238Z Checking tempfile v3.13.0
32532024-10-14T17:42:09.421Z Checking clap_builder v4.5.20
32542024-10-14T17:42:09.581Z Checking dtrace-parser v0.2.0
32552024-10-14T17:42:11.000Z Checking serde_json v1.0.128
32562024-10-14T17:42:11.000Z Checking serde_spanned v0.6.7
32572024-10-14T17:42:11.003Z Checking toml_datetime v0.6.8
32582024-10-14T17:42:11.003Z Checking camino v1.1.9
32592024-10-14T17:42:11.003Z Checking cargo-platform v0.1.8
32602024-10-14T17:42:11.218Z Checking semver v1.0.23
32612024-10-14T17:42:11.281Z Checking macaddr v1.0.1
32622024-10-14T17:42:11.303Z Checking toml_edit v0.22.22
32632024-10-14T17:42:11.596Z Checking camino-tempfile v1.1.1
32642024-10-14T17:42:11.883Z Checking clap v4.5.20
32652024-10-14T17:42:12.204Z Checking dof v0.3.0
32662024-10-14T17:42:12.204Z Checking cargo_metadata v0.18.1
32672024-10-14T17:42:12.614Z Checking usdt-impl v0.5.0
32682024-10-14T17:42:12.980Z Checking usdt v0.5.0
32692024-10-14T17:42:13.122Z Checking toml v0.8.19
32702024-10-14T17:42:13.599Z Checking cargo_toml v0.20.5
32712024-10-14T17:42:14.833Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32722024-10-14T17:42:15.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
32732024-10-14T17:42:15.572Z
32742024-10-14T17:42:15.572Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32752024-10-14T17:42:16.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-10-14T17:42:16.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-10-14T17:42:16.378Z Checking polyval v0.6.2
32782024-10-14T17:42:16.485Z Checking ctr v0.9.2
32792024-10-14T17:42:16.498Z Checking ssh-encoding v0.2.0
32802024-10-14T17:42:16.501Z Checking blowfish v0.9.1
32812024-10-14T17:42:16.524Z Checking password-hash v0.4.2
32822024-10-14T17:42:16.527Z Checking matches v0.1.10
32832024-10-14T17:42:16.549Z Checking p256 v0.13.2
32842024-10-14T17:42:16.549Z Checking p521 v0.13.3
32852024-10-14T17:42:16.622Z Checking idna v0.2.3
32862024-10-14T17:42:16.705Z Checking bcrypt-pbkdf v0.10.0
32872024-10-14T17:42:16.722Z Checking ghash v0.5.1
32882024-10-14T17:42:16.746Z Compiling enum-as-inner v0.5.1
32892024-10-14T17:42:16.831Z Checking russh-cryptovec v0.7.2
32902024-10-14T17:42:16.895Z Checking aes-gcm v0.10.3
32912024-10-14T17:42:16.914Z Checking pbkdf2 v0.11.0
32922024-10-14T17:42:16.949Z Checking md5 v0.7.0
32932024-10-14T17:42:17.021Z Checking num-bigint v0.4.5
32942024-10-14T17:42:17.038Z Checking des v0.8.1
32952024-10-14T17:42:17.132Z Checking ssh-cipher v0.2.0
32962024-10-14T17:42:17.229Z Compiling dhcproto-macros v0.1.0
32972024-10-14T17:42:17.250Z Checking hex-literal v0.4.1
32982024-10-14T17:42:17.309Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32992024-10-14T17:42:17.381Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33002024-10-14T17:42:17.421Z Checking ssh-key v0.6.6
33012024-10-14T17:42:17.486Z Checking internet-checksum v0.2.1
33022024-10-14T17:42:17.796Z Checking trust-dns-proto v0.22.0
33032024-10-14T17:42:18.812Z Checking russh-keys v0.45.0
33042024-10-14T17:42:19.781Z Checking russh v0.45.0
33052024-10-14T17:42:20.420Z Checking dhcproto v0.12.0
33062024-10-14T17:42:37.547Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33072024-10-14T17:42:38.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
33082024-10-14T17:42:39.059Z
33092024-10-14T17:42:39.059Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33102024-10-14T17:42:39.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112024-10-14T17:42:39.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122024-10-14T17:42:39.738Z Checking termios v0.3.3
33132024-10-14T17:42:39.953Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33142024-10-14T17:42:40.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
33152024-10-14T17:42:40.878Z
33162024-10-14T17:42:40.878Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33172024-10-14T17:42:41.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-10-14T17:42:41.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-10-14T17:42:41.623Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202024-10-14T17:42:43.644Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33212024-10-14T17:42:45.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
33222024-10-14T17:42:45.658Z
33232024-10-14T17:42:45.658Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33242024-10-14T17:42:46.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-10-14T17:42:46.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-10-14T17:42:46.343Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272024-10-14T17:42:46.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
33282024-10-14T17:42:46.952Z
33292024-10-14T17:42:46.952Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33302024-10-14T17:42:47.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-10-14T17:42:47.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-10-14T17:42:47.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-10-14T17:42:47.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33342024-10-14T17:42:47.608Z
33352024-10-14T17:42:47.608Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33362024-10-14T17:42:48.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-10-14T17:42:48.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-10-14T17:42:48.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392024-10-14T17:42:48.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33402024-10-14T17:42:48.279Z
33412024-10-14T17:42:48.279Zinfo: running `cargo check --bins` on omicron-package (161/166)
33422024-10-14T17:42:49.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-10-14T17:42:49.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-10-14T17:42:49.059Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33452024-10-14T17:42:50.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
33462024-10-14T17:42:50.419Z
33472024-10-14T17:42:50.419Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33482024-10-14T17:42:51.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-10-14T17:42:51.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-10-14T17:42:51.168Z Checking rtoolbox v0.0.2
33512024-10-14T17:42:51.169Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33522024-10-14T17:42:51.171Z Checking tui-tree-widget v0.22.0
33532024-10-14T17:42:51.391Z Checking rpassword v7.3.1
33542024-10-14T17:42:55.374Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33552024-10-14T17:42:58.342Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33562024-10-14T17:42:59.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
33572024-10-14T17:42:59.690Z
33582024-10-14T17:42:59.690Zinfo: running `cargo check --bins` on wicket (163/166)
33592024-10-14T17:43:00.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-10-14T17:43:00.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-10-14T17:43:00.449Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33622024-10-14T17:43:00.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
33632024-10-14T17:43:01.027Z
33642024-10-14T17:43:01.027Zinfo: running `cargo check --bins` on wicketd (164/166)
33652024-10-14T17:43:01.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-10-14T17:43:01.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-10-14T17:43:01.800Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33682024-10-14T17:43:05.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
33692024-10-14T17:43:05.884Z
33702024-10-14T17:43:05.884Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33712024-10-14T17:43:06.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-10-14T17:43:06.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-10-14T17:43:06.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742024-10-14T17:43:06.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33752024-10-14T17:43:06.547Z
33762024-10-14T17:43:06.547Zinfo: running `cargo check --bins` on zone-setup (166/166)
33772024-10-14T17:43:07.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-10-14T17:43:07.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-10-14T17:43:07.324Z Checking uzers v0.11.3
33802024-10-14T17:43:07.633Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33812024-10-14T17:43:08.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
33822024-10-14T17:43:08.920Z
33832024-10-14T17:43:08.923Zreal 11:53.132193777
33842024-10-14T17:43:08.923Zuser 24:10.310368234
33852024-10-14T17:43:08.923Zsys 5:14.371166118
33862024-10-14T17:43:08.923Ztrap 0.504764284
33872024-10-14T17:43:08.923Ztflt 2.951613620
33882024-10-14T17:43:08.923Zdflt 2.264821924
33892024-10-14T17:43:08.923Zkflt 0.002711118
33902024-10-14T17:43:08.923Zlock 42:04.676855572
33912024-10-14T17:43:08.923Zslp 1:58:46.792468857
33922024-10-14T17:43:08.923Zlat 1:00.786923895
33932024-10-14T17:43:08.923Zstop 3:05.962599514
33942024-10-14T17:43:08.923Zprocess exited: duration 945900 ms, exit code 0
 
33952024-10-14T17:43:08.929Zfound 0 output files