01J6FEYSFEMF6MYKK7WWX58FFB: 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: 01J6FEZ5FDRMCFE6H8YFVXYBAQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-29T16:20:39.736Zjob assigned to worker 01J6FEZA4QZM70848X7MWM8G1Q (queued for 52 s)
 
22024-08-29T16:20:46.985Zstarting task 0: "setup"
32024-08-29T16:20:46.991Z++ uname -s
42024-08-29T16:20:46.993Z+ kern=SunOS
52024-08-29T16:20:46.994Z+ case "$kern" in
62024-08-29T16:20:46.994Z+ groupadd -g 12345 build
72024-08-29T16:20:46.996Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-29T16:20:49.006Z+ zfs create -o mountpoint=/work rpool/work
92024-08-29T16:20:49.101Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-29T16:20:49.104Z+ home_fs=zfs
112024-08-29T16:20:49.104Z+ [[ zfs == autofs ]]
122024-08-29T16:20:49.104Z+ mkdir -p /home/build
132024-08-29T16:20:49.107Z+ chown build:build /home/build /work
142024-08-29T16:20:51.108Z+ chmod 0700 /home/build /work
152024-08-29T16:20:51.110Zprocess exited: duration 4126 ms, exit code 0
 
162024-08-29T16:20:51.115Zstarting task 1: "rust-toolchain"
172024-08-29T16:20:51.120Z+ printf ' * toolchain channel = "%s"
182024-08-29T16:20:51.120Z' 1.80.1
192024-08-29T16:20:51.123Z * toolchain channel = "1.80.1"
202024-08-29T16:20:51.123Z+ printf ' * toolchain profile = "%s"
212024-08-29T16:20:51.123Z' default
222024-08-29T16:20:51.123Z * toolchain profile = "default"
232024-08-29T16:20:51.123Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-29T16:20:51.123Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-29T16:20:51.235Zinfo: downloading installer
262024-08-29T16:20:52.513Zinfo: profile set to 'default'
272024-08-29T16:20:52.513Zinfo: default host triple is x86_64-unknown-illumos
282024-08-29T16:20:52.516Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-29T16:20:52.654Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-29T16:20:52.654Zinfo: downloading component 'cargo'
312024-08-29T16:20:53.451Zinfo: downloading component 'clippy'
322024-08-29T16:20:53.738Zinfo: downloading component 'rust-docs'
332024-08-29T16:20:54.850Zinfo: downloading component 'rust-std'
342024-08-29T16:20:56.418Zinfo: downloading component 'rustc'
352024-08-29T16:21:00.824Zinfo: downloading component 'rustfmt'
362024-08-29T16:21:01.058Zinfo: installing component 'cargo'
372024-08-29T16:21:01.874Zinfo: installing component 'clippy'
382024-08-29T16:21:02.243Zinfo: installing component 'rust-docs'
392024-08-29T16:21:03.878Zinfo: installing component 'rust-std'
402024-08-29T16:21:05.525Zinfo: installing component 'rustc'
412024-08-29T16:21:09.760Zinfo: installing component 'rustfmt'
422024-08-29T16:21:10.118Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-29T16:21:10.118Z
442024-08-29T16:21:10.400Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-29T16:21:10.400Z
462024-08-29T16:21:10.403Z
472024-08-29T16:21:10.403ZRust is installed now. Great!
482024-08-29T16:21:10.403Z
492024-08-29T16:21:10.403ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-29T16:21:10.403Zenvironment variable. This has not been done automatically.
512024-08-29T16:21:10.403Z
522024-08-29T16:21:10.403ZTo configure your current shell, you need to source
532024-08-29T16:21:10.403Zthe corresponding env file under $HOME/.cargo.
542024-08-29T16:21:10.403Z
552024-08-29T16:21:10.403ZThis is usually done by running one of the following (note the leading DOT):
562024-08-29T16:21:10.403Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-29T16:21:10.403Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-29T16:21:10.450Z+ rustc --version
592024-08-29T16:21:10.511Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-29T16:21:10.514Zprocess exited: duration 19395 ms, exit code 0
 
612024-08-29T16:21:10.519Zstarting task 2: "authentication"
622024-08-29T16:21:10.539Zprocess exited: duration 19 ms, exit code 0
 
632024-08-29T16:21:10.543Zstarting task 3: "clone repository"
642024-08-29T16:21:10.548Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-29T16:21:10.550Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-29T16:21:10.794ZCloning into '/work/oxidecomputer/omicron'...
672024-08-29T16:21:17.514Z+ cd /work/oxidecomputer/omicron
682024-08-29T16:21:17.514Z+ git fetch origin 5c9ca44f89b2fda75fcde4c96f3391bce8a85110
692024-08-29T16:21:17.852ZFrom https://github.com/oxidecomputer/omicron
702024-08-29T16:21:17.852Z * branch 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 -> FETCH_HEAD
712024-08-29T16:21:17.862Z+ [[ -n eliza/fix-zone-bundle-on-nixos ]]
722024-08-29T16:21:17.864Z++ git branch --show-current
732024-08-29T16:21:17.866Z+ current=main
742024-08-29T16:21:17.867Z+ [[ main != eliza/fix-zone-bundle-on-nixos ]]
752024-08-29T16:21:17.867Z+ git branch -f eliza/fix-zone-bundle-on-nixos 5c9ca44f89b2fda75fcde4c96f3391bce8a85110
762024-08-29T16:21:17.869Z+ git checkout -f eliza/fix-zone-bundle-on-nixos
772024-08-29T16:21:18.020ZSwitched to branch 'eliza/fix-zone-bundle-on-nixos'
782024-08-29T16:21:18.023Z+ git reset --hard 5c9ca44f89b2fda75fcde4c96f3391bce8a85110
792024-08-29T16:21:18.037ZHEAD is now at 5c9ca44f8 Skip `test_disk_usage` if there's no `/usr/bin/du`
802024-08-29T16:21:18.039Zprocess exited: duration 7492 ms, exit code 0
 
