01J2WR9Z8SF2475VRVYFGNBEWJ: 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: 01J2WRA7JVYWJ71AEYRR4J8G30

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-16T03:11:05.781Zjob assigned to worker 01J2WRACA6A3B5TX3PNH79SGMR (queued for 38 s)
 
22024-07-16T03:11:05.989Zstarting task 0: "setup"
32024-07-16T03:11:06.014Z++ uname -s
42024-07-16T03:11:06.014Z+ kern=SunOS
52024-07-16T03:11:06.014Z+ case "$kern" in
62024-07-16T03:11:06.014Z+ groupadd -g 12345 build
72024-07-16T03:11:06.014Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-16T03:11:08.020Z+ zfs create -o mountpoint=/work rpool/work
92024-07-16T03:11:08.066Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-16T03:11:08.090Z+ home_fs=zfs
112024-07-16T03:11:08.090Z+ [[ zfs == autofs ]]
122024-07-16T03:11:08.091Z+ mkdir -p /home/build
132024-07-16T03:11:08.091Z+ chown build:build /home/build /work
142024-07-16T03:11:10.077Z+ chmod 0700 /home/build /work
152024-07-16T03:11:10.102Zprocess exited: duration 4093 ms, exit code 0
 
162024-07-16T03:11:10.151Zstarting task 1: "rust-toolchain"
172024-07-16T03:11:10.176Z+ printf ' * toolchain channel = "%s"
182024-07-16T03:11:10.176Z' 1.78.0
192024-07-16T03:11:10.176Z+ printf ' * toolchain profile = "%s"
202024-07-16T03:11:10.176Z' default
212024-07-16T03:11:10.176Z * toolchain channel = "1.78.0"
222024-07-16T03:11:10.176Z * toolchain profile = "default"
232024-07-16T03:11:10.176Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-16T03:11:10.176Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-16T03:11:10.323Zinfo: downloading installer
262024-07-16T03:11:11.038Zinfo: profile set to 'default'
272024-07-16T03:11:11.038Zinfo: default host triple is x86_64-unknown-illumos
282024-07-16T03:11:11.038Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-16T03:11:11.151Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-16T03:11:11.151Zinfo: downloading component 'cargo'
312024-07-16T03:11:11.343Zinfo: downloading component 'clippy'
322024-07-16T03:11:11.413Zinfo: downloading component 'rust-docs'
332024-07-16T03:11:11.677Zinfo: downloading component 'rust-std'
342024-07-16T03:11:12.284Zinfo: downloading component 'rustc'
352024-07-16T03:11:13.274Zinfo: downloading component 'rustfmt'
362024-07-16T03:11:13.316Zinfo: installing component 'cargo'
372024-07-16T03:11:14.374Zinfo: installing component 'clippy'
382024-07-16T03:11:14.777Zinfo: installing component 'rust-docs'
392024-07-16T03:11:17.279Zinfo: installing component 'rust-std'
402024-07-16T03:11:19.236Zinfo: installing component 'rustc'
412024-07-16T03:11:24.278Zinfo: installing component 'rustfmt'
422024-07-16T03:11:24.665Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-16T03:11:24.665Z
442024-07-16T03:11:24.784Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-16T03:11:24.784Z
462024-07-16T03:11:24.784Z
472024-07-16T03:11:24.784ZRust is installed now. Great!
482024-07-16T03:11:24.784Z
492024-07-16T03:11:24.809ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-16T03:11:24.809Zenvironment variable. This has not been done automatically.
512024-07-16T03:11:24.809Z
522024-07-16T03:11:24.809ZTo configure your current shell, you need to source
532024-07-16T03:11:24.809Zthe corresponding env file under $HOME/.cargo.
542024-07-16T03:11:24.809Z
552024-07-16T03:11:24.809ZThis is usually done by running one of the following (note the leading DOT):
562024-07-16T03:11:24.809Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-16T03:11:24.809Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-16T03:11:24.868Z+ rustc --version
592024-07-16T03:11:24.977Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-16T03:11:25.002Zprocess exited: duration 14830 ms, exit code 0
 
612024-07-16T03:11:25.055Zstarting task 2: "authentication"
622024-07-16T03:11:25.112Zprocess exited: duration 60 ms, exit code 0
 
632024-07-16T03:11:25.164Zstarting task 3: "clone repository"
642024-07-16T03:11:25.189Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-16T03:11:25.189Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-16T03:11:25.213ZCloning into '/work/oxidecomputer/omicron'...
672024-07-16T03:11:30.611Z+ cd /work/oxidecomputer/omicron
682024-07-16T03:11:30.612Z+ git fetch origin 4d4789761a08d0457fe7f356515df24f4e8b73a6
692024-07-16T03:11:30.973ZFrom https://github.com/oxidecomputer/omicron
702024-07-16T03:11:30.973Z * branch 4d4789761a08d0457fe7f356515df24f4e8b73a6 -> FETCH_HEAD
712024-07-16T03:11:30.997Z+ [[ -n renovate/taiki-e-install-action-digest ]]
722024-07-16T03:11:30.997Z++ git branch --show-current
732024-07-16T03:11:31.022Z+ current=main
742024-07-16T03:11:31.022Z+ [[ main != renovate/taiki-e-install-action-digest ]]
752024-07-16T03:11:31.022Z+ git branch -f renovate/taiki-e-install-action-digest 4d4789761a08d0457fe7f356515df24f4e8b73a6
762024-07-16T03:11:31.022Z+ git checkout -f renovate/taiki-e-install-action-digest
772024-07-16T03:11:31.166ZSwitched to branch 'renovate/taiki-e-install-action-digest'
782024-07-16T03:11:31.191Z+ git reset --hard 4d4789761a08d0457fe7f356515df24f4e8b73a6
792024-07-16T03:11:31.191ZHEAD is now at 4d4789761 Update taiki-e/install-action digest to 3e71e71
802024-07-16T03:11:31.191Zprocess exited: duration 6024 ms, exit code 0
 
