01JFK3AJ4AHGY5WHHM63ZPHNWJ: 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: 01JFK3B97F4CT9E7NWZSD8TZ7Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:43:58.348Zjob assigned to worker 01JFK3T1ZBG6XEE7KSJRGH7S85 [factory aws, i-0bbb09c279a452447] (queued for 9 m 2 s)
 
22024-12-20T22:44:06.969Zstarting task 0: "setup"
32024-12-20T22:44:06.976Z++ uname -s
42024-12-20T22:44:06.986Z+ kern=SunOS
52024-12-20T22:44:06.986Z+ case "$kern" in
62024-12-20T22:44:06.986Z+ groupadd -g 12345 build
72024-12-20T22:44:06.986Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:44:08.988Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:44:09.085Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:44:09.089Z+ home_fs=zfs
112024-12-20T22:44:09.089Z+ [[ zfs == autofs ]]
122024-12-20T22:44:09.089Z+ mkdir -p /home/build
132024-12-20T22:44:09.094Z+ chown build:build /home/build /work
142024-12-20T22:44:11.091Z+ chmod 0700 /home/build /work
152024-12-20T22:44:11.094Zprocess exited: duration 4126 ms, exit code 0
 
162024-12-20T22:44:11.099Zstarting task 1: "rust-toolchain"
172024-12-20T22:44:11.104Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:44:11.105Z' 1.81.0
192024-12-20T22:44:11.105Z * toolchain channel = "1.81.0"
202024-12-20T22:44:11.105Z+ printf ' * toolchain profile = "%s"
212024-12-20T22:44:11.105Z' default
222024-12-20T22:44:11.108Z * toolchain profile = "default"
232024-12-20T22:44:11.108Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:44:11.108Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:44:11.223Zinfo: downloading installer
262024-12-20T22:44:12.758Zinfo: profile set to 'default'
272024-12-20T22:44:12.758Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:44:12.761Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:44:12.897Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:44:12.897Zinfo: downloading component 'cargo'
312024-12-20T22:44:13.669Zinfo: downloading component 'clippy'
322024-12-20T22:44:14.046Zinfo: downloading component 'rust-docs'
332024-12-20T22:44:15.056Zinfo: downloading component 'rust-std'
342024-12-20T22:44:16.633Zinfo: downloading component 'rustc'
352024-12-20T22:44:22.379Zinfo: downloading component 'rustfmt'
362024-12-20T22:44:22.596Zinfo: installing component 'cargo'
372024-12-20T22:44:23.413Zinfo: installing component 'clippy'
382024-12-20T22:44:23.780Zinfo: installing component 'rust-docs'
392024-12-20T22:44:25.349Zinfo: installing component 'rust-std'
402024-12-20T22:44:27.127Zinfo: installing component 'rustc'
412024-12-20T22:44:32.882Zinfo: installing component 'rustfmt'
422024-12-20T22:44:33.202Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:44:33.202Z
442024-12-20T22:44:33.576Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:44:33.576Z
462024-12-20T22:44:33.579Z
472024-12-20T22:44:33.579ZRust is installed now. Great!
482024-12-20T22:44:33.579Z
492024-12-20T22:44:33.579ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:44:33.579Zenvironment variable. This has not been done automatically.
512024-12-20T22:44:33.579Z
522024-12-20T22:44:33.579ZTo configure your current shell, you need to source
532024-12-20T22:44:33.579Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:44:33.579Z
552024-12-20T22:44:33.579ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:44:33.580Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:44:33.580Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:44:33.647Z+ rustc --version
592024-12-20T22:44:33.714Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:44:33.718Zprocess exited: duration 22612 ms, exit code 0
 
612024-12-20T22:44:33.725Zstarting task 2: "authentication"
622024-12-20T22:44:33.751Zprocess exited: duration 25 ms, exit code 0
 
632024-12-20T22:44:33.760Zstarting task 3: "clone repository"
642024-12-20T22:44:33.763Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:44:33.766Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:44:35.008ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:44:41.902Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:44:41.902Z+ git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5
692024-12-20T22:44:42.221ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:44:42.221Z * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD
712024-12-20T22:44:42.233Z+ [[ -n diffus ]]
722024-12-20T22:44:42.236Z++ git branch --show-current
732024-12-20T22:44:42.240Z+ current=main
742024-12-20T22:44:42.240Z+ [[ main != diffus ]]
752024-12-20T22:44:42.240Z+ git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5
762024-12-20T22:44:42.243Z+ git checkout -f diffus
772024-12-20T22:44:42.418ZSwitched to branch 'diffus'
782024-12-20T22:44:42.421Z+ git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5
792024-12-20T22:44:42.593ZHEAD is now at 3aafc3f05 Merge branch 'main' into diffus
802024-12-20T22:44:42.596Zprocess exited: duration 8835 ms, exit code 0
 