812024-08-29T16:21:18.043Zstarting task 4: "build"
822024-08-29T16:21:18.048Z+ cargo --version
832024-08-29T16:21:18.101Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-29T16:21:18.104Z+ rustc --version
852024-08-29T16:21:18.159Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-29T16:21:18.162Z+ source ./env.sh
872024-08-29T16:21:18.162Z++ OLD_SHELL_OPTS=ehxB
882024-08-29T16:21:18.162Z++ set -o xtrace
892024-08-29T16:21:18.164Z++++ dirname ./env.sh
902024-08-29T16:21:18.166Z+++ readlink -f .
912024-08-29T16:21:18.186Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-29T16:21:18.186Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-29T16:21:18.187Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-29T16:21:18.189Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-29T16:21:18.189Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-29T16:21:18.189Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-29T16:21:18.189Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-29T16:21:18.189Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-29T16:21:18.189Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-29T16:21:18.189Z++ case $OLD_SHELL_OPTS in
1012024-08-29T16:21:18.189Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-29T16:21:18.189Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-29T16:21:18.189Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-29T16:21:18.189Z+ banner prerequisites
1052024-08-29T16:21:18.207Z
1062024-08-29T16:21:18.207Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-29T16:21:18.207Z # # # # # # # # # # # # # # #
1082024-08-29T16:21:18.207Z # # # # ##### # # ##### # # # # # #### #
1092024-08-29T16:21:18.207Z ##### ##### # ##### # # # # # # # # #
1102024-08-29T16:21:18.207Z # # # # # # # # # # # # # # #
1112024-08-29T16:21:18.207Z # # # ###### # # ###### ### # #### # #### #
1122024-08-29T16:21:18.207Z
1132024-08-29T16:21:18.210Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-29T16:21:23.728Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-29T16:21:26.292Z Startup: Caching catalogs ... Done
1162024-08-29T16:21:28.233ZPlanning: Solver setup ... Done (1.410s)
1172024-08-29T16:21:28.255ZPlanning: Running solver ... Done (0.023s)
1182024-08-29T16:21:28.414ZPlanning: Finding local manifests ... Done (0.118s)
1192024-08-29T16:21:28.427ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-29T16:21:29.164ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-29T16:21:29.501ZPlanning: Package planning ... Done (0.338s)
1222024-08-29T16:21:29.558ZPlanning: Merging actions ... Done (0.057s)
1232024-08-29T16:21:30.850ZPlanning: Checking for conflicting actions ... Done (1.291s)
1242024-08-29T16:21:42.185ZPlanning: Consolidating action changes ... Done (11.333s)
1252024-08-29T16:21:42.563ZPlanning: Evaluating mediators ... Done (0.377s)
1262024-08-29T16:21:42.784ZPlanning: Planning completed in 16.42 seconds
1272024-08-29T16:21:44.962Z Packages to install: 4
1282024-08-29T16:21:44.962Z Packages to update: 1
1292024-08-29T16:21:44.963Z Mediators to change: 2
1302024-08-29T16:21:44.963Z Services to change: 1
1312024-08-29T16:21:44.965Z Estimated space available: 155.72 GB
1322024-08-29T16:21:44.965ZEstimated space to be consumed: 1.53 GB
1332024-08-29T16:21:44.965Z Create boot environment: No
1342024-08-29T16:21:44.965ZCreate backup boot environment: Yes
1352024-08-29T16:21:44.965Z Rebuild boot archive: No
1362024-08-29T16:21:44.965Z
1372024-08-29T16:21:44.965ZChanged mediators:
1382024-08-29T16:21:44.965Z mediator clang:
1392024-08-29T16:21:44.965Z version: None -> 15 (system default)
1402024-08-29T16:21:44.965Z
1412024-08-29T16:21:44.965Z mediator llvm:
1422024-08-29T16:21:44.965Z version: 14 (system default) -> 15 (system default)
1432024-08-29T16:21:44.965Z
1442024-08-29T16:21:44.965ZChanged packages:
1452024-08-29T16:21:44.965Zhelios-dev
1462024-08-29T16:21:44.966Z developer/build-essential
1472024-08-29T16:21:44.966Z None -> 11-2.0
1482024-08-29T16:21:44.966Z library/libxmlsec1
1492024-08-29T16:21:44.966Z None -> 1.2.35-2.0
1502024-08-29T16:21:44.966Z ooce/developer/clang-15
1512024-08-29T16:21:44.966Z None -> 15.0.7-2.0
1522024-08-29T16:21:44.966Z ooce/developer/llvm-15
1532024-08-29T16:21:44.966Z None -> 15.0.7-2.0
1542024-08-29T16:21:44.966Z package/pkg
1552024-08-29T16:21:44.966Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-29T16:21:44.966Z
1572024-08-29T16:21:44.966ZServices:
1582024-08-29T16:21:44.966Z restart_fmri:
1592024-08-29T16:21:44.966Z svc:/system/update-man-index:default
1602024-08-29T16:21:44.966Z
1612024-08-29T16:21:44.966ZEditable files to change:
1622024-08-29T16:21:44.966Z Update:
1632024-08-29T16:21:44.966Z usr/share/lib/pkg/web/config.shtml
1642024-08-29T16:21:45.584Z
1652024-08-29T16:21:45.584ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-29T16:21:50.585ZDownload: 1190/4281 items 70.8/220.6MB 32% complete (14.2M/s)
1672024-08-29T16:21:55.617ZDownload: 2218/4281 items 119.2/220.6MB 54% complete (12.0M/s)
1682024-08-29T16:22:00.787ZDownload: 3280/4281 items 209.1/220.6MB 94% complete (13.9M/s)
1692024-08-29T16:22:05.770ZDownload: 3873/4281 items 218.5/220.6MB 99% complete (10.0M/s)
1702024-08-29T16:22:09.412ZDownload: Completed 220.60 MB in 23.82 seconds (9.3M/s)
1712024-08-29T16:22:11.385Z Actions: 1/5063 actions (Removing old actions)
1722024-08-29T16:22:11.400Z Actions: 194/5063 actions (Installing new actions)
1732024-08-29T16:22:16.543Z Actions: 4096/5063 actions (Installing new actions)
1742024-08-29T16:22:17.897Z Actions: 4226/5063 actions (Updating modified actions)
1752024-08-29T16:22:18.400Z Actions: Completed 5063 actions in 7.01 seconds.
1762024-08-29T16:22:18.676Z Done (0.268s)
1772024-08-29T16:22:18.678Z Done (0.000s)
1782024-08-29T16:22:19.049Z Done (0.372s)
1792024-08-29T16:22:27.119Z Done (7.896s)
1802024-08-29T16:22:27.691Z Done (0.505s)
1812024-08-29T16:22:27.694Z Done (0.000s)
1822024-08-29T16:22:27.856Z Done (0.000s)
1832024-08-29T16:22:28.428ZPlanning: Evaluating mediator changes ... Done
1842024-08-29T16:22:28.586ZPlanning: Checking for conflicting actions ... Done
1852024-08-29T16:22:28.588ZPlanning: Consolidating action changes ... Done
1862024-08-29T16:22:28.861ZPlanning: Evaluating mediators ... Done
1872024-08-29T16:22:28.863ZPlanning: Planning completed in 0.43 seconds
1882024-08-29T16:22:28.899Z Mediators to change: 2
1892024-08-29T16:22:28.899Z Create boot environment: No
1902024-08-29T16:22:28.899ZCreate backup boot environment: No
1912024-08-29T16:22:28.981Z Done
1922024-08-29T16:22:28.981Z Done
1932024-08-29T16:22:29.214Z Done
1942024-08-29T16:22:32.807Z Done
1952024-08-29T16:22:32.894Z Done
1962024-08-29T16:22:32.897Z Done
1972024-08-29T16:22:33.022Z Done
1982024-08-29T16:22:33.611ZPlanning: Evaluating mediator changes ... Done
1992024-08-29T16:22:33.614ZPlanning: Merging actions ... Done
2002024-08-29T16:22:33.797ZPlanning: Checking for conflicting actions ... Done
2012024-08-29T16:22:33.799ZPlanning: Consolidating action changes ... Done
2022024-08-29T16:22:34.057ZPlanning: Evaluating mediators ... Done
2032024-08-29T16:22:34.111ZPlanning: Planning completed in 0.73 seconds
2042024-08-29T16:22:34.150Z Packages to change: 1
2052024-08-29T16:22:34.152Z Mediators to change: 1
2062024-08-29T16:22:34.153Z Services to change: 1
2072024-08-29T16:22:34.153Z Create boot environment: No
2082024-08-29T16:22:34.153ZCreate backup boot environment: Yes
2092024-08-29T16:22:36.273Z Actions: 1/6 actions (Updating modified actions)
2102024-08-29T16:22:36.348Z Actions: Completed 6 actions in 0.08 seconds.
2112024-08-29T16:22:36.348Z Done
2122024-08-29T16:22:36.348Z Done
2132024-08-29T16:22:36.427Z Done
2142024-08-29T16:22:39.900Z Done
2152024-08-29T16:22:39.988Z Done
2162024-08-29T16:22:39.990Z Done
2172024-08-29T16:22:40.112Z Done
2182024-08-29T16:22:40.530ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2192024-08-29T16:22:40.530Zclang system 15 system
2202024-08-29T16:22:40.530Zcsh system system illumos
2212024-08-29T16:22:40.530Zctags system system illumos
2222024-08-29T16:22:40.530Zgcc vendor 12 vendor
2232024-08-29T16:22:40.531Zgcc system 10 system
2242024-08-29T16:22:40.531Zgcc system 7 system
2252024-08-29T16:22:40.531Zgo system 1.20 system
2262024-08-29T16:22:40.531Zgo system 1.19 system
2272024-08-29T16:22:40.531Zllvm system 15 system
2282024-08-29T16:22:40.531Zllvm system 14 system
2292024-08-29T16:22:40.531Zmariadb system 10.6 system
2302024-08-29T16:22:40.531Zmta vendor vendor dma
2312024-08-29T16:22:40.531Zopenjdk system 17 system
2322024-08-29T16:22:40.531Zopenjdk system 11 system
2332024-08-29T16:22:40.531Zopenjdk system 1.8 system
2342024-08-29T16:22:40.531Zopenssl vendor 3 vendor
2352024-08-29T16:22:40.531Zperl system 5.36 system
2362024-08-29T16:22:40.531Zpostgresql system 15 system
2372024-08-29T16:22:40.531Zpostgresql system 13 system
2382024-08-29T16:22:40.531Zpython vendor 3 vendor
2392024-08-29T16:22:40.531Zpython system 2 system
2402024-08-29T16:22:40.531Zpython3 system 3.11 system
2412024-08-29T16:22:40.531Zruby system 3.0 system
2422024-08-29T16:22:40.531Zwords vendor vendor american-english
2432024-08-29T16:22:40.531Zwords system system australian-english
2442024-08-29T16:22:40.531Zwords system system british-english
2452024-08-29T16:22:40.531Zwords system system canadian-english
2462024-08-29T16:22:40.531Zwords system system french
2472024-08-29T16:22:40.531Zwords system system italian
2482024-08-29T16:22:40.531Zwords system system ngerman
2492024-08-29T16:22:40.531Zwords system system ogerman
2502024-08-29T16:22:40.531Zwords system system spanish
2512024-08-29T16:22:40.851ZPUBLISHER TYPE STATUS P LOCATION
2522024-08-29T16:22:40.851Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2532024-08-29T16:22:42.584ZFMRI IFO
2542024-08-29T16:22:42.584Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2552024-08-29T16:22:42.584Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2562024-08-29T16:22:42.584Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2572024-08-29T16:22:42.584Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2582024-08-29T16:22:42.584Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2592024-08-29T16:22:42.584Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2602024-08-29T16:22:42.584Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2612024-08-29T16:22:42.584Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2622024-08-29T16:22:42.584Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2632024-08-29T16:22:42.584Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-08-29T16:22:42.584Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-08-29T16:22:42.584Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-08-29T16:22:42.584Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-08-29T16:22:43.167Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682024-08-29T16:22:43.450Z Updating git repository `https://github.com/oxidecomputer/zone`
2692024-08-29T16:22:43.738Z Updating crates.io index
2702024-08-29T16:22:43.741Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2712024-08-29T16:22:44.588Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722024-08-29T16:22:45.336Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732024-08-29T16:22:45.578Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2742024-08-29T16:22:47.153Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-08-29T16:22:47.377Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-08-29T16:22:47.631Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-08-29T16:22:48.603Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-08-29T16:22:50.831Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-08-29T16:22:51.792Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-08-29T16:22:52.489Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812024-08-29T16:22:52.759Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-08-29T16:22:53.325Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2832024-08-29T16:22:53.630Z Updating git repository `https://github.com/oxidecomputer/qorb`
2842024-08-29T16:22:53.915Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852024-08-29T16:22:54.240Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2862024-08-29T16:22:54.587Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2872024-08-29T16:22:54.807Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2882024-08-29T16:22:55.060Z Updating git repository `https://github.com/oxidecomputer/clickward`
2892024-08-29T16:22:55.330Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-08-29T16:22:55.638Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-08-29T16:22:56.036Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-08-29T16:22:56.279Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-08-29T16:22:56.748Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-08-29T16:22:57.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952024-08-29T16:22:57.513Z Updating git repository `https://github.com/oxidecomputer/typify`
2962024-08-29T16:22:59.782Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-08-29T16:23:00.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-08-29T16:23:00.475Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-08-29T16:23:00.894Z Updating git repository `https://github.com/oxidecomputer/rfb`
3002024-08-29T16:23:01.920Z Downloading crates ...
3012024-08-29T16:23:01.971Z Downloaded heck v0.4.1
3022024-08-29T16:23:01.974Z Downloaded errno v0.3.9
3032024-08-29T16:23:01.980Z Downloaded equivalent v1.0.1
3042024-08-29T16:23:01.982Z Downloaded once_cell v1.19.0
3052024-08-29T16:23:01.985Z Downloaded autocfg v1.3.0
3062024-08-29T16:23:01.987Z Downloaded colorchoice v1.0.1
3072024-08-29T16:23:02.000Z Downloaded pretty-hex v0.4.1
3082024-08-29T16:23:02.003Z Downloaded usdt-macro v0.5.0
3092024-08-29T16:23:02.003Z Downloaded fastrand v2.1.0
3102024-08-29T16:23:02.005Z Downloaded cfg-if v1.0.0
3112024-08-29T16:23:02.005Z Downloaded cargo_metadata v0.18.1
3122024-08-29T16:23:02.007Z Downloaded block-buffer v0.10.4
3132024-08-29T16:23:02.012Z Downloaded fs-err v2.11.0
3142024-08-29T16:23:02.014Z Downloaded crypto-common v0.1.6
3152024-08-29T16:23:02.015Z Downloaded dof v0.3.0
3162024-08-29T16:23:02.015Z Downloaded byteorder v1.5.0
3172024-08-29T16:23:02.017Z Downloaded usdt-attr-macro v0.5.0
3182024-08-29T16:23:02.020Z Downloaded thiserror-impl v1.0.63
3192024-08-29T16:23:02.020Z Downloaded strsim v0.11.1
3202024-08-29T16:23:02.024Z Downloaded proc-macro-error-attr v1.0.4
3212024-08-29T16:23:02.028Z Downloaded version_check v0.9.5
3222024-08-29T16:23:02.028Z Downloaded pest_generator v2.7.10
3232024-08-29T16:23:02.030Z Downloaded scroll_derive v0.12.0
3242024-08-29T16:23:02.030Z Downloaded smawk v0.3.2
3252024-08-29T16:23:02.030Z Downloaded serde_tokenstream v0.2.2
3262024-08-29T16:23:02.030Z Downloaded itoa v1.0.11
3272024-08-29T16:23:02.033Z Downloaded anstyle v1.0.8
3282024-08-29T16:23:02.035Z Downloaded plain v0.2.3
3292024-08-29T16:23:02.035Z Downloaded clap_derive v4.5.13
3302024-08-29T16:23:02.038Z Downloaded camino-tempfile v1.1.1
3312024-08-29T16:23:02.040Z Downloaded anstyle-query v1.0.3
3322024-08-29T16:23:02.040Z Downloaded tempfile v3.10.1
3332024-08-29T16:23:02.043Z Downloaded quote v1.0.36
3342024-08-29T16:23:02.046Z Downloaded dtrace-parser v0.2.0
3352024-08-29T16:23:02.053Z Downloaded is_terminal_polyfill v1.70.0
3362024-08-29T16:23:02.057Z Downloaded swrite v0.1.0
3372024-08-29T16:23:02.060Z Downloaded textwrap v0.16.1
3382024-08-29T16:23:02.065Z Downloaded unicode-ident v1.0.12
3392024-08-29T16:23:02.068Z Downloaded toml v0.8.19
3402024-08-29T16:23:02.071Z Downloaded typenum v1.17.0
3412024-08-29T16:23:02.073Z Downloaded ryu v1.0.18
3422024-08-29T16:23:02.080Z Downloaded cargo-platform v0.1.8
3432024-08-29T16:23:02.082Z Downloaded generic-array v0.14.7
3442024-08-29T16:23:02.086Z Downloaded fnv v1.0.7
3452024-08-29T16:23:02.088Z Downloaded cpufeatures v0.2.12
3462024-08-29T16:23:02.088Z Downloaded bytecount v0.6.8
3472024-08-29T16:23:02.088Z Downloaded digest v0.10.7
3482024-08-29T16:23:02.091Z Downloaded clap_lex v0.7.0
3492024-08-29T16:23:02.091Z Downloaded anstyle-parse v0.2.4
3502024-08-29T16:23:02.094Z Downloaded memmap v0.7.0
3512024-08-29T16:23:02.096Z Downloaded macaddr v1.0.1
3522024-08-29T16:23:02.098Z Downloaded heck v0.5.0
3532024-08-29T16:23:02.104Z Downloaded thiserror v1.0.63
3542024-08-29T16:23:02.108Z Downloaded serde_spanned v0.6.7
3552024-08-29T16:23:02.110Z Downloaded unicode-linebreak v0.1.5
3562024-08-29T16:23:02.110Z Downloaded utf8parse v0.2.1
3572024-08-29T16:23:02.113Z Downloaded usdt v0.5.0
3582024-08-29T16:23:02.113Z Downloaded anstream v0.6.14
3592024-08-29T16:23:02.115Z Downloaded toml_datetime v0.6.8
3602024-08-29T16:23:02.115Z Downloaded thread-id v4.2.1
3612024-08-29T16:23:02.117Z Downloaded tabled_derive v0.7.0
3622024-08-29T16:23:02.117Z Downloaded terminal_size v0.3.0
3632024-08-29T16:23:02.119Z Downloaded usdt-impl v0.5.0
3642024-08-29T16:23:02.125Z Downloaded cargo_toml v0.20.4
3652024-08-29T16:23:02.128Z Downloaded scroll v0.12.0
3662024-08-29T16:23:02.130Z Downloaded indexmap v2.4.0
3672024-08-29T16:23:02.134Z Downloaded proc-macro-error v1.0.4
3682024-08-29T16:23:02.137Z Downloaded zerocopy-derive v0.7.34
3692024-08-29T16:23:02.141Z Downloaded sha2 v0.10.8
3702024-08-29T16:23:02.144Z Downloaded log v0.4.21
3712024-08-29T16:23:02.147Z Downloaded bitflags v2.6.0
3722024-08-29T16:23:02.153Z Downloaded memchr v2.7.2
3732024-08-29T16:23:02.155Z Downloaded serde v1.0.208
3742024-08-29T16:23:02.158Z Downloaded ucd-trie v0.1.6
3752024-08-29T16:23:02.160Z Downloaded serde_derive v1.0.208
3762024-08-29T16:23:02.163Z Downloaded semver v1.0.23
3772024-08-29T16:23:02.165Z Downloaded proc-macro2 v1.0.86
3782024-08-29T16:23:02.167Z Downloaded pest_meta v2.7.10
3792024-08-29T16:23:02.170Z Downloaded pest v2.7.10
3802024-08-29T16:23:02.174Z Downloaded pest_derive v2.7.10
3812024-08-29T16:23:02.177Z Downloaded papergrid v0.11.0
3822024-08-29T16:23:02.181Z Downloaded clap v4.5.16
3832024-08-29T16:23:02.189Z Downloaded camino v1.1.9
3842024-08-29T16:23:02.192Z Downloaded anyhow v1.0.86
3852024-08-29T16:23:02.197Z Downloaded toml_edit v0.22.20
3862024-08-29T16:23:02.218Z Downloaded zerocopy v0.7.34
3872024-08-29T16:23:02.233Z Downloaded hashbrown v0.14.5
3882024-08-29T16:23:02.238Z Downloaded winnow v0.6.18
3892024-08-29T16:23:02.246Z Downloaded tabled v0.15.0
3902024-08-29T16:23:02.264Z Downloaded serde_json v1.0.125
3912024-08-29T16:23:02.267Z Downloaded syn v1.0.109
3922024-08-29T16:23:02.277Z Downloaded goblin v0.8.2
3932024-08-29T16:23:02.283Z Downloaded syn v2.0.74
3942024-08-29T16:23:02.294Z Downloaded clap_builder v4.5.15
3952024-08-29T16:23:02.302Z Downloaded unicode-width v0.1.13
3962024-08-29T16:23:02.307Z Downloaded rustix v0.38.34
3972024-08-29T16:23:02.327Z Downloaded libc v0.2.158
3982024-08-29T16:23:02.627Z Compiling proc-macro2 v1.0.86
3992024-08-29T16:23:02.627Z Compiling unicode-ident v1.0.12
4002024-08-29T16:23:02.629Z Compiling serde v1.0.208
4012024-08-29T16:23:02.629Z Compiling version_check v0.9.5
4022024-08-29T16:23:02.629Z Compiling thiserror v1.0.63
4032024-08-29T16:23:02.629Z Compiling memchr v2.7.2
4042024-08-29T16:23:02.629Z Compiling libc v0.2.158
4052024-08-29T16:23:02.629Z Compiling ucd-trie v0.1.6
4062024-08-29T16:23:02.864Z Compiling ryu v1.0.18
4072024-08-29T16:23:03.193Z Compiling itoa v1.0.11
4082024-08-29T16:23:03.361Z Compiling once_cell v1.19.0
4092024-08-29T16:23:03.416Z Compiling byteorder v1.5.0
4102024-08-29T16:23:03.650Z Compiling rustix v0.38.34
4112024-08-29T16:23:03.740Z Compiling serde_json v1.0.125
4122024-08-29T16:23:05.042Z Compiling bitflags v2.6.0
4132024-08-29T16:23:05.126Z Compiling usdt-impl v0.5.0
4142024-08-29T16:23:05.145Z Compiling proc-macro-error-attr v1.0.4
4152024-08-29T16:23:05.185Z Compiling syn v1.0.109
4162024-08-29T16:23:05.442Z Compiling proc-macro-error v1.0.4
4172024-08-29T16:23:05.466Z Compiling utf8parse v0.2.1
4182024-08-29T16:23:05.579Z Compiling equivalent v1.0.1
4192024-08-29T16:23:05.604Z Compiling hashbrown v0.14.5
4202024-08-29T16:23:05.626Z Compiling plain v0.2.3
4212024-08-29T16:23:05.689Z Compiling camino v1.1.9
4222024-08-29T16:23:05.739Z Compiling log v0.4.21
4232024-08-29T16:23:05.872Z Compiling quote v1.0.36
4242024-08-29T16:23:05.931Z Compiling thread-id v4.2.1
4252024-08-29T16:23:05.968Z Compiling anstyle-parse v0.2.4
4262024-08-29T16:23:06.126Z Compiling anstyle-query v1.0.3
4272024-08-29T16:23:06.262Z Compiling syn v2.0.74
4282024-08-29T16:23:06.393Z Compiling errno v0.3.9
4292024-08-29T16:23:06.419Z Compiling anstyle v1.0.8
4302024-08-29T16:23:06.621Z Compiling semver v1.0.23
4312024-08-29T16:23:06.718Z Compiling unicode-width v0.1.13
4322024-08-29T16:23:06.861Z Compiling indexmap v2.4.0
4332024-08-29T16:23:06.933Z Compiling is_terminal_polyfill v1.70.0
4342024-08-29T16:23:06.959Z Compiling colorchoice v1.0.1
4352024-08-29T16:23:07.051Z Compiling autocfg v1.3.0
4362024-08-29T16:23:07.110Z Compiling pretty-hex v0.4.1
4372024-08-29T16:23:07.164Z Compiling winnow v0.6.18
4382024-08-29T16:23:07.396Z Compiling anstream v0.6.14
4392024-08-29T16:23:08.012Z Compiling fs-err v2.11.0
4402024-08-29T16:23:08.184Z Compiling fnv v1.0.7
4412024-08-29T16:23:08.187Z Compiling heck v0.4.1
4422024-08-29T16:23:08.275Z Compiling strsim v0.11.1
4432024-08-29T16:23:08.298Z Compiling clap_lex v0.7.0
4442024-08-29T16:23:08.335Z Compiling anyhow v1.0.86
4452024-08-29T16:23:08.664Z Compiling terminal_size v0.3.0
4462024-08-29T16:23:08.797Z Compiling cfg-if v1.0.0
4472024-08-29T16:23:08.854Z Compiling heck v0.5.0
4482024-08-29T16:23:08.896Z Compiling bytecount v0.6.8
4492024-08-29T16:23:08.968Z Compiling fastrand v2.1.0
4502024-08-29T16:23:09.186Z Compiling papergrid v0.11.0
4512024-08-29T16:23:09.351Z Compiling tempfile v3.10.1
4522024-08-29T16:23:09.486Z Compiling clap_builder v4.5.15
4532024-08-29T16:23:09.680Z Compiling memmap v0.7.0
4542024-08-29T16:23:09.794Z Compiling unicode-linebreak v0.1.5
4552024-08-29T16:23:10.027Z Compiling smawk v0.3.2
4562024-08-29T16:23:10.268Z Compiling textwrap v0.16.1
4572024-08-29T16:23:10.836Z Compiling swrite v0.1.0
4582024-08-29T16:23:11.919Z Compiling tabled_derive v0.7.0
4592024-08-29T16:23:13.375Z Compiling tabled v0.15.0
4602024-08-29T16:23:14.535Z Compiling serde_derive v1.0.208
4612024-08-29T16:23:14.537Z Compiling thiserror-impl v1.0.63
4622024-08-29T16:23:14.537Z Compiling zerocopy-derive v0.7.34
4632024-08-29T16:23:14.537Z Compiling scroll_derive v0.12.0
4642024-08-29T16:23:14.732Z Compiling clap_derive v4.5.13
4652024-08-29T16:23:15.937Z Compiling scroll v0.12.0
4662024-08-29T16:23:16.413Z Compiling goblin v0.8.2
4672024-08-29T16:23:16.575Z Compiling zerocopy v0.7.34
4682024-08-29T16:23:17.180Z Compiling pest v2.7.10
4692024-08-29T16:23:18.343Z Compiling clap v4.5.16
4702024-08-29T16:23:19.243Z Compiling pest_meta v2.7.10
4712024-08-29T16:23:20.086Z Compiling pest_generator v2.7.10
4722024-08-29T16:23:21.915Z Compiling pest_derive v2.7.10
4732024-08-29T16:23:22.534Z Compiling dtrace-parser v0.2.0
4742024-08-29T16:23:24.654Z Compiling serde_tokenstream v0.2.2
4752024-08-29T16:23:24.690Z Compiling toml_datetime v0.6.8
4762024-08-29T16:23:24.692Z Compiling serde_spanned v0.6.7
4772024-08-29T16:23:25.020Z Compiling toml_edit v0.22.20
4782024-08-29T16:23:25.050Z Compiling cargo-platform v0.1.8
4792024-08-29T16:23:25.232Z Compiling macaddr v1.0.1
4802024-08-29T16:23:25.347Z Compiling camino-tempfile v1.1.1
4812024-08-29T16:23:26.063Z Compiling dof v0.3.0
4822024-08-29T16:23:26.146Z Compiling cargo_metadata v0.18.1
4832024-08-29T16:23:27.742Z Compiling usdt-macro v0.5.0
4842024-08-29T16:23:27.742Z Compiling usdt-attr-macro v0.5.0
4852024-08-29T16:23:27.864Z Compiling toml v0.8.19
4862024-08-29T16:23:28.726Z Compiling cargo_toml v0.20.4
4872024-08-29T16:23:29.125Z Compiling usdt v0.5.0
4882024-08-29T16:23:32.322Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-08-29T16:23:36.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.41s
4902024-08-29T16:23:36.613Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-08-29T16:23:37.147Z Downloading crates ...
4922024-08-29T16:23:37.260Z Downloaded addr2line v0.21.0
4932024-08-29T16:23:37.265Z Downloaded array-init v0.0.4
4942024-08-29T16:23:37.271Z Downloaded aead v0.5.2
4952024-08-29T16:23:37.277Z Downloaded arrayvec v0.7.4
4962024-08-29T16:23:37.284Z Downloaded cfg_aliases v0.1.1
4972024-08-29T16:23:37.286Z Downloaded atomicwrites v0.4.3
4982024-08-29T16:23:37.289Z Downloaded bitstruct_derive v0.1.0
4992024-08-29T16:23:37.296Z Downloaded crunchy v0.2.2
5002024-08-29T16:23:37.299Z Downloaded cstr-argument v0.1.2
5012024-08-29T16:23:37.306Z Downloaded bitflags v1.3.2
5022024-08-29T16:23:37.310Z Downloaded async-stream v0.3.5
5032024-08-29T16:23:37.312Z Downloaded bit-set v0.5.3
5042024-08-29T16:23:37.315Z Downloaded ascii-canvas v3.0.0
5052024-08-29T16:23:37.318Z Downloaded newline-converter v0.3.0
5062024-08-29T16:23:37.318Z Downloaded castaway v0.2.3
5072024-08-29T16:23:37.320Z Downloaded convert_case v0.4.0
5082024-08-29T16:23:37.322Z Downloaded bitfield v0.14.0
5092024-08-29T16:23:37.324Z Downloaded block-padding v0.3.3
5102024-08-29T16:23:37.324Z Downloaded is-terminal v0.4.12
5112024-08-29T16:23:37.327Z Downloaded base16ct v0.2.0
5122024-08-29T16:23:37.329Z Downloaded crossbeam-deque v0.8.5
5132024-08-29T16:23:37.331Z Downloaded impl-trait-for-tuples v0.2.2
5142024-08-29T16:23:37.333Z Downloaded colored v2.1.0
5152024-08-29T16:23:37.335Z Downloaded number_prefix v0.4.0
5162024-08-29T16:23:37.338Z Downloaded ciborium-ll v0.2.2
5172024-08-29T16:23:37.338Z Downloaded indent_write v2.2.0
5182024-08-29T16:23:37.340Z Downloaded defmt-macros v0.3.9
5192024-08-29T16:23:37.343Z Downloaded num-conv v0.1.0
5202024-08-29T16:23:37.345Z Downloaded async-trait v0.1.81
5212024-08-29T16:23:37.347Z Downloaded oso-derive v0.27.3
5222024-08-29T16:23:37.348Z Downloaded libsw v3.3.1
5232024-08-29T16:23:37.350Z Downloaded async-stream-impl v0.3.5
5242024-08-29T16:23:37.352Z Downloaded maplit v1.0.2
5252024-08-29T16:23:37.352Z Downloaded curve25519-dalek-derive v0.1.1
5262024-08-29T16:23:37.352Z Downloaded instability v0.3.2
5272024-08-29T16:23:37.355Z Downloaded mockall v0.13.0
5282024-08-29T16:23:37.357Z Downloaded async-bb8-diesel v0.2.1
5292024-08-29T16:23:37.359Z Downloaded assert_matches v1.5.0
5302024-08-29T16:23:37.359Z Downloaded bitstruct v0.1.1
5312024-08-29T16:23:37.361Z Downloaded atty v0.2.14
5322024-08-29T16:23:37.364Z Downloaded mime v0.3.17
5332024-08-29T16:23:37.364Z Downloaded lazycell v1.3.0
5342024-08-29T16:23:37.366Z Downloaded openssl-macros v0.1.1
5352024-08-29T16:23:37.366Z Downloaded nanorand v0.7.0
5362024-08-29T16:23:37.368Z Downloaded lru-cache v0.1.2
5372024-08-29T16:23:37.368Z Downloaded lalrpop-util v0.19.12
5382024-08-29T16:23:37.371Z Downloaded kstat-rs v0.2.4
5392024-08-29T16:23:37.374Z Downloaded nibble_vec v0.1.0
5402024-08-29T16:23:37.374Z Downloaded maybe-uninit v2.0.0
5412024-08-29T16:23:37.376Z Downloaded is_ci v1.2.0
5422024-08-29T16:23:37.376Z Downloaded indoc v1.0.9
5432024-08-29T16:23:37.379Z Downloaded darling_macro v0.20.9
5442024-08-29T16:23:37.381Z Downloaded crucible-workspace-hack v0.1.0
5452024-08-29T16:23:37.381Z Downloaded ciborium-io v0.2.2
5462024-08-29T16:23:37.381Z Downloaded atomic-waker v1.1.2
5472024-08-29T16:23:37.383Z Downloaded num_enum_derive v0.5.11
5482024-08-29T16:23:37.385Z Downloaded bcs v0.1.6
5492024-08-29T16:23:37.387Z Downloaded backoff v0.4.0
5502024-08-29T16:23:37.390Z Downloaded packed_struct v0.10.1
5512024-08-29T16:23:37.390Z Downloaded keccak v0.1.5
5522024-08-29T16:23:37.392Z Downloaded new_debug_unreachable v1.0.6
5532024-08-29T16:23:37.392Z Downloaded debug-ignore v1.0.5
5542024-08-29T16:23:37.394Z Downloaded cookie_store v0.20.0
5552024-08-29T16:23:37.396Z Downloaded native-tls v0.2.11
5562024-08-29T16:23:37.399Z Downloaded memmap2 v0.9.4
5572024-08-29T16:23:37.404Z Downloaded csv-core v0.1.11
5582024-08-29T16:23:37.406Z Downloaded cookie v0.17.0
5592024-08-29T16:23:37.406Z Downloaded newtype_derive v0.1.6
5602024-08-29T16:23:37.406Z Downloaded ipnet v2.9.0
5612024-08-29T16:23:37.408Z Downloaded match_cfg v0.1.0
5622024-08-29T16:23:37.409Z Downloaded hyper-staticfile v0.9.5
5632024-08-29T16:23:37.411Z Downloaded data-encoding v2.6.0
5642024-08-29T16:23:37.413Z Downloaded sqlparser_derive v0.2.2
5652024-08-29T16:23:37.413Z Downloaded multer v3.1.0
5662024-08-29T16:23:37.415Z Downloaded lock_api v0.4.12
5672024-08-29T16:23:37.418Z Downloaded newtype-uuid v1.1.0
5682024-08-29T16:23:37.420Z Downloaded bit-vec v0.6.3
5692024-08-29T16:23:37.420Z Downloaded arrayref v0.3.7
5702024-08-29T16:23:37.422Z Downloaded async-recursion v1.1.1
5712024-08-29T16:23:37.425Z Downloaded opaque-debug v0.3.1
5722024-08-29T16:23:37.427Z Downloaded openssl-probe v0.1.5
5732024-08-29T16:23:37.427Z Downloaded normalize-line-endings v0.3.0
5742024-08-29T16:23:37.429Z Downloaded cassowary v0.3.0
5752024-08-29T16:23:37.429Z Downloaded bitfield-struct v0.6.1
5762024-08-29T16:23:37.432Z Downloaded bb8 v0.8.5
5772024-08-29T16:23:37.432Z Downloaded chacha20 v0.9.1
5782024-08-29T16:23:37.434Z Downloaded num_threads v0.1.7
5792024-08-29T16:23:37.437Z Downloaded cexpr v0.6.0
5802024-08-29T16:23:37.437Z Downloaded const_format_proc_macros v0.2.32
5812024-08-29T16:23:37.440Z Downloaded num-iter v0.1.45
5822024-08-29T16:23:37.442Z Downloaded crc v3.2.1
5832024-08-29T16:23:37.445Z Downloaded constant_time_eq v0.3.0
5842024-08-29T16:23:37.445Z Downloaded sync_wrapper v0.1.2
5852024-08-29T16:23:37.448Z Downloaded strip-ansi-escapes v0.2.0
5862024-08-29T16:23:37.448Z Downloaded tower-service v0.3.2
5872024-08-29T16:23:37.450Z Downloaded parking_lot_core v0.9.10
5882024-08-29T16:23:37.450Z Downloaded thiserror-impl-no-std v2.0.2
5892024-08-29T16:23:37.453Z Downloaded parking_lot v0.11.2
5902024-08-29T16:23:37.455Z Downloaded inout v0.1.3
5912024-08-29T16:23:37.455Z Downloaded multimap v0.10.0
5922024-08-29T16:23:37.458Z Downloaded cobs v0.2.3
5932024-08-29T16:23:37.458Z Downloaded lazy_static v1.5.0
5942024-08-29T16:23:37.460Z Downloaded md-5 v0.10.6
5952024-08-29T16:23:37.463Z Downloaded hubpack v0.1.2
5962024-08-29T16:23:37.463Z Downloaded signature v2.2.0
5972024-08-29T16:23:37.465Z Downloaded ipnetwork v0.20.0
5982024-08-29T16:23:37.465Z Downloaded nu-ansi-term v0.50.0
5992024-08-29T16:23:37.468Z Downloaded lru v0.12.3
6002024-08-29T16:23:37.470Z Downloaded crc32fast v1.4.0
6012024-08-29T16:23:37.472Z Downloaded diesel_table_macro_syntax v0.2.0
6022024-08-29T16:23:37.472Z Downloaded crossbeam-utils v0.8.19
6032024-08-29T16:23:37.475Z Downloaded indexmap v1.9.3
6042024-08-29T16:23:37.478Z Downloaded clang-sys v1.7.0
6052024-08-29T16:23:37.481Z Downloaded bytes v1.7.1
6062024-08-29T16:23:37.484Z Downloaded ciborium v0.2.2
6072024-08-29T16:23:37.487Z Downloaded flagset v0.4.5
6082024-08-29T16:23:37.490Z Downloaded peg-runtime v0.8.3
6092024-08-29T16:23:37.490Z Downloaded managed v0.8.0
6102024-08-29T16:23:37.492Z Downloaded linked-hash-map v0.5.6
6112024-08-29T16:23:37.494Z Downloaded spin v0.5.2
6122024-08-29T16:23:37.494Z Downloaded structmeta v0.2.0
6132024-08-29T16:23:37.497Z Downloaded num_enum v0.5.11
6142024-08-29T16:23:37.501Z Downloaded num v0.4.3
6152024-08-29T16:23:37.504Z Downloaded olpc-cjson v0.1.3
6162024-08-29T16:23:37.504Z Downloaded num-integer v0.1.46
6172024-08-29T16:23:37.507Z Downloaded ascii v1.1.0
6182024-08-29T16:23:37.507Z Downloaded omicron-zone-package v0.11.0
6192024-08-29T16:23:37.509Z Downloaded bzip2 v0.4.4
6202024-08-29T16:23:37.512Z Downloaded packed_struct_codegen v0.10.1
6212024-08-29T16:23:37.514Z Downloaded num-derive v0.4.2
6222024-08-29T16:23:37.516Z Downloaded nodrop v0.1.14
6232024-08-29T16:23:37.516Z Downloaded vte_generate_state_changes v0.1.1
6242024-08-29T16:23:37.516Z Downloaded supports-color v3.0.0
6252024-08-29T16:23:37.519Z Downloaded subtle v2.5.0
6262024-08-29T16:23:37.519Z Downloaded psl-types v2.0.11
6272024-08-29T16:23:37.521Z Downloaded num-traits v0.2.19
6282024-08-29T16:23:37.524Z Downloaded smallvec v0.6.14
6292024-08-29T16:23:37.526Z Downloaded zeroize v1.7.0
6302024-08-29T16:23:37.526Z Downloaded wait-timeout v0.2.0
6312024-08-29T16:23:37.528Z Downloaded blake2 v0.10.6
6322024-08-29T16:23:37.530Z Downloaded arc-swap v1.7.1
6332024-08-29T16:23:37.533Z Downloaded jobserver v0.1.32
6342024-08-29T16:23:37.535Z Downloaded serde_with_macros v3.9.0
6352024-08-29T16:23:37.538Z Downloaded memoffset v0.9.1
6362024-08-29T16:23:37.540Z Downloaded darling_core v0.20.9
6372024-08-29T16:23:37.543Z Downloaded chacha20poly1305 v0.10.1
6382024-08-29T16:23:37.546Z Downloaded base64 v0.21.7
6392024-08-29T16:23:37.549Z Downloaded linear-map v1.2.0
6402024-08-29T16:23:37.552Z Downloaded ahash v0.8.11
6412024-08-29T16:23:37.554Z Downloaded tinyvec_macros v0.1.1
6422024-08-29T16:23:37.557Z Downloaded darling v0.20.9
6432024-08-29T16:23:37.560Z Downloaded ena v0.14.3
6442024-08-29T16:23:37.563Z Downloaded group v0.13.0
6452024-08-29T16:23:37.563Z Downloaded glob v0.3.1
6462024-08-29T16:23:37.565Z Downloaded fallible-iterator v0.2.0
6472024-08-29T16:23:37.565Z Downloaded dropshot_endpoint v0.10.1
6482024-08-29T16:23:37.568Z Downloaded funty v2.0.0
6492024-08-29T16:23:37.568Z Downloaded crc-any v2.5.0
6502024-08-29T16:23:37.570Z Downloaded slog-envlogger v2.2.0
6512024-08-29T16:23:37.573Z Downloaded hash32 v0.3.1
6522024-08-29T16:23:37.573Z Downloaded smallvec v1.13.2
6532024-08-29T16:23:37.575Z Downloaded try-lock v0.2.5
6542024-08-29T16:23:37.577Z Downloaded waitgroup v0.1.2
6552024-08-29T16:23:37.577Z Downloaded float-ord v0.3.2
6562024-08-29T16:23:37.580Z Downloaded owo-colors v4.0.0
6572024-08-29T16:23:37.582Z Downloaded hash32 v0.2.1
6582024-08-29T16:23:37.582Z Downloaded pkg-config v0.3.30
6592024-08-29T16:23:37.585Z Downloaded parse-display v0.10.0
6602024-08-29T16:23:37.585Z Downloaded cancel-safe-futures v0.1.5
6612024-08-29T16:23:37.588Z Downloaded predicates-core v1.0.6
6622024-08-29T16:23:37.590Z Downloaded tokio-native-tls v0.3.1
6632024-08-29T16:23:37.592Z Downloaded parking_lot_core v0.8.6
6642024-08-29T16:23:37.595Z Downloaded tiny-keccak v2.0.2
6652024-08-29T16:23:37.597Z Downloaded mime_guess v2.0.4
6662024-08-29T16:23:37.599Z Downloaded tracing-attributes v0.1.27
6672024-08-29T16:23:37.602Z Downloaded path-slash v0.1.5
6682024-08-29T16:23:37.602Z Downloaded cc v1.0.97
6692024-08-29T16:23:37.604Z Downloaded serde_arrays v0.1.0
6702024-08-29T16:23:37.607Z Downloaded scheduled-thread-pool v0.2.7
6712024-08-29T16:23:37.607Z Downloaded rustfmt-wrapper v0.2.1
6722024-08-29T16:23:37.610Z Downloaded rustc_version v0.4.0
6732024-08-29T16:23:37.610Z Downloaded const_format v0.2.32
6742024-08-29T16:23:37.614Z Downloaded buf-list v1.0.3
6752024-08-29T16:23:37.617Z Downloaded shell-words v1.1.0
6762024-08-29T16:23:37.619Z Downloaded allocator-api2 v0.2.18
6772024-08-29T16:23:37.621Z Downloaded slog-stdlog v4.1.1
6782024-08-29T16:23:37.624Z Downloaded yasna v0.5.2
6792024-08-29T16:23:37.626Z Downloaded vte v0.11.1
6802024-08-29T16:23:37.628Z Downloaded sqlformat v0.2.4
6812024-08-29T16:23:37.631Z Downloaded stable_deref_trait v1.2.0
6822024-08-29T16:23:37.631Z Downloaded tls_codec v0.4.1
6832024-08-29T16:23:37.633Z Downloaded slog-async v2.8.0
6842024-08-29T16:23:37.635Z Downloaded take_mut v0.2.2
6852024-08-29T16:23:37.635Z Downloaded pem v3.0.4
6862024-08-29T16:23:37.635Z Downloaded globset v0.4.14
6872024-08-29T16:23:37.638Z Downloaded mockall_derive v0.13.0
6882024-08-29T16:23:37.640Z Downloaded fragile v2.0.0
6892024-08-29T16:23:37.643Z Downloaded zone_cfg_derive v0.1.2
6902024-08-29T16:23:37.643Z Downloaded uzers v0.11.3
6912024-08-29T16:23:37.645Z Downloaded utf-8 v0.7.6
6922024-08-29T16:23:37.645Z Downloaded unicase v2.7.0
6932024-08-29T16:23:37.648Z Downloaded float-cmp v0.9.0
6942024-08-29T16:23:37.650Z Downloaded parking_lot v0.12.2
6952024-08-29T16:23:37.652Z Downloaded futures-sink v0.3.30
6962024-08-29T16:23:37.652Z Downloaded base64 v0.13.1
6972024-08-29T16:23:37.655Z Downloaded pkcs8 v0.10.2
6982024-08-29T16:23:37.658Z Downloaded peg-macros v0.8.4
6992024-08-29T16:23:37.660Z Downloaded hex v0.4.3
7002024-08-29T16:23:37.662Z Downloaded enum-as-inner v0.6.0
7012024-08-29T16:23:37.665Z Downloaded rtoolbox v0.0.2
7022024-08-29T16:23:37.665Z Downloaded quick-error v1.2.3
7032024-08-29T16:23:37.667Z Downloaded oso v0.27.3
7042024-08-29T16:23:37.677Z Downloaded indicatif v0.17.8
7052024-08-29T16:23:37.682Z Downloaded pbkdf2 v0.12.2
7062024-08-29T16:23:37.684Z Downloaded rand_xorshift v0.3.0
7072024-08-29T16:23:37.686Z Downloaded minimal-lexical v0.2.1
7082024-08-29T16:23:37.689Z Downloaded ppv-lite86 v0.2.17
7092024-08-29T16:23:37.691Z Downloaded ident_case v1.0.1
7102024-08-29T16:23:37.694Z Downloaded proc-macro-crate v1.3.1
7112024-08-29T16:23:37.694Z Downloaded resolv-conf v0.7.0
7122024-08-29T16:23:37.696Z Downloaded slog-term v2.9.1
7132024-08-29T16:23:37.699Z Downloaded zerocopy v0.6.6
7142024-08-29T16:23:37.701Z Downloaded rand_seeder v0.3.0
7152024-08-29T16:23:37.701Z Downloaded serde_plain v1.0.2
7162024-08-29T16:23:37.704Z Downloaded salsa20 v0.10.2
7172024-08-29T16:23:37.706Z Downloaded toml v0.7.8
7182024-08-29T16:23:37.709Z Downloaded serde-big-array v0.5.1
7192024-08-29T16:23:37.711Z Downloaded futures-task v0.3.30
7202024-08-29T16:23:37.711Z Downloaded futures-macro v0.3.30
7212024-08-29T16:23:37.711Z Downloaded rusty-fork v0.3.0
7222024-08-29T16:23:37.714Z Downloaded want v0.3.1
7232024-08-29T16:23:37.717Z Downloaded toolchain_find v0.4.0
7242024-08-29T16:23:37.717Z Downloaded slog-bunyan v2.5.0
7252024-08-29T16:23:37.717Z Downloaded serde_repr v0.1.19
7262024-08-29T16:23:37.719Z Downloaded tap v1.0.1
7272024-08-29T16:23:37.723Z Downloaded tui-tree-widget v0.22.0
7282024-08-29T16:23:37.723Z Downloaded tokio-tungstenite v0.21.0
7292024-08-29T16:23:37.725Z Downloaded either v1.13.0
7302024-08-29T16:23:37.728Z Downloaded difflib v0.4.0
7312024-08-29T16:23:37.728Z Downloaded walkdir v2.5.0
7322024-08-29T16:23:37.730Z Downloaded vsss-rs v3.3.4
7332024-08-29T16:23:37.733Z Downloaded pkcs5 v0.7.1
7342024-08-29T16:23:37.735Z Downloaded base64 v0.22.1
7352024-08-29T16:23:37.739Z Downloaded wyz v0.5.1
7362024-08-29T16:23:37.741Z Downloaded compact_str v0.8.0
7372024-08-29T16:23:37.744Z Downloaded backtrace v0.3.71
7382024-08-29T16:23:37.749Z Downloaded foreign-types-shared v0.1.1
7392024-08-29T16:23:37.751Z Downloaded fallible-streaming-iterator v0.1.9
7402024-08-29T16:23:37.751Z Downloaded pin-project-internal v1.1.5
7412024-08-29T16:23:37.753Z Downloaded signal-hook v0.3.17
7422024-08-29T16:23:37.756Z Downloaded futures-io v0.3.30
7432024-08-29T16:23:37.758Z Downloaded headers-core v0.2.0
7442024-08-29T16:23:37.758Z Downloaded foreign-types-shared v0.3.1
7452024-08-29T16:23:37.760Z Downloaded parse-size v1.0.0
7462024-08-29T16:23:37.760Z Downloaded serde_derive_internals v0.29.1
7472024-08-29T16:23:37.763Z Downloaded libm v0.2.8
7482024-08-29T16:23:37.768Z Downloaded uuid v1.10.0
7492024-08-29T16:23:37.772Z Downloaded rpassword v7.3.1
7502024-08-29T16:23:37.774Z Downloaded test-strategy v0.3.1
7512024-08-29T16:23:37.777Z Downloaded phf v0.11.2
7522024-08-29T16:23:37.779Z Downloaded time-core v0.1.2
7532024-08-29T16:23:37.779Z Downloaded serde-hex v0.1.0
7542024-08-29T16:23:37.782Z Downloaded percent-encoding v2.3.1
7552024-08-29T16:23:37.782Z Downloaded secrecy v0.8.0
7562024-08-29T16:23:37.784Z Downloaded endian-type v0.1.2
7572024-08-29T16:23:37.784Z Downloaded ref-cast-impl v1.0.23
7582024-08-29T16:23:37.786Z Downloaded radium v0.7.0
7592024-08-29T16:23:37.786Z Downloaded strum_macros v0.26.4
7602024-08-29T16:23:37.789Z Downloaded sha1 v0.10.6
7612024-08-29T16:23:37.791Z Downloaded serde_urlencoded v0.7.1
7622024-08-29T16:23:37.794Z Downloaded scopeguard v1.2.0
7632024-08-29T16:23:37.794Z Downloaded topological-sort v0.2.2
7642024-08-29T16:23:37.796Z Downloaded tls_codec_derive v0.4.1
7652024-08-29T16:23:37.796Z Downloaded term v0.7.0
7662024-08-29T16:23:37.799Z Downloaded spin v0.9.8
7672024-08-29T16:23:37.801Z Downloaded tokio-stream v0.1.15
7682024-08-29T16:23:37.806Z Downloaded structmeta-derive v0.2.0
7692024-08-29T16:23:37.808Z Downloaded tracing v0.1.40
7702024-08-29T16:23:37.812Z Downloaded crypto-bigint v0.5.5
7712024-08-29T16:23:37.818Z Downloaded precomputed-hash v0.1.1
7722024-08-29T16:23:37.820Z Downloaded httpdate v1.0.3
7732024-08-29T16:23:37.821Z Downloaded getopts v0.2.21
7742024-08-29T16:23:37.823Z Downloaded schemars v0.8.21
7752024-08-29T16:23:37.833Z Downloaded diesel_derives v2.2.2
7762024-08-29T16:23:37.838Z Downloaded derive_builder_macro v0.20.0
7772024-08-29T16:23:37.840Z Downloaded r2d2 v0.8.10
7782024-08-29T16:23:37.840Z Downloaded paste v1.0.15
7792024-08-29T16:23:37.843Z Downloaded nom v7.1.3
7802024-08-29T16:23:37.849Z Downloaded foreign-types-macros v0.2.3
7812024-08-29T16:23:37.851Z Downloaded display-error-chain v0.2.1
7822024-08-29T16:23:37.854Z Downloaded twox-hash v1.6.3
7832024-08-29T16:23:37.854Z Downloaded rustc-hash v1.1.0
7842024-08-29T16:23:37.856Z Downloaded sec1 v0.7.3
7852024-08-29T16:23:37.858Z Downloaded tabwriter v1.4.0
7862024-08-29T16:23:37.858Z Downloaded slog v2.7.0
7872024-08-29T16:23:37.861Z Downloaded strum v0.26.3
7882024-08-29T16:23:37.869Z Downloaded zeroize_derive v1.4.2
7892024-08-29T16:23:37.869Z Downloaded socket2 v0.5.7
7902024-08-29T16:23:37.869Z Downloaded structmeta v0.3.0
7912024-08-29T16:23:37.869Z Downloaded stringprep v0.1.4
7922024-08-29T16:23:37.869Z Downloaded xattr v1.3.1
7932024-08-29T16:23:37.872Z Downloaded http-body v0.4.6
7942024-08-29T16:23:37.872Z Downloaded termcolor v1.4.1
7952024-08-29T16:23:37.874Z Downloaded fatfs v0.3.6
7962024-08-29T16:23:37.876Z Downloaded static_assertions v1.1.0
7972024-08-29T16:23:37.879Z Downloaded vergen v8.3.2
7982024-08-29T16:23:37.881Z Downloaded fxhash v0.2.1
7992024-08-29T16:23:37.881Z Downloaded fallible-iterator v0.3.0
8002024-08-29T16:23:37.884Z Downloaded rustc-demangle v0.1.24
8012024-08-29T16:23:37.887Z Downloaded publicsuffix v2.2.3
8022024-08-29T16:23:37.889Z Downloaded postgres-types v0.2.7
8032024-08-29T16:23:37.889Z Downloaded postgres-protocol v0.6.7
8042024-08-29T16:23:37.892Z Downloaded same-file v1.0.6
8052024-08-29T16:23:37.894Z Downloaded pin-utils v0.1.0
8062024-08-29T16:23:37.894Z Downloaded fd-lock v4.0.2
8072024-08-29T16:23:37.897Z Downloaded powerfmt v0.2.0
8082024-08-29T16:23:37.899Z Downloaded foreign-types v0.5.0
8092024-08-29T16:23:37.899Z Downloaded smf v0.2.3
8102024-08-29T16:23:37.901Z Downloaded crossterm v0.28.1
8112024-08-29T16:23:37.906Z Downloaded slog-scope v4.4.0
8122024-08-29T16:23:37.908Z Downloaded signal-hook-registry v1.4.2
8132024-08-29T16:23:37.911Z Downloaded prettyplease v0.2.20
8142024-08-29T16:23:37.913Z Downloaded untrusted v0.9.0
8152024-08-29T16:23:37.915Z Downloaded mio v1.0.2
8162024-08-29T16:23:37.919Z Downloaded password-hash v0.5.0
8172024-08-29T16:23:37.922Z Downloaded portpicker v0.1.1
8182024-08-29T16:23:37.925Z Downloaded phf_shared v0.10.0
8192024-08-29T16:23:37.925Z Downloaded futures-core v0.3.30
8202024-08-29T16:23:37.925Z Downloaded expectorate v1.1.0
8212024-08-29T16:23:37.927Z Downloaded socket2 v0.4.10
8222024-08-29T16:23:37.930Z Downloaded sct v0.7.1
8232024-08-29T16:23:37.932Z Downloaded pretty-hex v0.2.1
8242024-08-29T16:23:37.935Z Downloaded hyper-tls v0.5.0
8252024-08-29T16:23:37.935Z Downloaded parse-display-derive v0.10.0
8262024-08-29T16:23:37.938Z Downloaded form_urlencoded v1.2.1
8272024-08-29T16:23:37.938Z Downloaded strum_macros v0.24.3
8282024-08-29T16:23:37.940Z Downloaded structmeta-derive v0.3.0
8292024-08-29T16:23:37.940Z Downloaded slab v0.4.9
8302024-08-29T16:23:37.943Z Downloaded subprocess v0.2.9
8312024-08-29T16:23:37.945Z Downloaded tungstenite v0.21.0
8322024-08-29T16:23:37.948Z Downloaded tinyvec v1.6.0
8332024-08-29T16:23:37.950Z Downloaded num-bigint-dig v0.8.4
8342024-08-29T16:23:37.955Z Downloaded tracing-core v0.1.32
8352024-08-29T16:23:37.958Z Downloaded unarray v0.1.4
8362024-08-29T16:23:37.960Z Downloaded diff v0.1.13
8372024-08-29T16:23:37.962Z Downloaded downcast v0.11.0
8382024-08-29T16:23:37.965Z Downloaded httparse v1.8.0
8392024-08-29T16:23:37.967Z Downloaded libxml v0.3.3
8402024-08-29T16:23:37.971Z Downloaded deranged v0.3.11
8412024-08-29T16:23:37.973Z Downloaded home v0.5.9
8422024-08-29T16:23:37.973Z Downloaded erased-serde v0.3.31
8432024-08-29T16:23:37.976Z Downloaded derive_more v0.99.18
8442024-08-29T16:23:37.980Z Downloaded rand_core v0.6.4
8452024-08-29T16:23:37.983Z Downloaded sigpipe v0.1.3
8462024-08-29T16:23:37.985Z Downloaded snafu-derive v0.8.2
8472024-08-29T16:23:37.985Z Downloaded signal-hook-mio v0.2.4
8482024-08-29T16:23:37.988Z Downloaded predicates-tree v1.0.9
8492024-08-29T16:23:37.988Z Downloaded predicates v3.1.2
8502024-08-29T16:23:37.990Z Downloaded rand_chacha v0.3.1
8512024-08-29T16:23:37.993Z Downloaded hubpack_derive v0.1.1
8522024-08-29T16:23:37.993Z Downloaded itertools v0.13.0
8532024-08-29T16:23:37.998Z Downloaded strum_macros v0.25.3
8542024-08-29T16:23:38.001Z Downloaded embedded-io v0.4.0
8552024-08-29T16:23:38.003Z Downloaded string_cache v0.8.7
8562024-08-29T16:23:38.005Z Downloaded foreign-types v0.3.2
8572024-08-29T16:23:38.005Z Downloaded futures-channel v0.3.30
8582024-08-29T16:23:38.008Z Downloaded der_derive v0.7.2
8592024-08-29T16:23:38.008Z Downloaded untrusted v0.7.1
8602024-08-29T16:23:38.010Z Downloaded universal-hash v0.5.1
8612024-08-29T16:23:38.010Z Downloaded rustc_version v0.1.7
8622024-08-29T16:23:38.011Z Downloaded gethostname v0.5.0
8632024-08-29T16:23:38.013Z Downloaded slog-dtrace v0.3.0
8642024-08-29T16:23:38.013Z Downloaded tungstenite v0.20.1
8652024-08-29T16:23:38.016Z Downloaded thiserror-no-std v2.0.2
8662024-08-29T16:23:38.020Z Downloaded serde_yaml v0.9.34+deprecated
8672024-08-29T16:23:38.023Z Downloaded tokio-tungstenite v0.23.1
8682024-08-29T16:23:38.026Z Downloaded env_logger v0.10.2
8692024-08-29T16:23:38.029Z Downloaded termios v0.3.3
8702024-08-29T16:23:38.031Z Downloaded env_logger v0.9.3
8712024-08-29T16:23:38.033Z Downloaded crossterm v0.27.0
8722024-08-29T16:23:38.038Z Downloaded futures-executor v0.3.30
8732024-08-29T16:23:38.041Z Downloaded spki v0.7.3
8742024-08-29T16:23:38.043Z Downloaded tokio-macros v2.4.0
8752024-08-29T16:23:38.043Z Downloaded headers v0.3.9
8762024-08-29T16:23:38.048Z Downloaded ff v0.13.0
8772024-08-29T16:23:38.050Z Downloaded unicode-xid v0.2.4
8782024-08-29T16:23:38.053Z Downloaded heapless v0.7.17
8792024-08-29T16:23:38.055Z Downloaded thread_local v1.1.8
8802024-08-29T16:23:38.057Z Downloaded tokio-rustls v0.24.1
8812024-08-29T16:23:38.059Z Downloaded heapless v0.8.0
8822024-08-29T16:23:38.062Z Downloaded rustls-pemfile v1.0.4
8832024-08-29T16:23:38.064Z Downloaded scrypt v0.11.0
8842024-08-29T16:23:38.066Z Downloaded hashlink v0.9.1
8852024-08-29T16:23:38.069Z Downloaded aho-corasick v1.1.3
8862024-08-29T16:23:38.072Z Downloaded schemars_derive v0.8.21
8872024-08-29T16:23:38.075Z Downloaded humantime v2.1.0
8882024-08-29T16:23:38.077Z Downloaded tokio-rustls v0.25.0
8892024-08-29T16:23:38.077Z Downloaded siphasher v0.3.11
8902024-08-29T16:23:38.080Z Downloaded rustversion v1.0.17
8912024-08-29T16:23:38.083Z Downloaded iana-time-zone v0.1.60
8922024-08-29T16:23:38.085Z Downloaded poly1305 v0.8.0
8932024-08-29T16:23:38.088Z Downloaded hostname v0.3.1
8942024-08-29T16:23:38.088Z Downloaded rsa v0.9.6
8952024-08-29T16:23:38.092Z Downloaded url v2.5.2
8962024-08-29T16:23:38.095Z Downloaded hashbrown v0.12.3
8972024-08-29T16:23:38.099Z Downloaded whoami v1.5.1
8982024-08-29T16:23:38.101Z Downloaded pkcs1 v0.7.5
8992024-08-29T16:23:38.103Z Downloaded phf_shared v0.11.2
9002024-08-29T16:23:38.105Z Downloaded flume v0.11.0
9012024-08-29T16:23:38.108Z Downloaded flate2 v1.0.31
9022024-08-29T16:23:38.112Z Downloaded derive-where v1.2.7
9032024-08-29T16:23:38.116Z Downloaded slog-json v2.6.1
9042024-08-29T16:23:38.118Z Downloaded unicode-truncate v1.0.0
9052024-08-29T16:23:38.120Z Downloaded hostname v0.4.0
9062024-08-29T16:23:38.120Z Downloaded getrandom v0.2.14
9072024-08-29T16:23:38.123Z Downloaded time-macros v0.2.18
9082024-08-29T16:23:38.125Z Downloaded ron v0.8.1
9092024-08-29T16:23:38.130Z Downloaded pem-rfc7468 v0.7.0
9102024-08-29T16:23:38.133Z Downloaded postcard v1.0.8
9112024-08-29T16:23:38.135Z Downloaded itertools v0.12.1
9122024-08-29T16:23:38.142Z Downloaded rcgen v0.12.1
9132024-08-29T16:23:38.146Z Downloaded rustls-pemfile v2.1.3
9142024-08-29T16:23:38.149Z Downloaded derive_builder_core v0.20.0
9152024-08-29T16:23:38.151Z Downloaded derive_builder v0.20.0
9162024-08-29T16:23:38.154Z Downloaded unicode-normalization v0.1.23
9172024-08-29T16:23:38.157Z Downloaded tungstenite v0.23.0
9182024-08-29T16:23:38.161Z Downloaded aes v0.8.4
9192024-08-29T16:23:38.164Z Downloaded pin-project v1.1.5
9202024-08-29T16:23:38.174Z Downloaded samael v0.0.15
9212024-08-29T16:23:38.179Z Downloaded rayon-core v1.12.1
9222024-08-29T16:23:38.183Z Downloaded pin-project-lite v0.2.14
9232024-08-29T16:23:38.187Z Downloaded x509-cert v0.2.5
9242024-08-29T16:23:38.193Z Downloaded itertools v0.10.5
9252024-08-29T16:23:38.199Z Downloaded termtree v0.4.1
9262024-08-29T16:23:38.201Z Downloaded elliptic-curve v0.13.8
9272024-08-29T16:23:38.204Z Downloaded ron v0.7.1
9282024-08-29T16:23:38.208Z Downloaded rand v0.8.5
9292024-08-29T16:23:38.212Z Downloaded snafu v0.8.2
9302024-08-29T16:23:38.217Z Downloaded similar v2.6.0
9312024-08-29T16:23:38.222Z Downloaded hickory-server v0.24.1
9322024-08-29T16:23:38.227Z Downloaded blake3 v1.5.1
9332024-08-29T16:23:38.234Z Downloaded portable-atomic v1.6.0
9342024-08-29T16:23:38.240Z Downloaded zip v0.6.6
9352024-08-29T16:23:38.244Z Downloaded h2 v0.3.26
9362024-08-29T16:23:38.250Z Downloaded toml_edit v0.19.15
9372024-08-29T16:23:38.266Z Downloaded hickory-resolver v0.24.1
9382024-08-29T16:23:38.270Z Downloaded tokio-postgres v0.7.11
9392024-08-29T16:23:38.274Z Downloaded der v0.7.9
9402024-08-29T16:23:38.279Z Downloaded unicode-segmentation v1.11.0
9412024-08-29T16:23:38.283Z Downloaded unicode_categories v0.1.1
9422024-08-29T16:23:38.285Z Downloaded time v0.3.36
9432024-08-29T16:23:38.291Z Downloaded futures-util v0.3.30
9442024-08-29T16:23:38.303Z Downloaded tough v0.17.1
9452024-08-29T16:23:38.310Z Downloaded reedline v0.33.0
9462024-08-29T16:23:38.318Z Downloaded http v1.1.0
9472024-08-29T16:23:38.321Z Downloaded reqwest v0.11.27
9482024-08-29T16:23:38.329Z Downloaded steno v0.4.1
9492024-08-29T16:23:38.333Z Downloaded hashbrown v0.13.2
9502024-08-29T16:23:38.337Z Downloaded serde_with v3.9.0
9512024-08-29T16:23:38.345Z Downloaded chrono v0.4.38
9522024-08-29T16:23:38.352Z Downloaded rusqlite v0.31.0
9532024-08-29T16:23:38.358Z Downloaded http v0.2.12
9542024-08-29T16:23:38.361Z Downloaded idna v0.4.0
9552024-08-29T16:23:38.368Z Downloaded typed-path v0.7.1
9562024-08-29T16:23:38.374Z Downloaded hyper v0.14.30
9572024-08-29T16:23:38.381Z Downloaded tokio-util v0.7.11
9582024-08-29T16:23:38.387Z Downloaded rustls-webpki v0.101.7
9592024-08-29T16:23:38.400Z Downloaded vcpkg v0.2.15
9602024-08-29T16:23:38.437Z Downloaded winnow v0.5.40
9612024-08-29T16:23:38.445Z Downloaded idna v0.3.0
9622024-08-29T16:23:38.452Z Downloaded idna v0.5.0
9632024-08-29T16:23:38.459Z Downloaded rustyline v14.0.0
9642024-08-29T16:23:38.464Z Downloaded object v0.30.4
9652024-08-29T16:23:38.473Z Downloaded quick-xml v0.31.0
9662024-08-29T16:23:38.479Z Downloaded git2 v0.19.0
9672024-08-29T16:23:38.487Z Downloaded curve25519-dalek v4.1.3
9682024-08-29T16:23:38.495Z Downloaded lalrpop v0.19.12
9692024-08-29T16:23:38.505Z Downloaded rustls-webpki v0.102.4
9702024-08-29T16:23:38.522Z Downloaded regex v1.10.6
9712024-08-29T16:23:38.535Z Downloaded rayon v1.10.0
9722024-08-29T16:23:38.544Z Downloaded radix_trie v0.2.1
9732024-08-29T16:23:38.549Z Downloaded regex-syntax v0.6.29
9742024-08-29T16:23:38.556Z Downloaded nix v0.28.0
9752024-08-29T16:23:38.568Z Downloaded smoltcp v0.9.1
9762024-08-29T16:23:38.578Z Downloaded dropshot v0.10.1
9772024-08-29T16:23:38.587Z Downloaded webpki-roots v0.25.4
9782024-08-29T16:23:38.591Z Downloaded regress v0.9.1
9792024-08-29T16:23:38.600Z Downloaded bstr v1.9.1
9802024-08-29T16:23:38.611Z Downloaded nix v0.27.1
9812024-08-29T16:23:38.620Z Downloaded object v0.32.2
9822024-08-29T16:23:38.630Z Downloaded openapiv3 v2.0.0
9832024-08-29T16:23:38.642Z Downloaded openssl v0.10.66
9842024-08-29T16:23:38.651Z Downloaded sled v0.34.7
9852024-08-29T16:23:38.661Z Downloaded regex-syntax v0.8.4
9862024-08-29T16:23:38.669Z Downloaded zerocopy-derive v0.6.6
9872024-08-29T16:23:38.678Z Downloaded bitvec v1.0.1
9882024-08-29T16:23:38.692Z Downloaded gimli v0.28.1
9892024-08-29T16:23:38.700Z Downloaded polar-core v0.27.3
9902024-08-29T16:23:38.708Z Downloaded rustls v0.21.12
9912024-08-29T16:23:38.719Z Downloaded bzip2-sys v0.1.11+1.0.8
9922024-08-29T16:23:38.731Z Downloaded rustls v0.22.4
9932024-08-29T16:23:38.743Z Downloaded hickory-proto v0.24.1
9942024-08-29T16:23:38.758Z Downloaded smoltcp v0.11.0
9952024-08-29T16:23:38.770Z Downloaded diesel v2.2.3
9962024-08-29T16:23:38.788Z Downloaded bindgen v0.69.4
9972024-08-29T16:23:38.795Z Downloaded ratatui v0.28.0
9982024-08-29T16:23:38.814Z Downloaded sqlparser v0.45.0
9992024-08-29T16:23:38.819Z Downloaded tokio v1.39.3
10002024-08-29T16:23:38.856Z Downloaded csv v1.3.0
10012024-08-29T16:23:38.876Z Downloaded sha3 v0.10.8
10022024-08-29T16:23:38.880Z Downloaded hkdf v0.12.4
10032024-08-29T16:23:38.884Z Downloaded proptest v1.5.0
10042024-08-29T16:23:38.891Z Downloaded signal-hook-tokio v0.3.1
10052024-08-29T16:23:38.894Z Downloaded peg v0.8.4
10062024-08-29T16:23:38.897Z Downloaded hickory-client v0.24.1
10072024-08-29T16:23:38.899Z Downloaded heck v0.3.3
10082024-08-29T16:23:38.899Z Downloaded regex-automata v0.4.6
10092024-08-29T16:23:38.915Z Downloaded mio v0.8.11
10102024-08-29T16:23:38.920Z Downloaded dirs-sys-next v0.1.2
10112024-08-29T16:23:38.923Z Downloaded petgraph v0.6.5
10122024-08-29T16:23:38.938Z Downloaded which v4.4.2
10132024-08-29T16:23:38.941Z Downloaded encoding_rs v0.8.34
10142024-08-29T16:23:38.961Z Downloaded crossbeam-channel v0.5.12
10152024-08-29T16:23:38.964Z Downloaded finl_unicode v1.2.0
10162024-08-29T16:23:38.977Z Downloaded http-range v0.1.5
10172024-08-29T16:23:38.979Z Downloaded dirs-next v2.0.0
10182024-08-29T16:23:38.979Z Downloaded hmac v0.12.1
10192024-08-29T16:23:38.982Z Downloaded tar v0.4.41
10202024-08-29T16:23:38.984Z Downloaded rustls-pki-types v1.7.0
10212024-08-29T16:23:38.986Z Downloaded unicode-bidi v0.3.15
10222024-08-29T16:23:38.989Z Downloaded hyper-rustls v0.24.2
10232024-08-29T16:23:38.991Z Downloaded highway v1.2.0
10242024-08-29T16:23:38.993Z Downloaded filetime v0.2.24
10252024-08-29T16:23:38.993Z Downloaded dyn-clone v1.0.17
10262024-08-29T16:23:38.995Z Downloaded defmt-parser v0.3.4
10272024-08-29T16:23:38.995Z Downloaded zone v0.1.8
10282024-08-29T16:23:38.995Z Downloaded half v2.4.1
10292024-08-29T16:23:38.998Z Downloaded futures v0.3.30
10302024-08-29T16:23:39.002Z Downloaded ref-cast v1.0.23
10312024-08-29T16:23:39.004Z Downloaded unsafe-libyaml v0.2.11
10322024-08-29T16:23:39.007Z Downloaded miniz_oxide v0.7.2
10332024-08-29T16:23:39.010Z Downloaded num-rational v0.4.2
10342024-08-29T16:23:39.013Z Downloaded fixedbitset v0.4.2
10352024-08-29T16:23:39.013Z Downloaded dsl_auto_type v0.1.2
10362024-08-29T16:23:39.015Z Downloaded libloading v0.8.3
10372024-08-29T16:23:39.015Z Downloaded libefi-sys v0.1.0
10382024-08-29T16:23:39.018Z Downloaded openssl-sys v0.9.103
10392024-08-29T16:23:39.029Z Downloaded tokio-tungstenite v0.20.1
10402024-08-29T16:23:39.029Z Downloaded crossbeam-epoch v0.9.18
10412024-08-29T16:23:39.036Z Downloaded cookie v0.18.1
10422024-08-29T16:23:39.036Z Downloaded const-oid v0.9.6
10432024-08-29T16:23:39.036Z Downloaded num-complex v0.4.6
10442024-08-29T16:23:39.036Z Downloaded cbc v0.1.2
10452024-08-29T16:23:39.036Z Downloaded argon2 v0.5.3
10462024-08-29T16:23:39.036Z Downloaded shlex v1.3.0
10472024-08-29T16:23:39.037Z Downloaded serde_path_to_error v0.1.16
10482024-08-29T16:23:39.037Z Downloaded semver v0.1.20
10492024-08-29T16:23:39.037Z Downloaded defmt v0.3.8
10502024-08-29T16:23:39.044Z Downloaded cipher v0.4.4
10512024-08-29T16:23:39.044Z Downloaded crc-catalog v2.4.0
10522024-08-29T16:23:39.044Z Downloaded console v0.15.8
10532024-08-29T16:23:39.045Z Downloaded instant v0.1.12
10542024-08-29T16:23:39.053Z Downloaded adler v1.0.2
10552024-08-29T16:23:39.053Z Downloaded base64ct v1.6.0
10562024-08-29T16:23:39.151Z Downloaded ring v0.17.8
10572024-08-29T16:23:39.331Z Downloaded libgit2-sys v0.17.0+1.8.1
10582024-08-29T16:23:39.888Z Downloaded libz-sys v1.1.16
10592024-08-29T16:23:40.118Z Downloaded libsqlite3-sys v0.28.0
10602024-08-29T16:23:40.196Z Downloaded ring v0.16.20
10612024-08-29T16:23:40.413Z Compiling serde v1.0.208
10622024-08-29T16:23:40.421Z Compiling typenum v1.17.0
10632024-08-29T16:23:40.421Z Compiling lock_api v0.4.12
10642024-08-29T16:23:40.421Z Compiling generic-array v0.14.7
10652024-08-29T16:23:40.422Z Compiling scopeguard v1.2.0
10662024-08-29T16:23:40.422Z Compiling log v0.4.21
10672024-08-29T16:23:40.532Z Compiling syn v2.0.74
10682024-08-29T16:23:40.545Z Compiling getrandom v0.2.14
10692024-08-29T16:23:40.715Z Compiling jobserver v0.1.32
10702024-08-29T16:23:40.865Z Compiling rand_core v0.6.4
10712024-08-29T16:23:41.049Z Compiling subtle v2.5.0
10722024-08-29T16:23:41.084Z Compiling cc v1.0.97
10732024-08-29T16:23:41.102Z Compiling const-oid v0.9.6
10742024-08-29T16:23:41.377Z Compiling smallvec v1.13.2
10752024-08-29T16:23:41.394Z Compiling pin-project-lite v0.2.14
10762024-08-29T16:23:41.518Z Compiling parking_lot_core v0.9.10
10772024-08-29T16:23:41.624Z Compiling signal-hook-registry v1.4.2
10782024-08-29T16:23:41.785Z Compiling mio v1.0.2
10792024-08-29T16:23:42.203Z Compiling spin v0.9.8
10802024-08-29T16:23:42.481Z Compiling parking_lot v0.12.2
10812024-08-29T16:23:42.595Z Compiling ahash v0.8.11
10822024-08-29T16:23:42.703Z Compiling tinyvec_macros v0.1.1
10832024-08-29T16:23:42.792Z Compiling tinyvec v1.6.0
10842024-08-29T16:23:42.999Z Compiling socket2 v0.5.7
10852024-08-29T16:23:43.021Z Compiling libm v0.2.8
10862024-08-29T16:23:43.051Z Compiling futures-sink v0.3.30
10872024-08-29T16:23:43.195Z Compiling serde_json v1.0.125
10882024-08-29T16:23:43.222Z Compiling futures-core v0.3.30
10892024-08-29T16:23:43.364Z Compiling cpufeatures v0.2.12
10902024-08-29T16:23:43.422Z Compiling num-traits v0.2.19
10912024-08-29T16:23:43.448Z Compiling slab v0.4.9
10922024-08-29T16:23:43.464Z Compiling allocator-api2 v0.2.18
10932024-08-29T16:23:43.549Z Compiling unicode-bidi v0.3.15
10942024-08-29T16:23:43.918Z Compiling futures-channel v0.3.30
10952024-08-29T16:23:44.200Z Compiling unicode-normalization v0.1.23
10962024-08-29T16:23:44.227Z Compiling futures-task v0.3.30
10972024-08-29T16:23:44.262Z Compiling futures-io v0.3.30
10982024-08-29T16:23:44.324Z Compiling vcpkg v0.2.15
10992024-08-29T16:23:44.490Z Compiling pin-utils v0.1.0
11002024-08-29T16:23:44.585Z Compiling pkg-config v0.3.30
11012024-08-29T16:23:44.599Z Compiling base64ct v1.6.0
11022024-08-29T16:23:45.141Z Compiling ring v0.17.8
11032024-08-29T16:23:45.202Z Compiling pem-rfc7468 v0.7.0
11042024-08-29T16:23:45.314Z Compiling percent-encoding v2.3.1
11052024-08-29T16:23:45.333Z Compiling flagset v0.4.5
11062024-08-29T16:23:45.533Z Compiling ppv-lite86 v0.2.17
11072024-08-29T16:23:45.680Z Compiling tracing-core v0.1.32
11082024-08-29T16:23:45.956Z Compiling rustix v0.38.34
11092024-08-29T16:23:46.162Z Compiling untrusted v0.9.0
11102024-08-29T16:23:46.308Z Compiling rand_chacha v0.3.1
11112024-08-29T16:23:46.328Z Compiling num-conv v0.1.0
11122024-08-29T16:23:46.465Z Compiling openssl-sys v0.9.103
11132024-08-29T16:23:46.616Z Compiling rustversion v1.0.17
11142024-08-29T16:23:46.813Z Compiling rand v0.8.5
11152024-08-29T16:23:47.052Z Compiling powerfmt v0.2.0
11162024-08-29T16:23:47.086Z Compiling httparse v1.8.0
11172024-08-29T16:23:47.303Z Compiling foreign-types-shared v0.1.1
11182024-08-29T16:23:47.407Z Compiling openssl v0.10.66
11192024-08-29T16:23:47.425Z Compiling time-core v0.1.2
11202024-08-29T16:23:47.473Z Compiling foreign-types v0.3.2
11212024-08-29T16:23:47.578Z Compiling time-macros v0.2.18
11222024-08-29T16:23:47.621Z Compiling deranged v0.3.11
11232024-08-29T16:23:47.775Z Compiling form_urlencoded v1.2.1
11242024-08-29T16:23:48.076Z Compiling aho-corasick v1.1.3
11252024-08-29T16:23:48.393Z Compiling num_threads v0.1.7
11262024-08-29T16:23:48.508Z Compiling try-lock v0.2.5
11272024-08-29T16:23:48.526Z Compiling siphasher v0.3.11
11282024-08-29T16:23:48.642Z Compiling rustls v0.21.12
11292024-08-29T16:23:48.863Z Compiling crossbeam-utils v0.8.19
11302024-08-29T16:23:48.914Z Compiling syn v1.0.109
11312024-08-29T16:23:49.095Z Compiling native-tls v0.2.11
11322024-08-29T16:23:49.410Z Compiling regex-syntax v0.8.4
11332024-08-29T16:23:49.464Z Compiling want v0.3.1
11342024-08-29T16:23:50.355Z Compiling idna v0.5.0
11352024-08-29T16:23:50.472Z Compiling time v0.3.36
11362024-08-29T16:23:50.808Z Compiling cookie v0.17.0
11372024-08-29T16:23:51.066Z Compiling openssl-probe v0.1.5
11382024-08-29T16:23:51.394Z Compiling iana-time-zone v0.1.60
11392024-08-29T16:23:51.581Z Compiling tower-service v0.3.2
11402024-08-29T16:23:51.699Z Compiling adler v1.0.2
11412024-08-29T16:23:51.734Z Compiling finl_unicode v1.2.0
11422024-08-29T16:23:51.914Z Compiling httpdate v1.0.3
11432024-08-29T16:23:52.294Z Compiling regex-automata v0.4.6
11442024-08-29T16:23:52.318Z Compiling slog v2.7.0
11452024-08-29T16:23:52.598Z Compiling stringprep v0.1.4
11462024-08-29T16:23:52.881Z Compiling miniz_oxide v0.7.2
11472024-08-29T16:23:53.310Z Compiling serde_derive v1.0.208
11482024-08-29T16:23:53.681Z Compiling zeroize_derive v1.4.2
11492024-08-29T16:23:53.724Z Compiling zerocopy-derive v0.7.34
11502024-08-29T16:23:54.384Z Compiling tokio-macros v2.4.0
11512024-08-29T16:23:54.938Z Compiling thiserror-impl v1.0.63
11522024-08-29T16:23:55.098Z Compiling futures-macro v0.3.30
11532024-08-29T16:23:55.215Z Compiling zeroize v1.7.0
11542024-08-29T16:23:55.845Z Compiling zerocopy v0.7.34
11552024-08-29T16:23:55.908Z Compiling der_derive v0.7.2
11562024-08-29T16:23:56.898Z Compiling crypto-common v0.1.6
11572024-08-29T16:23:57.028Z Compiling block-buffer v0.10.4
11582024-08-29T16:23:57.098Z Compiling block-padding v0.3.3
11592024-08-29T16:23:57.252Z Compiling digest v0.10.7
11602024-08-29T16:23:57.337Z Compiling inout v0.1.3
11612024-08-29T16:23:57.599Z Compiling cipher v0.4.4
11622024-08-29T16:23:57.691Z Compiling hmac v0.12.1
11632024-08-29T16:23:57.828Z Compiling hashbrown v0.14.5
11642024-08-29T16:23:57.892Z Compiling sha2 v0.10.8
11652024-08-29T16:23:58.041Z Compiling thiserror v1.0.63
11662024-08-29T16:23:58.059Z Compiling futures-util v0.3.30
11672024-08-29T16:23:58.169Z Compiling pest v2.7.10
11682024-08-29T16:23:58.308Z Compiling der v0.7.9
11692024-08-29T16:23:59.067Z Compiling salsa20 v0.10.2
11702024-08-29T16:23:59.305Z Compiling pbkdf2 v0.12.2
11712024-08-29T16:23:59.461Z Compiling tracing-attributes v0.1.27
11722024-08-29T16:24:00.982Z Compiling pest_meta v2.7.10
11732024-08-29T16:24:01.443Z Compiling scroll_derive v0.12.0
11742024-08-29T16:24:01.461Z Compiling spki v0.7.3
11752024-08-29T16:24:01.792Z Compiling scrypt v0.11.0
11762024-08-29T16:24:02.323Z Compiling pest_generator v2.7.10
11772024-08-29T16:24:02.828Z Compiling scroll v0.12.0
11782024-08-29T16:24:03.157Z Compiling tracing v0.1.40
11792024-08-29T16:24:03.333Z Compiling aes v0.8.4
11802024-08-29T16:24:03.651Z Compiling cbc v0.1.2
11812024-08-29T16:24:03.678Z Compiling goblin v0.8.2
11822024-08-29T16:24:03.864Z Compiling openssl-macros v0.1.1
11832024-08-29T16:24:04.150Z Compiling md-5 v0.10.6
11842024-08-29T16:24:04.280Z Compiling pkcs5 v0.7.1
11852024-08-29T16:24:04.475Z Compiling url v2.5.2
11862024-08-29T16:24:05.550Z Compiling pkcs8 v0.10.2
11872024-08-29T16:24:05.782Z Compiling pest_derive v2.7.10
11882024-08-29T16:24:06.042Z Compiling sct v0.7.1
11892024-08-29T16:24:06.246Z Compiling rustls-webpki v0.101.7
11902024-08-29T16:24:06.361Z Compiling num-integer v0.1.46
11912024-08-29T16:24:06.561Z Compiling bytes v1.7.1
11922024-08-29T16:24:06.931Z Compiling bitflags v2.6.0
11932024-08-29T16:24:07.364Z Compiling indexmap v2.4.0
11942024-08-29T16:24:07.586Z Compiling tokio v1.39.3
11952024-08-29T16:24:07.629Z Compiling http v0.2.12
11962024-08-29T16:24:07.838Z Compiling semver v1.0.23
11972024-08-29T16:24:08.551Z Compiling rustc_version v0.4.0
11982024-08-29T16:24:09.291Z Compiling heapless v0.7.17
11992024-08-29T16:24:09.761Z Compiling dof v0.3.0
12002024-08-29T16:24:10.046Z Compiling http-body v0.4.6
12012024-08-29T16:24:10.250Z Compiling dtrace-parser v0.2.0
12022024-08-29T16:24:10.526Z Compiling uuid v1.10.0
12032024-08-29T16:24:11.151Z Compiling usdt-impl v0.5.0
12042024-08-29T16:24:15.468Z Compiling serde_tokenstream v0.2.2
12052024-08-29T16:24:15.500Z Compiling chrono v0.4.38
12062024-08-29T16:24:15.501Z Compiling serde_spanned v0.6.7
12072024-08-29T16:24:15.501Z Compiling toml_datetime v0.6.8
12082024-08-29T16:24:15.501Z Compiling backtrace v0.3.71
12092024-08-29T16:24:15.501Z Compiling idna v0.3.0
12102024-08-29T16:24:15.501Z Compiling lazy_static v1.5.0
12112024-08-29T16:24:15.501Z Compiling hash32 v0.2.1
12122024-08-29T16:24:15.501Z Compiling gimli v0.28.1
12132024-08-29T16:24:15.501Z Compiling psl-types v2.0.11
12142024-08-29T16:24:15.501Z Compiling crc32fast v1.4.0
12152024-08-29T16:24:15.501Z Compiling fallible-iterator v0.2.0
12162024-08-29T16:24:15.501Z Compiling stable_deref_trait v1.2.0
12172024-08-29T16:24:15.501Z Compiling num-bigint-dig v0.8.4
12182024-08-29T16:24:15.530Z Compiling smoltcp v0.9.1
12192024-08-29T16:24:15.706Z Compiling tokio-util v0.7.11
12202024-08-29T16:24:16.173Z Compiling signal-hook v0.3.17
12212024-08-29T16:24:16.217Z Compiling cfg_aliases v0.1.1
12222024-08-29T16:24:16.317Z Compiling base64 v0.22.1
12232024-08-29T16:24:16.473Z Compiling nix v0.28.0
12242024-08-29T16:24:17.059Z Compiling h2 v0.3.26
12252024-08-29T16:24:17.095Z Compiling postgres-protocol v0.6.7
12262024-08-29T16:24:17.333Z Compiling tokio-native-tls v0.3.1
12272024-08-29T16:24:17.388Z Compiling tokio-rustls v0.24.1
12282024-08-29T16:24:17.825Z Compiling publicsuffix v2.2.3
12292024-08-29T16:24:18.066Z Compiling addr2line v0.21.0
12302024-08-29T16:24:18.423Z Compiling terminal_size v0.3.0
12312024-08-29T16:24:18.607Z Compiling hubpack_derive v0.1.1
12322024-08-29T16:24:18.626Z Compiling num-iter v0.1.45
12332024-08-29T16:24:18.698Z Compiling zerocopy-derive v0.6.6
12342024-08-29T16:24:18.762Z Compiling async-trait v0.1.81
12352024-08-29T16:24:19.505Z Compiling phf_shared v0.11.2
12362024-08-29T16:24:19.600Z Compiling serde_derive_internals v0.29.1
12372024-08-29T16:24:19.785Z Compiling ff v0.13.0
12382024-08-29T16:24:19.872Z Compiling object v0.32.2
12392024-08-29T16:24:20.012Z Compiling fs-err v2.11.0
12402024-08-29T16:24:20.340Z Compiling base16ct v0.2.0
12412024-08-29T16:24:20.676Z Compiling either v1.13.0
12422024-08-29T16:24:20.715Z Compiling ipnet v2.9.0
12432024-08-29T16:24:20.869Z Compiling anyhow v1.0.86
12442024-08-29T16:24:21.079Z Compiling managed v0.8.0
12452024-08-29T16:24:21.483Z Compiling winnow v0.5.40
12462024-08-29T16:24:21.534Z Compiling bitflags v1.3.2
12472024-08-29T16:24:21.603Z Compiling rustc-demangle v0.1.24
12482024-08-29T16:24:21.642Z Compiling schemars v0.8.21
12492024-08-29T16:24:21.886Z Compiling base64 v0.21.7
12502024-08-29T16:24:22.357Z Compiling schemars_derive v0.8.21
12512024-08-29T16:24:22.557Z Compiling rustls-pemfile v1.0.4
12522024-08-29T16:24:22.625Z Compiling clap_builder v4.5.15
12532024-08-29T16:24:22.807Z Compiling zerocopy v0.6.6
12542024-08-29T16:24:22.954Z Compiling sec1 v0.7.3
12552024-08-29T16:24:23.674Z Compiling group v0.13.0
12562024-08-29T16:24:23.694Z Compiling phf v0.11.2
12572024-08-29T16:24:23.985Z Compiling hyper v0.14.30
12582024-08-29T16:24:24.003Z Compiling hubpack v0.1.2
12592024-08-29T16:24:24.080Z Compiling cookie_store v0.20.0
12602024-08-29T16:24:25.224Z Compiling toml_edit v0.19.15
12612024-08-29T16:24:25.717Z Compiling postgres-types v0.2.7
12622024-08-29T16:24:27.115Z Compiling usdt-macro v0.5.0
12632024-08-29T16:24:27.188Z Compiling usdt-attr-macro v0.5.0
12642024-08-29T16:24:27.561Z Compiling serde_urlencoded v0.7.1
12652024-08-29T16:24:27.931Z Compiling pkcs1 v0.7.5
12662024-08-29T16:24:28.591Z Compiling futures-executor v0.3.30
12672024-08-29T16:24:28.821Z Compiling hkdf v0.12.4
12682024-08-29T16:24:28.983Z Compiling signature v2.2.0
12692024-08-29T16:24:29.075Z Compiling bstr v1.9.1
12702024-08-29T16:24:29.136Z Compiling regex v1.10.6
12712024-08-29T16:24:29.273Z Compiling crypto-bigint v0.5.5
12722024-08-29T16:24:30.212Z Compiling strum_macros v0.25.3
12732024-08-29T16:24:30.388Z Compiling enum-as-inner v0.6.0
12742024-08-29T16:24:30.970Z Compiling hyper-rustls v0.24.2
12752024-08-29T16:24:31.324Z Compiling hyper-tls v0.5.0
12762024-08-29T16:24:31.467Z Compiling serde_repr v0.1.19
12772024-08-29T16:24:31.669Z Compiling clap_derive v4.5.13
12782024-08-29T16:24:31.805Z Compiling phf_shared v0.10.0
12792024-08-29T16:24:32.209Z Compiling float-cmp v0.9.0
12802024-08-29T16:24:32.424Z Compiling idna v0.4.0
12812024-08-29T16:24:32.647Z Compiling mio v0.8.11
12822024-08-29T16:24:33.045Z Compiling encoding_rs v0.8.34
12832024-08-29T16:24:33.907Z Compiling minimal-lexical v0.2.1
12842024-08-29T16:24:33.926Z Compiling whoami v1.5.1
12852024-08-29T16:24:33.989Z Compiling data-encoding v2.6.0
12862024-08-29T16:24:34.261Z Compiling dyn-clone v1.0.17
12872024-08-29T16:24:34.404Z Compiling difflib v0.4.0
12882024-08-29T16:24:34.480Z Compiling precomputed-hash v0.1.1
12892024-08-29T16:24:34.582Z Compiling predicates-core v1.0.6
12902024-08-29T16:24:34.600Z Compiling new_debug_unreachable v1.0.6
12912024-08-29T16:24:34.694Z Compiling static_assertions v1.1.0
12922024-08-29T16:24:34.797Z Compiling bit-vec v0.6.3
12932024-08-29T16:24:34.927Z Compiling sync_wrapper v0.1.2
12942024-08-29T16:24:35.072Z Compiling normalize-line-endings v0.3.0
12952024-08-29T16:24:35.211Z Compiling webpki-roots v0.25.4
12962024-08-29T16:24:35.272Z Compiling fixedbitset v0.4.2
12972024-08-29T16:24:35.376Z Compiling mime v0.3.17
12982024-08-29T16:24:35.495Z Compiling unicode-segmentation v1.11.0
12992024-08-29T16:24:35.729Z Compiling reqwest v0.11.27
13002024-08-29T16:24:35.979Z Compiling petgraph v0.6.5
13012024-08-29T16:24:35.996Z Compiling predicates v3.1.2
13022024-08-29T16:24:36.332Z Compiling similar v2.6.0
13032024-08-29T16:24:36.390Z Compiling bit-set v0.5.3
13042024-08-29T16:24:36.625Z Compiling clap v4.5.16
13052024-08-29T16:24:36.662Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13062024-08-29T16:24:36.749Z Compiling hickory-proto v0.24.1
13072024-08-29T16:24:37.537Z Compiling string_cache v0.8.7
13082024-08-29T16:24:37.991Z Compiling nom v7.1.3
13092024-08-29T16:24:38.704Z Compiling console v0.15.8
13102024-08-29T16:24:38.923Z Compiling toml_edit v0.22.20
13112024-08-29T16:24:39.887Z Compiling tokio-postgres v0.7.11
13122024-08-29T16:24:40.196Z Compiling signal-hook-mio v0.2.4
13132024-08-29T16:24:40.369Z Compiling usdt v0.5.0
13142024-08-29T16:24:40.874Z Compiling elliptic-curve v0.13.8
13152024-08-29T16:24:41.486Z Compiling rsa v0.9.6
13162024-08-29T16:24:41.675Z Compiling futures v0.3.30
13172024-08-29T16:24:41.725Z Compiling toml v0.7.8
13182024-08-29T16:24:42.836Z Compiling flate2 v1.0.31
13192024-08-29T16:24:43.817Z Compiling itertools v0.12.1
13202024-08-29T16:24:44.276Z Compiling itertools v0.10.5
13212024-08-29T16:24:45.500Z Compiling tokio-stream v0.1.15
13222024-08-29T16:24:46.527Z Compiling openapiv3 v2.0.0
13232024-08-29T16:24:46.724Z Compiling crossbeam-epoch v0.9.18
13242024-08-29T16:24:46.857Z Compiling hex v0.4.3
13252024-08-29T16:24:46.943Z Compiling sha1 v0.10.6
13262024-08-29T16:24:47.116Z Compiling dirs-sys-next v0.1.2
13272024-08-29T16:24:47.267Z Compiling unicode-xid v0.2.4
13282024-08-29T16:24:47.341Z Compiling peg-runtime v0.8.3
13292024-08-29T16:24:47.424Z Compiling lalrpop-util v0.19.12
13302024-08-29T16:24:47.467Z Compiling dirs-next v2.0.0
13312024-08-29T16:24:47.470Z Compiling thread_local v1.1.8
13322024-08-29T16:24:47.669Z Compiling slog-async v2.8.0
13332024-08-29T16:24:47.756Z Compiling term v0.7.0
13342024-08-29T16:24:47.774Z Compiling xattr v1.3.1
13352024-08-29T16:24:47.961Z Compiling crossbeam-channel v0.5.12
13362024-08-29T16:24:48.024Z Compiling strum_macros v0.26.4
13372024-08-29T16:24:48.044Z Compiling filetime v0.2.24
13382024-08-29T16:24:48.250Z Compiling is-terminal v0.4.12
13392024-08-29T16:24:48.349Z Compiling take_mut v0.2.2
13402024-08-29T16:24:48.374Z Compiling slog-term v2.9.1
13412024-08-29T16:24:48.496Z Compiling tar v0.4.41
13422024-08-29T16:24:49.250Z Compiling camino v1.1.9
13432024-08-29T16:24:50.589Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13442024-08-29T16:24:51.146Z Compiling strum v0.26.3
13452024-08-29T16:24:51.218Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13462024-08-29T16:24:56.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13472024-08-29T16:24:56.467Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13482024-08-29T16:24:56.510ZAug 29 16:24:54.651 INFO Starting download, target: Clickhouse
13492024-08-29T16:24:56.510ZAug 29 16:24:54.651 INFO Starting download, target: Console
13502024-08-29T16:24:56.510ZAug 29 16:24:54.651 INFO Starting download, target: Cockroach
13512024-08-29T16:24:56.513ZAug 29 16:24:54.651 INFO Starting download, target: DendriteOpenapi
13522024-08-29T16:24:56.513ZAug 29 16:24:54.651 INFO Starting download, target: DendriteStub
13532024-08-29T16:24:56.513ZAug 29 16:24:54.651 INFO Starting download, target: MaghemiteMgd
13542024-08-29T16:24:56.513ZAug 29 16:24:54.651 INFO Starting download, target: TransceiverControl
13552024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13562024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13572024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13582024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13592024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13602024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13612024-08-29T16:24:56.513ZAug 29 16:24:54.652 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13622024-08-29T16:24:56.677ZAug 29 16:24:54.797 INFO Download complete, target: DendriteOpenapi
13632024-08-29T16:24:56.791ZAug 29 16:24:54.923 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13642024-08-29T16:24:57.149ZAug 29 16:24:55.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13652024-08-29T16:24:57.287ZAug 29 16:24:55.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13662024-08-29T16:24:57.482ZAug 29 16:24:55.623 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13672024-08-29T16:24:57.537ZAug 29 16:24:55.679 INFO Download complete, target: Console
13682024-08-29T16:24:57.599ZAug 29 16:24:55.740 INFO Download complete, target: TransceiverControl
13692024-08-29T16:24:57.655ZAug 29 16:24:55.796 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13702024-08-29T16:24:57.655ZAug 29 16:24:55.796 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13712024-08-29T16:24:58.496ZAug 29 16:24:56.637 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13722024-08-29T16:25:00.427ZAug 29 16:24:58.567 INFO Download complete, target: DendriteStub
13732024-08-29T16:25:00.660ZAug 29 16:24:58.800 INFO Download complete, target: MaghemiteMgd
13742024-08-29T16:25:05.966ZAug 29 16:25:04.106 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13752024-08-29T16:25:06.290ZAug 29 16:25:04.429 INFO Checking that binary works, target: Cockroach
13762024-08-29T16:25:06.442ZAug 29 16:25:04.581 INFO Download complete, target: Cockroach
13772024-08-29T16:25:12.554ZAug 29 16:25:10.692 INFO Checking that binary works, target: Clickhouse
13782024-08-29T16:25:13.481ZAug 29 16:25:11.619 INFO Download complete, target: Clickhouse
13792024-08-29T16:25:13.902ZAll builder prerequisites installed successfully, and PATH looks valid
13802024-08-29T16:25:13.905Z
13812024-08-29T16:25:13.905Zreal 3:55.648669228
13822024-08-29T16:25:13.905Zuser 11:05.510930383
13832024-08-29T16:25:13.905Zsys 2:21.576668731
13842024-08-29T16:25:13.905Ztrap 0.388140417
13852024-08-29T16:25:13.906Ztflt 10.028552527
13862024-08-29T16:25:13.906Zdflt 6.927540029
13872024-08-29T16:25:13.906Zkflt 0.132224169
13882024-08-29T16:25:13.906Zlock 22:21.473725532
13892024-08-29T16:25:13.906Zslp 45:15.490340781
13902024-08-29T16:25:13.906Zlat 36.072482028
13912024-08-29T16:25:13.906Zstop 1:40.257246909
13922024-08-29T16:25:13.906Z+ banner hack-check
13932024-08-29T16:25:13.906Z
13942024-08-29T16:25:13.906Z # # ## #### # # #### # # ###### #### # #
13952024-08-29T16:25:13.906Z # # # # # # # # # # # # # # # # #
13962024-08-29T16:25:13.906Z ###### # # # #### ##### # ###### ##### # ####
13972024-08-29T16:25:13.906Z # # ###### # # # # # # # # # #
13982024-08-29T16:25:13.906Z # # # # # # # # # # # # # # # # #
13992024-08-29T16:25:13.906Z # # # # #### # # #### # # ###### #### # #
14002024-08-29T16:25:13.906Z
14012024-08-29T16:25:13.907Z+ export CARGO_INCREMENTAL=0
14022024-08-29T16:25:13.907Z+ CARGO_INCREMENTAL=0
14032024-08-29T16:25:13.910Z+ ptime -m timeout 2h cargo xtask check-features --ci
14042024-08-29T16:25:14.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14052024-08-29T16:25:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
14062024-08-29T16:25:18.240Z Running `target/debug/xtask check-features --ci`
14072024-08-29T16:25:18.259Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14082024-08-29T16:25:18.259Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14092024-08-29T16:25:18.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14102024-08-29T16:25:18.745Z Running `target/debug/xtask download cargo-hack`
14112024-08-29T16:25:19.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14122024-08-29T16:25:19.878Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14132024-08-29T16:25:23.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
14142024-08-29T16:25:24.122Z Running `target/debug/xtask-downloader cargo-hack`
14152024-08-29T16:25:24.156ZAug 29 16:25:22.292 INFO Starting download, target: CargoHack
14162024-08-29T16:25:24.158ZAug 29 16:25:22.293 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14172024-08-29T16:25:24.777ZAug 29 16:25:22.913 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14182024-08-29T16:25:24.878ZAug 29 16:25:23.014 INFO Download complete, target: CargoHack
14192024-08-29T16:25:24.881Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14202024-08-29T16:25:24.896Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14212024-08-29T16:25:25.047Zinfo: running `cargo check --bins` on api_identity (1/158)
14222024-08-29T16:25:25.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-29T16:25:25.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-29T16:25:25.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-29T16:25:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14262024-08-29T16:25:25.620Z
14272024-08-29T16:25:25.620Zinfo: running `cargo check --bins` on bootstore (2/158)
14282024-08-29T16:25:26.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-29T16:25:26.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-29T16:25:26.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-29T16:25:26.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14322024-08-29T16:25:26.238Z
14332024-08-29T16:25:26.238Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14342024-08-29T16:25:26.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-29T16:25:26.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-29T16:25:26.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-29T16:25:26.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14382024-08-29T16:25:26.827Z
14392024-08-29T16:25:26.827Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14402024-08-29T16:25:27.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-29T16:25:27.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-29T16:25:27.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-29T16:25:27.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14442024-08-29T16:25:27.433Z
14452024-08-29T16:25:27.433Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14462024-08-29T16:25:27.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-29T16:25:27.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-29T16:25:27.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-29T16:25:27.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14502024-08-29T16:25:27.880Z
14512024-08-29T16:25:27.880Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14522024-08-29T16:25:28.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-29T16:25:28.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-29T16:25:28.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-29T16:25:28.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14562024-08-29T16:25:28.332Z
14572024-08-29T16:25:28.332Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14582024-08-29T16:25:28.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-29T16:25:28.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-29T16:25:28.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-29T16:25:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14622024-08-29T16:25:28.776Z
14632024-08-29T16:25:28.776Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
14642024-08-29T16:25:29.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-29T16:25:29.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-29T16:25:29.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-29T16:25:29.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14682024-08-29T16:25:29.236Z
14692024-08-29T16:25:29.236Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
14702024-08-29T16:25:29.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-29T16:25:29.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-29T16:25:29.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-29T16:25:29.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14742024-08-29T16:25:29.689Z
14752024-08-29T16:25:29.689Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
14762024-08-29T16:25:30.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-29T16:25:30.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-29T16:25:30.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-29T16:25:30.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14802024-08-29T16:25:30.141Z
14812024-08-29T16:25:30.141Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
14822024-08-29T16:25:30.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-29T16:25:30.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-29T16:25:30.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-29T16:25:30.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14862024-08-29T16:25:30.596Z
14872024-08-29T16:25:30.596Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
14882024-08-29T16:25:31.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-29T16:25:31.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-29T16:25:31.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-29T16:25:31.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14922024-08-29T16:25:31.053Z
14932024-08-29T16:25:31.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
14942024-08-29T16:25:31.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-29T16:25:31.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-29T16:25:31.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-29T16:25:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14982024-08-29T16:25:31.508Z
14992024-08-29T16:25:31.508Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15002024-08-29T16:25:31.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-29T16:25:31.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-29T16:25:31.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-29T16:25:31.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15042024-08-29T16:25:31.954Z
15052024-08-29T16:25:31.954Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15062024-08-29T16:25:32.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-29T16:25:32.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-29T16:25:32.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-29T16:25:32.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15102024-08-29T16:25:32.409Z
15112024-08-29T16:25:32.409Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15122024-08-29T16:25:32.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-29T16:25:32.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-29T16:25:32.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-29T16:25:32.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15162024-08-29T16:25:32.856Z
15172024-08-29T16:25:32.856Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15182024-08-29T16:25:33.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-29T16:25:33.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-29T16:25:33.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-29T16:25:33.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15222024-08-29T16:25:33.305Z
15232024-08-29T16:25:33.305Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15242024-08-29T16:25:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-29T16:25:33.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-29T16:25:33.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-29T16:25:33.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15282024-08-29T16:25:33.763Z
15292024-08-29T16:25:33.763Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15302024-08-29T16:25:34.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-29T16:25:34.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-29T16:25:34.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-29T16:25:34.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15342024-08-29T16:25:34.219Z
15352024-08-29T16:25:34.219Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15362024-08-29T16:25:34.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-29T16:25:34.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-29T16:25:34.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-29T16:25:34.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15402024-08-29T16:25:34.670Z
15412024-08-29T16:25:34.670Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15422024-08-29T16:25:35.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-29T16:25:35.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-29T16:25:35.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-08-29T16:25:35.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15462024-08-29T16:25:35.134Z
15472024-08-29T16:25:35.134Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15482024-08-29T16:25:35.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-08-29T16:25:35.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-08-29T16:25:35.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-08-29T16:25:35.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15522024-08-29T16:25:35.607Z
15532024-08-29T16:25:35.607Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15542024-08-29T16:25:36.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-08-29T16:25:36.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-08-29T16:25:36.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-08-29T16:25:36.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15582024-08-29T16:25:36.080Z
15592024-08-29T16:25:36.080Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
15602024-08-29T16:25:36.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-08-29T16:25:36.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-08-29T16:25:36.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-08-29T16:25:36.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15642024-08-29T16:25:36.549Z
15652024-08-29T16:25:36.549Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
15662024-08-29T16:25:37.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-08-29T16:25:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-08-29T16:25:37.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-08-29T16:25:37.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15702024-08-29T16:25:37.162Z
15712024-08-29T16:25:37.162Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
15722024-08-29T16:25:37.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-08-29T16:25:37.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-08-29T16:25:37.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-08-29T16:25:37.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15762024-08-29T16:25:37.771Z
15772024-08-29T16:25:37.771Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
15782024-08-29T16:25:38.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-08-29T16:25:38.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-08-29T16:25:38.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-08-29T16:25:38.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15822024-08-29T16:25:38.384Z
15832024-08-29T16:25:38.384Zinfo: running `cargo check --bins` on oxlog (28/158)
15842024-08-29T16:25:38.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-08-29T16:25:38.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-08-29T16:25:38.965Z Checking cfg-if v1.0.0
15872024-08-29T16:25:38.968Z Checking libc v0.2.158
15882024-08-29T16:25:39.051Z Checking memchr v2.7.2
15892024-08-29T16:25:39.063Z Checking serde v1.0.208
15902024-08-29T16:25:39.066Z Checking zeroize v1.7.0
15912024-08-29T16:25:39.082Z Checking typenum v1.17.0
15922024-08-29T16:25:39.085Z Checking scopeguard v1.2.0
15932024-08-29T16:25:39.085Z Checking byteorder v1.5.0
15942024-08-29T16:25:39.117Z Checking log v0.4.21
15952024-08-29T16:25:39.227Z Checking lock_api v0.4.12
15962024-08-29T16:25:39.324Z Checking subtle v2.5.0
15972024-08-29T16:25:39.380Z Checking once_cell v1.19.0
15982024-08-29T16:25:39.462Z Checking const-oid v0.9.6
15992024-08-29T16:25:39.570Z Checking itoa v1.0.11
16002024-08-29T16:25:39.615Z Checking pin-project-lite v0.2.14
16012024-08-29T16:25:39.660Z Checking smallvec v1.13.2
16022024-08-29T16:25:39.728Z Checking zerocopy v0.7.34
16032024-08-29T16:25:39.750Z Checking spin v0.9.8
16042024-08-29T16:25:39.882Z Checking tinyvec_macros v0.1.1
16052024-08-29T16:25:39.958Z Checking tinyvec v1.6.0
16062024-08-29T16:25:40.038Z Checking cpufeatures v0.2.12
16072024-08-29T16:25:40.075Z Checking futures-core v0.3.30
16082024-08-29T16:25:40.125Z Checking futures-sink v0.3.30
16092024-08-29T16:25:40.165Z Checking getrandom v0.2.14
16102024-08-29T16:25:40.238Z Checking parking_lot_core v0.9.10
16112024-08-29T16:25:40.260Z Checking signal-hook-registry v1.4.2
16122024-08-29T16:25:40.351Z Checking generic-array v0.14.7
16132024-08-29T16:25:40.411Z Checking rand_core v0.6.4
16142024-08-29T16:25:40.473Z Checking mio v1.0.2
16152024-08-29T16:25:40.553Z Checking parking_lot v0.12.2
16162024-08-29T16:25:40.695Z Checking socket2 v0.5.7
16172024-08-29T16:25:40.888Z Checking allocator-api2 v0.2.18
16182024-08-29T16:25:41.046Z Checking unicode-bidi v0.3.15
16192024-08-29T16:25:41.092Z Checking ahash v0.8.11
16202024-08-29T16:25:41.163Z Checking libm v0.2.8
16212024-08-29T16:25:41.176Z Checking equivalent v1.0.1
16222024-08-29T16:25:41.265Z Checking unicode-normalization v0.1.23
16232024-08-29T16:25:41.280Z Checking ryu v1.0.18
16242024-08-29T16:25:41.503Z Checking futures-channel v0.3.30
16252024-08-29T16:25:41.506Z Checking slab v0.4.9
16262024-08-29T16:25:41.527Z Checking crypto-common v0.1.6
16272024-08-29T16:25:41.610Z Checking block-buffer v0.10.4
16282024-08-29T16:25:41.623Z Checking block-padding v0.3.3
16292024-08-29T16:25:41.689Z Checking hashbrown v0.14.5
16302024-08-29T16:25:41.746Z Checking pin-utils v0.1.0
16312024-08-29T16:25:41.799Z Checking inout v0.1.3
16322024-08-29T16:25:41.817Z Checking digest v0.10.7
16332024-08-29T16:25:41.831Z Checking futures-io v0.3.30
16342024-08-29T16:25:41.834Z Checking futures-task v0.3.30
16352024-08-29T16:25:42.002Z Checking base64ct v1.6.0
16362024-08-29T16:25:42.017Z Checking cipher v0.4.4
16372024-08-29T16:25:42.029Z Checking num-traits v0.2.19
16382024-08-29T16:25:42.051Z Checking futures-util v0.3.30
16392024-08-29T16:25:42.135Z Checking ppv-lite86 v0.2.17
16402024-08-29T16:25:42.154Z Checking hmac v0.12.1
16412024-08-29T16:25:42.339Z Checking sha2 v0.10.8
16422024-08-29T16:25:42.389Z Checking percent-encoding v2.3.1
16432024-08-29T16:25:42.415Z Checking pem-rfc7468 v0.7.0
16442024-08-29T16:25:42.578Z Checking flagset v0.4.5
16452024-08-29T16:25:42.655Z Checking salsa20 v0.10.2
16462024-08-29T16:25:42.756Z Checking der v0.7.9
16472024-08-29T16:25:42.799Z Checking rand_chacha v0.3.1
16482024-08-29T16:25:42.813Z Checking pbkdf2 v0.12.2
16492024-08-29T16:25:42.848Z Checking tracing-core v0.1.32
16502024-08-29T16:25:42.877Z Checking untrusted v0.9.0
16512024-08-29T16:25:42.955Z Checking fnv v1.0.7
16522024-08-29T16:25:43.019Z Checking ring v0.17.8
16532024-08-29T16:25:43.066Z Checking scrypt v0.11.0
16542024-08-29T16:25:43.161Z Checking rand v0.8.5
16552024-08-29T16:25:43.276Z Checking aes v0.8.4
16562024-08-29T16:25:43.450Z Checking tracing v0.1.40
16572024-08-29T16:25:43.662Z Checking cbc v0.1.2
16582024-08-29T16:25:43.791Z Checking thiserror v1.0.63
16592024-08-29T16:25:43.841Z Checking foreign-types-shared v0.1.1
16602024-08-29T16:25:43.907Z Checking form_urlencoded v1.2.1
16612024-08-29T16:25:43.935Z Checking foreign-types v0.3.2
16622024-08-29T16:25:43.968Z Checking bytes v1.7.1
16632024-08-29T16:25:44.013Z Checking bitflags v2.6.0
16642024-08-29T16:25:44.098Z Checking indexmap v2.4.0
16652024-08-29T16:25:44.153Z Checking serde_json v1.0.125
16662024-08-29T16:25:44.293Z Checking openssl-sys v0.9.103
16672024-08-29T16:25:44.417Z Checking aho-corasick v1.1.3
16682024-08-29T16:25:44.544Z Checking spki v0.7.3
16692024-08-29T16:25:44.765Z Checking tokio v1.39.3
16702024-08-29T16:25:44.803Z Checking http v0.2.12
16712024-08-29T16:25:44.893Z Checking pkcs5 v0.7.1
16722024-08-29T16:25:45.378Z Checking unicode-ident v1.0.12
16732024-08-29T16:25:45.398Z Checking try-lock v0.2.5
16742024-08-29T16:25:45.512Z Checking powerfmt v0.2.0
16752024-08-29T16:25:45.534Z Checking siphasher v0.3.11
16762024-08-29T16:25:45.561Z Checking regex-syntax v0.8.4
16772024-08-29T16:25:45.759Z Checking deranged v0.3.11
16782024-08-29T16:25:45.816Z Checking openssl v0.10.66
16792024-08-29T16:25:45.830Z Checking proc-macro2 v1.0.86
16802024-08-29T16:25:45.995Z Checking want v0.3.1
16812024-08-29T16:25:46.090Z Checking http-body v0.4.6
16822024-08-29T16:25:46.161Z Checking pkcs8 v0.10.2
16832024-08-29T16:25:46.448Z Checking sct v0.7.1
16842024-08-29T16:25:46.462Z Checking rustls-webpki v0.101.7
16852024-08-29T16:25:46.480Z Checking uuid v1.10.0
16862024-08-29T16:25:46.622Z Checking idna v0.5.0
16872024-08-29T16:25:47.033Z Checking httparse v1.8.0
16882024-08-29T16:25:47.045Z Checking errno v0.3.9
16892024-08-29T16:25:47.166Z Checking scroll v0.12.0
16902024-08-29T16:25:47.196Z Checking plain v0.2.3
16912024-08-29T16:25:47.332Z Checking httpdate v1.0.3
16922024-08-29T16:25:47.416Z Checking num-conv v0.1.0
16932024-08-29T16:25:47.429Z Checking openssl-probe v0.1.5
16942024-08-29T16:25:47.478Z Checking num_threads v0.1.7
16952024-08-29T16:25:47.545Z Checking ucd-trie v0.1.6
16962024-08-29T16:25:47.558Z Checking adler v1.0.2
16972024-08-29T16:25:47.577Z Checking iana-time-zone v0.1.60
16982024-08-29T16:25:47.610Z Checking anstyle v1.0.8
16992024-08-29T16:25:47.649Z Checking tower-service v0.3.2
17002024-08-29T16:25:47.692Z Checking utf8parse v0.2.1
17012024-08-29T16:25:47.708Z Checking finl_unicode v1.2.0
17022024-08-29T16:25:47.725Z Checking time-core v0.1.2
17032024-08-29T16:25:47.754Z Checking pest v2.7.10
17042024-08-29T16:25:47.831Z Checking anstyle-parse v0.2.4
17052024-08-29T16:25:47.868Z Checking time v0.3.36
17062024-08-29T16:25:47.933Z Checking chrono v0.4.38
17072024-08-29T16:25:48.089Z Checking miniz_oxide v0.7.2
17082024-08-29T16:25:48.249Z Checking stringprep v0.1.4
17092024-08-29T16:25:48.497Z Checking goblin v0.8.2
17102024-08-29T16:25:48.599Z Checking regex-automata v0.4.6
17112024-08-29T16:25:48.822Z Checking url v2.5.2
17122024-08-29T16:25:49.640Z Checking rustix v0.38.34
17132024-08-29T16:25:50.006Z Checking rustls v0.21.12
17142024-08-29T16:25:50.234Z Checking quote v1.0.36
17152024-08-29T16:25:50.273Z Checking serde_spanned v0.6.7
17162024-08-29T16:25:50.455Z Checking toml_datetime v0.6.8
17172024-08-29T16:25:50.573Z Checking num-integer v0.1.46
17182024-08-29T16:25:50.735Z Checking md-5 v0.10.6
17192024-08-29T16:25:50.947Z Checking idna v0.3.0
17202024-08-29T16:25:51.036Z Checking lazy_static v1.5.0
17212024-08-29T16:25:51.126Z Checking native-tls v0.2.11
17222024-08-29T16:25:51.146Z Checking hash32 v0.2.1
17232024-08-29T16:25:51.427Z Checking fallible-iterator v0.2.0
17242024-08-29T16:25:51.441Z Checking base64 v0.22.1
17252024-08-29T16:25:51.558Z Checking tokio-util v0.7.11
17262024-08-29T16:25:51.628Z Checking anstyle-query v1.0.3
17272024-08-29T16:25:51.754Z Checking colorchoice v1.0.1
17282024-08-29T16:25:51.768Z Checking stable_deref_trait v1.2.0
17292024-08-29T16:25:51.859Z Checking pretty-hex v0.4.1
17302024-08-29T16:25:51.878Z Checking psl-types v2.0.11
17312024-08-29T16:25:51.909Z Checking gimli v0.28.1
17322024-08-29T16:25:51.984Z Checking is_terminal_polyfill v1.70.0
17332024-08-29T16:25:52.019Z Checking postgres-protocol v0.6.7
17342024-08-29T16:25:52.050Z Checking publicsuffix v2.2.3
17352024-08-29T16:25:52.087Z Checking anstream v0.6.14
17362024-08-29T16:25:52.267Z Checking heapless v0.7.17
17372024-08-29T16:25:52.398Z Checking h2 v0.3.26
17382024-08-29T16:25:52.446Z Checking terminal_size v0.3.0
17392024-08-29T16:25:52.606Z Checking tokio-native-tls v0.3.1
17402024-08-29T16:25:52.641Z Checking num-iter v0.1.45
17412024-08-29T16:25:52.808Z Checking syn v2.0.74
17422024-08-29T16:25:52.832Z Checking cookie v0.17.0
17432024-08-29T16:25:53.163Z Checking dtrace-parser v0.2.0
17442024-08-29T16:25:53.218Z Checking phf_shared v0.11.2
17452024-08-29T16:25:53.220Z Checking ff v0.13.0
17462024-08-29T16:25:53.245Z Checking tokio-rustls v0.24.1
17472024-08-29T16:25:53.369Z Checking dof v0.3.0
17482024-08-29T16:25:53.427Z Checking thread-id v4.2.1
17492024-08-29T16:25:53.475Z Checking object v0.32.2
17502024-08-29T16:25:53.527Z Checking bitflags v1.3.2
17512024-08-29T16:25:53.579Z Checking base64 v0.21.7
17522024-08-29T16:25:53.602Z Checking managed v0.8.0
17532024-08-29T16:25:53.616Z Checking either v1.13.0
17542024-08-29T16:25:53.944Z Checking ipnet v2.9.0
17552024-08-29T16:25:53.960Z Checking strsim v0.11.1
17562024-08-29T16:25:53.973Z Checking rustc-demangle v0.1.24
17572024-08-29T16:25:54.031Z Checking base16ct v0.2.0
17582024-08-29T16:25:54.222Z Checking winnow v0.5.40
17592024-08-29T16:25:54.243Z Checking clap_lex v0.7.0
17602024-08-29T16:25:54.396Z Checking sec1 v0.7.3
17612024-08-29T16:25:54.410Z Checking rustls-pemfile v1.0.4
17622024-08-29T16:25:54.470Z Checking clap_builder v4.5.15
17632024-08-29T16:25:54.592Z Checking smoltcp v0.9.1
17642024-08-29T16:25:54.741Z Checking phf v0.11.2
17652024-08-29T16:25:54.998Z Checking group v0.13.0
17662024-08-29T16:25:55.254Z Checking cookie_store v0.20.0
17672024-08-29T16:25:55.631Z Checking addr2line v0.21.0
17682024-08-29T16:25:55.879Z Checking bstr v1.9.1
17692024-08-29T16:25:56.056Z Checking regex v1.10.6
17702024-08-29T16:25:56.128Z Checking num-bigint-dig v0.8.4
17712024-08-29T16:25:56.643Z Checking postgres-types v0.2.7
17722024-08-29T16:25:56.773Z Checking futures-executor v0.3.30
17732024-08-29T16:25:56.989Z Checking pkcs1 v0.7.5
17742024-08-29T16:25:57.193Z Checking toml_edit v0.19.15
17752024-08-29T16:25:57.341Z Checking phf_shared v0.10.0
17762024-08-29T16:25:57.363Z Checking serde_urlencoded v0.7.1
17772024-08-29T16:25:57.458Z Checking hubpack v0.1.2
17782024-08-29T16:25:57.591Z Checking zerocopy v0.6.6
17792024-08-29T16:25:57.759Z Checking float-cmp v0.9.0
17802024-08-29T16:25:57.761Z Checking crc32fast v1.4.0
17812024-08-29T16:25:57.934Z Checking crossbeam-utils v0.8.19
17822024-08-29T16:25:57.978Z Checking signal-hook v0.3.17
17832024-08-29T16:25:58.233Z Checking hkdf v0.12.4
17842024-08-29T16:25:58.277Z Checking signature v2.2.0
17852024-08-29T16:25:58.291Z Checking idna v0.4.0
17862024-08-29T16:25:58.367Z Checking hyper v0.14.30
17872024-08-29T16:25:58.422Z Checking crypto-bigint v0.5.5
17882024-08-29T16:25:58.447Z Checking memmap v0.7.0
17892024-08-29T16:25:58.553Z Checking mio v0.8.11
17902024-08-29T16:25:58.629Z Checking encoding_rs v0.8.34
17912024-08-29T16:25:58.871Z Checking usdt-impl v0.5.0
17922024-08-29T16:25:59.078Z Checking mime v0.3.17
17932024-08-29T16:25:59.158Z Checking precomputed-hash v0.1.1
17942024-08-29T16:25:59.265Z Checking difflib v0.4.0
17952024-08-29T16:25:59.386Z Checking bit-vec v0.6.3
17962024-08-29T16:25:59.407Z Checking webpki-roots v0.25.4
17972024-08-29T16:25:59.438Z Checking backtrace v0.3.71
17982024-08-29T16:25:59.548Z Checking new_debug_unreachable v1.0.6
17992024-08-29T16:25:59.562Z Checking unicode-segmentation v1.11.0
18002024-08-29T16:25:59.592Z Checking minimal-lexical v0.2.1
18012024-08-29T16:25:59.623Z Checking unicode-width v0.1.13
18022024-08-29T16:25:59.685Z Checking normalize-line-endings v0.3.0
18032024-08-29T16:25:59.787Z Checking winnow v0.6.18
18042024-08-29T16:25:59.790Z Checking sync_wrapper v0.1.2
18052024-08-29T16:25:59.893Z Checking fixedbitset v0.4.2
18062024-08-29T16:25:59.967Z Checking predicates-core v1.0.6
18072024-08-29T16:25:59.982Z Checking dyn-clone v1.0.17
18082024-08-29T16:26:00.106Z Checking data-encoding v2.6.0
18092024-08-29T16:26:00.126Z Checking whoami v1.5.1
18102024-08-29T16:26:00.139Z Checking static_assertions v1.1.0
18112024-08-29T16:26:00.175Z Checking similar v2.6.0
18122024-08-29T16:26:00.220Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18132024-08-29T16:26:00.412Z Checking tokio-postgres v0.7.11
18142024-08-29T16:26:00.761Z Checking hickory-proto v0.24.1
18152024-08-29T16:26:00.859Z Checking petgraph v0.6.5
18162024-08-29T16:26:00.989Z Checking predicates v3.1.2
18172024-08-29T16:26:01.240Z Checking elliptic-curve v0.13.8
18182024-08-29T16:26:01.622Z Checking schemars v0.8.21
18192024-08-29T16:26:01.904Z Checking anyhow v1.0.86
18202024-08-29T16:26:02.273Z Checking nom v7.1.3
18212024-08-29T16:26:02.671Z Checking toml_edit v0.22.20
18222024-08-29T16:26:03.187Z Checking console v0.15.8
18232024-08-29T16:26:03.304Z Checking bit-set v0.5.3
18242024-08-29T16:26:03.556Z Checking string_cache v0.8.7
18252024-08-29T16:26:03.746Z Checking toml v0.7.8
18262024-08-29T16:26:03.824Z Checking usdt v0.5.0
18272024-08-29T16:26:04.057Z Checking signal-hook-mio v0.2.4
18282024-08-29T16:26:04.095Z Checking crossbeam-epoch v0.9.18
18292024-08-29T16:26:04.195Z Checking rsa v0.9.6
18302024-08-29T16:26:04.279Z Checking hyper-tls v0.5.0
18312024-08-29T16:26:04.452Z Checking hyper-rustls v0.24.2
18322024-08-29T16:26:04.494Z Checking flate2 v1.0.31
18332024-08-29T16:26:04.544Z Checking clap v4.5.16
18342024-08-29T16:26:04.648Z Checking futures v0.3.30
18352024-08-29T16:26:04.720Z Checking reqwest v0.11.27
18362024-08-29T16:26:04.746Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18372024-08-29T16:26:04.768Z Checking itertools v0.12.1
18382024-08-29T16:26:05.065Z Checking itertools v0.10.5
18392024-08-29T16:26:05.108Z Checking tokio-stream v0.1.15
18402024-08-29T16:26:05.122Z Checking fs-err v2.11.0
18412024-08-29T16:26:05.162Z Checking nix v0.28.0
18422024-08-29T16:26:05.180Z Checking slog v2.7.0
18432024-08-29T16:26:05.323Z Checking openapiv3 v2.0.0
18442024-08-29T16:26:05.639Z Checking semver v1.0.23
18452024-08-29T16:26:05.654Z Checking hex v0.4.3
18462024-08-29T16:26:05.889Z Checking sha1 v0.10.6
18472024-08-29T16:26:06.026Z Checking peg-runtime v0.8.3
18482024-08-29T16:26:06.112Z Checking lalrpop-util v0.19.12
18492024-08-29T16:26:06.143Z Checking camino v1.1.9
18502024-08-29T16:26:06.234Z Checking sigpipe v0.1.3
18512024-08-29T16:26:07.915Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18522024-08-29T16:26:08.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.80s
18532024-08-29T16:26:08.324Z
18542024-08-29T16:26:08.324Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18552024-08-29T16:26:08.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562024-08-29T16:26:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572024-08-29T16:26:08.957Z Compiling regress v0.9.1
18582024-08-29T16:26:09.052Z Checking strum v0.26.3
18592024-08-29T16:26:09.067Z Checking heck v0.5.0
18602024-08-29T16:26:09.079Z Compiling getopts v0.2.21
18612024-08-29T16:26:09.079Z Checking dirs-sys-next v0.1.2
18622024-08-29T16:26:09.079Z Compiling unsafe-libyaml v0.2.11
18632024-08-29T16:26:09.176Z Checking http v1.1.0
18642024-08-29T16:26:09.226Z Checking thread_local v1.1.8
18652024-08-29T16:26:09.238Z Checking dirs-next v2.0.0
18662024-08-29T16:26:09.350Z Compiling ident_case v1.0.1
18672024-08-29T16:26:09.415Z Checking rustls-pki-types v1.7.0
18682024-08-29T16:26:09.475Z Checking term v0.7.0
18692024-08-29T16:26:09.535Z Compiling darling_core v0.20.9
18702024-08-29T16:26:09.830Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18712024-08-29T16:26:09.885Z Checking crossbeam-channel v0.5.12
18722024-08-29T16:26:09.978Z Checking atty v0.2.14
18732024-08-29T16:26:10.090Z Checking is-terminal v0.4.12
18742024-08-29T16:26:10.135Z Compiling rustls v0.22.4
18752024-08-29T16:26:10.199Z Compiling paste v1.0.15
18762024-08-29T16:26:10.392Z Compiling serde_yaml v0.9.34+deprecated
18772024-08-29T16:26:10.478Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18782024-08-29T16:26:10.597Z Checking take_mut v0.2.2
18792024-08-29T16:26:10.702Z Checking humantime v2.1.0
18802024-08-29T16:26:10.731Z Checking utf-8 v0.7.6
18812024-08-29T16:26:10.820Z Checking termcolor v1.4.1
18822024-08-29T16:26:10.943Z Checking slog-async v2.8.0
18832024-08-29T16:26:11.027Z Checking slog-term v2.9.1
18842024-08-29T16:26:11.042Z Checking rustls-webpki v0.102.4
18852024-08-29T16:26:11.210Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-08-29T16:26:11.225Z Checking env_logger v0.9.3
18872024-08-29T16:26:11.519Z Compiling proc-macro-crate v1.3.1
18882024-08-29T16:26:11.560Z Compiling bitstruct_derive v0.1.0
18892024-08-29T16:26:11.651Z Compiling structmeta-derive v0.3.0
18902024-08-29T16:26:11.760Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18912024-08-29T16:26:11.876Z Compiling multer v3.1.0
18922024-08-29T16:26:12.158Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18932024-08-29T16:26:12.411Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18942024-08-29T16:26:12.434Z Checking match_cfg v0.1.0
18952024-08-29T16:26:12.515Z Checking ascii v1.1.0
18962024-08-29T16:26:12.540Z Compiling num_enum_derive v0.5.11
18972024-08-29T16:26:12.929Z Checking bitstruct v0.1.1
18982024-08-29T16:26:13.032Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18992024-08-29T16:26:13.927Z Checking hostname v0.3.1
19002024-08-29T16:26:14.106Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-08-29T16:26:14.258Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-08-29T16:26:14.497Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19032024-08-29T16:26:14.605Z Compiling structmeta v0.3.0
19042024-08-29T16:26:14.766Z Checking slog-json v2.6.1
19052024-08-29T16:26:14.861Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19062024-08-29T16:26:15.004Z Checking serde_arrays v0.1.0
19072024-08-29T16:26:15.037Z Checking erased-serde v0.3.31
19082024-08-29T16:26:15.121Z Compiling foreign-types-macros v0.2.3
19092024-08-29T16:26:15.135Z Compiling async-stream-impl v0.3.5
19102024-08-29T16:26:15.152Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19112024-08-29T16:26:15.451Z Checking arc-swap v1.7.1
19122024-08-29T16:26:15.651Z Checking atomic-waker v1.1.2
19132024-08-29T16:26:15.778Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19142024-08-29T16:26:15.854Z Checking foreign-types-shared v0.3.1
19152024-08-29T16:26:15.962Z Checking slog-scope v4.4.0
19162024-08-29T16:26:16.073Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19172024-08-29T16:26:16.090Z Checking waitgroup v0.1.2
19182024-08-29T16:26:16.207Z Checking num_enum v0.5.11
19192024-08-29T16:26:16.222Z Compiling parse-display-derive v0.10.0
19202024-08-29T16:26:16.342Z Checking slog-bunyan v2.5.0
19212024-08-29T16:26:16.406Z Checking foreign-types v0.5.0
19222024-08-29T16:26:16.446Z Compiling darling_macro v0.20.9
19232024-08-29T16:26:16.493Z Compiling proc-macro-error v1.0.4
19242024-08-29T16:26:16.521Z Checking async-stream v0.3.5
19252024-08-29T16:26:16.836Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19262024-08-29T16:26:16.885Z Checking toml v0.8.19
19272024-08-29T16:26:17.091Z Checking tungstenite v0.20.1
19282024-08-29T16:26:17.159Z Checking rustls-pemfile v2.1.3
19292024-08-29T16:26:17.389Z Compiling heck v0.3.3
19302024-08-29T16:26:17.403Z Compiling darling v0.20.9
19312024-08-29T16:26:17.506Z Compiling serde_with_macros v3.9.0
19322024-08-29T16:26:17.583Z Checking ipnetwork v0.20.0
19332024-08-29T16:26:17.658Z Checking tokio-rustls v0.25.0
19342024-08-29T16:26:17.818Z Checking newtype-uuid v1.1.0
19352024-08-29T16:26:17.880Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19362024-08-29T16:26:17.910Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19372024-08-29T16:26:18.017Z Checking serde_path_to_error v0.1.16
19382024-08-29T16:26:18.045Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19392024-08-29T16:26:18.635Z Checking hostname v0.4.0
19402024-08-29T16:26:18.730Z Checking cstr-argument v0.1.2
19412024-08-29T16:26:18.762Z Checking instant v0.1.12
19422024-08-29T16:26:18.792Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19432024-08-29T16:26:18.867Z Checking fastrand v2.1.0
19442024-08-29T16:26:18.890Z Checking pretty-hex v0.2.1
19452024-08-29T16:26:19.046Z Checking debug-ignore v1.0.5
19462024-08-29T16:26:19.115Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19472024-08-29T16:26:19.188Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19482024-08-29T16:26:19.220Z Checking tempfile v3.10.1
19492024-08-29T16:26:19.390Z Checking backoff v0.4.0
19502024-08-29T16:26:19.496Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19512024-08-29T16:26:19.633Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19522024-08-29T16:26:19.679Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19532024-08-29T16:26:19.712Z Checking tokio-tungstenite v0.20.1
19542024-08-29T16:26:19.849Z Compiling zone_cfg_derive v0.1.2
19552024-08-29T16:26:20.024Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19562024-08-29T16:26:20.158Z Checking slog-stdlog v4.1.1
19572024-08-29T16:26:20.303Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19582024-08-29T16:26:20.438Z Checking tungstenite v0.21.0
19592024-08-29T16:26:20.477Z Checking serde_with v3.9.0
19602024-08-29T16:26:20.763Z Checking colored v2.1.0
19612024-08-29T16:26:20.850Z Checking parse-display v0.10.0
19622024-08-29T16:26:21.046Z Checking macaddr v1.0.1
19632024-08-29T16:26:21.065Z Checking socket2 v0.4.10
19642024-08-29T16:26:21.252Z Checking base64 v0.13.1
19652024-08-29T16:26:21.304Z Checking zone v0.1.8
19662024-08-29T16:26:21.365Z Checking tokio-tungstenite v0.21.0
19672024-08-29T16:26:21.645Z Checking ron v0.7.1
19682024-08-29T16:26:21.821Z Checking slog-envlogger v2.2.0
19692024-08-29T16:26:21.941Z Checking pem v3.0.4
19702024-08-29T16:26:22.026Z Checking tabwriter v1.4.0
19712024-08-29T16:26:22.206Z Checking xattr v1.3.1
19722024-08-29T16:26:22.258Z Checking portpicker v0.1.1
19732024-08-29T16:26:22.374Z Checking yasna v0.5.2
19742024-08-29T16:26:22.393Z Checking headers-core v0.2.0
19752024-08-29T16:26:22.524Z Checking smf v0.2.3
19762024-08-29T16:26:22.751Z Checking filetime v0.2.24
19772024-08-29T16:26:22.943Z Checking same-file v1.0.6
19782024-08-29T16:26:22.957Z Checking tar v0.4.41
19792024-08-29T16:26:23.103Z Checking walkdir v2.5.0
19802024-08-29T16:26:23.179Z Checking headers v0.3.9
19812024-08-29T16:26:23.211Z Checking rcgen v0.12.1
19822024-08-29T16:26:23.361Z Checking atomicwrites v0.4.3
19832024-08-29T16:26:23.531Z Checking camino-tempfile v1.1.1
19842024-08-29T16:26:23.685Z Checking subprocess v0.2.9
19852024-08-29T16:26:24.669Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-08-29T16:26:24.942Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-08-29T16:26:26.562Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19882024-08-29T16:26:28.366Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19892024-08-29T16:26:28.427Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19902024-08-29T16:26:31.437Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19912024-08-29T16:26:37.039Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19922024-08-29T16:26:37.165Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19932024-08-29T16:26:37.168Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19942024-08-29T16:26:39.580Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19952024-08-29T16:26:40.003Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19962024-08-29T16:26:45.702Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19972024-08-29T16:26:47.092Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19982024-08-29T16:26:48.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.78s
19992024-08-29T16:26:48.261Z
20002024-08-29T16:26:48.261Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20012024-08-29T16:26:48.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-29T16:26:48.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-29T16:26:48.990Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20042024-08-29T16:26:50.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
20052024-08-29T16:26:50.209Z
20062024-08-29T16:26:50.209Zinfo: running `cargo check --bins` on nexus-config (31/158)
20072024-08-29T16:26:50.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-29T16:26:50.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-29T16:26:50.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-29T16:26:50.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20112024-08-29T16:26:50.807Z
20122024-08-29T16:26:50.807Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20132024-08-29T16:26:51.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-29T16:26:51.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-29T16:26:51.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-08-29T16:26:51.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20172024-08-29T16:26:51.383Z
20182024-08-29T16:26:51.383Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20192024-08-29T16:26:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-08-29T16:26:51.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-08-29T16:26:51.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222024-08-29T16:26:51.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20232024-08-29T16:26:51.997Z
20242024-08-29T16:26:51.997Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20252024-08-29T16:26:52.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262024-08-29T16:26:52.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272024-08-29T16:26:52.618Z Compiling heapless v0.8.0
20282024-08-29T16:26:52.708Z Checking hash32 v0.3.1
20292024-08-29T16:26:52.715Z Compiling smoltcp v0.11.0
20302024-08-29T16:26:52.723Z Checking embedded-io v0.4.0
20312024-08-29T16:26:52.726Z Checking cobs v0.2.3
20322024-08-29T16:26:52.742Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20332024-08-29T16:26:52.742Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20342024-08-29T16:26:52.768Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20352024-08-29T16:26:52.853Z Compiling crucible-workspace-hack v0.1.0
20362024-08-29T16:26:52.871Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20372024-08-29T16:26:52.884Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20382024-08-29T16:26:52.886Z Checking postcard v1.0.8
20392024-08-29T16:26:53.095Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20402024-08-29T16:26:53.110Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20412024-08-29T16:26:53.277Z Checking newline-converter v0.3.0
20422024-08-29T16:26:53.399Z Compiling num-derive v0.4.2
20432024-08-29T16:26:53.414Z Compiling slog-dtrace v0.3.0
20442024-08-29T16:26:53.450Z Compiling convert_case v0.4.0
20452024-08-29T16:26:53.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20462024-08-29T16:26:53.609Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20472024-08-29T16:26:53.742Z Checking expectorate v1.1.0
20482024-08-29T16:26:53.841Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20492024-08-29T16:26:54.267Z Compiling derive_more v0.99.18
20502024-08-29T16:26:54.500Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20512024-08-29T16:26:55.160Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20522024-08-29T16:26:56.313Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20532024-08-29T16:26:57.171Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20542024-08-29T16:26:57.761Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20552024-08-29T16:26:58.181Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20562024-08-29T16:26:59.830Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20572024-08-29T16:27:00.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s
20582024-08-29T16:27:00.606Z
20592024-08-29T16:27:00.606Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20602024-08-29T16:27:01.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-08-29T16:27:01.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-08-29T16:27:01.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-08-29T16:27:01.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20642024-08-29T16:27:01.210Z
20652024-08-29T16:27:01.210Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
20662024-08-29T16:27:01.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-08-29T16:27:01.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-08-29T16:27:01.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692024-08-29T16:27:01.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20702024-08-29T16:27:01.814Z
20712024-08-29T16:27:01.814Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
20722024-08-29T16:27:02.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-08-29T16:27:02.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-08-29T16:27:02.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752024-08-29T16:27:02.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
20762024-08-29T16:27:02.521Z
20772024-08-29T16:27:02.521Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
20782024-08-29T16:27:03.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-08-29T16:27:03.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-08-29T16:27:03.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-08-29T16:27:03.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
20822024-08-29T16:27:03.227Z
20832024-08-29T16:27:03.227Zinfo: running `cargo check --bins` on dns-server (39/158)
20842024-08-29T16:27:03.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-08-29T16:27:03.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-08-29T16:27:03.830Z Compiling parking_lot_core v0.8.6
20872024-08-29T16:27:03.919Z Checking nibble_vec v0.1.0
20882024-08-29T16:27:03.921Z Checking quick-error v1.2.3
20892024-08-29T16:27:03.921Z Checking linked-hash-map v0.5.6
20902024-08-29T16:27:03.921Z Checking endian-type v0.1.2
20912024-08-29T16:27:03.921Z Checking fxhash v0.2.1
20922024-08-29T16:27:03.928Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20932024-08-29T16:27:03.930Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20942024-08-29T16:27:04.042Z Checking resolv-conf v0.7.0
20952024-08-29T16:27:04.068Z Checking hickory-server v0.24.1
20962024-08-29T16:27:04.129Z Checking radix_trie v0.2.1
20972024-08-29T16:27:04.195Z Checking lru-cache v0.1.2
20982024-08-29T16:27:04.359Z Checking hickory-resolver v0.24.1
20992024-08-29T16:27:04.507Z Checking hickory-client v0.24.1
21002024-08-29T16:27:04.640Z Checking parking_lot v0.11.2
21012024-08-29T16:27:04.870Z Checking sled v0.34.7
21022024-08-29T16:27:06.518Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21032024-08-29T16:27:07.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
21042024-08-29T16:27:07.665Z
21052024-08-29T16:27:07.665Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21062024-08-29T16:27:08.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-08-29T16:27:08.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-08-29T16:27:08.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-08-29T16:27:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102024-08-29T16:27:08.254Z
21112024-08-29T16:27:08.254Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21122024-08-29T16:27:08.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-08-29T16:27:08.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-08-29T16:27:08.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-08-29T16:27:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21162024-08-29T16:27:08.835Z
21172024-08-29T16:27:08.836Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21182024-08-29T16:27:09.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-08-29T16:27:09.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-08-29T16:27:09.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-08-29T16:27:09.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21222024-08-29T16:27:09.496Z
21232024-08-29T16:27:09.496Zinfo: running `cargo check --bins` on gateway-types (43/158)
21242024-08-29T16:27:10.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-08-29T16:27:10.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-08-29T16:27:10.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-08-29T16:27:10.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21282024-08-29T16:27:10.098Z
21292024-08-29T16:27:10.098Zinfo: running `cargo check --bins` on ipcc (44/158)
21302024-08-29T16:27:10.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-08-29T16:27:10.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-08-29T16:27:10.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332024-08-29T16:27:10.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342024-08-29T16:27:10.700Z
21352024-08-29T16:27:10.700Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21362024-08-29T16:27:11.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372024-08-29T16:27:11.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382024-08-29T16:27:11.377Z Compiling rustls-pki-types v1.7.0
21392024-08-29T16:27:11.379Z Compiling match_cfg v0.1.0
21402024-08-29T16:27:11.476Z Checking num-rational v0.4.2
21412024-08-29T16:27:11.479Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21422024-08-29T16:27:11.479Z Compiling slog-json v2.6.1
21432024-08-29T16:27:11.484Z Compiling http v1.1.0
21442024-08-29T16:27:11.486Z Checking num-complex v0.4.6
21452024-08-29T16:27:11.522Z Compiling prettyplease v0.2.20
21462024-08-29T16:27:11.537Z Compiling hostname v0.3.1
21472024-08-29T16:27:11.772Z Compiling atomic-waker v1.1.2
21482024-08-29T16:27:11.815Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21492024-08-29T16:27:11.849Z Compiling slog-bunyan v2.5.0
21502024-08-29T16:27:11.883Z Compiling rustls-webpki v0.102.4
21512024-08-29T16:27:11.954Z Compiling rustls-pemfile v2.1.3
21522024-08-29T16:27:12.001Z Compiling waitgroup v0.1.2
21532024-08-29T16:27:12.065Z Compiling async-stream v0.3.5
21542024-08-29T16:27:12.098Z Compiling toml v0.8.19
21552024-08-29T16:27:12.208Z Compiling ipnetwork v0.20.0
21562024-08-29T16:27:12.221Z Compiling newtype-uuid v1.1.0
21572024-08-29T16:27:12.352Z Compiling serde_path_to_error v0.1.16
21582024-08-29T16:27:12.367Z Checking num v0.4.3
21592024-08-29T16:27:12.438Z Compiling hostname v0.4.0
21602024-08-29T16:27:12.465Z Compiling instant v0.1.12
21612024-08-29T16:27:12.482Z Compiling semver v0.1.20
21622024-08-29T16:27:12.600Z Compiling debug-ignore v1.0.5
21632024-08-29T16:27:12.698Z Compiling rustls v0.22.4
21642024-08-29T16:27:12.733Z Checking float-ord v0.3.2
21652024-08-29T16:27:12.862Z Compiling radium v0.7.0
21662024-08-29T16:27:13.083Z Compiling multer v3.1.0
21672024-08-29T16:27:13.118Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21682024-08-29T16:27:13.177Z Compiling rustc_version v0.1.7
21692024-08-29T16:27:13.344Z Compiling backoff v0.4.0
21702024-08-29T16:27:13.685Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21712024-08-29T16:27:13.701Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21722024-08-29T16:27:13.808Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21732024-08-29T16:27:13.905Z Compiling parse-display v0.10.0
21742024-08-29T16:27:13.930Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752024-08-29T16:27:14.023Z Compiling serde_with v3.9.0
21762024-08-29T16:27:14.105Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-08-29T16:27:14.414Z Compiling macaddr v1.0.1
21782024-08-29T16:27:14.615Z Compiling maybe-uninit v2.0.0
21792024-08-29T16:27:14.839Z Checking tap v1.0.1
21802024-08-29T16:27:15.004Z Checking wyz v0.5.1
21812024-08-29T16:27:15.278Z Compiling newtype_derive v0.1.6
21822024-08-29T16:27:15.384Z Checking password-hash v0.5.0
21832024-08-29T16:27:15.575Z Checking blake2 v0.10.6
21842024-08-29T16:27:15.719Z Compiling bzip2-sys v0.1.11+1.0.8
21852024-08-29T16:27:15.810Z Compiling packed_struct v0.10.1
21862024-08-29T16:27:16.008Z Checking crc-catalog v2.4.0
21872024-08-29T16:27:16.021Z Checking funty v2.0.0
21882024-08-29T16:27:16.132Z Checking crc v3.2.1
21892024-08-29T16:27:16.300Z Checking argon2 v0.5.3
21902024-08-29T16:27:16.539Z Compiling packed_struct_codegen v0.10.1
21912024-08-29T16:27:16.871Z Compiling tokio-rustls v0.25.0
21922024-08-29T16:27:16.934Z Checking bitvec v1.0.1
21932024-08-29T16:27:17.277Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
21942024-08-29T16:27:17.556Z Checking half v2.4.1
21952024-08-29T16:27:17.840Z Compiling cookie v0.18.1
21962024-08-29T16:27:18.031Z Compiling indexmap v1.9.3
21972024-08-29T16:27:18.135Z Checking nodrop v0.1.14
21982024-08-29T16:27:18.244Z Checking ciborium-io v0.2.2
21992024-08-29T16:27:18.351Z Checking array-init v0.0.4
22002024-08-29T16:27:18.365Z Checking ciborium-ll v0.2.2
22012024-08-29T16:27:18.849Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22022024-08-29T16:27:19.155Z Checking smallvec v0.6.14
22032024-08-29T16:27:19.391Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22042024-08-29T16:27:19.485Z Compiling memoffset v0.9.1
22052024-08-29T16:27:19.570Z Checking highway v1.2.0
22062024-08-29T16:27:19.799Z Checking hashbrown v0.12.3
22072024-08-29T16:27:19.960Z Checking bitfield v0.14.0
22082024-08-29T16:27:20.057Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22092024-08-29T16:27:20.213Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22102024-08-29T16:27:20.373Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22112024-08-29T16:27:20.457Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22122024-08-29T16:27:21.444Z Checking env_logger v0.10.2
22132024-08-29T16:27:21.480Z Checking serde-hex v0.1.0
22142024-08-29T16:27:21.524Z Checking steno v0.4.1
22152024-08-29T16:27:21.620Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162024-08-29T16:27:21.745Z Checking bzip2 v0.4.4
22172024-08-29T16:27:22.021Z Checking ciborium v0.2.2
22182024-08-29T16:27:22.246Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22192024-08-29T16:27:22.488Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22202024-08-29T16:27:22.826Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22212024-08-29T16:27:23.050Z Checking ron v0.8.1
22222024-08-29T16:27:23.404Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22232024-08-29T16:27:23.697Z Checking x509-cert v0.2.5
22242024-08-29T16:27:24.017Z Checking hashbrown v0.13.2
22252024-08-29T16:27:24.303Z Compiling derive-where v1.2.7
22262024-08-29T16:27:25.031Z Checking crc-any v2.5.0
22272024-08-29T16:27:25.369Z Checking object v0.30.4
22282024-08-29T16:27:25.388Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292024-08-29T16:27:25.650Z Checking zip v0.6.6
22302024-08-29T16:27:26.081Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22312024-08-29T16:27:26.093Z Checking path-slash v0.1.5
22322024-08-29T16:27:26.220Z Checking nix v0.27.1
22332024-08-29T16:27:26.299Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22342024-08-29T16:27:26.433Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22352024-08-29T16:27:26.976Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22362024-08-29T16:27:27.118Z Checking kstat-rs v0.2.4
22372024-08-29T16:27:27.211Z Checking serde-big-array v0.5.1
22382024-08-29T16:27:27.420Z Checking signal-hook-tokio v0.3.1
22392024-08-29T16:27:27.808Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22402024-08-29T16:27:29.320Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22412024-08-29T16:27:32.331Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22422024-08-29T16:27:33.715Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22432024-08-29T16:27:36.123Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22442024-08-29T16:27:38.066Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22452024-08-29T16:27:39.032Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22462024-08-29T16:27:39.305Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22472024-08-29T16:27:43.414Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22482024-08-29T16:27:44.012Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22492024-08-29T16:27:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s
22502024-08-29T16:27:46.649Z
22512024-08-29T16:27:46.649Zinfo: running `cargo check --bins` on gateway-api (46/158)
22522024-08-29T16:27:47.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-08-29T16:27:47.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-08-29T16:27:47.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552024-08-29T16:27:47.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22562024-08-29T16:27:47.269Z
22572024-08-29T16:27:47.269Zinfo: running `cargo check --bins` on oximeter (47/158)
22582024-08-29T16:27:47.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592024-08-29T16:27:47.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602024-08-29T16:27:47.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612024-08-29T16:27:47.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22622024-08-29T16:27:47.875Z
22632024-08-29T16:27:47.875Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
22642024-08-29T16:27:48.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652024-08-29T16:27:48.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662024-08-29T16:27:48.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672024-08-29T16:27:48.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22682024-08-29T16:27:48.455Z
22692024-08-29T16:27:48.455Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
22702024-08-29T16:27:48.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712024-08-29T16:27:49.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722024-08-29T16:27:49.060Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22732024-08-29T16:27:49.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
22742024-08-29T16:27:49.583Z
22752024-08-29T16:27:49.584Zinfo: running `cargo check --bins` on oximeter-types (50/158)
22762024-08-29T16:27:50.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772024-08-29T16:27:50.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782024-08-29T16:27:50.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792024-08-29T16:27:50.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22802024-08-29T16:27:50.192Z
22812024-08-29T16:27:50.192Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
22822024-08-29T16:27:50.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832024-08-29T16:27:50.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842024-08-29T16:27:50.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852024-08-29T16:27:50.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22862024-08-29T16:27:50.801Z
22872024-08-29T16:27:50.801Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
22882024-08-29T16:27:51.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892024-08-29T16:27:51.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902024-08-29T16:27:51.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912024-08-29T16:27:51.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22922024-08-29T16:27:51.386Z
22932024-08-29T16:27:51.386Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
22942024-08-29T16:27:51.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952024-08-29T16:27:51.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962024-08-29T16:27:51.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972024-08-29T16:27:51.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22982024-08-29T16:27:52.007Z
22992024-08-29T16:27:52.007Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23002024-08-29T16:27:52.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012024-08-29T16:27:52.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022024-08-29T16:27:52.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032024-08-29T16:27:52.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23042024-08-29T16:27:52.624Z
23052024-08-29T16:27:52.625Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23062024-08-29T16:27:53.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072024-08-29T16:27:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082024-08-29T16:27:53.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092024-08-29T16:27:53.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23102024-08-29T16:27:53.239Z
23112024-08-29T16:27:53.239Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23122024-08-29T16:27:53.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132024-08-29T16:27:53.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142024-08-29T16:27:53.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152024-08-29T16:27:53.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23162024-08-29T16:27:53.849Z
23172024-08-29T16:27:53.849Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23182024-08-29T16:27:54.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-08-29T16:27:54.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-08-29T16:27:54.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212024-08-29T16:27:54.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23222024-08-29T16:27:54.521Z
23232024-08-29T16:27:54.521Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23242024-08-29T16:27:54.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-08-29T16:27:55.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-08-29T16:27:55.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272024-08-29T16:27:55.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23282024-08-29T16:27:55.062Z
23292024-08-29T16:27:55.062Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23302024-08-29T16:27:55.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-08-29T16:27:55.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-08-29T16:27:55.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-08-29T16:27:55.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23342024-08-29T16:27:55.693Z
23352024-08-29T16:27:55.694Zinfo: running `cargo check --bins` on internal-dns (60/158)
23362024-08-29T16:27:56.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-08-29T16:27:56.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-08-29T16:27:56.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-08-29T16:27:56.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23402024-08-29T16:27:56.304Z
23412024-08-29T16:27:56.304Zinfo: running `cargo check --bins` on nexus-client (61/158)
23422024-08-29T16:27:56.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-08-29T16:27:56.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-08-29T16:27:56.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452024-08-29T16:27:56.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23462024-08-29T16:27:56.928Z
23472024-08-29T16:27:56.928Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23482024-08-29T16:27:57.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-08-29T16:27:57.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-08-29T16:27:57.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-08-29T16:27:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23522024-08-29T16:27:57.550Z
23532024-08-29T16:27:57.550Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23542024-08-29T16:27:58.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-08-29T16:27:58.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-08-29T16:27:58.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-08-29T16:27:58.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23582024-08-29T16:27:58.142Z
23592024-08-29T16:27:58.142Zinfo: running `cargo check --bins` on nexus-types (64/158)
23602024-08-29T16:27:58.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-08-29T16:27:58.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-08-29T16:27:58.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632024-08-29T16:27:58.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23642024-08-29T16:27:58.774Z
23652024-08-29T16:27:58.774Zinfo: running `cargo check --bins` on gateway-client (65/158)
23662024-08-29T16:27:59.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-08-29T16:27:59.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-08-29T16:27:59.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692024-08-29T16:27:59.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23702024-08-29T16:27:59.366Z
23712024-08-29T16:27:59.366Zinfo: running `cargo check --bins` on oxql-types (66/158)
23722024-08-29T16:27:59.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-08-29T16:27:59.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-08-29T16:27:59.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-08-29T16:27:59.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23762024-08-29T16:27:59.972Z
23772024-08-29T16:27:59.973Zinfo: running `cargo check --bins` on sp-sim (67/158)
23782024-08-29T16:28:00.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-08-29T16:28:00.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-08-29T16:28:00.580Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23812024-08-29T16:28:02.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
23822024-08-29T16:28:02.398Z
23832024-08-29T16:28:02.399Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
23842024-08-29T16:28:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-08-29T16:28:02.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-08-29T16:28:02.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-08-29T16:28:02.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23882024-08-29T16:28:03.056Z
23892024-08-29T16:28:03.056Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
23902024-08-29T16:28:03.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-08-29T16:28:03.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-08-29T16:28:03.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-08-29T16:28:03.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23942024-08-29T16:28:03.720Z
23952024-08-29T16:28:03.720Zinfo: running `cargo check --bins` on db-macros (70/158)
23962024-08-29T16:28:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-08-29T16:28:04.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-08-29T16:28:04.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-08-29T16:28:04.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24002024-08-29T16:28:04.304Z
24012024-08-29T16:28:04.304Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24022024-08-29T16:28:04.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-08-29T16:28:04.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-08-29T16:28:04.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-08-29T16:28:04.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24062024-08-29T16:28:04.891Z
24072024-08-29T16:28:04.891Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24082024-08-29T16:28:05.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-08-29T16:28:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-08-29T16:28:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112024-08-29T16:28:05.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24122024-08-29T16:28:05.542Z
24132024-08-29T16:28:05.542Zinfo: running `cargo check --bins` on authz-macros (73/158)
24142024-08-29T16:28:06.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-08-29T16:28:06.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-08-29T16:28:06.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-08-29T16:28:06.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24182024-08-29T16:28:06.123Z
24192024-08-29T16:28:06.123Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24202024-08-29T16:28:06.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-08-29T16:28:06.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-08-29T16:28:06.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-08-29T16:28:06.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24242024-08-29T16:28:06.760Z
24252024-08-29T16:28:06.760Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24262024-08-29T16:28:07.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-08-29T16:28:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-08-29T16:28:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-08-29T16:28:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24302024-08-29T16:28:07.393Z
24312024-08-29T16:28:07.393Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24322024-08-29T16:28:07.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-08-29T16:28:07.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-08-29T16:28:07.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-08-29T16:28:07.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24362024-08-29T16:28:08.005Z
24372024-08-29T16:28:08.005Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24382024-08-29T16:28:08.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-08-29T16:28:08.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-08-29T16:28:08.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-08-29T16:28:08.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24422024-08-29T16:28:08.631Z
24432024-08-29T16:28:08.631Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24442024-08-29T16:28:09.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-08-29T16:28:09.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-08-29T16:28:09.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-08-29T16:28:09.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24482024-08-29T16:28:09.265Z
24492024-08-29T16:28:09.265Zinfo: running `cargo check --bins` on typed-rng (79/158)
24502024-08-29T16:28:09.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-08-29T16:28:09.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-08-29T16:28:09.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-08-29T16:28:09.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24542024-08-29T16:28:09.853Z
24552024-08-29T16:28:09.853Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24562024-08-29T16:28:10.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-08-29T16:28:10.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-08-29T16:28:10.568Z Compiling rayon-core v1.12.1
24592024-08-29T16:28:10.571Z Compiling crossbeam-deque v0.8.5
24602024-08-29T16:28:10.571Z Compiling curve25519-dalek v4.1.3
24612024-08-29T16:28:10.571Z Compiling unicase v2.7.0
24622024-08-29T16:28:10.571Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24632024-08-29T16:28:10.665Z Checking keccak v0.1.5
24642024-08-29T16:28:10.667Z Compiling same-file v1.0.6
24652024-08-29T16:28:10.680Z Compiling tempfile v3.10.1
24662024-08-29T16:28:10.945Z Checking sha3 v0.10.8
24672024-08-29T16:28:10.957Z Compiling walkdir v2.5.0
24682024-08-29T16:28:10.960Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24692024-08-29T16:28:11.100Z Compiling thiserror-impl-no-std v2.0.2
24702024-08-29T16:28:11.287Z Checking universal-hash v0.5.1
24712024-08-29T16:28:11.309Z Checking secrecy v0.8.0
24722024-08-29T16:28:11.432Z Compiling ring v0.16.20
24732024-08-29T16:28:11.467Z Compiling blake3 v1.5.1
24742024-08-29T16:28:11.496Z Compiling curve25519-dalek-derive v0.1.1
24752024-08-29T16:28:11.512Z Checking opaque-debug v0.3.1
24762024-08-29T16:28:11.600Z Checking poly1305 v0.8.0
24772024-08-29T16:28:11.698Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24782024-08-29T16:28:11.968Z Compiling rayon v1.10.0
24792024-08-29T16:28:12.087Z Checking chacha20 v0.9.1
24802024-08-29T16:28:12.183Z Checking aead v0.5.2
24812024-08-29T16:28:12.384Z Compiling memmap2 v0.9.4
24822024-08-29T16:28:12.403Z Compiling arrayvec v0.7.4
24832024-08-29T16:28:12.698Z Compiling arrayref v0.3.7
24842024-08-29T16:28:12.729Z Compiling spin v0.5.2
24852024-08-29T16:28:12.788Z Compiling constant_time_eq v0.3.0
24862024-08-29T16:28:12.804Z Compiling untrusted v0.7.1
24872024-08-29T16:28:12.821Z Compiling home v0.5.9
24882024-08-29T16:28:12.953Z Compiling libefi-sys v0.1.0
24892024-08-29T16:28:12.966Z Compiling toolchain_find v0.4.0
24902024-08-29T16:28:12.984Z Checking chacha20poly1305 v0.10.1
24912024-08-29T16:28:13.255Z Compiling camino-tempfile v1.1.1
24922024-08-29T16:28:13.302Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24932024-08-29T16:28:13.561Z Compiling bitfield-struct v0.6.1
24942024-08-29T16:28:13.621Z Compiling topological-sort v0.2.2
24952024-08-29T16:28:13.664Z Compiling cancel-safe-futures v0.1.5
24962024-08-29T16:28:13.842Z Compiling mime_guess v2.0.4
24972024-08-29T16:28:14.039Z Compiling rustfmt-wrapper v0.2.1
24982024-08-29T16:28:14.127Z Checking thiserror-no-std v2.0.2
24992024-08-29T16:28:14.264Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25002024-08-29T16:28:14.379Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25012024-08-29T16:28:14.674Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25022024-08-29T16:28:14.725Z Checking vsss-rs v3.3.4
25032024-08-29T16:28:14.781Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25042024-08-29T16:28:15.011Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052024-08-29T16:28:15.214Z Checking gethostname v0.5.0
25062024-08-29T16:28:15.291Z Checking libsw v3.3.1
25072024-08-29T16:28:15.329Z Checking owo-colors v4.0.0
25082024-08-29T16:28:15.331Z Checking linear-map v1.2.0
25092024-08-29T16:28:15.548Z Checking swrite v0.1.0
25102024-08-29T16:28:15.563Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112024-08-29T16:28:15.677Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25122024-08-29T16:28:16.028Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25132024-08-29T16:28:16.322Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25142024-08-29T16:28:16.499Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25152024-08-29T16:28:16.769Z Checking nanorand v0.7.0
25162024-08-29T16:28:17.119Z Compiling omicron-zone-package v0.11.0
25172024-08-29T16:28:17.140Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182024-08-29T16:28:17.419Z Checking http-range v0.1.5
25192024-08-29T16:28:17.419Z Checking glob v0.3.1
25202024-08-29T16:28:17.444Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25212024-08-29T16:28:17.595Z Checking hyper-staticfile v0.9.5
25222024-08-29T16:28:17.728Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25232024-08-29T16:28:17.988Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25242024-08-29T16:28:18.393Z Checking flume v0.11.0
25252024-08-29T16:28:18.468Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25262024-08-29T16:28:18.658Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25272024-08-29T16:28:18.865Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25282024-08-29T16:28:19.477Z Checking itertools v0.13.0
25292024-08-29T16:28:19.915Z Checking display-error-chain v0.2.1
25302024-08-29T16:28:20.060Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25312024-08-29T16:28:20.568Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322024-08-29T16:28:21.972Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25332024-08-29T16:28:23.250Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25342024-08-29T16:28:23.250Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25352024-08-29T16:28:33.305Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25362024-08-29T16:28:44.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.19s
25372024-08-29T16:28:44.220Z
25382024-08-29T16:28:44.220Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25392024-08-29T16:28:44.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-08-29T16:28:44.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-08-29T16:28:44.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25422024-08-29T16:28:55.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
25432024-08-29T16:28:55.834Z
25442024-08-29T16:28:55.834Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25452024-08-29T16:28:56.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-08-29T16:28:56.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-08-29T16:28:56.539Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25482024-08-29T16:29:07.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
25492024-08-29T16:29:07.408Z
25502024-08-29T16:29:07.408Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25512024-08-29T16:29:07.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-08-29T16:29:07.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-08-29T16:29:08.100Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25542024-08-29T16:29:18.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
25552024-08-29T16:29:19.021Z
25562024-08-29T16:29:19.021Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25572024-08-29T16:29:19.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-08-29T16:29:19.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-08-29T16:29:19.721Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25602024-08-29T16:29:30.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
25612024-08-29T16:29:30.650Z
25622024-08-29T16:29:30.650Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
25632024-08-29T16:29:31.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-08-29T16:29:31.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-08-29T16:29:31.345Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25662024-08-29T16:29:42.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
25672024-08-29T16:29:42.223Z
25682024-08-29T16:29:42.223Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
25692024-08-29T16:29:42.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-08-29T16:29:42.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-08-29T16:29:42.927Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25722024-08-29T16:29:53.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
25732024-08-29T16:29:53.891Z
25742024-08-29T16:29:53.891Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
25752024-08-29T16:29:54.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-08-29T16:29:54.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-08-29T16:29:54.595Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25782024-08-29T16:30:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
25792024-08-29T16:30:05.466Z
25802024-08-29T16:30:05.466Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
25812024-08-29T16:30:06.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-08-29T16:30:06.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-08-29T16:30:06.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-08-29T16:30:06.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25852024-08-29T16:30:06.109Z
25862024-08-29T16:30:06.109Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
25872024-08-29T16:30:06.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-08-29T16:30:06.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-08-29T16:30:06.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-08-29T16:30:06.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25912024-08-29T16:30:06.740Z
25922024-08-29T16:30:06.740Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
25932024-08-29T16:30:07.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-08-29T16:30:07.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-08-29T16:30:07.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-08-29T16:30:07.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25972024-08-29T16:30:07.357Z
25982024-08-29T16:30:07.357Zinfo: running `cargo check --bins` on dpd-client (91/158)
25992024-08-29T16:30:07.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-08-29T16:30:07.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-08-29T16:30:07.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-08-29T16:30:07.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26032024-08-29T16:30:07.948Z
26042024-08-29T16:30:07.948Zinfo: running `cargo check --bins` on installinator-common (92/158)
26052024-08-29T16:30:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-08-29T16:30:08.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-08-29T16:30:08.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-08-29T16:30:08.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26092024-08-29T16:30:08.569Z
26102024-08-29T16:30:08.570Zinfo: running `cargo check --bins` on update-engine (93/158)
26112024-08-29T16:30:09.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-08-29T16:30:09.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-08-29T16:30:09.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-08-29T16:30:09.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26152024-08-29T16:30:09.163Z
26162024-08-29T16:30:09.163Zinfo: running `cargo check --bins` on key-manager (94/158)
26172024-08-29T16:30:09.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-08-29T16:30:09.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-08-29T16:30:09.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-08-29T16:30:09.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26212024-08-29T16:30:09.775Z
26222024-08-29T16:30:09.775Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26232024-08-29T16:30:10.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-08-29T16:30:10.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-08-29T16:30:10.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-08-29T16:30:10.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26272024-08-29T16:30:10.400Z
26282024-08-29T16:30:10.400Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26292024-08-29T16:30:10.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-08-29T16:30:10.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-08-29T16:30:10.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-08-29T16:30:10.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26332024-08-29T16:30:11.038Z
26342024-08-29T16:30:11.038Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26352024-08-29T16:30:11.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-08-29T16:30:11.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-08-29T16:30:11.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-08-29T16:30:11.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26392024-08-29T16:30:11.655Z
26402024-08-29T16:30:11.655Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26412024-08-29T16:30:12.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-08-29T16:30:12.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-08-29T16:30:12.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-08-29T16:30:12.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26452024-08-29T16:30:12.277Z
26462024-08-29T16:30:12.277Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26472024-08-29T16:30:12.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-08-29T16:30:12.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-08-29T16:30:12.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-08-29T16:30:12.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26512024-08-29T16:30:12.901Z
26522024-08-29T16:30:12.901Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26532024-08-29T16:30:13.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-08-29T16:30:13.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-08-29T16:30:13.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-08-29T16:30:13.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26572024-08-29T16:30:13.543Z
26582024-08-29T16:30:13.543Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26592024-08-29T16:30:14.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-08-29T16:30:14.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-08-29T16:30:14.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-08-29T16:30:14.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26632024-08-29T16:30:14.173Z
26642024-08-29T16:30:14.173Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
26652024-08-29T16:30:14.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-08-29T16:30:14.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-08-29T16:30:14.826Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26682024-08-29T16:30:14.826Z Checking bcs v0.1.6
26692024-08-29T16:30:14.826Z Compiling async-recursion v1.1.1
26702024-08-29T16:30:14.826Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26712024-08-29T16:30:14.832Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26722024-08-29T16:30:15.838Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26732024-08-29T16:30:18.834Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26742024-08-29T16:30:20.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
26752024-08-29T16:30:20.585Z
26762024-08-29T16:30:20.585Zinfo: running `cargo check --bins` on oximeter-api (103/158)
26772024-08-29T16:30:21.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-08-29T16:30:21.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-08-29T16:30:21.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-08-29T16:30:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26812024-08-29T16:30:21.196Z
26822024-08-29T16:30:21.196Zinfo: running `cargo check --bins` on oximeter-client (104/158)
26832024-08-29T16:30:21.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-08-29T16:30:21.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-08-29T16:30:21.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862024-08-29T16:30:21.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26872024-08-29T16:30:21.800Z
26882024-08-29T16:30:21.800Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
26892024-08-29T16:30:22.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-08-29T16:30:22.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-08-29T16:30:22.419Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26922024-08-29T16:30:22.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
26932024-08-29T16:30:23.109Z
26942024-08-29T16:30:23.109Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
26952024-08-29T16:30:23.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-08-29T16:30:23.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-08-29T16:30:23.745Z Compiling vte_generate_state_changes v0.1.1
26982024-08-29T16:30:23.745Z Checking fd-lock v4.0.2
26992024-08-29T16:30:23.748Z Checking bytecount v0.6.8
27002024-08-29T16:30:23.748Z Compiling tabled_derive v0.7.0
27012024-08-29T16:30:23.748Z Checking crossterm v0.27.0
27022024-08-29T16:30:23.748Z Compiling peg-macros v0.8.4
27032024-08-29T16:30:23.837Z Compiling sqlparser_derive v0.2.2
27042024-08-29T16:30:23.839Z Checking nu-ansi-term v0.50.0
27052024-08-29T16:30:23.969Z Checking papergrid v0.11.0
27062024-08-29T16:30:23.989Z Checking unicode_categories v0.1.1
27072024-08-29T16:30:24.207Z Checking home v0.5.9
27082024-08-29T16:30:24.283Z Checking sqlformat v0.2.4
27092024-08-29T16:30:24.342Z Checking rustyline v14.0.0
27102024-08-29T16:30:24.456Z Checking vte v0.11.1
27112024-08-29T16:30:24.973Z Checking sqlparser v0.45.0
27122024-08-29T16:30:25.351Z Checking crossterm v0.28.1
27132024-08-29T16:30:25.802Z Checking strip-ansi-escapes v0.2.0
27142024-08-29T16:30:25.937Z Checking reedline v0.33.0
27152024-08-29T16:30:26.326Z Checking tabled v0.15.0
27162024-08-29T16:30:26.780Z Checking peg v0.8.4
27172024-08-29T16:30:30.943Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27182024-08-29T16:30:35.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s
27192024-08-29T16:30:35.820Z
27202024-08-29T16:30:35.820Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27212024-08-29T16:30:36.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-29T16:30:36.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-29T16:30:36.452Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242024-08-29T16:30:41.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
27252024-08-29T16:30:41.393Z
27262024-08-29T16:30:41.393Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27272024-08-29T16:30:41.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-29T16:30:41.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-29T16:30:42.018Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302024-08-29T16:30:46.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
27312024-08-29T16:30:46.782Z
27322024-08-29T16:30:46.782Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27332024-08-29T16:30:47.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-08-29T16:30:47.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-08-29T16:30:47.411Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27362024-08-29T16:30:51.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
27372024-08-29T16:30:51.434Z
27382024-08-29T16:30:51.434Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27392024-08-29T16:30:51.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-08-29T16:30:51.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-08-29T16:30:51.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-08-29T16:30:52.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27432024-08-29T16:30:52.060Z
27442024-08-29T16:30:52.060Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27452024-08-29T16:30:52.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-08-29T16:30:52.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-08-29T16:30:52.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-08-29T16:30:52.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27492024-08-29T16:30:52.646Z
27502024-08-29T16:30:52.646Zinfo: running `cargo check --bins` on installinator-client (112/158)
27512024-08-29T16:30:53.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-08-29T16:30:53.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-08-29T16:30:53.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-08-29T16:30:53.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27552024-08-29T16:30:53.270Z
27562024-08-29T16:30:53.270Zinfo: running `cargo check --bins` on oxide-client (113/158)
27572024-08-29T16:30:53.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-08-29T16:30:53.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-08-29T16:30:53.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-08-29T16:30:53.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27612024-08-29T16:30:53.853Z
27622024-08-29T16:30:53.853Zinfo: running `cargo check --bins` on wicketd-client (114/158)
27632024-08-29T16:30:54.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-08-29T16:30:54.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-08-29T16:30:54.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-08-29T16:30:54.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27672024-08-29T16:30:54.482Z
27682024-08-29T16:30:54.482Zinfo: running `cargo check --bins` on wicket-common (115/158)
27692024-08-29T16:30:55.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-08-29T16:30:55.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-08-29T16:30:55.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-08-29T16:30:55.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27732024-08-29T16:30:55.109Z
27742024-08-29T16:30:55.109Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
27752024-08-29T16:30:55.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-08-29T16:30:55.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-08-29T16:30:55.738Z Checking csv-core v0.1.11
27782024-08-29T16:30:55.741Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792024-08-29T16:30:56.020Z Checking csv v1.3.0
27802024-08-29T16:30:56.506Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27812024-08-29T16:30:56.820Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822024-08-29T16:30:57.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
27832024-08-29T16:30:58.069Z
27842024-08-29T16:30:58.069Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
27852024-08-29T16:30:58.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-08-29T16:30:58.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-08-29T16:30:58.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-08-29T16:30:58.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27892024-08-29T16:30:58.672Z
27902024-08-29T16:30:58.672Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
27912024-08-29T16:30:59.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-08-29T16:30:59.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-08-29T16:30:59.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-08-29T16:30:59.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27952024-08-29T16:30:59.290Z
27962024-08-29T16:30:59.290Zinfo: running `cargo check --bins` on cert-dev (119/158)
27972024-08-29T16:30:59.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-08-29T16:30:59.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-08-29T16:30:59.874Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28002024-08-29T16:31:00.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28012024-08-29T16:31:00.250Z
28022024-08-29T16:31:00.250Zinfo: running `cargo check --bins` on ch-dev (120/158)
28032024-08-29T16:31:00.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-08-29T16:31:00.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-08-29T16:31:00.884Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28062024-08-29T16:31:01.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
28072024-08-29T16:31:01.678Z
28082024-08-29T16:31:01.678Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28092024-08-29T16:31:02.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-08-29T16:31:02.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-08-29T16:31:02.306Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28122024-08-29T16:31:02.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28132024-08-29T16:31:02.766Z
28142024-08-29T16:31:02.766Zinfo: running `cargo check --bins` on db-dev (122/158)
28152024-08-29T16:31:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-08-29T16:31:03.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-08-29T16:31:03.404Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28182024-08-29T16:31:04.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
28192024-08-29T16:31:04.217Z
28202024-08-29T16:31:04.217Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28212024-08-29T16:31:04.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-08-29T16:31:04.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-08-29T16:31:04.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242024-08-29T16:31:04.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28252024-08-29T16:31:04.846Z
28262024-08-29T16:31:04.846Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28272024-08-29T16:31:05.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-08-29T16:31:05.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-08-29T16:31:05.428Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28302024-08-29T16:31:06.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
28312024-08-29T16:31:06.350Z
28322024-08-29T16:31:06.350Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28332024-08-29T16:31:06.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-08-29T16:31:06.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-08-29T16:31:07.036Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28362024-08-29T16:31:07.645Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28372024-08-29T16:31:08.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
28382024-08-29T16:31:08.271Z
28392024-08-29T16:31:08.271Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28402024-08-29T16:31:08.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-08-29T16:31:08.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-08-29T16:31:09.029Z Compiling glob v0.3.1
28432024-08-29T16:31:09.029Z Compiling crunchy v0.2.2
28442024-08-29T16:31:09.032Z Compiling tiny-keccak v2.0.2
28452024-08-29T16:31:09.032Z Compiling dsl_auto_type v0.1.2
28462024-08-29T16:31:09.032Z Checking scheduled-thread-pool v0.2.7
28472024-08-29T16:31:09.032Z Compiling diesel_table_macro_syntax v0.2.0
28482024-08-29T16:31:09.155Z Compiling ascii-canvas v3.0.0
28492024-08-29T16:31:09.166Z Compiling ena v0.14.3
28502024-08-29T16:31:09.366Z Checking r2d2 v0.8.10
28512024-08-29T16:31:09.440Z Compiling libloading v0.8.3
28522024-08-29T16:31:09.567Z Compiling bindgen v0.69.4
28532024-08-29T16:31:09.582Z Compiling regex-syntax v0.6.29
28542024-08-29T16:31:09.661Z Compiling diff v0.1.13
28552024-08-29T16:31:09.708Z Compiling which v4.4.2
28562024-08-29T16:31:09.852Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28572024-08-29T16:31:10.049Z Compiling clang-sys v1.7.0
28582024-08-29T16:31:10.106Z Compiling cexpr v0.6.0
28592024-08-29T16:31:10.297Z Compiling shlex v1.3.0
28602024-08-29T16:31:10.326Z Compiling ref-cast v1.0.23
28612024-08-29T16:31:10.351Z Compiling lazycell v1.3.0
28622024-08-29T16:31:10.406Z Compiling rustc-hash v1.1.0
28632024-08-29T16:31:10.518Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28642024-08-29T16:31:10.558Z Compiling derive_builder_core v0.20.0
28652024-08-29T16:31:10.716Z Compiling libxml v0.3.3
28662024-08-29T16:31:10.736Z Compiling diesel_derives v2.2.2
28672024-08-29T16:31:10.826Z Compiling ref-cast-impl v1.0.23
28682024-08-29T16:31:10.905Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28692024-08-29T16:31:11.143Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28702024-08-29T16:31:11.393Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28712024-08-29T16:31:11.685Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28722024-08-29T16:31:11.859Z Compiling strum_macros v0.24.3
28732024-08-29T16:31:12.071Z Compiling dropshot v0.10.1
28742024-08-29T16:31:12.146Z Compiling indoc v1.0.9
28752024-08-29T16:31:12.955Z Compiling lalrpop v0.19.12
28762024-08-29T16:31:13.144Z Compiling derive_builder_macro v0.20.0
28772024-08-29T16:31:14.034Z Checking derive_builder v0.20.0
28782024-08-29T16:31:14.300Z Checking tungstenite v0.23.0
28792024-08-29T16:31:14.534Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28802024-08-29T16:31:14.832Z Compiling dropshot_endpoint v0.10.1
28812024-08-29T16:31:15.238Z Compiling oso-derive v0.27.3
28822024-08-29T16:31:15.317Z Compiling impl-trait-for-tuples v0.2.2
28832024-08-29T16:31:15.457Z Checking quick-xml v0.31.0
28842024-08-29T16:31:16.337Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28852024-08-29T16:31:16.652Z Checking maplit v1.0.2
28862024-08-29T16:31:16.842Z Checking tokio-tungstenite v0.23.1
28872024-08-29T16:31:17.342Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28882024-08-29T16:31:17.540Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28892024-08-29T16:31:17.836Z Checking bb8 v0.8.5
28902024-08-29T16:31:18.309Z Compiling const_format_proc_macros v0.2.32
28912024-08-29T16:31:19.055Z Checking crossbeam-deque v0.8.5
28922024-08-29T16:31:19.422Z Compiling portable-atomic v1.6.0
28932024-08-29T16:31:20.513Z Checking const_format v0.2.32
28942024-08-29T16:31:20.532Z Checking rayon-core v1.12.1
28952024-08-29T16:31:20.644Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
28962024-08-29T16:31:21.001Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28972024-08-29T16:31:21.225Z Checking castaway v0.2.3
28982024-08-29T16:31:21.318Z Checking rayon v1.10.0
28992024-08-29T16:31:21.381Z Checking compact_str v0.8.0
29002024-08-29T16:31:22.778Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012024-08-29T16:31:23.024Z Checking unicode-truncate v1.0.0
29022024-08-29T16:31:23.080Z Checking lru v0.12.3
29032024-08-29T16:31:23.271Z Compiling instability v0.3.2
29042024-08-29T16:31:23.326Z Checking unicode-linebreak v0.1.5
29052024-08-29T16:31:23.366Z Checking number_prefix v0.4.0
29062024-08-29T16:31:23.468Z Checking diesel v2.2.3
29072024-08-29T16:31:23.563Z Checking cassowary v0.3.0
29082024-08-29T16:31:23.693Z Checking smawk v0.3.2
29092024-08-29T16:31:23.741Z Checking multimap v0.10.0
29102024-08-29T16:31:23.900Z Checking textwrap v0.16.1
29112024-08-29T16:31:24.235Z Checking ratatui v0.28.0
29122024-08-29T16:31:25.025Z Checking indicatif v0.17.8
29132024-08-29T16:31:44.485Z Compiling samael v0.0.15
29142024-08-29T16:31:58.168Z Checking async-bb8-diesel v0.2.1
29152024-08-29T16:31:58.312Z Compiling polar-core v0.27.3
29162024-08-29T16:32:04.927Z Checking oso v0.27.3
29172024-08-29T16:32:59.658Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29182024-08-29T16:33:04.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
29192024-08-29T16:33:04.729Z
29202024-08-29T16:33:04.729Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29212024-08-29T16:33:05.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-08-29T16:33:05.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-08-29T16:33:05.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242024-08-29T16:33:05.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29252024-08-29T16:33:05.393Z
29262024-08-29T16:33:05.393Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29272024-08-29T16:33:05.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-08-29T16:33:06.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-08-29T16:33:06.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302024-08-29T16:33:06.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29312024-08-29T16:33:06.054Z
29322024-08-29T16:33:06.054Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29332024-08-29T16:33:06.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-08-29T16:33:06.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-08-29T16:33:06.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362024-08-29T16:33:06.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29372024-08-29T16:33:06.635Z
29382024-08-29T16:33:06.635Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29392024-08-29T16:33:07.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402024-08-29T16:33:07.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412024-08-29T16:33:07.402Z Compiling libz-sys v1.1.16
29422024-08-29T16:33:07.503Z Compiling libgit2-sys v0.17.0+1.8.1
29432024-08-29T16:33:07.512Z Compiling vergen v8.3.2
29442024-08-29T16:33:07.514Z Compiling cargo-platform v0.1.8
29452024-08-29T16:33:07.514Z Compiling pin-project-internal v1.1.5
29462024-08-29T16:33:07.541Z Compiling snafu-derive v0.8.2
29472024-08-29T16:33:07.544Z Compiling libsqlite3-sys v0.28.0
29482024-08-29T16:33:07.544Z Compiling buf-list v1.0.3
29492024-08-29T16:33:07.826Z Compiling cargo_metadata v0.18.1
29502024-08-29T16:33:08.036Z Checking globset v0.4.14
29512024-08-29T16:33:08.148Z Checking olpc-cjson v0.1.3
29522024-08-29T16:33:08.269Z Checking rand_seeder v0.3.0
29532024-08-29T16:33:08.356Z Checking serde_plain v1.0.2
29542024-08-29T16:33:08.407Z Checking typed-path v0.7.1
29552024-08-29T16:33:08.473Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29562024-08-29T16:33:08.651Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29572024-08-29T16:33:08.785Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29582024-08-29T16:33:08.947Z Checking hashlink v0.9.1
29592024-08-29T16:33:09.013Z Checking fallible-iterator v0.3.0
29602024-08-29T16:33:09.046Z Checking fallible-streaming-iterator v0.1.9
29612024-08-29T16:33:09.294Z Checking parse-size v1.0.0
29622024-08-29T16:33:09.533Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29632024-08-29T16:33:09.569Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29642024-08-29T16:33:09.657Z Checking rusqlite v0.31.0
29652024-08-29T16:33:10.198Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29662024-08-29T16:33:10.387Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29672024-08-29T16:33:10.475Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29682024-08-29T16:33:10.492Z Checking pin-project v1.1.5
29692024-08-29T16:33:10.551Z Checking twox-hash v1.6.3
29702024-08-29T16:33:10.595Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29712024-08-29T16:33:10.973Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29722024-08-29T16:33:11.144Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29732024-08-29T16:33:11.240Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29742024-08-29T16:33:11.506Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29752024-08-29T16:33:11.615Z Checking fatfs v0.3.6
29762024-08-29T16:33:12.253Z Checking assert_matches v1.5.0
29772024-08-29T16:33:12.809Z Checking snafu v0.8.2
29782024-08-29T16:33:13.210Z Checking tough v0.17.1
29792024-08-29T16:33:17.015Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29802024-08-29T16:33:18.148Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29812024-08-29T16:33:18.509Z Compiling git2 v0.19.0
29822024-08-29T16:33:22.981Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29832024-08-29T16:34:09.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
29842024-08-29T16:34:10.068Z
29852024-08-29T16:34:10.068Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
29862024-08-29T16:34:10.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-08-29T16:34:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-08-29T16:34:10.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892024-08-29T16:34:10.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29902024-08-29T16:34:10.740Z
29912024-08-29T16:34:10.740Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
29922024-08-29T16:34:11.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-08-29T16:34:11.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-08-29T16:34:11.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952024-08-29T16:34:11.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29962024-08-29T16:34:11.331Z
29972024-08-29T16:34:11.331Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
29982024-08-29T16:34:11.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-08-29T16:34:11.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-08-29T16:34:11.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012024-08-29T16:34:11.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30022024-08-29T16:34:11.966Z
30032024-08-29T16:34:11.966Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30042024-08-29T16:34:12.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-08-29T16:34:12.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-08-29T16:34:12.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072024-08-29T16:34:12.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30082024-08-29T16:34:12.631Z
30092024-08-29T16:34:12.631Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30102024-08-29T16:34:13.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-08-29T16:34:13.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-08-29T16:34:13.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132024-08-29T16:34:13.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30142024-08-29T16:34:13.293Z
30152024-08-29T16:34:13.293Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30162024-08-29T16:34:13.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-08-29T16:34:13.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-08-29T16:34:13.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192024-08-29T16:34:13.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30202024-08-29T16:34:13.952Z
30212024-08-29T16:34:13.952Zinfo: running `cargo check --bins` on update-common (137/158)
30222024-08-29T16:34:14.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-08-29T16:34:14.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-08-29T16:34:14.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-08-29T16:34:14.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30262024-08-29T16:34:14.596Z
30272024-08-29T16:34:14.596Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30282024-08-29T16:34:15.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-08-29T16:34:15.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-08-29T16:34:15.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-08-29T16:34:15.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30322024-08-29T16:34:15.224Z
30332024-08-29T16:34:15.224Zinfo: running `cargo check --bins` on tufaceous (139/158)
30342024-08-29T16:34:15.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-08-29T16:34:15.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-08-29T16:34:15.864Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30372024-08-29T16:34:16.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
30382024-08-29T16:34:16.873Z
30392024-08-29T16:34:16.873Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30402024-08-29T16:34:17.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-08-29T16:34:17.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-08-29T16:34:17.680Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30432024-08-29T16:34:17.680Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30442024-08-29T16:34:17.683Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30452024-08-29T16:34:18.960Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30462024-08-29T16:34:21.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
30472024-08-29T16:34:21.447Z
30482024-08-29T16:34:21.447Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30492024-08-29T16:34:22.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-08-29T16:34:22.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-08-29T16:34:22.125Z Checking heck v0.4.1
30522024-08-29T16:34:22.125Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30532024-08-29T16:34:22.127Z Checking is_ci v1.2.0
30542024-08-29T16:34:22.128Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30552024-08-29T16:34:22.128Z Checking indent_write v2.2.0
30562024-08-29T16:34:22.315Z Checking supports-color v3.0.0
30572024-08-29T16:34:22.387Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30582024-08-29T16:34:23.669Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30592024-08-29T16:34:24.451Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30602024-08-29T16:34:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
30612024-08-29T16:34:25.559Z
30622024-08-29T16:34:25.560Zinfo: running `cargo check --bins` on installinator-api (142/158)
30632024-08-29T16:34:26.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-08-29T16:34:26.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-08-29T16:34:26.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-08-29T16:34:26.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672024-08-29T16:34:26.184Z
30682024-08-29T16:34:26.184Zinfo: running `cargo check --bins` on wicketd-api (143/158)
30692024-08-29T16:34:26.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-08-29T16:34:26.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-08-29T16:34:26.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-08-29T16:34:26.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30732024-08-29T16:34:26.827Z
30742024-08-29T16:34:26.827Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
30752024-08-29T16:34:27.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-08-29T16:34:27.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-08-29T16:34:27.531Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30782024-08-29T16:34:28.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
30792024-08-29T16:34:28.847Z
30802024-08-29T16:34:28.847Zinfo: running `cargo check --bins` on omicron-releng (145/158)
30812024-08-29T16:34:29.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-08-29T16:34:29.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-08-29T16:34:29.502Z Checking memmap2 v0.9.4
30842024-08-29T16:34:29.502Z Checking arrayvec v0.7.4
30852024-08-29T16:34:29.502Z Checking spin v0.5.2
30862024-08-29T16:34:29.504Z Checking arrayref v0.3.7
30872024-08-29T16:34:29.504Z Checking constant_time_eq v0.3.0
30882024-08-29T16:34:29.504Z Checking untrusted v0.7.1
30892024-08-29T16:34:29.504Z Checking cargo-platform v0.1.8
30902024-08-29T16:34:29.593Z Checking topological-sort v0.2.2
30912024-08-29T16:34:29.668Z Checking shell-words v1.1.0
30922024-08-29T16:34:29.771Z Checking ring v0.16.20
30932024-08-29T16:34:29.882Z Checking cargo_metadata v0.18.1
30942024-08-29T16:34:29.893Z Checking blake3 v1.5.1
30952024-08-29T16:34:30.848Z Checking omicron-zone-package v0.11.0
30962024-08-29T16:34:31.856Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30972024-08-29T16:34:32.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
30982024-08-29T16:34:32.810Z
30992024-08-29T16:34:32.810Zinfo: running `cargo check --bins` on xtask (146/158)
31002024-08-29T16:34:33.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-08-29T16:34:33.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-08-29T16:34:33.274Z Checking bitflags v2.6.0
31032024-08-29T16:34:33.276Z Checking serde v1.0.208
31042024-08-29T16:34:33.276Z Checking thiserror v1.0.63
31052024-08-29T16:34:33.358Z Checking scroll v0.12.0
31062024-08-29T16:34:33.361Z Checking log v0.4.21
31072024-08-29T16:34:33.371Z Checking hashbrown v0.14.5
31082024-08-29T16:34:33.373Z Checking zerocopy v0.7.34
31092024-08-29T16:34:33.393Z Checking syn v2.0.74
31102024-08-29T16:34:33.450Z Checking pest v2.7.10
31112024-08-29T16:34:33.587Z Checking rustix v0.38.34
31122024-08-29T16:34:33.601Z Checking fs-err v2.11.0
31132024-08-29T16:34:33.792Z Checking goblin v0.8.2
31142024-08-29T16:34:33.893Z Checking anyhow v1.0.86
31152024-08-29T16:34:34.236Z Checking tabled v0.15.0
31162024-08-29T16:34:34.491Z Checking indexmap v2.4.0
31172024-08-29T16:34:35.547Z Checking terminal_size v0.3.0
31182024-08-29T16:34:35.547Z Checking tempfile v3.10.1
31192024-08-29T16:34:35.709Z Checking clap_builder v4.5.15
31202024-08-29T16:34:35.817Z Checking dtrace-parser v0.2.0
31212024-08-29T16:34:37.646Z Checking clap v4.5.16
31222024-08-29T16:34:37.710Z Checking serde_json v1.0.125
31232024-08-29T16:34:37.710Z Checking toml_datetime v0.6.8
31242024-08-29T16:34:37.713Z Checking serde_spanned v0.6.7
31252024-08-29T16:34:37.713Z Checking camino v1.1.9
31262024-08-29T16:34:37.713Z Checking semver v1.0.23
31272024-08-29T16:34:37.713Z Checking cargo-platform v0.1.8
31282024-08-29T16:34:37.713Z Checking macaddr v1.0.1
31292024-08-29T16:34:38.005Z Checking toml_edit v0.22.20
31302024-08-29T16:34:38.122Z Checking camino-tempfile v1.1.1
31312024-08-29T16:34:38.731Z Checking dof v0.3.0
31322024-08-29T16:34:38.731Z Checking cargo_metadata v0.18.1
31332024-08-29T16:34:39.120Z Checking usdt-impl v0.5.0
31342024-08-29T16:34:39.473Z Checking usdt v0.5.0
31352024-08-29T16:34:39.606Z Checking toml v0.8.19
31362024-08-29T16:34:40.041Z Checking cargo_toml v0.20.4
31372024-08-29T16:34:41.189Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31382024-08-29T16:34:41.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
31392024-08-29T16:34:41.849Z
31402024-08-29T16:34:41.849Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31412024-08-29T16:34:42.296Z Downloading crates ...
31422024-08-29T16:34:42.526Z Downloaded ed25519-dalek v2.1.1
31432024-08-29T16:34:42.529Z Downloaded primeorder v0.13.6
31442024-08-29T16:34:42.531Z Downloaded dhcproto-macros v0.1.0
31452024-08-29T16:34:42.531Z Downloaded polyval v0.6.2
31462024-08-29T16:34:42.533Z Downloaded option-ext v0.2.0
31472024-08-29T16:34:42.538Z Downloaded md5 v0.7.0
31482024-08-29T16:34:42.538Z Downloaded russh-cryptovec v0.7.2
31492024-08-29T16:34:42.544Z Downloaded ssh-encoding v0.2.0
31502024-08-29T16:34:42.547Z Downloaded dirs-sys v0.4.1
31512024-08-29T16:34:42.550Z Downloaded internet-checksum v0.2.1
31522024-08-29T16:34:42.550Z Downloaded hex-literal v0.4.1
31532024-08-29T16:34:42.550Z Downloaded blowfish v0.9.1
31542024-08-29T16:34:42.550Z Downloaded bcrypt-pbkdf v0.10.0
31552024-08-29T16:34:42.552Z Downloaded ssh-cipher v0.2.0
31562024-08-29T16:34:42.552Z Downloaded pbkdf2 v0.11.0
31572024-08-29T16:34:42.554Z Downloaded password-hash v0.4.2
31582024-08-29T16:34:42.557Z Downloaded ghash v0.5.1
31592024-08-29T16:34:42.557Z Downloaded ed25519 v2.2.3
31602024-08-29T16:34:42.559Z Downloaded rfc6979 v0.4.0
31612024-08-29T16:34:42.559Z Downloaded dirs v5.0.1
31622024-08-29T16:34:42.565Z Downloaded russh-keys v0.44.0
31632024-08-29T16:34:42.569Z Downloaded ecdsa v0.16.9
31642024-08-29T16:34:42.573Z Downloaded dhcproto v0.12.0
31652024-08-29T16:34:42.576Z Downloaded p256 v0.13.2
31662024-08-29T16:34:42.586Z Downloaded num-bigint v0.4.5
31672024-08-29T16:34:42.592Z Downloaded ssh-key v0.6.6
31682024-08-29T16:34:42.597Z Downloaded aes-gcm v0.10.3
31692024-08-29T16:34:42.600Z Downloaded p521 v0.13.3
31702024-08-29T16:34:42.603Z Downloaded p384 v0.13.0
31712024-08-29T16:34:42.608Z Downloaded russh v0.44.1
31722024-08-29T16:34:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732024-08-29T16:34:42.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742024-08-29T16:34:42.739Z Checking polyval v0.6.2
31752024-08-29T16:34:42.739Z Checking rfc6979 v0.4.0
31762024-08-29T16:34:42.850Z Checking primeorder v0.13.6
31772024-08-29T16:34:42.852Z Checking ctr v0.9.2
31782024-08-29T16:34:42.868Z Checking ed25519 v2.2.3
31792024-08-29T16:34:42.871Z Checking ssh-encoding v0.2.0
31802024-08-29T16:34:42.871Z Checking blowfish v0.9.1
31812024-08-29T16:34:42.871Z Checking option-ext v0.2.0
31822024-08-29T16:34:42.963Z Checking ecdsa v0.16.9
31832024-08-29T16:34:43.016Z Checking dirs-sys v0.4.1
31842024-08-29T16:34:43.088Z Checking ghash v0.5.1
31852024-08-29T16:34:43.117Z Checking password-hash v0.4.2
31862024-08-29T16:34:43.132Z Checking bcrypt-pbkdf v0.10.0
31872024-08-29T16:34:43.153Z Checking ed25519-dalek v2.1.1
31882024-08-29T16:34:43.187Z Checking matches v0.1.10
31892024-08-29T16:34:43.205Z Checking dirs v5.0.1
31902024-08-29T16:34:43.251Z Checking aes-gcm v0.10.3
31912024-08-29T16:34:43.271Z Compiling enum-as-inner v0.5.1
31922024-08-29T16:34:43.285Z Checking idna v0.2.3
31932024-08-29T16:34:43.329Z Checking russh-cryptovec v0.7.2
31942024-08-29T16:34:43.358Z Checking md5 v0.7.0
31952024-08-29T16:34:43.471Z Checking ssh-cipher v0.2.0
31962024-08-29T16:34:43.492Z Checking num-bigint v0.4.5
31972024-08-29T16:34:43.513Z Checking hex-literal v0.4.1
31982024-08-29T16:34:43.531Z Checking pbkdf2 v0.11.0
31992024-08-29T16:34:43.619Z Compiling dhcproto-macros v0.1.0
32002024-08-29T16:34:43.636Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32012024-08-29T16:34:43.639Z Checking p521 v0.13.3
32022024-08-29T16:34:43.747Z Checking ssh-key v0.6.6
32032024-08-29T16:34:43.792Z Checking p256 v0.13.2
32042024-08-29T16:34:44.082Z Checking p384 v0.13.0
32052024-08-29T16:34:44.261Z Checking trust-dns-proto v0.22.0
32062024-08-29T16:34:44.278Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32072024-08-29T16:34:44.568Z Checking internet-checksum v0.2.1
32082024-08-29T16:34:45.252Z Checking russh-keys v0.44.0
32092024-08-29T16:34:46.108Z Checking russh v0.44.1
32102024-08-29T16:34:46.848Z Checking dhcproto v0.12.0
32112024-08-29T16:35:02.207Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32122024-08-29T16:35:03.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.57s
32132024-08-29T16:35:03.601Z
32142024-08-29T16:35:03.601Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32152024-08-29T16:35:04.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-08-29T16:35:04.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-08-29T16:35:04.221Z Checking termios v0.3.3
32182024-08-29T16:35:04.418Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32192024-08-29T16:35:05.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
32202024-08-29T16:35:05.264Z
32212024-08-29T16:35:05.264Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32222024-08-29T16:35:05.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-08-29T16:35:05.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-08-29T16:35:05.932Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32252024-08-29T16:35:07.798Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32262024-08-29T16:35:09.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
32272024-08-29T16:35:09.598Z
32282024-08-29T16:35:09.599Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32292024-08-29T16:35:10.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-08-29T16:35:10.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-08-29T16:35:10.211Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32322024-08-29T16:35:10.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32332024-08-29T16:35:10.774Z
32342024-08-29T16:35:10.774Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32352024-08-29T16:35:11.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-08-29T16:35:11.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-08-29T16:35:11.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382024-08-29T16:35:11.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32392024-08-29T16:35:11.356Z
32402024-08-29T16:35:11.356Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32412024-08-29T16:35:11.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-08-29T16:35:11.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-08-29T16:35:11.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442024-08-29T16:35:11.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32452024-08-29T16:35:11.939Z
32462024-08-29T16:35:11.939Zinfo: running `cargo check --bins` on omicron-package (153/158)
32472024-08-29T16:35:12.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-08-29T16:35:12.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-08-29T16:35:12.580Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32502024-08-29T16:35:13.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
32512024-08-29T16:35:13.885Z
32522024-08-29T16:35:13.885Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32532024-08-29T16:35:14.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542024-08-29T16:35:14.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552024-08-29T16:35:14.555Z Checking rtoolbox v0.0.2
32562024-08-29T16:35:14.555Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32572024-08-29T16:35:14.555Z Checking tui-tree-widget v0.22.0
32582024-08-29T16:35:14.767Z Checking rpassword v7.3.1
32592024-08-29T16:35:18.445Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32602024-08-29T16:35:21.118Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32612024-08-29T16:35:22.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s
32622024-08-29T16:35:22.285Z
32632024-08-29T16:35:22.285Zinfo: running `cargo check --bins` on wicket (155/158)
32642024-08-29T16:35:22.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652024-08-29T16:35:22.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662024-08-29T16:35:22.954Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32672024-08-29T16:35:23.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32682024-08-29T16:35:23.473Z
32692024-08-29T16:35:23.473Zinfo: running `cargo check --bins` on wicketd (156/158)
32702024-08-29T16:35:24.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712024-08-29T16:35:24.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722024-08-29T16:35:24.160Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32732024-08-29T16:35:27.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32742024-08-29T16:35:27.755Z
32752024-08-29T16:35:27.755Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32762024-08-29T16:35:28.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772024-08-29T16:35:28.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782024-08-29T16:35:28.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792024-08-29T16:35:28.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32802024-08-29T16:35:28.346Z
32812024-08-29T16:35:28.346Zinfo: running `cargo check --bins` on zone-setup (158/158)
32822024-08-29T16:35:28.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832024-08-29T16:35:28.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842024-08-29T16:35:29.058Z Checking uzers v0.11.3
32852024-08-29T16:35:29.342Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32862024-08-29T16:35:30.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
32872024-08-29T16:35:30.489Z
32882024-08-29T16:35:30.490Zreal 10:16.466661775
32892024-08-29T16:35:30.490Zuser 22:37.931803537
32902024-08-29T16:35:30.490Zsys 4:54.135722720
32912024-08-29T16:35:30.490Ztrap 0.497609194
32922024-08-29T16:35:30.490Ztflt 3.034631436
32932024-08-29T16:35:30.490Zdflt 2.001243552
32942024-08-29T16:35:30.490Zkflt 0.002624167
32952024-08-29T16:35:30.495Zlock 39:41.540472499
32962024-08-29T16:35:30.495Zslp 1:51:15.627163845
32972024-08-29T16:35:30.495Zlat 57.174467462
32982024-08-29T16:35:30.496Zstop 2:43.464245851
32992024-08-29T16:35:30.496Zprocess exited: duration 852287 ms, exit code 0
 
33002024-08-29T16:35:30.505Zfound 0 output files