812024-07-16T03:11:31.239Zstarting task 4: "build"
822024-07-16T03:11:31.263Z+ cargo --version
832024-07-16T03:11:31.312Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-16T03:11:31.336Z+ rustc --version
852024-07-16T03:11:31.388Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-16T03:11:31.413Z+ source ./env.sh
872024-07-16T03:11:31.413Z++ OLD_SHELL_OPTS=ehxB
882024-07-16T03:11:31.413Z++ set -o xtrace
892024-07-16T03:11:31.413Z++++ dirname ./env.sh
902024-07-16T03:11:31.413Z+++ readlink -f .
912024-07-16T03:11:31.413Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ 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-07-16T03:11:31.413Z++ case $OLD_SHELL_OPTS in
1012024-07-16T03:11:31.413Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-16T03:11:31.413Z+ 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-07-16T03:11:31.414Z+ 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-07-16T03:11:31.414Z+ banner prerequisites
1052024-07-16T03:11:31.414Z
1062024-07-16T03:11:31.414Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-16T03:11:31.414Z # # # # # # # # # # # # # # #
1082024-07-16T03:11:31.414Z # # # # ##### # # ##### # # # # # #### #
1092024-07-16T03:11:31.414Z ##### ##### # ##### # # # # # # # # #
1102024-07-16T03:11:31.414Z # # # # # # # # # # # # # # #
1112024-07-16T03:11:31.414Z # # # ###### # # ###### ### # #### # #### #
1122024-07-16T03:11:31.414Z
1132024-07-16T03:11:31.414Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-16T03:11:37.616Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-16T03:11:39.805Z Startup: Caching catalogs ... Done
1162024-07-16T03:11:43.274ZPlanning: Solver setup ... Done (2.823s)
1172024-07-16T03:11:43.342ZPlanning: Running solver ... Done (0.068s)
1182024-07-16T03:11:43.388ZPlanning: Finding local manifests ... Done (0.002s)
1192024-07-16T03:11:43.464ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-16T03:11:43.836ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-16T03:11:43.900ZPlanning: Package planning ... Done (0.064s)
1222024-07-16T03:11:43.959ZPlanning: Merging actions ... Done (0.059s)
1232024-07-16T03:11:44.307ZPlanning: Checking for conflicting actions ... Done (0.347s)
1242024-07-16T03:11:44.331ZPlanning: Consolidating action changes ... Done (0.013s)
1252024-07-16T03:11:44.957ZPlanning: Evaluating mediators ... Done (0.635s)
1262024-07-16T03:11:44.981ZPlanning: Planning completed in 5.10 seconds
1272024-07-16T03:11:45.006Z Packages to install: 4
1282024-07-16T03:11:45.006Z Mediators to change: 2
1292024-07-16T03:11:45.006Z Services to change: 1
1302024-07-16T03:11:45.006Z Estimated space available: 148.89 GB
1312024-07-16T03:11:45.006ZEstimated space to be consumed: 1.46 GB
1322024-07-16T03:11:45.006Z Create boot environment: No
1332024-07-16T03:11:45.006ZCreate backup boot environment: No
1342024-07-16T03:11:45.006Z Rebuild boot archive: No
1352024-07-16T03:11:45.006Z
1362024-07-16T03:11:45.006ZChanged mediators:
1372024-07-16T03:11:45.006Z mediator clang:
1382024-07-16T03:11:45.006Z version: None -> 15 (system default)
1392024-07-16T03:11:45.006Z
1402024-07-16T03:11:45.006Z mediator llvm:
1412024-07-16T03:11:45.006Z version: 14 (system default) -> 15 (system default)
1422024-07-16T03:11:45.006Z
1432024-07-16T03:11:45.006ZChanged packages:
1442024-07-16T03:11:45.006Zhelios-dev
1452024-07-16T03:11:45.006Z developer/build-essential
1462024-07-16T03:11:45.007Z None -> 11-2.0
1472024-07-16T03:11:45.007Z library/libxmlsec1
1482024-07-16T03:11:45.007Z None -> 1.2.35-2.0
1492024-07-16T03:11:45.007Z ooce/developer/clang-15
1502024-07-16T03:11:45.007Z None -> 15.0.7-2.0
1512024-07-16T03:11:45.007Z ooce/developer/llvm-15
1522024-07-16T03:11:45.007Z None -> 15.0.7-2.0
1532024-07-16T03:11:45.007Z
1542024-07-16T03:11:45.007ZServices:
1552024-07-16T03:11:45.007Z restart_fmri:
1562024-07-16T03:11:45.007Z svc:/system/update-man-index:default
1572024-07-16T03:11:45.031Z
1582024-07-16T03:11:45.031ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-16T03:11:50.031ZDownload: 1190/3290 items 67.7/212.6MB 31% complete (13.5M/s)
1602024-07-16T03:11:55.034ZDownload: 1666/3290 items 118.0/212.6MB 55% complete (12.0M/s)
1612024-07-16T03:12:00.860ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (9.7M/s)
1622024-07-16T03:12:05.859ZDownload: 2847/3290 items 121.1/212.6MB 56% complete (282k/s)
1632024-07-16T03:12:10.861ZDownload: 3277/3290 items 209.0/212.6MB 98% complete (9.1M/s)
1642024-07-16T03:12:12.041ZDownload: Completed 212.60 MB in 27.01 seconds (7.9M/s)
1652024-07-16T03:12:12.202Z Actions: 1/3689 actions (Installing new actions)
1662024-07-16T03:12:17.744Z Actions: 2690/3689 actions (Installing new actions)
1672024-07-16T03:12:18.024Z Actions: Completed 3689 actions in 5.82 seconds.
1682024-07-16T03:12:18.362Z Done (0.332s)
1692024-07-16T03:12:18.362Z Done (0.000s)
1702024-07-16T03:12:18.811Z Done (0.448s)
1712024-07-16T03:12:23.992Z Done (5.016s)
1722024-07-16T03:12:24.092Z Done (0.020s)
1732024-07-16T03:12:24.117Z Done (0.000s)
1742024-07-16T03:12:24.271Z Done (0.000s)
1752024-07-16T03:12:24.953ZPlanning: Evaluating mediator changes ... Done
1762024-07-16T03:12:25.169ZPlanning: Checking for conflicting actions ... Done
1772024-07-16T03:12:25.193ZPlanning: Consolidating action changes ... Done
1782024-07-16T03:12:25.487ZPlanning: Evaluating mediators ... Done
1792024-07-16T03:12:25.511ZPlanning: Planning completed in 0.54 seconds
1802024-07-16T03:12:25.535Z Mediators to change: 2
1812024-07-16T03:12:25.535Z Create boot environment: No
1822024-07-16T03:12:25.535ZCreate backup boot environment: No
1832024-07-16T03:12:25.587Z Done
1842024-07-16T03:12:25.587Z Done
1852024-07-16T03:12:25.838Z Done
1862024-07-16T03:12:30.046Z Done
1872024-07-16T03:12:30.151Z Done
1882024-07-16T03:12:30.151Z Done
1892024-07-16T03:12:30.225Z Done
1902024-07-16T03:12:30.954ZPlanning: Evaluating mediator changes ... Done
1912024-07-16T03:12:30.978ZPlanning: Merging actions ... Done
1922024-07-16T03:12:31.187ZPlanning: Checking for conflicting actions ... Done
1932024-07-16T03:12:31.215ZPlanning: Consolidating action changes ... Done
1942024-07-16T03:12:31.503ZPlanning: Evaluating mediators ... Done
1952024-07-16T03:12:31.568ZPlanning: Planning completed in 0.91 seconds
1962024-07-16T03:12:31.609Z Packages to change: 1
1972024-07-16T03:12:31.609Z Mediators to change: 1
1982024-07-16T03:12:31.609Z Services to change: 1
1992024-07-16T03:12:31.609Z Create boot environment: No
2002024-07-16T03:12:31.609ZCreate backup boot environment: Yes
2012024-07-16T03:12:33.139Z Actions: 1/6 actions (Updating modified actions)
2022024-07-16T03:12:33.163Z Actions: Completed 6 actions in 0.00 seconds.
2032024-07-16T03:12:33.164Z Done
2042024-07-16T03:12:33.164Z Done
2052024-07-16T03:12:33.232Z Done
2062024-07-16T03:12:37.568Z Done
2072024-07-16T03:12:37.664Z Done
2082024-07-16T03:12:37.689Z Done
2092024-07-16T03:12:37.740Z Done
2102024-07-16T03:12:38.266ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-07-16T03:12:38.267Zclang system 15 system
2122024-07-16T03:12:38.267Zcsh system system illumos
2132024-07-16T03:12:38.267Zctags system system illumos
2142024-07-16T03:12:38.267Zgcc vendor 12 vendor
2152024-07-16T03:12:38.267Zgcc system 10 system
2162024-07-16T03:12:38.267Zgcc system 7 system
2172024-07-16T03:12:38.267Zgo system 1.20 system
2182024-07-16T03:12:38.267Zgo system 1.19 system
2192024-07-16T03:12:38.267Zllvm system 15 system
2202024-07-16T03:12:38.267Zllvm system 14 system
2212024-07-16T03:12:38.267Zmariadb system 10.6 system
2222024-07-16T03:12:38.267Zmta vendor vendor dma
2232024-07-16T03:12:38.267Zopenjdk system 17 system
2242024-07-16T03:12:38.267Zopenjdk system 11 system
2252024-07-16T03:12:38.267Zopenjdk system 1.8 system
2262024-07-16T03:12:38.267Zopenssl vendor 3 vendor
2272024-07-16T03:12:38.267Zperl system 5.36 system
2282024-07-16T03:12:38.267Zpostgresql system 15 system
2292024-07-16T03:12:38.267Zpostgresql system 13 system
2302024-07-16T03:12:38.267Zpython vendor 3 vendor
2312024-07-16T03:12:38.267Zpython system 2 system
2322024-07-16T03:12:38.267Zpython3 system 3.11 system
2332024-07-16T03:12:38.267Zruby system 3.0 system
2342024-07-16T03:12:38.267Zwords vendor vendor american-english
2352024-07-16T03:12:38.267Zwords system system australian-english
2362024-07-16T03:12:38.267Zwords system system british-english
2372024-07-16T03:12:38.267Zwords system system canadian-english
2382024-07-16T03:12:38.267Zwords system system french
2392024-07-16T03:12:38.267Zwords system system italian
2402024-07-16T03:12:38.267Zwords system system ngerman
2412024-07-16T03:12:38.267Zwords system system ogerman
2422024-07-16T03:12:38.267Zwords system system spanish
2432024-07-16T03:12:38.678ZPUBLISHER TYPE STATUS P LOCATION
2442024-07-16T03:12:38.678Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-07-16T03:12:40.590ZFMRI IFO
2462024-07-16T03:12:40.590Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-07-16T03:12:40.590Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-07-16T03:12:40.590Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-07-16T03:12:40.590Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-07-16T03:12:40.590Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-07-16T03:12:40.590Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-07-16T03:12:40.590Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-07-16T03:12:40.591Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-07-16T03:12:40.591Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-07-16T03:12:40.591Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-07-16T03:12:40.591Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-07-16T03:12:40.591Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-07-16T03:12:41.166Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-07-16T03:12:41.592Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-07-16T03:12:41.965Z Updating crates.io index
2612024-07-16T03:12:41.990Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-07-16T03:12:42.827Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-07-16T03:12:43.641Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-07-16T03:12:44.003Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-07-16T03:12:46.030Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-07-16T03:12:46.361Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-07-16T03:12:46.690Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-07-16T03:12:47.804Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-07-16T03:12:49.768Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-07-16T03:12:50.877Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-07-16T03:12:51.624Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-07-16T03:12:52.241Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-07-16T03:12:52.659Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2742024-07-16T03:12:53.066Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2752024-07-16T03:12:53.409Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2762024-07-16T03:12:53.747Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772024-07-16T03:12:54.159Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782024-07-16T03:12:54.477Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792024-07-16T03:12:54.807Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802024-07-16T03:12:55.218Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812024-07-16T03:12:55.624Z Updating git repository `https://github.com/oxidecomputer/ispf`
2822024-07-16T03:12:56.015Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2832024-07-16T03:12:56.463Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842024-07-16T03:12:57.185Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852024-07-16T03:12:57.627Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2862024-07-16T03:12:58.131Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2872024-07-16T03:12:58.612Z Updating git repository `https://github.com/oxidecomputer/typify`
2882024-07-16T03:13:01.177Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892024-07-16T03:13:01.585Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902024-07-16T03:13:01.956Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912024-07-16T03:13:02.594Z Updating git repository `https://github.com/oxidecomputer/rfb`
2922024-07-16T03:13:04.135Z Downloading crates ...
2932024-07-16T03:13:04.240Z Downloaded foreign-types-shared v0.1.1
2942024-07-16T03:13:04.271Z Downloaded is_terminal_polyfill v1.70.0
2952024-07-16T03:13:04.271Z Downloaded match_cfg v0.1.0
2962024-07-16T03:13:04.271Z Downloaded openssl-macros v0.1.1
2972024-07-16T03:13:04.271Z Downloaded digest v0.10.7
2982024-07-16T03:13:04.271Z Downloaded autocfg v1.3.0
2992024-07-16T03:13:04.271Z Downloaded crypto-common v0.1.6
3002024-07-16T03:13:04.271Z Downloaded scroll_derive v0.12.0
3012024-07-16T03:13:04.271Z Downloaded take_mut v0.2.2
3022024-07-16T03:13:04.272Z Downloaded strum v0.26.3
3032024-07-16T03:13:04.272Z Downloaded serde_tokenstream v0.2.1
3042024-07-16T03:13:04.272Z Downloaded tower-service v0.3.2
3052024-07-16T03:13:04.272Z Downloaded version_check v0.9.4
3062024-07-16T03:13:04.272Z Downloaded xattr v1.3.1
3072024-07-16T03:13:04.272Z Downloaded want v0.3.1
3082024-07-16T03:13:04.272Z Downloaded usdt-impl v0.5.0
3092024-07-16T03:13:04.272Z Downloaded zerocopy-derive v0.7.34
3102024-07-16T03:13:04.272Z Downloaded usdt-macro v0.5.0
3112024-07-16T03:13:04.856Z Downloaded unicode-ident v1.0.12
3122024-07-16T03:13:04.856Z Downloaded serde v1.0.204
3132024-07-16T03:13:04.856Z Downloaded tinyvec v1.6.0
3142024-07-16T03:13:04.856Z Downloaded tar v0.4.41
3152024-07-16T03:13:04.857Z Downloaded url v2.5.0
3162024-07-16T03:13:04.857Z Downloaded unicode-bidi v0.3.15
3172024-07-16T03:13:04.857Z Downloaded winnow v0.6.8
3182024-07-16T03:13:04.857Z Downloaded zerocopy v0.7.34
3192024-07-16T03:13:04.857Z Downloaded vcpkg v0.2.15
3202024-07-16T03:13:04.857Z Downloaded pest v2.7.10
3212024-07-16T03:13:04.858Z Downloaded openssl v0.10.64
3222024-07-16T03:13:04.858Z Downloaded tokio v1.38.0
3232024-07-16T03:13:04.858Z Downloaded libc v0.2.155
3242024-07-16T03:13:04.858Z Downloaded idna v0.5.0
3252024-07-16T03:13:04.858Z Downloaded hyper v0.14.28
3262024-07-16T03:13:04.858Z Downloaded hashbrown v0.14.5
3272024-07-16T03:13:04.858Z Downloaded encoding_rs v0.8.34
3282024-07-16T03:13:04.859Z Downloaded h2 v0.3.26
3292024-07-16T03:13:04.859Z Downloaded goblin v0.8.2
3302024-07-16T03:13:04.859Z Downloaded futures-util v0.3.30
3312024-07-16T03:13:04.859Z Downloaded clap_builder v4.5.9
3322024-07-16T03:13:04.859Z Downloaded unicode-width v0.1.13
3332024-07-16T03:13:04.859Z Downloaded syn v2.0.71
3342024-07-16T03:13:04.859Z Downloaded syn v1.0.109
3352024-07-16T03:13:04.860Z Downloaded rustix v0.38.34
3362024-07-16T03:13:04.860Z Downloaded memchr v2.7.2
3372024-07-16T03:13:04.860Z Downloaded http v0.2.12
3382024-07-16T03:13:04.860Z Downloaded unicode-normalization v0.1.23
3392024-07-16T03:13:04.860Z Downloaded tabled v0.15.0
3402024-07-16T03:13:04.860Z Downloaded mio v0.8.11
3412024-07-16T03:13:04.860Z Downloaded toml_edit v0.22.14
3422024-07-16T03:13:04.860Z Downloaded indexmap v2.2.6
3432024-07-16T03:13:04.860Z Downloaded flate2 v1.0.30
3442024-07-16T03:13:04.860Z Downloaded tracing v0.1.40
3452024-07-16T03:13:04.860Z Downloaded tokio-util v0.7.11
3462024-07-16T03:13:04.860Z Downloaded time v0.3.36
3472024-07-16T03:13:04.860Z Downloaded serde_json v1.0.120
3482024-07-16T03:13:04.860Z Downloaded reqwest v0.11.27
3492024-07-16T03:13:04.861Z Downloaded toml v0.8.14
3502024-07-16T03:13:04.861Z Downloaded pest_meta v2.7.10
3512024-07-16T03:13:04.861Z Downloaded pest_derive v2.7.10
3522024-07-16T03:13:04.861Z Downloaded papergrid v0.11.0
3532024-07-16T03:13:04.861Z Downloaded futures v0.3.30
3542024-07-16T03:13:04.861Z Downloaded crossbeam-channel v0.5.12
3552024-07-16T03:13:04.861Z Downloaded strum_macros v0.26.4
3562024-07-16T03:13:04.861Z Downloaded smallvec v1.13.2
3572024-07-16T03:13:04.861Z Downloaded parking_lot_core v0.9.10
3582024-07-16T03:13:04.861Z Downloaded base64 v0.21.7
3592024-07-16T03:13:04.861Z Downloaded openssl-sys v0.9.102
3602024-07-16T03:13:04.861Z Downloaded cc v1.0.97
3612024-07-16T03:13:04.861Z Downloaded tracing-core v0.1.32
3622024-07-16T03:13:04.861Z Downloaded terminal_size v0.3.0
3632024-07-16T03:13:04.861Z Downloaded tabled_derive v0.7.0
3642024-07-16T03:13:04.861Z Downloaded strsim v0.11.1
3652024-07-16T03:13:04.862Z Downloaded serde_derive v1.0.204
3662024-07-16T03:13:04.862Z Downloaded parking_lot v0.12.2
3672024-07-16T03:13:04.862Z Downloaded miniz_oxide v0.7.2
3682024-07-16T03:13:04.862Z Downloaded lock_api v0.4.12
3692024-07-16T03:13:04.862Z Downloaded httparse v1.8.0
3702024-07-16T03:13:04.862Z Downloaded heck v0.5.0
3712024-07-16T03:13:04.862Z Downloaded clap v4.5.9
3722024-07-16T03:13:04.862Z Downloaded ucd-trie v0.1.6
3732024-07-16T03:13:04.863Z Downloaded typenum v1.17.0
3742024-07-16T03:13:04.863Z Downloaded try-lock v0.2.5
3752024-07-16T03:13:04.863Z Downloaded tokio-native-tls v0.3.1
3762024-07-16T03:13:04.863Z Downloaded time-core v0.1.2
3772024-07-16T03:13:04.863Z Downloaded thread_local v1.1.8
3782024-07-16T03:13:04.863Z Downloaded thiserror-impl v1.0.60
3792024-07-16T03:13:04.863Z Downloaded ryu v1.0.18
3802024-07-16T03:13:04.864Z Downloaded mime v0.3.17
3812024-07-16T03:13:04.864Z Downloaded macaddr v1.0.1
3822024-07-16T03:13:04.864Z Downloaded futures-sink v0.3.30
3832024-07-16T03:13:04.864Z Downloaded errno v0.3.9
3842024-07-16T03:13:04.864Z Downloaded bytes v1.6.0
3852024-07-16T03:13:04.864Z Downloaded anyhow v1.0.86
3862024-07-16T03:13:04.864Z Downloaded time-macros v0.2.18
3872024-07-16T03:13:04.865Z Downloaded socket2 v0.5.7
3882024-07-16T03:13:04.915Z Downloaded slog-json v2.6.1
3892024-07-16T03:13:04.915Z Downloaded semver v1.0.23
3902024-07-16T03:13:04.916Z Downloaded proc-macro2 v1.0.86
3912024-07-16T03:13:04.916Z Downloaded log v0.4.21
3922024-07-16T03:13:04.916Z Downloaded futures-core v0.3.30
3932024-07-16T03:13:04.916Z Downloaded form_urlencoded v1.2.1
3942024-07-16T03:13:04.916Z Downloaded dirs-sys-next v0.1.2
3952024-07-16T03:13:04.916Z Downloaded usdt-attr-macro v0.5.0
3962024-07-16T03:13:04.916Z Downloaded term v0.7.0
3972024-07-16T03:13:04.917Z Downloaded sync_wrapper v0.1.2
3982024-07-16T03:13:04.917Z Downloaded slog-term v2.9.1
3992024-07-16T03:13:04.917Z Downloaded slog v2.7.0
4002024-07-16T03:13:04.917Z Downloaded once_cell v1.19.0
4012024-07-16T03:13:04.917Z Downloaded num_threads v0.1.7
4022024-07-16T03:13:04.917Z Downloaded itoa v1.0.11
4032024-07-16T03:13:04.917Z Downloaded crossbeam-utils v0.8.19
4042024-07-16T03:13:04.918Z Downloaded bitflags v2.5.0
4052024-07-16T03:13:04.918Z Downloaded serde_urlencoded v0.7.1
4062024-07-16T03:13:04.918Z Downloaded serde_spanned v0.6.6
4072024-07-16T03:13:04.918Z Downloaded equivalent v1.0.1
4082024-07-16T03:13:04.918Z Downloaded dof v0.3.0
4092024-07-16T03:13:04.918Z Downloaded crc32fast v1.4.0
4102024-07-16T03:13:04.919Z Downloaded thiserror v1.0.60
4112024-07-16T03:13:04.919Z Downloaded slog-async v2.8.0
4122024-07-16T03:13:04.919Z Downloaded signal-hook-registry v1.4.2
4132024-07-16T03:13:04.919Z Downloaded scroll v0.12.0
4142024-07-16T03:13:04.919Z Downloaded rustls-pemfile v1.0.4
4152024-07-16T03:13:04.919Z Downloaded num-conv v0.1.0
4162024-07-16T03:13:04.919Z Downloaded fs-err v2.11.0
4172024-07-16T03:13:04.920Z Downloaded dtrace-parser v0.2.0
4182024-07-16T03:13:04.920Z Downloaded utf8parse v0.2.1
4192024-07-16T03:13:04.920Z Downloaded usdt v0.5.0
4202024-07-16T03:13:04.920Z Downloaded toml_datetime v0.6.6
4212024-07-16T03:13:04.920Z Downloaded tokio-macros v2.3.0
4222024-07-16T03:13:04.920Z Downloaded thread-id v4.2.1
4232024-07-16T03:13:04.920Z Downloaded slog-bunyan v2.5.0
4242024-07-16T03:13:04.920Z Downloaded slab v0.4.9
4252024-07-16T03:13:04.921Z Downloaded sha2 v0.10.8
4262024-07-16T03:13:04.921Z Downloaded scopeguard v1.2.0
4272024-07-16T03:13:04.921Z Downloaded quote v1.0.36
4282024-07-16T03:13:04.921Z Downloaded proc-macro-error v1.0.4
4292024-07-16T03:13:04.958Z Downloaded pin-project-lite v0.2.14
4302024-07-16T03:13:04.958Z Downloaded openssl-probe v0.1.5
4312024-07-16T03:13:04.958Z Downloaded native-tls v0.2.11
4322024-07-16T03:13:04.958Z Downloaded memmap v0.7.0
4332024-07-16T03:13:04.958Z Downloaded is-terminal v0.4.12
4342024-07-16T03:13:04.958Z Downloaded ipnet v2.9.0
4352024-07-16T03:13:04.959Z Downloaded futures-io v0.3.30
4362024-07-16T03:13:04.959Z Downloaded foreign-types v0.3.2
4372024-07-16T03:13:04.959Z Downloaded fnv v1.0.7
4382024-07-16T03:13:04.959Z Downloaded clap_derive v4.5.8
4392024-07-16T03:13:04.959Z Downloaded cargo_metadata v0.18.1
4402024-07-16T03:13:04.959Z Downloaded camino v1.1.7
4412024-07-16T03:13:04.959Z Downloaded tinyvec_macros v0.1.1
4422024-07-16T03:13:04.960Z Downloaded swrite v0.1.0
4432024-07-16T03:13:04.960Z Downloaded rustversion v1.0.17
4442024-07-16T03:13:04.960Z Downloaded proc-macro-error-attr v1.0.4
4452024-07-16T03:13:04.960Z Downloaded plain v0.2.3
4462024-07-16T03:13:04.960Z Downloaded pkg-config v0.3.30
4472024-07-16T03:13:04.960Z Downloaded pin-utils v0.1.0
4482024-07-16T03:13:04.960Z Downloaded num_cpus v1.16.0
4492024-07-16T03:13:04.960Z Downloaded hyper-tls v0.5.0
4502024-07-16T03:13:04.960Z Downloaded futures-channel v0.3.30
4512024-07-16T03:13:04.961Z Downloaded anstyle-parse v0.2.4
4522024-07-16T03:13:04.961Z Downloaded anstream v0.6.14
4532024-07-16T03:13:04.961Z Downloaded powerfmt v0.2.0
4542024-07-16T03:13:04.961Z Downloaded httpdate v1.0.3
4552024-07-16T03:13:04.961Z Downloaded futures-macro v0.3.30
4562024-07-16T03:13:04.961Z Downloaded dirs-next v2.0.0
4572024-07-16T03:13:04.961Z Downloaded cargo_toml v0.20.3
4582024-07-16T03:13:04.961Z Downloaded percent-encoding v2.3.1
4592024-07-16T03:13:04.961Z Downloaded http-body v0.4.6
4602024-07-16T03:13:04.962Z Downloaded hostname v0.3.1
4612024-07-16T03:13:04.962Z Downloaded heck v0.4.1
4622024-07-16T03:13:04.962Z Downloaded generic-array v0.14.7
4632024-07-16T03:13:04.962Z Downloaded filetime v0.2.23
4642024-07-16T03:13:04.962Z Downloaded pest_generator v2.7.10
4652024-07-16T03:13:05.014Z Downloaded futures-task v0.3.30
4662024-07-16T03:13:05.015Z Downloaded futures-executor v0.3.30
4672024-07-16T03:13:05.015Z Downloaded pretty-hex v0.4.1
4682024-07-16T03:13:05.015Z Downloaded deranged v0.3.11
4692024-07-16T03:13:05.015Z Downloaded byteorder v1.5.0
4702024-07-16T03:13:05.015Z Downloaded block-buffer v0.10.4
4712024-07-16T03:13:05.015Z Downloaded cpufeatures v0.2.12
4722024-07-16T03:13:05.015Z Downloaded colorchoice v1.0.1
4732024-07-16T03:13:05.016Z Downloaded clap_lex v0.7.0
4742024-07-16T03:13:05.016Z Downloaded cfg-if v1.0.0
4752024-07-16T03:13:05.016Z Downloaded cargo-platform v0.1.8
4762024-07-16T03:13:05.016Z Downloaded bytecount v0.6.8
4772024-07-16T03:13:05.016Z Downloaded anstyle-query v1.0.3
4782024-07-16T03:13:05.016Z Downloaded anstyle v1.0.7
4792024-07-16T03:13:05.017Z Downloaded adler v1.0.2
4802024-07-16T03:13:05.149Z Compiling proc-macro2 v1.0.86
4812024-07-16T03:13:05.150Z Compiling unicode-ident v1.0.12
4822024-07-16T03:13:05.150Z Compiling libc v0.2.155
4832024-07-16T03:13:05.150Z Compiling version_check v0.9.4
4842024-07-16T03:13:05.177Z Compiling cfg-if v1.0.0
4852024-07-16T03:13:05.177Z Compiling itoa v1.0.11
4862024-07-16T03:13:05.177Z Compiling once_cell v1.19.0
4872024-07-16T03:13:05.178Z Compiling autocfg v1.3.0
4882024-07-16T03:13:05.414Z Compiling serde v1.0.204
4892024-07-16T03:13:05.444Z Compiling memchr v2.7.2
4902024-07-16T03:13:05.444Z Compiling thiserror v1.0.60
4912024-07-16T03:13:05.632Z Compiling ryu v1.0.18
4922024-07-16T03:13:05.923Z Compiling pin-project-lite v0.2.14
4932024-07-16T03:13:05.953Z Compiling bitflags v2.5.0
4942024-07-16T03:13:05.982Z Compiling parking_lot_core v0.9.10
4952024-07-16T03:13:06.093Z Compiling cc v1.0.97
4962024-07-16T03:13:06.118Z Compiling vcpkg v0.2.15
4972024-07-16T03:13:06.142Z Compiling lock_api v0.4.12
4982024-07-16T03:13:06.350Z Compiling ucd-trie v0.1.6
4992024-07-16T03:13:06.388Z Compiling pkg-config v0.3.30
5002024-07-16T03:13:06.592Z Compiling slab v0.4.9
5012024-07-16T03:13:06.882Z Compiling quote v1.0.36
5022024-07-16T03:13:06.941Z Compiling futures-sink v0.3.30
5032024-07-16T03:13:07.095Z Compiling smallvec v1.13.2
5042024-07-16T03:13:07.251Z Compiling syn v2.0.71
5052024-07-16T03:13:07.390Z Compiling bytes v1.6.0
5062024-07-16T03:13:07.454Z Compiling futures-core v0.3.30
5072024-07-16T03:13:07.485Z Compiling scopeguard v1.2.0
5082024-07-16T03:13:07.808Z Compiling equivalent v1.0.1
5092024-07-16T03:13:07.955Z Compiling byteorder v1.5.0
5102024-07-16T03:13:07.979Z Compiling serde_json v1.0.120
5112024-07-16T03:13:08.156Z Compiling log v0.4.21
5122024-07-16T03:13:08.181Z Compiling hashbrown v0.14.5
5132024-07-16T03:13:08.273Z Compiling fnv v1.0.7
5142024-07-16T03:13:08.334Z Compiling parking_lot v0.12.2
5152024-07-16T03:13:08.403Z Compiling futures-channel v0.3.30
5162024-07-16T03:13:08.502Z Compiling mio v0.8.11
5172024-07-16T03:13:08.585Z Compiling num_cpus v1.16.0
5182024-07-16T03:13:08.619Z Compiling signal-hook-registry v1.4.2
5192024-07-16T03:13:08.701Z Compiling socket2 v0.5.7
5202024-07-16T03:13:08.765Z Compiling typenum v1.17.0
5212024-07-16T03:13:09.152Z Compiling futures-task v0.3.30
5222024-07-16T03:13:09.265Z Compiling openssl-sys v0.9.102
5232024-07-16T03:13:09.353Z Compiling indexmap v2.2.6
5242024-07-16T03:13:09.400Z Compiling rustix v0.38.34
5252024-07-16T03:13:09.631Z Compiling pin-utils v0.1.0
5262024-07-16T03:13:09.743Z Compiling futures-io v0.3.30
5272024-07-16T03:13:09.940Z Compiling errno v0.3.9
5282024-07-16T03:13:10.071Z Compiling generic-array v0.14.7
5292024-07-16T03:13:10.099Z Compiling foreign-types-shared v0.1.1
5302024-07-16T03:13:10.221Z Compiling slog v2.7.0
5312024-07-16T03:13:10.248Z Compiling openssl v0.10.64
5322024-07-16T03:13:10.568Z Compiling foreign-types v0.3.2
5332024-07-16T03:13:10.645Z Compiling http v0.2.12
5342024-07-16T03:13:10.729Z Compiling usdt-impl v0.5.0
5352024-07-16T03:13:10.825Z Compiling proc-macro-error-attr v1.0.4
5362024-07-16T03:13:10.996Z Compiling tracing-core v0.1.32
5372024-07-16T03:13:11.148Z Compiling native-tls v0.2.11
5382024-07-16T03:13:11.148Z Compiling syn v1.0.109
5392024-07-16T03:13:11.342Z Compiling powerfmt v0.2.0
5402024-07-16T03:13:11.547Z Compiling time-core v0.1.2
5412024-07-16T03:13:11.625Z Compiling httparse v1.8.0
5422024-07-16T03:13:11.663Z Compiling tinyvec_macros v0.1.1
5432024-07-16T03:13:11.697Z Compiling num-conv v0.1.0
5442024-07-16T03:13:11.757Z Compiling tinyvec v1.6.0
5452024-07-16T03:13:11.972Z Compiling time-macros v0.2.18
5462024-07-16T03:13:12.067Z Compiling tracing v0.1.40
5472024-07-16T03:13:12.325Z Compiling deranged v0.3.11
5482024-07-16T03:13:12.851Z Compiling thread-id v4.2.1
5492024-07-16T03:13:13.197Z Compiling proc-macro-error v1.0.4
5502024-07-16T03:13:13.198Z Compiling heck v0.5.0
5512024-07-16T03:13:13.198Z Compiling num_threads v0.1.7
5522024-07-16T03:13:13.547Z Compiling utf8parse v0.2.1
5532024-07-16T03:13:13.547Z Compiling openssl-probe v0.1.5
5542024-07-16T03:13:13.547Z Compiling percent-encoding v2.3.1
5552024-07-16T03:13:13.548Z Compiling crossbeam-utils v0.8.19
5562024-07-16T03:13:13.548Z Compiling try-lock v0.2.5
5572024-07-16T03:13:13.849Z Compiling plain v0.2.3
5582024-07-16T03:13:13.849Z Compiling rustversion v1.0.17
5592024-07-16T03:13:13.849Z Compiling want v0.3.1
5602024-07-16T03:13:13.850Z Compiling form_urlencoded v1.2.1
5612024-07-16T03:13:13.850Z Compiling anstyle-parse v0.2.4
5622024-07-16T03:13:14.120Z Compiling unicode-normalization v0.1.23
5632024-07-16T03:13:14.120Z Compiling http-body v0.4.6
5642024-07-16T03:13:14.340Z Compiling dirs-sys-next v0.1.2
5652024-07-16T03:13:14.576Z Compiling is_terminal_polyfill v1.70.0
5662024-07-16T03:13:14.687Z Compiling unicode-bidi v0.3.15
5672024-07-16T03:13:14.791Z Compiling winnow v0.6.8
5682024-07-16T03:13:14.791Z Compiling anstyle v1.0.7
5692024-07-16T03:13:14.836Z Compiling camino v1.1.7
5702024-07-16T03:13:14.836Z Compiling colorchoice v1.0.1
5712024-07-16T03:13:14.933Z Compiling time v0.3.36
5722024-07-16T03:13:14.988Z Compiling httpdate v1.0.3
5732024-07-16T03:13:15.119Z Compiling anstyle-query v1.0.3
5742024-07-16T03:13:15.248Z Compiling pretty-hex v0.4.1
5752024-07-16T03:13:15.318Z Compiling semver v1.0.23
5762024-07-16T03:13:15.471Z Compiling tower-service v0.3.2
5772024-07-16T03:13:15.619Z Compiling crc32fast v1.4.0
5782024-07-16T03:13:15.817Z Compiling anstream v0.6.14
5792024-07-16T03:13:16.025Z Compiling idna v0.5.0
5802024-07-16T03:13:16.406Z Compiling dirs-next v2.0.0
5812024-07-16T03:13:17.121Z Compiling crypto-common v0.1.6
5822024-07-16T03:13:17.426Z Compiling block-buffer v0.10.4
5832024-07-16T03:13:17.426Z Compiling terminal_size v0.3.0
5842024-07-16T03:13:17.735Z Compiling fs-err v2.11.0
5852024-07-16T03:13:17.735Z Compiling thread_local v1.1.8
5862024-07-16T03:13:17.735Z Compiling unicode-width v0.1.13
5872024-07-16T03:13:17.735Z Compiling adler v1.0.2
5882024-07-16T03:13:17.929Z Compiling bytecount v0.6.8
5892024-07-16T03:13:17.929Z Compiling match_cfg v0.1.0
5902024-07-16T03:13:17.929Z Compiling strsim v0.11.1
5912024-07-16T03:13:17.929Z Compiling clap_lex v0.7.0
5922024-07-16T03:13:17.929Z Compiling anyhow v1.0.86
5932024-07-16T03:13:17.929Z Compiling heck v0.4.1
5942024-07-16T03:13:18.080Z Compiling base64 v0.21.7
5952024-07-16T03:13:18.331Z Compiling slog-async v2.8.0
5962024-07-16T03:13:18.526Z Compiling clap_builder v4.5.9
5972024-07-16T03:13:18.526Z Compiling papergrid v0.11.0
5982024-07-16T03:13:18.526Z Compiling serde_derive v1.0.204
5992024-07-16T03:13:18.714Z Compiling thiserror-impl v1.0.60
6002024-07-16T03:13:18.714Z Compiling zerocopy-derive v0.7.34
6012024-07-16T03:13:18.714Z Compiling tokio-macros v2.3.0
6022024-07-16T03:13:18.867Z Compiling futures-macro v0.3.30
6032024-07-16T03:13:19.663Z Compiling scroll_derive v0.12.0
6042024-07-16T03:13:20.167Z Compiling tokio v1.38.0
6052024-07-16T03:13:20.506Z Compiling futures-util v0.3.30
6062024-07-16T03:13:20.709Z Compiling zerocopy v0.7.34
6072024-07-16T03:13:20.978Z Compiling openssl-macros v0.1.1
6082024-07-16T03:13:21.446Z Compiling pest v2.7.10
6092024-07-16T03:13:21.897Z Compiling scroll v0.12.0
6102024-07-16T03:13:22.071Z Compiling tabled_derive v0.7.0
6112024-07-16T03:13:22.370Z Compiling goblin v0.8.2
6122024-07-16T03:13:24.345Z Compiling pest_meta v2.7.10
6132024-07-16T03:13:24.602Z Compiling strum_macros v0.26.4
6142024-07-16T03:13:26.770Z Compiling pest_generator v2.7.10
6152024-07-16T03:13:28.485Z Compiling tokio-util v0.7.11
6162024-07-16T03:13:28.614Z Compiling pest_derive v2.7.10
6172024-07-16T03:13:28.925Z Compiling futures-executor v0.3.30
6182024-07-16T03:13:29.287Z Compiling h2 v0.3.26
6192024-07-16T03:13:29.339Z Compiling dtrace-parser v0.2.0
6202024-07-16T03:13:29.430Z Compiling tokio-native-tls v0.3.1
6212024-07-16T03:13:29.600Z Compiling clap_derive v4.5.8
6222024-07-16T03:13:29.662Z Compiling rustls-pemfile v1.0.4
6232024-07-16T03:13:30.044Z Compiling hostname v0.3.1
6242024-07-16T03:13:30.601Z Compiling toml_datetime v0.6.6
6252024-07-16T03:13:31.014Z Compiling serde_tokenstream v0.2.1
6262024-07-16T03:13:31.137Z Compiling serde_spanned v0.6.6
6272024-07-16T03:13:31.337Z Compiling toml_edit v0.22.14
6282024-07-16T03:13:31.943Z Compiling dof v0.3.0
6292024-07-16T03:13:32.352Z Compiling slog-json v2.6.1
6302024-07-16T03:13:33.366Z Compiling hyper v0.14.28
6312024-07-16T03:13:33.618Z Compiling cargo-platform v0.1.8
6322024-07-16T03:13:33.647Z Compiling serde_urlencoded v0.7.1
6332024-07-16T03:13:33.869Z Compiling miniz_oxide v0.7.2
6342024-07-16T03:13:34.135Z Compiling toml v0.8.14
6352024-07-16T03:13:34.226Z Compiling digest v0.10.7
6362024-07-16T03:13:34.321Z Compiling crossbeam-channel v0.5.12
6372024-07-16T03:13:34.593Z Compiling url v2.5.0
6382024-07-16T03:13:34.882Z Compiling usdt-macro v0.5.0
6392024-07-16T03:13:35.210Z Compiling usdt-attr-macro v0.5.0
6402024-07-16T03:13:35.284Z Compiling term v0.7.0
6412024-07-16T03:13:35.631Z Compiling xattr v1.3.1
6422024-07-16T03:13:35.832Z Compiling filetime v0.2.23
6432024-07-16T03:13:35.870Z Compiling memmap v0.7.0
6442024-07-16T03:13:35.974Z Compiling is-terminal v0.4.12
6452024-07-16T03:13:36.094Z Compiling encoding_rs v0.8.34
6462024-07-16T03:13:36.146Z Compiling sync_wrapper v0.1.2
6472024-07-16T03:13:36.194Z Compiling mime v0.3.17
6482024-07-16T03:13:36.231Z Compiling take_mut v0.2.2
6492024-07-16T03:13:36.282Z Compiling ipnet v2.9.0
6502024-07-16T03:13:36.375Z Compiling cpufeatures v0.2.12
6512024-07-16T03:13:36.472Z Compiling usdt v0.5.0
6522024-07-16T03:13:36.496Z Compiling hyper-tls v0.5.0
6532024-07-16T03:13:36.651Z Compiling sha2 v0.10.8
6542024-07-16T03:13:36.802Z Compiling slog-term v2.9.1
6552024-07-16T03:13:36.924Z Compiling tar v0.4.41
6562024-07-16T03:13:37.391Z Compiling flate2 v1.0.30
6572024-07-16T03:13:37.863Z Compiling cargo_toml v0.20.3
6582024-07-16T03:13:38.240Z Compiling reqwest v0.11.27
6592024-07-16T03:13:38.391Z Compiling cargo_metadata v0.18.1
6602024-07-16T03:13:38.630Z Compiling clap v4.5.9
6612024-07-16T03:13:38.682Z Compiling slog-bunyan v2.5.0
6622024-07-16T03:13:38.754Z Compiling macaddr v1.0.1
6632024-07-16T03:13:38.819Z Compiling futures v0.3.30
6642024-07-16T03:13:38.879Z Compiling strum v0.26.3
6652024-07-16T03:13:38.952Z Compiling tabled v0.15.0
6662024-07-16T03:13:39.171Z Compiling swrite v0.1.0
6672024-07-16T03:13:44.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6682024-07-16T03:13:55.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6692024-07-16T03:13:55.244Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6702024-07-16T03:13:55.313ZJul 16 03:13:54.408 INFO Starting download, target: Console
6712024-07-16T03:13:55.313ZJul 16 03:13:54.408 INFO Starting download, target: DendriteStub
6722024-07-16T03:13:55.313ZJul 16 03:13:54.408 INFO Starting download, target: Cockroach
6732024-07-16T03:13:55.313ZJul 16 03:13:54.408 INFO Starting download, target: DendriteOpenapi
6742024-07-16T03:13:55.351ZJul 16 03:13:54.408 INFO Starting download, target: Clickhouse
6752024-07-16T03:13:55.351ZJul 16 03:13:54.408 INFO Starting download, target: MaghemiteMgd
6762024-07-16T03:13:55.351ZJul 16 03:13:54.408 INFO Starting download, target: TransceiverControl
6772024-07-16T03:13:55.351ZJul 16 03:13:54.409 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6782024-07-16T03:13:55.351ZJul 16 03:13:54.409 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6792024-07-16T03:13:55.352ZJul 16 03:13:54.409 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6802024-07-16T03:13:55.352ZJul 16 03:13:54.410 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6812024-07-16T03:13:55.352ZJul 16 03:13:54.410 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6822024-07-16T03:13:55.352ZJul 16 03:13:54.410 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6832024-07-16T03:13:55.352ZJul 16 03:13:54.410 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6842024-07-16T03:13:55.698ZJul 16 03:13:54.774 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6852024-07-16T03:13:55.852ZJul 16 03:13:54.945 INFO Download complete, target: DendriteOpenapi
6862024-07-16T03:13:56.043ZJul 16 03:13:55.140 INFO Download complete, target: Console
6872024-07-16T03:13:56.185ZJul 16 03:13:55.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6882024-07-16T03:13:56.991ZJul 16 03:13:56.089 INFO Download complete, target: TransceiverControl
6892024-07-16T03:13:57.194ZJul 16 03:13:56.293 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6902024-07-16T03:13:57.325ZJul 16 03:13:56.419 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6912024-07-16T03:14:00.798ZJul 16 03:13:59.887 INFO Download complete, target: DendriteStub
6922024-07-16T03:14:00.880ZJul 16 03:13:59.963 INFO Download complete, target: MaghemiteMgd
6932024-07-16T03:14:02.877ZJul 16 03:14:01.961 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6942024-07-16T03:14:02.877ZJul 16 03:14:01.961 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6952024-07-16T03:14:12.754ZJul 16 03:14:11.853 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6962024-07-16T03:14:13.187ZJul 16 03:14:12.286 INFO Checking that binary works, target: Cockroach
6972024-07-16T03:14:13.387ZJul 16 03:14:12.485 INFO Download complete, target: Cockroach
6982024-07-16T03:14:15.518ZJul 16 03:14:14.618 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6992024-07-16T03:14:32.169ZJul 16 03:14:31.267 INFO Checking that binary works, target: Clickhouse
7002024-07-16T03:14:32.304ZJul 16 03:14:31.403 INFO Download complete, target: Clickhouse
7012024-07-16T03:14:32.329ZAll builder prerequisites installed successfully, and PATH looks valid
7022024-07-16T03:14:32.354Z
7032024-07-16T03:14:32.354Zreal 3:00.924781543
7042024-07-16T03:14:32.354Zuser 5:27.517354978
7052024-07-16T03:14:32.354Zsys 1:21.202427490
7062024-07-16T03:14:32.354Ztrap 0.196233391
7072024-07-16T03:14:32.354Ztflt 0.107739566
7082024-07-16T03:14:32.354Zdflt 0.844453801
7092024-07-16T03:14:32.354Zkflt 0.006987065
7102024-07-16T03:14:32.354Zlock 16:19.392815530
7112024-07-16T03:14:32.354Zslp 15:23.759652455
7122024-07-16T03:14:32.354Zlat 24.223818864
7132024-07-16T03:14:32.354Zstop 1:06.689139781
7142024-07-16T03:14:32.354Z+ banner hack-check
7152024-07-16T03:14:32.354Z
7162024-07-16T03:14:32.354Z # # ## #### # # #### # # ###### #### # #
7172024-07-16T03:14:32.354Z # # # # # # # # # # # # # # # # #
7182024-07-16T03:14:32.354Z ###### # # # #### ##### # ###### ##### # ####
7192024-07-16T03:14:32.354Z # # ###### # # # # # # # # # #
7202024-07-16T03:14:32.354Z # # # # # # # # # # # # # # # # #
7212024-07-16T03:14:32.354Z # # # # #### # # #### # # ###### #### # #
7222024-07-16T03:14:32.354Z
7232024-07-16T03:14:32.354Z+ export CARGO_INCREMENTAL=0
7242024-07-16T03:14:32.354Z+ CARGO_INCREMENTAL=0
7252024-07-16T03:14:32.354Z+ ptime -m timeout 2h cargo xtask check-features --ci
7262024-07-16T03:14:33.113Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7272024-07-16T03:14:43.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
7282024-07-16T03:14:43.392Z Running `target/debug/xtask check-features --ci`
7292024-07-16T03:14:43.432Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7302024-07-16T03:14:43.432Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7312024-07-16T03:14:44.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
7322024-07-16T03:14:44.307Z Running `target/debug/xtask download cargo-hack`
7332024-07-16T03:14:44.334ZJul 16 03:14:43.434 INFO Starting download, target: CargoHack
7342024-07-16T03:14:44.359ZJul 16 03:14:43.436 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7352024-07-16T03:14:45.007ZJul 16 03:14:44.106 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7362024-07-16T03:14:45.135ZJul 16 03:14:44.235 INFO Download complete, target: CargoHack
7372024-07-16T03:14:45.159Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
7382024-07-16T03:14:45.185Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7392024-07-16T03:14:45.380Zinfo: running `cargo check --bins` on api_identity (1/132)
7402024-07-16T03:14:46.075Z Downloading crates ...
7412024-07-16T03:14:46.233Z Downloaded normalize-line-endings v0.3.0
7422024-07-16T03:14:46.258Z Downloaded rand_core v0.6.4
7432024-07-16T03:14:46.258Z Downloaded static_assertions v1.1.0
7442024-07-16T03:14:46.284Z Downloaded stringprep v0.1.4
7452024-07-16T03:14:46.284Z Downloaded untrusted v0.9.0
7462024-07-16T03:14:46.284Z Downloaded r2d2 v0.8.10
7472024-07-16T03:14:46.284Z Downloaded psl-types v2.0.11
7482024-07-16T03:14:46.284Z Downloaded zeroize_derive v1.4.2
7492024-07-16T03:14:46.284Z Downloaded phf v0.11.2
7502024-07-16T03:14:46.285Z Downloaded schemars_derive v0.8.21
7512024-07-16T03:14:46.310Z Downloaded tokio-stream v0.1.15
7522024-07-16T03:14:46.310Z Downloaded zeroize v1.7.0
7532024-07-16T03:14:46.310Z Downloaded zerocopy v0.6.6
7542024-07-16T03:14:46.335Z Downloaded uuid v1.9.1
7552024-07-16T03:14:46.335Z Downloaded winnow v0.5.40
7562024-07-16T03:14:46.359Z Downloaded webpki-roots v0.25.4
7572024-07-16T03:14:46.359Z Downloaded openapiv3 v2.0.0
7582024-07-16T03:14:46.383Z Downloaded zerocopy-derive v0.6.6
7592024-07-16T03:14:46.383Z Downloaded regex-automata v0.4.6
7602024-07-16T03:14:46.408Z Downloaded petgraph v0.6.5
7612024-07-16T03:14:46.432Z Downloaded finl_unicode v1.2.0
7622024-07-16T03:14:46.457Z Downloaded object v0.32.2
7632024-07-16T03:14:46.457Z Downloaded idna v0.3.0
7642024-07-16T03:14:46.481Z Downloaded gimli v0.28.1
7652024-07-16T03:14:46.481Z Downloaded diesel v2.1.6
7662024-07-16T03:14:46.505Z Downloaded bstr v1.9.1
7672024-07-16T03:14:46.530Z Downloaded bstr v0.2.17
7682024-07-16T03:14:46.555Z Downloaded trust-dns-proto v0.22.0
7692024-07-16T03:14:46.555Z Downloaded rustls-webpki v0.101.7
7702024-07-16T03:14:46.589Z Downloaded regex-syntax v0.8.3
7712024-07-16T03:14:46.589Z Downloaded regex v1.10.5
7722024-07-16T03:14:46.614Z Downloaded idna v0.2.3
7732024-07-16T03:14:46.614Z Downloaded chrono v0.4.38
7742024-07-16T03:14:46.614Z Downloaded smoltcp v0.9.1
7752024-07-16T03:14:46.639Z Downloaded nom v7.1.3
7762024-07-16T03:14:46.639Z Downloaded itertools v0.12.1
7772024-07-16T03:14:46.663Z Downloaded crossterm v0.27.0
7782024-07-16T03:14:46.663Z Downloaded unicode-segmentation v1.11.0
7792024-07-16T03:14:46.663Z Downloaded ring v0.17.8
7802024-07-16T03:14:46.740Z Downloaded toml_edit v0.19.15
7812024-07-16T03:14:46.766Z Downloaded tokio-postgres v0.7.10
7822024-07-16T03:14:46.795Z Downloaded rand v0.8.5
7832024-07-16T03:14:46.795Z Downloaded hkdf v0.12.4
7842024-07-16T03:14:46.795Z Downloaded aho-corasick v1.1.3
7852024-07-16T03:14:46.795Z Downloaded yasna v0.5.2
7862024-07-16T03:14:46.795Z Downloaded tracing-attributes v0.1.27
7872024-07-16T03:14:46.795Z Downloaded tokio-rustls v0.24.1
7882024-07-16T03:14:46.796Z Downloaded stable_deref_trait v1.2.0
7892024-07-16T03:14:46.796Z Downloaded similar v2.5.0
7902024-07-16T03:14:46.821Z Downloaded signal-hook v0.3.17
7912024-07-16T03:14:46.821Z Downloaded serde_derive_internals v0.29.1
7922024-07-16T03:14:46.821Z Downloaded regex-automata v0.1.10
7932024-07-16T03:14:46.821Z Downloaded num-bigint v0.4.5
7942024-07-16T03:14:46.821Z Downloaded minimal-lexical v0.2.1
7952024-07-16T03:14:46.821Z Downloaded libm v0.2.8
7962024-07-16T03:14:46.846Z Downloaded itertools v0.10.5
7972024-07-16T03:14:46.846Z Downloaded whoami v1.5.1
7982024-07-16T03:14:46.846Z Downloaded unicode-xid v0.2.4
7992024-07-16T03:14:46.846Z Downloaded toml v0.7.8
8002024-07-16T03:14:46.846Z Downloaded num-traits v0.2.19
8012024-07-16T03:14:46.871Z Downloaded managed v0.8.0
8022024-07-16T03:14:46.871Z Downloaded diesel_derives v2.1.4
8032024-07-16T03:14:46.871Z Downloaded const-oid v0.9.6
8042024-07-16T03:14:46.871Z Downloaded backtrace v0.3.71
8052024-07-16T03:14:46.871Z Downloaded subtle v2.5.0
8062024-07-16T03:14:46.871Z Downloaded string_cache v0.8.7
8072024-07-16T03:14:46.871Z Downloaded spin v0.9.8
8082024-07-16T03:14:46.871Z Downloaded siphasher v0.3.11
8092024-07-16T03:14:46.871Z Downloaded sct v0.7.1
8102024-07-16T03:14:46.897Z Downloaded rustls v0.21.12
8112024-07-16T03:14:46.897Z Downloaded rustc_version v0.4.0
8122024-07-16T03:14:46.897Z Downloaded rand_chacha v0.3.1
8132024-07-16T03:14:46.897Z Downloaded publicsuffix v2.2.3
8142024-07-16T03:14:46.897Z Downloaded ppv-lite86 v0.2.17
8152024-07-16T03:14:46.897Z Downloaded postgres-protocol v0.6.6
8162024-07-16T03:14:46.922Z Downloaded num-integer v0.1.46
8172024-07-16T03:14:46.922Z Downloaded crypto-bigint v0.5.5
8182024-07-16T03:14:46.922Z Downloaded console v0.15.8
8192024-07-16T03:14:46.922Z Downloaded pem-rfc7468 v0.7.0
8202024-07-16T03:14:46.922Z Downloaded strum_macros v0.25.3
8212024-07-16T03:14:46.922Z Downloaded predicates v3.1.0
8222024-07-16T03:14:46.922Z Downloaded phf_shared v0.11.2
8232024-07-16T03:14:46.922Z Downloaded matches v0.1.10
8242024-07-16T03:14:46.922Z Downloaded lazy_static v1.5.0
8252024-07-16T03:14:46.947Z Downloaded ipnetwork v0.20.0
8262024-07-16T03:14:46.947Z Downloaded hmac v0.12.1
8272024-07-16T03:14:46.947Z Downloaded heapless v0.7.17
8282024-07-16T03:14:46.948Z Downloaded hash32 v0.2.1
8292024-07-16T03:14:46.948Z Downloaded fixedbitset v0.4.2
8302024-07-16T03:14:46.948Z Downloaded elliptic-curve v0.13.8
8312024-07-16T03:14:46.948Z Downloaded der v0.7.9
8322024-07-16T03:14:46.948Z Downloaded data-encoding v2.6.0
8332024-07-16T03:14:46.977Z Downloaded cookie_store v0.20.0
8342024-07-16T03:14:46.977Z Downloaded sec1 v0.7.3
8352024-07-16T03:14:46.977Z Downloaded schemars v0.8.21
8362024-07-16T03:14:46.977Z Downloaded rustc-demangle v0.1.24
8372024-07-16T03:14:46.977Z Downloaded hyper-rustls v0.24.2
8382024-07-16T03:14:46.977Z Downloaded hex v0.4.3
8392024-07-16T03:14:46.977Z Downloaded getrandom v0.2.14
8402024-07-16T03:14:47.003Z Downloaded float-cmp v0.9.0
8412024-07-16T03:14:47.003Z Downloaded ff v0.13.0
8422024-07-16T03:14:47.003Z Downloaded enum-as-inner v0.5.1
8432024-07-16T03:14:47.004Z Downloaded either v1.12.0
8442024-07-16T03:14:47.004Z Downloaded difflib v0.4.0
8452024-07-16T03:14:47.004Z Downloaded der_derive v0.7.2
8462024-07-16T03:14:47.004Z Downloaded crossbeam-epoch v0.9.18
8472024-07-16T03:14:47.004Z Downloaded cookie v0.17.0
8482024-07-16T03:14:47.004Z Downloaded allocator-api2 v0.2.18
8492024-07-16T03:14:47.004Z Downloaded ahash v0.8.11
8502024-07-16T03:14:47.004Z Downloaded addr2line v0.21.0
8512024-07-16T03:14:47.029Z Downloaded spki v0.7.3
8522024-07-16T03:14:47.029Z Downloaded signal-hook-mio v0.2.3
8532024-07-16T03:14:47.029Z Downloaded serde_repr v0.1.19
8542024-07-16T03:14:47.029Z Downloaded scheduled-thread-pool v0.2.7
8552024-07-16T03:14:47.029Z Downloaded postgres-types v0.2.6
8562024-07-16T03:14:47.029Z Downloaded pkcs8 v0.10.2
8572024-07-16T03:14:47.029Z Downloaded phf_shared v0.10.0
8582024-07-16T03:14:47.029Z Downloaded peg-runtime v0.8.3
8592024-07-16T03:14:47.029Z Downloaded num-iter v0.1.45
8602024-07-16T03:14:47.029Z Downloaded inout v0.1.3
8612024-07-16T03:14:47.029Z Downloaded iana-time-zone v0.1.60
8622024-07-16T03:14:47.029Z Downloaded flagset v0.4.5
8632024-07-16T03:14:47.029Z Downloaded dyn-clone v1.0.17
8642024-07-16T03:14:47.029Z Downloaded cipher v0.4.4
8652024-07-16T03:14:47.059Z Downloaded base16ct v0.2.0
8662024-07-16T03:14:47.059Z Downloaded async-trait v0.1.81
8672024-07-16T03:14:47.059Z Downloaded predicates-core v1.0.6
8682024-07-16T03:14:47.059Z Downloaded precomputed-hash v0.1.1
8692024-07-16T03:14:47.059Z Downloaded md-5 v0.10.6
8702024-07-16T03:14:47.059Z Downloaded lalrpop-util v0.19.12
8712024-07-16T03:14:47.059Z Downloaded hubpack_derive v0.1.1
8722024-07-16T03:14:47.059Z Downloaded hubpack v0.1.2
8732024-07-16T03:14:47.059Z Downloaded group v0.13.0
8742024-07-16T03:14:47.059Z Downloaded fallible-iterator v0.2.0
8752024-07-16T03:14:47.059Z Downloaded diesel_table_macro_syntax v0.1.0
8762024-07-16T03:14:47.059Z Downloaded block-padding v0.3.3
8772024-07-16T03:14:47.059Z Downloaded bitflags v1.3.2
8782024-07-16T03:14:47.059Z Downloaded bit-vec v0.6.3
8792024-07-16T03:14:47.059Z Downloaded bit-set v0.5.3
8802024-07-16T03:14:47.059Z Downloaded base64ct v1.6.0
8812024-07-16T03:14:47.059Z Downloaded new_debug_unreachable v1.0.6
8822024-07-16T03:14:47.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8832024-07-16T03:14:47.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8842024-07-16T03:14:47.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8852024-07-16T03:14:47.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
8862024-07-16T03:14:47.136Z
8872024-07-16T03:14:47.136Zinfo: running `cargo check --bins` on bootstore (2/132)
8882024-07-16T03:14:47.812Z Downloading crates ...
8892024-07-16T03:14:48.030Z Downloaded crucible-workspace-hack v0.1.0
8902024-07-16T03:14:48.055Z Downloaded foreign-types-macros v0.2.3
8912024-07-16T03:14:48.055Z Downloaded hash32 v0.3.1
8922024-07-16T03:14:48.055Z Downloaded thiserror-no-std v2.0.2
8932024-07-16T03:14:48.055Z Downloaded tempfile v3.10.1
8942024-07-16T03:14:48.085Z Downloaded waitgroup v0.1.2
8952024-07-16T03:14:48.085Z Downloaded tokio-rustls v0.25.0
8962024-07-16T03:14:48.085Z Downloaded serde_yaml v0.9.34+deprecated
8972024-07-16T03:14:48.085Z Downloaded unsafe-libyaml v0.2.11
8982024-07-16T03:14:48.085Z Downloaded regress v0.9.1
8992024-07-16T03:14:48.110Z Downloaded socket2 v0.4.10
9002024-07-16T03:14:48.110Z Downloaded smoltcp v0.11.0
9012024-07-16T03:14:48.110Z Downloaded sha3 v0.10.8
9022024-07-16T03:14:48.110Z Downloaded rustls-webpki v0.102.4
9032024-07-16T03:14:48.135Z Downloaded serde_with v3.8.3
9042024-07-16T03:14:48.136Z Downloaded rustls-pemfile v2.1.2
9052024-07-16T03:14:48.160Z Downloaded rustls v0.22.4
9062024-07-16T03:14:48.160Z Downloaded num-derive v0.4.2
9072024-07-16T03:14:48.160Z Downloaded multer v3.1.0
9082024-07-16T03:14:48.160Z Downloaded thiserror-impl-no-std v2.0.2
9092024-07-16T03:14:48.160Z Downloaded structmeta-derive v0.3.0
9102024-07-16T03:14:48.161Z Downloaded pretty-hex v0.2.1
9112024-07-16T03:14:48.161Z Downloaded poly1305 v0.8.0
9122024-07-16T03:14:48.185Z Downloaded curve25519-dalek v4.1.3
9132024-07-16T03:14:48.185Z Downloaded vsss-rs v3.3.4
9142024-07-16T03:14:48.185Z Downloaded universal-hash v0.5.1
9152024-07-16T03:14:48.185Z Downloaded tabwriter v1.4.0
9162024-07-16T03:14:48.185Z Downloaded smf v0.2.3
9172024-07-16T03:14:48.185Z Downloaded sha1 v0.10.6
9182024-07-16T03:14:48.185Z Downloaded serde_with_macros v3.8.3
9192024-07-16T03:14:48.185Z Downloaded rustls-pki-types v1.7.0
9202024-07-16T03:14:48.185Z Downloaded proc-macro-crate v1.3.1
9212024-07-16T03:14:48.185Z Downloaded postcard v1.0.8
9222024-07-16T03:14:48.209Z Downloaded parse-display-derive v0.9.1
9232024-07-16T03:14:48.209Z Downloaded parse-display v0.9.1
9242024-07-16T03:14:48.209Z Downloaded num_enum_derive v0.5.11
9252024-07-16T03:14:48.210Z Downloaded num_enum v0.5.11
9262024-07-16T03:14:48.210Z Downloaded keccak v0.1.5
9272024-07-16T03:14:48.210Z Downloaded instant v0.1.12
9282024-07-16T03:14:48.210Z Downloaded hostname v0.4.0
9292024-07-16T03:14:48.210Z Downloaded heapless v0.8.0
9302024-07-16T03:14:48.210Z Downloaded hashbrown v0.12.3
9312024-07-16T03:14:48.210Z Downloaded chacha20poly1305 v0.10.1
9322024-07-16T03:14:48.236Z Downloaded structmeta v0.3.0
9332024-07-16T03:14:48.236Z Downloaded paste v1.0.15
9342024-07-16T03:14:48.236Z Downloaded newtype-uuid v1.1.0
9352024-07-16T03:14:48.236Z Downloaded indexmap v1.9.3
9362024-07-16T03:14:48.236Z Downloaded ident_case v1.0.1
9372024-07-16T03:14:48.236Z Downloaded http v1.1.0
9382024-07-16T03:14:48.236Z Downloaded half v2.4.1
9392024-07-16T03:14:48.236Z Downloaded foreign-types-shared v0.3.1
9402024-07-16T03:14:48.236Z Downloaded foreign-types v0.5.0
9412024-07-16T03:14:48.236Z Downloaded embedded-io v0.4.0
9422024-07-16T03:14:48.236Z Downloaded derive_more v0.99.18
9432024-07-16T03:14:48.260Z Downloaded defmt-parser v0.3.4
9442024-07-16T03:14:48.260Z Downloaded defmt-macros v0.3.9
9452024-07-16T03:14:48.260Z Downloaded defmt v0.3.8
9462024-07-16T03:14:48.260Z Downloaded debug-ignore v1.0.5
9472024-07-16T03:14:48.261Z Downloaded darling_macro v0.20.9
9482024-07-16T03:14:48.261Z Downloaded darling_core v0.20.9
9492024-07-16T03:14:48.261Z Downloaded darling v0.20.9
9502024-07-16T03:14:48.261Z Downloaded curve25519-dalek-derive v0.1.1
9512024-07-16T03:14:48.261Z Downloaded cstr-argument v0.1.2
9522024-07-16T03:14:48.261Z Downloaded convert_case v0.4.0
9532024-07-16T03:14:48.261Z Downloaded colored v2.1.0
9542024-07-16T03:14:48.285Z Downloaded cobs v0.2.3
9552024-07-16T03:14:48.285Z Downloaded ciborium-io v0.2.2
9562024-07-16T03:14:48.285Z Downloaded base64 v0.22.1
9572024-07-16T03:14:48.285Z Downloaded backoff v0.4.0
9582024-07-16T03:14:48.285Z Downloaded sigpipe v0.1.3
9592024-07-16T03:14:48.285Z Downloaded serde_path_to_error v0.1.16
9602024-07-16T03:14:48.285Z Downloaded secrecy v0.8.0
9612024-07-16T03:14:48.285Z Downloaded opaque-debug v0.3.1
9622024-07-16T03:14:48.285Z Downloaded fastrand v2.1.0
9632024-07-16T03:14:48.285Z Downloaded ciborium-ll v0.2.2
9642024-07-16T03:14:48.285Z Downloaded ciborium v0.2.2
9652024-07-16T03:14:48.285Z Downloaded chacha20 v0.9.1
9662024-07-16T03:14:48.285Z Downloaded camino-tempfile v1.1.1
9672024-07-16T03:14:48.285Z Downloaded getopts v0.2.21
9682024-07-16T03:14:48.285Z Downloaded atomic-waker v1.1.2
9692024-07-16T03:14:48.310Z Downloaded async-stream-impl v0.3.5
9702024-07-16T03:14:48.310Z Downloaded async-stream v0.3.5
9712024-07-16T03:14:48.310Z Downloaded aead v0.5.2
9722024-07-16T03:14:48.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9732024-07-16T03:14:48.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9742024-07-16T03:14:48.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9752024-07-16T03:14:48.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
9762024-07-16T03:14:48.381Z
9772024-07-16T03:14:48.381Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/132)
9782024-07-16T03:14:49.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9792024-07-16T03:14:49.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9802024-07-16T03:14:49.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9812024-07-16T03:14:49.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
9822024-07-16T03:14:49.201Z
9832024-07-16T03:14:49.201Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/132)
9842024-07-16T03:14:49.850Z Downloading crates ...
9852024-07-16T03:14:49.957Z Downloaded unarray v0.1.4
9862024-07-16T03:14:50.003Z Downloaded quick-error v1.2.3
9872024-07-16T03:14:50.003Z Downloaded structmeta-derive v0.2.0
9882024-07-16T03:14:50.004Z Downloaded wait-timeout v0.2.0
9892024-07-16T03:14:50.004Z Downloaded rusty-fork v0.3.0
9902024-07-16T03:14:50.004Z Downloaded test-strategy v0.3.1
9912024-07-16T03:14:50.004Z Downloaded rand_xorshift v0.3.0
9922024-07-16T03:14:50.004Z Downloaded structmeta v0.2.0
9932024-07-16T03:14:50.004Z Downloaded proptest v1.4.0
9942024-07-16T03:14:50.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9952024-07-16T03:14:50.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9962024-07-16T03:14:50.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9972024-07-16T03:14:50.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
9982024-07-16T03:14:50.075Z
9992024-07-16T03:14:50.075Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/132)
10002024-07-16T03:14:50.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10012024-07-16T03:14:50.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10022024-07-16T03:14:50.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10032024-07-16T03:14:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10042024-07-16T03:14:50.659Z
10052024-07-16T03:14:50.659Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/132)
10062024-07-16T03:14:51.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10072024-07-16T03:14:51.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10082024-07-16T03:14:51.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10092024-07-16T03:14:51.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10102024-07-16T03:14:51.289Z
10112024-07-16T03:14:51.289Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/132)
10122024-07-16T03:14:51.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10132024-07-16T03:14:51.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10142024-07-16T03:14:51.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10152024-07-16T03:14:51.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10162024-07-16T03:14:51.899Z
10172024-07-16T03:14:51.899Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/132)
10182024-07-16T03:14:52.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10192024-07-16T03:14:52.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10202024-07-16T03:14:52.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10212024-07-16T03:14:52.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10222024-07-16T03:14:52.522Z
10232024-07-16T03:14:52.522Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/132)
10242024-07-16T03:14:53.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10252024-07-16T03:14:53.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10262024-07-16T03:14:53.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10272024-07-16T03:14:53.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
10282024-07-16T03:14:53.164Z
10292024-07-16T03:14:53.164Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/132)
10302024-07-16T03:14:53.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10312024-07-16T03:14:53.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10322024-07-16T03:14:53.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10332024-07-16T03:14:53.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10342024-07-16T03:14:53.783Z
10352024-07-16T03:14:53.783Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/132)
10362024-07-16T03:14:54.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10372024-07-16T03:14:54.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10382024-07-16T03:14:54.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10392024-07-16T03:14:54.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10402024-07-16T03:14:54.421Z
10412024-07-16T03:14:54.421Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/132)
10422024-07-16T03:14:54.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10432024-07-16T03:14:54.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10442024-07-16T03:14:54.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10452024-07-16T03:14:54.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10462024-07-16T03:14:55.019Z
10472024-07-16T03:14:55.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/132)
10482024-07-16T03:14:55.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10492024-07-16T03:14:55.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10502024-07-16T03:14:55.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10512024-07-16T03:14:55.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10522024-07-16T03:14:55.626Z
10532024-07-16T03:14:55.626Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/132)
10542024-07-16T03:14:56.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10552024-07-16T03:14:56.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10562024-07-16T03:14:56.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10572024-07-16T03:14:56.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10582024-07-16T03:14:56.234Z
10592024-07-16T03:14:56.234Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/132)
10602024-07-16T03:14:56.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10612024-07-16T03:14:56.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10622024-07-16T03:14:56.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10632024-07-16T03:14:56.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10642024-07-16T03:14:56.834Z
10652024-07-16T03:14:56.834Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/132)
10662024-07-16T03:14:57.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10672024-07-16T03:14:57.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10682024-07-16T03:14:57.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10692024-07-16T03:14:57.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
10702024-07-16T03:14:57.428Z
10712024-07-16T03:14:57.428Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/132)
10722024-07-16T03:14:57.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10732024-07-16T03:14:58.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10742024-07-16T03:14:58.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10752024-07-16T03:14:58.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
10762024-07-16T03:14:58.035Z
10772024-07-16T03:14:58.035Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/132)
10782024-07-16T03:14:58.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10792024-07-16T03:14:58.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10802024-07-16T03:14:58.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10812024-07-16T03:14:58.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
10822024-07-16T03:14:58.659Z
10832024-07-16T03:14:58.659Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/132)
10842024-07-16T03:14:59.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10852024-07-16T03:14:59.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10862024-07-16T03:14:59.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10872024-07-16T03:14:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
10882024-07-16T03:14:59.301Z
10892024-07-16T03:14:59.301Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/132)
10902024-07-16T03:14:59.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10912024-07-16T03:14:59.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10922024-07-16T03:14:59.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10932024-07-16T03:14:59.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
10942024-07-16T03:14:59.911Z
10952024-07-16T03:14:59.911Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/132)
10962024-07-16T03:15:00.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10972024-07-16T03:15:00.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10982024-07-16T03:15:00.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10992024-07-16T03:15:00.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
11002024-07-16T03:15:00.548Z
11012024-07-16T03:15:00.548Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/132)
11022024-07-16T03:15:01.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11032024-07-16T03:15:01.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11042024-07-16T03:15:01.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11052024-07-16T03:15:01.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
11062024-07-16T03:15:01.156Z
11072024-07-16T03:15:01.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/132)
11082024-07-16T03:15:01.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11092024-07-16T03:15:01.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11102024-07-16T03:15:01.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11112024-07-16T03:15:01.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
11122024-07-16T03:15:01.753Z
11132024-07-16T03:15:01.753Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/132)
11142024-07-16T03:15:02.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11152024-07-16T03:15:02.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11162024-07-16T03:15:02.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11172024-07-16T03:15:02.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
11182024-07-16T03:15:02.367Z
11192024-07-16T03:15:02.367Zinfo: running `cargo check --bins` on sled-hardware-types (25/132)
11202024-07-16T03:15:03.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11212024-07-16T03:15:03.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11222024-07-16T03:15:03.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11232024-07-16T03:15:03.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
11242024-07-16T03:15:03.214Z
11252024-07-16T03:15:03.214Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/132)
11262024-07-16T03:15:03.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11272024-07-16T03:15:03.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11282024-07-16T03:15:03.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11292024-07-16T03:15:03.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
11302024-07-16T03:15:04.031Z
11312024-07-16T03:15:04.031Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/132)
11322024-07-16T03:15:04.650Z Downloading crates ...
11332024-07-16T03:15:04.832Z Downloaded mockall v0.12.1
11342024-07-16T03:15:04.857Z Downloaded fragile v2.0.0
11352024-07-16T03:15:04.857Z Downloaded termtree v0.4.1
11362024-07-16T03:15:04.857Z Downloaded predicates-tree v1.0.9
11372024-07-16T03:15:04.857Z Downloaded mockall_derive v0.12.1
11382024-07-16T03:15:04.857Z Downloaded downcast v0.11.0
11392024-07-16T03:15:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11402024-07-16T03:15:04.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11412024-07-16T03:15:04.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11422024-07-16T03:15:04.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
11432024-07-16T03:15:04.929Z
11442024-07-16T03:15:04.929Zinfo: running `cargo check --bins` on oxlog (28/132)
11452024-07-16T03:15:05.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11462024-07-16T03:15:05.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11472024-07-16T03:15:05.751Z Compiling serde v1.0.204
11482024-07-16T03:15:05.751Z Checking cfg-if v1.0.0
11492024-07-16T03:15:05.775Z Checking libc v0.2.155
11502024-07-16T03:15:05.775Z Compiling syn v2.0.71
11512024-07-16T03:15:05.775Z Compiling getrandom v0.2.14
11522024-07-16T03:15:05.775Z Compiling generic-array v0.14.7
11532024-07-16T03:15:05.775Z Compiling scopeguard v1.2.0
11542024-07-16T03:15:05.874Z Compiling libm v0.2.8
11552024-07-16T03:15:05.939Z Compiling lock_api v0.4.12
11562024-07-16T03:15:06.126Z Compiling log v0.4.21
11572024-07-16T03:15:06.154Z Compiling ahash v0.8.11
11582024-07-16T03:15:06.248Z Compiling num-traits v0.2.19
11592024-07-16T03:15:06.273Z Compiling serde_json v1.0.120
11602024-07-16T03:15:06.305Z Checking memchr v2.7.2
11612024-07-16T03:15:06.452Z Checking byteorder v1.5.0
11622024-07-16T03:15:06.487Z Compiling smallvec v1.13.2
11632024-07-16T03:15:06.545Z Checking itoa v1.0.11
11642024-07-16T03:15:06.582Z Compiling rand_core v0.6.4
11652024-07-16T03:15:06.667Z Checking once_cell v1.19.0
11662024-07-16T03:15:06.785Z Compiling parking_lot_core v0.9.10
11672024-07-16T03:15:06.818Z Compiling ring v0.17.8
11682024-07-16T03:15:06.906Z Checking pin-project-lite v0.2.14
11692024-07-16T03:15:07.012Z Compiling mio v0.8.11
11702024-07-16T03:15:07.036Z Compiling spin v0.9.8
11712024-07-16T03:15:07.060Z Checking typenum v1.17.0
11722024-07-16T03:15:07.193Z Compiling parking_lot v0.12.2
11732024-07-16T03:15:07.356Z Checking signal-hook-registry v1.4.2
11742024-07-16T03:15:07.871Z Compiling subtle v2.5.0
11752024-07-16T03:15:07.935Z Compiling const-oid v0.9.6
11762024-07-16T03:15:08.004Z Compiling unicode-normalization v0.1.23
11772024-07-16T03:15:08.069Z Compiling unicode-bidi v0.3.15
11782024-07-16T03:15:08.125Z Checking tinyvec_macros v0.1.1
11792024-07-16T03:15:08.156Z Checking futures-core v0.3.30
11802024-07-16T03:15:08.193Z Compiling allocator-api2 v0.2.18
11812024-07-16T03:15:08.305Z Checking tinyvec v1.6.0
11822024-07-16T03:15:08.834Z Checking socket2 v0.5.7
11832024-07-16T03:15:08.861Z Checking num_cpus v1.16.0
11842024-07-16T03:15:09.243Z Checking ryu v1.0.18
11852024-07-16T03:15:09.435Z Compiling time-macros v0.2.18
11862024-07-16T03:15:10.039Z Compiling syn v1.0.109
11872024-07-16T03:15:10.131Z Checking futures-sink v0.3.30
11882024-07-16T03:15:10.326Z Checking equivalent v1.0.1
11892024-07-16T03:15:10.398Z Compiling rustls v0.21.12
11902024-07-16T03:15:10.422Z Checking futures-channel v0.3.30
11912024-07-16T03:15:10.626Z Checking slab v0.4.9
11922024-07-16T03:15:10.700Z Checking pin-utils v0.1.0
11932024-07-16T03:15:10.743Z Compiling ppv-lite86 v0.2.17
11942024-07-16T03:15:10.780Z Checking futures-io v0.3.30
11952024-07-16T03:15:10.804Z Checking futures-task v0.3.30
11962024-07-16T03:15:10.850Z Compiling cookie v0.17.0
11972024-07-16T03:15:10.953Z Compiling untrusted v0.9.0
11982024-07-16T03:15:11.012Z Compiling schemars v0.8.21
11992024-07-16T03:15:11.064Z Compiling signal-hook v0.3.17
12002024-07-16T03:15:11.318Z Checking percent-encoding v2.3.1
12012024-07-16T03:15:11.342Z Compiling base64ct v1.6.0
12022024-07-16T03:15:11.389Z Compiling rand_chacha v0.3.1
12032024-07-16T03:15:11.480Z Compiling iana-time-zone v0.1.60
12042024-07-16T03:15:11.740Z Compiling serde_derive_internals v0.29.1
12052024-07-16T03:15:11.891Z Compiling rand v0.8.5
12062024-07-16T03:15:11.915Z Compiling pem-rfc7468 v0.7.0
12072024-07-16T03:15:12.508Z Checking tracing-core v0.1.32
12082024-07-16T03:15:12.586Z Compiling backtrace v0.3.71
12092024-07-16T03:15:12.967Z Compiling smoltcp v0.9.1
12102024-07-16T03:15:13.084Z Compiling siphasher v0.3.11
12112024-07-16T03:15:13.359Z Checking fnv v1.0.7
12122024-07-16T03:15:13.422Z Compiling flagset v0.4.5
12132024-07-16T03:15:13.464Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12142024-07-16T03:15:13.566Z Compiling crossbeam-utils v0.8.19
12152024-07-16T03:15:13.705Z Compiling time v0.3.36
12162024-07-16T03:15:14.117Z Compiling sct v0.7.1
12172024-07-16T03:15:14.169Z Compiling rustls-webpki v0.101.7
12182024-07-16T03:15:14.403Z Compiling idna v0.5.0
12192024-07-16T03:15:14.502Z Compiling lazy_static v1.5.0
12202024-07-16T03:15:14.605Z Compiling aho-corasick v1.1.3
12212024-07-16T03:15:15.176Z Compiling regex-syntax v0.8.3
12222024-07-16T03:15:15.215Z Checking foreign-types-shared v0.1.1
12232024-07-16T03:15:15.418Z Compiling finl_unicode v1.2.0
12242024-07-16T03:15:15.702Z Checking powerfmt v0.2.0
12252024-07-16T03:15:15.964Z Checking deranged v0.3.11
12262024-07-16T03:15:16.014Z Compiling stringprep v0.1.4
12272024-07-16T03:15:16.477Z Checking foreign-types v0.3.2
12282024-07-16T03:15:16.563Z Compiling url v2.5.0
12292024-07-16T03:15:17.561Z Compiling diesel_table_macro_syntax v0.1.0
12302024-07-16T03:15:17.982Z Checking form_urlencoded v1.2.1
12312024-07-16T03:15:18.051Z Compiling serde_derive v1.0.204
12322024-07-16T03:15:18.181Z Compiling zeroize_derive v1.4.2
12332024-07-16T03:15:18.328Z Compiling zerocopy-derive v0.7.34
12342024-07-16T03:15:18.482Z Compiling tokio-macros v2.3.0
12352024-07-16T03:15:19.572Z Compiling futures-macro v0.3.30
12362024-07-16T03:15:19.596Z Compiling zeroize v1.7.0
12372024-07-16T03:15:19.939Z Compiling thiserror-impl v1.0.60
12382024-07-16T03:15:20.358Z Compiling zerocopy v0.7.34
12392024-07-16T03:15:21.442Z Compiling tracing-attributes v0.1.27
12402024-07-16T03:15:22.032Z Compiling scroll_derive v0.12.0
12412024-07-16T03:15:22.169Z Compiling hashbrown v0.14.5
12422024-07-16T03:15:22.666Z Compiling crypto-common v0.1.6
12432024-07-16T03:15:22.720Z Compiling thiserror v1.0.60
12442024-07-16T03:15:22.882Z Compiling pest v2.7.10
12452024-07-16T03:15:22.936Z Compiling der_derive v0.7.2
12462024-07-16T03:15:23.037Z Compiling openssl-macros v0.1.1
12472024-07-16T03:15:23.470Z Compiling block-buffer v0.10.4
12482024-07-16T03:15:23.648Z Compiling futures-util v0.3.30
12492024-07-16T03:15:23.692Z Compiling digest v0.10.7
12502024-07-16T03:15:24.232Z Compiling scroll v0.12.0
12512024-07-16T03:15:24.697Z Compiling goblin v0.8.2
12522024-07-16T03:15:24.861Z Compiling pest_meta v2.7.10
12532024-07-16T03:15:25.299Z Compiling tracing v0.1.40
12542024-07-16T03:15:25.664Z Compiling schemars_derive v0.8.21
12552024-07-16T03:15:25.743Z Compiling hmac v0.12.1
12562024-07-16T03:15:25.948Z Compiling pest_generator v2.7.10
12572024-07-16T03:15:27.579Z Compiling der v0.7.9
12582024-07-16T03:15:28.828Z Compiling hubpack_derive v0.1.1
12592024-07-16T03:15:28.895Z Compiling zerocopy-derive v0.6.6
12602024-07-16T03:15:28.984Z Compiling async-trait v0.1.81
12612024-07-16T03:15:29.236Z Compiling pest_derive v2.7.10
12622024-07-16T03:15:29.413Z Checking bytes v1.6.0
12632024-07-16T03:15:29.585Z Checking bitflags v2.5.0
12642024-07-16T03:15:30.182Z Checking tokio v1.38.0
12652024-07-16T03:15:30.495Z Compiling indexmap v2.2.6
12662024-07-16T03:15:30.519Z Compiling semver v1.0.23
12672024-07-16T03:15:31.160Z Compiling rustc_version v0.4.0
12682024-07-16T03:15:31.632Z Compiling http v0.2.12
12692024-07-16T03:15:31.804Z Compiling heapless v0.7.17
12702024-07-16T03:15:32.178Z Compiling uuid v1.9.1
12712024-07-16T03:15:32.263Z Compiling dof v0.3.0
12722024-07-16T03:15:32.373Z Compiling dtrace-parser v0.2.0
12732024-07-16T03:15:32.479Z Compiling chrono v0.4.38
12742024-07-16T03:15:33.420Z Compiling usdt-impl v0.5.0
12752024-07-16T03:15:33.452Z Compiling http-body v0.4.6
12762024-07-16T03:15:33.714Z Compiling openssl v0.10.64
12772024-07-16T03:15:34.173Z Compiling serde_tokenstream v0.2.1
12782024-07-16T03:15:34.629Z Compiling rustix v0.38.34
12792024-07-16T03:15:34.733Z Compiling toml_datetime v0.6.6
12802024-07-16T03:15:34.834Z Compiling serde_spanned v0.6.6
12812024-07-16T03:15:35.033Z Compiling spki v0.7.3
12822024-07-16T03:15:35.350Z Compiling sha2 v0.10.8
12832024-07-16T03:15:35.374Z Compiling md-5 v0.10.6
12842024-07-16T03:15:35.565Z Compiling regex-automata v0.4.6
12852024-07-16T03:15:35.687Z Compiling num-integer v0.1.46
12862024-07-16T03:15:36.149Z Checking tokio-util v0.7.11
12872024-07-16T03:15:36.344Z Compiling idna v0.3.0
12882024-07-16T03:15:36.651Z Checking openssl-sys v0.9.102
12892024-07-16T03:15:36.863Z Compiling hash32 v0.2.1
12902024-07-16T03:15:37.117Z Compiling fs-err v2.11.0
12912024-07-16T03:15:37.171Z Compiling slog v2.7.0
12922024-07-16T03:15:37.330Z Compiling dyn-clone v1.0.17
12932024-07-16T03:15:37.568Z Checking num-conv v0.1.0
12942024-07-16T03:15:37.601Z Checking unicode-ident v1.0.12
12952024-07-16T03:15:37.694Z Checking try-lock v0.2.5
12962024-07-16T03:15:37.752Z Compiling gimli v0.28.1
12972024-07-16T03:15:37.819Z Checking num_threads v0.1.7
12982024-07-16T03:15:37.843Z Compiling psl-types v2.0.11
12992024-07-16T03:15:37.889Z Compiling fallible-iterator v0.2.0
13002024-07-16T03:15:37.997Z Compiling anyhow v1.0.86
13012024-07-16T03:15:38.320Z Compiling stable_deref_trait v1.2.0
13022024-07-16T03:15:38.405Z Compiling h2 v0.3.26
13032024-07-16T03:15:38.480Z Checking base64 v0.21.7
13042024-07-16T03:15:38.509Z Checking time-core v0.1.2
13052024-07-16T03:15:38.644Z Compiling native-tls v0.2.11
13062024-07-16T03:15:39.033Z Compiling tokio-native-tls v0.3.1
13072024-07-16T03:15:39.183Z Compiling postgres-protocol v0.6.6
13082024-07-16T03:15:40.349Z Compiling publicsuffix v2.2.3
13092024-07-16T03:15:40.550Z Checking want v0.3.1
13102024-07-16T03:15:40.696Z Checking proc-macro2 v1.0.86
13112024-07-16T03:15:41.015Z Compiling clap_derive v4.5.8
13122024-07-16T03:15:41.266Z Compiling addr2line v0.21.0
13132024-07-16T03:15:41.795Z Compiling tokio-rustls v0.24.1
13142024-07-16T03:15:42.110Z Compiling terminal_size v0.3.0
13152024-07-16T03:15:42.277Z Compiling pkcs8 v0.10.2
13162024-07-16T03:15:43.115Z Compiling usdt-attr-macro v0.5.0
13172024-07-16T03:15:43.819Z Compiling usdt-macro v0.5.0
13182024-07-16T03:15:44.677Z Compiling hyper v0.14.28
13192024-07-16T03:15:45.142Z Compiling enum-as-inner v0.5.1
13202024-07-16T03:15:45.299Z Compiling block-padding v0.3.3
13212024-07-16T03:15:45.534Z Compiling diesel_derives v2.1.4
13222024-07-16T03:15:45.558Z Compiling strum_macros v0.25.3
13232024-07-16T03:15:45.583Z Compiling serde_repr v0.1.19
13242024-07-16T03:15:46.847Z Compiling phf_shared v0.11.2
13252024-07-16T03:15:47.164Z Checking httparse v1.8.0
13262024-07-16T03:15:47.243Z Compiling ff v0.13.0
13272024-07-16T03:15:47.353Z Compiling scheduled-thread-pool v0.2.7
13282024-07-16T03:15:47.478Z Checking errno v0.3.9
13292024-07-16T03:15:47.624Z Compiling object v0.32.2
13302024-07-16T03:15:47.825Z Compiling bit-vec v0.6.3
13312024-07-16T03:15:47.945Z Compiling winnow v0.5.40
13322024-07-16T03:15:48.183Z Checking utf8parse v0.2.1
13332024-07-16T03:15:48.300Z Checking adler v1.0.2
13342024-07-16T03:15:48.422Z Checking tower-service v0.3.2
13352024-07-16T03:15:48.517Z Compiling bitflags v1.3.2
13362024-07-16T03:15:48.602Z Checking cpufeatures v0.2.12
13372024-07-16T03:15:48.676Z Checking openssl-probe v0.1.5
13382024-07-16T03:15:48.787Z Compiling regex-automata v0.1.10
13392024-07-16T03:15:48.846Z Checking httpdate v1.0.3
13402024-07-16T03:15:49.033Z Compiling managed v0.8.0
13412024-07-16T03:15:49.101Z Compiling matches v0.1.10
13422024-07-16T03:15:49.183Z Compiling either v1.12.0
13432024-07-16T03:15:49.211Z Checking ucd-trie v0.1.6
13442024-07-16T03:15:49.366Z Checking plain v0.2.3
13452024-07-16T03:15:49.406Z Checking anstyle v1.0.7
13462024-07-16T03:15:49.490Z Compiling rustc-demangle v0.1.24
13472024-07-16T03:15:49.712Z Compiling base16ct v0.2.0
13482024-07-16T03:15:50.000Z Compiling sec1 v0.7.3
13492024-07-16T03:15:50.255Z Compiling clap_builder v4.5.9
13502024-07-16T03:15:50.342Z Compiling hyper-rustls v0.24.2
13512024-07-16T03:15:50.484Z Compiling hyper-tls v0.5.0
13522024-07-16T03:15:50.787Z Compiling toml_edit v0.19.15
13532024-07-16T03:15:53.619Z Compiling idna v0.2.3
13542024-07-16T03:15:53.948Z Compiling bstr v0.2.17
13552024-07-16T03:15:55.179Z Checking miniz_oxide v0.7.2
13562024-07-16T03:15:55.227Z Checking anstyle-parse v0.2.4
13572024-07-16T03:15:55.795Z Compiling r2d2 v0.8.10
13582024-07-16T03:15:55.824Z Compiling group v0.13.0
13592024-07-16T03:15:56.105Z Compiling signal-hook-mio v0.2.3
13602024-07-16T03:15:56.130Z Compiling phf v0.11.2
13612024-07-16T03:15:56.155Z Compiling cookie_store v0.20.0
13622024-07-16T03:15:56.241Z Compiling inout v0.1.3
13632024-07-16T03:15:56.387Z Compiling ipnetwork v0.20.0
13642024-07-16T03:15:56.715Z Checking quote v1.0.36
13652024-07-16T03:15:57.016Z Compiling regex v1.10.5
13662024-07-16T03:15:57.197Z Compiling postgres-types v0.2.6
13672024-07-16T03:15:57.222Z Compiling num-bigint v0.4.5
13682024-07-16T03:15:57.519Z Compiling zerocopy v0.6.6
13692024-07-16T03:15:57.596Z Compiling serde_urlencoded v0.7.1
13702024-07-16T03:15:58.002Z Compiling hubpack v0.1.2
13712024-07-16T03:15:58.249Z Compiling futures-executor v0.3.30
13722024-07-16T03:15:58.382Z Compiling hkdf v0.12.4
13732024-07-16T03:15:58.436Z Compiling crypto-bigint v0.5.5
13742024-07-16T03:15:58.601Z Compiling phf_shared v0.10.0
13752024-07-16T03:15:58.797Z Compiling float-cmp v0.9.0
13762024-07-16T03:15:59.166Z Compiling whoami v1.5.1
13772024-07-16T03:15:59.201Z Compiling static_assertions v1.1.0
13782024-07-16T03:15:59.292Z Compiling fixedbitset v0.4.2
13792024-07-16T03:15:59.470Z Compiling minimal-lexical v0.2.1
13802024-07-16T03:15:59.661Z Checking is_terminal_polyfill v1.70.0
13812024-07-16T03:15:59.685Z Compiling difflib v0.4.0
13822024-07-16T03:15:59.731Z Compiling webpki-roots v0.25.4
13832024-07-16T03:15:59.775Z Checking pretty-hex v0.4.1
13842024-07-16T03:15:59.876Z Compiling unicode-segmentation v1.11.0
13852024-07-16T03:15:59.940Z Compiling new_debug_unreachable v1.0.6
13862024-07-16T03:16:00.036Z Compiling precomputed-hash v0.1.1
13872024-07-16T03:16:00.143Z Checking colorchoice v1.0.1
13882024-07-16T03:16:00.167Z Compiling predicates-core v1.0.6
13892024-07-16T03:16:00.257Z Checking anstyle-query v1.0.3
13902024-07-16T03:16:00.358Z Compiling normalize-line-endings v0.3.0
13912024-07-16T03:16:00.448Z Compiling data-encoding v2.6.0
13922024-07-16T03:16:00.479Z Compiling predicates v3.1.0
13932024-07-16T03:16:00.604Z Compiling similar v2.5.0
13942024-07-16T03:16:01.013Z Compiling trust-dns-proto v0.22.0
13952024-07-16T03:16:01.097Z Compiling elliptic-curve v0.13.8
13962024-07-16T03:16:01.763Z Checking anstream v0.6.14
13972024-07-16T03:16:01.944Z Compiling console v0.15.8
13982024-07-16T03:16:02.069Z Compiling toml_edit v0.22.14
13992024-07-16T03:16:02.789Z Compiling string_cache v0.8.7
14002024-07-16T03:16:02.915Z Compiling reqwest v0.11.27
14012024-07-16T03:16:03.231Z Compiling nom v7.1.3
14022024-07-16T03:16:03.320Z Compiling yasna v0.5.2
14032024-07-16T03:16:03.357Z Compiling petgraph v0.6.5
14042024-07-16T03:16:03.876Z Compiling tokio-postgres v0.7.10
14052024-07-16T03:16:04.904Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14062024-07-16T03:16:06.110Z Compiling crossbeam-epoch v0.9.18
14072024-07-16T03:16:06.695Z Compiling usdt v0.5.0
14082024-07-16T03:16:07.044Z Compiling diesel v2.1.6
14092024-07-16T03:16:07.123Z Compiling futures v0.3.30
14102024-07-16T03:16:07.542Z Compiling cipher v0.4.4
14112024-07-16T03:16:08.017Z Compiling crossterm v0.27.0
14122024-07-16T03:16:08.382Z Compiling clap v4.5.9
14132024-07-16T03:16:08.407Z Compiling toml v0.7.8
14142024-07-16T03:16:09.250Z Compiling itertools v0.10.5
14152024-07-16T03:16:09.318Z Compiling itertools v0.12.1
14162024-07-16T03:16:09.876Z Compiling bit-set v0.5.3
14172024-07-16T03:16:10.862Z Compiling bstr v1.9.1
14182024-07-16T03:16:11.167Z Compiling tokio-stream v0.1.15
14192024-07-16T03:16:11.333Z Compiling num-iter v0.1.45
14202024-07-16T03:16:11.489Z Compiling openapiv3 v2.0.0
14212024-07-16T03:16:11.524Z Compiling hex v0.4.3
14222024-07-16T03:16:12.258Z Checking thread-id v4.2.1
14232024-07-16T03:16:12.416Z Compiling peg-runtime v0.8.3
14242024-07-16T03:16:12.606Z Checking ipnet v2.9.0
14252024-07-16T03:16:12.691Z Checking strsim v0.11.1
14262024-07-16T03:16:12.734Z Compiling lalrpop-util v0.19.12
14272024-07-16T03:16:13.049Z Compiling unicode-xid v0.2.4
14282024-07-16T03:16:13.216Z Checking clap_lex v0.7.0
14292024-07-16T03:16:15.903Z Checking rustls-pemfile v1.0.4
14302024-07-16T03:16:16.744Z Checking crc32fast v1.4.0
14312024-07-16T03:16:16.917Z Checking memmap v0.7.0
14322024-07-16T03:16:16.943Z Checking encoding_rs v0.8.34
14332024-07-16T03:16:17.179Z Checking winnow v0.6.8
14342024-07-16T03:16:17.888Z Checking mime v0.3.17
14352024-07-16T03:16:18.079Z Checking sync_wrapper v0.1.2
14362024-07-16T03:16:18.198Z Checking unicode-width v0.1.13
14372024-07-16T03:16:20.973Z Checking flate2 v1.0.30
14382024-07-16T03:16:23.665Z Checking camino v1.1.7
14392024-07-16T03:16:23.720Z Checking sigpipe v0.1.3
14402024-07-16T03:16:34.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14412024-07-16T03:16:45.527Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14422024-07-16T03:16:45.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
14432024-07-16T03:16:46.033Z
14442024-07-16T03:16:46.033Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/132)
14452024-07-16T03:16:46.665Z Downloading crates ...
14462024-07-16T03:16:46.878Z Downloaded arc-swap v1.7.1
14472024-07-16T03:16:46.903Z Downloaded zone_cfg_derive v0.1.2
14482024-07-16T03:16:46.904Z Downloaded env_logger v0.9.3
14492024-07-16T03:16:46.904Z Downloaded tungstenite v0.21.0
14502024-07-16T03:16:46.904Z Downloaded tokio-tungstenite v0.21.0
14512024-07-16T03:16:46.904Z Downloaded subprocess v0.2.9
14522024-07-16T03:16:46.904Z Downloaded headers v0.3.9
14532024-07-16T03:16:46.929Z Downloaded erased-serde v0.3.31
14542024-07-16T03:16:46.929Z Downloaded zone v0.1.8
14552024-07-16T03:16:46.929Z Downloaded walkdir v2.5.0
14562024-07-16T03:16:46.929Z Downloaded utf-8 v0.7.6
14572024-07-16T03:16:46.929Z Downloaded tungstenite v0.20.1
14582024-07-16T03:16:46.929Z Downloaded tokio-tungstenite v0.20.1
14592024-07-16T03:16:46.929Z Downloaded termcolor v1.4.1
14602024-07-16T03:16:46.929Z Downloaded slog-stdlog v4.1.1
14612024-07-16T03:16:46.929Z Downloaded slog-scope v4.4.0
14622024-07-16T03:16:46.929Z Downloaded slog-envlogger v2.2.0
14632024-07-16T03:16:46.929Z Downloaded serde_arrays v0.1.0
14642024-07-16T03:16:46.929Z Downloaded same-file v1.0.6
14652024-07-16T03:16:46.958Z Downloaded ron v0.7.1
14662024-07-16T03:16:46.958Z Downloaded rcgen v0.12.1
14672024-07-16T03:16:46.958Z Downloaded portpicker v0.1.1
14682024-07-16T03:16:46.958Z Downloaded pem v3.0.4
14692024-07-16T03:16:46.958Z Downloaded humantime v2.1.0
14702024-07-16T03:16:46.958Z Downloaded heck v0.3.3
14712024-07-16T03:16:46.958Z Downloaded headers-core v0.2.0
14722024-07-16T03:16:46.958Z Downloaded bitstruct_derive v0.1.0
14732024-07-16T03:16:46.958Z Downloaded bitstruct v0.1.1
14742024-07-16T03:16:46.958Z Downloaded base64 v0.13.1
14752024-07-16T03:16:46.958Z Downloaded atty v0.2.14
14762024-07-16T03:16:46.958Z Downloaded atomicwrites v0.4.3
14772024-07-16T03:16:46.958Z Downloaded ascii v1.1.0
14782024-07-16T03:16:46.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-07-16T03:16:46.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-07-16T03:16:47.091Z Compiling regress v0.9.1
14812024-07-16T03:16:47.116Z Checking sha1 v0.10.6
14822024-07-16T03:16:47.141Z Compiling strum_macros v0.26.4
14832024-07-16T03:16:47.165Z Checking heck v0.5.0
14842024-07-16T03:16:47.190Z Compiling getopts v0.2.21
14852024-07-16T03:16:47.190Z Checking dirs-sys-next v0.1.2
14862024-07-16T03:16:47.190Z Compiling unsafe-libyaml v0.2.11
14872024-07-16T03:16:47.344Z Checking dirs-next v2.0.0
14882024-07-16T03:16:47.368Z Checking http v1.1.0
14892024-07-16T03:16:47.451Z Checking thread_local v1.1.8
14902024-07-16T03:16:47.590Z Checking rustls-pki-types v1.7.0
14912024-07-16T03:16:47.682Z Compiling ident_case v1.0.1
14922024-07-16T03:16:47.845Z Compiling darling_core v0.20.9
14932024-07-16T03:16:47.967Z Checking term v0.7.0
14942024-07-16T03:16:48.046Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14952024-07-16T03:16:48.322Z Compiling serde_yaml v0.9.34+deprecated
14962024-07-16T03:16:48.347Z Checking crossbeam-channel v0.5.12
14972024-07-16T03:16:48.513Z Checking is-terminal v0.4.12
14982024-07-16T03:16:48.610Z Checking atty v0.2.14
14992024-07-16T03:16:48.708Z Compiling paste v1.0.15
15002024-07-16T03:16:48.826Z Checking humantime v2.1.0
15012024-07-16T03:16:48.967Z Compiling rustls v0.22.4
15022024-07-16T03:16:49.065Z Checking utf-8 v0.7.6
15032024-07-16T03:16:49.116Z Checking termcolor v1.4.1
15042024-07-16T03:16:49.178Z Checking take_mut v0.2.2
15052024-07-16T03:16:49.244Z Checking base64 v0.22.1
15062024-07-16T03:16:49.300Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15072024-07-16T03:16:49.461Z Checking env_logger v0.9.3
15082024-07-16T03:16:49.599Z Checking slog-async v2.8.0
15092024-07-16T03:16:49.750Z Checking slog-term v2.9.1
15102024-07-16T03:16:49.831Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15112024-07-16T03:16:49.855Z Checking rustls-webpki v0.102.4
15122024-07-16T03:16:49.880Z Compiling proc-macro-crate v1.3.1
15132024-07-16T03:16:50.492Z Compiling bitstruct_derive v0.1.0
15142024-07-16T03:16:50.825Z Compiling structmeta-derive v0.3.0
15152024-07-16T03:16:51.248Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15162024-07-16T03:16:51.358Z Compiling multer v3.1.0
15172024-07-16T03:16:51.607Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15182024-07-16T03:16:51.647Z Checking match_cfg v0.1.0
15192024-07-16T03:16:51.730Z Checking strum v0.26.3
15202024-07-16T03:16:51.755Z Checking ascii v1.1.0
15212024-07-16T03:16:51.800Z Checking hostname v0.3.1
15222024-07-16T03:16:51.861Z Checking bitstruct v0.1.1
15232024-07-16T03:16:51.887Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15242024-07-16T03:16:51.919Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15252024-07-16T03:16:51.963Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15262024-07-16T03:16:52.011Z Compiling num_enum_derive v0.5.11
15272024-07-16T03:16:52.103Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15282024-07-16T03:16:52.193Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15292024-07-16T03:16:52.399Z Checking slog-json v2.6.1
15302024-07-16T03:16:52.619Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15312024-07-16T03:16:52.871Z Checking erased-serde v0.3.31
15322024-07-16T03:16:52.898Z Checking serde_arrays v0.1.0
15332024-07-16T03:16:53.012Z Compiling async-stream-impl v0.3.5
15342024-07-16T03:16:53.206Z Compiling foreign-types-macros v0.2.3
15352024-07-16T03:16:53.400Z Compiling structmeta v0.3.0
15362024-07-16T03:16:53.758Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15372024-07-16T03:16:53.783Z Checking arc-swap v1.7.1
15382024-07-16T03:16:53.983Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15392024-07-16T03:16:54.127Z Compiling darling_macro v0.20.9
15402024-07-16T03:16:54.152Z Checking foreign-types-shared v0.3.1
15412024-07-16T03:16:54.188Z Checking atomic-waker v1.1.2
15422024-07-16T03:16:54.236Z Checking async-stream v0.3.5
15432024-07-16T03:16:54.260Z Checking slog-scope v4.4.0
15442024-07-16T03:16:54.285Z Checking foreign-types v0.5.0
15452024-07-16T03:16:54.311Z Checking waitgroup v0.1.2
15462024-07-16T03:16:54.405Z Compiling parse-display-derive v0.9.1
15472024-07-16T03:16:54.432Z Checking num_enum v0.5.11
15482024-07-16T03:16:54.460Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15492024-07-16T03:16:54.460Z Checking slog-bunyan v2.5.0
15502024-07-16T03:16:54.460Z Compiling proc-macro-error v1.0.4
15512024-07-16T03:16:54.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522024-07-16T03:16:54.817Z Checking toml v0.8.14
15532024-07-16T03:16:54.920Z Checking rustls-pemfile v2.1.2
15542024-07-16T03:16:55.021Z Compiling darling v0.20.9
15552024-07-16T03:16:55.138Z Compiling serde_with_macros v3.8.3
15562024-07-16T03:16:55.162Z Checking tungstenite v0.20.1
15572024-07-16T03:16:55.188Z Checking tokio-rustls v0.25.0
15582024-07-16T03:16:55.271Z Compiling heck v0.3.3
15592024-07-16T03:16:55.520Z Checking newtype-uuid v1.1.0
15602024-07-16T03:16:55.544Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15612024-07-16T03:16:55.619Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15622024-07-16T03:16:55.644Z Checking serde_path_to_error v0.1.16
15632024-07-16T03:16:55.898Z Checking cstr-argument v0.1.2
15642024-07-16T03:16:56.049Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15652024-07-16T03:16:56.167Z Checking hostname v0.4.0
15662024-07-16T03:16:56.286Z Checking instant v0.1.12
15672024-07-16T03:16:56.311Z Checking fastrand v2.1.0
15682024-07-16T03:16:56.384Z Checking pretty-hex v0.2.1
15692024-07-16T03:16:56.517Z Checking debug-ignore v1.0.5
15702024-07-16T03:16:56.572Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15712024-07-16T03:16:56.631Z Checking tempfile v3.10.1
15722024-07-16T03:16:56.677Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732024-07-16T03:16:56.802Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15742024-07-16T03:16:56.839Z Checking backoff v0.4.0
15752024-07-16T03:16:57.039Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15762024-07-16T03:16:57.066Z Checking tokio-tungstenite v0.20.1
15772024-07-16T03:16:57.090Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15782024-07-16T03:16:57.266Z Compiling zone_cfg_derive v0.1.2
15792024-07-16T03:16:57.292Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15802024-07-16T03:16:57.452Z Checking slog-stdlog v4.1.1
15812024-07-16T03:16:57.590Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15822024-07-16T03:16:57.719Z Checking serde_with v3.8.3
15832024-07-16T03:16:57.788Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15842024-07-16T03:16:57.995Z Checking tungstenite v0.21.0
15852024-07-16T03:16:58.100Z Checking colored v2.1.0
15862024-07-16T03:16:58.349Z Checking macaddr v1.0.1
15872024-07-16T03:16:58.564Z Checking parse-display v0.9.1
15882024-07-16T03:16:58.604Z Checking socket2 v0.4.10
15892024-07-16T03:16:58.630Z Checking base64 v0.13.1
15902024-07-16T03:16:58.728Z Checking tokio-tungstenite v0.21.0
15912024-07-16T03:16:58.763Z Checking zone v0.1.8
15922024-07-16T03:16:58.977Z Checking ron v0.7.1
15932024-07-16T03:16:59.126Z Checking slog-envlogger v2.2.0
15942024-07-16T03:16:59.305Z Checking pem v3.0.4
15952024-07-16T03:16:59.330Z Checking tabwriter v1.4.0
15962024-07-16T03:16:59.531Z Checking xattr v1.3.1
15972024-07-16T03:16:59.556Z Checking portpicker v0.1.1
15982024-07-16T03:16:59.674Z Checking headers-core v0.2.0
15992024-07-16T03:16:59.709Z Checking smf v0.2.3
16002024-07-16T03:16:59.801Z Checking filetime v0.2.23
16012024-07-16T03:16:59.955Z Checking same-file v1.0.6
16022024-07-16T03:16:59.995Z Checking tar v0.4.41
16032024-07-16T03:17:00.096Z Checking walkdir v2.5.0
16042024-07-16T03:17:00.132Z Checking headers v0.3.9
16052024-07-16T03:17:00.324Z Checking rcgen v0.12.1
16062024-07-16T03:17:00.462Z Checking camino-tempfile v1.1.1
16072024-07-16T03:17:00.573Z Checking atomicwrites v0.4.3
16082024-07-16T03:17:00.626Z Checking subprocess v0.2.9
16092024-07-16T03:17:02.002Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16102024-07-16T03:17:02.237Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16112024-07-16T03:17:03.569Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16122024-07-16T03:17:06.131Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16132024-07-16T03:17:06.232Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16142024-07-16T03:17:10.850Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16152024-07-16T03:17:20.459Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16162024-07-16T03:17:20.640Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
16172024-07-16T03:17:20.640Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16182024-07-16T03:17:23.911Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16192024-07-16T03:17:24.268Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16202024-07-16T03:17:31.359Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16212024-07-16T03:17:33.162Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16222024-07-16T03:17:34.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.50s
16232024-07-16T03:17:34.676Z
16242024-07-16T03:17:34.677Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/132)
16252024-07-16T03:17:35.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-07-16T03:17:35.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-07-16T03:17:35.578Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16282024-07-16T03:17:37.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s
16292024-07-16T03:17:37.154Z
16302024-07-16T03:17:37.154Zinfo: running `cargo check --bins` on nexus-config (31/132)
16312024-07-16T03:17:37.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-07-16T03:17:37.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-07-16T03:17:37.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-07-16T03:17:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16352024-07-16T03:17:37.968Z
16362024-07-16T03:17:37.968Zinfo: running `cargo check --bins` on omicron-rpaths (32/132)
16372024-07-16T03:17:38.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-07-16T03:17:38.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-07-16T03:17:38.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-07-16T03:17:38.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16412024-07-16T03:17:38.749Z
16422024-07-16T03:17:38.749Zinfo: running `cargo check --bins` on omicron-certificates (33/132)
16432024-07-16T03:17:39.352Z Downloading crates ...
16442024-07-16T03:17:39.523Z Downloaded display-error-chain v0.2.0
16452024-07-16T03:17:39.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-07-16T03:17:39.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-07-16T03:17:39.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-07-16T03:17:39.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16492024-07-16T03:17:39.619Z
16502024-07-16T03:17:39.619Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/132)
16512024-07-16T03:17:40.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-07-16T03:17:40.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-07-16T03:17:40.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-07-16T03:17:40.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16552024-07-16T03:17:40.454Z
16562024-07-16T03:17:40.454Zinfo: running `cargo check --bins` on cockroach-admin-client (35/132)
16572024-07-16T03:17:41.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-07-16T03:17:41.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-07-16T03:17:41.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-07-16T03:17:41.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16612024-07-16T03:17:41.246Z
16622024-07-16T03:17:41.246Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/132)
16632024-07-16T03:17:41.823Z Downloading crates ...
16642024-07-16T03:17:42.005Z Downloaded constant_time_eq v0.3.0
16652024-07-16T03:17:42.030Z Downloaded home v0.5.9
16662024-07-16T03:17:42.030Z Downloaded spin v0.5.2
16672024-07-16T03:17:42.031Z Downloaded arrayvec v0.7.4
16682024-07-16T03:17:42.031Z Downloaded untrusted v0.7.1
16692024-07-16T03:17:42.031Z Downloaded toolchain_find v0.4.0
16702024-07-16T03:17:42.031Z Downloaded rayon-core v1.12.1
16712024-07-16T03:17:42.031Z Downloaded crossbeam-deque v0.8.5
16722024-07-16T03:17:42.031Z Downloaded topological-sort v0.2.2
16732024-07-16T03:17:42.031Z Downloaded rustfmt-wrapper v0.2.1
16742024-07-16T03:17:42.031Z Downloaded omicron-zone-package v0.11.0
16752024-07-16T03:17:42.056Z Downloaded memmap2 v0.9.4
16762024-07-16T03:17:42.056Z Downloaded rayon v1.10.0
16772024-07-16T03:17:42.056Z Downloaded blake3 v1.5.1
16782024-07-16T03:17:42.056Z Downloaded arrayref v0.3.7
16792024-07-16T03:17:42.096Z Downloaded ring v0.16.20
16802024-07-16T03:17:42.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-07-16T03:17:42.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-07-16T03:17:42.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-07-16T03:17:42.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
16842024-07-16T03:17:42.289Z
16852024-07-16T03:17:42.289Zinfo: running `cargo check --bins` on dns-service-client (37/132)
16862024-07-16T03:17:42.895Z Downloading crates ...
16872024-07-16T03:17:43.016Z Downloaded newline-converter v0.3.0
16882024-07-16T03:17:43.041Z Downloaded expectorate v1.1.0
16892024-07-16T03:17:43.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-07-16T03:17:43.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-07-16T03:17:43.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-07-16T03:17:43.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16932024-07-16T03:17:43.112Z
16942024-07-16T03:17:43.112Zinfo: running `cargo check --bins` on dpd-client (38/132)
16952024-07-16T03:17:43.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-07-16T03:17:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-07-16T03:17:43.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-07-16T03:17:43.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16992024-07-16T03:17:43.927Z
17002024-07-16T03:17:43.927Zinfo: running `cargo check --bins` on gateway-client (39/132)
17012024-07-16T03:17:44.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-07-16T03:17:44.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-07-16T03:17:44.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-07-16T03:17:44.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17052024-07-16T03:17:44.724Z
17062024-07-16T03:17:44.724Zinfo: running `cargo check --bins` on installinator-client (40/132)
17072024-07-16T03:17:45.346Z Downloading crates ...
17082024-07-16T03:17:45.517Z Downloaded owo-colors v4.0.0
17092024-07-16T03:17:45.541Z Downloaded linear-map v1.2.0
17102024-07-16T03:17:45.541Z Downloaded libsw v3.3.1
17112024-07-16T03:17:45.541Z Downloaded derive-where v1.2.7
17122024-07-16T03:17:45.541Z Downloaded cancel-safe-futures v0.1.5
17132024-07-16T03:17:45.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-07-16T03:17:45.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-07-16T03:17:45.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-07-16T03:17:45.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
17172024-07-16T03:17:45.630Z
17182024-07-16T03:17:45.630Zinfo: running `cargo check --bins` on installinator-common (41/132)
17192024-07-16T03:17:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-07-16T03:17:46.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-07-16T03:17:46.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-07-16T03:17:46.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17232024-07-16T03:17:46.473Z
17242024-07-16T03:17:46.474Zinfo: running `cargo check --bins` on update-engine (42/132)
17252024-07-16T03:17:47.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-07-16T03:17:47.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-07-16T03:17:47.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-07-16T03:17:47.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17292024-07-16T03:17:47.252Z
17302024-07-16T03:17:47.252Zinfo: running `cargo check --bins` on nexus-client (43/132)
17312024-07-16T03:17:47.829Z Downloading crates ...
17322024-07-16T03:17:48.029Z Downloaded semver v0.1.20
17332024-07-16T03:17:48.054Z Downloaded rustc_version v0.1.7
17342024-07-16T03:17:48.054Z Downloaded newtype_derive v0.1.6
17352024-07-16T03:17:48.054Z Downloaded steno v0.4.1
17362024-07-16T03:17:48.054Z Downloaded argon2 v0.5.3
17372024-07-16T03:17:48.054Z Downloaded blake2 v0.10.6
17382024-07-16T03:17:48.054Z Downloaded password-hash v0.5.0
17392024-07-16T03:17:48.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-07-16T03:17:48.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-07-16T03:17:48.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-07-16T03:17:48.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
17432024-07-16T03:17:48.156Z
17442024-07-16T03:17:48.156Zinfo: running `cargo check --bins` on nexus-types (44/132)
17452024-07-16T03:17:48.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-07-16T03:17:48.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-07-16T03:17:48.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-07-16T03:17:48.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17492024-07-16T03:17:48.980Z
17502024-07-16T03:17:48.980Zinfo: running `cargo check --bins` on omicron-passwords (45/132)
17512024-07-16T03:17:49.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-07-16T03:17:49.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-07-16T03:17:49.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-07-16T03:17:49.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17552024-07-16T03:17:49.781Z
17562024-07-16T03:17:49.781Zinfo: running `cargo check --bins` on sled-agent-client (46/132)
17572024-07-16T03:17:50.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-07-16T03:17:50.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-07-16T03:17:50.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-07-16T03:17:50.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17612024-07-16T03:17:50.586Z
17622024-07-16T03:17:50.586Zinfo: running `cargo check --bins` on oxide-client (47/132)
17632024-07-16T03:17:51.220Z Downloading crates ...
17642024-07-16T03:17:51.324Z Downloaded lru-cache v0.1.2
17652024-07-16T03:17:51.348Z Downloaded resolv-conf v0.7.0
17662024-07-16T03:17:51.348Z Downloaded linked-hash-map v0.5.6
17672024-07-16T03:17:51.348Z Downloaded trust-dns-resolver v0.22.0
17682024-07-16T03:17:51.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-07-16T03:17:51.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-07-16T03:17:51.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-07-16T03:17:51.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17722024-07-16T03:17:51.418Z
17732024-07-16T03:17:51.419Zinfo: running `cargo check --bins` on oximeter-client (48/132)
17742024-07-16T03:17:52.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-07-16T03:17:52.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-07-16T03:17:52.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-07-16T03:17:52.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17782024-07-16T03:17:52.218Z
17792024-07-16T03:17:52.218Zinfo: running `cargo check --bins` on wicketd-client (49/132)
17802024-07-16T03:17:52.882Z Downloading crates ...
17812024-07-16T03:17:53.002Z Downloaded maplit v1.0.2
17822024-07-16T03:17:53.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832024-07-16T03:17:53.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842024-07-16T03:17:53.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852024-07-16T03:17:53.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
17862024-07-16T03:17:53.105Z
17872024-07-16T03:17:53.105Zinfo: running `cargo check --bins` on wicket-common (50/132)
17882024-07-16T03:17:53.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892024-07-16T03:17:53.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902024-07-16T03:17:53.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912024-07-16T03:17:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17922024-07-16T03:17:53.949Z
17932024-07-16T03:17:53.949Zinfo: running `cargo check --bins` on omicron-cockroach-admin (51/132)
17942024-07-16T03:17:54.542Z Downloading crates ...
17952024-07-16T03:17:54.704Z Downloaded csv-core v0.1.11
17962024-07-16T03:17:54.728Z Downloaded slog-dtrace v0.3.0
17972024-07-16T03:17:54.728Z Downloaded csv v1.3.0
17982024-07-16T03:17:54.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992024-07-16T03:17:54.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002024-07-16T03:17:54.859Z Compiling heapless v0.8.0
18012024-07-16T03:17:54.859Z Checking hash32 v0.3.1
18022024-07-16T03:17:54.885Z Compiling smoltcp v0.11.0
18032024-07-16T03:17:54.910Z Checking embedded-io v0.4.0
18042024-07-16T03:17:54.935Z Checking cobs v0.2.3
18052024-07-16T03:17:54.960Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
18062024-07-16T03:17:54.960Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
18072024-07-16T03:17:54.984Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
18082024-07-16T03:17:55.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18092024-07-16T03:17:55.089Z Compiling crucible-workspace-hack v0.1.0
18102024-07-16T03:17:55.114Z Checking postcard v1.0.8
18112024-07-16T03:17:55.114Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18122024-07-16T03:17:55.249Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18132024-07-16T03:17:55.327Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
18142024-07-16T03:17:55.461Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18152024-07-16T03:17:55.545Z Compiling num-derive v0.4.2
18162024-07-16T03:17:55.631Z Compiling slog-dtrace v0.3.0
18172024-07-16T03:17:55.711Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
18182024-07-16T03:17:55.735Z Checking csv-core v0.1.11
18192024-07-16T03:17:55.760Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18202024-07-16T03:17:56.007Z Checking csv v1.3.0
18212024-07-16T03:17:56.459Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18222024-07-16T03:17:57.097Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18232024-07-16T03:17:58.810Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
18242024-07-16T03:17:59.860Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
18252024-07-16T03:18:01.188Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
18262024-07-16T03:18:01.408Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18272024-07-16T03:18:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
18282024-07-16T03:18:05.195Z
18292024-07-16T03:18:05.195Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (52/132)
18302024-07-16T03:18:05.801Z Downloading crates ...
18312024-07-16T03:18:06.059Z Downloaded oso-derive v0.27.3
18322024-07-16T03:18:06.084Z Downloaded http-range v0.1.5
18332024-07-16T03:18:06.084Z Downloaded serde-big-array v0.5.1
18342024-07-16T03:18:06.084Z Downloaded zip v0.6.6
18352024-07-16T03:18:06.084Z Downloaded trust-dns-server v0.22.1
18362024-07-16T03:18:06.109Z Downloaded x509-cert v0.2.5
18372024-07-16T03:18:06.109Z Downloaded wyz v0.5.1
18382024-07-16T03:18:06.109Z Downloaded strum_macros v0.24.3
18392024-07-16T03:18:06.109Z Downloaded trust-dns-client v0.22.0
18402024-07-16T03:18:06.134Z Downloaded salty v0.2.0
18412024-07-16T03:18:06.134Z Downloaded regex-syntax v0.6.29
18422024-07-16T03:18:06.134Z Downloaded sled v0.34.7
18432024-07-16T03:18:06.159Z Downloaded bzip2-sys v0.1.11+1.0.8
18442024-07-16T03:18:06.159Z Downloaded object v0.30.4
18452024-07-16T03:18:06.184Z Downloaded nix v0.27.1
18462024-07-16T03:18:06.184Z Downloaded lalrpop v0.19.12
18472024-07-16T03:18:06.209Z Downloaded libxml v0.3.3
18482024-07-16T03:18:06.209Z Downloaded hyper-staticfile v0.9.5
18492024-07-16T03:18:06.209Z Downloaded serde-hex v0.1.0
18502024-07-16T03:18:06.209Z Downloaded serde-big-array v0.4.1
18512024-07-16T03:18:06.209Z Downloaded radium v0.7.0
18522024-07-16T03:18:06.209Z Downloaded prettyplease v0.2.20
18532024-07-16T03:18:06.234Z Downloaded packed_struct v0.10.1
18542024-07-16T03:18:06.234Z Downloaded oso v0.27.3
18552024-07-16T03:18:06.234Z Downloaded num v0.4.3
18562024-07-16T03:18:06.234Z Downloaded mime_guess v2.0.4
18572024-07-16T03:18:06.234Z Downloaded libefi-sys v0.1.0
18582024-07-16T03:18:06.234Z Downloaded unicase v2.7.0
18592024-07-16T03:18:06.234Z Downloaded tls_codec_derive v0.4.1
18602024-07-16T03:18:06.234Z Downloaded tls_codec v0.4.1
18612024-07-16T03:18:06.234Z Downloaded shlex v1.3.0
18622024-07-16T03:18:06.234Z Downloaded ref-cast v1.0.23
18632024-07-16T03:18:06.234Z Downloaded radix_trie v0.2.1
18642024-07-16T03:18:06.259Z Downloaded polar-core v0.27.3
18652024-07-16T03:18:06.259Z Downloaded path-slash v0.1.5
18662024-07-16T03:18:06.259Z Downloaded parking_lot v0.11.2
18672024-07-16T03:18:06.259Z Downloaded indoc v1.0.9
18682024-07-16T03:18:06.259Z Downloaded gethostname v0.4.3
18692024-07-16T03:18:06.259Z Downloaded funty v2.0.0
18702024-07-16T03:18:06.259Z Downloaded float-ord v0.3.2
18712024-07-16T03:18:06.259Z Downloaded endian-type v0.1.2
18722024-07-16T03:18:06.259Z Downloaded ed25519 v1.5.3
18732024-07-16T03:18:06.259Z Downloaded diff v0.1.13
18742024-07-16T03:18:06.284Z Downloaded bitvec v1.0.1
18752024-07-16T03:18:06.284Z Downloaded bindgen v0.69.4
18762024-07-16T03:18:06.309Z Downloaded which v4.4.2
18772024-07-16T03:18:06.309Z Downloaded tiny-keccak v2.0.2
18782024-07-16T03:18:06.309Z Downloaded tap v1.0.1
18792024-07-16T03:18:06.309Z Downloaded signature v1.6.4
18802024-07-16T03:18:06.309Z Downloaded rsa v0.9.6
18812024-07-16T03:18:06.309Z Downloaded quick-xml v0.31.0
18822024-07-16T03:18:06.309Z Downloaded pkcs1 v0.7.5
18832024-07-16T03:18:06.334Z Downloaded parking_lot_core v0.8.6
18842024-07-16T03:18:06.334Z Downloaded packed_struct_codegen v0.10.1
18852024-07-16T03:18:06.334Z Downloaded num-complex v0.4.6
18862024-07-16T03:18:06.334Z Downloaded num-bigint-dig v0.8.4
18872024-07-16T03:18:06.334Z Downloaded memoffset v0.9.1
18882024-07-16T03:18:06.334Z Downloaded libloading v0.8.3
18892024-07-16T03:18:06.334Z Downloaded highway v1.1.0
18902024-07-16T03:18:06.334Z Downloaded hashbrown v0.13.2
18912024-07-16T03:18:06.334Z Downloaded bzip2 v0.4.4
18922024-07-16T03:18:06.360Z Downloaded bcs v0.1.6
18932024-07-16T03:18:06.360Z Downloaded toml v0.5.11
18942024-07-16T03:18:06.360Z Downloaded signature v2.2.0
18952024-07-16T03:18:06.360Z Downloaded signal-hook-tokio v0.3.1
18962024-07-16T03:18:06.360Z Downloaded samael v0.0.15
18972024-07-16T03:18:06.360Z Downloaded rustc-hash v1.1.0
18982024-07-16T03:18:06.360Z Downloaded ron v0.8.1
18992024-07-16T03:18:06.360Z Downloaded ref-cast-impl v1.0.23
19002024-07-16T03:18:06.360Z Downloaded num-rational v0.4.2
19012024-07-16T03:18:06.360Z Downloaded maybe-uninit v2.0.0
19022024-07-16T03:18:06.385Z Downloaded lazycell v1.3.0
19032024-07-16T03:18:06.385Z Downloaded impl-trait-for-tuples v0.2.2
19042024-07-16T03:18:06.385Z Downloaded glob v0.3.1
19052024-07-16T03:18:06.385Z Downloaded flume v0.11.0
19062024-07-16T03:18:06.385Z Downloaded env_logger v0.10.2
19072024-07-16T03:18:06.385Z Downloaded ena v0.14.3
19082024-07-16T03:18:06.385Z Downloaded derive_builder_core v0.20.0
19092024-07-16T03:18:06.385Z Downloaded crc-any v2.5.0
19102024-07-16T03:18:06.385Z Downloaded cookie v0.18.1
19112024-07-16T03:18:06.385Z Downloaded const_format_proc_macros v0.2.32
19122024-07-16T03:18:06.385Z Downloaded const_format v0.2.32
19132024-07-16T03:18:06.410Z Downloaded clang-sys v1.7.0
19142024-07-16T03:18:06.410Z Downloaded cexpr v0.6.0
19152024-07-16T03:18:06.410Z Downloaded bitfield v0.14.0
19162024-07-16T03:18:06.410Z Downloaded smallvec v0.6.14
19172024-07-16T03:18:06.410Z Downloaded nodrop v0.1.14
19182024-07-16T03:18:06.410Z Downloaded nibble_vec v0.1.0
19192024-07-16T03:18:06.410Z Downloaded nanorand v0.7.0
19202024-07-16T03:18:06.410Z Downloaded kstat-rs v0.2.4
19212024-07-16T03:18:06.410Z Downloaded derive_builder v0.20.0
19222024-07-16T03:18:06.410Z Downloaded crc-catalog v2.4.0
19232024-07-16T03:18:06.410Z Downloaded crc v3.2.1
19242024-07-16T03:18:06.435Z Downloaded corncobs v0.1.3
19252024-07-16T03:18:06.435Z Downloaded bitfield-struct v0.6.1
19262024-07-16T03:18:06.435Z Downloaded bb8 v0.8.5
19272024-07-16T03:18:06.435Z Downloaded async-recursion v1.1.1
19282024-07-16T03:18:06.435Z Downloaded ascii-canvas v3.0.0
19292024-07-16T03:18:06.435Z Downloaded array-init v0.0.4
19302024-07-16T03:18:06.435Z Downloaded fxhash v0.2.1
19312024-07-16T03:18:06.435Z Downloaded derive_builder_macro v0.20.0
19322024-07-16T03:18:06.435Z Downloaded crunchy v0.2.2
19332024-07-16T03:18:06.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342024-07-16T03:18:06.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352024-07-16T03:18:06.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362024-07-16T03:18:06.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
19372024-07-16T03:18:06.549Z
19382024-07-16T03:18:06.549Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/132)
19392024-07-16T03:18:07.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402024-07-16T03:18:07.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412024-07-16T03:18:07.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422024-07-16T03:18:07.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
19432024-07-16T03:18:07.490Z
19442024-07-16T03:18:07.490Zinfo: running `cargo check --bins` on dns-server (54/132)
19452024-07-16T03:18:08.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462024-07-16T03:18:08.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472024-07-16T03:18:08.367Z Compiling parking_lot_core v0.8.6
19482024-07-16T03:18:08.392Z Checking nibble_vec v0.1.0
19492024-07-16T03:18:08.392Z Checking endian-type v0.1.2
19502024-07-16T03:18:08.392Z Checking newline-converter v0.3.0
19512024-07-16T03:18:08.416Z Checking quick-error v1.2.3
19522024-07-16T03:18:08.416Z Checking linked-hash-map v0.5.6
19532024-07-16T03:18:08.441Z Checking toml v0.5.11
19542024-07-16T03:18:08.468Z Checking fxhash v0.2.1
19552024-07-16T03:18:08.545Z Checking resolv-conf v0.7.0
19562024-07-16T03:18:08.569Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19572024-07-16T03:18:08.594Z Checking radix_trie v0.2.1
19582024-07-16T03:18:08.594Z Checking expectorate v1.1.0
19592024-07-16T03:18:08.694Z Checking lru-cache v0.1.2
19602024-07-16T03:18:08.737Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19612024-07-16T03:18:08.856Z Checking trust-dns-resolver v0.22.0
19622024-07-16T03:18:08.934Z Checking trust-dns-client v0.22.0
19632024-07-16T03:18:09.096Z Checking parking_lot v0.11.2
19642024-07-16T03:18:09.394Z Checking sled v0.34.7
19652024-07-16T03:18:09.938Z Checking trust-dns-server v0.22.1
19662024-07-16T03:18:11.941Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19672024-07-16T03:18:13.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
19682024-07-16T03:18:13.456Z
19692024-07-16T03:18:13.456Zinfo: running `cargo check --bins` on dns-server-api (55/132)
19702024-07-16T03:18:14.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712024-07-16T03:18:14.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722024-07-16T03:18:14.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732024-07-16T03:18:14.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
19742024-07-16T03:18:14.269Z
19752024-07-16T03:18:14.269Zinfo: running `cargo check --bins` on gateway-test-utils (56/132)
19762024-07-16T03:18:15.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772024-07-16T03:18:15.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782024-07-16T03:18:15.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792024-07-16T03:18:15.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19802024-07-16T03:18:15.145Z
19812024-07-16T03:18:15.145Zinfo: running `cargo check --bins` on omicron-gateway (57/132)
19822024-07-16T03:18:15.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832024-07-16T03:18:15.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842024-07-16T03:18:16.013Z Compiling radium v0.7.0
19852024-07-16T03:18:16.038Z Compiling maybe-uninit v2.0.0
19862024-07-16T03:18:16.038Z Checking tap v1.0.1
19872024-07-16T03:18:16.068Z Compiling bzip2-sys v0.1.11+1.0.8
19882024-07-16T03:18:16.093Z Checking funty v2.0.0
19892024-07-16T03:18:16.093Z Checking crc-catalog v2.4.0
19902024-07-16T03:18:16.117Z Compiling num-bigint-dig v0.8.4
19912024-07-16T03:18:16.117Z Compiling packed_struct v0.10.1
19922024-07-16T03:18:16.199Z Checking wyz v0.5.1
19932024-07-16T03:18:16.233Z Checking crc v3.2.1
19942024-07-16T03:18:16.376Z Compiling packed_struct_codegen v0.10.1
19952024-07-16T03:18:16.524Z Compiling indexmap v1.9.3
19962024-07-16T03:18:16.549Z Checking nodrop v0.1.14
19972024-07-16T03:18:16.643Z Checking smallvec v0.6.14
19982024-07-16T03:18:16.667Z Checking array-init v0.0.4
19992024-07-16T03:18:16.753Z Checking pkcs1 v0.7.5
20002024-07-16T03:18:16.790Z Checking signature v2.2.0
20012024-07-16T03:18:16.880Z Checking bitvec v1.0.1
20022024-07-16T03:18:16.960Z Compiling memoffset v0.9.1
20032024-07-16T03:18:16.985Z Checking hashbrown v0.12.3
20042024-07-16T03:18:17.086Z Checking bitfield v0.14.0
20052024-07-16T03:18:17.198Z Checking env_logger v0.10.2
20062024-07-16T03:18:17.222Z Checking bzip2 v0.4.4
20072024-07-16T03:18:17.431Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20082024-07-16T03:18:17.457Z Checking x509-cert v0.2.5
20092024-07-16T03:18:17.482Z Checking serde-hex v0.1.0
20102024-07-16T03:18:17.570Z Checking ron v0.8.1
20112024-07-16T03:18:17.640Z Checking hashbrown v0.13.2
20122024-07-16T03:18:18.384Z Checking rsa v0.9.6
20132024-07-16T03:18:18.421Z Checking half v2.4.1
20142024-07-16T03:18:18.517Z Checking crc-any v2.5.0
20152024-07-16T03:18:18.637Z Checking ciborium-io v0.2.2
20162024-07-16T03:18:18.744Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20172024-07-16T03:18:18.770Z Checking object v0.30.4
20182024-07-16T03:18:18.808Z Checking zip v0.6.6
20192024-07-16T03:18:18.833Z Checking ciborium-ll v0.2.2
20202024-07-16T03:18:18.954Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20212024-07-16T03:18:18.979Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20222024-07-16T03:18:19.067Z Checking path-slash v0.1.5
20232024-07-16T03:18:19.192Z Checking ciborium v0.2.2
20242024-07-16T03:18:19.238Z Checking nix v0.27.1
20252024-07-16T03:18:19.263Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20262024-07-16T03:18:19.288Z Checking serde-big-array v0.5.1
20272024-07-16T03:18:19.390Z Checking signal-hook-tokio v0.3.1
20282024-07-16T03:18:22.105Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20292024-07-16T03:18:30.729Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20302024-07-16T03:18:32.302Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20312024-07-16T03:18:34.460Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20322024-07-16T03:18:39.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.15s
20332024-07-16T03:18:39.425Z
20342024-07-16T03:18:39.425Zinfo: running `cargo check --bins` on ipcc (58/132)
20352024-07-16T03:18:40.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362024-07-16T03:18:40.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372024-07-16T03:18:40.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382024-07-16T03:18:40.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20392024-07-16T03:18:40.262Z
20402024-07-16T03:18:40.262Zinfo: running `cargo check --bins` on sp-sim (59/132)
20412024-07-16T03:18:41.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-07-16T03:18:41.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-07-16T03:18:41.153Z Checking signature v1.6.4
20442024-07-16T03:18:41.153Z Compiling salty v0.2.0
20452024-07-16T03:18:41.178Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20462024-07-16T03:18:41.178Z Compiling convert_case v0.4.0
20472024-07-16T03:18:41.216Z Checking serde-big-array v0.4.1
20482024-07-16T03:18:41.241Z Checking corncobs v0.1.3
20492024-07-16T03:18:41.283Z Checking ed25519 v1.5.3
20502024-07-16T03:18:41.873Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20512024-07-16T03:18:41.941Z Compiling derive_more v0.99.18
20522024-07-16T03:18:47.225Z Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20532024-07-16T03:18:47.999Z Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20542024-07-16T03:18:48.149Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20552024-07-16T03:18:50.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s
20562024-07-16T03:18:50.406Z
20572024-07-16T03:18:50.406Zinfo: running `cargo check --bins` on internal-dns (60/132)
20582024-07-16T03:18:51.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-07-16T03:18:51.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-07-16T03:18:51.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-07-16T03:18:51.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20622024-07-16T03:18:51.224Z
20632024-07-16T03:18:51.225Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (61/132)
20642024-07-16T03:18:51.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-07-16T03:18:52.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-07-16T03:18:52.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-07-16T03:18:52.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20682024-07-16T03:18:52.066Z
20692024-07-16T03:18:52.066Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/132)
20702024-07-16T03:18:52.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-07-16T03:18:52.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-07-16T03:18:52.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-07-16T03:18:52.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20742024-07-16T03:18:52.954Z
20752024-07-16T03:18:52.954Zinfo: running `cargo check --bins` on db-macros (63/132)
20762024-07-16T03:18:53.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-07-16T03:18:53.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-07-16T03:18:53.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-07-16T03:18:53.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20802024-07-16T03:18:53.756Z
20812024-07-16T03:18:53.756Zinfo: running `cargo check --bins` on nexus-macros-common (64/132)
20822024-07-16T03:18:54.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-07-16T03:18:54.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-07-16T03:18:54.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-07-16T03:18:54.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20862024-07-16T03:18:54.547Z
20872024-07-16T03:18:54.547Zinfo: running `cargo check --bins` on nexus-auth (65/132)
20882024-07-16T03:18:55.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-07-16T03:18:55.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-07-16T03:18:55.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-07-16T03:18:55.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20922024-07-16T03:18:55.416Z
20932024-07-16T03:18:55.416Zinfo: running `cargo check --bins` on authz-macros (66/132)
20942024-07-16T03:18:56.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-07-16T03:18:56.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-07-16T03:18:56.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972024-07-16T03:18:56.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20982024-07-16T03:18:56.208Z
20992024-07-16T03:18:56.208Zinfo: running `cargo check --bins` on nexus-db-fixed-data (67/132)
21002024-07-16T03:18:56.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-07-16T03:18:56.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-07-16T03:18:56.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032024-07-16T03:18:56.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21042024-07-16T03:18:57.037Z
21052024-07-16T03:18:57.037Zinfo: running `cargo check --bins` on nexus-db-model (68/132)
21062024-07-16T03:18:57.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-07-16T03:18:57.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-07-16T03:18:57.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092024-07-16T03:18:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21102024-07-16T03:18:57.852Z
21112024-07-16T03:18:57.852Zinfo: running `cargo check --bins` on nexus-defaults (69/132)
21122024-07-16T03:18:58.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-07-16T03:18:58.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-07-16T03:18:58.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-07-16T03:18:58.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21162024-07-16T03:18:58.680Z
21172024-07-16T03:18:58.680Zinfo: running `cargo check --bins` on oximeter (70/132)
21182024-07-16T03:18:59.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-07-16T03:18:59.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-07-16T03:18:59.546Z Compiling rustls-pki-types v1.7.0
21212024-07-16T03:18:59.571Z Compiling prettyplease v0.2.20
21222024-07-16T03:18:59.595Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21232024-07-16T03:18:59.595Z Compiling crossbeam-channel v0.5.12
21242024-07-16T03:18:59.596Z Compiling slog-json v2.6.1
21252024-07-16T03:18:59.620Z Compiling http v1.1.0
21262024-07-16T03:18:59.620Z Compiling base64 v0.22.1
21272024-07-16T03:18:59.645Z Compiling atomic-waker v1.1.2
21282024-07-16T03:18:59.829Z Compiling waitgroup v0.1.2
21292024-07-16T03:18:59.854Z Compiling slog-term v2.9.1
21302024-07-16T03:18:59.961Z Compiling rustls-webpki v0.102.4
21312024-07-16T03:18:59.987Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21322024-07-16T03:19:00.045Z Compiling slog-bunyan v2.5.0
21332024-07-16T03:19:00.180Z Compiling rustls-pemfile v2.1.2
21342024-07-16T03:19:00.221Z Compiling camino v1.1.7
21352024-07-16T03:19:00.306Z Compiling slog-async v2.8.0
21362024-07-16T03:19:00.331Z Compiling async-stream v0.3.5
21372024-07-16T03:19:00.575Z Compiling toml v0.8.14
21382024-07-16T03:19:00.600Z Compiling sha1 v0.10.6
21392024-07-16T03:19:00.625Z Compiling newtype-uuid v1.1.0
21402024-07-16T03:19:00.871Z Compiling rustls v0.22.4
21412024-07-16T03:19:00.900Z Compiling serde_path_to_error v0.1.16
21422024-07-16T03:19:00.950Z Compiling multer v3.1.0
21432024-07-16T03:19:01.049Z Compiling hostname v0.4.0
21442024-07-16T03:19:01.269Z Compiling instant v0.1.12
21452024-07-16T03:19:01.366Z Compiling debug-ignore v1.0.5
21462024-07-16T03:19:01.416Z Compiling backoff v0.4.0
21472024-07-16T03:19:01.498Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21482024-07-16T03:19:01.609Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
21492024-07-16T03:19:01.709Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21502024-07-16T03:19:01.763Z Compiling strum v0.26.3
21512024-07-16T03:19:01.788Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21522024-07-16T03:19:01.830Z Compiling serde_with v3.8.3
21532024-07-16T03:19:01.880Z Compiling parse-display v0.9.1
21542024-07-16T03:19:01.913Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21552024-07-16T03:19:01.938Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21562024-07-16T03:19:02.056Z Compiling num-rational v0.4.2
21572024-07-16T03:19:02.097Z Compiling num-complex v0.4.6
21582024-07-16T03:19:02.457Z Compiling macaddr v1.0.1
21592024-07-16T03:19:02.972Z Compiling num v0.4.3
21602024-07-16T03:19:03.068Z Compiling float-ord v0.3.2
21612024-07-16T03:19:04.055Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21622024-07-16T03:19:04.325Z Compiling tokio-rustls v0.25.0
21632024-07-16T03:19:04.650Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
21642024-07-16T03:19:08.438Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21652024-07-16T03:19:23.867Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21662024-07-16T03:19:27.516Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21672024-07-16T03:19:28.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.60s
21682024-07-16T03:19:28.401Z
21692024-07-16T03:19:28.401Zinfo: running `cargo check --bins` on oximeter-impl (71/132)
21702024-07-16T03:19:29.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-07-16T03:19:29.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-07-16T03:19:29.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732024-07-16T03:19:29.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21742024-07-16T03:19:29.221Z
21752024-07-16T03:19:29.221Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/132)
21762024-07-16T03:19:29.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772024-07-16T03:19:29.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782024-07-16T03:19:29.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792024-07-16T03:19:29.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21802024-07-16T03:19:30.032Z
21812024-07-16T03:19:30.032Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (73/132)
21822024-07-16T03:19:30.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832024-07-16T03:19:30.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842024-07-16T03:19:30.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852024-07-16T03:19:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21862024-07-16T03:19:30.844Z
21872024-07-16T03:19:30.844Zinfo: running `cargo check --bins` on nexus-inventory (74/132)
21882024-07-16T03:19:31.507Z Downloading crates ...
21892024-07-16T03:19:31.619Z Downloaded rand_seeder v0.2.3
21902024-07-16T03:19:31.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-07-16T03:19:31.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-07-16T03:19:31.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-07-16T03:19:31.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21942024-07-16T03:19:31.714Z
21952024-07-16T03:19:31.715Zinfo: running `cargo check --bins` on typed-rng (75/132)
21962024-07-16T03:19:32.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-07-16T03:19:32.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-07-16T03:19:32.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-07-16T03:19:32.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22002024-07-16T03:19:32.482Z
22012024-07-16T03:19:32.482Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/132)
22022024-07-16T03:19:33.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-07-16T03:19:33.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-07-16T03:19:33.450Z Compiling semver v0.1.20
22052024-07-16T03:19:33.450Z Compiling rayon-core v1.12.1
22062024-07-16T03:19:33.476Z Compiling crossbeam-deque v0.8.5
22072024-07-16T03:19:33.476Z Compiling unicase v2.7.0
22082024-07-16T03:19:33.476Z Compiling fastrand v2.1.0
22092024-07-16T03:19:33.476Z Compiling same-file v1.0.6
22102024-07-16T03:19:33.541Z Compiling blake3 v1.5.1
22112024-07-16T03:19:33.541Z Compiling ring v0.16.20
22122024-07-16T03:19:33.693Z Compiling walkdir v2.5.0
22132024-07-16T03:19:33.730Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22142024-07-16T03:19:33.812Z Compiling rustc_version v0.1.7
22152024-07-16T03:19:33.926Z Compiling tempfile v3.10.1
22162024-07-16T03:19:34.057Z Checking password-hash v0.5.0
22172024-07-16T03:19:34.251Z Compiling newtype_derive v0.1.6
22182024-07-16T03:19:34.300Z Checking blake2 v0.10.6
22192024-07-16T03:19:34.335Z Compiling xattr v1.3.1
22202024-07-16T03:19:34.402Z Compiling derive-where v1.2.7
22212024-07-16T03:19:34.441Z Compiling memmap2 v0.9.4
22222024-07-16T03:19:34.558Z Compiling arrayref v0.3.7
22232024-07-16T03:19:34.582Z Compiling constant_time_eq v0.3.0
22242024-07-16T03:19:34.655Z Compiling spin v0.5.2
22252024-07-16T03:19:34.683Z Compiling arrayvec v0.7.4
22262024-07-16T03:19:34.708Z Compiling rayon v1.10.0
22272024-07-16T03:19:34.764Z Compiling home v0.5.9
22282024-07-16T03:19:34.870Z Compiling untrusted v0.7.1
22292024-07-16T03:19:34.895Z Compiling libefi-sys v0.1.0
22302024-07-16T03:19:35.007Z Compiling toolchain_find v0.4.0
22312024-07-16T03:19:35.042Z Checking argon2 v0.5.3
22322024-07-16T03:19:35.075Z Compiling tar v0.4.41
22332024-07-16T03:19:35.244Z Compiling camino-tempfile v1.1.1
22342024-07-16T03:19:35.608Z Compiling curve25519-dalek v4.1.3
22352024-07-16T03:19:35.635Z Compiling bitfield-struct v0.6.1
22362024-07-16T03:19:35.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22372024-07-16T03:19:35.943Z Compiling topological-sort v0.2.2
22382024-07-16T03:19:35.969Z Checking keccak v0.1.5
22392024-07-16T03:19:36.127Z Compiling cancel-safe-futures v0.1.5
22402024-07-16T03:19:36.211Z Checking sha3 v0.10.8
22412024-07-16T03:19:36.363Z Compiling mime_guess v2.0.4
22422024-07-16T03:19:36.451Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22432024-07-16T03:19:36.556Z Checking steno v0.4.1
22442024-07-16T03:19:36.696Z Compiling rustfmt-wrapper v0.2.1
22452024-07-16T03:19:36.795Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22462024-07-16T03:19:37.167Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22472024-07-16T03:19:37.234Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22482024-07-16T03:19:37.266Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22492024-07-16T03:19:37.393Z Checking universal-hash v0.5.1
22502024-07-16T03:19:37.429Z Compiling thiserror-impl-no-std v2.0.2
22512024-07-16T03:19:37.463Z Checking secrecy v0.8.0
22522024-07-16T03:19:37.561Z Compiling curve25519-dalek-derive v0.1.1
22532024-07-16T03:19:37.642Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-07-16T03:19:37.767Z Checking opaque-debug v0.3.1
22552024-07-16T03:19:37.859Z Checking poly1305 v0.8.0
22562024-07-16T03:19:38.257Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-07-16T03:19:38.731Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22582024-07-16T03:19:38.902Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22592024-07-16T03:19:39.111Z Compiling omicron-zone-package v0.11.0
22602024-07-16T03:19:39.591Z Checking chacha20 v0.9.1
22612024-07-16T03:19:39.904Z Checking aead v0.5.2
22622024-07-16T03:19:39.928Z Checking libsw v3.3.1
22632024-07-16T03:19:40.093Z Checking gethostname v0.4.3
22642024-07-16T03:19:40.117Z Checking owo-colors v4.0.0
22652024-07-16T03:19:40.159Z Checking linear-map v1.2.0
22662024-07-16T03:19:40.226Z Checking swrite v0.1.0
22672024-07-16T03:19:40.261Z Checking thiserror-no-std v2.0.2
22682024-07-16T03:19:40.338Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22692024-07-16T03:19:40.367Z Checking chacha20poly1305 v0.10.1
22702024-07-16T03:19:40.481Z Checking vsss-rs v3.3.4
22712024-07-16T03:19:40.555Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22722024-07-16T03:19:40.968Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22732024-07-16T03:19:41.024Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
22742024-07-16T03:19:41.053Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
22752024-07-16T03:19:41.280Z Checking kstat-rs v0.2.4
22762024-07-16T03:19:41.520Z Checking nanorand v0.7.0
22772024-07-16T03:19:41.546Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22782024-07-16T03:19:41.571Z Checking http-range v0.1.5
22792024-07-16T03:19:41.670Z Checking glob v0.3.1
22802024-07-16T03:19:41.726Z Checking hyper-staticfile v0.9.5
22812024-07-16T03:19:41.864Z Checking flume v0.11.0
22822024-07-16T03:19:41.930Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22832024-07-16T03:19:41.977Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22842024-07-16T03:19:42.095Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
22852024-07-16T03:19:42.271Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22862024-07-16T03:19:42.537Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
22872024-07-16T03:19:43.478Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22882024-07-16T03:19:43.717Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22892024-07-16T03:19:44.051Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22902024-07-16T03:19:44.223Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22912024-07-16T03:19:44.595Z Checking display-error-chain v0.2.0
22922024-07-16T03:19:44.743Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22932024-07-16T03:19:55.828Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22942024-07-16T03:20:02.898Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22952024-07-16T03:20:03.674Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22962024-07-16T03:20:23.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.63s
22972024-07-16T03:20:23.252Z
22982024-07-16T03:20:23.252Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/132)
22992024-07-16T03:20:24.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-07-16T03:20:24.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-07-16T03:20:24.205Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23022024-07-16T03:20:43.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
23032024-07-16T03:20:43.322Z
23042024-07-16T03:20:43.322Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/132)
23052024-07-16T03:20:44.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-07-16T03:20:44.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-07-16T03:20:44.272Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23082024-07-16T03:21:03.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.48s
23092024-07-16T03:21:03.945Z
23102024-07-16T03:21:03.945Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/132)
23112024-07-16T03:21:04.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-07-16T03:21:04.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-07-16T03:21:04.951Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23142024-07-16T03:21:24.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.51s
23152024-07-16T03:21:24.594Z
23162024-07-16T03:21:24.594Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/132)
23172024-07-16T03:21:25.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-07-16T03:21:25.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-07-16T03:21:25.596Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23202024-07-16T03:21:46.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s
23212024-07-16T03:21:46.214Z
23222024-07-16T03:21:46.214Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/132)
23232024-07-16T03:21:47.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-07-16T03:21:47.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-07-16T03:21:47.184Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23262024-07-16T03:22:07.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.20s
23272024-07-16T03:22:07.560Z
23282024-07-16T03:22:07.560Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/132)
23292024-07-16T03:22:08.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-07-16T03:22:08.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-07-16T03:22:08.562Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23322024-07-16T03:22:28.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.31s
23332024-07-16T03:22:29.018Z
23342024-07-16T03:22:29.018Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/132)
23352024-07-16T03:22:29.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-07-16T03:22:29.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-07-16T03:22:30.016Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23382024-07-16T03:22:50.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.19s
23392024-07-16T03:22:50.353Z
23402024-07-16T03:22:50.353Zinfo: running `cargo check --bins` on key-manager (84/132)
23412024-07-16T03:22:51.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-07-16T03:22:51.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-07-16T03:22:51.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-07-16T03:22:51.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23452024-07-16T03:22:51.204Z
23462024-07-16T03:22:51.204Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/132)
23472024-07-16T03:22:51.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-07-16T03:22:51.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-07-16T03:22:51.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-07-16T03:22:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23512024-07-16T03:22:51.995Z
23522024-07-16T03:22:51.995Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/132)
23532024-07-16T03:22:52.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-07-16T03:22:52.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-07-16T03:22:52.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-07-16T03:22:52.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23572024-07-16T03:22:52.815Z
23582024-07-16T03:22:52.816Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/132)
23592024-07-16T03:22:53.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-07-16T03:22:53.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-07-16T03:22:53.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-07-16T03:22:53.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23632024-07-16T03:22:53.641Z
23642024-07-16T03:22:53.641Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/132)
23652024-07-16T03:22:54.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-07-16T03:22:54.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-07-16T03:22:54.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-07-16T03:22:54.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23692024-07-16T03:22:54.476Z
23702024-07-16T03:22:54.476Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/132)
23712024-07-16T03:22:55.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-07-16T03:22:55.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-07-16T03:22:55.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-07-16T03:22:55.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23752024-07-16T03:22:55.329Z
23762024-07-16T03:22:55.329Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/132)
23772024-07-16T03:22:56.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-07-16T03:22:56.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-07-16T03:22:56.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-07-16T03:22:56.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23812024-07-16T03:22:56.174Z
23822024-07-16T03:22:56.174Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/132)
23832024-07-16T03:22:56.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-07-16T03:22:56.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-07-16T03:22:56.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-07-16T03:22:56.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23872024-07-16T03:22:57.019Z
23882024-07-16T03:22:57.019Zinfo: running `cargo check --bins` on oximeter-producer (92/132)
23892024-07-16T03:22:57.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-07-16T03:22:57.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-07-16T03:22:57.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-07-16T03:22:57.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23932024-07-16T03:22:57.876Z
23942024-07-16T03:22:57.876Zinfo: running `cargo check --bins` on sled-hardware (93/132)
23952024-07-16T03:22:58.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-07-16T03:22:58.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-07-16T03:22:58.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-07-16T03:22:58.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23992024-07-16T03:22:58.732Z
24002024-07-16T03:22:58.732Zinfo: running `cargo check --bins --no-default-features` on sled-storage (94/132)
24012024-07-16T03:22:59.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-07-16T03:22:59.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-07-16T03:22:59.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-07-16T03:22:59.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24052024-07-16T03:22:59.577Z
24062024-07-16T03:22:59.577Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/132)
24072024-07-16T03:23:00.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-07-16T03:23:00.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-07-16T03:23:00.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-07-16T03:23:00.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24112024-07-16T03:23:00.464Z
24122024-07-16T03:23:00.465Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (96/132)
24132024-07-16T03:23:01.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-07-16T03:23:01.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-07-16T03:23:01.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-07-16T03:23:01.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24172024-07-16T03:23:01.323Z
24182024-07-16T03:23:01.324Zinfo: running `cargo check --bins` on nexus-test-interface (97/132)
24192024-07-16T03:23:02.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-07-16T03:23:02.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-07-16T03:23:02.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-07-16T03:23:02.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24232024-07-16T03:23:02.183Z
24242024-07-16T03:23:02.184Zinfo: running `cargo check --bins` on oximeter-collector (98/132)
24252024-07-16T03:23:02.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-07-16T03:23:02.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-07-16T03:23:03.062Z Checking bcs v0.1.6
24282024-07-16T03:23:03.062Z Compiling async-recursion v1.1.1
24292024-07-16T03:23:03.062Z Checking highway v1.1.0
24302024-07-16T03:23:03.087Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24312024-07-16T03:23:04.283Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24322024-07-16T03:23:08.475Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24332024-07-16T03:23:10.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
24342024-07-16T03:23:10.877Z
24352024-07-16T03:23:10.877Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (99/132)
24362024-07-16T03:23:11.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-07-16T03:23:11.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-07-16T03:23:11.743Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24392024-07-16T03:23:12.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
24402024-07-16T03:23:12.496Z
24412024-07-16T03:23:12.496Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (100/132)
24422024-07-16T03:23:13.204Z Downloading crates ...
24432024-07-16T03:23:13.286Z Downloaded cfg_aliases v0.1.1
24442024-07-16T03:23:13.311Z Downloaded fd-lock v4.0.2
24452024-07-16T03:23:13.311Z Downloaded peg v0.8.3
24462024-07-16T03:23:13.311Z Downloaded vte_generate_state_changes v0.1.1
24472024-07-16T03:23:13.311Z Downloaded vte v0.11.1
24482024-07-16T03:23:13.311Z Downloaded strip-ansi-escapes v0.2.0
24492024-07-16T03:23:13.311Z Downloaded sqlformat v0.2.4
24502024-07-16T03:23:13.336Z Downloaded unicode_categories v0.1.1
24512024-07-16T03:23:13.336Z Downloaded rustyline v14.0.0
24522024-07-16T03:23:13.336Z Downloaded reedline v0.31.0
24532024-07-16T03:23:13.336Z Downloaded sqlparser v0.45.0
24542024-07-16T03:23:13.361Z Downloaded nix v0.28.0
24552024-07-16T03:23:13.361Z Downloaded sqlparser_derive v0.2.2
24562024-07-16T03:23:13.361Z Downloaded peg-macros v0.8.3
24572024-07-16T03:23:13.361Z Downloaded nu-ansi-term v0.50.0
24582024-07-16T03:23:13.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-07-16T03:23:13.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-07-16T03:23:13.478Z Compiling cfg_aliases v0.1.1
24612024-07-16T03:23:13.503Z Compiling vte_generate_state_changes v0.1.1
24622024-07-16T03:23:13.503Z Checking fd-lock v4.0.2
24632024-07-16T03:23:13.503Z Checking bytecount v0.6.8
24642024-07-16T03:23:13.528Z Compiling tabled_derive v0.7.0
24652024-07-16T03:23:13.553Z Compiling peg-macros v0.8.3
24662024-07-16T03:23:13.553Z Compiling sqlparser_derive v0.2.2
24672024-07-16T03:23:13.578Z Checking unicode_categories v0.1.1
24682024-07-16T03:23:13.602Z Compiling nix v0.28.0
24692024-07-16T03:23:13.661Z Checking papergrid v0.11.0
24702024-07-16T03:23:13.685Z Checking nu-ansi-term v0.50.0
24712024-07-16T03:23:13.841Z Checking home v0.5.9
24722024-07-16T03:23:13.970Z Checking sqlformat v0.2.4
24732024-07-16T03:23:14.079Z Checking vte v0.11.1
24742024-07-16T03:23:14.508Z Checking sqlparser v0.45.0
24752024-07-16T03:23:15.177Z Checking strip-ansi-escapes v0.2.0
24762024-07-16T03:23:15.311Z Checking reedline v0.31.0
24772024-07-16T03:23:15.438Z Checking tabled v0.15.0
24782024-07-16T03:23:16.132Z Checking peg v0.8.3
24792024-07-16T03:23:16.402Z Checking rustyline v14.0.0
24802024-07-16T03:23:21.881Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24812024-07-16T03:23:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.67s
24822024-07-16T03:23:29.321Z
24832024-07-16T03:23:29.321Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (101/132)
24842024-07-16T03:23:30.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-07-16T03:23:30.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-07-16T03:23:30.217Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872024-07-16T03:23:37.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s
24882024-07-16T03:23:37.841Z
24892024-07-16T03:23:37.842Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (102/132)
24902024-07-16T03:23:38.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-07-16T03:23:38.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-07-16T03:23:38.698Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932024-07-16T03:23:45.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.87s
24942024-07-16T03:23:45.851Z
24952024-07-16T03:23:45.851Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (103/132)
24962024-07-16T03:23:46.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-07-16T03:23:46.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-07-16T03:23:46.754Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24992024-07-16T03:23:51.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
25002024-07-16T03:23:52.012Z
25012024-07-16T03:23:52.012Zinfo: running `cargo check --bins` on crdb-seed (104/132)
25022024-07-16T03:23:52.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-07-16T03:23:52.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-07-16T03:23:52.910Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25052024-07-16T03:23:53.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
25062024-07-16T03:23:53.362Z
25072024-07-16T03:23:53.362Zinfo: running `cargo check --bins` on omicron-omdb (105/132)
25082024-07-16T03:23:54.005Z Downloading crates ...
25092024-07-16T03:23:54.261Z Downloaded lru v0.12.3
25102024-07-16T03:23:54.286Z Downloaded cassowary v0.3.0
25112024-07-16T03:23:54.286Z Downloaded castaway v0.2.2
25122024-07-16T03:23:54.286Z Downloaded unicode-linebreak v0.1.5
25132024-07-16T03:23:54.286Z Downloaded unicode-truncate v1.0.0
25142024-07-16T03:23:54.286Z Downloaded portable-atomic v1.6.0
25152024-07-16T03:23:54.286Z Downloaded itertools v0.13.0
25162024-07-16T03:23:54.312Z Downloaded textwrap v0.16.1
25172024-07-16T03:23:54.312Z Downloaded ratatui v0.27.0
25182024-07-16T03:23:54.337Z Downloaded stability v0.2.0
25192024-07-16T03:23:54.337Z Downloaded smawk v0.3.2
25202024-07-16T03:23:54.337Z Downloaded multimap v0.10.0
25212024-07-16T03:23:54.337Z Downloaded indicatif v0.17.8
25222024-07-16T03:23:54.337Z Downloaded compact_str v0.7.1
25232024-07-16T03:23:54.337Z Downloaded number_prefix v0.4.0
25242024-07-16T03:23:54.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-07-16T03:23:54.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-07-16T03:23:54.557Z Compiling glob v0.3.1
25272024-07-16T03:23:54.557Z Compiling crunchy v0.2.2
25282024-07-16T03:23:54.582Z Compiling tiny-keccak v2.0.2
25292024-07-16T03:23:54.617Z Compiling ascii-canvas v3.0.0
25302024-07-16T03:23:54.643Z Compiling ena v0.14.3
25312024-07-16T03:23:54.643Z Compiling libloading v0.8.3
25322024-07-16T03:23:54.668Z Compiling regex-syntax v0.6.29
25332024-07-16T03:23:54.668Z Compiling diff v0.1.13
25342024-07-16T03:23:54.903Z Compiling bindgen v0.69.4
25352024-07-16T03:23:55.070Z Compiling which v4.4.2
25362024-07-16T03:23:55.110Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25372024-07-16T03:23:55.219Z Compiling cexpr v0.6.0
25382024-07-16T03:23:55.303Z Compiling rustc-hash v1.1.0
25392024-07-16T03:23:55.389Z Compiling lazycell v1.3.0
25402024-07-16T03:23:55.447Z Compiling shlex v1.3.0
25412024-07-16T03:23:55.519Z Compiling clang-sys v1.7.0
25422024-07-16T03:23:55.548Z Compiling ref-cast v1.0.23
25432024-07-16T03:23:55.574Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25442024-07-16T03:23:55.617Z Compiling derive_builder_core v0.20.0
25452024-07-16T03:23:55.749Z Compiling libxml v0.3.3
25462024-07-16T03:23:55.808Z Compiling ref-cast-impl v1.0.23
25472024-07-16T03:23:55.846Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25482024-07-16T03:23:56.106Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25492024-07-16T03:23:56.130Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25502024-07-16T03:23:56.318Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25512024-07-16T03:23:56.474Z Compiling strum_macros v0.24.3
25522024-07-16T03:23:56.556Z Compiling cookie v0.18.1
25532024-07-16T03:23:57.817Z Compiling indoc v1.0.9
25542024-07-16T03:23:57.842Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25552024-07-16T03:23:57.842Z Compiling impl-trait-for-tuples v0.2.2
25562024-07-16T03:23:57.842Z Compiling lalrpop v0.19.12
25572024-07-16T03:23:57.842Z Compiling derive_builder_macro v0.20.0
25582024-07-16T03:23:58.432Z Compiling oso-derive v0.27.3
25592024-07-16T03:23:58.528Z Checking derive_builder v0.20.0
25602024-07-16T03:23:58.671Z Checking quick-xml v0.31.0
25612024-07-16T03:23:59.793Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25622024-07-16T03:23:59.887Z Checking maplit v1.0.2
25632024-07-16T03:24:00.140Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25642024-07-16T03:24:00.483Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25652024-07-16T03:24:00.508Z Checking bb8 v0.8.5
25662024-07-16T03:24:00.665Z Compiling const_format_proc_macros v0.2.32
25672024-07-16T03:24:00.904Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25682024-07-16T03:24:01.620Z Checking crossbeam-deque v0.8.5
25692024-07-16T03:24:01.755Z Compiling portable-atomic v1.6.0
25702024-07-16T03:24:01.896Z Checking rayon-core v1.12.1
25712024-07-16T03:24:02.519Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25722024-07-16T03:24:02.686Z Checking const_format v0.2.32
25732024-07-16T03:24:02.828Z Checking castaway v0.2.2
25742024-07-16T03:24:02.994Z Checking compact_str v0.7.1
25752024-07-16T03:24:03.232Z Checking rayon v1.10.0
25762024-07-16T03:24:03.700Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25772024-07-16T03:24:03.800Z Checking unicode-truncate v1.0.0
25782024-07-16T03:24:03.963Z Checking itertools v0.13.0
25792024-07-16T03:24:04.019Z Checking lru v0.12.3
25802024-07-16T03:24:04.283Z Compiling stability v0.2.0
25812024-07-16T03:24:05.197Z Checking smawk v0.3.2
25822024-07-16T03:24:05.367Z Checking number_prefix v0.4.0
25832024-07-16T03:24:05.535Z Checking unicode-linebreak v0.1.5
25842024-07-16T03:24:05.861Z Checking cassowary v0.3.0
25852024-07-16T03:24:06.219Z Checking textwrap v0.16.1
25862024-07-16T03:24:06.281Z Checking ratatui v0.27.0
25872024-07-16T03:24:06.565Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25882024-07-16T03:24:06.663Z Checking indicatif v0.17.8
25892024-07-16T03:24:06.798Z Checking multimap v0.10.0
25902024-07-16T03:24:28.742Z Compiling samael v0.0.15
25912024-07-16T03:24:40.102Z Compiling polar-core v0.27.3
25922024-07-16T03:24:49.941Z Checking oso v0.27.3
25932024-07-16T03:25:22.086Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25942024-07-16T03:25:27.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
25952024-07-16T03:25:27.830Z
25962024-07-16T03:25:27.830Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (106/132)
25972024-07-16T03:25:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-07-16T03:25:28.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-07-16T03:25:28.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-07-16T03:25:28.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26012024-07-16T03:25:28.682Z
26022024-07-16T03:25:28.682Zinfo: running `cargo check --bins` on nexus-saga-recovery (107/132)
26032024-07-16T03:25:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-07-16T03:25:29.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-07-16T03:25:29.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-07-16T03:25:29.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26072024-07-16T03:25:29.495Z
26082024-07-16T03:25:29.496Zinfo: running `cargo check --bins` on nexus-test-utils-macros (108/132)
26092024-07-16T03:25:30.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-07-16T03:25:30.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-07-16T03:25:30.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-07-16T03:25:30.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26132024-07-16T03:25:30.262Z
26142024-07-16T03:25:30.263Zinfo: running `cargo check --bins` on omicron-nexus (109/132)
26152024-07-16T03:25:30.871Z Downloading crates ...
26162024-07-16T03:25:31.133Z Downloaded assert_matches v1.5.0
26172024-07-16T03:25:31.158Z Downloaded globset v0.4.14
26182024-07-16T03:25:31.158Z Downloaded buf-list v1.0.3
26192024-07-16T03:25:31.158Z Downloaded snafu-derive v0.8.2
26202024-07-16T03:25:31.158Z Downloaded typed-path v0.7.1
26212024-07-16T03:25:31.158Z Downloaded tough v0.17.1
26222024-07-16T03:25:31.183Z Downloaded snafu v0.8.2
26232024-07-16T03:25:31.183Z Downloaded serde_plain v1.0.2
26242024-07-16T03:25:31.183Z Downloaded pin-project-internal v1.1.5
26252024-07-16T03:25:31.183Z Downloaded pin-project v1.1.5
26262024-07-16T03:25:31.207Z Downloaded parse-size v1.0.0
26272024-07-16T03:25:31.207Z Downloaded olpc-cjson v0.1.3
26282024-07-16T03:25:31.207Z Downloaded fatfs v0.3.6
26292024-07-16T03:25:31.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-07-16T03:25:31.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-07-16T03:25:31.406Z Compiling pin-project-internal v1.1.5
26322024-07-16T03:25:31.431Z Compiling snafu-derive v0.8.2
26332024-07-16T03:25:31.456Z Compiling buf-list v1.0.3
26342024-07-16T03:25:31.480Z Checking globset v0.4.14
26352024-07-16T03:25:31.480Z Checking olpc-cjson v0.1.3
26362024-07-16T03:25:31.480Z Checking rand_seeder v0.2.3
26372024-07-16T03:25:31.480Z Checking serde_plain v1.0.2
26382024-07-16T03:25:31.505Z Checking typed-path v0.7.1
26392024-07-16T03:25:31.668Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26402024-07-16T03:25:31.697Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26412024-07-16T03:25:31.737Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26422024-07-16T03:25:31.869Z Checking parse-size v1.0.0
26432024-07-16T03:25:31.895Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26442024-07-16T03:25:31.933Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26452024-07-16T03:25:32.013Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26462024-07-16T03:25:32.038Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26472024-07-16T03:25:32.325Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26482024-07-16T03:25:32.614Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26492024-07-16T03:25:32.741Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26502024-07-16T03:25:33.006Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26512024-07-16T03:25:33.127Z Checking fatfs v0.3.6
26522024-07-16T03:25:33.152Z Checking assert_matches v1.5.0
26532024-07-16T03:25:33.934Z Checking pin-project v1.1.5
26542024-07-16T03:25:35.104Z Checking snafu v0.8.2
26552024-07-16T03:25:35.482Z Checking tough v0.17.1
26562024-07-16T03:25:39.193Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26572024-07-16T03:25:40.585Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26582024-07-16T03:26:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.34s
26592024-07-16T03:26:29.746Z
26602024-07-16T03:26:29.746Zinfo: running `cargo check --bins` on nexus-internal-api (110/132)
26612024-07-16T03:26:30.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-07-16T03:26:30.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-07-16T03:26:30.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-07-16T03:26:30.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26652024-07-16T03:26:30.530Z
26662024-07-16T03:26:30.530Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (111/132)
26672024-07-16T03:26:31.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-07-16T03:26:31.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-07-16T03:26:31.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-07-16T03:26:31.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26712024-07-16T03:26:31.366Z
26722024-07-16T03:26:31.366Zinfo: running `cargo check --bins` on nexus-networking (112/132)
26732024-07-16T03:26:32.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-07-16T03:26:32.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-07-16T03:26:32.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-07-16T03:26:32.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26772024-07-16T03:26:32.187Z
26782024-07-16T03:26:32.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (113/132)
26792024-07-16T03:26:32.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-07-16T03:26:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-07-16T03:26:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-07-16T03:26:32.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26832024-07-16T03:26:33.026Z
26842024-07-16T03:26:33.026Zinfo: running `cargo check --bins` on update-common (114/132)
26852024-07-16T03:26:33.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-07-16T03:26:33.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-07-16T03:26:33.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-07-16T03:26:33.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26892024-07-16T03:26:33.865Z
26902024-07-16T03:26:33.865Zinfo: running `cargo check --bins` on tufaceous-lib (115/132)
26912024-07-16T03:26:34.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-07-16T03:26:34.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-07-16T03:26:34.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-07-16T03:26:34.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26952024-07-16T03:26:34.700Z
26962024-07-16T03:26:34.700Zinfo: running `cargo check --bins` on tufaceous (116/132)
26972024-07-16T03:26:35.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-07-16T03:26:35.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-07-16T03:26:35.524Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27002024-07-16T03:26:36.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
27012024-07-16T03:26:36.639Z
27022024-07-16T03:26:36.639Zinfo: running `cargo check --bins` on omicron-dev (117/132)
27032024-07-16T03:26:37.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-07-16T03:26:37.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-07-16T03:26:37.670Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27062024-07-16T03:26:37.670Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27072024-07-16T03:26:37.695Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27082024-07-16T03:26:39.315Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27092024-07-16T03:26:42.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
27102024-07-16T03:26:42.552Z
27112024-07-16T03:26:42.552Zinfo: running `cargo check --bins` on openapi-manager (118/132)
27122024-07-16T03:26:43.190Z Downloading crates ...
27132024-07-16T03:26:43.338Z Downloaded is_ci v1.2.0
27142024-07-16T03:26:43.363Z Downloaded indent_write v2.2.0
27152024-07-16T03:26:43.363Z Downloaded supports-color v3.0.0
27162024-07-16T03:26:43.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-07-16T03:26:43.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-07-16T03:26:43.461Z Checking heck v0.4.1
27192024-07-16T03:26:43.461Z Checking is_ci v1.2.0
27202024-07-16T03:26:43.461Z Checking indent_write v2.2.0
27212024-07-16T03:26:43.486Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27222024-07-16T03:26:43.628Z Checking supports-color v3.0.0
27232024-07-16T03:26:43.652Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27242024-07-16T03:26:44.063Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27252024-07-16T03:26:45.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
27262024-07-16T03:26:45.240Z
27272024-07-16T03:26:45.240Zinfo: running `cargo check --bins` on installinator-api (119/132)
27282024-07-16T03:26:45.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-07-16T03:26:45.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-07-16T03:26:45.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-07-16T03:26:45.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27322024-07-16T03:26:46.056Z
27332024-07-16T03:26:46.056Zinfo: running `cargo check --bins` on reconfigurator-cli (120/132)
27342024-07-16T03:26:46.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-07-16T03:26:46.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-07-16T03:26:46.943Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27372024-07-16T03:26:48.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
27382024-07-16T03:26:48.340Z
27392024-07-16T03:26:48.340Zinfo: running `cargo check --bins` on omicron-releng (121/132)
27402024-07-16T03:26:49.020Z Downloading crates ...
27412024-07-16T03:26:49.099Z Downloaded shell-words v1.1.0
27422024-07-16T03:26:49.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-07-16T03:26:49.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-07-16T03:26:49.214Z Checking memmap2 v0.9.4
27452024-07-16T03:26:49.214Z Checking constant_time_eq v0.3.0
27462024-07-16T03:26:49.214Z Checking untrusted v0.7.1
27472024-07-16T03:26:49.214Z Checking arrayref v0.3.7
27482024-07-16T03:26:49.238Z Checking arrayvec v0.7.4
27492024-07-16T03:26:49.238Z Checking spin v0.5.2
27502024-07-16T03:26:49.239Z Checking cargo-platform v0.1.8
27512024-07-16T03:26:49.239Z Checking topological-sort v0.2.2
27522024-07-16T03:26:49.372Z Checking shell-words v1.1.0
27532024-07-16T03:26:49.431Z Checking ring v0.16.20
27542024-07-16T03:26:49.542Z Checking cargo_metadata v0.18.1
27552024-07-16T03:26:49.613Z Checking blake3 v1.5.1
27562024-07-16T03:26:50.848Z Checking omicron-zone-package v0.11.0
27572024-07-16T03:26:52.163Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27582024-07-16T03:26:53.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
27592024-07-16T03:26:53.329Z
27602024-07-16T03:26:53.329Zinfo: running `cargo check --bins` on xtask (122/132)
27612024-07-16T03:26:53.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-07-16T03:26:53.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-07-16T03:26:54.007Z Checking bitflags v2.5.0
27642024-07-16T03:26:54.007Z Checking bytes v1.6.0
27652024-07-16T03:26:54.007Z Checking serde v1.0.204
27662024-07-16T03:26:54.007Z Checking scopeguard v1.2.0
27672024-07-16T03:26:54.007Z Checking smallvec v1.13.2
27682024-07-16T03:26:54.007Z Checking hashbrown v0.14.5
27692024-07-16T03:26:54.032Z Checking log v0.4.21
27702024-07-16T03:26:54.079Z Checking mio v0.8.11
27712024-07-16T03:26:54.148Z Checking lock_api v0.4.12
27722024-07-16T03:26:54.265Z Checking futures-util v0.3.30
27732024-07-16T03:26:54.289Z Checking thiserror v1.0.60
27742024-07-16T03:26:54.373Z Checking parking_lot_core v0.9.10
27752024-07-16T03:26:54.402Z Checking rustix v0.38.34
27762024-07-16T03:26:54.477Z Checking tracing v0.1.40
27772024-07-16T03:26:54.569Z Checking openssl v0.10.64
27782024-07-16T03:26:54.639Z Checking http v0.2.12
27792024-07-16T03:26:54.667Z Checking parking_lot v0.12.2
27802024-07-16T03:26:54.735Z Checking scroll v0.12.0
27812024-07-16T03:26:54.933Z Checking indexmap v2.2.6
27822024-07-16T03:26:54.957Z Checking tokio v1.38.0
27832024-07-16T03:26:55.121Z Checking generic-array v0.14.7
27842024-07-16T03:26:55.701Z Checking slog v2.7.0
27852024-07-16T03:26:55.861Z Checking time v0.3.36
27862024-07-16T03:26:55.927Z Checking pest v2.7.10
27872024-07-16T03:26:55.998Z Checking goblin v0.8.2
27882024-07-16T03:26:56.083Z Checking zerocopy v0.7.34
27892024-07-16T03:26:57.167Z Checking http-body v0.4.6
27902024-07-16T03:26:57.276Z Checking unicode-normalization v0.1.23
27912024-07-16T03:26:57.491Z Checking unicode-bidi v0.3.15
27922024-07-16T03:26:57.885Z Checking dtrace-parser v0.2.0
27932024-07-16T03:26:57.980Z Checking syn v2.0.71
27942024-07-16T03:26:58.005Z Checking idna v0.5.0
27952024-07-16T03:26:58.076Z Checking serde_json v1.0.120
27962024-07-16T03:26:58.280Z Checking toml_datetime v0.6.6
27972024-07-16T03:26:58.497Z Checking serde_spanned v0.6.6
27982024-07-16T03:26:58.522Z Checking crypto-common v0.1.6
27992024-07-16T03:26:58.596Z Checking block-buffer v0.10.4
28002024-07-16T03:26:58.663Z Checking crossbeam-utils v0.8.19
28012024-07-16T03:26:58.688Z Checking toml_edit v0.22.14
28022024-07-16T03:26:58.972Z Checking terminal_size v0.3.0
28032024-07-16T03:26:58.996Z Checking native-tls v0.2.11
28042024-07-16T03:26:58.996Z Checking clap_builder v4.5.9
28052024-07-16T03:26:59.091Z Checking digest v0.10.7
28062024-07-16T03:26:59.248Z Checking crossbeam-channel v0.5.12
28072024-07-16T03:26:59.300Z Checking slog-json v2.6.1
28082024-07-16T03:26:59.357Z Checking url v2.5.0
28092024-07-16T03:26:59.523Z Checking futures-executor v0.3.30
28102024-07-16T03:26:59.710Z Checking serde_urlencoded v0.7.1
28112024-07-16T03:26:59.850Z Checking semver v1.0.23
28122024-07-16T03:26:59.925Z Checking dof v0.3.0
28132024-07-16T03:26:59.973Z Checking camino v1.1.7
28142024-07-16T03:27:00.070Z Checking cargo-platform v0.1.8
28152024-07-16T03:27:00.197Z Checking xattr v1.3.1
28162024-07-16T03:27:00.312Z Checking slog-async v2.8.0
28172024-07-16T03:27:00.351Z Checking tar v0.4.41
28182024-07-16T03:27:00.429Z Checking cargo_metadata v0.18.1
28192024-07-16T03:27:00.453Z Checking sha2 v0.10.8
28202024-07-16T03:27:00.562Z Checking slog-term v2.9.1
28212024-07-16T03:27:00.690Z Checking tokio-util v0.7.11
28222024-07-16T03:27:00.715Z Checking tokio-native-tls v0.3.1
28232024-07-16T03:27:00.892Z Checking toml v0.8.14
28242024-07-16T03:27:00.919Z Checking futures v0.3.30
28252024-07-16T03:27:00.946Z Checking slog-bunyan v2.5.0
28262024-07-16T03:27:00.970Z Checking strum v0.26.3
28272024-07-16T03:27:01.026Z Checking fs-err v2.11.0
28282024-07-16T03:27:01.087Z Checking anyhow v1.0.86
28292024-07-16T03:27:01.111Z Checking tabled v0.15.0
28302024-07-16T03:27:01.284Z Checking macaddr v1.0.1
28312024-07-16T03:27:01.392Z Checking h2 v0.3.26
28322024-07-16T03:27:01.418Z Checking clap v4.5.9
28332024-07-16T03:27:01.497Z Checking cargo_toml v0.20.3
28342024-07-16T03:27:01.914Z Checking usdt-impl v0.5.0
28352024-07-16T03:27:02.371Z Checking usdt v0.5.0
28362024-07-16T03:27:04.597Z Checking hyper v0.14.28
28372024-07-16T03:27:07.128Z Checking hyper-tls v0.5.0
28382024-07-16T03:27:07.340Z Checking reqwest v0.11.27
28392024-07-16T03:27:08.234Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28402024-07-16T03:27:09.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.05s
28412024-07-16T03:27:09.505Z
28422024-07-16T03:27:09.505Zinfo: running `cargo check --bins` on end-to-end-tests (123/132)
28432024-07-16T03:27:10.090Z Downloading crates ...
28442024-07-16T03:27:10.339Z Downloaded blowfish v0.9.1
28452024-07-16T03:27:10.363Z Downloaded russh-cryptovec v0.7.2
28462024-07-16T03:27:10.363Z Downloaded rfc6979 v0.4.0
28472024-07-16T03:27:10.363Z Downloaded rand_chacha v0.2.2
28482024-07-16T03:27:10.364Z Downloaded p521 v0.13.3
28492024-07-16T03:27:10.364Z Downloaded md5 v0.7.0
28502024-07-16T03:27:10.364Z Downloaded russh-keys v0.43.0
28512024-07-16T03:27:10.364Z Downloaded russh v0.43.0
28522024-07-16T03:27:10.389Z Downloaded rand_core v0.5.1
28532024-07-16T03:27:10.389Z Downloaded rand v0.7.3
28542024-07-16T03:27:10.389Z Downloaded primeorder v0.13.6
28552024-07-16T03:27:10.389Z Downloaded pbkdf2 v0.12.2
28562024-07-16T03:27:10.389Z Downloaded password-hash v0.4.2
28572024-07-16T03:27:10.389Z Downloaded p256 v0.13.2
28582024-07-16T03:27:10.389Z Downloaded ecdsa v0.16.9
28592024-07-16T03:27:10.389Z Downloaded hex-literal v0.4.1
28602024-07-16T03:27:10.389Z Downloaded ed25519-dalek v2.1.1
28612024-07-16T03:27:10.414Z Downloaded pbkdf2 v0.11.0
28622024-07-16T03:27:10.414Z Downloaded internet-checksum v0.2.1
28632024-07-16T03:27:10.414Z Downloaded dirs-sys v0.4.1
28642024-07-16T03:27:10.414Z Downloaded dirs v5.0.1
28652024-07-16T03:27:10.414Z Downloaded dhcproto-macros v0.1.0
28662024-07-16T03:27:10.414Z Downloaded dhcproto v0.11.0
28672024-07-16T03:27:10.414Z Downloaded cbc v0.1.2
28682024-07-16T03:27:10.414Z Downloaded bcrypt-pbkdf v0.10.0
28692024-07-16T03:27:10.414Z Downloaded aes-gcm v0.10.3
28702024-07-16T03:27:10.414Z Downloaded aes v0.8.4
28712024-07-16T03:27:10.414Z Downloaded polyval v0.6.2
28722024-07-16T03:27:10.414Z Downloaded ghash v0.5.1
28732024-07-16T03:27:10.414Z Downloaded getrandom v0.1.16
28742024-07-16T03:27:10.439Z Downloaded ctr v0.9.2
28752024-07-16T03:27:10.439Z Downloaded option-ext v0.2.0
28762024-07-16T03:27:10.439Z Downloaded ed25519 v2.2.3
28772024-07-16T03:27:10.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-07-16T03:27:10.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-07-16T03:27:10.598Z Compiling getrandom v0.1.16
28802024-07-16T03:27:10.624Z Checking rfc6979 v0.4.0
28812024-07-16T03:27:10.649Z Checking primeorder v0.13.6
28822024-07-16T03:27:10.649Z Checking option-ext v0.2.0
28832024-07-16T03:27:10.676Z Checking ed25519 v2.2.3
28842024-07-16T03:27:10.701Z Checking polyval v0.6.2
28852024-07-16T03:27:10.701Z Checking ctr v0.9.2
28862024-07-16T03:27:10.701Z Checking aes v0.8.4
28872024-07-16T03:27:10.782Z Checking dirs-sys v0.4.1
28882024-07-16T03:27:10.806Z Checking ecdsa v0.16.9
28892024-07-16T03:27:10.905Z Checking blowfish v0.9.1
28902024-07-16T03:27:10.929Z Checking password-hash v0.4.2
28912024-07-16T03:27:10.954Z Checking pbkdf2 v0.12.2
28922024-07-16T03:27:10.954Z Checking dirs v5.0.1
28932024-07-16T03:27:11.038Z Checking ghash v0.5.1
28942024-07-16T03:27:11.074Z Checking ed25519-dalek v2.1.1
28952024-07-16T03:27:11.098Z Checking cbc v0.1.2
28962024-07-16T03:27:11.123Z Checking bcrypt-pbkdf v0.10.0
28972024-07-16T03:27:11.179Z Checking russh-cryptovec v0.7.2
28982024-07-16T03:27:11.274Z Checking md5 v0.7.0
28992024-07-16T03:27:11.298Z Checking pbkdf2 v0.11.0
29002024-07-16T03:27:11.323Z Compiling dhcproto-macros v0.1.0
29012024-07-16T03:27:11.348Z Checking hex-literal v0.4.1
29022024-07-16T03:27:11.372Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29032024-07-16T03:27:11.406Z Checking p521 v0.13.3
29042024-07-16T03:27:11.437Z Checking p256 v0.13.2
29052024-07-16T03:27:11.464Z Checking aes-gcm v0.10.3
29062024-07-16T03:27:11.489Z Checking rand_core v0.5.1
29072024-07-16T03:27:11.513Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29082024-07-16T03:27:11.541Z Checking internet-checksum v0.2.1
29092024-07-16T03:27:11.738Z Checking rand_chacha v0.2.2
29102024-07-16T03:27:12.008Z Checking rand v0.7.3
29112024-07-16T03:27:12.044Z Checking dhcproto v0.11.0
29122024-07-16T03:27:13.145Z Checking russh-keys v0.43.0
29132024-07-16T03:27:14.011Z Checking russh v0.43.0
29142024-07-16T03:27:34.580Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29152024-07-16T03:27:36.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.98s
29162024-07-16T03:27:36.632Z
29172024-07-16T03:27:36.632Zinfo: running `cargo check --bins` on gateway-cli (124/132)
29182024-07-16T03:27:37.323Z Downloading crates ...
29192024-07-16T03:27:37.396Z Downloaded termios v0.3.3
29202024-07-16T03:27:37.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-07-16T03:27:37.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-07-16T03:27:37.499Z Checking termios v0.3.3
29232024-07-16T03:27:37.671Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29242024-07-16T03:27:38.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
29252024-07-16T03:27:38.722Z
29262024-07-16T03:27:38.722Zinfo: running `cargo check --bins --no-default-features` on installinator (125/132)
29272024-07-16T03:27:39.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-07-16T03:27:39.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-07-16T03:27:39.643Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302024-07-16T03:27:41.912Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29312024-07-16T03:27:44.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
29322024-07-16T03:27:44.175Z
29332024-07-16T03:27:44.175Zinfo: running `cargo check --bins` on internal-dns-cli (126/132)
29342024-07-16T03:27:44.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-07-16T03:27:44.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-07-16T03:27:45.021Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29372024-07-16T03:27:45.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
29382024-07-16T03:27:45.575Z
29392024-07-16T03:27:45.576Zinfo: running `cargo check --bins` on omicron-package (127/132)
29402024-07-16T03:27:46.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-07-16T03:27:46.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-07-16T03:27:46.401Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29432024-07-16T03:27:47.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
29442024-07-16T03:27:47.911Z
29452024-07-16T03:27:47.911Zinfo: running `cargo check --bins` on wicket-dbg (128/132)
29462024-07-16T03:27:48.581Z Downloading crates ...
29472024-07-16T03:27:48.677Z Downloaded tui-tree-widget v0.21.0
29482024-07-16T03:27:48.702Z Downloaded rpassword v7.3.1
29492024-07-16T03:27:48.702Z Downloaded rtoolbox v0.0.2
29502024-07-16T03:27:48.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-07-16T03:27:48.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-07-16T03:27:48.803Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29532024-07-16T03:27:48.827Z Checking rtoolbox v0.0.2
29542024-07-16T03:27:48.828Z Checking tui-tree-widget v0.21.0
29552024-07-16T03:27:48.998Z Checking rpassword v7.3.1
29562024-07-16T03:27:50.273Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29572024-07-16T03:27:55.458Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29582024-07-16T03:27:58.981Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592024-07-16T03:28:00.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s
29602024-07-16T03:28:00.441Z
29612024-07-16T03:28:00.441Zinfo: running `cargo check --bins` on wicket (129/132)
29622024-07-16T03:28:01.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-07-16T03:28:01.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-07-16T03:28:01.313Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29652024-07-16T03:28:01.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
29662024-07-16T03:28:01.778Z
29672024-07-16T03:28:01.778Zinfo: running `cargo check --bins` on wicketd (130/132)
29682024-07-16T03:28:02.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-07-16T03:28:02.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-07-16T03:28:02.676Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29712024-07-16T03:28:08.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
29722024-07-16T03:28:08.436Z
29732024-07-16T03:28:08.436Zinfo: running `cargo check --bins` on omicron-workspace-hack (131/132)
29742024-07-16T03:28:09.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-07-16T03:28:09.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-07-16T03:28:09.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772024-07-16T03:28:09.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29782024-07-16T03:28:09.180Z
29792024-07-16T03:28:09.180Zinfo: running `cargo check --bins` on zone-setup (132/132)
29802024-07-16T03:28:09.890Z Downloading crates ...
29812024-07-16T03:28:09.945Z Downloaded uzers v0.11.3
29822024-07-16T03:28:09.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-07-16T03:28:09.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-07-16T03:28:10.055Z Checking uzers v0.11.3
29852024-07-16T03:28:10.336Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862024-07-16T03:28:10.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
29872024-07-16T03:28:11.067Z
29882024-07-16T03:28:11.067Zreal 13:38.743328223
29892024-07-16T03:28:11.067Zuser 28:57.839891932
29902024-07-16T03:28:11.067Zsys 6:36.896811725
29912024-07-16T03:28:11.067Ztrap 0.817644888
29922024-07-16T03:28:11.067Ztflt 0.947727020
29932024-07-16T03:28:11.067Zdflt 3.172142298
29942024-07-16T03:28:11.067Zkflt 0.001256720
29952024-07-16T03:28:11.067Zlock 2:30:02.282485255
29962024-07-16T03:28:11.067Zslp 2:14:04.772120913
29972024-07-16T03:28:11.067Zlat 1:15.335094612
29982024-07-16T03:28:11.092Zstop 2:47.555064164
29992024-07-16T03:28:11.092Zprocess exited: duration 999847 ms, exit code 0
 
30002024-07-16T03:28:11.142Zfound 0 output files