812024-12-20T22:44:42.603Zstarting task 4: "build"
822024-12-20T22:44:42.606Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:44:42.609Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:44:42.609Z++ CARGO_TERM_COLOR=always
852024-12-20T22:44:42.609Z+ cargo --version
862024-12-20T22:44:42.665Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:44:42.668Z+ rustc --version
882024-12-20T22:44:42.728Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:44:42.731Z+ source ./env.sh
902024-12-20T22:44:42.731Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T22:44:42.731Z++ set -o xtrace
922024-12-20T22:44:42.734Z++++ dirname ./env.sh
932024-12-20T22:44:42.736Z+++ readlink -f .
942024-12-20T22:44:42.810Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T22:44:42.813Z++ 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-12-20T22:44:42.813Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-20T22:44:42.813Z++ 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-12-20T22:44:42.813Z++ 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-12-20T22:44:42.813Z++ 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-12-20T22:44:42.813Z++ 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-12-20T22:44:42.813Z++ 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-12-20T22:44:42.815Z++ 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-12-20T22:44:42.815Z++ case $OLD_SHELL_OPTS in
1042024-12-20T22:44:42.815Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T22:44:42.815Z+ 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-12-20T22:44:42.815Z+ 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-12-20T22:44:42.815Z+ banner prerequisites
1082024-12-20T22:44:42.931Z
1092024-12-20T22:44:42.932Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T22:44:42.932Z # # # # # # # # # # # # # # #
1112024-12-20T22:44:42.932Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T22:44:42.932Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T22:44:42.932Z # # # # # # # # # # # # # # #
1142024-12-20T22:44:42.932Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T22:44:42.932Z
1162024-12-20T22:44:42.934Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T22:44:58.481Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T22:45:02.693Z Startup: Caching catalogs ... Done
1192024-12-20T22:45:13.559ZPlanning: Solver setup ... Done (9.878s)
1202024-12-20T22:45:13.693ZPlanning: Running solver ... Done (0.134s)
1212024-12-20T22:45:13.950ZPlanning: Finding local manifests ... Done (0.149s)
1222024-12-20T22:45:13.964ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T22:45:14.186ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T22:45:14.459ZPlanning: Package planning ... Done (0.273s)
1252024-12-20T22:45:14.516ZPlanning: Merging actions ... Done (0.057s)
1262024-12-20T22:45:15.832ZPlanning: Checking for conflicting actions ... Done (1.315s)
1272024-12-20T22:45:23.782ZPlanning: Consolidating action changes ... Done (7.948s)
1282024-12-20T22:45:24.185ZPlanning: Evaluating mediators ... Done (0.403s)
1292024-12-20T22:45:24.341ZPlanning: Planning completed in 21.55 seconds
1302024-12-20T22:45:24.873Z Packages to install: 4
1312024-12-20T22:45:24.873Z Packages to update: 1
1322024-12-20T22:45:24.873Z Mediators to change: 2
1332024-12-20T22:45:24.873Z Services to change: 1
1342024-12-20T22:45:24.876Z Estimated space available: 155.63 GB
1352024-12-20T22:45:24.876ZEstimated space to be consumed: 1.62 GB
1362024-12-20T22:45:24.876Z Create boot environment: No
1372024-12-20T22:45:24.876ZCreate backup boot environment: Yes
1382024-12-20T22:45:24.876Z Rebuild boot archive: No
1392024-12-20T22:45:24.876Z
1402024-12-20T22:45:24.876ZChanged mediators:
1412024-12-20T22:45:24.876Z mediator clang:
1422024-12-20T22:45:24.876Z version: None -> 15 (system default)
1432024-12-20T22:45:24.876Z
1442024-12-20T22:45:24.876Z mediator llvm:
1452024-12-20T22:45:24.877Z version: 14 (system default) -> 15 (system default)
1462024-12-20T22:45:24.877Z
1472024-12-20T22:45:24.877ZChanged packages:
1482024-12-20T22:45:24.877Zhelios-dev
1492024-12-20T22:45:24.877Z developer/build-essential
1502024-12-20T22:45:24.877Z None -> 11-2.0
1512024-12-20T22:45:24.877Z library/libxmlsec1
1522024-12-20T22:45:24.877Z None -> 1.2.35-2.0
1532024-12-20T22:45:24.877Z ooce/developer/clang-15
1542024-12-20T22:45:24.877Z None -> 15.0.7-2.0
1552024-12-20T22:45:24.877Z ooce/developer/llvm-15
1562024-12-20T22:45:24.877Z None -> 15.0.7-2.0
1572024-12-20T22:45:24.877Z package/pkg
1582024-12-20T22:45:24.877Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T22:45:24.877Z
1602024-12-20T22:45:24.877ZServices:
1612024-12-20T22:45:24.877Z restart_fmri:
1622024-12-20T22:45:24.877Z svc:/system/update-man-index:default
1632024-12-20T22:45:24.877Z
1642024-12-20T22:45:24.877ZEditable files to change:
1652024-12-20T22:45:24.877Z Update:
1662024-12-20T22:45:24.877Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T22:45:25.179Z
1682024-12-20T22:45:25.179ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T22:45:30.201ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (17.2M/s)
1702024-12-20T22:45:35.205ZDownload: 2958/4281 items 121.0/220.6MB 54% complete (12.2M/s)
1712024-12-20T22:45:40.730ZDownload: 3277/4281 items 209.1/220.6MB 94% complete (18.7M/s)
1722024-12-20T22:45:45.867ZDownload: 4207/4281 items 220.5/220.6MB 99% complete (10.1M/s)
1732024-12-20T22:45:45.970ZDownload: Completed 220.60 MB in 20.79 seconds (10.6M/s)
1742024-12-20T22:45:47.886Z Actions: 1/5063 actions (Removing old actions)
1752024-12-20T22:45:47.904Z Actions: 194/5063 actions (Installing new actions)
1762024-12-20T22:45:52.908Z Actions: 4091/5063 actions (Installing new actions)
1772024-12-20T22:45:53.519Z Actions: 4226/5063 actions (Updating modified actions)
1782024-12-20T22:45:53.908Z Actions: Completed 5063 actions in 6.02 seconds.
1792024-12-20T22:45:54.318Z Done (0.401s)
1802024-12-20T22:45:54.320Z Done (0.000s)
1812024-12-20T22:45:54.898Z Done (0.579s)
1822024-12-20T22:46:01.756Z Done (6.635s)
1832024-12-20T22:46:02.124Z Done (0.292s)
1842024-12-20T22:46:02.127Z Done (0.000s)
1852024-12-20T22:46:02.296Z Done (0.000s)
1862024-12-20T22:46:03.005ZPlanning: Evaluating mediator changes ... Done
1872024-12-20T22:46:03.174ZPlanning: Checking for conflicting actions ... Done
1882024-12-20T22:46:03.177ZPlanning: Consolidating action changes ... Done
1892024-12-20T22:46:03.455ZPlanning: Evaluating mediators ... Done
1902024-12-20T22:46:03.457ZPlanning: Planning completed in 0.45 seconds
1912024-12-20T22:46:03.494Z Mediators to change: 2
1922024-12-20T22:46:03.494Z Create boot environment: No
1932024-12-20T22:46:03.497ZCreate backup boot environment: No
1942024-12-20T22:46:03.574Z Done
1952024-12-20T22:46:03.574Z Done
1962024-12-20T22:46:03.939Z Done
1972024-12-20T22:46:07.697Z Done
1982024-12-20T22:46:07.789Z Done
1992024-12-20T22:46:07.792Z Done
2002024-12-20T22:46:07.989Z Done
2012024-12-20T22:46:08.622ZPlanning: Evaluating mediator changes ... Done
2022024-12-20T22:46:08.625ZPlanning: Merging actions ... Done
2032024-12-20T22:46:08.817ZPlanning: Checking for conflicting actions ... Done
2042024-12-20T22:46:08.820ZPlanning: Consolidating action changes ... Done
2052024-12-20T22:46:09.095ZPlanning: Evaluating mediators ... Done
2062024-12-20T22:46:09.154ZPlanning: Planning completed in 0.79 seconds
2072024-12-20T22:46:09.195Z Packages to change: 1
2082024-12-20T22:46:09.195Z Mediators to change: 1
2092024-12-20T22:46:09.198Z Services to change: 1
2102024-12-20T22:46:09.198Z Create boot environment: No
2112024-12-20T22:46:09.198ZCreate backup boot environment: Yes
2122024-12-20T22:46:11.652Z Actions: 1/6 actions (Updating modified actions)
2132024-12-20T22:46:11.704Z Actions: Completed 6 actions in 0.05 seconds.
2142024-12-20T22:46:11.707Z Done
2152024-12-20T22:46:11.707Z Done
2162024-12-20T22:46:11.821Z Done
2172024-12-20T22:46:15.773Z Done
2182024-12-20T22:46:15.779Z Done
2192024-12-20T22:46:15.779Z Done
2202024-12-20T22:46:15.873Z Done
2212024-12-20T22:46:16.322ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-12-20T22:46:16.322Zclang system 15 system
2232024-12-20T22:46:16.322Zcsh system system illumos
2242024-12-20T22:46:16.322Zctags system system illumos
2252024-12-20T22:46:16.322Zgcc vendor 12 vendor
2262024-12-20T22:46:16.322Zgcc system 10 system
2272024-12-20T22:46:16.322Zgcc system 7 system
2282024-12-20T22:46:16.322Zgo system 1.20 system
2292024-12-20T22:46:16.322Zgo system 1.19 system
2302024-12-20T22:46:16.322Zllvm system 15 system
2312024-12-20T22:46:16.322Zllvm system 14 system
2322024-12-20T22:46:16.322Zmariadb system 10.6 system
2332024-12-20T22:46:16.322Zmta vendor vendor dma
2342024-12-20T22:46:16.323Zopenjdk system 17 system
2352024-12-20T22:46:16.323Zopenjdk system 11 system
2362024-12-20T22:46:16.323Zopenjdk system 1.8 system
2372024-12-20T22:46:16.323Zopenssl vendor 3 vendor
2382024-12-20T22:46:16.323Zperl system 5.36 system
2392024-12-20T22:46:16.323Zpostgresql system 15 system
2402024-12-20T22:46:16.323Zpostgresql system 13 system
2412024-12-20T22:46:16.323Zpython vendor 3 vendor
2422024-12-20T22:46:16.323Zpython system 2 system
2432024-12-20T22:46:16.323Zpython3 system 3.11 system
2442024-12-20T22:46:16.323Zruby system 3.0 system
2452024-12-20T22:46:16.323Zwords vendor vendor american-english
2462024-12-20T22:46:16.323Zwords system system australian-english
2472024-12-20T22:46:16.323Zwords system system british-english
2482024-12-20T22:46:16.323Zwords system system canadian-english
2492024-12-20T22:46:16.323Zwords system system french
2502024-12-20T22:46:16.323Zwords system system italian
2512024-12-20T22:46:16.323Zwords system system ngerman
2522024-12-20T22:46:16.323Zwords system system ogerman
2532024-12-20T22:46:16.323Zwords system system spanish
2542024-12-20T22:46:16.657ZPUBLISHER TYPE STATUS P LOCATION
2552024-12-20T22:46:16.657Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-12-20T22:46:19.419ZFMRI IFO
2572024-12-20T22:46:19.420Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-12-20T22:46:19.420Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-12-20T22:46:19.420Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-12-20T22:46:19.420Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-12-20T22:46:19.420Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-12-20T22:46:19.420Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-12-20T22:46:19.420Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-12-20T22:46:19.420Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-12-20T22:46:19.420Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-12-20T22:46:19.420Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2672024-12-20T22:46:19.420Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-12-20T22:46:19.420Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-12-20T22:46:19.420Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2702024-12-20T22:46:19.420Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2712024-12-20T22:46:19.420Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2722024-12-20T22:46:20.208Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2732024-12-20T22:46:20.530Z Updating crates.io index
2742024-12-20T22:46:20.594Z Updating git repository `https://github.com/oxidecomputer/diffus`
2752024-12-20T22:46:20.845Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-12-20T22:46:21.307Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-12-20T22:46:21.589Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-12-20T22:46:21.822Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-12-20T22:46:22.168Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-12-20T22:46:23.041Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-12-20T22:46:24.576Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-12-20T22:46:25.308Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-12-20T22:46:26.091Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-12-20T22:46:26.365Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-12-20T22:46:26.703Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-12-20T22:46:27.303Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-12-20T22:46:27.604Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-12-20T22:46:27.933Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-12-20T22:46:28.197Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-12-20T22:46:28.444Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-12-20T22:46:28.851Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-12-20T22:46:29.167Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-12-20T22:46:29.548Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-12-20T22:46:30.068Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-12-20T22:46:30.294Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-12-20T22:46:30.869Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-12-20T22:46:31.255Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-12-20T22:46:31.664Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-12-20T22:46:32.108Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3002024-12-20T22:46:32.411Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-12-20T22:46:32.682Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-12-20T22:46:32.943Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-12-20T22:46:34.338Z Downloading crates ...
3042024-12-20T22:46:34.388Z Downloaded anstyle v1.0.10
3052024-12-20T22:46:34.394Z Downloaded cargo-platform v0.1.8
3062024-12-20T22:46:34.396Z Downloaded autocfg v1.4.0
3072024-12-20T22:46:34.398Z Downloaded anyhow v1.0.93
3082024-12-20T22:46:34.401Z Downloaded bytecount v0.6.8
3092024-12-20T22:46:34.417Z Downloaded pretty-hex v0.4.1
3102024-12-20T22:46:34.421Z Downloaded dtrace-parser v0.2.0
3112024-12-20T22:46:34.424Z Downloaded usdt-macro v0.5.0
3122024-12-20T22:46:34.427Z Downloaded scroll_derive v0.12.0
3132024-12-20T22:46:34.432Z Downloaded equivalent v1.0.1
3142024-12-20T22:46:34.438Z Downloaded clap_lex v0.7.2
3152024-12-20T22:46:34.441Z Downloaded anstream v0.6.15
3162024-12-20T22:46:34.444Z Downloaded anstyle-parse v0.2.5
3172024-12-20T22:46:34.446Z Downloaded usdt-attr-macro v0.5.0
3182024-12-20T22:46:34.449Z Downloaded crypto-common v0.1.6
3192024-12-20T22:46:34.449Z Downloaded colorchoice v1.0.2
3202024-12-20T22:46:34.449Z Downloaded cfg-if v1.0.0
3212024-12-20T22:46:34.452Z Downloaded byteorder v1.5.0
3222024-12-20T22:46:34.452Z Downloaded block-buffer v0.10.4
3232024-12-20T22:46:34.455Z Downloaded macaddr v1.0.1
3242024-12-20T22:46:34.455Z Downloaded strsim v0.11.1
3252024-12-20T22:46:34.457Z Downloaded serde_tokenstream v0.2.2
3262024-12-20T22:46:34.458Z Downloaded itoa v1.0.11
3272024-12-20T22:46:34.460Z Downloaded heck v0.5.0
3282024-12-20T22:46:34.460Z Downloaded fs-err v2.11.0
3292024-12-20T22:46:34.463Z Downloaded digest v0.10.7
3302024-12-20T22:46:34.465Z Downloaded toml_datetime v0.6.8
3312024-12-20T22:46:34.465Z Downloaded terminal_size v0.4.0
3322024-12-20T22:46:34.467Z Downloaded is_terminal_polyfill v1.70.1
3332024-12-20T22:46:34.468Z Downloaded cpufeatures v0.2.14
3342024-12-20T22:46:34.471Z Downloaded smawk v0.3.2
3352024-12-20T22:46:34.473Z Downloaded generic-array v0.14.7
3362024-12-20T22:46:34.473Z Downloaded errno v0.3.9
3372024-12-20T22:46:34.476Z Downloaded dof v0.3.0
3382024-12-20T22:46:34.476Z Downloaded proc-macro-error-attr v1.0.4
3392024-12-20T22:46:34.478Z Downloaded swrite v0.1.0
3402024-12-20T22:46:34.478Z Downloaded plain v0.2.3
3412024-12-20T22:46:34.481Z Downloaded memmap v0.7.0
3422024-12-20T22:46:34.485Z Downloaded usdt-impl v0.5.0
3432024-12-20T22:46:34.487Z Downloaded utf8parse v0.2.2
3442024-12-20T22:46:34.488Z Downloaded unicode-linebreak v0.1.5
3452024-12-20T22:46:34.490Z Downloaded thiserror v1.0.69
3462024-12-20T22:46:34.492Z Downloaded version_check v0.9.5
3472024-12-20T22:46:34.495Z Downloaded thread-id v4.2.2
3482024-12-20T22:46:34.495Z Downloaded cargo_metadata v0.18.1
3492024-12-20T22:46:34.497Z Downloaded heck v0.4.1
3502024-12-20T22:46:34.498Z Downloaded fnv v1.0.7
3512024-12-20T22:46:34.500Z Downloaded fastrand v2.1.1
3522024-12-20T22:46:34.500Z Downloaded cargo_toml v0.20.5
3532024-12-20T22:46:34.500Z Downloaded thiserror-impl v1.0.69
3542024-12-20T22:46:34.503Z Downloaded semver v1.0.23
3552024-12-20T22:46:34.505Z Downloaded anstyle-query v1.1.1
3562024-12-20T22:46:34.505Z Downloaded camino-tempfile v1.1.1
3572024-12-20T22:46:34.508Z Downloaded tabled_derive v0.7.0
3582024-12-20T22:46:34.508Z Downloaded clap_derive v4.5.18
3592024-12-20T22:46:34.510Z Downloaded tempfile v3.13.0
3602024-12-20T22:46:34.513Z Downloaded quote v1.0.37
3612024-12-20T22:46:34.515Z Downloaded serde_spanned v0.6.8
3622024-12-20T22:46:34.515Z Downloaded clap v4.5.21
3632024-12-20T22:46:34.522Z Downloaded zerocopy-derive v0.7.35
3642024-12-20T22:46:34.526Z Downloaded proc-macro-error v1.0.4
3652024-12-20T22:46:34.529Z Downloaded pest_generator v2.7.14
3662024-12-20T22:46:34.532Z Downloaded camino v1.1.9
3672024-12-20T22:46:34.536Z Downloaded usdt v0.5.0
3682024-12-20T22:46:34.536Z Downloaded sha2 v0.10.8
3692024-12-20T22:46:34.536Z Downloaded scroll v0.12.0
3702024-12-20T22:46:34.539Z Downloaded proc-macro2 v1.0.89
3712024-12-20T22:46:34.539Z Downloaded pest_derive v2.7.14
3722024-12-20T22:46:34.542Z Downloaded ryu v1.0.18
3732024-12-20T22:46:34.545Z Downloaded once_cell v1.20.2
3742024-12-20T22:46:34.548Z Downloaded bitflags v2.6.0
3752024-12-20T22:46:34.552Z Downloaded unicode-ident v1.0.13
3762024-12-20T22:46:34.554Z Downloaded log v0.4.22
3772024-12-20T22:46:34.554Z Downloaded toml v0.8.19
3782024-12-20T22:46:34.557Z Downloaded ucd-trie v0.1.7
3792024-12-20T22:46:34.558Z Downloaded typenum v1.17.0
3802024-12-20T22:46:34.560Z Downloaded pest_meta v2.7.14
3812024-12-20T22:46:34.563Z Downloaded serde_derive v1.0.215
3822024-12-20T22:46:34.566Z Downloaded papergrid v0.11.0
3832024-12-20T22:46:34.569Z Downloaded textwrap v0.16.1
3842024-12-20T22:46:34.577Z Downloaded serde v1.0.215
3852024-12-20T22:46:34.585Z Downloaded indexmap v2.6.0
3862024-12-20T22:46:34.598Z Downloaded memchr v2.7.4
3872024-12-20T22:46:34.608Z Downloaded toml_edit v0.22.22
3882024-12-20T22:46:34.627Z Downloaded hashbrown v0.15.1
3892024-12-20T22:46:34.644Z Downloaded serde_json v1.0.133
3902024-12-20T22:46:34.650Z Downloaded clap_builder v4.5.21
3912024-12-20T22:46:34.656Z Downloaded zerocopy v0.7.35
3922024-12-20T22:46:34.670Z Downloaded winnow v0.6.20
3932024-12-20T22:46:34.678Z Downloaded goblin v0.8.2
3942024-12-20T22:46:34.683Z Downloaded pest v2.7.14
3952024-12-20T22:46:34.691Z Downloaded tabled v0.15.0
3962024-12-20T22:46:34.709Z Downloaded syn v1.0.109
3972024-12-20T22:46:34.714Z Downloaded unicode-width v0.1.14
3982024-12-20T22:46:34.719Z Downloaded syn v2.0.87
3992024-12-20T22:46:34.729Z Downloaded rustix v0.38.37
4002024-12-20T22:46:34.764Z Downloaded libc v0.2.162
4012024-12-20T22:46:35.075Z Compiling proc-macro2 v1.0.89
4022024-12-20T22:46:35.075Z Compiling unicode-ident v1.0.13
4032024-12-20T22:46:35.079Z Compiling version_check v0.9.5
4042024-12-20T22:46:35.079Z Compiling serde v1.0.215
4052024-12-20T22:46:35.079Z Compiling thiserror v1.0.69
4062024-12-20T22:46:35.079Z Compiling memchr v2.7.4
4072024-12-20T22:46:35.150Z Compiling libc v0.2.162
4082024-12-20T22:46:35.171Z Compiling itoa v1.0.11
4092024-12-20T22:46:35.336Z Compiling ryu v1.0.18
4102024-12-20T22:46:35.455Z Compiling ucd-trie v0.1.7
4112024-12-20T22:46:35.667Z Compiling once_cell v1.20.2
4122024-12-20T22:46:36.021Z Compiling byteorder v1.5.0
4132024-12-20T22:46:36.420Z Compiling serde_json v1.0.133
4142024-12-20T22:46:36.648Z Compiling rustix v0.38.37
4152024-12-20T22:46:37.009Z Compiling bitflags v2.6.0
4162024-12-20T22:46:37.012Z Compiling proc-macro-error-attr v1.0.4
4172024-12-20T22:46:37.207Z Compiling usdt-impl v0.5.0
4182024-12-20T22:46:37.277Z Compiling syn v1.0.109
4192024-12-20T22:46:37.398Z Compiling proc-macro-error v1.0.4
4202024-12-20T22:46:37.433Z Compiling hashbrown v0.15.1
4212024-12-20T22:46:37.458Z Compiling log v0.4.22
4222024-12-20T22:46:37.678Z Compiling equivalent v1.0.1
4232024-12-20T22:46:37.706Z Compiling thread-id v4.2.2
4242024-12-20T22:46:37.793Z Compiling camino v1.1.9
4252024-12-20T22:46:37.821Z Compiling utf8parse v0.2.2
4262024-12-20T22:46:37.824Z Compiling plain v0.2.3
4272024-12-20T22:46:37.970Z Compiling quote v1.0.37
4282024-12-20T22:46:37.997Z Compiling anstyle-parse v0.2.5
4292024-12-20T22:46:38.043Z Compiling anstyle v1.0.10
4302024-12-20T22:46:38.338Z Compiling syn v2.0.87
4312024-12-20T22:46:38.364Z Compiling errno v0.3.9
4322024-12-20T22:46:38.576Z Compiling indexmap v2.6.0
4332024-12-20T22:46:38.602Z Compiling colorchoice v1.0.2
4342024-12-20T22:46:38.625Z Compiling autocfg v1.4.0
4352024-12-20T22:46:38.668Z Compiling semver v1.0.23
4362024-12-20T22:46:38.760Z Compiling pretty-hex v0.4.1
4372024-12-20T22:46:38.973Z Compiling is_terminal_polyfill v1.70.1
4382024-12-20T22:46:39.109Z Compiling winnow v0.6.20
4392024-12-20T22:46:39.208Z Compiling anstyle-query v1.1.1
4402024-12-20T22:46:39.378Z Compiling unicode-width v0.1.14
4412024-12-20T22:46:39.817Z Compiling fs-err v2.11.0
4422024-12-20T22:46:39.876Z Compiling anstream v0.6.15
4432024-12-20T22:46:40.105Z Compiling clap_lex v0.7.2
4442024-12-20T22:46:40.178Z Compiling fastrand v2.1.1
4452024-12-20T22:46:40.206Z Compiling fnv v1.0.7
4462024-12-20T22:46:40.345Z Compiling bytecount v0.6.8
4472024-12-20T22:46:40.579Z Compiling heck v0.4.1
4482024-12-20T22:46:40.616Z Compiling terminal_size v0.4.0
4492024-12-20T22:46:40.619Z Compiling cfg-if v1.0.0
4502024-12-20T22:46:40.778Z Compiling anyhow v1.0.93
4512024-12-20T22:46:40.873Z Compiling strsim v0.11.1
4522024-12-20T22:46:41.170Z Compiling heck v0.5.0
4532024-12-20T22:46:41.203Z Compiling tempfile v3.13.0
4542024-12-20T22:46:41.712Z Compiling clap_builder v4.5.21
4552024-12-20T22:46:41.831Z Compiling papergrid v0.11.0
4562024-12-20T22:46:42.008Z Compiling memmap v0.7.0
4572024-12-20T22:46:42.083Z Compiling unicode-linebreak v0.1.5
4582024-12-20T22:46:42.136Z Compiling smawk v0.3.2
4592024-12-20T22:46:42.570Z Compiling textwrap v0.16.1
4602024-12-20T22:46:42.905Z Compiling swrite v0.1.0
4612024-12-20T22:46:44.030Z Compiling tabled_derive v0.7.0
4622024-12-20T22:46:45.598Z Compiling tabled v0.15.0
4632024-12-20T22:46:47.452Z Compiling serde_derive v1.0.215
4642024-12-20T22:46:47.452Z Compiling thiserror-impl v1.0.69
4652024-12-20T22:46:47.455Z Compiling zerocopy-derive v0.7.35
4662024-12-20T22:46:47.455Z Compiling scroll_derive v0.12.0
4672024-12-20T22:46:47.455Z Compiling clap_derive v4.5.18
4682024-12-20T22:46:48.794Z Compiling scroll v0.12.0
4692024-12-20T22:46:49.271Z Compiling goblin v0.8.2
4702024-12-20T22:46:49.396Z Compiling zerocopy v0.7.35
4712024-12-20T22:46:49.955Z Compiling pest v2.7.14
4722024-12-20T22:46:51.559Z Compiling clap v4.5.21
4732024-12-20T22:46:52.248Z Compiling pest_meta v2.7.14
4742024-12-20T22:46:53.130Z Compiling pest_generator v2.7.14
4752024-12-20T22:46:54.791Z Compiling pest_derive v2.7.14
4762024-12-20T22:46:55.454Z Compiling dtrace-parser v0.2.0
4772024-12-20T22:46:57.448Z Compiling serde_tokenstream v0.2.2
4782024-12-20T22:46:57.539Z Compiling toml_datetime v0.6.8
4792024-12-20T22:46:57.539Z Compiling serde_spanned v0.6.8
4802024-12-20T22:46:57.796Z Compiling cargo-platform v0.1.8
4812024-12-20T22:46:57.939Z Compiling toml_edit v0.22.22
4822024-12-20T22:46:58.072Z Compiling macaddr v1.0.1
4832024-12-20T22:46:58.314Z Compiling camino-tempfile v1.1.1
4842024-12-20T22:46:58.979Z Compiling dof v0.3.0
4852024-12-20T22:46:59.021Z Compiling cargo_metadata v0.18.1
4862024-12-20T22:47:00.754Z Compiling usdt-attr-macro v0.5.0
4872024-12-20T22:47:00.761Z Compiling usdt-macro v0.5.0
4882024-12-20T22:47:00.788Z Compiling toml v0.8.19
4892024-12-20T22:47:01.706Z Compiling cargo_toml v0.20.5
4902024-12-20T22:47:02.180Z Compiling usdt v0.5.0
4912024-12-20T22:47:05.187Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-12-20T22:47:09.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s
4932024-12-20T22:47:09.697Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-12-20T22:47:10.252Z Downloading crates ...
4952024-12-20T22:47:10.405Z Downloaded headers-core v0.3.0
4962024-12-20T22:47:10.409Z Downloaded darling v0.20.10
4972024-12-20T22:47:10.431Z Downloaded aes v0.8.4
4982024-12-20T22:47:10.435Z Downloaded aead v0.5.2
4992024-12-20T22:47:10.437Z Downloaded adler2 v2.0.0
5002024-12-20T22:47:10.445Z Downloaded hickory-resolver v0.24.1
5012024-12-20T22:47:10.452Z Downloaded ahash v0.8.11
5022024-12-20T22:47:10.456Z Downloaded heapless v0.8.0
5032024-12-20T22:47:10.461Z Downloaded addr2line v0.24.2
5042024-12-20T22:47:10.463Z Downloaded heck v0.3.3
5052024-12-20T22:47:10.467Z Downloaded allocator-api2 v0.2.18
5062024-12-20T22:47:10.469Z Downloaded hostname v0.4.0
5072024-12-20T22:47:10.472Z Downloaded hickory-client v0.24.1
5082024-12-20T22:47:10.475Z Downloaded aho-corasick v1.1.3
5092024-12-20T22:47:10.481Z Downloaded atty v0.2.14
5102024-12-20T22:47:10.484Z Downloaded argon2 v0.5.3
5112024-12-20T22:47:10.487Z Downloaded async-stream-impl v0.3.6
5122024-12-20T22:47:10.489Z Downloaded hmac v0.12.1
5132024-12-20T22:47:10.489Z Downloaded atomicwrites v0.4.4
5142024-12-20T22:47:10.492Z Downloaded heapless v0.7.17
5152024-12-20T22:47:10.496Z Downloaded hickory-server v0.24.1
5162024-12-20T22:47:10.503Z Downloaded cfg_aliases v0.2.1
5172024-12-20T22:47:10.506Z Downloaded hubpack_derive v0.1.1
5182024-12-20T22:47:10.506Z Downloaded http-range v0.1.5
5192024-12-20T22:47:10.508Z Downloaded http-body v1.0.1
5202024-12-20T22:47:10.508Z Downloaded http v1.1.0
5212024-12-20T22:47:10.514Z Downloaded cstr-argument v0.1.2
5222024-12-20T22:47:10.517Z Downloaded icu_provider_macros v1.5.0
5232024-12-20T22:47:10.517Z Downloaded hkdf v0.12.4
5242024-12-20T22:47:10.520Z Downloaded cfg_aliases v0.1.1
5252024-12-20T22:47:10.522Z Downloaded ciborium-io v0.2.2
5262024-12-20T22:47:10.523Z Downloaded arrayref v0.3.9
5272024-12-20T22:47:10.525Z Downloaded instant v0.1.13
5282024-12-20T22:47:10.527Z Downloaded ascii-canvas v3.0.0
5292024-12-20T22:47:10.528Z Downloaded atomic-waker v1.1.2
5302024-12-20T22:47:10.530Z Downloaded ident_case v1.0.1
5312024-12-20T22:47:10.530Z Downloaded is_ci v1.2.0
5322024-12-20T22:47:10.533Z Downloaded bb8 v0.8.5
5332024-12-20T22:47:10.535Z Downloaded async-stream v0.3.6
5342024-12-20T22:47:10.535Z Downloaded crucible-workspace-hack v0.1.0
5352024-12-20T22:47:10.538Z Downloaded bcrypt-pbkdf v0.10.0
5362024-12-20T22:47:10.538Z Downloaded async-recursion v1.1.1
5372024-12-20T22:47:10.542Z Downloaded crunchy v0.2.2
5382024-12-20T22:47:10.544Z Downloaded async-bb8-diesel v0.2.1
5392024-12-20T22:47:10.548Z Downloaded base16ct v0.2.0
5402024-12-20T22:47:10.548Z Downloaded humantime v2.1.0
5412024-12-20T22:47:10.550Z Downloaded http-body-util v0.1.2
5422024-12-20T22:47:10.553Z Downloaded httpdate v1.0.3
5432024-12-20T22:47:10.553Z Downloaded buf-list v1.0.3
5442024-12-20T22:47:10.556Z Downloaded cbc v0.1.2
5452024-12-20T22:47:10.558Z Downloaded matches v0.1.10
5462024-12-20T22:47:10.561Z Downloaded md5 v0.7.0
5472024-12-20T22:47:10.561Z Downloaded match_cfg v0.1.0
5482024-12-20T22:47:10.563Z Downloaded chacha20 v0.9.1
5492024-12-20T22:47:10.566Z Downloaded cexpr v0.6.0
5502024-12-20T22:47:10.566Z Downloaded block-padding v0.3.3
5512024-12-20T22:47:10.568Z Downloaded colored v2.1.0
5522024-12-20T22:47:10.571Z Downloaded strum v0.26.3
5532024-12-20T22:47:10.573Z Downloaded cmake v0.1.51
5542024-12-20T22:47:10.573Z Downloaded cipher v0.4.4
5552024-12-20T22:47:10.576Z Downloaded ciborium-ll v0.2.2
5562024-12-20T22:47:10.579Z Downloaded ctr v0.9.2
5572024-12-20T22:47:10.582Z Downloaded cobs v0.2.3
5582024-12-20T22:47:10.582Z Downloaded crc-catalog v2.4.0
5592024-12-20T22:47:10.585Z Downloaded cassowary v0.3.0
5602024-12-20T22:47:10.585Z Downloaded indoc v1.0.9
5612024-12-20T22:47:10.587Z Downloaded ipnetwork v0.20.0
5622024-12-20T22:47:10.590Z Downloaded lru-cache v0.1.2
5632024-12-20T22:47:10.592Z Downloaded async-trait v0.1.83
5642024-12-20T22:47:10.595Z Downloaded internet-checksum v0.2.1
5652024-12-20T22:47:10.598Z Downloaded lru v0.12.5
5662024-12-20T22:47:10.598Z Downloaded linked-hash-map v0.5.6
5672024-12-20T22:47:10.601Z Downloaded linear-map v1.2.0
5682024-12-20T22:47:10.604Z Downloaded keccak v0.1.5
5692024-12-20T22:47:10.604Z Downloaded lalrpop-util v0.19.12
5702024-12-20T22:47:10.607Z Downloaded instability v0.3.2
5712024-12-20T22:47:10.607Z Downloaded indent_write v2.2.0
5722024-12-20T22:47:10.610Z Downloaded convert_case v0.4.0
5732024-12-20T22:47:10.610Z Downloaded base64ct v1.6.0
5742024-12-20T22:47:10.613Z Downloaded lockfree-object-pool v0.1.6
5752024-12-20T22:47:10.616Z Downloaded toolchain_find v0.4.0
5762024-12-20T22:47:10.616Z Downloaded time-core v0.1.2
5772024-12-20T22:47:10.619Z Downloaded hyper-rustls v0.27.3
5782024-12-20T22:47:10.621Z Downloaded memoffset v0.9.1
5792024-12-20T22:47:10.624Z Downloaded rustc_version v0.1.7
5802024-12-20T22:47:10.624Z Downloaded mime v0.3.17
5812024-12-20T22:47:10.627Z Downloaded crc v3.2.1
5822024-12-20T22:47:10.630Z Downloaded ciborium v0.2.2
5832024-12-20T22:47:10.632Z Downloaded console v0.15.8
5842024-12-20T22:47:10.636Z Downloaded iana-time-zone v0.1.61
5852024-12-20T22:47:10.639Z Downloaded serde_urlencoded v0.7.1
5862024-12-20T22:47:10.641Z Downloaded csv-core v0.1.11
5872024-12-20T22:47:10.645Z Downloaded stable_deref_trait v1.2.0
5882024-12-20T22:47:10.645Z Downloaded serde_repr v0.1.19
5892024-12-20T22:47:10.647Z Downloaded serde_plain v1.0.2
5902024-12-20T22:47:10.650Z Downloaded serde_path_to_error v0.1.16
5912024-12-20T22:47:10.652Z Downloaded icu_locid_transform v1.5.0
5922024-12-20T22:47:10.656Z Downloaded blake2 v0.10.6
5932024-12-20T22:47:10.659Z Downloaded ipnet v2.10.1
5942024-12-20T22:47:10.659Z Downloaded crc32fast v1.4.2
5952024-12-20T22:47:10.661Z Downloaded lock_api v0.4.12
5962024-12-20T22:47:10.664Z Downloaded slog-scope v4.4.0
5972024-12-20T22:47:10.666Z Downloaded slog-envlogger v2.2.0
5982024-12-20T22:47:10.668Z Downloaded strip-ansi-escapes v0.2.0
5992024-12-20T22:47:10.671Z Downloaded litemap v0.7.3
6002024-12-20T22:47:10.674Z Downloaded curve25519-dalek-derive v0.1.1
6012024-12-20T22:47:10.674Z Downloaded lazycell v1.3.0
6022024-12-20T22:47:10.677Z Downloaded supports-color v3.0.1
6032024-12-20T22:47:10.677Z Downloaded oso-derive v0.27.3
6042024-12-20T22:47:10.680Z Downloaded newline-converter v0.3.0
6052024-12-20T22:47:10.680Z Downloaded tiny-keccak v2.0.2
6062024-12-20T22:47:10.682Z Downloaded thread_local v1.1.8
6072024-12-20T22:47:10.685Z Downloaded mime_guess v2.0.5
6082024-12-20T22:47:10.689Z Downloaded writeable v0.5.5
6092024-12-20T22:47:10.689Z Downloaded normalize-line-endings v0.3.0
6102024-12-20T22:47:10.692Z Downloaded subtle v2.6.1
6112024-12-20T22:47:10.692Z Downloaded new_debug_unreachable v1.0.6
6122024-12-20T22:47:10.692Z Downloaded phf_shared v0.10.0
6132024-12-20T22:47:10.695Z Downloaded memmap2 v0.9.5
6142024-12-20T22:47:10.697Z Downloaded libloading v0.8.5
6152024-12-20T22:47:10.701Z Downloaded clang-sys v1.8.1
6162024-12-20T22:47:10.704Z Downloaded utf-8 v0.7.6
6172024-12-20T22:47:10.704Z Downloaded cancel-safe-futures v0.1.5
6182024-12-20T22:47:10.707Z Downloaded parse-size v1.1.0
6192024-12-20T22:47:10.710Z Downloaded base64 v0.13.1
6202024-12-20T22:47:10.713Z Downloaded defmt-macros v0.3.9
6212024-12-20T22:47:10.716Z Downloaded icu_normalizer_data v1.5.0
6222024-12-20T22:47:10.719Z Downloaded data-encoding v2.6.0
6232024-12-20T22:47:10.721Z Downloaded crossbeam-utils v0.8.20
6242024-12-20T22:47:10.724Z Downloaded display-error-chain v0.2.2
6252024-12-20T22:47:10.727Z Downloaded serde-big-array v0.5.1
6262024-12-20T22:47:10.727Z Downloaded sqlparser_derive v0.2.2
6272024-12-20T22:47:10.730Z Downloaded dirs-sys-next v0.1.2
6282024-12-20T22:47:10.730Z Downloaded dirs-next v2.0.0
6292024-12-20T22:47:10.733Z Downloaded take_mut v0.2.2
6302024-12-20T22:47:10.733Z Downloaded debug-ignore v1.0.5
6312024-12-20T22:47:10.736Z Downloaded sqlformat v0.2.6
6322024-12-20T22:47:10.738Z Downloaded termcolor v1.4.1
6332024-12-20T22:47:10.739Z Downloaded enum-as-inner v0.5.1
6342024-12-20T22:47:10.741Z Downloaded funty v2.0.0
6352024-12-20T22:47:10.744Z Downloaded sigpipe v0.1.3
6362024-12-20T22:47:10.744Z Downloaded fragile v2.0.0
6372024-12-20T22:47:10.747Z Downloaded num-iter v0.1.45
6382024-12-20T22:47:10.747Z Downloaded term v0.7.0
6392024-12-20T22:47:10.750Z Downloaded value-bag v1.9.0
6402024-12-20T22:47:10.754Z Downloaded progenitor-impl v0.8.0
6412024-12-20T22:47:10.761Z Downloaded tracing-attributes v0.1.27
6422024-12-20T22:47:10.765Z Downloaded phf_codegen v0.11.2
6432024-12-20T22:47:10.781Z Downloaded foreign-types v0.3.2
6442024-12-20T22:47:10.783Z Downloaded hyper-util v0.1.10
6452024-12-20T22:47:10.787Z Downloaded float-ord v0.3.2
6462024-12-20T22:47:10.790Z Downloaded secrecy v0.8.0
6472024-12-20T22:47:10.794Z Downloaded ed25519 v2.2.3
6482024-12-20T22:47:10.794Z Downloaded icu_properties v1.5.1
6492024-12-20T22:47:10.797Z Downloaded icu_normalizer v1.5.0
6502024-12-20T22:47:10.800Z Downloaded peg-runtime v0.8.3
6512024-12-20T22:47:10.802Z Downloaded indicatif v0.17.9
6522024-12-20T22:47:10.805Z Downloaded semver v0.1.20
6532024-12-20T22:47:10.808Z Downloaded tabwriter v1.4.0
6542024-12-20T22:47:10.810Z Downloaded utf16_iter v1.0.5
6552024-12-20T22:47:10.811Z Downloaded untrusted v0.9.0
6562024-12-20T22:47:10.813Z Downloaded synstructure v0.13.1
6572024-12-20T22:47:10.813Z Downloaded strum_macros v0.25.3
6582024-12-20T22:47:10.816Z Downloaded ssh-cipher v0.2.0
6592024-12-20T22:47:10.816Z Downloaded fs_extra v1.3.0
6602024-12-20T22:47:10.820Z Downloaded indexmap v1.9.3
6612024-12-20T22:47:10.825Z Downloaded opaque-debug v0.3.1
6622024-12-20T22:47:10.828Z Downloaded compact_str v0.8.0
6632024-12-20T22:47:10.828Z Downloaded tap v1.0.1
6642024-12-20T22:47:10.828Z Downloaded siphasher v0.3.11
6652024-12-20T22:47:10.832Z Downloaded unarray v0.1.4
6662024-12-20T22:47:10.834Z Downloaded tokio-native-tls v0.3.1
6672024-12-20T22:47:10.835Z Downloaded tokio-macros v2.4.0
6682024-12-20T22:47:10.835Z Downloaded prettyplease v0.2.25
6692024-12-20T22:47:10.837Z Downloaded psl-types v2.0.11
6702024-12-20T22:47:10.840Z Downloaded owo-colors v4.1.0
6712024-12-20T22:47:10.843Z Downloaded password-hash v0.4.2
6722024-12-20T22:47:10.845Z Downloaded num_enum v0.5.11
6732024-12-20T22:47:10.848Z Downloaded sync_wrapper v1.0.1
6742024-12-20T22:47:10.850Z Downloaded zone v0.1.8
6752024-12-20T22:47:10.850Z Downloaded sync-ptr v0.1.1
6762024-12-20T22:47:10.853Z Downloaded zerovec-derive v0.10.3
6772024-12-20T22:47:10.855Z Downloaded fallible-iterator v0.3.0
6782024-12-20T22:47:10.855Z Downloaded ghash v0.5.1
6792024-12-20T22:47:10.858Z Downloaded vergen v8.3.2
6802024-12-20T22:47:10.861Z Downloaded ena v0.14.3
6812024-12-20T22:47:10.861Z Downloaded embedded-io v0.6.1
6822024-12-20T22:47:10.864Z Downloaded gethostname v0.5.0
6832024-12-20T22:47:10.868Z Downloaded yoke-derive v0.7.4
6842024-12-20T22:47:10.868Z Downloaded vte_generate_state_changes v0.1.2
6852024-12-20T22:47:10.868Z Downloaded qorb v0.2.1
6862024-12-20T22:47:10.871Z Downloaded const_format v0.2.33
6872024-12-20T22:47:10.876Z Downloaded newtype-uuid v1.1.3
6882024-12-20T22:47:10.878Z Downloaded unicode-properties v0.1.3
6892024-12-20T22:47:10.881Z Downloaded typify-macro v0.2.0
6902024-12-20T22:47:10.881Z Downloaded percent-encoding v2.3.1
6912024-12-20T22:47:10.883Z Downloaded pem v3.0.4
6922024-12-20T22:47:10.886Z Downloaded rustls-pemfile v2.2.0
6932024-12-20T22:47:10.886Z Downloaded fatfs v0.3.6
6942024-12-20T22:47:10.890Z Downloaded num_enum_derive v0.5.11
6952024-12-20T22:47:10.892Z Downloaded miniz_oxide v0.8.0
6962024-12-20T22:47:10.895Z Downloaded darling_macro v0.20.10
6972024-12-20T22:47:10.895Z Downloaded zerofrom v0.1.4
6982024-12-20T22:47:10.898Z Downloaded waitgroup v0.1.2
6992024-12-20T22:47:10.898Z Downloaded futures-channel v0.3.31
7002024-12-20T22:47:10.901Z Downloaded foreign-types-shared v0.3.1
7012024-12-20T22:47:10.904Z Downloaded rand_core v0.6.4
7022024-12-20T22:47:10.904Z Downloaded phf v0.11.2
7032024-12-20T22:47:10.906Z Downloaded parse-display-derive v0.10.0
7042024-12-20T22:47:10.906Z Downloaded zone_cfg_derive v0.3.0
7052024-12-20T22:47:10.906Z Downloaded zone_cfg_derive v0.1.2
7062024-12-20T22:47:10.909Z Downloaded tokio-rustls v0.24.1
7072024-12-20T22:47:10.912Z Downloaded rustc-hash v2.0.0
7082024-12-20T22:47:10.915Z Downloaded password-hash v0.5.0
7092024-12-20T22:47:10.915Z Downloaded num-traits v0.2.19
7102024-12-20T22:47:10.918Z Downloaded path-slash v0.1.5
7112024-12-20T22:47:10.921Z Downloaded num_threads v0.1.7
7122024-12-20T22:47:10.922Z Downloaded mirai-annotations v1.12.0
7132024-12-20T22:47:10.922Z Downloaded dropshot_endpoint v0.12.0
7142024-12-20T22:47:10.924Z Downloaded yasna v0.5.2
7152024-12-20T22:47:10.927Z Downloaded signal-hook-mio v0.2.4
7162024-12-20T22:47:10.929Z Downloaded spin v0.5.2
7172024-12-20T22:47:10.929Z Downloaded untrusted v0.7.1
7182024-12-20T22:47:10.932Z Downloaded static_assertions v1.1.0
7192024-12-20T22:47:10.932Z Downloaded rusty-fork v0.3.0
7202024-12-20T22:47:10.934Z Downloaded rustversion v1.0.17
7212024-12-20T22:47:10.937Z Downloaded progenitor-client v0.8.0
7222024-12-20T22:47:10.939Z Downloaded getrandom v0.2.15
7232024-12-20T22:47:10.942Z Downloaded des v0.8.1
7242024-12-20T22:47:10.944Z Downloaded zip v0.6.6
7252024-12-20T22:47:10.948Z Downloaded wait-timeout v0.2.0
7262024-12-20T22:47:10.951Z Downloaded twox-hash v1.6.3
7272024-12-20T22:47:10.954Z Downloaded rand_seeder v0.3.0
7282024-12-20T22:47:10.956Z Downloaded pem-rfc7468 v0.7.0
7292024-12-20T22:47:10.956Z Downloaded peg-macros v0.8.4
7302024-12-20T22:47:10.959Z Downloaded hashlink v0.9.1
7312024-12-20T22:47:10.962Z Downloaded rand_chacha v0.3.1
7322024-12-20T22:47:10.964Z Downloaded rustls-pki-types v1.10.0
7332024-12-20T22:47:10.967Z Downloaded similar v2.6.0
7342024-12-20T22:47:10.972Z Downloaded crypto-bigint v0.5.5
7352024-12-20T22:47:10.978Z Downloaded defmt-parser v0.3.4
7362024-12-20T22:47:10.981Z Downloaded zerofrom-derive v0.1.4
7372024-12-20T22:47:10.983Z Downloaded futures-task v0.3.31
7382024-12-20T22:47:10.983Z Downloaded dropshot_endpoint v0.13.0
7392024-12-20T22:47:10.986Z Downloaded futures-sink v0.3.31
7402024-12-20T22:47:10.995Z Downloaded nodrop v0.1.14
7412024-12-20T22:47:10.995Z Downloaded zerocopy-derive v0.8.10
7422024-12-20T22:47:10.997Z Downloaded pretty-hex v0.2.1
7432024-12-20T22:47:10.997Z Downloaded paste v1.0.15
7442024-12-20T22:47:11.000Z Downloaded scrypt v0.11.0
7452024-12-20T22:47:11.003Z Downloaded scopeguard v1.2.0
7462024-12-20T22:47:11.006Z Downloaded schemars_derive v0.8.21
7472024-12-20T22:47:11.006Z Downloaded resolv-conf v0.7.0
7482024-12-20T22:47:11.009Z Downloaded tokio-rustls v0.25.0
7492024-12-20T22:47:11.011Z Downloaded number_prefix v0.4.0
7502024-12-20T22:47:11.011Z Downloaded num-conv v0.1.0
7512024-12-20T22:47:11.014Z Downloaded strum_macros v0.26.4
7522024-12-20T22:47:11.017Z Downloaded dhcproto v0.12.0
7532024-12-20T22:47:11.022Z Downloaded precomputed-hash v0.1.1
7542024-12-20T22:47:11.022Z Downloaded derive_more v0.99.18
7552024-12-20T22:47:11.025Z Downloaded crossbeam-channel v0.5.13
7562024-12-20T22:47:11.030Z Downloaded want v0.3.1
7572024-12-20T22:47:11.033Z Downloaded spki v0.7.3
7582024-12-20T22:47:11.036Z Downloaded smallvec v0.6.14
7592024-12-20T22:47:11.036Z Downloaded ssh-encoding v0.2.0
7602024-12-20T22:47:11.038Z Downloaded tungstenite v0.23.0
7612024-12-20T22:47:11.041Z Downloaded tinystr v0.7.6
7622024-12-20T22:47:11.043Z Downloaded oso v0.27.3
7632024-12-20T22:47:11.047Z Downloaded downcast v0.11.0
7642024-12-20T22:47:11.050Z Downloaded rsa v0.9.6
7652024-12-20T22:47:11.054Z Downloaded ref-cast v1.0.23
7662024-12-20T22:47:11.057Z Downloaded foreign-types-shared v0.1.1
7672024-12-20T22:47:11.060Z Downloaded multimap v0.10.0
7682024-12-20T22:47:11.060Z Downloaded ron v0.7.1
7692024-12-20T22:47:11.065Z Downloaded openssl-probe v0.1.5
7702024-12-20T22:47:11.068Z Downloaded openssl-macros v0.1.1
7712024-12-20T22:47:11.068Z Downloaded newtype_derive v0.1.6
7722024-12-20T22:47:11.071Z Downloaded rustc-hash v1.1.0
7732024-12-20T22:47:11.071Z Downloaded flume v0.11.1
7742024-12-20T22:47:11.075Z Downloaded futures-core v0.3.31
7752024-12-20T22:47:11.078Z Downloaded fallible-iterator v0.2.0
7762024-12-20T22:47:11.080Z Downloaded smallvec v1.13.2
7772024-12-20T22:47:11.083Z Downloaded glob v0.3.1
7782024-12-20T22:47:11.083Z Downloaded postcard v1.0.10
7792024-12-20T22:47:11.086Z Downloaded subprocess v0.2.9
7802024-12-20T22:47:11.089Z Downloaded signal-hook v0.3.17
7812024-12-20T22:47:11.091Z Downloaded smf v0.2.3
7822024-12-20T22:47:11.094Z Downloaded universal-hash v0.5.1
7832024-12-20T22:47:11.096Z Downloaded libxml v0.3.3
7842024-12-20T22:47:11.101Z Downloaded progenitor-macro v0.8.0
7852024-12-20T22:47:11.104Z Downloaded utf8_iter v1.0.4
7862024-12-20T22:47:11.104Z Downloaded zerocopy v0.6.6
7872024-12-20T22:47:11.107Z Downloaded thiserror-impl v2.0.3
7882024-12-20T22:47:11.109Z Downloaded thiserror-impl-no-std v2.0.2
7892024-12-20T22:47:11.109Z Downloaded url v2.5.3
7902024-12-20T22:47:11.112Z Downloaded embedded-io v0.4.0
7912024-12-20T22:47:11.115Z Downloaded spin v0.9.8
7922024-12-20T22:47:11.118Z Downloaded tokio-tungstenite v0.24.0
7932024-12-20T22:47:11.121Z Downloaded tokio-postgres v0.7.12
7942024-12-20T22:47:11.125Z Downloaded foreign-types-macros v0.2.3
7952024-12-20T22:47:11.127Z Downloaded der_derive v0.7.3
7962024-12-20T22:47:11.130Z Downloaded endian-type v0.1.2
7972024-12-20T22:47:11.130Z Downloaded uzers v0.12.1
7982024-12-20T22:47:11.132Z Downloaded foreign-types v0.5.0
7992024-12-20T22:47:11.132Z Downloaded tokio-tungstenite v0.23.1
8002024-12-20T22:47:11.135Z Downloaded pin-project-internal v1.1.6
8012024-12-20T22:47:11.138Z Downloaded tokio-tungstenite v0.21.0
8022024-12-20T22:47:11.141Z Downloaded tokio-stream v0.1.16
8032024-12-20T22:47:11.145Z Downloaded nibble_vec v0.1.0
8042024-12-20T22:47:11.149Z Downloaded flagset v0.4.6
8052024-12-20T22:47:11.151Z Downloaded globset v0.4.15
8062024-12-20T22:47:11.151Z Downloaded parking_lot_core v0.9.10
8072024-12-20T22:47:11.154Z Downloaded ppv-lite86 v0.2.20
8082024-12-20T22:47:11.156Z Downloaded ed25519-dalek v2.1.1
8092024-12-20T22:47:11.159Z Downloaded predicates v3.1.2
8102024-12-20T22:47:11.162Z Downloaded structmeta-derive v0.3.0
8112024-12-20T22:47:11.165Z Downloaded structmeta-derive v0.2.0
8122024-12-20T22:47:11.168Z Downloaded itertools v0.12.1
8132024-12-20T22:47:11.173Z Downloaded tower-service v0.3.3
8142024-12-20T22:47:11.176Z Downloaded unicode-xid v0.2.6
8152024-12-20T22:47:11.176Z Downloaded unicode-truncate v1.1.0
8162024-12-20T22:47:11.178Z Downloaded same-file v1.0.6
8172024-12-20T22:47:11.181Z Downloaded flate2 v1.0.34
8182024-12-20T22:47:11.186Z Downloaded which v4.4.2
8192024-12-20T22:47:11.191Z Downloaded topological-sort v0.2.2
8202024-12-20T22:47:11.191Z Downloaded serde-hex v0.1.0
8212024-12-20T22:47:11.193Z Downloaded vte v0.11.1
8222024-12-20T22:47:11.193Z Downloaded vsss-rs v3.3.4
8232024-12-20T22:47:11.196Z Downloaded darling_core v0.20.10
8242024-12-20T22:47:11.200Z Downloaded p256 v0.13.2
8252024-12-20T22:47:11.204Z Downloaded diesel_table_macro_syntax v0.2.0
8262024-12-20T22:47:11.207Z Downloaded dyn-clone v1.0.17
8272024-12-20T22:47:11.207Z Downloaded try-lock v0.2.5
8282024-12-20T22:47:11.209Z Downloaded either v1.13.0
8292024-12-20T22:47:11.212Z Downloaded slog v2.7.0
8302024-12-20T22:47:11.215Z Downloaded mio v1.0.2
8312024-12-20T22:47:11.220Z Downloaded hyper v1.5.0
8322024-12-20T22:47:11.227Z Downloaded zopfli v0.8.1
8332024-12-20T22:47:11.230Z Downloaded walkdir v2.5.0
8342024-12-20T22:47:11.233Z Downloaded thiserror-no-std v2.0.2
8352024-12-20T22:47:11.236Z Downloaded signal-hook-tokio v0.3.1
8362024-12-20T22:47:11.239Z Downloaded structmeta v0.3.0
8372024-12-20T22:47:11.239Z Downloaded test-strategy v0.3.1
8382024-12-20T22:47:11.242Z Downloaded dhcproto-macros v0.1.0
8392024-12-20T22:47:11.244Z Downloaded derive_builder_macro v0.20.2
8402024-12-20T22:47:11.244Z Downloaded sct v0.7.1
8412024-12-20T22:47:11.247Z Downloaded futures-io v0.3.31
8422024-12-20T22:47:11.249Z Downloaded xz2 v0.1.7
8432024-12-20T22:47:11.250Z Downloaded xattr v1.3.1
8442024-12-20T22:47:11.252Z Downloaded scheduled-thread-pool v0.2.7
8452024-12-20T22:47:11.252Z Downloaded futures-executor v0.3.31
8462024-12-20T22:47:11.255Z Downloaded russh-cryptovec v0.7.3
8472024-12-20T22:47:11.255Z Downloaded fixedbitset v0.4.2
8482024-12-20T22:47:11.257Z Downloaded uuid v1.11.0
8492024-12-20T22:47:11.260Z Downloaded filetime v0.2.25
8502024-12-20T22:47:11.263Z Downloaded whoami v1.5.2
8512024-12-20T22:47:11.267Z Downloaded ff v0.13.0
8522024-12-20T22:47:11.267Z Downloaded fxhash v0.2.1
8532024-12-20T22:47:11.267Z Downloaded shell-words v1.1.0
8542024-12-20T22:47:11.269Z Downloaded schemars v0.8.21
8552024-12-20T22:47:11.277Z Downloaded num v0.4.3
8562024-12-20T22:47:11.280Z Downloaded fd-lock v4.0.2
8572024-12-20T22:47:11.283Z Downloaded ecdsa v0.16.9
8582024-12-20T22:47:11.283Z Downloaded write16 v1.0.0
8592024-12-20T22:47:11.285Z Downloaded idna v1.0.3
8602024-12-20T22:47:11.288Z Downloaded env_filter v0.1.2
8612024-12-20T22:47:11.291Z Downloaded mockall v0.13.0
8622024-12-20T22:47:11.291Z Downloaded sha1 v0.10.6
8632024-12-20T22:47:11.294Z Downloaded native-tls v0.2.12
8642024-12-20T22:47:11.294Z Downloaded itertools v0.13.0
8652024-12-20T22:47:11.300Z Downloaded string_cache v0.8.7
8662024-12-20T22:47:11.307Z Downloaded slog-term v2.9.1
8672024-12-20T22:47:11.311Z Downloaded postgres-protocol v0.6.7
8682024-12-20T22:47:11.311Z Downloaded multer v3.1.0
8692024-12-20T22:47:11.311Z Downloaded signal-hook-registry v1.4.2
8702024-12-20T22:47:11.311Z Downloaded tui-tree-widget v0.22.0
8712024-12-20T22:47:11.313Z Downloaded steno v0.4.1
8722024-12-20T22:47:11.316Z Downloaded tinyvec_macros v0.1.1
8732024-12-20T22:47:11.316Z Downloaded time v0.3.36
8742024-12-20T22:47:11.324Z Downloaded stringprep v0.1.5
8752024-12-20T22:47:11.327Z Downloaded aws-lc-rs v1.10.0
8762024-12-20T22:47:11.332Z Downloaded termtree v0.4.1
8772024-12-20T22:47:11.335Z Downloaded elliptic-curve v0.13.8
8782024-12-20T22:47:11.337Z Downloaded diesel_derives v2.2.3
8792024-12-20T22:47:11.341Z Downloaded polyval v0.6.2
8802024-12-20T22:47:11.343Z Downloaded pbkdf2 v0.11.0
8812024-12-20T22:47:11.346Z Downloaded poly1305 v0.8.0
8822024-12-20T22:47:11.349Z Downloaded typed-path v0.9.3
8832024-12-20T22:47:11.353Z Downloaded termios v0.3.3
8842024-12-20T22:47:11.356Z Downloaded futures-macro v0.3.31
8852024-12-20T22:47:11.358Z Downloaded deranged v0.3.11
8862024-12-20T22:47:11.358Z Downloaded fallible-streaming-iterator v0.1.9
8872024-12-20T22:47:11.361Z Downloaded env_logger v0.11.5
8882024-12-20T22:47:11.364Z Downloaded pkg-config v0.3.31
8892024-12-20T22:47:11.364Z Downloaded pin-utils v0.1.0
8902024-12-20T22:47:11.366Z Downloaded rtoolbox v0.0.2
8912024-12-20T22:47:11.366Z Downloaded signature v2.2.0
8922024-12-20T22:47:11.369Z Downloaded strum_macros v0.24.3
8932024-12-20T22:47:11.369Z Downloaded structmeta v0.2.0
8942024-12-20T22:47:11.371Z Downloaded env_logger v0.10.2
8952024-12-20T22:47:11.374Z Downloaded serde_with_macros v3.11.0
8962024-12-20T22:47:11.377Z Downloaded mockall_derive v0.13.0
8972024-12-20T22:47:11.380Z Downloaded hickory-proto v0.24.1
8982024-12-20T22:47:11.392Z Downloaded slog-bunyan v2.5.0
8992024-12-20T22:47:11.395Z Downloaded slog-async v2.8.0
9002024-12-20T22:47:11.395Z Downloaded typify v0.2.0
9012024-12-20T22:47:11.398Z Downloaded difflib v0.4.0
9022024-12-20T22:47:11.401Z Downloaded derive_builder_core v0.20.2
9032024-12-20T22:47:11.401Z Downloaded derive_builder v0.20.2
9042024-12-20T22:47:11.405Z Downloaded hash32 v0.3.1
9052024-12-20T22:47:11.408Z Downloaded tls_codec_derive v0.4.1
9062024-12-20T22:47:11.408Z Downloaded num-bigint-dig v0.8.4
9072024-12-20T22:47:11.413Z Downloaded packed_struct v0.10.1
9082024-12-20T22:47:11.417Z Downloaded hash32 v0.2.1
9092024-12-20T22:47:11.420Z Downloaded group v0.13.0
9102024-12-20T22:47:11.420Z Downloaded postgres-types v0.2.8
9112024-12-20T22:47:11.423Z Downloaded hashbrown v0.13.2
9122024-12-20T22:47:11.425Z Downloaded diff v0.1.13
9132024-12-20T22:47:11.429Z Downloaded tokio-rustls v0.26.0
9142024-12-20T22:47:11.432Z Downloaded olpc-cjson v0.1.4
9152024-12-20T22:47:11.432Z Downloaded pkcs1 v0.7.5
9162024-12-20T22:47:11.434Z Downloaded pin-project-lite v0.2.14
9172024-12-20T22:47:11.437Z Downloaded parking_lot_core v0.8.6
9182024-12-20T22:47:11.440Z Downloaded yoke v0.7.4
9192024-12-20T22:47:11.443Z Downloaded displaydoc v0.2.5
9202024-12-20T22:47:11.445Z Downloaded der v0.7.9
9212024-12-20T22:47:11.449Z Downloaded slog-stdlog v4.1.1
9222024-12-20T22:47:11.451Z Downloaded packed_struct_codegen v0.10.1
9232024-12-20T22:47:11.454Z Downloaded expectorate v1.1.0
9242024-12-20T22:47:11.454Z Downloaded pkcs8 v0.10.2
9252024-12-20T22:47:11.457Z Downloaded tungstenite v0.21.0
9262024-12-20T22:47:11.460Z Downloaded parking_lot v0.11.2
9272024-12-20T22:47:11.462Z Downloaded derive-where v1.2.7
9282024-12-20T22:47:11.465Z Downloaded pkcs5 v0.7.1
9292024-12-20T22:47:11.469Z Downloaded unicase v2.7.0
9302024-12-20T22:47:11.471Z Downloaded rand_xorshift v0.3.0
9312024-12-20T22:47:11.474Z Downloaded tokio-util v0.7.12
9322024-12-20T22:47:11.478Z Downloaded russh-keys v0.45.0
9332024-12-20T22:47:11.481Z Downloaded unsafe-libyaml v0.2.11
9342024-12-20T22:47:11.483Z Downloaded zerovec v0.10.4
9352024-12-20T22:47:11.489Z Downloaded tls_codec v0.4.1
9362024-12-20T22:47:11.491Z Downloaded bitvec v1.0.1
9372024-12-20T22:47:11.505Z Downloaded rustc-demangle v0.1.24
9382024-12-20T22:47:11.508Z Downloaded rustls-webpki v0.101.7
9392024-12-20T22:47:11.520Z Downloaded omicron-zone-package v0.11.1
9402024-12-20T22:47:11.523Z Downloaded blake3 v1.5.4
9412024-12-20T22:47:11.530Z Downloaded p521 v0.13.3
9422024-12-20T22:47:11.536Z Downloaded samael v0.0.17
9432024-12-20T22:47:11.539Z Downloaded chrono v0.4.38
9442024-12-20T22:47:11.547Z Downloaded half v2.4.1
9452024-12-20T22:47:11.549Z Downloaded winnow v0.5.40
9462024-12-20T22:47:11.557Z Downloaded tracing v0.1.40
9472024-12-20T22:47:11.562Z Downloaded rayon-core v1.12.1
9482024-12-20T22:47:11.565Z Downloaded unicode-bidi v0.3.17
9492024-12-20T22:47:11.569Z Downloaded rustyline v14.0.0
9502024-12-20T22:47:11.573Z Downloaded ron v0.8.1
9512024-12-20T22:47:11.578Z Downloaded quinn v0.11.5
9522024-12-20T22:47:11.581Z Downloaded openssl-sys v0.9.103
9532024-12-20T22:47:11.586Z Downloaded publicsuffix v2.2.3
9542024-12-20T22:47:11.589Z Downloaded toml_edit v0.19.15
9552024-12-20T22:47:11.604Z Downloaded hashbrown v0.12.3
9562024-12-20T22:47:11.607Z Downloaded num-bigint v0.4.6
9572024-12-20T22:47:11.612Z Downloaded rustls-webpki v0.102.8
9582024-12-20T22:47:11.629Z Downloaded russh v0.45.0
9592024-12-20T22:47:11.634Z Downloaded futures-util v0.3.31
9602024-12-20T22:47:11.645Z Downloaded tar v0.4.42
9612024-12-20T22:47:11.648Z Downloaded nom v7.1.3
9622024-12-20T22:47:11.653Z Downloaded x509-cert v0.2.5
9632024-12-20T22:47:11.658Z Downloaded reedline v0.35.0
9642024-12-20T22:47:11.666Z Downloaded tough v0.19.0
9652024-12-20T22:47:11.673Z Downloaded ssh-key v0.6.6
9662024-12-20T22:47:11.681Z Downloaded idna v0.5.0
9672024-12-20T22:47:11.687Z Downloaded unicode-segmentation v1.12.0
9682024-12-20T22:47:11.690Z Downloaded reqwest v0.12.9
9692024-12-20T22:47:11.698Z Downloaded idna v0.4.0
9702024-12-20T22:47:11.705Z Downloaded idna v0.3.0
9712024-12-20T22:47:11.712Z Downloaded idna v0.2.3
9722024-12-20T22:47:11.718Z Downloaded sqlparser v0.45.0
9732024-12-20T22:47:11.724Z Downloaded salty v0.3.0
9742024-12-20T22:47:11.731Z Downloaded rusqlite v0.32.1
9752024-12-20T22:47:11.737Z Downloaded petname v2.0.2
9762024-12-20T22:47:11.743Z Downloaded rustls v0.21.12
9772024-12-20T22:47:11.753Z Downloaded unicode-normalization v0.1.24
9782024-12-20T22:47:11.757Z Downloaded zerocopy v0.8.10
9792024-12-20T22:47:11.780Z Downloaded radix_trie v0.2.1
9802024-12-20T22:47:11.785Z Downloaded curve25519-dalek v4.1.3
9812024-12-20T22:47:11.794Z Downloaded regex v1.11.1
9822024-12-20T22:47:11.806Z Downloaded trust-dns-proto v0.22.0
9832024-12-20T22:47:11.817Z Downloaded object v0.30.4
9842024-12-20T22:47:11.826Z Downloaded regex-syntax v0.6.29
9852024-12-20T22:47:11.833Z Downloaded rustls v0.23.19
9862024-12-20T22:47:11.844Z Downloaded rustls v0.22.4
9872024-12-20T22:47:11.856Z Downloaded p384 v0.13.0
9882024-12-20T22:47:11.862Z Downloaded serde_with v3.11.0
9892024-12-20T22:47:11.872Z Downloaded regress v0.9.1
9902024-12-20T22:47:11.878Z Downloaded smoltcp v0.9.1
9912024-12-20T22:47:11.889Z Downloaded quick-xml v0.33.0
9922024-12-20T22:47:11.895Z Downloaded unicode-width v0.2.0
9932024-12-20T22:47:11.904Z Downloaded git2 v0.19.0
9942024-12-20T22:47:11.909Z Downloaded webpki-roots v0.26.6
9952024-12-20T22:47:11.912Z Downloaded openssl v0.10.66
9962024-12-20T22:47:11.921Z Downloaded nix v0.29.0
9972024-12-20T22:47:11.933Z Downloaded regress v0.10.1
9982024-12-20T22:47:11.942Z Downloaded smoltcp v0.11.0
9992024-12-20T22:47:11.954Z Downloaded nix v0.27.1
10002024-12-20T22:47:11.964Z Downloaded bstr v1.10.0
10012024-12-20T22:47:11.974Z Downloaded gimli v0.31.1
10022024-12-20T22:47:11.983Z Downloaded nix v0.28.0
10032024-12-20T22:47:11.994Z Downloaded dropshot v0.13.0
10042024-12-20T22:47:12.014Z Downloaded openapiv3 v2.0.0
10052024-12-20T22:47:12.026Z Downloaded diesel v2.2.6
10062024-12-20T22:47:12.046Z Downloaded object v0.36.5
10072024-12-20T22:47:12.056Z Downloaded typify-impl v0.2.0
10082024-12-20T22:47:12.070Z Downloaded sled v0.34.7
10092024-12-20T22:47:12.080Z Downloaded dropshot v0.12.0
10102024-12-20T22:47:12.099Z Downloaded polar-core v0.27.3
10112024-12-20T22:47:12.107Z Downloaded regex-syntax v0.8.5
10122024-12-20T22:47:12.118Z Downloaded chrono-tz v0.10.0
10132024-12-20T22:47:12.123Z Downloaded zerocopy-derive v0.6.6
10142024-12-20T22:47:12.132Z Downloaded portable-atomic v1.9.0
10152024-12-20T22:47:12.139Z Downloaded proptest v1.5.0
10162024-12-20T22:47:12.148Z Downloaded hashbrown v0.14.5
10172024-12-20T22:47:12.153Z Downloaded ratatui v0.28.1
10182024-12-20T22:47:12.171Z Downloaded icu_properties_data v1.5.0
10192024-12-20T22:47:12.181Z Downloaded regex-automata v0.4.8
10202024-12-20T22:47:12.198Z Downloaded vcpkg v0.2.15
10212024-12-20T22:47:12.234Z Downloaded lzma-sys v0.1.20
10222024-12-20T22:47:12.264Z Downloaded bzip2-sys v0.1.11+1.0.8
10232024-12-20T22:47:12.276Z Downloaded lalrpop v0.19.12
10242024-12-20T22:47:12.286Z Downloaded bindgen v0.69.5
10252024-12-20T22:47:12.293Z Downloaded parking_lot v0.12.3
10262024-12-20T22:47:12.295Z Downloaded libz-sys v1.1.20
10272024-12-20T22:47:12.316Z Downloaded petgraph v0.6.5
10282024-12-20T22:47:12.333Z Downloaded rcgen v0.12.1
10292024-12-20T22:47:12.336Z Downloaded quinn-proto v0.11.8
10302024-12-20T22:47:12.341Z Downloaded h2 v0.4.6
10312024-12-20T22:47:12.347Z Downloaded rayon v1.10.0
10322024-12-20T22:47:12.356Z Downloaded tokio v1.40.0
10332024-12-20T22:47:12.392Z Downloaded tinyvec v1.8.0
10342024-12-20T22:47:12.395Z Downloaded snafu v0.8.5
10352024-12-20T22:47:12.400Z Downloaded csv v1.3.0
10362024-12-20T22:47:12.420Z Downloaded shlex v1.3.0
10372024-12-20T22:47:12.422Z Downloaded quick-error v1.2.3
10382024-12-20T22:47:12.423Z Downloaded form_urlencoded v1.2.1
10392024-12-20T22:47:12.423Z Downloaded socket2 v0.5.7
10402024-12-20T22:47:12.425Z Downloaded crossterm v0.28.1
10412024-12-20T22:47:12.430Z Downloaded progenitor v0.8.0
10422024-12-20T22:47:12.433Z Downloaded thiserror v2.0.3
10432024-12-20T22:47:12.437Z Downloaded tungstenite v0.24.0
10442024-12-20T22:47:12.440Z Downloaded num-complex v0.4.6
10452024-12-20T22:47:12.443Z Downloaded sha3 v0.10.8
10462024-12-20T22:47:12.445Z Downloaded powerfmt v0.2.0
10472024-12-20T22:47:12.449Z Downloaded serde_yaml v0.9.34+deprecated
10482024-12-20T22:47:12.451Z Downloaded snafu-derive v0.8.5
10492024-12-20T22:47:12.451Z Downloaded parse-zoneinfo v0.3.1
10502024-12-20T22:47:12.454Z Downloaded toml v0.7.8
10512024-12-20T22:47:12.457Z Downloaded libm v0.2.8
10522024-12-20T22:47:12.463Z Downloaded itertools v0.10.5
10532024-12-20T22:47:12.469Z Downloaded salsa20 v0.10.2
10542024-12-20T22:47:12.474Z Downloaded predicates-tree v1.0.11
10552024-12-20T22:47:12.475Z Downloaded zip v2.1.3
10562024-12-20T22:47:12.478Z Downloaded proc-macro-crate v1.3.1
10572024-12-20T22:47:12.478Z Downloaded primeorder v0.13.6
10582024-12-20T22:47:12.478Z Downloaded peg v0.8.4
10592024-12-20T22:47:12.481Z Downloaded pbkdf2 v0.12.2
10602024-12-20T22:47:12.483Z Downloaded nanorand v0.7.0
10612024-12-20T22:47:12.486Z Downloaded dunce v1.0.5
10622024-12-20T22:47:12.486Z Downloaded dsl_auto_type v0.1.2
10632024-12-20T22:47:12.486Z Downloaded parse-display v0.10.0
10642024-12-20T22:47:12.488Z Downloaded num-integer v0.1.46
10652024-12-20T22:47:12.489Z Downloaded num-derive v0.4.2
10662024-12-20T22:47:12.491Z Downloaded pin-project v1.1.6
10672024-12-20T22:47:12.499Z Downloaded zeroize_derive v1.4.2
10682024-12-20T22:47:12.502Z Downloaded zeroize v1.8.1
10692024-12-20T22:47:12.502Z Downloaded minimal-lexical v0.2.1
10702024-12-20T22:47:12.505Z Downloaded headers v0.4.0
10712024-12-20T22:47:12.510Z Downloaded unicode_categories v0.1.1
10722024-12-20T22:47:12.513Z Downloaded icu_collections v1.5.0
10732024-12-20T22:47:12.517Z Downloaded foldhash v0.1.3
10742024-12-20T22:47:12.520Z Downloaded rand v0.8.5
10752024-12-20T22:47:12.523Z Downloaded cc v1.1.30
10762024-12-20T22:47:12.530Z Downloaded backtrace v0.3.74
10772024-12-20T22:47:12.531Z Downloaded futures v0.3.31
10782024-12-20T22:47:12.535Z Downloaded num-rational v0.4.2
10792024-12-20T22:47:12.537Z Downloaded nu-ansi-term v0.50.1
10802024-12-20T22:47:12.540Z Downloaded tracing-core v0.1.32
10812024-12-20T22:47:12.543Z Downloaded simd-adler32 v0.3.7
10822024-12-20T22:47:12.543Z Downloaded bumpalo v3.16.0
10832024-12-20T22:47:12.545Z Downloaded sec1 v0.7.3
10842024-12-20T22:47:12.548Z Downloaded defmt v0.3.8
10852024-12-20T22:47:12.551Z Downloaded zone v0.3.0
10862024-12-20T22:47:12.552Z Downloaded radium v0.7.0
10872024-12-20T22:47:12.552Z Downloaded r2d2 v0.8.10
10882024-12-20T22:47:12.554Z Downloaded quinn-udp v0.5.5
10892024-12-20T22:47:12.554Z Downloaded predicates-core v1.0.8
10902024-12-20T22:47:12.554Z Downloaded phf_shared v0.11.2
10912024-12-20T22:47:12.557Z Downloaded phf_generator v0.11.2
10922024-12-20T22:47:12.557Z Downloaded slab v0.4.9
10932024-12-20T22:47:12.557Z Downloaded icu_provider v1.5.0
10942024-12-20T22:47:12.560Z Downloaded base64 v0.22.1
10952024-12-20T22:47:12.563Z Downloaded base64 v0.21.7
10962024-12-20T22:47:12.566Z Downloaded encoding_rs v0.8.34
10972024-12-20T22:47:12.588Z Downloaded chacha20poly1305 v0.10.1
10982024-12-20T22:47:12.590Z Downloaded bytes v1.8.0
10992024-12-20T22:47:12.593Z Downloaded time-macros v0.2.18
11002024-12-20T22:47:12.596Z Downloaded float-cmp v0.9.0
11012024-12-20T22:47:12.596Z Downloaded enum-as-inner v0.6.1
11022024-12-20T22:47:12.599Z Downloaded diesel-dtrace v0.4.2
11032024-12-20T22:47:12.599Z Downloaded icu_locid_transform_data v1.5.0
11042024-12-20T22:47:12.601Z Downloaded icu_locid v1.5.0
11052024-12-20T22:47:12.605Z Downloaded wyz v0.5.1
11062024-12-20T22:47:12.608Z Downloaded serde_derive_internals v0.29.1
11072024-12-20T22:47:12.608Z Downloaded crossbeam-epoch v0.9.18
11082024-12-20T22:47:12.611Z Downloaded crc-any v2.5.0
11092024-12-20T22:47:12.614Z Downloaded cookie v0.18.1
11102024-12-20T22:47:12.614Z Downloaded const-oid v0.9.6
11112024-12-20T22:47:12.616Z Downloaded httparse v1.9.5
11122024-12-20T22:47:12.618Z Downloaded slog-json v2.6.1
11132024-12-20T22:47:12.621Z Downloaded slog-dtrace v0.3.0
11142024-12-20T22:47:12.621Z Downloaded libefi-sys v0.1.0
11152024-12-20T22:47:12.623Z Downloaded jobserver v0.1.32
11162024-12-20T22:47:12.623Z Downloaded cookie_store v0.21.0
11172024-12-20T22:47:12.626Z Downloaded hyper-staticfile v0.10.1
11182024-12-20T22:47:12.629Z Downloaded rustls-pemfile v1.0.4
11192024-12-20T22:47:12.629Z Downloaded rustfmt-wrapper v0.2.1
11202024-12-20T22:47:12.632Z Downloaded rustc_version v0.4.1
11212024-12-20T22:47:12.632Z Downloaded crossbeam-deque v0.8.5
11222024-12-20T22:47:12.635Z Downloaded const_format_proc_macros v0.2.33
11232024-12-20T22:47:12.635Z Downloaded castaway v0.2.3
11242024-12-20T22:47:12.638Z Downloaded bzip2 v0.4.4
11252024-12-20T22:47:12.638Z Downloaded bcs v0.1.6
11262024-12-20T22:47:12.642Z Downloaded md-5 v0.10.6
11272024-12-20T22:47:12.642Z Downloaded maplit v1.0.2
11282024-12-20T22:47:12.642Z Downloaded lazy_static v1.5.0
11292024-12-20T22:47:12.645Z Downloaded is-terminal v0.4.13
11302024-12-20T22:47:12.645Z Downloaded rpassword v7.3.1
11312024-12-20T22:47:12.645Z Downloaded rfc6979 v0.4.0
11322024-12-20T22:47:12.645Z Downloaded ref-cast-impl v1.0.23
11332024-12-20T22:47:12.648Z Downloaded maybe-uninit v2.0.0
11342024-12-20T22:47:12.648Z Downloaded managed v0.8.0
11352024-12-20T22:47:12.648Z Downloaded libsw v3.3.1
11362024-12-20T22:47:12.650Z Downloaded bit-vec v0.6.3
11372024-12-20T22:47:12.650Z Downloaded kstat-rs v0.2.4
11382024-12-20T22:47:12.653Z Downloaded libgit2-sys v0.17.0+1.8.1
11392024-12-20T22:47:12.707Z Downloaded impl-trait-for-tuples v0.2.2
11402024-12-20T22:47:12.709Z Downloaded backoff v0.4.0
11412024-12-20T22:47:12.712Z Downloaded arrayvec v0.7.6
11422024-12-20T22:47:12.715Z Downloaded inout v0.1.3
11432024-12-20T22:47:12.715Z Downloaded idna_adapter v1.2.0
11442024-12-20T22:47:12.717Z Downloaded constant_time_eq v0.3.1
11452024-12-20T22:47:12.717Z Downloaded hyper-tls v0.6.0
11462024-12-20T22:47:12.717Z Downloaded chrono-tz-build v0.4.0
11472024-12-20T22:47:12.720Z Downloaded blowfish v0.9.1
11482024-12-20T22:47:12.720Z Downloaded bitfield-struct v0.6.2
11492024-12-20T22:47:12.720Z Downloaded bitflags v1.3.2
11502024-12-20T22:47:12.723Z Downloaded bitfield v0.14.0
11512024-12-20T22:47:12.726Z Downloaded bit-set v0.5.3
11522024-12-20T22:47:12.726Z Downloaded hubpack v0.1.2
11532024-12-20T22:47:12.726Z Downloaded assert_matches v1.5.0
11542024-12-20T22:47:12.728Z Downloaded array-init v0.0.4
11552024-12-20T22:47:12.729Z Downloaded aes-gcm v0.10.3
11562024-12-20T22:47:12.731Z Downloaded hostname v0.3.1
11572024-12-20T22:47:12.734Z Downloaded home v0.5.9
11582024-12-20T22:47:12.734Z Downloaded highway v1.2.0
11592024-12-20T22:47:12.736Z Downloaded hex-literal v0.4.1
11602024-12-20T22:47:12.736Z Downloaded hex v0.4.3
11612024-12-20T22:47:12.736Z Downloaded arc-swap v1.7.1
11622024-12-20T22:47:13.011Z Downloaded ring v0.17.8
11632024-12-20T22:47:13.238Z Downloaded libsqlite3-sys v0.30.1
11642024-12-20T22:47:13.318Z Downloaded ring v0.16.20
11652024-12-20T22:47:13.472Z Downloaded aws-lc-sys v0.22.0
11662024-12-20T22:47:13.776Z Compiling serde v1.0.215
11672024-12-20T22:47:13.778Z Compiling lock_api v0.4.12
11682024-12-20T22:47:13.778Z Compiling scopeguard v1.2.0
11692024-12-20T22:47:13.778Z Compiling value-bag v1.9.0
11702024-12-20T22:47:13.778Z Compiling typenum v1.17.0
11712024-12-20T22:47:13.778Z Compiling generic-array v0.14.7
11722024-12-20T22:47:13.968Z Compiling syn v2.0.87
11732024-12-20T22:47:13.984Z Compiling getrandom v0.2.15
11742024-12-20T22:47:14.079Z Compiling shlex v1.3.0
11752024-12-20T22:47:14.255Z Compiling rand_core v0.6.4
11762024-12-20T22:47:14.457Z Compiling log v0.4.22
11772024-12-20T22:47:14.477Z Compiling subtle v2.6.1
11782024-12-20T22:47:14.495Z Compiling jobserver v0.1.32
11792024-12-20T22:47:14.601Z Compiling smallvec v1.13.2
11802024-12-20T22:47:14.782Z Compiling const-oid v0.9.6
11812024-12-20T22:47:14.806Z Compiling pin-project-lite v0.2.14
11822024-12-20T22:47:14.935Z Compiling cc v1.1.30
11832024-12-20T22:47:14.993Z Compiling spin v0.9.8
11842024-12-20T22:47:15.032Z Compiling rustix v0.38.37
11852024-12-20T22:47:15.305Z Compiling parking_lot_core v0.9.10
11862024-12-20T22:47:15.375Z Compiling futures-core v0.3.31
11872024-12-20T22:47:15.408Z Compiling signal-hook-registry v1.4.2
11882024-12-20T22:47:15.635Z Compiling mio v1.0.2
11892024-12-20T22:47:16.074Z Compiling aho-corasick v1.1.3
11902024-12-20T22:47:16.382Z Compiling parking_lot v0.12.3
11912024-12-20T22:47:16.607Z Compiling regex-syntax v0.8.5
11922024-12-20T22:47:16.829Z Compiling cpufeatures v0.2.14
11932024-12-20T22:47:16.873Z Compiling lazy_static v1.5.0
11942024-12-20T22:47:16.951Z Compiling futures-sink v0.3.31
11952024-12-20T22:47:16.999Z Compiling glob v0.3.1
11962024-12-20T22:47:17.058Z Compiling either v1.13.0
11972024-12-20T22:47:17.106Z Compiling stable_deref_trait v1.2.0
11982024-12-20T22:47:17.223Z Compiling socket2 v0.5.7
11992024-12-20T22:47:17.401Z Compiling slab v0.4.9
12002024-12-20T22:47:17.517Z Compiling prettyplease v0.2.25
12012024-12-20T22:47:17.859Z Compiling minimal-lexical v0.2.1
12022024-12-20T22:47:17.885Z Compiling serde_json v1.0.133
12032024-12-20T22:47:18.042Z Compiling clang-sys v1.8.1
12042024-12-20T22:47:18.258Z Compiling libloading v0.8.5
12052024-12-20T22:47:18.407Z Compiling nom v7.1.3
12062024-12-20T22:47:18.559Z Compiling bindgen v0.69.5
12072024-12-20T22:47:18.724Z Compiling home v0.5.9
12082024-12-20T22:47:18.985Z Compiling itertools v0.10.5
12092024-12-20T22:47:19.384Z Compiling futures-channel v0.3.31
12102024-12-20T22:47:19.519Z Compiling pin-utils v0.1.0
12112024-12-20T22:47:19.619Z Compiling foldhash v0.1.3
12122024-12-20T22:47:19.806Z Compiling libm v0.2.8
12132024-12-20T22:47:19.916Z Compiling rustc-hash v1.1.0
12142024-12-20T22:47:20.066Z Compiling allocator-api2 v0.2.18
12152024-12-20T22:47:20.121Z Compiling futures-task v0.3.31
12162024-12-20T22:47:20.424Z Compiling regex-automata v0.4.8
12172024-12-20T22:47:20.912Z Compiling futures-io v0.3.31
12182024-12-20T22:47:21.246Z Compiling lazycell v1.3.0
12192024-12-20T22:47:21.422Z Compiling hashbrown v0.15.1
12202024-12-20T22:47:21.824Z Compiling synstructure v0.13.1
12212024-12-20T22:47:22.077Z Compiling cexpr v0.6.0
12222024-12-20T22:47:22.814Z Compiling cmake v0.1.51
12232024-12-20T22:47:23.568Z Compiling num-traits v0.2.19
12242024-12-20T22:47:23.571Z Compiling dunce v1.0.5
12252024-12-20T22:47:23.718Z Compiling tinyvec_macros v0.1.1
12262024-12-20T22:47:23.815Z Compiling fs_extra v1.3.0
12272024-12-20T22:47:23.818Z Compiling pkg-config v0.3.31
12282024-12-20T22:47:23.901Z Compiling tinyvec v1.8.0
12292024-12-20T22:47:24.395Z Compiling ring v0.17.8
12302024-12-20T22:47:25.408Z Compiling unicode-normalization v0.1.24
12312024-12-20T22:47:25.466Z Compiling unicode-bidi v0.3.17
12322024-12-20T22:47:25.511Z Compiling paste v1.0.15
12332024-12-20T22:47:25.538Z Compiling writeable v0.5.5
12342024-12-20T22:47:26.029Z Compiling litemap v0.7.3
12352024-12-20T22:47:26.152Z Compiling regex v1.11.1
12362024-12-20T22:47:26.462Z Compiling base64ct v1.6.0
12372024-12-20T22:47:26.949Z Compiling pem-rfc7468 v0.7.0
12382024-12-20T22:47:26.990Z Compiling flagset v0.4.6
12392024-12-20T22:47:27.180Z Compiling httparse v1.9.5
12402024-12-20T22:47:27.198Z Compiling aws-lc-rs v1.10.0
12412024-12-20T22:47:27.596Z Compiling tracing-core v0.1.32
12422024-12-20T22:47:27.649Z Compiling icu_locid_transform_data v1.5.0
12432024-12-20T22:47:27.749Z Compiling crossbeam-utils v0.8.20
12442024-12-20T22:47:27.971Z Compiling percent-encoding v2.3.1
12452024-12-20T22:47:28.322Z Compiling rustls-pki-types v1.10.0
12462024-12-20T22:47:28.551Z Compiling powerfmt v0.2.0
12472024-12-20T22:47:28.843Z Compiling serde_derive v1.0.215
12482024-12-20T22:47:28.893Z Compiling zeroize_derive v1.4.2
12492024-12-20T22:47:28.915Z Compiling zerocopy-derive v0.7.35
12502024-12-20T22:47:29.070Z Compiling tokio-macros v2.4.0
12512024-12-20T22:47:29.415Z Compiling zerofrom-derive v0.1.4
12522024-12-20T22:47:30.435Z Compiling zeroize v1.8.1
12532024-12-20T22:47:30.663Z Compiling thiserror-impl v1.0.69
12542024-12-20T22:47:30.861Z Compiling yoke-derive v0.7.4
12552024-12-20T22:47:31.214Z Compiling zerocopy v0.7.35
12562024-12-20T22:47:32.209Z Compiling crypto-common v0.1.6
12572024-12-20T22:47:32.457Z Compiling block-buffer v0.10.4
12582024-12-20T22:47:32.726Z Compiling digest v0.10.7
12592024-12-20T22:47:32.781Z Compiling futures-macro v0.3.31
12602024-12-20T22:47:33.212Z Compiling hmac v0.12.1
12612024-12-20T22:47:33.353Z Compiling zerovec-derive v0.10.3
12622024-12-20T22:47:33.447Z Compiling block-padding v0.3.3
12632024-12-20T22:47:33.584Z Compiling zerofrom v0.1.4
12642024-12-20T22:47:33.693Z Compiling displaydoc v0.2.5
12652024-12-20T22:47:33.812Z Compiling inout v0.1.3
12662024-12-20T22:47:33.861Z Compiling yoke v0.7.4
12672024-12-20T22:47:33.985Z Compiling thiserror v1.0.69
12682024-12-20T22:47:34.081Z Compiling cipher v0.4.4
12692024-12-20T22:47:34.125Z Compiling sha2 v0.10.8
12702024-12-20T22:47:34.194Z Compiling ppv-lite86 v0.2.20
12712024-12-20T22:47:34.594Z Compiling icu_provider_macros v1.5.0
12722024-12-20T22:47:34.749Z Compiling futures-util v0.3.31
12732024-12-20T22:47:34.979Z Compiling der_derive v0.7.3
12742024-12-20T22:47:35.361Z Compiling rand_chacha v0.3.1
12752024-12-20T22:47:35.747Z Compiling tracing-attributes v0.1.27
12762024-12-20T22:47:35.977Z Compiling zerovec v0.10.4
12772024-12-20T22:47:37.395Z Compiling der v0.7.9
12782024-12-20T22:47:37.442Z Compiling rand v0.8.5
12792024-12-20T22:47:37.728Z Compiling salsa20 v0.10.2
12802024-12-20T22:47:37.965Z Compiling tinystr v0.7.6
12812024-12-20T22:47:38.261Z Compiling icu_collections v1.5.0
12822024-12-20T22:47:38.416Z Compiling icu_locid v1.5.0
12832024-12-20T22:47:39.545Z Compiling icu_provider v1.5.0
12842024-12-20T22:47:39.605Z Compiling tracing v0.1.40
12852024-12-20T22:47:39.627Z Compiling spki v0.7.3
12862024-12-20T22:47:39.715Z Compiling pest v2.7.14
12872024-12-20T22:47:39.993Z Compiling pbkdf2 v0.12.2
12882024-12-20T22:47:40.146Z Compiling mirai-annotations v1.12.0
12892024-12-20T22:47:40.174Z Compiling num-conv v0.1.0
12902024-12-20T22:47:40.347Z Compiling icu_locid_transform v1.5.0
12912024-12-20T22:47:40.481Z Compiling vcpkg v0.2.15
12922024-12-20T22:47:40.604Z Compiling untrusted v0.7.1
12932024-12-20T22:47:40.674Z Compiling untrusted v0.9.0
12942024-12-20T22:47:40.786Z Compiling icu_properties_data v1.5.0
12952024-12-20T22:47:40.833Z Compiling time-core v0.1.2
12962024-12-20T22:47:40.877Z Compiling scrypt v0.11.0
12972024-12-20T22:47:41.014Z Compiling time-macros v0.2.18
12982024-12-20T22:47:41.063Z Compiling cbc v0.1.2
12992024-12-20T22:47:41.307Z Compiling aes v0.8.4
13002024-12-20T22:47:41.456Z Compiling scroll_derive v0.12.0
13012024-12-20T22:47:42.738Z Compiling bitflags v2.6.0
13022024-12-20T22:47:42.777Z Compiling bytes v1.8.0
13032024-12-20T22:47:42.995Z Compiling indexmap v2.6.0
13042024-12-20T22:47:43.042Z Compiling semver v1.0.23
13052024-12-20T22:47:43.805Z Compiling tokio v1.40.0
13062024-12-20T22:47:44.068Z Compiling http v1.1.0
13072024-12-20T22:47:44.170Z Compiling rustc_version v0.4.1
13082024-12-20T22:47:44.388Z Compiling openssl-sys v0.9.103
13092024-12-20T22:47:44.420Z Compiling pest_meta v2.7.14
13102024-12-20T22:47:44.757Z Compiling icu_properties v1.5.1
13112024-12-20T22:47:44.938Z Compiling deranged v0.3.11
13122024-12-20T22:47:46.308Z Compiling atomic-waker v1.1.2
13132024-12-20T22:47:46.505Z Compiling num_threads v0.1.7
13142024-12-20T22:47:46.606Z Compiling utf16_iter v1.0.5
13152024-12-20T22:47:46.641Z Compiling icu_normalizer_data v1.5.0
13162024-12-20T22:47:46.748Z Compiling write16 v1.0.0
13172024-12-20T22:47:46.816Z Compiling utf8_iter v1.0.4
13182024-12-20T22:47:46.878Z Compiling time v0.3.36
13192024-12-20T22:47:46.900Z Compiling pest_generator v2.7.14
13202024-12-20T22:47:46.950Z Compiling http-body v1.0.1
13212024-12-20T22:47:47.195Z Compiling which v4.4.2
13222024-12-20T22:47:47.284Z Compiling scroll v0.12.0
13232024-12-20T22:47:47.851Z Compiling pkcs5 v0.7.1
13242024-12-20T22:47:48.556Z Compiling icu_normalizer v1.5.0
13252024-12-20T22:47:48.915Z Compiling form_urlencoded v1.2.1
13262024-12-20T22:47:49.097Z Compiling slog v2.7.0
13272024-12-20T22:47:49.272Z Compiling try-lock v0.2.5
13282024-12-20T22:47:49.420Z Compiling want v0.3.1
13292024-12-20T22:47:49.573Z Compiling pest_derive v2.7.14
13302024-12-20T22:47:49.697Z Compiling idna_adapter v1.2.0
13312024-12-20T22:47:49.700Z Compiling goblin v0.8.2
13322024-12-20T22:47:49.842Z Compiling pkcs8 v0.10.2
13332024-12-20T22:47:49.929Z Compiling uuid v1.11.0
13342024-12-20T22:47:50.760Z Compiling httpdate v1.0.3
13352024-12-20T22:47:50.780Z Compiling iana-time-zone v0.1.61
13362024-12-20T22:47:50.780Z Compiling dtrace-parser v0.2.0
13372024-12-20T22:47:50.859Z Compiling chrono v0.4.38
13382024-12-20T22:47:50.979Z Compiling idna v1.0.3
13392024-12-20T22:47:52.211Z Compiling serde_tokenstream v0.2.2
13402024-12-20T22:47:52.252Z Compiling toml_datetime v0.6.8
13412024-12-20T22:47:52.782Z Compiling tokio-util v0.7.12
13422024-12-20T22:47:52.843Z Compiling serde_spanned v0.6.8
13432024-12-20T22:47:52.881Z Compiling rustversion v1.0.17
13442024-12-20T22:47:52.900Z Compiling adler2 v2.0.0
13452024-12-20T22:47:53.076Z Compiling tower-service v0.3.3
13462024-12-20T22:47:53.113Z Compiling openssl v0.10.66
13472024-12-20T22:47:53.204Z Compiling foreign-types-shared v0.1.1
13482024-12-20T22:47:53.323Z Compiling base64 v0.22.1
13492024-12-20T22:47:53.533Z Compiling match_cfg v0.1.0
13502024-12-20T22:47:53.643Z Compiling hostname v0.3.1
13512024-12-20T22:47:53.729Z Compiling foreign-types v0.3.2
13522024-12-20T22:47:53.832Z Compiling h2 v0.4.6
13532024-12-20T22:47:53.900Z Compiling miniz_oxide v0.8.0
13542024-12-20T22:47:54.095Z Compiling url v2.5.3
13552024-12-20T22:47:54.675Z Compiling async-trait v0.1.83
13562024-12-20T22:47:55.512Z Compiling dof v0.3.0
13572024-12-20T22:47:55.621Z Compiling openssl-macros v0.1.1
13582024-12-20T22:47:56.185Z Compiling serde_derive_internals v0.29.1
13592024-12-20T22:47:56.426Z Compiling usdt-impl v0.5.0
13602024-12-20T22:47:57.516Z Compiling dirs-sys-next v0.1.2
13612024-12-20T22:47:57.760Z Compiling native-tls v0.2.12
13622024-12-20T22:47:58.040Z Compiling schemars v0.8.21
13632024-12-20T22:47:58.092Z Compiling rustls v0.23.19
13642024-12-20T22:47:58.175Z Compiling rustls v0.22.4
13652024-12-20T22:47:58.348Z Compiling syn v1.0.109
13662024-12-20T22:47:58.369Z Compiling siphasher v0.3.11
13672024-12-20T22:47:58.435Z Compiling data-encoding v2.6.0
13682024-12-20T22:47:58.863Z Compiling dirs-next v2.0.0
13692024-12-20T22:47:59.045Z Compiling schemars_derive v0.8.21
13702024-12-20T22:47:59.571Z Compiling http-body-util v0.1.2
13712024-12-20T22:48:00.128Z Compiling crossbeam-epoch v0.9.18
13722024-12-20T22:48:00.273Z Compiling heapless v0.7.17
13732024-12-20T22:48:00.679Z Compiling hyper v1.5.0
13742024-12-20T22:48:00.870Z Compiling sha1 v0.10.6
13752024-12-20T22:48:00.931Z Compiling signature v2.2.0
13762024-12-20T22:48:01.216Z Compiling bzip2-sys v0.1.11+1.0.8
13772024-12-20T22:48:01.306Z Compiling thread_local v1.1.8
13782024-12-20T22:48:01.726Z Compiling cookie v0.18.1
13792024-12-20T22:48:01.889Z Compiling multer v3.1.0
13802024-12-20T22:48:02.011Z Compiling encoding_rs v0.8.34
13812024-12-20T22:48:02.148Z Compiling mime v0.3.17
13822024-12-20T22:48:02.371Z Compiling slog-async v2.8.0
13832024-12-20T22:48:02.686Z Compiling openssl-probe v0.1.5
13842024-12-20T22:48:02.886Z Compiling rayon-core v1.12.1
13852024-12-20T22:48:03.019Z Compiling hyper-util v0.1.10
13862024-12-20T22:48:03.158Z Compiling signal-hook v0.3.17
13872024-12-20T22:48:03.352Z Compiling dyn-clone v1.0.17
13882024-12-20T22:48:03.573Z Compiling gimli v0.31.1
13892024-12-20T22:48:04.065Z Compiling ipnet v2.10.1
13902024-12-20T22:48:04.631Z Compiling unicode-properties v0.1.3
13912024-12-20T22:48:05.030Z Compiling toml_edit v0.22.22
13922024-12-20T22:48:05.169Z Compiling stringprep v0.1.5
13932024-12-20T22:48:06.810Z Compiling crossbeam-deque v0.8.5
13942024-12-20T22:48:07.165Z Compiling usdt-attr-macro v0.5.0
13952024-12-20T22:48:07.448Z Compiling usdt-macro v0.5.0
13962024-12-20T22:48:07.524Z Compiling addr2line v0.24.2
13972024-12-20T22:48:08.198Z Compiling term v0.7.0
13982024-12-20T22:48:08.276Z Compiling slog-json v2.6.1
13992024-12-20T22:48:08.676Z Compiling serde_urlencoded v0.7.1
14002024-12-20T22:48:08.769Z Compiling crossbeam-channel v0.5.13
14012024-12-20T22:48:08.977Z Compiling curve25519-dalek v4.1.3
14022024-12-20T22:48:09.205Z Compiling enum-as-inner v0.6.1
14032024-12-20T22:48:09.603Z Compiling futures-executor v0.3.31
14042024-12-20T22:48:09.674Z Compiling md-5 v0.10.6
14052024-12-20T22:48:09.737Z Compiling rustls-pemfile v2.2.0
14062024-12-20T22:48:09.887Z Compiling async-stream-impl v0.3.6
14072024-12-20T22:48:09.937Z Compiling num-integer v0.1.46
14082024-12-20T22:48:10.058Z Compiling idna v0.4.0
14092024-12-20T22:48:10.189Z Compiling idna v0.3.0
14102024-12-20T22:48:10.332Z Compiling hash32 v0.2.1
14112024-12-20T22:48:10.694Z Compiling ff v0.13.0
14122024-12-20T22:48:10.756Z Compiling is-terminal v0.4.13
14132024-12-20T22:48:10.905Z Compiling object v0.36.5
14142024-12-20T22:48:10.941Z Compiling dropshot v0.12.0
14152024-12-20T22:48:11.239Z Compiling anyhow v1.0.93
14162024-12-20T22:48:11.393Z Compiling quick-error v1.2.3
14172024-12-20T22:48:11.555Z Compiling portable-atomic v1.9.0
14182024-12-20T22:48:11.796Z Compiling psl-types v2.0.11
14192024-12-20T22:48:11.881Z Compiling utf-8 v0.7.6
14202024-12-20T22:48:11.934Z Compiling base16ct v0.2.0
14212024-12-20T22:48:11.979Z Compiling fallible-iterator v0.2.0
14222024-12-20T22:48:12.206Z Compiling rustc-demangle v0.1.24
14232024-12-20T22:48:12.260Z Compiling num-bigint-dig v0.8.4
14242024-12-20T22:48:12.551Z Compiling take_mut v0.2.2
14252024-12-20T22:48:12.640Z Compiling linked-hash-map v0.5.6
14262024-12-20T22:48:12.716Z Compiling smoltcp v0.9.1
14272024-12-20T22:48:12.738Z Compiling postgres-protocol v0.6.7
14282024-12-20T22:48:13.023Z Compiling lru-cache v0.1.2
14292024-12-20T22:48:13.333Z Compiling sec1 v0.7.3
14302024-12-20T22:48:13.399Z Compiling tungstenite v0.24.0
14312024-12-20T22:48:13.453Z Compiling publicsuffix v2.2.3
14322024-12-20T22:48:13.885Z Compiling resolv-conf v0.7.0
14332024-12-20T22:48:14.074Z Compiling async-stream v0.3.6
14342024-12-20T22:48:14.189Z Compiling hickory-proto v0.24.1
14352024-12-20T22:48:14.366Z Compiling usdt v0.5.0
14362024-12-20T22:48:14.423Z Compiling group v0.13.0
14372024-12-20T22:48:14.655Z Compiling slog-term v2.9.1
14382024-12-20T22:48:14.884Z Compiling num-iter v0.1.45
14392024-12-20T22:48:15.089Z Compiling futures v0.3.31
14402024-12-20T22:48:15.348Z Compiling slog-bunyan v2.5.0
14412024-12-20T22:48:15.574Z Compiling toml v0.8.19
14422024-12-20T22:48:17.080Z Compiling camino v1.1.9
14432024-12-20T22:48:17.140Z Compiling tokio-native-tls v0.3.1
14442024-12-20T22:48:17.432Z Compiling phf_shared v0.11.2
14452024-12-20T22:48:17.782Z Compiling dropshot_endpoint v0.12.0
14462024-12-20T22:48:17.836Z Compiling terminal_size v0.4.0
14472024-12-20T22:48:18.058Z Compiling waitgroup v0.1.2
14482024-12-20T22:48:18.078Z Compiling openapiv3 v2.0.0
14492024-12-20T22:48:18.286Z Compiling serde_path_to_error v0.1.16
14502024-12-20T22:48:18.359Z Compiling hkdf v0.12.4
14512024-12-20T22:48:18.634Z Compiling backtrace v0.3.74
14522024-12-20T22:48:19.131Z Compiling crypto-bigint v0.5.5
14532024-12-20T22:48:19.220Z Compiling webpki-roots v0.26.6
14542024-12-20T22:48:19.435Z Compiling zerocopy-derive v0.6.6
14552024-12-20T22:48:21.761Z Compiling curve25519-dalek-derive v0.1.1
14562024-12-20T22:48:22.380Z Compiling hubpack_derive v0.1.1
14572024-12-20T22:48:22.405Z Compiling idna v0.5.0
14582024-12-20T22:48:22.583Z Compiling hostname v0.4.0
14592024-12-20T22:48:22.707Z Compiling ahash v0.8.11
14602024-12-20T22:48:22.860Z Compiling crc32fast v1.4.2
14612024-12-20T22:48:23.038Z Compiling fs-err v2.11.0
14622024-12-20T22:48:23.229Z Compiling debug-ignore v1.0.5
14632024-12-20T22:48:23.265Z Compiling bitflags v1.3.2
14642024-12-20T22:48:23.303Z Compiling newtype-uuid v1.1.3
14652024-12-20T22:48:23.352Z Compiling managed v0.8.0
14662024-12-20T22:48:23.372Z Compiling winnow v0.5.40
14672024-12-20T22:48:23.392Z Compiling console v0.15.8
14682024-12-20T22:48:23.591Z Compiling clap_builder v4.5.21
14692024-12-20T22:48:24.248Z Compiling hubpack v0.1.2
14702024-12-20T22:48:24.720Z Compiling cookie_store v0.21.0
14712024-12-20T22:48:25.038Z Compiling strum_macros v0.25.3
14722024-12-20T22:48:25.374Z Compiling flate2 v1.0.34
14732024-12-20T22:48:26.078Z Compiling elliptic-curve v0.13.8
14742024-12-20T22:48:26.371Z Compiling zerocopy v0.6.6
14752024-12-20T22:48:26.463Z Compiling hickory-resolver v0.24.1
14762024-12-20T22:48:26.919Z Compiling toml_edit v0.19.15
14772024-12-20T22:48:27.255Z Compiling signal-hook-mio v0.2.4
14782024-12-20T22:48:27.446Z Compiling phf v0.11.2
14792024-12-20T22:48:27.753Z Compiling hyper-tls v0.6.0
14802024-12-20T22:48:28.176Z Compiling rayon v1.10.0
14812024-12-20T22:48:28.180Z Compiling bzip2 v0.4.4
14822024-12-20T22:48:29.228Z Compiling tokio-tungstenite v0.24.0
14832024-12-20T22:48:29.793Z Compiling postgres-types v0.2.8
14842024-12-20T22:48:32.769Z Compiling ed25519 v2.2.3
14852024-12-20T22:48:33.076Z Compiling phf_shared v0.10.0
14862024-12-20T22:48:33.112Z Compiling tokio-stream v0.1.16
14872024-12-20T22:48:33.169Z Compiling pkcs1 v0.7.5
14882024-12-20T22:48:33.498Z Compiling serde-big-array v0.5.1
14892024-12-20T22:48:33.520Z Compiling clap_derive v4.5.18
14902024-12-20T22:48:33.740Z Compiling rfc6979 v0.4.0
14912024-12-20T22:48:33.947Z Compiling derive-where v1.2.7
14922024-12-20T22:48:34.179Z Compiling serde_repr v0.1.19
14932024-12-20T22:48:34.217Z Compiling float-cmp v0.9.0
14942024-12-20T22:48:34.453Z Compiling bstr v1.10.0
14952024-12-20T22:48:34.727Z Compiling sync_wrapper v1.0.1
14962024-12-20T22:48:34.886Z Compiling static_assertions v1.1.0
14972024-12-20T22:48:34.992Z Compiling whoami v1.5.2
14982024-12-20T22:48:35.072Z Compiling difflib v0.4.0
14992024-12-20T22:48:35.430Z Compiling unicode-segmentation v1.12.0
15002024-12-20T22:48:35.602Z Compiling unicode-width v0.2.0
15012024-12-20T22:48:36.186Z Compiling predicates-core v1.0.8
15022024-12-20T22:48:36.346Z Compiling bit-vec v0.6.3
15032024-12-20T22:48:36.367Z Compiling normalize-line-endings v0.3.0
15042024-12-20T22:48:36.501Z Compiling precomputed-hash v0.1.1
15052024-12-20T22:48:36.544Z Compiling fixedbitset v0.4.2
15062024-12-20T22:48:36.615Z Compiling new_debug_unreachable v1.0.6
15072024-12-20T22:48:36.718Z Compiling number_prefix v0.4.0
15082024-12-20T22:48:36.783Z Compiling string_cache v0.8.7
15092024-12-20T22:48:36.824Z Compiling bit-set v0.5.3
15102024-12-20T22:48:36.935Z Compiling indicatif v0.17.9
15112024-12-20T22:48:37.011Z Compiling petgraph v0.6.5
15122024-12-20T22:48:37.108Z Compiling predicates v3.1.2
15132024-12-20T22:48:37.259Z Compiling similar v2.6.0
15142024-12-20T22:48:37.643Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15152024-12-20T22:48:38.705Z Compiling clap v4.5.21
15162024-12-20T22:48:38.838Z Compiling tokio-postgres v0.7.12
15172024-12-20T22:48:38.972Z Compiling ecdsa v0.16.9
15182024-12-20T22:48:39.194Z Compiling rsa v0.9.6
15192024-12-20T22:48:39.811Z Compiling ed25519-dalek v2.1.1
15202024-12-20T22:48:39.858Z Compiling toml v0.7.8
15212024-12-20T22:48:41.153Z Compiling zip v0.6.6
15222024-12-20T22:48:41.177Z Compiling crossterm v0.28.1
15232024-12-20T22:48:42.926Z Compiling hex v0.4.3
15242024-12-20T22:48:43.150Z Compiling x509-cert v0.2.5
15252024-12-20T22:48:43.233Z Compiling peg-runtime v0.8.3
15262024-12-20T22:48:43.559Z Compiling lalrpop-util v0.19.12
15272024-12-20T22:48:43.917Z Compiling unicode-xid v0.2.6
15282024-12-20T22:48:43.938Z Compiling strum_macros v0.26.4
15292024-12-20T22:48:44.106Z Compiling xattr v1.3.1
15302024-12-20T22:48:44.380Z Compiling filetime v0.2.25
15312024-12-20T22:48:44.667Z Compiling tar v0.4.42
15322024-12-20T22:48:49.226Z Compiling strum v0.26.3
15332024-12-20T22:48:51.973Z Compiling aws-lc-sys v0.22.0
15342024-12-20T22:49:27.343Z Compiling rustls-webpki v0.102.8
15352024-12-20T22:49:30.729Z Compiling tokio-rustls v0.25.0
15362024-12-20T22:49:32.440Z Compiling tokio-rustls v0.26.0
15372024-12-20T22:49:32.774Z Compiling hyper-rustls v0.27.3
15382024-12-20T22:49:33.139Z Compiling reqwest v0.12.9
15392024-12-20T22:49:34.311Z Compiling qorb v0.2.1
15402024-12-20T22:49:39.155Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-12-20T22:49:39.393Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-12-20T22:49:45.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15432024-12-20T22:49:45.507Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-12-20T22:49:45.561ZDec 20 22:49:44.826 INFO Starting download, target: Cockroach
15452024-12-20T22:49:45.561ZDec 20 22:49:44.826 INFO Starting download, target: Clickhouse
15462024-12-20T22:49:45.561ZDec 20 22:49:44.826 INFO Starting download, target: Console
15472024-12-20T22:49:45.567ZDec 20 22:49:44.826 INFO Starting download, target: DendriteOpenapi
15482024-12-20T22:49:45.567ZDec 20 22:49:44.826 INFO Starting download, target: DendriteStub
15492024-12-20T22:49:45.567ZDec 20 22:49:44.826 INFO Starting download, target: MaghemiteMgd
15502024-12-20T22:49:45.567ZDec 20 22:49:44.826 INFO Starting download, target: TransceiverControl
15512024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15522024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-12-20T22:49:45.567ZDec 20 22:49:44.827 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-12-20T22:49:45.792ZDec 20 22:49:45.043 INFO Download complete, target: DendriteOpenapi
15592024-12-20T22:49:46.060ZDec 20 22:49:45.280 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-12-20T22:49:46.124ZDec 20 22:49:45.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15612024-12-20T22:49:46.450ZDec 20 22:49:45.700 INFO Download complete, target: Console
15622024-12-20T22:49:46.501ZDec 20 22:49:45.765 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-12-20T22:49:46.553ZDec 20 22:49:45.812 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15642024-12-20T22:49:46.711ZDec 20 22:49:45.974 INFO Download complete, target: TransceiverControl
15652024-12-20T22:49:47.269ZDec 20 22:49:46.534 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15662024-12-20T22:49:47.269ZDec 20 22:49:46.534 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15672024-12-20T22:49:47.602ZDec 20 22:49:46.867 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15682024-12-20T22:49:49.445ZDec 20 22:49:48.710 INFO Download complete, target: MaghemiteMgd
15692024-12-20T22:49:49.467ZDec 20 22:49:48.732 INFO Download complete, target: DendriteStub
15702024-12-20T22:49:54.816ZDec 20 22:49:54.080 INFO Checking that binary works, target: Cockroach
15712024-12-20T22:49:55.093ZDec 20 22:49:54.357 INFO Download complete, target: Cockroach
15722024-12-20T22:50:00.428ZDec 20 22:49:59.690 INFO Checking that binary works, target: Clickhouse
15732024-12-20T22:50:01.201ZDec 20 22:50:00.463 INFO Download complete, target: Clickhouse
15742024-12-20T22:50:01.266ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-12-20T22:50:01.268Z
15762024-12-20T22:50:01.268Zreal 5:18.267100628
15772024-12-20T22:50:01.268Zuser 16:33.646773331
15782024-12-20T22:50:01.268Zsys 3:13.666470460
15792024-12-20T22:50:01.268Ztrap 0.544936017
15802024-12-20T22:50:01.268Ztflt 7.310195239
15812024-12-20T22:50:01.268Zdflt 7.136657022
15822024-12-20T22:50:01.269Zkflt 0.409843656
15832024-12-20T22:50:01.269Zlock 31:02.688056306
15842024-12-20T22:50:01.269Zslp 1:03:33.782758212
15852024-12-20T22:50:01.269Zlat 52.659497102
15862024-12-20T22:50:01.269Zstop 2:20.600305519
15872024-12-20T22:50:01.269Z+ banner hack-check
15882024-12-20T22:50:01.271Z
15892024-12-20T22:50:01.271Z # # ## #### # # #### # # ###### #### # #
15902024-12-20T22:50:01.271Z # # # # # # # # # # # # # # # # #
15912024-12-20T22:50:01.271Z ###### # # # #### ##### # ###### ##### # ####
15922024-12-20T22:50:01.271Z # # ###### # # # # # # # # # #
15932024-12-20T22:50:01.271Z # # # # # # # # # # # # # # # # #
15942024-12-20T22:50:01.271Z # # # # #### # # #### # # ###### #### # #
15952024-12-20T22:50:01.271Z
15962024-12-20T22:50:01.271Z+ export CARGO_INCREMENTAL=0
15972024-12-20T22:50:01.271Z+ CARGO_INCREMENTAL=0
15982024-12-20T22:50:01.271Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-12-20T22:50:01.820Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-12-20T22:50:05.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
16012024-12-20T22:50:05.470Z Running `target/debug/xtask check-features --ci`
16022024-12-20T22:50:05.493Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-12-20T22:50:05.493Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-12-20T22:50:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16052024-12-20T22:50:05.966Z Running `target/debug/xtask download cargo-hack`
16062024-12-20T22:50:06.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-12-20T22:50:07.184Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-12-20T22:50:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
16092024-12-20T22:50:12.509Z Running `target/debug/xtask-downloader cargo-hack`
16102024-12-20T22:50:12.547ZDec 20 22:50:11.807 INFO Starting download, target: CargoHack
16112024-12-20T22:50:12.549ZDec 20 22:50:11.808 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-12-20T22:50:13.285ZDec 20 22:50:12.387 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-12-20T22:50:13.319ZDec 20 22:50:12.476 INFO Download complete, target: CargoHack
16142024-12-20T22:50:13.319Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16152024-12-20T22:50:13.319Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-12-20T22:50:13.413Zinfo: running `cargo check --bins` on api_identity (1/176)
16172024-12-20T22:50:13.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-20T22:50:13.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-20T22:50:13.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-20T22:50:13.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16212024-12-20T22:50:14.043Z
16222024-12-20T22:50:14.043Zinfo: running `cargo check --bins` on bootstore (2/176)
16232024-12-20T22:50:14.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-20T22:50:14.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-20T22:50:14.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-20T22:50:14.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16272024-12-20T22:50:14.713Z
16282024-12-20T22:50:14.713Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16292024-12-20T22:50:15.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-20T22:50:15.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-20T22:50:15.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-20T22:50:15.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16332024-12-20T22:50:15.357Z
16342024-12-20T22:50:15.357Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16352024-12-20T22:50:15.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-20T22:50:15.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-20T22:50:15.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-20T22:50:15.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16392024-12-20T22:50:15.992Z
16402024-12-20T22:50:15.992Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16412024-12-20T22:50:16.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-20T22:50:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-20T22:50:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-20T22:50:16.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16452024-12-20T22:50:16.430Z
16462024-12-20T22:50:16.430Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16472024-12-20T22:50:16.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-20T22:50:16.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-20T22:50:16.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-20T22:50:16.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16512024-12-20T22:50:16.865Z
16522024-12-20T22:50:16.865Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16532024-12-20T22:50:17.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-20T22:50:17.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-20T22:50:17.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-20T22:50:17.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16572024-12-20T22:50:17.309Z
16582024-12-20T22:50:17.309Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16592024-12-20T22:50:17.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-20T22:50:17.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-20T22:50:17.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-20T22:50:17.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16632024-12-20T22:50:17.740Z
16642024-12-20T22:50:17.740Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16652024-12-20T22:50:18.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-20T22:50:18.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-20T22:50:18.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-20T22:50:18.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16692024-12-20T22:50:18.173Z
16702024-12-20T22:50:18.174Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16712024-12-20T22:50:18.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-20T22:50:18.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-20T22:50:18.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-20T22:50:18.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16752024-12-20T22:50:18.607Z
16762024-12-20T22:50:18.608Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16772024-12-20T22:50:18.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-20T22:50:19.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-20T22:50:19.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-20T22:50:19.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16812024-12-20T22:50:19.045Z
16822024-12-20T22:50:19.045Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16832024-12-20T22:50:19.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-20T22:50:19.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-20T22:50:19.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-20T22:50:19.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16872024-12-20T22:50:19.482Z
16882024-12-20T22:50:19.482Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16892024-12-20T22:50:19.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-20T22:50:19.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-20T22:50:19.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-20T22:50:19.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16932024-12-20T22:50:19.921Z
16942024-12-20T22:50:19.921Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
16952024-12-20T22:50:20.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-20T22:50:20.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-20T22:50:20.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-20T22:50:20.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16992024-12-20T22:50:20.368Z
17002024-12-20T22:50:20.368Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17012024-12-20T22:50:20.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-20T22:50:20.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-20T22:50:20.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-20T22:50:20.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17052024-12-20T22:50:20.807Z
17062024-12-20T22:50:20.807Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17072024-12-20T22:50:21.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-20T22:50:21.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-20T22:50:21.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-20T22:50:21.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17112024-12-20T22:50:21.253Z
17122024-12-20T22:50:21.253Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17132024-12-20T22:50:21.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-20T22:50:21.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-20T22:50:21.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-20T22:50:21.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17172024-12-20T22:50:21.693Z
17182024-12-20T22:50:21.693Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17192024-12-20T22:50:22.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-20T22:50:22.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-20T22:50:22.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-20T22:50:22.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17232024-12-20T22:50:22.130Z
17242024-12-20T22:50:22.131Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17252024-12-20T22:50:22.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-20T22:50:22.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-20T22:50:22.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-20T22:50:22.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17292024-12-20T22:50:22.571Z
17302024-12-20T22:50:22.571Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17312024-12-20T22:50:22.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-20T22:50:22.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-20T22:50:22.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-20T22:50:22.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17352024-12-20T22:50:23.007Z
17362024-12-20T22:50:23.007Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17372024-12-20T22:50:23.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-20T22:50:23.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-20T22:50:23.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-20T22:50:23.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17412024-12-20T22:50:23.448Z
17422024-12-20T22:50:23.448Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17432024-12-20T22:50:23.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-20T22:50:23.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-20T22:50:23.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-20T22:50:23.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17472024-12-20T22:50:23.886Z
17482024-12-20T22:50:23.886Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17492024-12-20T22:50:24.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-20T22:50:24.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-20T22:50:24.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-20T22:50:24.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17532024-12-20T22:50:24.329Z
17542024-12-20T22:50:24.329Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17552024-12-20T22:50:24.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-20T22:50:24.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-20T22:50:24.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-20T22:50:24.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17592024-12-20T22:50:24.770Z
17602024-12-20T22:50:24.771Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17612024-12-20T22:50:25.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-20T22:50:25.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-20T22:50:25.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-20T22:50:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17652024-12-20T22:50:25.427Z
17662024-12-20T22:50:25.427Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17672024-12-20T22:50:25.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-20T22:50:25.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-20T22:50:25.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-20T22:50:26.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17712024-12-20T22:50:26.076Z
17722024-12-20T22:50:26.076Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17732024-12-20T22:50:26.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-20T22:50:26.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-20T22:50:26.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-12-20T22:50:26.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17772024-12-20T22:50:26.739Z
17782024-12-20T22:50:26.739Zinfo: running `cargo check --bins` on oxlog (28/176)
17792024-12-20T22:50:27.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-12-20T22:50:27.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-12-20T22:50:27.379Z Checking cfg-if v1.0.0
17822024-12-20T22:50:27.382Z Checking libc v0.2.162
17832024-12-20T22:50:27.489Z Checking serde v1.0.215
17842024-12-20T22:50:27.493Z Checking zeroize v1.8.1
17852024-12-20T22:50:27.509Z Checking memchr v2.7.4
17862024-12-20T22:50:27.513Z Checking typenum v1.17.0
17872024-12-20T22:50:27.529Z Checking scopeguard v1.2.0
17882024-12-20T22:50:27.532Z Checking subtle v2.6.1
17892024-12-20T22:50:27.555Z Checking value-bag v1.9.0
17902024-12-20T22:50:27.661Z Checking lock_api v0.4.12
17912024-12-20T22:50:27.750Z Checking itoa v1.0.11
17922024-12-20T22:50:27.797Z Checking smallvec v1.13.2
17932024-12-20T22:50:27.951Z Checking log v0.4.22
17942024-12-20T22:50:28.000Z Checking const-oid v0.9.6
17952024-12-20T22:50:28.072Z Checking pin-project-lite v0.2.14
17962024-12-20T22:50:28.154Z Checking byteorder v1.5.0
17972024-12-20T22:50:28.191Z Checking futures-core v0.3.31
17982024-12-20T22:50:28.356Z Checking once_cell v1.20.2
17992024-12-20T22:50:28.382Z Checking cpufeatures v0.2.14
18002024-12-20T22:50:28.471Z Checking futures-sink v0.3.31
18012024-12-20T22:50:28.471Z Checking stable_deref_trait v1.2.0
18022024-12-20T22:50:28.564Z Checking spin v0.9.8
18032024-12-20T22:50:28.585Z Checking zerocopy v0.7.35
18042024-12-20T22:50:28.598Z Checking getrandom v0.2.15
18052024-12-20T22:50:28.610Z Checking signal-hook-registry v1.4.2
18062024-12-20T22:50:28.646Z Checking parking_lot_core v0.9.10
18072024-12-20T22:50:28.834Z Checking rand_core v0.6.4
18082024-12-20T22:50:28.848Z Checking generic-array v0.14.7
18092024-12-20T22:50:28.862Z Checking mio v1.0.2
18102024-12-20T22:50:28.909Z Checking socket2 v0.5.7
18112024-12-20T22:50:28.975Z Checking parking_lot v0.12.3
18122024-12-20T22:50:29.156Z Checking zerofrom v0.1.4
18132024-12-20T22:50:29.411Z Checking slab v0.4.9
18142024-12-20T22:50:29.451Z Checking yoke v0.7.4
18152024-12-20T22:50:29.451Z Checking futures-channel v0.3.31
18162024-12-20T22:50:29.477Z Checking futures-io v0.3.31
18172024-12-20T22:50:29.633Z Checking allocator-api2 v0.2.18
18182024-12-20T22:50:29.675Z Checking futures-task v0.3.31
18192024-12-20T22:50:29.724Z Checking pin-utils v0.1.0
18202024-12-20T22:50:29.768Z Checking foldhash v0.1.3
18212024-12-20T22:50:29.791Z Checking equivalent v1.0.1
18222024-12-20T22:50:29.821Z Checking zerovec v0.10.4
18232024-12-20T22:50:29.861Z Checking futures-util v0.3.31
18242024-12-20T22:50:29.887Z Checking ryu v1.0.18
18252024-12-20T22:50:29.967Z Checking tinyvec_macros v0.1.1
18262024-12-20T22:50:29.984Z Checking fnv v1.0.7
18272024-12-20T22:50:30.017Z Checking crypto-common v0.1.6
18282024-12-20T22:50:30.049Z Checking block-buffer v0.10.4
18292024-12-20T22:50:30.099Z Checking block-padding v0.3.3
18302024-12-20T22:50:30.111Z Checking tinyvec v1.8.0
18312024-12-20T22:50:30.193Z Checking libm v0.2.8
18322024-12-20T22:50:30.261Z Checking digest v0.10.7
18332024-12-20T22:50:30.265Z Checking hashbrown v0.15.1
18342024-12-20T22:50:30.310Z Checking inout v0.1.3
18352024-12-20T22:50:30.546Z Checking cipher v0.4.4
18362024-12-20T22:50:30.642Z Checking hmac v0.12.1
18372024-12-20T22:50:30.864Z Checking sha2 v0.10.8
18382024-12-20T22:50:30.944Z Checking writeable v0.5.5
18392024-12-20T22:50:31.142Z Checking base64ct v1.6.0
18402024-12-20T22:50:31.252Z Checking litemap v0.7.3
18412024-12-20T22:50:31.392Z Checking unicode-bidi v0.3.17
18422024-12-20T22:50:31.428Z Checking unicode-normalization v0.1.24
18432024-12-20T22:50:31.443Z Checking num-traits v0.2.19
18442024-12-20T22:50:31.508Z Checking tinystr v0.7.6
18452024-12-20T22:50:31.566Z Checking ppv-lite86 v0.2.20
18462024-12-20T22:50:31.594Z Checking pem-rfc7468 v0.7.0
18472024-12-20T22:50:31.846Z Checking flagset v0.4.6
18482024-12-20T22:50:31.881Z Checking icu_locid v1.5.0
18492024-12-20T22:50:32.009Z Checking tracing-core v0.1.32
18502024-12-20T22:50:32.050Z Checking der v0.7.9
18512024-12-20T22:50:32.357Z Checking thiserror v1.0.69
18522024-12-20T22:50:32.381Z Checking rand_chacha v0.3.1
18532024-12-20T22:50:32.441Z Checking bytes v1.8.0
18542024-12-20T22:50:32.480Z Checking indexmap v2.6.0
18552024-12-20T22:50:32.686Z Checking serde_json v1.0.133
18562024-12-20T22:50:32.785Z Checking bitflags v2.6.0
18572024-12-20T22:50:32.898Z Checking icu_provider v1.5.0
18582024-12-20T22:50:33.100Z Checking icu_locid_transform_data v1.5.0
18592024-12-20T22:50:33.155Z Checking rustls-pki-types v1.10.0
18602024-12-20T22:50:33.199Z Checking percent-encoding v2.3.1
18612024-12-20T22:50:33.241Z Checking tokio v1.40.0
18622024-12-20T22:50:33.413Z Checking http v1.1.0
18632024-12-20T22:50:33.601Z Checking icu_locid_transform v1.5.0
18642024-12-20T22:50:33.729Z Checking rand v0.8.5
18652024-12-20T22:50:33.800Z Checking tracing v0.1.40
18662024-12-20T22:50:33.916Z Checking spki v0.7.3
18672024-12-20T22:50:34.158Z Checking icu_collections v1.5.0
18682024-12-20T22:50:34.204Z Checking salsa20 v0.10.2
18692024-12-20T22:50:34.390Z Checking pbkdf2 v0.12.2
18702024-12-20T22:50:34.423Z Checking aws-lc-sys v0.22.0
18712024-12-20T22:50:34.545Z Checking httparse v1.9.5
18722024-12-20T22:50:34.561Z Checking icu_properties_data v1.5.0
18732024-12-20T22:50:34.759Z Checking untrusted v0.9.0
18742024-12-20T22:50:34.807Z Checking untrusted v0.7.1
18752024-12-20T22:50:34.870Z Checking mirai-annotations v1.12.0
18762024-12-20T22:50:34.917Z Checking powerfmt v0.2.0
18772024-12-20T22:50:34.975Z Checking ring v0.17.8
18782024-12-20T22:50:34.975Z Checking icu_properties v1.5.1
18792024-12-20T22:50:35.039Z Checking scrypt v0.11.0
18802024-12-20T22:50:35.056Z Checking cbc v0.1.2
18812024-12-20T22:50:35.077Z Checking aes v0.8.4
18822024-12-20T22:50:35.164Z Checking deranged v0.3.11
18832024-12-20T22:50:35.250Z Checking crossbeam-utils v0.8.20
18842024-12-20T22:50:35.266Z Checking write16 v1.0.0
18852024-12-20T22:50:35.386Z Checking atomic-waker v1.1.2
18862024-12-20T22:50:35.525Z Checking icu_normalizer_data v1.5.0
18872024-12-20T22:50:35.626Z Checking utf8_iter v1.0.4
18882024-12-20T22:50:35.823Z Checking num-conv v0.1.0
18892024-12-20T22:50:35.981Z Checking num_threads v0.1.7
18902024-12-20T22:50:36.014Z Checking utf16_iter v1.0.5
18912024-12-20T22:50:36.068Z Checking time-core v0.1.2
18922024-12-20T22:50:36.098Z Checking pkcs5 v0.7.1
18932024-12-20T22:50:36.173Z Checking http-body v1.0.1
18942024-12-20T22:50:36.228Z Checking form_urlencoded v1.2.1
18952024-12-20T22:50:36.387Z Checking try-lock v0.2.5
18962024-12-20T22:50:36.441Z Checking uuid v1.11.0
18972024-12-20T22:50:36.522Z Checking want v0.3.1
18982024-12-20T22:50:36.599Z Checking pkcs8 v0.10.2
18992024-12-20T22:50:36.693Z Checking unicode-ident v1.0.13
19002024-12-20T22:50:36.840Z Checking httpdate v1.0.3
19012024-12-20T22:50:36.856Z Checking proc-macro2 v1.0.89
19022024-12-20T22:50:36.893Z Checking toml_datetime v0.6.8
19032024-12-20T22:50:36.954Z Checking time v0.3.36
19042024-12-20T22:50:37.036Z Checking aws-lc-rs v1.10.0
19052024-12-20T22:50:37.052Z Checking serde_spanned v0.6.8
19062024-12-20T22:50:37.056Z Checking slog v2.7.0
19072024-12-20T22:50:37.170Z Checking scroll v0.12.0
19082024-12-20T22:50:37.245Z Checking plain v0.2.3
19092024-12-20T22:50:37.395Z Checking foreign-types-shared v0.1.1
19102024-12-20T22:50:37.504Z Checking tower-service v0.3.3
19112024-12-20T22:50:37.523Z Checking match_cfg v0.1.0
19122024-12-20T22:50:37.545Z Checking iana-time-zone v0.1.61
19132024-12-20T22:50:37.611Z Checking adler2 v2.0.0
19142024-12-20T22:50:37.627Z Checking base64 v0.22.1
19152024-12-20T22:50:37.641Z Checking ucd-trie v0.1.7
19162024-12-20T22:50:37.693Z Checking chrono v0.4.38
19172024-12-20T22:50:37.767Z Checking miniz_oxide v0.8.0
19182024-12-20T22:50:37.832Z Checking pest v2.7.14
19192024-12-20T22:50:38.101Z Checking goblin v0.8.2
19202024-12-20T22:50:38.373Z Checking icu_normalizer v1.5.0
19212024-12-20T22:50:38.478Z Checking hostname v0.3.1
19222024-12-20T22:50:38.611Z Checking quote v1.0.37
19232024-12-20T22:50:38.855Z Checking rustls-webpki v0.102.8
19242024-12-20T22:50:38.942Z Checking foreign-types v0.3.2
19252024-12-20T22:50:39.035Z Checking openssl-sys v0.9.103
19262024-12-20T22:50:39.146Z Checking idna_adapter v1.2.0
19272024-12-20T22:50:39.349Z Checking idna v1.0.3
19282024-12-20T22:50:39.486Z Checking errno v0.3.9
19292024-12-20T22:50:39.665Z Checking dirs-sys-next v0.1.2
19302024-12-20T22:50:39.690Z Checking aho-corasick v1.1.3
19312024-12-20T22:50:39.802Z Checking regex-syntax v0.8.5
19322024-12-20T22:50:39.828Z Checking url v2.5.3
19332024-12-20T22:50:39.845Z Checking siphasher v0.3.11
19342024-12-20T22:50:40.155Z Checking pretty-hex v0.4.1
19352024-12-20T22:50:40.317Z Compiling newtype-uuid v1.1.3
19362024-12-20T22:50:40.335Z Checking data-encoding v2.6.0
19372024-12-20T22:50:40.405Z Checking dtrace-parser v0.2.0
19382024-12-20T22:50:40.482Z Checking tokio-util v0.7.12
19392024-12-20T22:50:40.608Z Checking openssl v0.10.66
19402024-12-20T22:50:40.695Z Checking dirs-next v2.0.0
19412024-12-20T22:50:40.830Z Checking rustix v0.38.37
19422024-12-20T22:50:40.860Z Checking syn v2.0.87
19432024-12-20T22:50:40.984Z Checking http-body-util v0.1.2
19442024-12-20T22:50:41.376Z Checking h2 v0.4.6
19452024-12-20T22:50:41.378Z Checking crossbeam-epoch v0.9.18
19462024-12-20T22:50:41.435Z Checking sha1 v0.10.6
19472024-12-20T22:50:41.702Z Checking signature v2.2.0
19482024-12-20T22:50:41.833Z Checking lazy_static v1.5.0
19492024-12-20T22:50:41.900Z Checking thread_local v1.1.8
19502024-12-20T22:50:41.956Z Checking thread-id v4.2.2
19512024-12-20T22:50:42.066Z Checking encoding_rs v0.8.34
19522024-12-20T22:50:42.188Z Checking gimli v0.31.1
19532024-12-20T22:50:43.044Z Checking dof v0.3.0
19542024-12-20T22:50:43.069Z Checking regex-automata v0.4.8
19552024-12-20T22:50:43.646Z Checking winnow v0.6.20
19562024-12-20T22:50:44.363Z Checking anstyle v1.0.10
19572024-12-20T22:50:44.403Z Checking mime v0.3.17
19582024-12-20T22:50:44.728Z Checking openssl-probe v0.1.5
19592024-12-20T22:50:44.743Z Checking ipnet v2.10.1
19602024-12-20T22:50:44.889Z Checking unicode-properties v0.1.3
19612024-12-20T22:50:45.228Z Checking utf8parse v0.2.2
19622024-12-20T22:50:45.287Z Checking stringprep v0.1.5
19632024-12-20T22:50:45.382Z Checking anstyle-parse v0.2.5
19642024-12-20T22:50:45.565Z Checking crossbeam-deque v0.8.5
19652024-12-20T22:50:45.642Z Checking term v0.7.0
19662024-12-20T22:50:45.865Z Checking rustls v0.22.4
19672024-12-20T22:50:46.077Z Checking rustls v0.23.19
19682024-12-20T22:50:46.080Z Checking native-tls v0.2.12
19692024-12-20T22:50:46.356Z Checking addr2line v0.24.2
19702024-12-20T22:50:46.405Z Checking slog-json v2.6.1
19712024-12-20T22:50:46.653Z Checking serde_urlencoded v0.7.1
19722024-12-20T22:50:46.689Z Checking toml_edit v0.22.22
19732024-12-20T22:50:46.863Z Checking crossbeam-channel v0.5.13
19742024-12-20T22:50:47.105Z Checking futures-executor v0.3.31
19752024-12-20T22:50:47.336Z Checking rustls-pemfile v2.2.0
19762024-12-20T22:50:47.408Z Checking usdt-impl v0.5.0
19772024-12-20T22:50:47.525Z Checking hyper v1.5.0
19782024-12-20T22:50:47.558Z Checking num-integer v0.1.46
19792024-12-20T22:50:47.594Z Checking idna v0.4.0
19802024-12-20T22:50:47.666Z Checking idna v0.3.0
19812024-12-20T22:50:47.958Z Checking md-5 v0.10.6
19822024-12-20T22:50:48.022Z Checking ff v0.13.0
19832024-12-20T22:50:48.195Z Checking is-terminal v0.4.13
19842024-12-20T22:50:48.223Z Checking memmap v0.7.0
19852024-12-20T22:50:48.321Z Checking hash32 v0.2.1
19862024-12-20T22:50:48.431Z Checking object v0.36.5
19872024-12-20T22:50:48.447Z Checking anstyle-query v1.1.1
19882024-12-20T22:50:48.510Z Checking linked-hash-map v0.5.6
19892024-12-20T22:50:48.563Z Checking is_terminal_polyfill v1.70.1
19902024-12-20T22:50:48.624Z Checking either v1.13.0
19912024-12-20T22:50:48.683Z Checking colorchoice v1.0.2
19922024-12-20T22:50:48.824Z Checking rustc-demangle v0.1.24
19932024-12-20T22:50:48.839Z Checking psl-types v2.0.11
19942024-12-20T22:50:49.000Z Checking dyn-clone v1.0.17
19952024-12-20T22:50:49.023Z Checking utf-8 v0.7.6
19962024-12-20T22:50:49.141Z Checking base16ct v0.2.0
19972024-12-20T22:50:49.222Z Checking fallible-iterator v0.2.0
19982024-12-20T22:50:49.238Z Checking take_mut v0.2.2
19992024-12-20T22:50:49.265Z Checking quick-error v1.2.3
20002024-12-20T22:50:49.322Z Checking sec1 v0.7.3
20012024-12-20T22:50:49.377Z Checking slog-async v2.8.0
20022024-12-20T22:50:49.395Z Checking resolv-conf v0.7.0
20032024-12-20T22:50:49.546Z Checking tokio-rustls v0.25.0
20042024-12-20T22:50:49.564Z Checking hyper-util v0.1.10
20052024-12-20T22:50:49.658Z Checking toml v0.8.19
20062024-12-20T22:50:49.705Z Checking tungstenite v0.24.0
20072024-12-20T22:50:49.744Z Checking schemars v0.8.21
20082024-12-20T22:50:49.832Z Checking postgres-protocol v0.6.7
20092024-12-20T22:50:49.939Z Checking publicsuffix v2.2.3
20102024-12-20T22:50:50.198Z Checking lru-cache v0.1.2
20112024-12-20T22:50:50.391Z Checking anstream v0.6.15
20122024-12-20T22:50:50.420Z Checking heapless v0.7.17
20132024-12-20T22:50:50.516Z Checking hickory-proto v0.24.1
20142024-12-20T22:50:50.662Z Checking usdt v0.5.0
20152024-12-20T22:50:50.754Z Checking slog-term v2.9.1
20162024-12-20T22:50:50.908Z Checking group v0.13.0
20172024-12-20T22:50:51.171Z Checking num-iter v0.1.45
20182024-12-20T22:50:51.274Z Checking futures v0.3.31
20192024-12-20T22:50:51.342Z Checking slog-bunyan v2.5.0
20202024-12-20T22:50:51.380Z Checking tokio-native-tls v0.3.1
20212024-12-20T22:50:51.446Z Checking rayon-core v1.12.1
20222024-12-20T22:50:51.463Z Checking multer v3.1.0
20232024-12-20T22:50:51.501Z Checking terminal_size v0.4.0
20242024-12-20T22:50:51.621Z Checking phf_shared v0.11.2
20252024-12-20T22:50:51.669Z Checking cookie v0.18.1
20262024-12-20T22:50:51.714Z Checking tokio-rustls v0.26.0
20272024-12-20T22:50:51.853Z Checking async-stream v0.3.6
20282024-12-20T22:50:51.876Z Checking bzip2-sys v0.1.11+1.0.8
20292024-12-20T22:50:51.894Z Checking camino v1.1.9
20302024-12-20T22:50:51.998Z Checking signal-hook v0.3.17
20312024-12-20T22:50:52.041Z Checking waitgroup v0.1.2
20322024-12-20T22:50:52.080Z Checking openapiv3 v2.0.0
20332024-12-20T22:50:52.127Z Checking webpki-roots v0.26.6
20342024-12-20T22:50:52.130Z Checking serde_path_to_error v0.1.16
20352024-12-20T22:50:52.167Z Checking idna v0.5.0
20362024-12-20T22:50:52.325Z Checking hkdf v0.12.4
20372024-12-20T22:50:52.340Z Checking crypto-bigint v0.5.5
20382024-12-20T22:50:52.464Z Checking hostname v0.4.0
20392024-12-20T22:50:52.545Z Checking crc32fast v1.4.2
20402024-12-20T22:50:52.604Z Checking managed v0.8.0
20412024-12-20T22:50:52.733Z Checking unicode-width v0.1.14
20422024-12-20T22:50:52.778Z Checking strsim v0.11.1
20432024-12-20T22:50:52.987Z Checking clap_lex v0.7.2
20442024-12-20T22:50:53.052Z Checking winnow v0.5.40
20452024-12-20T22:50:53.083Z Checking bitflags v1.3.2
20462024-12-20T22:50:53.186Z Checking debug-ignore v1.0.5
20472024-12-20T22:50:53.216Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20482024-12-20T22:50:53.233Z Checking clap_builder v4.5.21
20492024-12-20T22:50:53.329Z Checking console v0.15.8
20502024-12-20T22:50:53.499Z Checking smoltcp v0.9.1
20512024-12-20T22:50:53.907Z Checking cookie_store v0.21.0
20522024-12-20T22:50:54.643Z Checking flate2 v1.0.34
20532024-12-20T22:50:54.987Z Checking backtrace v0.3.74
20542024-12-20T22:50:55.041Z Checking hyper-rustls v0.27.3
20552024-12-20T22:50:55.232Z Checking elliptic-curve v0.13.8
20562024-12-20T22:50:55.300Z Checking signal-hook-mio v0.2.4
20572024-12-20T22:50:55.317Z Checking hickory-resolver v0.24.1
20582024-12-20T22:50:55.360Z Checking rayon v1.10.0
20592024-12-20T22:50:55.436Z Checking bzip2 v0.4.4
20602024-12-20T22:50:55.578Z Checking anyhow v1.0.93
20612024-12-20T22:50:55.685Z Checking dropshot v0.12.0
20622024-12-20T22:50:55.715Z Checking phf v0.11.2
20632024-12-20T22:50:55.848Z Checking hyper-tls v0.6.0
20642024-12-20T22:50:55.948Z Checking num-bigint-dig v0.8.4
20652024-12-20T22:50:55.979Z Checking tokio-tungstenite v0.24.0
20662024-12-20T22:50:56.117Z Checking toml_edit v0.19.15
20672024-12-20T22:50:56.136Z Checking postgres-types v0.2.8
20682024-12-20T22:50:56.268Z Checking regex v1.11.1
20692024-12-20T22:50:56.447Z Checking bstr v1.10.0
20702024-12-20T22:50:56.888Z Checking ed25519 v2.2.3
20712024-12-20T22:50:56.918Z Checking tokio-stream v0.1.16
20722024-12-20T22:50:56.934Z Checking phf_shared v0.10.0
20732024-12-20T22:50:57.184Z Checking zerocopy v0.6.6
20742024-12-20T22:50:57.223Z Checking curve25519-dalek v4.1.3
20752024-12-20T22:50:57.402Z Checking hubpack v0.1.2
20762024-12-20T22:50:57.737Z Checking portable-atomic v1.9.0
20772024-12-20T22:50:57.777Z Checking pkcs1 v0.7.5
20782024-12-20T22:50:57.934Z Checking float-cmp v0.9.0
20792024-12-20T22:50:58.137Z Checking serde-big-array v0.5.1
20802024-12-20T22:50:58.154Z Checking rfc6979 v0.4.0
20812024-12-20T22:50:58.193Z Checking sync_wrapper v1.0.1
20822024-12-20T22:50:58.338Z Checking number_prefix v0.4.0
20832024-12-20T22:50:58.341Z Checking unicode-segmentation v1.12.0
20842024-12-20T22:50:58.366Z Checking fixedbitset v0.4.2
20852024-12-20T22:50:58.519Z Checking predicates-core v1.0.8
20862024-12-20T22:50:58.610Z Checking bit-vec v0.6.3
20872024-12-20T22:50:58.636Z Checking unicode-width v0.2.0
20882024-12-20T22:50:58.708Z Checking precomputed-hash v0.1.1
20892024-12-20T22:50:58.792Z Checking difflib v0.4.0
20902024-12-20T22:50:58.820Z Checking whoami v1.5.2
20912024-12-20T22:50:58.924Z Checking minimal-lexical v0.2.1
20922024-12-20T22:50:59.012Z Checking new_debug_unreachable v1.0.6
20932024-12-20T22:51:00.082Z Checking static_assertions v1.1.0
20942024-12-20T22:51:00.085Z Checking normalize-line-endings v0.3.0
20952024-12-20T22:51:00.085Z Checking string_cache v0.8.7
20962024-12-20T22:51:00.085Z Checking tokio-postgres v0.7.12
20972024-12-20T22:51:00.085Z Checking ed25519-dalek v2.1.1
20982024-12-20T22:51:00.085Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20992024-12-20T22:51:00.085Z Checking indicatif v0.17.9
21002024-12-20T22:51:00.085Z Checking predicates v3.1.2
21012024-12-20T22:51:00.085Z Checking nom v7.1.3
21022024-12-20T22:51:00.085Z Checking similar v2.6.0
21032024-12-20T22:51:00.085Z Checking qorb v0.2.1
21042024-12-20T22:51:00.085Z Checking bit-set v0.5.3
21052024-12-20T22:51:00.085Z Checking petgraph v0.6.5
21062024-12-20T22:51:00.085Z Checking toml v0.7.8
21072024-12-20T22:51:00.085Z Checking ecdsa v0.16.9
21082024-12-20T22:51:00.248Z Checking reqwest v0.12.9
21092024-12-20T22:51:00.828Z Checking rsa v0.9.6
21102024-12-20T22:51:00.838Z Checking clap v4.5.21
21112024-12-20T22:51:00.838Z Checking zip v0.6.6
21122024-12-20T22:51:01.518Z Checking crossterm v0.28.1
21132024-12-20T22:51:01.713Z Checking itertools v0.10.5
21142024-12-20T22:51:02.045Z Checking ahash v0.8.11
21152024-12-20T22:51:02.169Z Checking fs-err v2.11.0
21162024-12-20T22:51:02.379Z Checking x509-cert v0.2.5
21172024-12-20T22:51:02.523Z Checking hex v0.4.3
21182024-12-20T22:51:02.637Z Checking semver v1.0.23
21192024-12-20T22:51:02.706Z Checking lalrpop-util v0.19.12
21202024-12-20T22:51:02.997Z Checking peg-runtime v0.8.3
21212024-12-20T22:51:03.029Z Checking heck v0.4.1
21222024-12-20T22:51:03.056Z Checking sigpipe v0.1.3
21232024-12-20T22:51:04.132Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21242024-12-20T22:51:04.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.70s
21252024-12-20T22:51:04.612Z
21262024-12-20T22:51:04.612Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21272024-12-20T22:51:05.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-12-20T22:51:05.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-12-20T22:51:05.306Z Compiling hashbrown v0.14.5
21302024-12-20T22:51:05.434Z Checking heck v0.5.0
21312024-12-20T22:51:05.443Z Compiling unsafe-libyaml v0.2.11
21322024-12-20T22:51:05.453Z Checking ipnetwork v0.20.0
21332024-12-20T22:51:05.463Z Compiling ident_case v1.0.1
21342024-12-20T22:51:05.478Z Checking progenitor-client v0.8.0
21352024-12-20T22:51:05.493Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21362024-12-20T22:51:05.587Z Checking newtype-uuid v1.1.3
21372024-12-20T22:51:05.634Z Compiling darling_core v0.20.10
21382024-12-20T22:51:05.798Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-12-20T22:51:05.821Z Compiling proc-macro-crate v1.3.1
21402024-12-20T22:51:05.823Z Compiling structmeta-derive v0.3.0
21412024-12-20T22:51:05.890Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21422024-12-20T22:51:06.134Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21432024-12-20T22:51:06.175Z Compiling lzma-sys v0.1.20
21442024-12-20T22:51:06.558Z Checking regress v0.10.1
21452024-12-20T22:51:06.948Z Compiling serde_yaml v0.9.34+deprecated
21462024-12-20T22:51:06.966Z Compiling num_enum_derive v0.5.11
21472024-12-20T22:51:07.331Z Compiling foreign-types-macros v0.2.3
21482024-12-20T22:51:07.416Z Compiling dropshot v0.13.0
21492024-12-20T22:51:07.712Z Checking arc-swap v1.7.1
21502024-12-20T22:51:08.161Z Checking foreign-types-shared v0.3.1
21512024-12-20T22:51:08.277Z Checking slog-scope v4.4.0
21522024-12-20T22:51:08.525Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21532024-12-20T22:51:08.723Z Checking foreign-types v0.5.0
21542024-12-20T22:51:08.868Z Compiling structmeta v0.3.0
21552024-12-20T22:51:09.036Z Compiling proc-macro-error v1.0.4
21562024-12-20T22:51:09.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21572024-12-20T22:51:09.310Z Compiling parse-display-derive v0.10.0
21582024-12-20T22:51:09.386Z Checking tungstenite v0.21.0
21592024-12-20T22:51:09.551Z Checking num_enum v0.5.11
21602024-12-20T22:51:09.708Z Compiling heck v0.3.3
21612024-12-20T22:51:09.814Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21622024-12-20T22:51:10.147Z Compiling dropshot_endpoint v0.13.0
21632024-12-20T22:51:10.181Z Checking typify-impl v0.2.0
21642024-12-20T22:51:10.317Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-20T22:51:11.085Z Checking cstr-argument v0.1.2
21662024-12-20T22:51:11.268Z Checking instant v0.1.13
21672024-12-20T22:51:11.282Z Checking base64 v0.21.7
21682024-12-20T22:51:11.385Z Checking fastrand v2.1.1
21692024-12-20T22:51:11.725Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702024-12-20T22:51:11.761Z Checking pretty-hex v0.2.1
21712024-12-20T22:51:11.932Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21722024-12-20T22:51:12.014Z Checking tempfile v3.13.0
21732024-12-20T22:51:12.031Z Checking backoff v0.4.0
21742024-12-20T22:51:12.213Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21752024-12-20T22:51:12.347Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762024-12-20T22:51:12.381Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21772024-12-20T22:51:12.496Z Checking tokio-tungstenite v0.21.0
21782024-12-20T22:51:12.533Z Compiling zone_cfg_derive v0.1.2
21792024-12-20T22:51:12.549Z Checking strum v0.26.3
21802024-12-20T22:51:12.624Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812024-12-20T22:51:12.641Z Compiling darling_macro v0.20.10
21822024-12-20T22:51:12.700Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21832024-12-20T22:51:13.030Z Checking slog-stdlog v4.1.1
21842024-12-20T22:51:13.146Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21852024-12-20T22:51:13.202Z Checking regress v0.9.1
21862024-12-20T22:51:13.309Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-12-20T22:51:13.369Z Checking colored v2.1.0
21882024-12-20T22:51:13.609Z Compiling darling v0.20.10
21892024-12-20T22:51:13.625Z Checking macaddr v1.0.1
21902024-12-20T22:51:13.673Z Checking base64 v0.13.1
21912024-12-20T22:51:13.728Z Compiling serde_with_macros v3.11.0
21922024-12-20T22:51:13.955Z Checking parse-display v0.10.0
21932024-12-20T22:51:14.023Z Checking zone v0.1.8
21942024-12-20T22:51:14.064Z Checking ron v0.7.1
21952024-12-20T22:51:14.169Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21962024-12-20T22:51:14.668Z Checking slog-envlogger v2.2.0
21972024-12-20T22:51:14.774Z Checking xz2 v0.1.7
21982024-12-20T22:51:14.914Z Checking tabwriter v1.4.0
21992024-12-20T22:51:15.091Z Checking xattr v1.3.1
22002024-12-20T22:51:15.158Z Checking pem v3.0.4
22012024-12-20T22:51:15.280Z Checking yasna v0.5.2
22022024-12-20T22:51:15.297Z Checking headers-core v0.3.0
22032024-12-20T22:51:15.427Z Checking smf v0.2.3
22042024-12-20T22:51:15.446Z Checking filetime v0.2.25
22052024-12-20T22:51:15.670Z Checking same-file v1.0.6
22062024-12-20T22:51:15.854Z Checking walkdir v2.5.0
22072024-12-20T22:51:15.929Z Checking tar v0.4.42
22082024-12-20T22:51:15.942Z Checking headers v0.4.0
22092024-12-20T22:51:16.128Z Checking camino-tempfile v1.1.1
22102024-12-20T22:51:16.128Z Checking rcgen v0.12.1
22112024-12-20T22:51:16.409Z Checking atomicwrites v0.4.4
22122024-12-20T22:51:16.616Z Checking subprocess v0.2.9
22132024-12-20T22:51:16.699Z Checking serde_with v3.11.0
22142024-12-20T22:51:20.907Z Compiling typify-macro v0.2.0
22152024-12-20T22:51:22.793Z Compiling typify v0.2.0
22162024-12-20T22:51:22.863Z Compiling progenitor-impl v0.8.0
22172024-12-20T22:51:26.145Z Compiling progenitor-macro v0.8.0
22182024-12-20T22:51:30.986Z Checking progenitor v0.8.0
22192024-12-20T22:51:31.143Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22202024-12-20T22:51:31.145Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22212024-12-20T22:51:33.969Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22222024-12-20T22:51:34.197Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22232024-12-20T22:51:40.888Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22242024-12-20T22:51:42.446Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22252024-12-20T22:51:43.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s
22262024-12-20T22:51:43.941Z
22272024-12-20T22:51:43.941Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22282024-12-20T22:51:44.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-12-20T22:51:44.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-12-20T22:51:44.609Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22312024-12-20T22:51:46.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22322024-12-20T22:51:46.226Z
22332024-12-20T22:51:46.226Zinfo: running `cargo check --bins` on nexus-config (31/176)
22342024-12-20T22:51:46.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-12-20T22:51:46.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-12-20T22:51:46.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-12-20T22:51:46.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22382024-12-20T22:51:46.860Z
22392024-12-20T22:51:46.860Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22402024-12-20T22:51:47.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-12-20T22:51:47.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-12-20T22:51:47.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-12-20T22:51:47.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22442024-12-20T22:51:47.479Z
22452024-12-20T22:51:47.479Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22462024-12-20T22:51:48.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-12-20T22:51:48.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-12-20T22:51:48.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-12-20T22:51:48.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22502024-12-20T22:51:48.368Z
22512024-12-20T22:51:48.368Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22522024-12-20T22:51:48.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-12-20T22:51:48.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-12-20T22:51:48.809Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22552024-12-20T22:51:48.918Z Compiling ipnetwork v0.20.0
22562024-12-20T22:51:48.918Z Compiling zerocopy v0.8.10
22572024-12-20T22:51:48.920Z Compiling progenitor-client v0.8.0
22582024-12-20T22:51:48.921Z Compiling itertools v0.13.0
22592024-12-20T22:51:48.921Z Compiling zerocopy-derive v0.8.10
22602024-12-20T22:51:48.921Z Compiling heapless v0.8.0
22612024-12-20T22:51:48.921Z Checking hash32 v0.3.1
22622024-12-20T22:51:49.103Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22632024-12-20T22:51:49.245Z Compiling instant v0.1.13
22642024-12-20T22:51:49.393Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22652024-12-20T22:51:49.409Z Compiling progenitor v0.8.0
22662024-12-20T22:51:49.666Z Compiling smoltcp v0.11.0
22672024-12-20T22:51:49.809Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22682024-12-20T22:51:49.856Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22692024-12-20T22:51:49.875Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22702024-12-20T22:51:50.188Z Compiling backoff v0.4.0
22712024-12-20T22:51:50.451Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722024-12-20T22:51:50.554Z Compiling dropshot v0.13.0
22732024-12-20T22:51:50.771Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742024-12-20T22:51:50.868Z Compiling serde_with v3.11.0
22752024-12-20T22:51:50.929Z Compiling parse-display v0.10.0
22762024-12-20T22:51:50.957Z Checking num-rational v0.4.2
22772024-12-20T22:51:51.589Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22782024-12-20T22:51:51.746Z Compiling regress v0.9.1
22792024-12-20T22:51:52.106Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22802024-12-20T22:51:53.421Z Compiling phf_generator v0.11.2
22812024-12-20T22:51:53.612Z Checking num-complex v0.4.6
22822024-12-20T22:51:55.008Z Compiling macaddr v1.0.1
22832024-12-20T22:51:55.133Z Checking cobs v0.2.3
22842024-12-20T22:51:55.326Z Checking postcard v1.0.10
22852024-12-20T22:51:55.442Z Checking num v0.4.3
22862024-12-20T22:51:55.705Z Compiling phf_codegen v0.11.2
22872024-12-20T22:51:55.925Z Compiling parse-zoneinfo v0.3.1
22882024-12-20T22:51:57.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-20T22:51:57.347Z Checking float-ord v0.3.2
22902024-12-20T22:51:57.687Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-20T22:51:57.842Z Compiling convert_case v0.4.0
22922024-12-20T22:51:58.070Z Compiling chrono-tz-build v0.4.0
22932024-12-20T22:51:58.288Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22942024-12-20T22:51:58.859Z Compiling derive_more v0.99.18
22952024-12-20T22:51:58.955Z Compiling crucible-workspace-hack v0.1.0
22962024-12-20T22:51:59.222Z Compiling thiserror v2.0.3
22972024-12-20T22:51:59.227Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22982024-12-20T22:51:59.509Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992024-12-20T22:51:59.542Z Compiling chrono-tz v0.10.0
23002024-12-20T22:51:59.562Z Checking newline-converter v0.3.0
23012024-12-20T22:52:00.253Z Checking prettyplease v0.2.25
23022024-12-20T22:52:00.273Z Compiling thiserror-impl v2.0.3
23032024-12-20T22:52:00.302Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-12-20T22:52:00.339Z Compiling slog-dtrace v0.3.0
23052024-12-20T22:52:00.631Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23062024-12-20T22:52:00.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23072024-12-20T22:52:02.373Z Checking expectorate v1.1.0
23082024-12-20T22:52:02.522Z Compiling zone_cfg_derive v0.3.0
23092024-12-20T22:52:02.643Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23102024-12-20T22:52:02.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23112024-12-20T22:52:03.021Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23122024-12-20T22:52:03.398Z Compiling const_format_proc_macros v0.2.33
23132024-12-20T22:52:03.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23142024-12-20T22:52:03.993Z Compiling num-derive v0.4.2
23152024-12-20T22:52:04.147Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23162024-12-20T22:52:04.258Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23172024-12-20T22:52:04.538Z Checking highway v1.2.0
23182024-12-20T22:52:04.555Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23192024-12-20T22:52:04.991Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23202024-12-20T22:52:05.042Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23212024-12-20T22:52:05.302Z Checking zone v0.3.0
23222024-12-20T22:52:05.613Z Checking const_format v0.2.33
23232024-12-20T22:52:05.630Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23242024-12-20T22:52:06.026Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23252024-12-20T22:52:06.070Z Checking gethostname v0.5.0
23262024-12-20T22:52:06.206Z Checking bcs v0.1.6
23272024-12-20T22:52:06.361Z Compiling async-recursion v1.1.1
23282024-12-20T22:52:06.385Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23292024-12-20T22:52:06.779Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23302024-12-20T22:52:06.779Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23312024-12-20T22:52:09.243Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23322024-12-20T22:52:13.088Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23332024-12-20T22:52:16.532Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23342024-12-20T22:52:19.205Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23352024-12-20T22:52:20.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.36s
23362024-12-20T22:52:20.677Z
23372024-12-20T22:52:20.677Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23382024-12-20T22:52:21.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-12-20T22:52:21.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-12-20T22:52:21.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-12-20T22:52:21.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23422024-12-20T22:52:21.324Z
23432024-12-20T22:52:21.324Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23442024-12-20T22:52:21.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-12-20T22:52:21.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-12-20T22:52:21.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-12-20T22:52:21.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23482024-12-20T22:52:21.965Z
23492024-12-20T22:52:21.965Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23502024-12-20T22:52:22.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-12-20T22:52:22.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-12-20T22:52:22.646Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23532024-12-20T22:52:23.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
23542024-12-20T22:52:23.490Z
23552024-12-20T22:52:23.490Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23562024-12-20T22:52:24.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-12-20T22:52:24.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-12-20T22:52:24.174Z Compiling cfg_aliases v0.1.1
23592024-12-20T22:52:24.176Z Compiling vte_generate_state_changes v0.1.2
23602024-12-20T22:52:24.176Z Checking fd-lock v4.0.2
23612024-12-20T22:52:24.176Z Checking nibble_vec v0.1.0
23622024-12-20T22:52:24.176Z Checking endian-type v0.1.2
23632024-12-20T22:52:24.289Z Checking bytecount v0.6.8
23642024-12-20T22:52:24.313Z Compiling tabled_derive v0.7.0
23652024-12-20T22:52:24.324Z Checking itertools v0.12.1
23662024-12-20T22:52:24.364Z Compiling nix v0.28.0
23672024-12-20T22:52:24.435Z Checking papergrid v0.11.0
23682024-12-20T22:52:24.452Z Compiling peg-macros v0.8.4
23692024-12-20T22:52:24.468Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23702024-12-20T22:52:24.522Z Checking radix_trie v0.2.1
23712024-12-20T22:52:24.898Z Checking vte v0.11.1
23722024-12-20T22:52:24.930Z Compiling sqlparser_derive v0.2.2
23732024-12-20T22:52:25.649Z Checking unicode_categories v0.1.1
23742024-12-20T22:52:25.926Z Checking nu-ansi-term v0.50.1
23752024-12-20T22:52:25.944Z Checking home v0.5.9
23762024-12-20T22:52:26.063Z Checking sqlparser v0.45.0
23772024-12-20T22:52:26.086Z Checking sqlformat v0.2.6
23782024-12-20T22:52:26.275Z Checking strip-ansi-escapes v0.2.0
23792024-12-20T22:52:26.365Z Checking display-error-chain v0.2.2
23802024-12-20T22:52:26.940Z Checking tabled v0.15.0
23812024-12-20T22:52:26.973Z Checking reedline v0.35.0
23822024-12-20T22:52:27.581Z Checking peg v0.8.4
23832024-12-20T22:52:27.704Z Checking rustyline v14.0.0
23842024-12-20T22:52:36.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s
23852024-12-20T22:52:37.065Z
23862024-12-20T22:52:37.065Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23872024-12-20T22:52:37.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-12-20T22:52:37.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-12-20T22:52:37.742Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902024-12-20T22:52:42.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
23912024-12-20T22:52:43.097Z
23922024-12-20T22:52:43.097Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23932024-12-20T22:52:43.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-12-20T22:52:43.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-12-20T22:52:43.781Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962024-12-20T22:52:47.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
23972024-12-20T22:52:47.882Z
23982024-12-20T22:52:47.882Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
23992024-12-20T22:52:48.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-12-20T22:52:48.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-12-20T22:52:48.555Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022024-12-20T22:52:53.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
24032024-12-20T22:52:53.674Z
24042024-12-20T22:52:53.674Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24052024-12-20T22:52:54.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-12-20T22:52:54.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-12-20T22:52:54.350Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082024-12-20T22:52:59.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
24092024-12-20T22:52:59.461Z
24102024-12-20T22:52:59.461Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24112024-12-20T22:53:00.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-12-20T22:53:00.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-12-20T22:53:00.149Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142024-12-20T22:53:04.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
24152024-12-20T22:53:04.533Z
24162024-12-20T22:53:04.533Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24172024-12-20T22:53:05.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-12-20T22:53:05.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-12-20T22:53:05.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202024-12-20T22:53:09.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
24212024-12-20T22:53:09.496Z
24222024-12-20T22:53:09.496Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24232024-12-20T22:53:10.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-12-20T22:53:10.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-12-20T22:53:10.183Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24262024-12-20T22:53:15.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
24272024-12-20T22:53:15.419Z
24282024-12-20T22:53:15.419Zinfo: running `cargo check --bins` on oximeter (46/176)
24292024-12-20T22:53:15.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-12-20T22:53:15.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-12-20T22:53:15.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-12-20T22:53:15.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24332024-12-20T22:53:16.055Z
24342024-12-20T22:53:16.055Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24352024-12-20T22:53:16.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-12-20T22:53:16.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-12-20T22:53:16.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-12-20T22:53:16.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24392024-12-20T22:53:16.689Z
24402024-12-20T22:53:16.689Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24412024-12-20T22:53:17.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-12-20T22:53:17.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-12-20T22:53:17.335Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24442024-12-20T22:53:19.526Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452024-12-20T22:53:20.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
24462024-12-20T22:53:20.749Z
24472024-12-20T22:53:20.750Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24482024-12-20T22:53:21.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-20T22:53:21.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-20T22:53:21.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-20T22:53:21.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24522024-12-20T22:53:21.392Z
24532024-12-20T22:53:21.392Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24542024-12-20T22:53:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-20T22:53:21.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-20T22:53:21.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-20T22:53:21.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24582024-12-20T22:53:22.027Z
24592024-12-20T22:53:22.027Zinfo: running `cargo check --bins` on oxql-types (51/176)
24602024-12-20T22:53:22.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-20T22:53:22.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-20T22:53:22.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-20T22:53:22.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24642024-12-20T22:53:22.666Z
24652024-12-20T22:53:22.666Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24662024-12-20T22:53:23.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-20T22:53:23.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-20T22:53:23.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-20T22:53:23.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24702024-12-20T22:53:23.437Z
24712024-12-20T22:53:23.437Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24722024-12-20T22:53:23.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-20T22:53:23.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-20T22:53:23.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-20T22:53:23.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24762024-12-20T22:53:23.971Z
24772024-12-20T22:53:23.971Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24782024-12-20T22:53:24.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-20T22:53:24.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-20T22:53:24.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-20T22:53:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24822024-12-20T22:53:24.622Z
24832024-12-20T22:53:24.623Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24842024-12-20T22:53:25.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-20T22:53:25.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-20T22:53:25.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-20T22:53:25.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24882024-12-20T22:53:25.273Z
24892024-12-20T22:53:25.273Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24902024-12-20T22:53:25.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-20T22:53:25.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-20T22:53:25.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-20T22:53:25.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24942024-12-20T22:53:25.915Z
24952024-12-20T22:53:25.915Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24962024-12-20T22:53:26.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-20T22:53:26.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-20T22:53:26.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-20T22:53:26.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25002024-12-20T22:53:26.562Z
25012024-12-20T22:53:26.562Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25022024-12-20T22:53:27.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-20T22:53:27.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-20T22:53:27.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-20T22:53:27.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25062024-12-20T22:53:27.193Z
25072024-12-20T22:53:27.193Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25082024-12-20T22:53:27.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-20T22:53:27.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-20T22:53:27.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-20T22:53:27.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25122024-12-20T22:53:27.849Z
25132024-12-20T22:53:27.849Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25142024-12-20T22:53:28.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-20T22:53:28.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-20T22:53:28.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-20T22:53:28.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25182024-12-20T22:53:28.485Z
25192024-12-20T22:53:28.485Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25202024-12-20T22:53:29.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-20T22:53:29.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-20T22:53:29.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-20T22:53:29.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25242024-12-20T22:53:29.124Z
25252024-12-20T22:53:29.124Zinfo: running `cargo check --bins` on dpd-client (62/176)
25262024-12-20T22:53:29.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-20T22:53:29.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-20T22:53:29.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-20T22:53:29.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25302024-12-20T22:53:29.760Z
25312024-12-20T22:53:29.760Zinfo: running `cargo check --bins` on gateway-client (63/176)
25322024-12-20T22:53:30.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-20T22:53:30.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-20T22:53:30.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-20T22:53:30.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25362024-12-20T22:53:30.393Z
25372024-12-20T22:53:30.393Zinfo: running `cargo check --bins` on installinator-client (64/176)
25382024-12-20T22:53:30.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-20T22:53:30.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-20T22:53:30.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-20T22:53:30.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25422024-12-20T22:53:31.046Z
25432024-12-20T22:53:31.046Zinfo: running `cargo check --bins` on installinator-common (65/176)
25442024-12-20T22:53:31.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-20T22:53:31.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-20T22:53:31.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-20T22:53:31.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25482024-12-20T22:53:31.697Z
25492024-12-20T22:53:31.697Zinfo: running `cargo check --bins` on update-engine (66/176)
25502024-12-20T22:53:32.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-20T22:53:32.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-20T22:53:32.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-20T22:53:32.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25542024-12-20T22:53:32.321Z
25552024-12-20T22:53:32.321Zinfo: running `cargo check --bins` on nexus-client (67/176)
25562024-12-20T22:53:32.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-20T22:53:32.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-20T22:53:32.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-20T22:53:32.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25602024-12-20T22:53:32.990Z
25612024-12-20T22:53:32.990Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25622024-12-20T22:53:33.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-20T22:53:33.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-20T22:53:33.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-20T22:53:33.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25662024-12-20T22:53:33.643Z
25672024-12-20T22:53:33.643Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25682024-12-20T22:53:34.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-20T22:53:34.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-20T22:53:34.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-20T22:53:34.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25722024-12-20T22:53:34.277Z
25732024-12-20T22:53:34.277Zinfo: running `cargo check --bins` on nexus-types (70/176)
25742024-12-20T22:53:34.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-20T22:53:34.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-20T22:53:34.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-20T22:53:34.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25782024-12-20T22:53:34.951Z
25792024-12-20T22:53:34.951Zinfo: running `cargo check --bins` on oxide-client (71/176)
25802024-12-20T22:53:35.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-20T22:53:35.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-20T22:53:35.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-20T22:53:35.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25842024-12-20T22:53:35.584Z
25852024-12-20T22:53:35.584Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25862024-12-20T22:53:36.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-20T22:53:36.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-20T22:53:36.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-20T22:53:36.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25902024-12-20T22:53:36.224Z
25912024-12-20T22:53:36.224Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25922024-12-20T22:53:36.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-20T22:53:36.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-20T22:53:36.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-20T22:53:36.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25962024-12-20T22:53:36.852Z
25972024-12-20T22:53:36.852Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25982024-12-20T22:53:37.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-20T22:53:37.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-20T22:53:37.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-20T22:53:37.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26022024-12-20T22:53:37.515Z
26032024-12-20T22:53:37.515Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26042024-12-20T22:53:38.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-20T22:53:38.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-20T22:53:38.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-20T22:53:38.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26082024-12-20T22:53:38.196Z
26092024-12-20T22:53:38.196Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26102024-12-20T22:53:38.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-20T22:53:38.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-20T22:53:38.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-20T22:53:38.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26142024-12-20T22:53:38.871Z
26152024-12-20T22:53:38.871Zinfo: running `cargo check --bins` on wicket-common (77/176)
26162024-12-20T22:53:39.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-20T22:53:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-20T22:53:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-12-20T22:53:39.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26202024-12-20T22:53:39.542Z
26212024-12-20T22:53:39.542Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26222024-12-20T22:53:40.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-12-20T22:53:40.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-12-20T22:53:40.223Z Checking csv-core v0.1.11
26252024-12-20T22:53:40.223Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26262024-12-20T22:53:40.226Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26272024-12-20T22:53:40.226Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26282024-12-20T22:53:40.501Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26292024-12-20T22:53:40.553Z Checking csv v1.3.0
26302024-12-20T22:53:40.575Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26312024-12-20T22:53:41.132Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26322024-12-20T22:53:41.494Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26332024-12-20T22:53:43.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
26342024-12-20T22:53:43.458Z
26352024-12-20T22:53:43.458Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26362024-12-20T22:53:44.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-20T22:53:44.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-20T22:53:44.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-20T22:53:44.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26402024-12-20T22:53:44.107Z
26412024-12-20T22:53:44.107Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26422024-12-20T22:53:44.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-20T22:53:44.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-20T22:53:44.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-20T22:53:44.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26462024-12-20T22:53:44.755Z
26472024-12-20T22:53:44.755Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26482024-12-20T22:53:45.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-20T22:53:45.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-20T22:53:45.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-12-20T22:53:45.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26522024-12-20T22:53:45.521Z
26532024-12-20T22:53:45.521Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26542024-12-20T22:53:46.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-12-20T22:53:46.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-12-20T22:53:46.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-12-20T22:53:46.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26582024-12-20T22:53:46.279Z
26592024-12-20T22:53:46.279Zinfo: running `cargo check --bins` on dns-server (83/176)
26602024-12-20T22:53:46.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-12-20T22:53:46.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-12-20T22:53:46.943Z Compiling parking_lot_core v0.8.6
26632024-12-20T22:53:46.945Z Checking fxhash v0.2.1
26642024-12-20T22:53:46.945Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26652024-12-20T22:53:47.045Z Checking hickory-server v0.24.1
26662024-12-20T22:53:47.066Z Checking hickory-client v0.24.1
26672024-12-20T22:53:47.641Z Checking parking_lot v0.11.2
26682024-12-20T22:53:47.796Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26692024-12-20T22:53:47.798Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26702024-12-20T22:53:47.872Z Checking sled v0.34.7
26712024-12-20T22:53:49.689Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26722024-12-20T22:53:51.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
26732024-12-20T22:53:51.177Z
26742024-12-20T22:53:51.177Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26752024-12-20T22:53:51.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-20T22:53:51.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-20T22:53:51.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-20T22:53:51.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26792024-12-20T22:53:51.810Z
26802024-12-20T22:53:51.810Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26812024-12-20T22:53:52.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-20T22:53:52.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-20T22:53:52.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-20T22:53:52.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26852024-12-20T22:53:52.502Z
26862024-12-20T22:53:52.502Zinfo: running `cargo check --bins` on gateway-types (86/176)
26872024-12-20T22:53:53.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-20T22:53:53.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-20T22:53:53.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-12-20T22:53:53.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26912024-12-20T22:53:53.141Z
26922024-12-20T22:53:53.141Zinfo: running `cargo check --bins` on ipcc (87/176)
26932024-12-20T22:53:53.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-12-20T22:53:53.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-12-20T22:53:53.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-12-20T22:53:53.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26972024-12-20T22:53:53.783Z
26982024-12-20T22:53:53.783Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26992024-12-20T22:53:54.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-12-20T22:53:54.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-12-20T22:53:54.500Z Compiling radium v0.7.0
27022024-12-20T22:53:54.500Z Compiling semver v0.1.20
27032024-12-20T22:53:54.606Z Compiling maybe-uninit v2.0.0
27042024-12-20T22:53:54.609Z Checking tap v1.0.1
27052024-12-20T22:53:54.629Z Checking password-hash v0.5.0
27062024-12-20T22:53:54.638Z Checking blake2 v0.10.6
27072024-12-20T22:53:54.641Z Checking crc-catalog v2.4.0
27082024-12-20T22:53:54.641Z Compiling cancel-safe-futures v0.1.5
27092024-12-20T22:53:54.778Z Checking wyz v0.5.1
27102024-12-20T22:53:54.801Z Compiling owo-colors v4.1.0
27112024-12-20T22:53:55.018Z Compiling rustc_version v0.1.7
27122024-12-20T22:53:55.074Z Checking funty v2.0.0
27132024-12-20T22:53:55.074Z Compiling packed_struct v0.10.1
27142024-12-20T22:53:55.085Z Checking argon2 v0.5.3
27152024-12-20T22:53:55.205Z Checking crc v3.2.1
27162024-12-20T22:53:55.224Z Compiling packed_struct_codegen v0.10.1
27172024-12-20T22:53:55.317Z Checking half v2.4.1
27182024-12-20T22:53:55.514Z Compiling indexmap v1.9.3
27192024-12-20T22:53:55.532Z Compiling newtype_derive v0.1.6
27202024-12-20T22:53:55.575Z Checking ciborium-io v0.2.2
27212024-12-20T22:53:55.643Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27222024-12-20T22:53:55.698Z Checking nodrop v0.1.14
27232024-12-20T22:53:55.775Z Checking ciborium-ll v0.2.2
27242024-12-20T22:53:55.833Z Checking array-init v0.0.4
27252024-12-20T22:53:55.836Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27262024-12-20T22:53:55.861Z Checking smallvec v0.6.14
27272024-12-20T22:53:55.939Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27282024-12-20T22:53:56.047Z Checking bitvec v1.0.1
27292024-12-20T22:53:56.127Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27302024-12-20T22:53:56.235Z Checking libsw v3.3.1
27312024-12-20T22:53:56.462Z Compiling memoffset v0.9.1
27322024-12-20T22:53:56.506Z Checking indent_write v2.2.0
27332024-12-20T22:53:56.688Z Checking hashbrown v0.12.3
27342024-12-20T22:53:56.710Z Checking bitfield v0.14.0
27352024-12-20T22:53:56.773Z Checking linear-map v1.2.0
27362024-12-20T22:53:56.823Z Checking swrite v0.1.0
27372024-12-20T22:53:56.948Z Checking termcolor v1.4.1
27382024-12-20T22:53:56.980Z Checking ron v0.8.1
27392024-12-20T22:53:57.127Z Checking serde-hex v0.1.0
27402024-12-20T22:53:57.344Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27412024-12-20T22:53:57.407Z Checking env_logger v0.10.2
27422024-12-20T22:53:57.813Z Checking ciborium v0.2.2
27432024-12-20T22:53:57.948Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27442024-12-20T22:53:58.072Z Checking steno v0.4.1
27452024-12-20T22:53:58.409Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27462024-12-20T22:53:58.443Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27472024-12-20T22:53:58.665Z Checking hashbrown v0.13.2
27482024-12-20T22:53:58.822Z Checking humantime v2.1.0
27492024-12-20T22:53:58.950Z Checking crc-any v2.5.0
27502024-12-20T22:53:59.129Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27512024-12-20T22:53:59.339Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27522024-12-20T22:53:59.730Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27532024-12-20T22:53:59.760Z Checking path-slash v0.1.5
27542024-12-20T22:53:59.822Z Checking object v0.30.4
27552024-12-20T22:53:59.915Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27562024-12-20T22:54:00.094Z Checking nix v0.27.1
27572024-12-20T22:54:00.359Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27582024-12-20T22:54:00.967Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592024-12-20T22:54:01.098Z Checking tungstenite v0.23.0
27602024-12-20T22:54:01.175Z Checking kstat-rs v0.2.4
27612024-12-20T22:54:01.238Z Checking signal-hook-tokio v0.3.1
27622024-12-20T22:54:01.489Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632024-12-20T22:54:01.854Z Checking tokio-tungstenite v0.23.1
27642024-12-20T22:54:02.514Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27652024-12-20T22:54:02.712Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27662024-12-20T22:54:02.724Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27672024-12-20T22:54:09.702Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27682024-12-20T22:54:11.029Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27692024-12-20T22:54:13.769Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27702024-12-20T22:54:19.673Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27712024-12-20T22:54:20.411Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722024-12-20T22:54:23.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.55s
27732024-12-20T22:54:23.532Z
27742024-12-20T22:54:23.532Zinfo: running `cargo check --bins` on gateway-api (89/176)
27752024-12-20T22:54:24.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-20T22:54:24.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-20T22:54:24.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-20T22:54:24.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27792024-12-20T22:54:24.174Z
27802024-12-20T22:54:24.174Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27812024-12-20T22:54:24.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-20T22:54:24.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-20T22:54:24.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-20T22:54:24.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852024-12-20T22:54:24.802Z
27862024-12-20T22:54:24.802Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27872024-12-20T22:54:25.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-20T22:54:25.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-20T22:54:25.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-20T22:54:25.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27912024-12-20T22:54:25.441Z
27922024-12-20T22:54:25.441Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27932024-12-20T22:54:26.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-20T22:54:26.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-20T22:54:26.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-20T22:54:26.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27972024-12-20T22:54:26.081Z
27982024-12-20T22:54:26.081Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27992024-12-20T22:54:26.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-20T22:54:26.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-20T22:54:26.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-20T22:54:26.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28032024-12-20T22:54:26.731Z
28042024-12-20T22:54:26.731Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28052024-12-20T22:54:27.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-20T22:54:27.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-20T22:54:27.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-20T22:54:27.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28092024-12-20T22:54:27.377Z
28102024-12-20T22:54:27.377Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28112024-12-20T22:54:27.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-20T22:54:27.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-20T22:54:27.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-20T22:54:27.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28152024-12-20T22:54:28.012Z
28162024-12-20T22:54:28.012Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28172024-12-20T22:54:28.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-20T22:54:28.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-20T22:54:28.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-20T22:54:28.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28212024-12-20T22:54:28.661Z
28222024-12-20T22:54:28.661Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28232024-12-20T22:54:29.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-20T22:54:29.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-20T22:54:29.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-20T22:54:29.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28272024-12-20T22:54:29.340Z
28282024-12-20T22:54:29.340Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28292024-12-20T22:54:29.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-20T22:54:29.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-20T22:54:29.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-20T22:54:29.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28332024-12-20T22:54:29.955Z
28342024-12-20T22:54:29.955Zinfo: running `cargo check --bins` on sp-sim (99/176)
28352024-12-20T22:54:30.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-20T22:54:30.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-20T22:54:30.613Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28382024-12-20T22:54:31.092Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28392024-12-20T22:54:32.940Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28402024-12-20T22:54:34.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
28412024-12-20T22:54:34.922Z
28422024-12-20T22:54:34.922Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28432024-12-20T22:54:35.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-12-20T22:54:35.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-12-20T22:54:35.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-12-20T22:54:35.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28472024-12-20T22:54:35.606Z
28482024-12-20T22:54:35.606Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28492024-12-20T22:54:36.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-12-20T22:54:36.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-12-20T22:54:36.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-12-20T22:54:36.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28532024-12-20T22:54:36.301Z
28542024-12-20T22:54:36.301Zinfo: running `cargo check --bins` on db-macros (102/176)
28552024-12-20T22:54:36.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-12-20T22:54:36.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-12-20T22:54:36.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-12-20T22:54:36.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28592024-12-20T22:54:36.928Z
28602024-12-20T22:54:36.928Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28612024-12-20T22:54:37.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-12-20T22:54:37.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-12-20T22:54:37.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-12-20T22:54:37.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28652024-12-20T22:54:37.551Z
28662024-12-20T22:54:37.551Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28672024-12-20T22:54:38.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-12-20T22:54:38.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-12-20T22:54:38.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-12-20T22:54:38.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28712024-12-20T22:54:38.234Z
28722024-12-20T22:54:38.234Zinfo: running `cargo check --bins` on authz-macros (105/176)
28732024-12-20T22:54:38.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-12-20T22:54:38.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-12-20T22:54:38.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-12-20T22:54:38.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28772024-12-20T22:54:38.853Z
28782024-12-20T22:54:38.853Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28792024-12-20T22:54:39.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-12-20T22:54:40.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-12-20T22:54:40.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-12-20T22:54:40.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28832024-12-20T22:54:40.449Z
28842024-12-20T22:54:40.449Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28852024-12-20T22:54:40.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-12-20T22:54:40.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-12-20T22:54:40.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-12-20T22:54:40.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28892024-12-20T22:54:40.449Z
28902024-12-20T22:54:40.449Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28912024-12-20T22:54:40.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-12-20T22:54:40.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-12-20T22:54:40.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-12-20T22:54:40.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28952024-12-20T22:54:40.846Z
28962024-12-20T22:54:40.846Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28972024-12-20T22:54:41.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-12-20T22:54:41.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-12-20T22:54:41.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-12-20T22:54:41.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29012024-12-20T22:54:41.521Z
29022024-12-20T22:54:41.521Zinfo: running `cargo check --bins` on typed-rng (110/176)
29032024-12-20T22:54:42.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-12-20T22:54:42.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-12-20T22:54:42.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-12-20T22:54:42.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29072024-12-20T22:54:42.144Z
29082024-12-20T22:54:42.144Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29092024-12-20T22:54:42.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-12-20T22:54:42.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-12-20T22:54:42.901Z Checking keccak v0.1.5
29122024-12-20T22:54:43.012Z Checking secrecy v0.8.0
29132024-12-20T22:54:43.021Z Compiling unicase v2.7.0
29142024-12-20T22:54:43.021Z Compiling same-file v1.0.6
29152024-12-20T22:54:43.047Z Compiling tempfile v3.13.0
29162024-12-20T22:54:43.061Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29172024-12-20T22:54:43.064Z Compiling thiserror-impl-no-std v2.0.2
29182024-12-20T22:54:43.064Z Checking universal-hash v0.5.1
29192024-12-20T22:54:43.207Z Compiling walkdir v2.5.0
29202024-12-20T22:54:43.269Z Compiling ring v0.16.20
29212024-12-20T22:54:43.304Z Checking sha3 v0.10.8
29222024-12-20T22:54:43.320Z Compiling blake3 v1.5.4
29232024-12-20T22:54:43.360Z Checking opaque-debug v0.3.1
29242024-12-20T22:54:43.457Z Checking poly1305 v0.8.0
29252024-12-20T22:54:43.476Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29262024-12-20T22:54:43.696Z Checking chacha20 v0.9.1
29272024-12-20T22:54:43.765Z Checking aead v0.5.2
29282024-12-20T22:54:43.942Z Compiling memmap2 v0.9.5
29292024-12-20T22:54:43.944Z Compiling constant_time_eq v0.3.1
29302024-12-20T22:54:43.983Z Compiling libefi-sys v0.1.0
29312024-12-20T22:54:43.999Z Compiling salty v0.3.0
29322024-12-20T22:54:44.048Z Compiling spin v0.5.2
29332024-12-20T22:54:44.118Z Compiling arrayvec v0.7.6
29342024-12-20T22:54:44.250Z Compiling arrayref v0.3.9
29352024-12-20T22:54:44.297Z Checking chacha20poly1305 v0.10.1
29362024-12-20T22:54:44.387Z Compiling toolchain_find v0.4.0
29372024-12-20T22:54:44.449Z Compiling camino-tempfile v1.1.1
29382024-12-20T22:54:44.475Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29392024-12-20T22:54:44.518Z Compiling bitfield-struct v0.6.2
29402024-12-20T22:54:44.803Z Compiling topological-sort v0.2.2
29412024-12-20T22:54:44.921Z Compiling mime_guess v2.0.5
29422024-12-20T22:54:45.012Z Compiling rustfmt-wrapper v0.2.1
29432024-12-20T22:54:45.481Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29442024-12-20T22:54:45.589Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29452024-12-20T22:54:45.611Z Checking primeorder v0.13.6
29462024-12-20T22:54:45.885Z Checking env_filter v0.1.2
29472024-12-20T22:54:45.923Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482024-12-20T22:54:46.012Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29492024-12-20T22:54:46.056Z Checking p384 v0.13.0
29502024-12-20T22:54:46.111Z Checking env_logger v0.11.5
29512024-12-20T22:54:46.227Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29522024-12-20T22:54:46.259Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29532024-12-20T22:54:46.276Z Checking thiserror-no-std v2.0.2
29542024-12-20T22:54:46.390Z Checking vsss-rs v3.3.4
29552024-12-20T22:54:46.492Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29562024-12-20T22:54:46.579Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29572024-12-20T22:54:46.700Z Checking simd-adler32 v0.3.7
29582024-12-20T22:54:46.820Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29592024-12-20T22:54:46.917Z Checking http-range v0.1.5
29602024-12-20T22:54:47.033Z Checking lockfree-object-pool v0.1.6
29612024-12-20T22:54:47.052Z Compiling zip v2.1.3
29622024-12-20T22:54:47.097Z Checking bumpalo v3.16.0
29632024-12-20T22:54:47.138Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29642024-12-20T22:54:47.178Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29652024-12-20T22:54:47.381Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29662024-12-20T22:54:47.408Z Checking zopfli v0.8.1
29672024-12-20T22:54:47.477Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29682024-12-20T22:54:47.938Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29692024-12-20T22:54:48.076Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29702024-12-20T22:54:48.096Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29712024-12-20T22:54:48.261Z Checking nanorand v0.7.0
29722024-12-20T22:54:48.362Z Checking atty v0.2.14
29732024-12-20T22:54:48.496Z Checking glob v0.3.1
29742024-12-20T22:54:48.631Z Checking flume v0.11.1
29752024-12-20T22:54:48.673Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29762024-12-20T22:54:48.692Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29772024-12-20T22:54:48.810Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29782024-12-20T22:54:49.155Z Compiling omicron-zone-package v0.11.1
29792024-12-20T22:54:49.244Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29802024-12-20T22:54:49.829Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29812024-12-20T22:54:50.580Z Checking hyper-staticfile v0.10.1
29822024-12-20T22:54:51.106Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29832024-12-20T22:54:51.129Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29842024-12-20T22:54:51.216Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29852024-12-20T22:54:51.322Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29862024-12-20T22:54:51.517Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29872024-12-20T22:54:51.709Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29882024-12-20T22:54:52.286Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29892024-12-20T22:54:52.417Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29902024-12-20T22:54:52.514Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29912024-12-20T22:54:52.631Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29922024-12-20T22:54:53.998Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29932024-12-20T22:54:55.691Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29942024-12-20T22:54:55.691Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29952024-12-20T22:55:06.375Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-12-20T22:55:20.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.20s
29972024-12-20T22:55:20.540Z
29982024-12-20T22:55:20.540Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29992024-12-20T22:55:21.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-12-20T22:55:21.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-12-20T22:55:21.309Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022024-12-20T22:55:35.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
30032024-12-20T22:55:35.600Z
30042024-12-20T22:55:35.600Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30052024-12-20T22:55:36.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-12-20T22:55:36.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-12-20T22:55:36.365Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082024-12-20T22:55:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s
30092024-12-20T22:55:50.826Z
30102024-12-20T22:55:50.826Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30112024-12-20T22:55:51.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-12-20T22:55:51.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-12-20T22:55:51.580Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142024-12-20T22:56:05.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30152024-12-20T22:56:05.636Z
30162024-12-20T22:56:05.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30172024-12-20T22:56:06.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-12-20T22:56:06.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-12-20T22:56:06.401Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202024-12-20T22:56:20.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
30212024-12-20T22:56:20.934Z
30222024-12-20T22:56:20.934Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30232024-12-20T22:56:21.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-12-20T22:56:21.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-12-20T22:56:21.691Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262024-12-20T22:56:35.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30272024-12-20T22:56:35.748Z
30282024-12-20T22:56:35.748Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30292024-12-20T22:56:36.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-12-20T22:56:36.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-12-20T22:56:36.500Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30322024-12-20T22:56:50.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
30332024-12-20T22:56:50.656Z
30342024-12-20T22:56:50.656Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30352024-12-20T22:56:51.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-12-20T22:56:51.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-12-20T22:56:51.417Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30382024-12-20T22:57:05.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.93s
30392024-12-20T22:57:05.787Z
30402024-12-20T22:57:05.787Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30412024-12-20T22:57:06.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-12-20T22:57:06.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-12-20T22:57:06.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-12-20T22:57:06.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30452024-12-20T22:57:06.456Z
30462024-12-20T22:57:06.456Zinfo: running `cargo check --bins` on key-manager (120/176)
30472024-12-20T22:57:07.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-12-20T22:57:07.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-12-20T22:57:07.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-12-20T22:57:07.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30512024-12-20T22:57:07.110Z
30522024-12-20T22:57:07.110Zinfo: running `cargo check --bins` on range-requests (121/176)
30532024-12-20T22:57:07.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-12-20T22:57:07.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-12-20T22:57:07.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-12-20T22:57:07.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30572024-12-20T22:57:07.734Z
30582024-12-20T22:57:07.734Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30592024-12-20T22:57:08.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-12-20T22:57:08.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-12-20T22:57:08.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-12-20T22:57:08.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30632024-12-20T22:57:08.375Z
30642024-12-20T22:57:08.375Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30652024-12-20T22:57:08.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-12-20T22:57:08.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-12-20T22:57:08.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-12-20T22:57:08.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30692024-12-20T22:57:09.044Z
30702024-12-20T22:57:09.044Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30712024-12-20T22:57:09.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-12-20T22:57:09.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-12-20T22:57:09.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-12-20T22:57:09.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30752024-12-20T22:57:09.664Z
30762024-12-20T22:57:09.665Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30772024-12-20T22:57:10.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-12-20T22:57:10.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-12-20T22:57:10.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-12-20T22:57:10.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30812024-12-20T22:57:10.323Z
30822024-12-20T22:57:10.323Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30832024-12-20T22:57:10.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-12-20T22:57:10.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-12-20T22:57:10.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862024-12-20T22:57:10.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30872024-12-20T22:57:10.977Z
30882024-12-20T22:57:10.977Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30892024-12-20T22:57:11.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-20T22:57:11.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-20T22:57:11.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922024-12-20T22:57:11.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30932024-12-20T22:57:11.636Z
30942024-12-20T22:57:11.636Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30952024-12-20T22:57:12.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-12-20T22:57:12.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-12-20T22:57:12.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982024-12-20T22:57:12.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30992024-12-20T22:57:12.305Z
31002024-12-20T22:57:12.306Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
31012024-12-20T22:57:12.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-12-20T22:57:12.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-12-20T22:57:12.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-12-20T22:57:12.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31052024-12-20T22:57:12.980Z
31062024-12-20T22:57:12.980Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31072024-12-20T22:57:13.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-12-20T22:57:13.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-12-20T22:57:13.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-12-20T22:57:13.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31112024-12-20T22:57:13.650Z
31122024-12-20T22:57:13.650Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31132024-12-20T22:57:14.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-12-20T22:57:14.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-12-20T22:57:14.352Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31162024-12-20T22:57:14.352Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31172024-12-20T22:57:15.258Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31182024-12-20T22:57:17.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
31192024-12-20T22:57:17.536Z
31202024-12-20T22:57:17.536Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31212024-12-20T22:57:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-20T22:57:18.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-20T22:57:18.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242024-12-20T22:57:18.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31252024-12-20T22:57:18.181Z
31262024-12-20T22:57:18.181Zinfo: running `cargo check --bins` on cert-dev (133/176)
31272024-12-20T22:57:18.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-12-20T22:57:18.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-12-20T22:57:18.827Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31302024-12-20T22:57:19.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31312024-12-20T22:57:19.273Z
31322024-12-20T22:57:19.273Zinfo: running `cargo check --bins` on clickana (134/176)
31332024-12-20T22:57:19.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-20T22:57:19.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-20T22:57:19.931Z Checking castaway v0.2.3
31362024-12-20T22:57:19.934Z Checking unicode-truncate v1.1.0
31372024-12-20T22:57:19.934Z Checking lru v0.12.5
31382024-12-20T22:57:19.934Z Compiling instability v0.3.2
31392024-12-20T22:57:19.934Z Checking cassowary v0.3.0
31402024-12-20T22:57:19.934Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31412024-12-20T22:57:20.156Z Checking compact_str v0.8.0
31422024-12-20T22:57:21.240Z Checking ratatui v0.28.1
31432024-12-20T22:57:21.830Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31442024-12-20T22:57:22.880Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31452024-12-20T22:57:23.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
31462024-12-20T22:57:23.905Z
31472024-12-20T22:57:23.905Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31482024-12-20T22:57:24.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-20T22:57:24.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-20T22:57:24.596Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31512024-12-20T22:57:24.596Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31522024-12-20T22:57:25.694Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31532024-12-20T22:57:26.225Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31542024-12-20T22:57:26.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
31552024-12-20T22:57:26.791Z
31562024-12-20T22:57:26.791Zinfo: running `cargo check --bins` on ch-dev (136/176)
31572024-12-20T22:57:27.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-20T22:57:27.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-20T22:57:27.473Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31602024-12-20T22:57:28.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
31612024-12-20T22:57:28.382Z
31622024-12-20T22:57:28.382Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31632024-12-20T22:57:28.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-12-20T22:57:28.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-12-20T22:57:29.048Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31662024-12-20T22:57:29.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31672024-12-20T22:57:29.600Z
31682024-12-20T22:57:29.600Zinfo: running `cargo check --bins` on db-dev (138/176)
31692024-12-20T22:57:30.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-12-20T22:57:30.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-12-20T22:57:30.290Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31722024-12-20T22:57:31.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
31732024-12-20T22:57:31.200Z
31742024-12-20T22:57:31.200Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31752024-12-20T22:57:31.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-12-20T22:57:31.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-12-20T22:57:31.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-12-20T22:57:31.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31792024-12-20T22:57:31.859Z
31802024-12-20T22:57:31.859Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31812024-12-20T22:57:32.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-12-20T22:57:32.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-12-20T22:57:32.492Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31842024-12-20T22:57:33.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
31852024-12-20T22:57:33.563Z
31862024-12-20T22:57:33.563Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31872024-12-20T22:57:34.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-12-20T22:57:34.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-12-20T22:57:34.186Z Checking cargo-platform v0.1.8
31902024-12-20T22:57:34.460Z Checking cargo_metadata v0.18.1
31912024-12-20T22:57:35.463Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31922024-12-20T22:57:36.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
31932024-12-20T22:57:36.479Z
31942024-12-20T22:57:36.480Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31952024-12-20T22:57:37.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-12-20T22:57:37.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-12-20T22:57:37.207Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31982024-12-20T22:57:38.743Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31992024-12-20T22:57:39.386Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32002024-12-20T22:57:39.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
32012024-12-20T22:57:40.179Z
32022024-12-20T22:57:40.179Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32032024-12-20T22:57:40.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-12-20T22:57:40.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-12-20T22:57:40.980Z Compiling crunchy v0.2.2
32062024-12-20T22:57:40.980Z Compiling tiny-keccak v2.0.2
32072024-12-20T22:57:40.981Z Compiling dsl_auto_type v0.1.2
32082024-12-20T22:57:40.984Z Checking scheduled-thread-pool v0.2.7
32092024-12-20T22:57:40.984Z Compiling diesel_table_macro_syntax v0.2.0
32102024-12-20T22:57:40.984Z Compiling ascii-canvas v3.0.0
32112024-12-20T22:57:40.984Z Compiling ena v0.14.3
32122024-12-20T22:57:40.984Z Compiling diff v0.1.13
32132024-12-20T22:57:41.363Z Compiling regex-syntax v0.6.29
32142024-12-20T22:57:41.380Z Checking r2d2 v0.8.10
32152024-12-20T22:57:41.489Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32162024-12-20T22:57:41.548Z Compiling ref-cast v1.0.23
32172024-12-20T22:57:41.688Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32182024-12-20T22:57:41.705Z Compiling derive_builder_core v0.20.2
32192024-12-20T22:57:41.724Z Compiling libxml v0.3.3
32202024-12-20T22:57:41.824Z Compiling ref-cast-impl v1.0.23
32212024-12-20T22:57:41.961Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32222024-12-20T22:57:42.137Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32232024-12-20T22:57:42.163Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32242024-12-20T22:57:42.406Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32252024-12-20T22:57:42.434Z Compiling strum_macros v0.24.3
32262024-12-20T22:57:42.526Z Compiling samael v0.0.17
32272024-12-20T22:57:42.747Z Compiling diesel_derives v2.2.3
32282024-12-20T22:57:42.835Z Compiling indoc v1.0.9
32292024-12-20T22:57:43.841Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32302024-12-20T22:57:44.150Z Compiling oso-derive v0.27.3
32312024-12-20T22:57:44.191Z Compiling derive_builder_macro v0.20.2
32322024-12-20T22:57:44.972Z Compiling lalrpop v0.19.12
32332024-12-20T22:57:45.123Z Checking derive_builder v0.20.2
32342024-12-20T22:57:45.252Z Compiling impl-trait-for-tuples v0.2.2
32352024-12-20T22:57:45.278Z Checking quick-xml v0.33.0
32362024-12-20T22:57:45.616Z Compiling diesel-dtrace v0.4.2
32372024-12-20T22:57:45.915Z Checking maplit v1.0.2
32382024-12-20T22:57:46.111Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32392024-12-20T22:57:46.135Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32402024-12-20T22:57:46.407Z Checking bb8 v0.8.5
32412024-12-20T22:57:46.896Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32422024-12-20T22:57:46.898Z Checking rand_seeder v0.3.0
32432024-12-20T22:57:47.167Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32442024-12-20T22:57:47.216Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32452024-12-20T22:57:47.374Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32462024-12-20T22:57:47.414Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32472024-12-20T22:57:47.702Z Checking is_ci v1.2.0
32482024-12-20T22:57:47.814Z Checking unicode-linebreak v0.1.5
32492024-12-20T22:57:47.845Z Checking smawk v0.3.2
32502024-12-20T22:57:48.063Z Checking supports-color v3.0.1
32512024-12-20T22:57:48.252Z Checking textwrap v0.16.1
32522024-12-20T22:57:48.301Z Checking multimap v0.10.0
32532024-12-20T22:57:49.206Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32542024-12-20T22:57:51.929Z Checking diesel v2.2.6
32552024-12-20T22:58:18.512Z Compiling polar-core v0.27.3
32562024-12-20T22:58:21.595Z Checking async-bb8-diesel v0.2.1
32572024-12-20T22:58:26.051Z Checking oso v0.27.3
32582024-12-20T22:59:38.632Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32592024-12-20T22:59:45.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
32602024-12-20T22:59:45.314Z
32612024-12-20T22:59:45.314Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32622024-12-20T22:59:45.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632024-12-20T22:59:45.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642024-12-20T22:59:45.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652024-12-20T22:59:45.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32662024-12-20T22:59:46.008Z
32672024-12-20T22:59:46.009Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32682024-12-20T22:59:46.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692024-12-20T22:59:46.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702024-12-20T22:59:46.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712024-12-20T22:59:46.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32722024-12-20T22:59:46.708Z
32732024-12-20T22:59:46.708Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32742024-12-20T22:59:47.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752024-12-20T22:59:47.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762024-12-20T22:59:47.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772024-12-20T22:59:47.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32782024-12-20T22:59:47.350Z
32792024-12-20T22:59:47.350Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32802024-12-20T22:59:47.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812024-12-20T22:59:47.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822024-12-20T22:59:48.163Z Compiling libz-sys v1.1.20
32832024-12-20T22:59:48.278Z Compiling libgit2-sys v0.17.0+1.8.1
32842024-12-20T22:59:48.292Z Compiling vergen v8.3.2
32852024-12-20T22:59:48.294Z Compiling cargo-platform v0.1.8
32862024-12-20T22:59:48.295Z Compiling pin-project-internal v1.1.6
32872024-12-20T22:59:48.333Z Compiling snafu-derive v0.8.5
32882024-12-20T22:59:48.336Z Compiling libsqlite3-sys v0.30.1
32892024-12-20T22:59:48.336Z Compiling buf-list v1.0.3
32902024-12-20T22:59:48.571Z Compiling rustls v0.21.12
32912024-12-20T22:59:48.840Z Compiling cargo_metadata v0.18.1
32922024-12-20T22:59:48.858Z Compiling cfg_aliases v0.2.1
32932024-12-20T22:59:48.959Z Checking globset v0.4.15
32942024-12-20T22:59:48.977Z Compiling nix v0.29.0
32952024-12-20T22:59:49.065Z Checking olpc-cjson v0.1.4
32962024-12-20T22:59:49.200Z Checking sct v0.7.1
32972024-12-20T22:59:49.294Z Checking rustls-webpki v0.101.7
32982024-12-20T22:59:49.421Z Checking serde_plain v1.0.2
32992024-12-20T22:59:49.467Z Checking typed-path v0.9.3
33002024-12-20T22:59:50.020Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33012024-12-20T22:59:50.298Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33022024-12-20T22:59:50.313Z Checking hashlink v0.9.1
33032024-12-20T22:59:50.544Z Checking fallible-streaming-iterator v0.1.9
33042024-12-20T22:59:50.786Z Checking parse-size v1.1.0
33052024-12-20T22:59:50.950Z Checking fallible-iterator v0.3.0
33062024-12-20T22:59:51.346Z Checking pin-project v1.1.6
33072024-12-20T22:59:51.508Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33082024-12-20T22:59:51.513Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33092024-12-20T22:59:51.513Z Checking rustls-pemfile v1.0.4
33102024-12-20T22:59:51.579Z Checking rusqlite v0.32.1
33112024-12-20T22:59:51.720Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33122024-12-20T22:59:52.421Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33132024-12-20T22:59:52.440Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33142024-12-20T22:59:52.554Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33152024-12-20T22:59:52.618Z Checking twox-hash v1.6.3
33162024-12-20T22:59:52.682Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33172024-12-20T22:59:53.047Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33182024-12-20T22:59:53.184Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33192024-12-20T22:59:53.229Z Checking tokio-rustls v0.24.1
33202024-12-20T22:59:53.599Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33212024-12-20T22:59:53.731Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33222024-12-20T22:59:53.754Z Checking fatfs v0.3.6
33232024-12-20T22:59:53.835Z Checking snafu v0.8.5
33242024-12-20T22:59:54.329Z Checking tough v0.19.0
33252024-12-20T22:59:54.677Z Checking assert_matches v1.5.0
33262024-12-20T22:59:58.565Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33272024-12-20T22:59:59.957Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282024-12-20T23:00:00.832Z Compiling git2 v0.19.0
33292024-12-20T23:00:05.671Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33302024-12-20T23:01:01.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
33312024-12-20T23:01:01.265Z
33322024-12-20T23:01:01.265Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33332024-12-20T23:01:01.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-20T23:01:01.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-20T23:01:01.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-20T23:01:01.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33372024-12-20T23:01:02.035Z
33382024-12-20T23:01:02.035Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33392024-12-20T23:01:02.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-20T23:01:02.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-20T23:01:02.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422024-12-20T23:01:02.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33432024-12-20T23:01:02.695Z
33442024-12-20T23:01:02.696Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33452024-12-20T23:01:03.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-20T23:01:03.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-20T23:01:03.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-12-20T23:01:03.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33492024-12-20T23:01:03.391Z
33502024-12-20T23:01:03.391Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33512024-12-20T23:01:04.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-12-20T23:01:04.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-12-20T23:01:04.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-12-20T23:01:04.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33552024-12-20T23:01:04.100Z
33562024-12-20T23:01:04.100Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33572024-12-20T23:01:04.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-12-20T23:01:04.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-12-20T23:01:04.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602024-12-20T23:01:04.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33612024-12-20T23:01:04.805Z
33622024-12-20T23:01:04.805Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33632024-12-20T23:01:05.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-12-20T23:01:05.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-12-20T23:01:05.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662024-12-20T23:01:05.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33672024-12-20T23:01:05.519Z
33682024-12-20T23:01:05.519Zinfo: running `cargo check --bins` on update-common (154/176)
33692024-12-20T23:01:06.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-12-20T23:01:06.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-12-20T23:01:06.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722024-12-20T23:01:06.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33732024-12-20T23:01:06.193Z
33742024-12-20T23:01:06.193Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33752024-12-20T23:01:06.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-12-20T23:01:06.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-12-20T23:01:06.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782024-12-20T23:01:06.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33792024-12-20T23:01:06.862Z
33802024-12-20T23:01:06.862Zinfo: running `cargo check --bins` on tufaceous (156/176)
33812024-12-20T23:01:07.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-12-20T23:01:07.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-12-20T23:01:07.555Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33842024-12-20T23:01:08.818Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33852024-12-20T23:01:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
33862024-12-20T23:01:09.906Z
33872024-12-20T23:01:09.906Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33882024-12-20T23:01:10.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-12-20T23:01:10.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-12-20T23:01:10.789Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33912024-12-20T23:01:10.791Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33922024-12-20T23:01:10.930Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33932024-12-20T23:01:10.933Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33942024-12-20T23:01:11.984Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33952024-12-20T23:01:38.728Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33962024-12-20T23:01:38.730Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33972024-12-20T23:01:38.730Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33982024-12-20T23:01:38.730Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33992024-12-20T23:01:38.730Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34002024-12-20T23:01:39.704Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34012024-12-20T23:01:41.012Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34022024-12-20T23:02:21.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
34032024-12-20T23:02:21.562Z
34042024-12-20T23:02:21.562Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34052024-12-20T23:02:22.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-12-20T23:02:22.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-12-20T23:02:22.286Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34082024-12-20T23:02:22.286Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34092024-12-20T23:02:22.289Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34102024-12-20T23:02:22.424Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34112024-12-20T23:02:22.427Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34122024-12-20T23:02:22.453Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34132024-12-20T23:02:22.455Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34142024-12-20T23:02:22.466Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34152024-12-20T23:02:22.616Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34162024-12-20T23:02:22.662Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34172024-12-20T23:02:22.718Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34182024-12-20T23:02:23.148Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34192024-12-20T23:02:23.173Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34202024-12-20T23:02:23.700Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34212024-12-20T23:02:23.719Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34222024-12-20T23:02:25.394Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34232024-12-20T23:02:25.959Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34242024-12-20T23:02:26.321Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34252024-12-20T23:02:26.425Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34262024-12-20T23:02:28.475Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272024-12-20T23:02:28.475Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282024-12-20T23:02:29.548Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34292024-12-20T23:02:31.162Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34302024-12-20T23:02:37.534Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34312024-12-20T23:02:37.534Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34322024-12-20T23:02:38.753Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34332024-12-20T23:02:39.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s
34342024-12-20T23:02:40.079Z
34352024-12-20T23:02:40.079Zinfo: running `cargo check --bins` on installinator-api (159/176)
34362024-12-20T23:02:40.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372024-12-20T23:02:40.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382024-12-20T23:02:40.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392024-12-20T23:02:40.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34402024-12-20T23:02:40.745Z
34412024-12-20T23:02:40.745Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34422024-12-20T23:02:41.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432024-12-20T23:02:41.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442024-12-20T23:02:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452024-12-20T23:02:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34462024-12-20T23:02:41.415Z
34472024-12-20T23:02:41.415Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34482024-12-20T23:02:42.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492024-12-20T23:02:42.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502024-12-20T23:02:42.122Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34512024-12-20T23:02:42.122Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34522024-12-20T23:02:42.124Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34532024-12-20T23:02:42.124Z Compiling petname v2.0.2
34542024-12-20T23:02:42.125Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34552024-12-20T23:02:42.125Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34562024-12-20T23:02:42.228Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34572024-12-20T23:02:42.258Z Checking sync-ptr v0.1.1
34582024-12-20T23:02:47.837Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34592024-12-20T23:02:48.477Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34602024-12-20T23:02:49.698Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34612024-12-20T23:02:51.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.88s
34622024-12-20T23:02:51.498Z
34632024-12-20T23:02:51.498Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34642024-12-20T23:02:52.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652024-12-20T23:02:52.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662024-12-20T23:02:52.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672024-12-20T23:02:52.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34682024-12-20T23:02:52.184Z
34692024-12-20T23:02:52.184Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34702024-12-20T23:02:52.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712024-12-20T23:02:52.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722024-12-20T23:02:52.863Z Checking memmap2 v0.9.5
34732024-12-20T23:02:52.863Z Checking arrayref v0.3.9
34742024-12-20T23:02:52.866Z Checking arrayvec v0.7.6
34752024-12-20T23:02:52.866Z Checking constant_time_eq v0.3.1
34762024-12-20T23:02:52.866Z Checking spin v0.5.2
34772024-12-20T23:02:52.866Z Checking topological-sort v0.2.2
34782024-12-20T23:02:52.866Z Checking shell-words v1.1.0
34792024-12-20T23:02:53.155Z Checking ring v0.16.20
34802024-12-20T23:02:53.717Z Checking blake3 v1.5.4
34812024-12-20T23:02:54.349Z Checking omicron-zone-package v0.11.1
34822024-12-20T23:02:55.494Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34832024-12-20T23:02:56.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
34842024-12-20T23:02:56.624Z
34852024-12-20T23:02:56.624Zinfo: running `cargo check --bins` on xtask (164/176)
34862024-12-20T23:02:57.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872024-12-20T23:02:57.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882024-12-20T23:02:57.063Z Checking bitflags v2.6.0
34892024-12-20T23:02:57.066Z Checking serde v1.0.215
34902024-12-20T23:02:57.066Z Checking thiserror v1.0.69
34912024-12-20T23:02:57.158Z Checking scroll v0.12.0
34922024-12-20T23:02:57.161Z Checking hashbrown v0.15.1
34932024-12-20T23:02:57.175Z Checking log v0.4.22
34942024-12-20T23:02:57.178Z Checking zerocopy v0.7.35
34952024-12-20T23:02:57.198Z Checking syn v2.0.87
34962024-12-20T23:02:57.261Z Checking pest v2.7.14
34972024-12-20T23:02:57.397Z Checking rustix v0.38.37
34982024-12-20T23:02:57.421Z Checking once_cell v1.20.2
34992024-12-20T23:02:57.610Z Checking goblin v0.8.2
35002024-12-20T23:02:57.716Z Checking fs-err v2.11.0
35012024-12-20T23:02:58.010Z Checking anyhow v1.0.93
35022024-12-20T23:02:58.223Z Checking indexmap v2.6.0
35032024-12-20T23:02:58.395Z Checking tabled v0.15.0
35042024-12-20T23:02:59.288Z Checking terminal_size v0.4.0
35052024-12-20T23:02:59.288Z Checking tempfile v3.13.0
35062024-12-20T23:02:59.471Z Checking clap_builder v4.5.21
35072024-12-20T23:02:59.722Z Checking dtrace-parser v0.2.0
35082024-12-20T23:03:01.452Z Checking serde_json v1.0.133
35092024-12-20T23:03:01.452Z Checking toml_datetime v0.6.8
35102024-12-20T23:03:01.455Z Checking serde_spanned v0.6.8
35112024-12-20T23:03:01.455Z Checking camino v1.1.9
35122024-12-20T23:03:01.455Z Checking cargo-platform v0.1.8
35132024-12-20T23:03:01.669Z Checking semver v1.0.23
35142024-12-20T23:03:01.733Z Checking macaddr v1.0.1
35152024-12-20T23:03:01.759Z Checking clap v4.5.21
35162024-12-20T23:03:01.780Z Checking toml_edit v0.22.22
35172024-12-20T23:03:02.011Z Checking camino-tempfile v1.1.1
35182024-12-20T23:03:02.706Z Checking dof v0.3.0
35192024-12-20T23:03:02.709Z Checking cargo_metadata v0.18.1
35202024-12-20T23:03:03.140Z Checking usdt-impl v0.5.0
35212024-12-20T23:03:03.506Z Checking usdt v0.5.0
35222024-12-20T23:03:03.606Z Checking toml v0.8.19
35232024-12-20T23:03:04.105Z Checking cargo_toml v0.20.5
35242024-12-20T23:03:05.339Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35252024-12-20T23:03:05.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
35262024-12-20T23:03:06.071Z
35272024-12-20T23:03:06.071Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35282024-12-20T23:03:06.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-20T23:03:06.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-20T23:03:06.842Z Checking polyval v0.6.2
35312024-12-20T23:03:06.955Z Checking ctr v0.9.2
35322024-12-20T23:03:06.969Z Checking ssh-encoding v0.2.0
35332024-12-20T23:03:06.972Z Checking blowfish v0.9.1
35342024-12-20T23:03:06.995Z Checking password-hash v0.4.2
35352024-12-20T23:03:06.997Z Checking matches v0.1.10
35362024-12-20T23:03:07.026Z Checking p521 v0.13.3
35372024-12-20T23:03:07.026Z Checking p256 v0.13.2
35382024-12-20T23:03:07.101Z Checking idna v0.2.3
35392024-12-20T23:03:07.179Z Checking ghash v0.5.1
35402024-12-20T23:03:07.179Z Checking bcrypt-pbkdf v0.10.0
35412024-12-20T23:03:07.237Z Compiling enum-as-inner v0.5.1
35422024-12-20T23:03:07.307Z Checking russh-cryptovec v0.7.3
35432024-12-20T23:03:07.356Z Checking aes-gcm v0.10.3
35442024-12-20T23:03:07.399Z Checking pbkdf2 v0.11.0
35452024-12-20T23:03:07.444Z Checking md5 v0.7.0
35462024-12-20T23:03:07.492Z Checking num-bigint v0.4.6
35472024-12-20T23:03:07.518Z Checking des v0.8.1
35482024-12-20T23:03:07.589Z Checking ssh-cipher v0.2.0
35492024-12-20T23:03:07.678Z Checking hex-literal v0.4.1
35502024-12-20T23:03:07.726Z Compiling dhcproto-macros v0.1.0
35512024-12-20T23:03:07.791Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35522024-12-20T23:03:07.818Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35532024-12-20T23:03:07.876Z Checking ssh-key v0.6.6
35542024-12-20T23:03:07.929Z Checking internet-checksum v0.2.1
35552024-12-20T23:03:08.273Z Checking trust-dns-proto v0.22.0
35562024-12-20T23:03:09.185Z Checking russh-keys v0.45.0
35572024-12-20T23:03:10.121Z Checking russh v0.45.0
35582024-12-20T23:03:10.875Z Checking dhcproto v0.12.0
35592024-12-20T23:03:28.431Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35602024-12-20T23:03:29.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.82s
35612024-12-20T23:03:30.099Z
35622024-12-20T23:03:30.099Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35632024-12-20T23:03:30.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642024-12-20T23:03:30.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652024-12-20T23:03:30.755Z Checking termios v0.3.3
35662024-12-20T23:03:30.983Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35672024-12-20T23:03:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
35682024-12-20T23:03:31.945Z
35692024-12-20T23:03:31.945Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35702024-12-20T23:03:32.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712024-12-20T23:03:32.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722024-12-20T23:03:32.656Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35732024-12-20T23:03:32.656Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35742024-12-20T23:03:32.659Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35752024-12-20T23:03:32.659Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35762024-12-20T23:03:33.736Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35772024-12-20T23:03:35.081Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35782024-12-20T23:03:37.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.06s
35792024-12-20T23:03:37.207Z
35802024-12-20T23:03:37.207Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35812024-12-20T23:03:37.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822024-12-20T23:03:37.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832024-12-20T23:03:37.861Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35842024-12-20T23:03:38.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35852024-12-20T23:03:38.538Z
35862024-12-20T23:03:38.538Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35872024-12-20T23:03:39.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882024-12-20T23:03:39.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892024-12-20T23:03:39.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902024-12-20T23:03:39.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35912024-12-20T23:03:39.166Z
35922024-12-20T23:03:39.166Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35932024-12-20T23:03:39.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942024-12-20T23:03:39.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952024-12-20T23:03:39.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962024-12-20T23:03:39.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35972024-12-20T23:03:39.794Z
35982024-12-20T23:03:39.794Zinfo: running `cargo check --bins` on omicron-package (171/176)
35992024-12-20T23:03:40.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002024-12-20T23:03:40.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012024-12-20T23:03:40.499Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36022024-12-20T23:03:41.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
36032024-12-20T23:03:42.099Z
36042024-12-20T23:03:42.099Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36052024-12-20T23:03:42.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062024-12-20T23:03:42.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072024-12-20T23:03:42.824Z Checking rtoolbox v0.0.2
36082024-12-20T23:03:42.827Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36092024-12-20T23:03:42.827Z Checking tui-tree-widget v0.22.0
36102024-12-20T23:03:43.056Z Checking rpassword v7.3.1
36112024-12-20T23:03:47.229Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36122024-12-20T23:03:50.366Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36132024-12-20T23:03:51.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
36142024-12-20T23:03:51.760Z
36152024-12-20T23:03:51.760Zinfo: running `cargo check --bins` on wicket (173/176)
36162024-12-20T23:03:52.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172024-12-20T23:03:52.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182024-12-20T23:03:52.473Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36192024-12-20T23:03:52.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
36202024-12-20T23:03:53.132Z
36212024-12-20T23:03:53.132Zinfo: running `cargo check --bins` on wicketd (174/176)
36222024-12-20T23:03:53.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232024-12-20T23:03:53.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242024-12-20T23:03:53.870Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36252024-12-20T23:03:53.873Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36262024-12-20T23:03:54.756Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36272024-12-20T23:03:58.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
36282024-12-20T23:03:58.920Z
36292024-12-20T23:03:58.920Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36302024-12-20T23:03:59.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312024-12-20T23:03:59.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322024-12-20T23:03:59.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332024-12-20T23:03:59.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36342024-12-20T23:03:59.547Z
36352024-12-20T23:03:59.547Zinfo: running `cargo check --bins` on zone-setup (176/176)
36362024-12-20T23:04:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372024-12-20T23:04:00.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382024-12-20T23:04:00.311Z Checking uzers v0.12.1
36392024-12-20T23:04:00.659Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36402024-12-20T23:04:01.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
36412024-12-20T23:04:02.091Z
36422024-12-20T23:04:02.091Zreal 14:00.654939144
36432024-12-20T23:04:02.091Zuser 26:03.305696483
36442024-12-20T23:04:02.091Zsys 5:56.262919705
36452024-12-20T23:04:02.092Ztrap 0.518654674
36462024-12-20T23:04:02.092Ztflt 2.501907809
36472024-12-20T23:04:02.095Zdflt 2.952827349
36482024-12-20T23:04:02.095Zkflt 0.000987404
36492024-12-20T23:04:02.095Zlock 49:40.995181264
36502024-12-20T23:04:02.095Zslp 2:16:55.670953602
36512024-12-20T23:04:02.095Zlat 1:03.393592470
36522024-12-20T23:04:02.095Zstop 3:35.355376316
36532024-12-20T23:04:02.095Zprocess exited: duration 1159265 ms, exit code 0
 
36542024-12-20T23:04:02.106Zfound 0 output files