01J3KQJKDVCW0VF3ZJKBBS0M4B: 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: 01J3KQJZ22AD406XMD99RJPHEK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-25T01:20:54.945Zjob assigned to worker 01J3KQK0AE0JW85RHNXAYK82HS (queued for 37 s)
 
22024-07-25T01:20:55.143Zstarting task 0: "setup"
32024-07-25T01:20:55.167Z++ uname -s
42024-07-25T01:20:55.167Z+ kern=SunOS
52024-07-25T01:20:55.167Z+ case "$kern" in
62024-07-25T01:20:55.167Z+ groupadd -g 12345 build
72024-07-25T01:20:55.167Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-25T01:20:57.173Z+ zfs create -o mountpoint=/work rpool/work
92024-07-25T01:20:57.220Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-25T01:20:57.243Z+ home_fs=zfs
112024-07-25T01:20:57.243Z+ [[ zfs == autofs ]]
122024-07-25T01:20:57.243Z+ mkdir -p /home/build
132024-07-25T01:20:57.244Z+ chown build:build /home/build /work
142024-07-25T01:20:59.234Z+ chmod 0700 /home/build /work
152024-07-25T01:20:59.259Zprocess exited: duration 4092 ms, exit code 0
 
162024-07-25T01:20:59.319Zstarting task 1: "rust-toolchain"
172024-07-25T01:20:59.347Z+ printf ' * toolchain channel = "%s"
182024-07-25T01:20:59.347Z' 1.78.0
192024-07-25T01:20:59.348Z+ printf ' * toolchain profile = "%s"
202024-07-25T01:20:59.348Z' default
212024-07-25T01:20:59.348Z * toolchain channel = "1.78.0"
222024-07-25T01:20:59.348Z * toolchain profile = "default"
232024-07-25T01:20:59.348Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-25T01:20:59.348Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-25T01:20:59.472Zinfo: downloading installer
262024-07-25T01:20:59.978Zinfo: profile set to 'default'
272024-07-25T01:20:59.978Zinfo: default host triple is x86_64-unknown-illumos
282024-07-25T01:21:00.002Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-25T01:21:00.075Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-25T01:21:00.075Zinfo: downloading component 'cargo'
312024-07-25T01:21:00.195Zinfo: downloading component 'clippy'
322024-07-25T01:21:00.263Zinfo: downloading component 'rust-docs'
332024-07-25T01:21:00.485Zinfo: downloading component 'rust-std'
342024-07-25T01:21:00.792Zinfo: downloading component 'rustc'
352024-07-25T01:21:01.591Zinfo: downloading component 'rustfmt'
362024-07-25T01:21:01.647Zinfo: installing component 'cargo'
372024-07-25T01:21:02.778Zinfo: installing component 'clippy'
382024-07-25T01:21:03.197Zinfo: installing component 'rust-docs'
392024-07-25T01:21:05.990Zinfo: installing component 'rust-std'
402024-07-25T01:21:07.944Zinfo: installing component 'rustc'
412024-07-25T01:21:13.088Zinfo: installing component 'rustfmt'
422024-07-25T01:21:13.485Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-25T01:21:13.485Z
442024-07-25T01:21:13.625Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-25T01:21:13.625Z
462024-07-25T01:21:13.625Z
472024-07-25T01:21:13.625ZRust is installed now. Great!
482024-07-25T01:21:13.625Z
492024-07-25T01:21:13.625ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-25T01:21:13.625Zenvironment variable. This has not been done automatically.
512024-07-25T01:21:13.625Z
522024-07-25T01:21:13.625ZTo configure your current shell, you need to source
532024-07-25T01:21:13.626Zthe corresponding env file under $HOME/.cargo.
542024-07-25T01:21:13.626Z
552024-07-25T01:21:13.626ZThis is usually done by running one of the following (note the leading DOT):
562024-07-25T01:21:13.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-25T01:21:13.626Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-25T01:21:13.697Z+ rustc --version
592024-07-25T01:21:13.808Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-25T01:21:13.832Zprocess exited: duration 14499 ms, exit code 0
 
612024-07-25T01:21:13.882Zstarting task 2: "authentication"
622024-07-25T01:21:13.938Zprocess exited: duration 58 ms, exit code 0
 
632024-07-25T01:21:13.989Zstarting task 3: "clone repository"
642024-07-25T01:21:14.013Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-25T01:21:14.013Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-25T01:21:14.038ZCloning into '/work/oxidecomputer/omicron'...
672024-07-25T01:21:20.351Z+ cd /work/oxidecomputer/omicron
682024-07-25T01:21:20.351Z+ git fetch origin c29eee36e0417de41c4cfab15394fbaf874e8303
692024-07-25T01:21:20.715ZFrom https://github.com/oxidecomputer/omicron
702024-07-25T01:21:20.715Z * branch c29eee36e0417de41c4cfab15394fbaf874e8303 -> FETCH_HEAD
712024-07-25T01:21:20.739Z+ [[ -n sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]]
722024-07-25T01:21:20.739Z++ git branch --show-current
732024-07-25T01:21:20.739Z+ current=main
742024-07-25T01:21:20.739Z+ [[ main != sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph ]]
752024-07-25T01:21:20.739Z+ git branch -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph c29eee36e0417de41c4cfab15394fbaf874e8303
762024-07-25T01:21:20.762Z+ git checkout -f sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph
772024-07-25T01:21:20.919ZSwitched to branch 'sunshowers/spr/nexussled-agent-move-some-types-around-straighten-up-the-dependency-graph'
782024-07-25T01:21:20.943Z+ git reset --hard c29eee36e0417de41c4cfab15394fbaf874e8303
792024-07-25T01:21:20.966ZHEAD is now at c29eee36e update one more file
802024-07-25T01:21:20.966Zprocess exited: duration 6965 ms, exit code 0
 
812024-07-25T01:21:21.014Zstarting task 4: "build"
822024-07-25T01:21:21.038Z+ cargo --version
832024-07-25T01:21:21.100Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-25T01:21:21.123Z+ rustc --version
852024-07-25T01:21:21.179Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-25T01:21:21.203Z+ source ./env.sh
872024-07-25T01:21:21.203Z++ OLD_SHELL_OPTS=ehxB
882024-07-25T01:21:21.203Z++ set -o xtrace
892024-07-25T01:21:21.203Z++++ dirname ./env.sh
902024-07-25T01:21:21.203Z+++ readlink -f .
912024-07-25T01:21:21.203Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ 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-25T01:21:21.203Z++ case $OLD_SHELL_OPTS in
1012024-07-25T01:21:21.203Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-25T01:21:21.203Z+ 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-25T01:21:21.203Z+ 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-25T01:21:21.203Z+ banner prerequisites
1052024-07-25T01:21:21.203Z
1062024-07-25T01:21:21.203Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-25T01:21:21.203Z # # # # # # # # # # # # # # #
1082024-07-25T01:21:21.203Z # # # # ##### # # ##### # # # # # #### #
1092024-07-25T01:21:21.203Z ##### ##### # ##### # # # # # # # # #
1102024-07-25T01:21:21.203Z # # # # # # # # # # # # # # #
1112024-07-25T01:21:21.203Z # # # ###### # # ###### ### # #### # #### #
1122024-07-25T01:21:21.203Z
1132024-07-25T01:21:21.203Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-25T01:21:27.954Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-25T01:21:30.588Z Startup: Caching catalogs ... Done
1162024-07-25T01:21:35.121ZPlanning: Solver setup ... Done (3.879s)
1172024-07-25T01:21:35.193ZPlanning: Running solver ... Done (0.071s)
1182024-07-25T01:21:35.246ZPlanning: Finding local manifests ... Done (0.002s)
1192024-07-25T01:21:35.328ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-25T01:21:35.699ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-25T01:21:35.770ZPlanning: Package planning ... Done (0.072s)
1222024-07-25T01:21:35.969ZPlanning: Merging actions ... Done (0.198s)
1232024-07-25T01:21:36.378ZPlanning: Checking for conflicting actions ... Done (0.409s)
1242024-07-25T01:21:36.402ZPlanning: Consolidating action changes ... Done (0.014s)
1252024-07-25T01:21:37.108ZPlanning: Evaluating mediators ... Done (0.713s)
1262024-07-25T01:21:37.132ZPlanning: Planning completed in 6.46 seconds
1272024-07-25T01:21:37.157Z Packages to install: 4
1282024-07-25T01:21:37.157Z Mediators to change: 2
1292024-07-25T01:21:37.157Z Services to change: 1
1302024-07-25T01:21:37.157Z Estimated space available: 148.89 GB
1312024-07-25T01:21:37.157ZEstimated space to be consumed: 1.47 GB
1322024-07-25T01:21:37.157Z Create boot environment: No
1332024-07-25T01:21:37.157ZCreate backup boot environment: No
1342024-07-25T01:21:37.157Z Rebuild boot archive: No
1352024-07-25T01:21:37.157Z
1362024-07-25T01:21:37.158ZChanged mediators:
1372024-07-25T01:21:37.158Z mediator clang:
1382024-07-25T01:21:37.158Z version: None -> 15 (system default)
1392024-07-25T01:21:37.158Z
1402024-07-25T01:21:37.158Z mediator llvm:
1412024-07-25T01:21:37.158Z version: 14 (system default) -> 15 (system default)
1422024-07-25T01:21:37.158Z
1432024-07-25T01:21:37.158ZChanged packages:
1442024-07-25T01:21:37.158Zhelios-dev
1452024-07-25T01:21:37.158Z developer/build-essential
1462024-07-25T01:21:37.158Z None -> 11-2.0
1472024-07-25T01:21:37.158Z library/libxmlsec1
1482024-07-25T01:21:37.158Z None -> 1.2.35-2.0
1492024-07-25T01:21:37.158Z ooce/developer/clang-15
1502024-07-25T01:21:37.158Z None -> 15.0.7-2.0
1512024-07-25T01:21:37.158Z ooce/developer/llvm-15
1522024-07-25T01:21:37.158Z None -> 15.0.7-2.0
1532024-07-25T01:21:37.158Z
1542024-07-25T01:21:37.158ZServices:
1552024-07-25T01:21:37.158Z restart_fmri:
1562024-07-25T01:21:37.158Z svc:/system/update-man-index:default
1572024-07-25T01:21:37.199Z
1582024-07-25T01:21:37.199ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-07-25T01:21:42.199ZDownload: 1122/3290 items 26.1/212.6MB 12% complete (5.0M/s)
1602024-07-25T01:21:47.199ZDownload: 1441/3290 items 106.7/212.6MB 50% complete (10.7M/s)
1612024-07-25T01:21:52.555ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1622024-07-25T01:21:57.562ZDownload: 3243/3290 items 170.8/212.6MB 80% complete (5.7M/s)
1632024-07-25T01:22:03.685ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1642024-07-25T01:22:07.826ZDownload: Completed 212.60 MB in 30.63 seconds (6.9M/s)
1652024-07-25T01:22:07.998Z Actions: 1/3689 actions (Installing new actions)
1662024-07-25T01:22:13.328Z Actions: 2359/3689 actions (Installing new actions)
1672024-07-25T01:22:14.176Z Actions: Completed 3689 actions in 6.18 seconds.
1682024-07-25T01:22:14.569Z Done (0.387s)
1692024-07-25T01:22:14.569Z Done (0.000s)
1702024-07-25T01:22:14.999Z Done (0.429s)
1712024-07-25T01:22:20.521Z Done (5.379s)
1722024-07-25T01:22:20.621Z Done (0.019s)
1732024-07-25T01:22:20.646Z Done (0.000s)
1742024-07-25T01:22:20.780Z Done (0.000s)
1752024-07-25T01:22:21.485ZPlanning: Evaluating mediator changes ... Done
1762024-07-25T01:22:21.701ZPlanning: Checking for conflicting actions ... Done
1772024-07-25T01:22:21.726ZPlanning: Consolidating action changes ... Done
1782024-07-25T01:22:22.072ZPlanning: Evaluating mediators ... Done
1792024-07-25T01:22:22.096ZPlanning: Planning completed in 0.59 seconds
1802024-07-25T01:22:22.121Z Mediators to change: 2
1812024-07-25T01:22:22.121Z Create boot environment: No
1822024-07-25T01:22:22.121ZCreate backup boot environment: No
1832024-07-25T01:22:22.188Z Done
1842024-07-25T01:22:22.189Z Done
1852024-07-25T01:22:22.475Z Done
1862024-07-25T01:22:27.390Z Done
1872024-07-25T01:22:27.489Z Done
1882024-07-25T01:22:27.490Z Done
1892024-07-25T01:22:27.545Z Done
1902024-07-25T01:22:28.426ZPlanning: Evaluating mediator changes ... Done
1912024-07-25T01:22:28.450ZPlanning: Merging actions ... Done
1922024-07-25T01:22:28.685ZPlanning: Checking for conflicting actions ... Done
1932024-07-25T01:22:28.709ZPlanning: Consolidating action changes ... Done
1942024-07-25T01:22:29.049ZPlanning: Evaluating mediators ... Done
1952024-07-25T01:22:29.128ZPlanning: Planning completed in 1.06 seconds
1962024-07-25T01:22:29.177Z Packages to change: 1
1972024-07-25T01:22:29.177Z Mediators to change: 1
1982024-07-25T01:22:29.177Z Services to change: 1
1992024-07-25T01:22:29.177Z Create boot environment: No
2002024-07-25T01:22:29.201ZCreate backup boot environment: Yes
2012024-07-25T01:22:30.792Z Actions: 1/6 actions (Updating modified actions)
2022024-07-25T01:22:30.817Z Actions: Completed 6 actions in 0.00 seconds.
2032024-07-25T01:22:30.817Z Done
2042024-07-25T01:22:30.817Z Done
2052024-07-25T01:22:30.882Z Done
2062024-07-25T01:22:35.699Z Done
2072024-07-25T01:22:35.817Z Done
2082024-07-25T01:22:35.841Z Done
2092024-07-25T01:22:35.890Z Done
2102024-07-25T01:22:36.454ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-07-25T01:22:36.454Zclang system 15 system
2122024-07-25T01:22:36.454Zcsh system system illumos
2132024-07-25T01:22:36.454Zctags system system illumos
2142024-07-25T01:22:36.454Zgcc vendor 12 vendor
2152024-07-25T01:22:36.454Zgcc system 10 system
2162024-07-25T01:22:36.454Zgcc system 7 system
2172024-07-25T01:22:36.454Zgo system 1.20 system
2182024-07-25T01:22:36.454Zgo system 1.19 system
2192024-07-25T01:22:36.454Zllvm system 15 system
2202024-07-25T01:22:36.454Zllvm system 14 system
2212024-07-25T01:22:36.454Zmariadb system 10.6 system
2222024-07-25T01:22:36.454Zmta vendor vendor dma
2232024-07-25T01:22:36.454Zopenjdk system 17 system
2242024-07-25T01:22:36.454Zopenjdk system 11 system
2252024-07-25T01:22:36.454Zopenjdk system 1.8 system
2262024-07-25T01:22:36.454Zopenssl vendor 3 vendor
2272024-07-25T01:22:36.454Zperl system 5.36 system
2282024-07-25T01:22:36.454Zpostgresql system 15 system
2292024-07-25T01:22:36.454Zpostgresql system 13 system
2302024-07-25T01:22:36.454Zpython vendor 3 vendor
2312024-07-25T01:22:36.454Zpython system 2 system
2322024-07-25T01:22:36.455Zpython3 system 3.11 system
2332024-07-25T01:22:36.455Zruby system 3.0 system
2342024-07-25T01:22:36.455Zwords vendor vendor american-english
2352024-07-25T01:22:36.455Zwords system system australian-english
2362024-07-25T01:22:36.455Zwords system system british-english
2372024-07-25T01:22:36.455Zwords system system canadian-english
2382024-07-25T01:22:36.455Zwords system system french
2392024-07-25T01:22:36.455Zwords system system italian
2402024-07-25T01:22:36.455Zwords system system ngerman
2412024-07-25T01:22:36.455Zwords system system ogerman
2422024-07-25T01:22:36.455Zwords system system spanish
2432024-07-25T01:22:36.903ZPUBLISHER TYPE STATUS P LOCATION
2442024-07-25T01:22:36.903Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-07-25T01:22:39.031ZFMRI IFO
2462024-07-25T01:22:39.031Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-07-25T01:22:39.031Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-07-25T01:22:39.032Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-07-25T01:22:39.032Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-07-25T01:22:39.032Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-07-25T01:22:39.032Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-07-25T01:22:39.032Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-07-25T01:22:39.032Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-07-25T01:22:39.032Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-07-25T01:22:39.032Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-07-25T01:22:39.032Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2572024-07-25T01:22:39.032Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582024-07-25T01:22:39.681Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592024-07-25T01:22:40.196Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-07-25T01:22:40.545Z Updating crates.io index
2612024-07-25T01:22:40.611Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-07-25T01:22:41.514Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-07-25T01:22:42.373Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-07-25T01:22:42.754Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-07-25T01:22:45.031Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-07-25T01:22:45.599Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-07-25T01:22:45.920Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-07-25T01:22:47.121Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-07-25T01:22:49.475Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-07-25T01:22:50.616Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-07-25T01:22:51.353Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-07-25T01:22:52.037Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-07-25T01:22:52.414Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-07-25T01:22:52.776Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-07-25T01:22:53.167Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-07-25T01:22:53.525Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-07-25T01:22:53.826Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-07-25T01:22:54.170Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-07-25T01:22:54.600Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-07-25T01:22:54.996Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-07-25T01:22:55.489Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-07-25T01:22:56.044Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-07-25T01:22:56.870Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-07-25T01:22:57.253Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-07-25T01:22:57.740Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-07-25T01:23:00.291Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-07-25T01:23:00.747Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-07-25T01:23:01.139Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-07-25T01:23:01.737Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-07-25T01:23:03.337Z Downloading crates ...
2912024-07-25T01:23:03.422Z Downloaded colorchoice v1.0.1
2922024-07-25T01:23:03.447Z Downloaded usdt-attr-macro v0.5.0
2932024-07-25T01:23:03.447Z Downloaded want v0.3.1
2942024-07-25T01:23:03.473Z Downloaded usdt-macro v0.5.0
2952024-07-25T01:23:03.473Z Downloaded take_mut v0.2.2
2962024-07-25T01:23:03.473Z Downloaded try-lock v0.2.5
2972024-07-25T01:23:03.473Z Downloaded tinyvec_macros v0.1.1
2982024-07-25T01:23:03.473Z Downloaded xattr v1.3.1
2992024-07-25T01:23:03.473Z Downloaded zerocopy-derive v0.7.34
3002024-07-25T01:23:03.498Z Downloaded utf8parse v0.2.1
3012024-07-25T01:23:03.498Z Downloaded version_check v0.9.4
3022024-07-25T01:23:03.498Z Downloaded libc v0.2.155
3032024-07-25T01:23:03.530Z Downloaded tinyvec v1.6.0
3042024-07-25T01:23:03.554Z Downloaded url v2.5.2
3052024-07-25T01:23:03.555Z Downloaded unicode-normalization v0.1.23
3062024-07-25T01:23:03.555Z Downloaded zerocopy v0.7.34
3072024-07-25T01:23:03.579Z Downloaded tabled v0.15.0
3082024-07-25T01:23:03.605Z Downloaded syn v2.0.72
3092024-07-25T01:23:03.629Z Downloaded unicode-width v0.1.13
3102024-07-25T01:23:03.629Z Downloaded syn v1.0.109
3112024-07-25T01:23:03.653Z Downloaded tokio v1.38.1
3122024-07-25T01:23:03.688Z Downloaded rustix v0.38.34
3132024-07-25T01:23:03.721Z Downloaded reqwest v0.11.27
3142024-07-25T01:23:03.745Z Downloaded winnow v0.6.8
3152024-07-25T01:23:03.745Z Downloaded vcpkg v0.2.15
3162024-07-25T01:23:03.808Z Downloaded tokio-util v0.7.11
3172024-07-25T01:23:03.832Z Downloaded time v0.3.36
3182024-07-25T01:23:03.832Z Downloaded serde_json v1.0.120
3192024-07-25T01:23:03.856Z Downloaded encoding_rs v0.8.34
3202024-07-25T01:23:03.880Z Downloaded unicode-ident v1.0.12
3212024-07-25T01:23:03.880Z Downloaded unicode-bidi v0.3.15
3222024-07-25T01:23:03.880Z Downloaded ucd-trie v0.1.6
3232024-07-25T01:23:03.880Z Downloaded tracing-core v0.1.32
3242024-07-25T01:23:03.904Z Downloaded tracing v0.1.40
3252024-07-25T01:23:03.904Z Downloaded toml_edit v0.22.16
3262024-07-25T01:23:03.928Z Downloaded term v0.7.0
3272024-07-25T01:23:03.929Z Downloaded socket2 v0.5.7
3282024-07-25T01:23:03.929Z Downloaded serde v1.0.204
3292024-07-25T01:23:03.929Z Downloaded time-macros v0.2.18
3302024-07-25T01:23:03.953Z Downloaded slog v2.7.0
3312024-07-25T01:23:03.953Z Downloaded serde_derive v1.0.204
3322024-07-25T01:23:03.953Z Downloaded usdt v0.5.0
3332024-07-25T01:23:03.953Z Downloaded typenum v1.17.0
3342024-07-25T01:23:03.953Z Downloaded toml_datetime v0.6.6
3352024-07-25T01:23:03.953Z Downloaded toml v0.8.15
3362024-07-25T01:23:03.953Z Downloaded terminal_size v0.3.0
3372024-07-25T01:23:03.953Z Downloaded slog-term v2.9.1
3382024-07-25T01:23:03.953Z Downloaded ryu v1.0.18
3392024-07-25T01:23:03.977Z Downloaded proc-macro2 v1.0.86
3402024-07-25T01:23:03.977Z Downloaded usdt-impl v0.5.0
3412024-07-25T01:23:03.977Z Downloaded tokio-native-tls v0.3.1
3422024-07-25T01:23:03.977Z Downloaded tokio-macros v2.3.0
3432024-07-25T01:23:03.977Z Downloaded thread-id v4.2.1
3442024-07-25T01:23:03.977Z Downloaded tar v0.4.41
3452024-07-25T01:23:03.977Z Downloaded signal-hook-registry v1.4.2
3462024-07-25T01:23:03.977Z Downloaded idna v0.5.0
3472024-07-25T01:23:04.002Z Downloaded goblin v0.8.2
3482024-07-25T01:23:04.002Z Downloaded serde_spanned v0.6.6
3492024-07-25T01:23:04.002Z Downloaded hyper v0.14.28
3502024-07-25T01:23:04.002Z Downloaded hashbrown v0.14.5
3512024-07-25T01:23:04.026Z Downloaded futures-util v0.3.30
3522024-07-25T01:23:04.026Z Downloaded pest v2.7.10
3532024-07-25T01:23:04.026Z Downloaded openssl v0.10.66
3542024-07-25T01:23:04.051Z Downloaded http v0.2.12
3552024-07-25T01:23:04.051Z Downloaded thiserror v1.0.62
3562024-07-25T01:23:04.051Z Downloaded strum_macros v0.26.4
3572024-07-25T01:23:04.075Z Downloaded strum v0.26.3
3582024-07-25T01:23:04.075Z Downloaded smallvec v1.13.2
3592024-07-25T01:23:04.075Z Downloaded slog-bunyan v2.5.0
3602024-07-25T01:23:04.075Z Downloaded once_cell v1.19.0
3612024-07-25T01:23:04.075Z Downloaded num_cpus v1.16.0
3622024-07-25T01:23:04.076Z Downloaded miniz_oxide v0.7.2
3632024-07-25T01:23:04.076Z Downloaded memmap v0.7.0
3642024-07-25T01:23:04.076Z Downloaded futures v0.3.30
3652024-07-25T01:23:04.076Z Downloaded swrite v0.1.0
3662024-07-25T01:23:04.100Z Downloaded sha2 v0.10.8
3672024-07-25T01:23:04.100Z Downloaded serde_urlencoded v0.7.1
3682024-07-25T01:23:04.100Z Downloaded semver v1.0.23
3692024-07-25T01:23:04.100Z Downloaded quote v1.0.36
3702024-07-25T01:23:04.100Z Downloaded proc-macro-error v1.0.4
3712024-07-25T01:23:04.100Z Downloaded pin-project-lite v0.2.14
3722024-07-25T01:23:04.100Z Downloaded parking_lot v0.12.2
3732024-07-25T01:23:04.124Z Downloaded openssl-sys v0.9.103
3742024-07-25T01:23:04.124Z Downloaded match_cfg v0.1.0
3752024-07-25T01:23:04.124Z Downloaded log v0.4.21
3762024-07-25T01:23:04.124Z Downloaded ipnet v2.9.0
3772024-07-25T01:23:04.124Z Downloaded h2 v0.3.26
3782024-07-25T01:23:04.149Z Downloaded futures-io v0.3.30
3792024-07-25T01:23:04.149Z Downloaded futures-channel v0.3.30
3802024-07-25T01:23:04.149Z Downloaded fs-err v2.11.0
3812024-07-25T01:23:04.149Z Downloaded thread_local v1.1.8
3822024-07-25T01:23:04.149Z Downloaded thiserror-impl v1.0.62
3832024-07-25T01:23:04.149Z Downloaded tabled_derive v0.7.0
3842024-07-25T01:23:04.149Z Downloaded slog-async v2.8.0
3852024-07-25T01:23:04.149Z Downloaded slab v0.4.9
3862024-07-25T01:23:04.149Z Downloaded serde_tokenstream v0.2.1
3872024-07-25T01:23:04.149Z Downloaded scroll v0.12.0
3882024-07-25T01:23:04.149Z Downloaded scopeguard v1.2.0
3892024-07-25T01:23:04.149Z Downloaded pin-utils v0.1.0
3902024-07-25T01:23:04.173Z Downloaded pest_generator v2.7.10
3912024-07-25T01:23:04.173Z Downloaded papergrid v0.11.0
3922024-07-25T01:23:04.173Z Downloaded openssl-macros v0.1.1
3932024-07-25T01:23:04.174Z Downloaded native-tls v0.2.11
3942024-07-25T01:23:04.174Z Downloaded mio v0.8.11
3952024-07-25T01:23:04.174Z Downloaded memchr v2.7.2
3962024-07-25T01:23:04.199Z Downloaded is_terminal_polyfill v1.70.0
3972024-07-25T01:23:04.199Z Downloaded indexmap v2.2.6
3982024-07-25T01:23:04.199Z Downloaded httparse v1.8.0
3992024-07-25T01:23:04.199Z Downloaded heck v0.5.0
4002024-07-25T01:23:04.199Z Downloaded futures-executor v0.3.30
4012024-07-25T01:23:04.199Z Downloaded fnv v1.0.7
4022024-07-25T01:23:04.199Z Downloaded flate2 v1.0.30
4032024-07-25T01:23:04.199Z Downloaded filetime v0.2.23
4042024-07-25T01:23:04.223Z Downloaded clap_builder v4.5.9
4052024-07-25T01:23:04.223Z Downloaded base64 v0.21.7
4062024-07-25T01:23:04.223Z Downloaded tower-service v0.3.2
4072024-07-25T01:23:04.223Z Downloaded time-core v0.1.2
4082024-07-25T01:23:04.223Z Downloaded strsim v0.11.1
4092024-07-25T01:23:04.223Z Downloaded slog-json v2.6.1
4102024-07-25T01:23:04.223Z Downloaded scroll_derive v0.12.0
4112024-07-25T01:23:04.223Z Downloaded rustversion v1.0.17
4122024-07-25T01:23:04.223Z Downloaded rustls-pemfile v1.0.4
4132024-07-25T01:23:04.248Z Downloaded proc-macro-error-attr v1.0.4
4142024-07-25T01:23:04.248Z Downloaded pretty-hex v0.4.1
4152024-07-25T01:23:04.248Z Downloaded powerfmt v0.2.0
4162024-07-25T01:23:04.248Z Downloaded plain v0.2.3
4172024-07-25T01:23:04.248Z Downloaded pkg-config v0.3.30
4182024-07-25T01:23:04.248Z Downloaded pest_meta v2.7.10
4192024-07-25T01:23:04.248Z Downloaded pest_derive v2.7.10
4202024-07-25T01:23:04.248Z Downloaded percent-encoding v2.3.1
4212024-07-25T01:23:04.248Z Downloaded parking_lot_core v0.9.10
4222024-07-25T01:23:04.248Z Downloaded mime v0.3.17
4232024-07-25T01:23:04.248Z Downloaded lock_api v0.4.12
4242024-07-25T01:23:04.248Z Downloaded hyper-tls v0.5.0
4252024-07-25T01:23:04.248Z Downloaded httpdate v1.0.3
4262024-07-25T01:23:04.248Z Downloaded http-body v0.4.6
4272024-07-25T01:23:04.272Z Downloaded futures-task v0.3.30
4282024-07-25T01:23:04.272Z Downloaded futures-sink v0.3.30
4292024-07-25T01:23:04.272Z Downloaded futures-core v0.3.30
4302024-07-25T01:23:04.272Z Downloaded form_urlencoded v1.2.1
4312024-07-25T01:23:04.272Z Downloaded foreign-types-shared v0.1.1
4322024-07-25T01:23:04.272Z Downloaded crossbeam-channel v0.5.12
4332024-07-25T01:23:04.272Z Downloaded cc v1.0.97
4342024-07-25T01:23:04.272Z Downloaded cargo-platform v0.1.8
4352024-07-25T01:23:04.272Z Downloaded camino v1.1.7
4362024-07-25T01:23:04.272Z Downloaded bytes v1.6.0
4372024-07-25T01:23:04.296Z Downloaded anstream v0.6.14
4382024-07-25T01:23:04.296Z Downloaded sync_wrapper v0.1.2
4392024-07-25T01:23:04.296Z Downloaded openssl-probe v0.1.5
4402024-07-25T01:23:04.297Z Downloaded num_threads v0.1.7
4412024-07-25T01:23:04.297Z Downloaded num-conv v0.1.0
4422024-07-25T01:23:04.297Z Downloaded macaddr v1.0.1
4432024-07-25T01:23:04.297Z Downloaded itoa v1.0.11
4442024-07-25T01:23:04.297Z Downloaded is-terminal v0.4.12
4452024-07-25T01:23:04.297Z Downloaded hostname v0.3.1
4462024-07-25T01:23:04.297Z Downloaded heck v0.4.1
4472024-07-25T01:23:04.297Z Downloaded generic-array v0.14.7
4482024-07-25T01:23:04.297Z Downloaded futures-macro v0.3.30
4492024-07-25T01:23:04.297Z Downloaded foreign-types v0.3.2
4502024-07-25T01:23:04.297Z Downloaded errno v0.3.9
4512024-07-25T01:23:04.321Z Downloaded equivalent v1.0.1
4522024-07-25T01:23:04.321Z Downloaded dtrace-parser v0.2.0
4532024-07-25T01:23:04.321Z Downloaded dof v0.3.0
4542024-07-25T01:23:04.321Z Downloaded dirs-sys-next v0.1.2
4552024-07-25T01:23:04.321Z Downloaded dirs-next v2.0.0
4562024-07-25T01:23:04.321Z Downloaded digest v0.10.7
4572024-07-25T01:23:04.321Z Downloaded deranged v0.3.11
4582024-07-25T01:23:04.321Z Downloaded crypto-common v0.1.6
4592024-07-25T01:23:04.321Z Downloaded crossbeam-utils v0.8.19
4602024-07-25T01:23:04.321Z Downloaded crc32fast v1.4.0
4612024-07-25T01:23:04.321Z Downloaded cpufeatures v0.2.12
4622024-07-25T01:23:04.321Z Downloaded clap_lex v0.7.0
4632024-07-25T01:23:04.321Z Downloaded clap_derive v4.5.8
4642024-07-25T01:23:04.321Z Downloaded clap v4.5.9
4652024-07-25T01:23:04.347Z Downloaded cfg-if v1.0.0
4662024-07-25T01:23:04.347Z Downloaded cargo_toml v0.20.4
4672024-07-25T01:23:04.347Z Downloaded byteorder v1.5.0
4682024-07-25T01:23:04.347Z Downloaded bytecount v0.6.8
4692024-07-25T01:23:04.347Z Downloaded block-buffer v0.10.4
4702024-07-25T01:23:04.347Z Downloaded bitflags v2.5.0
4712024-07-25T01:23:04.347Z Downloaded autocfg v1.3.0
4722024-07-25T01:23:04.371Z Downloaded anyhow v1.0.86
4732024-07-25T01:23:04.372Z Downloaded anstyle-query v1.0.3
4742024-07-25T01:23:04.372Z Downloaded anstyle-parse v0.2.4
4752024-07-25T01:23:04.372Z Downloaded anstyle v1.0.7
4762024-07-25T01:23:04.372Z Downloaded adler v1.0.2
4772024-07-25T01:23:04.372Z Downloaded cargo_metadata v0.18.1
4782024-07-25T01:23:04.615Z Compiling proc-macro2 v1.0.86
4792024-07-25T01:23:04.615Z Compiling unicode-ident v1.0.12
4802024-07-25T01:23:04.615Z Compiling libc v0.2.155
4812024-07-25T01:23:04.640Z Compiling version_check v0.9.4
4822024-07-25T01:23:04.640Z Compiling cfg-if v1.0.0
4832024-07-25T01:23:04.640Z Compiling once_cell v1.19.0
4842024-07-25T01:23:04.640Z Compiling itoa v1.0.11
4852024-07-25T01:23:04.640Z Compiling autocfg v1.3.0
4862024-07-25T01:23:04.762Z Compiling serde v1.0.204
4872024-07-25T01:23:04.817Z Compiling memchr v2.7.2
4882024-07-25T01:23:04.841Z Compiling thiserror v1.0.62
4892024-07-25T01:23:05.093Z Compiling ryu v1.0.18
4902024-07-25T01:23:05.371Z Compiling pin-project-lite v0.2.14
4912024-07-25T01:23:05.484Z Compiling bitflags v2.5.0
4922024-07-25T01:23:05.518Z Compiling pkg-config v0.3.30
4932024-07-25T01:23:05.543Z Compiling ucd-trie v0.1.6
4942024-07-25T01:23:05.569Z Compiling cc v1.0.97
4952024-07-25T01:23:05.628Z Compiling lock_api v0.4.12
4962024-07-25T01:23:05.966Z Compiling parking_lot_core v0.9.10
4972024-07-25T01:23:05.992Z Compiling vcpkg v0.2.15
4982024-07-25T01:23:06.390Z Compiling quote v1.0.36
4992024-07-25T01:23:06.641Z Compiling slab v0.4.9
5002024-07-25T01:23:06.673Z Compiling futures-core v0.3.30
5012024-07-25T01:23:06.908Z Compiling syn v2.0.72
5022024-07-25T01:23:06.933Z Compiling futures-sink v0.3.30
5032024-07-25T01:23:07.007Z Compiling bytes v1.6.0
5042024-07-25T01:23:07.069Z Compiling smallvec v1.13.2
5052024-07-25T01:23:07.175Z Compiling scopeguard v1.2.0
5062024-07-25T01:23:07.480Z Compiling equivalent v1.0.1
5072024-07-25T01:23:07.588Z Compiling fnv v1.0.7
5082024-07-25T01:23:07.618Z Compiling serde_json v1.0.120
5092024-07-25T01:23:07.665Z Compiling log v0.4.21
5102024-07-25T01:23:07.721Z Compiling byteorder v1.5.0
5112024-07-25T01:23:07.917Z Compiling hashbrown v0.14.5
5122024-07-25T01:23:08.105Z Compiling parking_lot v0.12.2
5132024-07-25T01:23:08.254Z Compiling futures-channel v0.3.30
5142024-07-25T01:23:08.284Z Compiling signal-hook-registry v1.4.2
5152024-07-25T01:23:08.310Z Compiling mio v0.8.11
5162024-07-25T01:23:08.430Z Compiling socket2 v0.5.7
5172024-07-25T01:23:08.679Z Compiling num_cpus v1.16.0
5182024-07-25T01:23:08.822Z Compiling futures-io v0.3.30
5192024-07-25T01:23:09.058Z Compiling futures-task v0.3.30
5202024-07-25T01:23:09.114Z Compiling openssl-sys v0.9.103
5212024-07-25T01:23:09.145Z Compiling indexmap v2.2.6
5222024-07-25T01:23:09.215Z Compiling typenum v1.17.0
5232024-07-25T01:23:09.411Z Compiling rustix v0.38.34
5242024-07-25T01:23:09.528Z Compiling pin-utils v0.1.0
5252024-07-25T01:23:09.623Z Compiling errno v0.3.9
5262024-07-25T01:23:09.682Z Compiling generic-array v0.14.7
5272024-07-25T01:23:09.777Z Compiling foreign-types-shared v0.1.1
5282024-07-25T01:23:09.841Z Compiling openssl v0.10.66
5292024-07-25T01:23:09.891Z Compiling slog v2.7.0
5302024-07-25T01:23:10.045Z Compiling foreign-types v0.3.2
5312024-07-25T01:23:10.225Z Compiling http v0.2.12
5322024-07-25T01:23:10.377Z Compiling proc-macro-error-attr v1.0.4
5332024-07-25T01:23:10.478Z Compiling usdt-impl v0.5.0
5342024-07-25T01:23:10.688Z Compiling tracing-core v0.1.32
5352024-07-25T01:23:10.837Z Compiling native-tls v0.2.11
5362024-07-25T01:23:11.058Z Compiling num-conv v0.1.0
5372024-07-25T01:23:11.245Z Compiling time-core v0.1.2
5382024-07-25T01:23:11.365Z Compiling syn v1.0.109
5392024-07-25T01:23:11.431Z Compiling tinyvec_macros v0.1.1
5402024-07-25T01:23:11.532Z Compiling powerfmt v0.2.0
5412024-07-25T01:23:11.781Z Compiling httparse v1.8.0
5422024-07-25T01:23:11.843Z Compiling deranged v0.3.11
5432024-07-25T01:23:12.071Z Compiling tinyvec v1.6.0
5442024-07-25T01:23:12.173Z Compiling tracing v0.1.40
5452024-07-25T01:23:12.227Z Compiling time-macros v0.2.18
5462024-07-25T01:23:12.632Z Compiling thread-id v4.2.1
5472024-07-25T01:23:12.906Z Compiling proc-macro-error v1.0.4
5482024-07-25T01:23:13.169Z Compiling openssl-probe v0.1.5
5492024-07-25T01:23:13.198Z Compiling num_threads v0.1.7
5502024-07-25T01:23:13.300Z Compiling crossbeam-utils v0.8.19
5512024-07-25T01:23:13.341Z Compiling rustversion v1.0.17
5522024-07-25T01:23:13.536Z Compiling heck v0.5.0
5532024-07-25T01:23:13.560Z Compiling percent-encoding v2.3.1
5542024-07-25T01:23:13.706Z Compiling plain v0.2.3
5552024-07-25T01:23:13.778Z Compiling utf8parse v0.2.1
5562024-07-25T01:23:13.882Z Compiling try-lock v0.2.5
5572024-07-25T01:23:13.968Z Compiling anstyle-parse v0.2.4
5582024-07-25T01:23:13.968Z Compiling form_urlencoded v1.2.1
5592024-07-25T01:23:14.024Z Compiling want v0.3.1
5602024-07-25T01:23:14.048Z Compiling unicode-normalization v0.1.23
5612024-07-25T01:23:14.323Z Compiling http-body v0.4.6
5622024-07-25T01:23:14.347Z Compiling dirs-sys-next v0.1.2
5632024-07-25T01:23:14.886Z Compiling camino v1.1.7
5642024-07-25T01:23:14.942Z Compiling winnow v0.6.8
5652024-07-25T01:23:14.966Z Compiling anstyle v1.0.7
5662024-07-25T01:23:15.072Z Compiling semver v1.0.23
5672024-07-25T01:23:15.096Z Compiling unicode-bidi v0.3.15
5682024-07-25T01:23:15.413Z Compiling anstyle-query v1.0.3
5692024-07-25T01:23:15.478Z Compiling time v0.3.36
5702024-07-25T01:23:15.504Z Compiling crc32fast v1.4.0
5712024-07-25T01:23:15.554Z Compiling httpdate v1.0.3
5722024-07-25T01:23:15.578Z Compiling pretty-hex v0.4.1
5732024-07-25T01:23:15.790Z Compiling colorchoice v1.0.1
5742024-07-25T01:23:16.021Z Compiling is_terminal_polyfill v1.70.0
5752024-07-25T01:23:16.045Z Compiling tower-service v0.3.2
5762024-07-25T01:23:16.148Z Compiling anstream v0.6.14
5772024-07-25T01:23:16.172Z Compiling idna v0.5.0
5782024-07-25T01:23:16.496Z Compiling dirs-next v2.0.0
5792024-07-25T01:23:17.525Z Compiling crypto-common v0.1.6
5802024-07-25T01:23:17.550Z Compiling block-buffer v0.10.4
5812024-07-25T01:23:17.728Z Compiling terminal_size v0.3.0
5822024-07-25T01:23:17.918Z Compiling fs-err v2.11.0
5832024-07-25T01:23:17.952Z Compiling thread_local v1.1.8
5842024-07-25T01:23:17.975Z Compiling base64 v0.21.7
5852024-07-25T01:23:18.060Z Compiling strsim v0.11.1
5862024-07-25T01:23:18.199Z Compiling clap_lex v0.7.0
5872024-07-25T01:23:18.464Z Compiling match_cfg v0.1.0
5882024-07-25T01:23:18.530Z Compiling heck v0.4.1
5892024-07-25T01:23:18.571Z Compiling adler v1.0.2
5902024-07-25T01:23:18.708Z Compiling bytecount v0.6.8
5912024-07-25T01:23:18.733Z Compiling unicode-width v0.1.13
5922024-07-25T01:23:18.796Z Compiling anyhow v1.0.86
5932024-07-25T01:23:18.911Z Compiling slog-async v2.8.0
5942024-07-25T01:23:18.963Z Compiling papergrid v0.11.0
5952024-07-25T01:23:18.988Z Compiling miniz_oxide v0.7.2
5962024-07-25T01:23:19.012Z Compiling hostname v0.3.1
5972024-07-25T01:23:19.256Z Compiling rustls-pemfile v1.0.4
5982024-07-25T01:23:19.286Z Compiling clap_builder v4.5.9
5992024-07-25T01:23:19.319Z Compiling serde_derive v1.0.204
6002024-07-25T01:23:19.344Z Compiling thiserror-impl v1.0.62
6012024-07-25T01:23:19.376Z Compiling zerocopy-derive v0.7.34
6022024-07-25T01:23:19.651Z Compiling futures-macro v0.3.30
6032024-07-25T01:23:20.371Z Compiling tokio-macros v2.3.0
6042024-07-25T01:23:20.436Z Compiling openssl-macros v0.1.1
6052024-07-25T01:23:21.175Z Compiling scroll_derive v0.12.0
6062024-07-25T01:23:21.510Z Compiling futures-util v0.3.30
6072024-07-25T01:23:21.539Z Compiling zerocopy v0.7.34
6082024-07-25T01:23:21.951Z Compiling tokio v1.38.1
6092024-07-25T01:23:22.474Z Compiling scroll v0.12.0
6102024-07-25T01:23:22.556Z Compiling pest v2.7.10
6112024-07-25T01:23:23.008Z Compiling goblin v0.8.2
6122024-07-25T01:23:23.042Z Compiling tabled_derive v0.7.0
6132024-07-25T01:23:25.333Z Compiling pest_meta v2.7.10
6142024-07-25T01:23:25.709Z Compiling clap_derive v4.5.8
6152024-07-25T01:23:28.546Z Compiling pest_generator v2.7.10
6162024-07-25T01:23:30.280Z Compiling tokio-util v0.7.11
6172024-07-25T01:23:30.420Z Compiling pest_derive v2.7.10
6182024-07-25T01:23:30.889Z Compiling tokio-native-tls v0.3.1
6192024-07-25T01:23:31.156Z Compiling dtrace-parser v0.2.0
6202024-07-25T01:23:31.181Z Compiling h2 v0.3.26
6212024-07-25T01:23:31.207Z Compiling futures-executor v0.3.30
6222024-07-25T01:23:31.594Z Compiling strum_macros v0.26.4
6232024-07-25T01:23:31.930Z Compiling digest v0.10.7
6242024-07-25T01:23:32.332Z Compiling crossbeam-channel v0.5.12
6252024-07-25T01:23:33.164Z Compiling serde_tokenstream v0.2.1
6262024-07-25T01:23:33.236Z Compiling serde_spanned v0.6.6
6272024-07-25T01:23:33.456Z Compiling toml_datetime v0.6.6
6282024-07-25T01:23:33.670Z Compiling serde_urlencoded v0.7.1
6292024-07-25T01:23:33.946Z Compiling toml_edit v0.22.16
6302024-07-25T01:23:34.176Z Compiling cargo-platform v0.1.8
6312024-07-25T01:23:34.745Z Compiling dof v0.3.0
6322024-07-25T01:23:35.570Z Compiling hyper v0.14.28
6332024-07-25T01:23:35.675Z Compiling slog-json v2.6.1
6342024-07-25T01:23:36.410Z Compiling url v2.5.2
6352024-07-25T01:23:36.622Z Compiling term v0.7.0
6362024-07-25T01:23:37.113Z Compiling toml v0.8.15
6372024-07-25T01:23:37.139Z Compiling usdt-macro v0.5.0
6382024-07-25T01:23:37.594Z Compiling usdt-attr-macro v0.5.0
6392024-07-25T01:23:38.176Z Compiling xattr v1.3.1
6402024-07-25T01:23:38.236Z Compiling memmap v0.7.0
6412024-07-25T01:23:38.369Z Compiling filetime v0.2.23
6422024-07-25T01:23:38.451Z Compiling is-terminal v0.4.12
6432024-07-25T01:23:38.499Z Compiling encoding_rs v0.8.34
6442024-07-25T01:23:38.577Z Compiling mime v0.3.17
6452024-07-25T01:23:38.601Z Compiling take_mut v0.2.2
6462024-07-25T01:23:38.725Z Compiling ipnet v2.9.0
6472024-07-25T01:23:38.753Z Compiling sync_wrapper v0.1.2
6482024-07-25T01:23:38.805Z Compiling cpufeatures v0.2.12
6492024-07-25T01:23:38.930Z Compiling sha2 v0.10.8
6502024-07-25T01:23:39.021Z Compiling usdt v0.5.0
6512024-07-25T01:23:39.175Z Compiling hyper-tls v0.5.0
6522024-07-25T01:23:39.504Z Compiling tar v0.4.41
6532024-07-25T01:23:39.529Z Compiling slog-term v2.9.1
6542024-07-25T01:23:39.925Z Compiling flate2 v1.0.30
6552024-07-25T01:23:40.060Z Compiling cargo_toml v0.20.4
6562024-07-25T01:23:40.659Z Compiling reqwest v0.11.27
6572024-07-25T01:23:40.804Z Compiling strum v0.26.3
6582024-07-25T01:23:41.008Z Compiling slog-bunyan v2.5.0
6592024-07-25T01:23:41.191Z Compiling cargo_metadata v0.18.1
6602024-07-25T01:23:41.524Z Compiling macaddr v1.0.1
6612024-07-25T01:23:41.787Z Compiling futures v0.3.30
6622024-07-25T01:23:41.904Z Compiling clap v4.5.9
6632024-07-25T01:23:42.022Z Compiling tabled v0.15.0
6642024-07-25T01:23:42.092Z Compiling swrite v0.1.0
6652024-07-25T01:23:47.261Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6662024-07-25T01:23:58.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
6672024-07-25T01:23:59.149Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6682024-07-25T01:23:59.225ZJul 25 01:23:58.391 INFO Starting download, target: Clickhouse
6692024-07-25T01:23:59.225ZJul 25 01:23:58.391 INFO Starting download, target: Cockroach
6702024-07-25T01:23:59.225ZJul 25 01:23:58.391 INFO Starting download, target: Console
6712024-07-25T01:23:59.225ZJul 25 01:23:58.392 INFO Starting download, target: DendriteOpenapi
6722024-07-25T01:23:59.225ZJul 25 01:23:58.392 INFO Starting download, target: DendriteStub
6732024-07-25T01:23:59.225ZJul 25 01:23:58.392 INFO Starting download, target: MaghemiteMgd
6742024-07-25T01:23:59.225ZJul 25 01:23:58.392 INFO Starting download, target: TransceiverControl
6752024-07-25T01:23:59.250ZJul 25 01:23:58.393 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6762024-07-25T01:23:59.250ZJul 25 01:23:58.393 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6772024-07-25T01:23:59.250ZJul 25 01:23:58.393 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6782024-07-25T01:23:59.250ZJul 25 01:23:58.393 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6792024-07-25T01:23:59.250ZJul 25 01:23:58.393 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6802024-07-25T01:23:59.250ZJul 25 01:23:58.394 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6812024-07-25T01:23:59.250ZJul 25 01:23:58.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6822024-07-25T01:23:59.653ZJul 25 01:23:58.798 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6832024-07-25T01:23:59.751ZJul 25 01:23:58.899 INFO Download complete, target: DendriteOpenapi
6842024-07-25T01:24:00.038ZJul 25 01:23:59.204 INFO Download complete, target: Console
6852024-07-25T01:24:00.071ZJul 25 01:23:59.234 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6862024-07-25T01:24:00.851ZJul 25 01:24:00.018 INFO Download complete, target: TransceiverControl
6872024-07-25T01:24:01.159ZJul 25 01:24:00.325 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6882024-07-25T01:24:01.258ZJul 25 01:24:00.424 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6892024-07-25T01:24:04.536ZJul 25 01:24:03.703 INFO Download complete, target: DendriteStub
6902024-07-25T01:24:05.405ZJul 25 01:24:04.571 INFO Download complete, target: MaghemiteMgd
6912024-07-25T01:24:08.576ZJul 25 01:24:07.743 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6922024-07-25T01:24:08.576ZJul 25 01:24:07.743 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6932024-07-25T01:24:10.495ZJul 25 01:24:09.661 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6942024-07-25T01:24:18.924ZJul 25 01:24:18.091 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6952024-07-25T01:24:19.399ZJul 25 01:24:18.562 INFO Checking that binary works, target: Cockroach
6962024-07-25T01:24:19.612ZJul 25 01:24:18.779 INFO Download complete, target: Cockroach
6972024-07-25T01:24:28.216ZJul 25 01:24:27.384 INFO Checking that binary works, target: Clickhouse
6982024-07-25T01:24:28.434ZJul 25 01:24:27.591 INFO Download complete, target: Clickhouse
6992024-07-25T01:24:28.466ZAll builder prerequisites installed successfully, and PATH looks valid
7002024-07-25T01:24:28.466Z
7012024-07-25T01:24:28.466Zreal 3:07.258762316
7022024-07-25T01:24:28.466Zuser 5:59.878756335
7032024-07-25T01:24:28.466Zsys 1:26.860302244
7042024-07-25T01:24:28.466Ztrap 0.235296587
7052024-07-25T01:24:28.466Ztflt 0.109283250
7062024-07-25T01:24:28.466Zdflt 0.735016251
7072024-07-25T01:24:28.466Zkflt 0.007802888
7082024-07-25T01:24:28.466Zlock 15:42.249532818
7092024-07-25T01:24:28.466Zslp 16:47.201703658
7102024-07-25T01:24:28.466Zlat 24.933315553
7112024-07-25T01:24:28.466Zstop 1:03.769753337
7122024-07-25T01:24:28.466Z+ banner hack-check
7132024-07-25T01:24:28.466Z
7142024-07-25T01:24:28.466Z # # ## #### # # #### # # ###### #### # #
7152024-07-25T01:24:28.466Z # # # # # # # # # # # # # # # # #
7162024-07-25T01:24:28.466Z ###### # # # #### ##### # ###### ##### # ####
7172024-07-25T01:24:28.466Z # # ###### # # # # # # # # # #
7182024-07-25T01:24:28.466Z # # # # # # # # # # # # # # # # #
7192024-07-25T01:24:28.466Z # # # # #### # # #### # # ###### #### # #
7202024-07-25T01:24:28.466Z
7212024-07-25T01:24:28.466Z+ export CARGO_INCREMENTAL=0
7222024-07-25T01:24:28.466Z+ CARGO_INCREMENTAL=0
7232024-07-25T01:24:28.466Z+ ptime -m timeout 2h cargo xtask check-features --ci
7242024-07-25T01:24:29.247Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7252024-07-25T01:24:40.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.20s
7262024-07-25T01:24:40.782Z Running `target/debug/xtask check-features --ci`
7272024-07-25T01:24:40.820Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
7282024-07-25T01:24:40.820Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
7292024-07-25T01:24:41.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
7302024-07-25T01:24:41.704Z Running `target/debug/xtask download cargo-hack`
7312024-07-25T01:24:41.744ZJul 25 01:24:40.910 INFO Starting download, target: CargoHack
7322024-07-25T01:24:41.768ZJul 25 01:24:40.912 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
7332024-07-25T01:24:42.334ZJul 25 01:24:41.501 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
7342024-07-25T01:24:42.486ZJul 25 01:24:41.654 INFO Download complete, target: CargoHack
7352024-07-25T01:24:42.511Zrunning: "/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"
7362024-07-25T01:24:42.535Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
7372024-07-25T01:24:42.793Zinfo: running `cargo check --bins` on api_identity (1/139)
7382024-07-25T01:24:43.461Z Downloading crates ...
7392024-07-25T01:24:43.630Z Downloaded cipher v0.4.4
7402024-07-25T01:24:43.703Z Downloaded rand_core v0.6.4
7412024-07-25T01:24:43.751Z Downloaded untrusted v0.9.0
7422024-07-25T01:24:43.776Z Downloaded zeroize_derive v1.4.2
7432024-07-25T01:24:43.801Z Downloaded webpki-roots v0.25.4
7442024-07-25T01:24:43.825Z Downloaded zerocopy-derive v0.6.6
7452024-07-25T01:24:43.850Z Downloaded smoltcp v0.9.1
7462024-07-25T01:24:43.850Z Downloaded petgraph v0.6.5
7472024-07-25T01:24:43.874Z Downloaded regex-automata v0.4.6
7482024-07-25T01:24:43.898Z Downloaded regex v1.10.5
7492024-07-25T01:24:43.922Z Downloaded openapiv3 v2.0.0
7502024-07-25T01:24:43.947Z Downloaded finl_unicode v1.2.0
7512024-07-25T01:24:43.947Z Downloaded trust-dns-proto v0.22.0
7522024-07-25T01:24:43.971Z Downloaded toml v0.7.8
7532024-07-25T01:24:43.971Z Downloaded tokio-postgres v0.7.10
7542024-07-25T01:24:43.996Z Downloaded stringprep v0.1.4
7552024-07-25T01:24:43.996Z Downloaded regex-syntax v0.8.3
7562024-07-25T01:24:43.996Z Downloaded peg-runtime v0.8.3
7572024-07-25T01:24:43.996Z Downloaded object v0.32.2
7582024-07-25T01:24:44.020Z Downloaded num-traits v0.2.19
7592024-07-25T01:24:44.021Z Downloaded num-integer v0.1.46
7602024-07-25T01:24:44.021Z Downloaded num-bigint v0.4.5
7612024-07-25T01:24:44.021Z Downloaded minimal-lexical v0.2.1
7622024-07-25T01:24:44.021Z Downloaded managed v0.8.0
7632024-07-25T01:24:44.021Z Downloaded lazy_static v1.5.0
7642024-07-25T01:24:44.045Z Downloaded lalrpop-util v0.19.12
7652024-07-25T01:24:44.046Z Downloaded ring v0.17.8
7662024-07-25T01:24:44.103Z Downloaded itertools v0.12.1
7672024-07-25T01:24:44.128Z Downloaded ipnetwork v0.20.0
7682024-07-25T01:24:44.128Z Downloaded idna v0.3.0
7692024-07-25T01:24:44.128Z Downloaded idna v0.2.3
7702024-07-25T01:24:44.152Z Downloaded hubpack_derive v0.1.1
7712024-07-25T01:24:44.152Z Downloaded hubpack v0.1.2
7722024-07-25T01:24:44.152Z Downloaded heapless v0.7.17
7732024-07-25T01:24:44.152Z Downloaded hash32 v0.2.1
7742024-07-25T01:24:44.152Z Downloaded group v0.13.0
7752024-07-25T01:24:44.152Z Downloaded diesel v2.1.6
7762024-07-25T01:24:44.177Z Downloaded der_derive v0.7.2
7772024-07-25T01:24:44.177Z Downloaded cookie v0.17.0
7782024-07-25T01:24:44.177Z Downloaded zeroize v1.7.0
7792024-07-25T01:24:44.177Z Downloaded zerocopy v0.6.6
7802024-07-25T01:24:44.177Z Downloaded yasna v0.5.2
7812024-07-25T01:24:44.177Z Downloaded winnow v0.5.40
7822024-07-25T01:24:44.202Z Downloaded whoami v1.5.1
7832024-07-25T01:24:44.202Z Downloaded uuid v1.10.0
7842024-07-25T01:24:44.202Z Downloaded tracing-attributes v0.1.27
7852024-07-25T01:24:44.202Z Downloaded strum_macros v0.25.3
7862024-07-25T01:24:44.202Z Downloaded similar v2.5.0
7872024-07-25T01:24:44.202Z Downloaded signal-hook v0.3.17
7882024-07-25T01:24:44.202Z Downloaded serde_derive_internals v0.29.1
7892024-07-25T01:24:44.202Z Downloaded rustc_version v0.4.0
7902024-07-25T01:24:44.226Z Downloaded rustc-demangle v0.1.24
7912024-07-25T01:24:44.226Z Downloaded regex-automata v0.1.10
7922024-07-25T01:24:44.226Z Downloaded r2d2 v0.8.10
7932024-07-25T01:24:44.226Z Downloaded publicsuffix v2.2.3
7942024-07-25T01:24:44.226Z Downloaded predicates v3.1.0
7952024-07-25T01:24:44.227Z Downloaded postgres-types v0.2.6
7962024-07-25T01:24:44.227Z Downloaded postgres-protocol v0.6.6
7972024-07-25T01:24:44.227Z Downloaded pkcs8 v0.10.2
7982024-07-25T01:24:44.227Z Downloaded gimli v0.28.1
7992024-07-25T01:24:44.251Z Downloaded flagset v0.4.5
8002024-07-25T01:24:44.251Z Downloaded enum-as-inner v0.5.1
8012024-07-25T01:24:44.251Z Downloaded diesel_table_macro_syntax v0.1.0
8022024-07-25T01:24:44.251Z Downloaded diesel_derives v2.1.4
8032024-07-25T01:24:44.251Z Downloaded cookie_store v0.20.0
8042024-07-25T01:24:44.251Z Downloaded bstr v1.9.1
8052024-07-25T01:24:44.275Z Downloaded bstr v0.2.17
8062024-07-25T01:24:44.275Z Downloaded unicode-xid v0.2.4
8072024-07-25T01:24:44.275Z Downloaded unicode-segmentation v1.11.0
8082024-07-25T01:24:44.275Z Downloaded toml_edit v0.19.15
8092024-07-25T01:24:44.300Z Downloaded tokio-stream v0.1.15
8102024-07-25T01:24:44.300Z Downloaded tokio-rustls v0.24.1
8112024-07-25T01:24:44.300Z Downloaded subtle v2.5.0
8122024-07-25T01:24:44.300Z Downloaded string_cache v0.8.7
8132024-07-25T01:24:44.300Z Downloaded static_assertions v1.1.0
8142024-07-25T01:24:44.324Z Downloaded stable_deref_trait v1.2.0
8152024-07-25T01:24:44.325Z Downloaded spki v0.7.3
8162024-07-25T01:24:44.325Z Downloaded spin v0.9.8
8172024-07-25T01:24:44.325Z Downloaded siphasher v0.3.11
8182024-07-25T01:24:44.325Z Downloaded signal-hook-mio v0.2.3
8192024-07-25T01:24:44.325Z Downloaded serde_repr v0.1.19
8202024-07-25T01:24:44.325Z Downloaded sec1 v0.7.3
8212024-07-25T01:24:44.325Z Downloaded sct v0.7.1
8222024-07-25T01:24:44.325Z Downloaded schemars_derive v0.8.21
8232024-07-25T01:24:44.325Z Downloaded schemars v0.8.21
8242024-07-25T01:24:44.349Z Downloaded scheduled-thread-pool v0.2.7
8252024-07-25T01:24:44.349Z Downloaded rustls-webpki v0.101.7
8262024-07-25T01:24:44.349Z Downloaded rustls v0.21.12
8272024-07-25T01:24:44.373Z Downloaded psl-types v2.0.11
8282024-07-25T01:24:44.373Z Downloaded predicates-core v1.0.6
8292024-07-25T01:24:44.373Z Downloaded precomputed-hash v0.1.1
8302024-07-25T01:24:44.373Z Downloaded ppv-lite86 v0.2.17
8312024-07-25T01:24:44.373Z Downloaded phf_shared v0.11.2
8322024-07-25T01:24:44.373Z Downloaded phf_shared v0.10.0
8332024-07-25T01:24:44.373Z Downloaded phf v0.11.2
8342024-07-25T01:24:44.373Z Downloaded pem-rfc7468 v0.7.0
8352024-07-25T01:24:44.373Z Downloaded num-iter v0.1.45
8362024-07-25T01:24:44.373Z Downloaded normalize-line-endings v0.3.0
8372024-07-25T01:24:44.373Z Downloaded nom v7.1.3
8382024-07-25T01:24:44.398Z Downloaded new_debug_unreachable v1.0.6
8392024-07-25T01:24:44.398Z Downloaded md-5 v0.10.6
8402024-07-25T01:24:44.398Z Downloaded matches v0.1.10
8412024-07-25T01:24:44.398Z Downloaded libm v0.2.8
8422024-07-25T01:24:44.398Z Downloaded itertools v0.10.5
8432024-07-25T01:24:44.398Z Downloaded inout v0.1.3
8442024-07-25T01:24:44.398Z Downloaded iana-time-zone v0.1.60
8452024-07-25T01:24:44.422Z Downloaded hyper-rustls v0.24.2
8462024-07-25T01:24:44.422Z Downloaded hmac v0.12.1
8472024-07-25T01:24:44.422Z Downloaded hkdf v0.12.4
8482024-07-25T01:24:44.422Z Downloaded hex v0.4.3
8492024-07-25T01:24:44.422Z Downloaded float-cmp v0.9.0
8502024-07-25T01:24:44.422Z Downloaded fixedbitset v0.4.2
8512024-07-25T01:24:44.422Z Downloaded ff v0.13.0
8522024-07-25T01:24:44.422Z Downloaded fallible-iterator v0.2.0
8532024-07-25T01:24:44.422Z Downloaded elliptic-curve v0.13.8
8542024-07-25T01:24:44.422Z Downloaded either v1.12.0
8552024-07-25T01:24:44.422Z Downloaded dyn-clone v1.0.17
8562024-07-25T01:24:44.422Z Downloaded difflib v0.4.0
8572024-07-25T01:24:44.423Z Downloaded der v0.7.9
8582024-07-25T01:24:44.447Z Downloaded data-encoding v2.6.0
8592024-07-25T01:24:44.447Z Downloaded crypto-bigint v0.5.5
8602024-07-25T01:24:44.447Z Downloaded crossterm v0.27.0
8612024-07-25T01:24:44.447Z Downloaded crossbeam-epoch v0.9.18
8622024-07-25T01:24:44.447Z Downloaded ahash v0.8.11
8632024-07-25T01:24:44.471Z Downloaded addr2line v0.21.0
8642024-07-25T01:24:44.471Z Downloaded rand_chacha v0.3.1
8652024-07-25T01:24:44.471Z Downloaded rand v0.8.5
8662024-07-25T01:24:44.471Z Downloaded getrandom v0.2.14
8672024-07-25T01:24:44.471Z Downloaded const-oid v0.9.6
8682024-07-25T01:24:44.472Z Downloaded console v0.15.8
8692024-07-25T01:24:44.472Z Downloaded chrono v0.4.38
8702024-07-25T01:24:44.496Z Downloaded block-padding v0.3.3
8712024-07-25T01:24:44.496Z Downloaded bit-vec v0.6.3
8722024-07-25T01:24:44.496Z Downloaded bit-set v0.5.3
8732024-07-25T01:24:44.496Z Downloaded base64ct v1.6.0
8742024-07-25T01:24:44.496Z Downloaded base16ct v0.2.0
8752024-07-25T01:24:44.496Z Downloaded backtrace v0.3.71
8762024-07-25T01:24:44.496Z Downloaded async-trait v0.1.81
8772024-07-25T01:24:44.496Z Downloaded allocator-api2 v0.2.18
8782024-07-25T01:24:44.496Z Downloaded bitflags v1.3.2
8792024-07-25T01:24:44.521Z Downloaded aho-corasick v1.1.3
8802024-07-25T01:24:44.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
8812024-07-25T01:24:44.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
8822024-07-25T01:24:44.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
8832024-07-25T01:24:44.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
8842024-07-25T01:24:44.598Z
8852024-07-25T01:24:44.598Zinfo: running `cargo check --bins` on bootstore (2/139)
8862024-07-25T01:24:45.233Z Downloading crates ...
8872024-07-25T01:24:45.418Z Downloaded async-stream-impl v0.3.5
8882024-07-25T01:24:45.444Z Downloaded darling_macro v0.20.9
8892024-07-25T01:24:45.468Z Downloaded sigpipe v0.1.3
8902024-07-25T01:24:45.468Z Downloaded waitgroup v0.1.2
8912024-07-25T01:24:45.468Z Downloaded tempfile v3.10.1
8922024-07-25T01:24:45.468Z Downloaded vsss-rs v3.3.4
8932024-07-25T01:24:45.493Z Downloaded serde_with_macros v3.8.3
8942024-07-25T01:24:45.493Z Downloaded serde_with v3.8.3
8952024-07-25T01:24:45.493Z Downloaded smf v0.2.3
8962024-07-25T01:24:45.493Z Downloaded rustls v0.22.4
8972024-07-25T01:24:45.517Z Downloaded sha3 v0.10.8
8982024-07-25T01:24:45.517Z Downloaded foreign-types-shared v0.3.1
8992024-07-25T01:24:45.517Z Downloaded embedded-io v0.4.0
9002024-07-25T01:24:45.517Z Downloaded camino-tempfile v1.1.1
9012024-07-25T01:24:45.541Z Downloaded socket2 v0.4.10
9022024-07-25T01:24:45.541Z Downloaded rustls-webpki v0.102.4
9032024-07-25T01:24:45.566Z Downloaded regress v0.9.1
9042024-07-25T01:24:45.566Z Downloaded fastrand v2.1.0
9052024-07-25T01:24:45.566Z Downloaded cobs v0.2.3
9062024-07-25T01:24:45.566Z Downloaded unsafe-libyaml v0.2.11
9072024-07-25T01:24:45.566Z Downloaded universal-hash v0.5.1
9082024-07-25T01:24:45.566Z Downloaded tokio-rustls v0.25.0
9092024-07-25T01:24:45.566Z Downloaded thiserror-no-std v2.0.2
9102024-07-25T01:24:45.590Z Downloaded thiserror-impl-no-std v2.0.2
9112024-07-25T01:24:45.590Z Downloaded tabwriter v1.4.0
9122024-07-25T01:24:45.590Z Downloaded structmeta-derive v0.3.0
9132024-07-25T01:24:45.590Z Downloaded structmeta v0.3.0
9142024-07-25T01:24:45.590Z Downloaded smoltcp v0.11.0
9152024-07-25T01:24:45.615Z Downloaded serde_path_to_error v0.1.16
9162024-07-25T01:24:45.615Z Downloaded secrecy v0.8.0
9172024-07-25T01:24:45.615Z Downloaded pretty-hex v0.2.1
9182024-07-25T01:24:45.615Z Downloaded postcard v1.0.8
9192024-07-25T01:24:45.615Z Downloaded poly1305 v0.8.0
9202024-07-25T01:24:45.615Z Downloaded paste v1.0.15
9212024-07-25T01:24:45.615Z Downloaded parse-display-derive v0.9.1
9222024-07-25T01:24:45.615Z Downloaded parse-display v0.9.1
9232024-07-25T01:24:45.615Z Downloaded opaque-debug v0.3.1
9242024-07-25T01:24:45.615Z Downloaded num_enum_derive v0.5.11
9252024-07-25T01:24:45.615Z Downloaded num_enum v0.5.11
9262024-07-25T01:24:45.640Z Downloaded num-derive v0.4.2
9272024-07-25T01:24:45.640Z Downloaded newtype-uuid v1.1.0
9282024-07-25T01:24:45.640Z Downloaded multer v3.1.0
9292024-07-25T01:24:45.640Z Downloaded keccak v0.1.5
9302024-07-25T01:24:45.640Z Downloaded instant v0.1.12
9312024-07-25T01:24:45.640Z Downloaded indexmap v1.9.3
9322024-07-25T01:24:45.640Z Downloaded ident_case v1.0.1
9332024-07-25T01:24:45.640Z Downloaded http v1.1.0
9342024-07-25T01:24:45.640Z Downloaded hostname v0.4.0
9352024-07-25T01:24:45.641Z Downloaded heapless v0.8.0
9362024-07-25T01:24:45.665Z Downloaded hashbrown v0.12.3
9372024-07-25T01:24:45.665Z Downloaded hash32 v0.3.1
9382024-07-25T01:24:45.665Z Downloaded half v2.4.1
9392024-07-25T01:24:45.665Z Downloaded getopts v0.2.21
9402024-07-25T01:24:45.665Z Downloaded foreign-types-macros v0.2.3
9412024-07-25T01:24:45.665Z Downloaded foreign-types v0.5.0
9422024-07-25T01:24:45.665Z Downloaded derive_more v0.99.18
9432024-07-25T01:24:45.665Z Downloaded defmt-parser v0.3.4
9442024-07-25T01:24:45.665Z Downloaded debug-ignore v1.0.5
9452024-07-25T01:24:45.665Z Downloaded darling_core v0.20.9
9462024-07-25T01:24:45.690Z Downloaded darling v0.20.9
9472024-07-25T01:24:45.690Z Downloaded curve25519-dalek-derive v0.1.1
9482024-07-25T01:24:45.690Z Downloaded curve25519-dalek v4.1.3
9492024-07-25T01:24:45.690Z Downloaded ciborium-ll v0.2.2
9502024-07-25T01:24:45.690Z Downloaded ciborium v0.2.2
9512024-07-25T01:24:45.714Z Downloaded chacha20poly1305 v0.10.1
9522024-07-25T01:24:45.714Z Downloaded chacha20 v0.9.1
9532024-07-25T01:24:45.714Z Downloaded base64 v0.22.1
9542024-07-25T01:24:45.714Z Downloaded sha1 v0.10.6
9552024-07-25T01:24:45.715Z Downloaded serde_yaml v0.9.34+deprecated
9562024-07-25T01:24:45.715Z Downloaded rustls-pki-types v1.7.0
9572024-07-25T01:24:45.715Z Downloaded rustls-pemfile v2.1.2
9582024-07-25T01:24:45.715Z Downloaded proc-macro-crate v1.3.1
9592024-07-25T01:24:45.715Z Downloaded defmt-macros v0.3.9
9602024-07-25T01:24:45.715Z Downloaded defmt v0.3.8
9612024-07-25T01:24:45.739Z Downloaded backoff v0.4.0
9622024-07-25T01:24:45.739Z Downloaded atomic-waker v1.1.2
9632024-07-25T01:24:45.739Z Downloaded async-stream v0.3.5
9642024-07-25T01:24:45.739Z Downloaded cstr-argument v0.1.2
9652024-07-25T01:24:45.739Z Downloaded crucible-workspace-hack v0.1.0
9662024-07-25T01:24:45.739Z Downloaded convert_case v0.4.0
9672024-07-25T01:24:45.739Z Downloaded colored v2.1.0
9682024-07-25T01:24:45.739Z Downloaded ciborium-io v0.2.2
9692024-07-25T01:24:45.739Z Downloaded aead v0.5.2
9702024-07-25T01:24:45.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9712024-07-25T01:24:45.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9722024-07-25T01:24:45.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9732024-07-25T01:24:45.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
9742024-07-25T01:24:45.832Z
9752024-07-25T01:24:45.832Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/139)
9762024-07-25T01:24:46.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9772024-07-25T01:24:46.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9782024-07-25T01:24:46.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9792024-07-25T01:24:46.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
9802024-07-25T01:24:46.784Z
9812024-07-25T01:24:46.784Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/139)
9822024-07-25T01:24:47.498Z Downloading crates ...
9832024-07-25T01:24:47.605Z Downloaded structmeta v0.2.0
9842024-07-25T01:24:47.629Z Downloaded unarray v0.1.4
9852024-07-25T01:24:47.629Z Downloaded structmeta-derive v0.2.0
9862024-07-25T01:24:47.629Z Downloaded wait-timeout v0.2.0
9872024-07-25T01:24:47.629Z Downloaded proptest v1.4.0
9882024-07-25T01:24:47.629Z Downloaded test-strategy v0.3.1
9892024-07-25T01:24:47.654Z Downloaded rusty-fork v0.3.0
9902024-07-25T01:24:47.654Z Downloaded rand_xorshift v0.3.0
9912024-07-25T01:24:47.654Z Downloaded quick-error v1.2.3
9922024-07-25T01:24:47.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9932024-07-25T01:24:47.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9942024-07-25T01:24:47.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9952024-07-25T01:24:47.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
9962024-07-25T01:24:47.754Z
9972024-07-25T01:24:47.754Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/139)
9982024-07-25T01:24:48.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9992024-07-25T01:24:48.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10002024-07-25T01:24:48.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10012024-07-25T01:24:48.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10022024-07-25T01:24:48.395Z
10032024-07-25T01:24:48.396Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/139)
10042024-07-25T01:24:48.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10052024-07-25T01:24:49.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10062024-07-25T01:24:49.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10072024-07-25T01:24:49.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
10082024-07-25T01:24:49.047Z
10092024-07-25T01:24:49.047Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/139)
10102024-07-25T01:24:49.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10112024-07-25T01:24:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10122024-07-25T01:24:49.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10132024-07-25T01:24:49.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
10142024-07-25T01:24:49.687Z
10152024-07-25T01:24:49.687Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/139)
10162024-07-25T01:24:50.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10172024-07-25T01:24:50.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10182024-07-25T01:24:50.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10192024-07-25T01:24:50.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
10202024-07-25T01:24:50.339Z
10212024-07-25T01:24:50.339Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/139)
10222024-07-25T01:24:50.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10232024-07-25T01:24:50.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10242024-07-25T01:24:50.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10252024-07-25T01:24:50.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
10262024-07-25T01:24:51.009Z
10272024-07-25T01:24:51.009Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/139)
10282024-07-25T01:24:51.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10292024-07-25T01:24:51.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10302024-07-25T01:24:51.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10312024-07-25T01:24:51.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
10322024-07-25T01:24:51.670Z
10332024-07-25T01:24:51.670Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/139)
10342024-07-25T01:24:52.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10352024-07-25T01:24:52.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10362024-07-25T01:24:52.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10372024-07-25T01:24:52.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
10382024-07-25T01:24:52.322Z
10392024-07-25T01:24:52.322Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/139)
10402024-07-25T01:24:52.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10412024-07-25T01:24:53.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10422024-07-25T01:24:53.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10432024-07-25T01:24:53.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
10442024-07-25T01:24:53.035Z
10452024-07-25T01:24:53.035Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/139)
10462024-07-25T01:24:53.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10472024-07-25T01:24:53.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10482024-07-25T01:24:53.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10492024-07-25T01:24:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
10502024-07-25T01:24:53.696Z
10512024-07-25T01:24:53.696Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/139)
10522024-07-25T01:24:54.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10532024-07-25T01:24:54.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10542024-07-25T01:24:54.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10552024-07-25T01:24:54.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
10562024-07-25T01:24:54.356Z
10572024-07-25T01:24:54.356Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/139)
10582024-07-25T01:24:54.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10592024-07-25T01:24:54.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10602024-07-25T01:24:54.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10612024-07-25T01:24:54.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10622024-07-25T01:24:54.990Z
10632024-07-25T01:24:54.991Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/139)
10642024-07-25T01:24:55.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10652024-07-25T01:24:55.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10662024-07-25T01:24:55.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10672024-07-25T01:24:55.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10682024-07-25T01:24:55.623Z
10692024-07-25T01:24:55.623Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/139)
10702024-07-25T01:24:56.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10712024-07-25T01:24:56.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10722024-07-25T01:24:56.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10732024-07-25T01:24:56.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10742024-07-25T01:24:56.260Z
10752024-07-25T01:24:56.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/139)
10762024-07-25T01:24:56.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10772024-07-25T01:24:56.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10782024-07-25T01:24:56.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10792024-07-25T01:24:56.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
10802024-07-25T01:24:56.895Z
10812024-07-25T01:24:56.895Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/139)
10822024-07-25T01:24:57.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10832024-07-25T01:24:57.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10842024-07-25T01:24:57.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10852024-07-25T01:24:57.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
10862024-07-25T01:24:57.581Z
10872024-07-25T01:24:57.581Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/139)
10882024-07-25T01:24:58.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10892024-07-25T01:24:58.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10902024-07-25T01:24:58.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10912024-07-25T01:24:58.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
10922024-07-25T01:24:58.281Z
10932024-07-25T01:24:58.281Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/139)
10942024-07-25T01:24:58.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10952024-07-25T01:24:58.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10962024-07-25T01:24:58.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10972024-07-25T01:24:58.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
10982024-07-25T01:24:58.961Z
10992024-07-25T01:24:58.961Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/139)
11002024-07-25T01:24:59.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11012024-07-25T01:24:59.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11022024-07-25T01:24:59.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11032024-07-25T01:24:59.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
11042024-07-25T01:24:59.608Z
11052024-07-25T01:24:59.608Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/139)
11062024-07-25T01:25:00.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11072024-07-25T01:25:00.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11082024-07-25T01:25:00.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11092024-07-25T01:25:00.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
11102024-07-25T01:25:00.279Z
11112024-07-25T01:25:00.280Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/139)
11122024-07-25T01:25:00.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11132024-07-25T01:25:00.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11142024-07-25T01:25:00.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11152024-07-25T01:25:00.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
11162024-07-25T01:25:00.916Z
11172024-07-25T01:25:00.916Zinfo: running `cargo check --bins` on sled-hardware-types (25/139)
11182024-07-25T01:25:01.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11192024-07-25T01:25:01.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11202024-07-25T01:25:01.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11212024-07-25T01:25:01.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
11222024-07-25T01:25:01.811Z
11232024-07-25T01:25:01.811Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/139)
11242024-07-25T01:25:02.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11252024-07-25T01:25:02.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11262024-07-25T01:25:02.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11272024-07-25T01:25:02.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
11282024-07-25T01:25:02.731Z
11292024-07-25T01:25:02.731Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/139)
11302024-07-25T01:25:03.416Z Downloading crates ...
11312024-07-25T01:25:03.596Z Downloaded downcast v0.11.0
11322024-07-25T01:25:03.620Z Downloaded termtree v0.4.1
11332024-07-25T01:25:03.620Z Downloaded mockall v0.12.1
11342024-07-25T01:25:03.620Z Downloaded mockall_derive v0.12.1
11352024-07-25T01:25:03.620Z Downloaded fragile v2.0.0
11362024-07-25T01:25:03.620Z Downloaded predicates-tree v1.0.9
11372024-07-25T01:25:03.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11382024-07-25T01:25:03.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11392024-07-25T01:25:03.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11402024-07-25T01:25:03.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
11412024-07-25T01:25:03.705Z
11422024-07-25T01:25:03.705Zinfo: running `cargo check --bins` on oxlog (28/139)
11432024-07-25T01:25:04.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11442024-07-25T01:25:04.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11452024-07-25T01:25:04.563Z Compiling serde v1.0.204
11462024-07-25T01:25:04.563Z Checking cfg-if v1.0.0
11472024-07-25T01:25:04.587Z Checking libc v0.2.155
11482024-07-25T01:25:04.611Z Compiling syn v2.0.72
11492024-07-25T01:25:04.611Z Compiling getrandom v0.2.14
11502024-07-25T01:25:04.612Z Compiling generic-array v0.14.7
11512024-07-25T01:25:04.636Z Compiling scopeguard v1.2.0
11522024-07-25T01:25:04.673Z Compiling log v0.4.21
11532024-07-25T01:25:04.775Z Compiling lock_api v0.4.12
11542024-07-25T01:25:04.974Z Compiling libm v0.2.8
11552024-07-25T01:25:05.053Z Compiling num-traits v0.2.19
11562024-07-25T01:25:05.077Z Compiling ahash v0.8.11
11572024-07-25T01:25:05.102Z Compiling serde_json v1.0.120
11582024-07-25T01:25:05.189Z Checking memchr v2.7.2
11592024-07-25T01:25:05.213Z Checking byteorder v1.5.0
11602024-07-25T01:25:05.398Z Compiling smallvec v1.13.2
11612024-07-25T01:25:05.457Z Checking itoa v1.0.11
11622024-07-25T01:25:05.495Z Compiling rand_core v0.6.4
11632024-07-25T01:25:05.570Z Checking once_cell v1.19.0
11642024-07-25T01:25:05.648Z Compiling ring v0.17.8
11652024-07-25T01:25:05.744Z Compiling parking_lot_core v0.9.10
11662024-07-25T01:25:05.845Z Checking pin-project-lite v0.2.14
11672024-07-25T01:25:05.988Z Compiling spin v0.9.8
11682024-07-25T01:25:06.020Z Compiling mio v0.8.11
11692024-07-25T01:25:06.044Z Checking typenum v1.17.0
11702024-07-25T01:25:06.166Z Compiling parking_lot v0.12.2
11712024-07-25T01:25:06.370Z Checking signal-hook-registry v1.4.2
11722024-07-25T01:25:06.901Z Compiling subtle v2.5.0
11732024-07-25T01:25:06.987Z Compiling const-oid v0.9.6
11742024-07-25T01:25:07.045Z Compiling unicode-normalization v0.1.23
11752024-07-25T01:25:07.113Z Compiling unicode-bidi v0.3.15
11762024-07-25T01:25:07.219Z Compiling allocator-api2 v0.2.18
11772024-07-25T01:25:07.264Z Checking futures-core v0.3.30
11782024-07-25T01:25:07.785Z Checking tinyvec_macros v0.1.1
11792024-07-25T01:25:07.867Z Checking tinyvec v1.6.0
11802024-07-25T01:25:08.004Z Checking num_cpus v1.16.0
11812024-07-25T01:25:08.065Z Checking socket2 v0.5.7
11822024-07-25T01:25:08.663Z Checking ryu v1.0.18
11832024-07-25T01:25:08.717Z Compiling time-macros v0.2.18
11842024-07-25T01:25:08.858Z Compiling syn v1.0.109
11852024-07-25T01:25:09.444Z Checking futures-sink v0.3.30
11862024-07-25T01:25:09.625Z Checking equivalent v1.0.1
11872024-07-25T01:25:09.714Z Compiling rustls v0.21.12
11882024-07-25T01:25:09.859Z Checking futures-channel v0.3.30
11892024-07-25T01:25:09.954Z Checking slab v0.4.9
11902024-07-25T01:25:09.978Z Checking pin-utils v0.1.0
11912024-07-25T01:25:10.056Z Compiling ppv-lite86 v0.2.17
11922024-07-25T01:25:10.113Z Checking futures-io v0.3.30
11932024-07-25T01:25:10.188Z Checking futures-task v0.3.30
11942024-07-25T01:25:10.212Z Compiling cookie v0.17.0
11952024-07-25T01:25:10.278Z Compiling untrusted v0.9.0
11962024-07-25T01:25:10.314Z Compiling schemars v0.8.21
11972024-07-25T01:25:10.412Z Compiling signal-hook v0.3.17
11982024-07-25T01:25:10.529Z Compiling base64ct v1.6.0
11992024-07-25T01:25:10.685Z Compiling iana-time-zone v0.1.60
12002024-07-25T01:25:10.772Z Compiling rand_chacha v0.3.1
12012024-07-25T01:25:11.109Z Checking percent-encoding v2.3.1
12022024-07-25T01:25:11.137Z Compiling serde_derive_internals v0.29.1
12032024-07-25T01:25:11.289Z Compiling rand v0.8.5
12042024-07-25T01:25:11.658Z Compiling pem-rfc7468 v0.7.0
12052024-07-25T01:25:11.785Z Checking tracing-core v0.1.32
12062024-07-25T01:25:12.458Z Compiling backtrace v0.3.71
12072024-07-25T01:25:12.488Z Compiling crossbeam-utils v0.8.19
12082024-07-25T01:25:12.866Z Compiling flagset v0.4.5
12092024-07-25T01:25:12.929Z Compiling siphasher v0.3.11
12102024-07-25T01:25:13.074Z Compiling smoltcp v0.9.1
12112024-07-25T01:25:13.343Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12122024-07-25T01:25:13.367Z Checking fnv v1.0.7
12132024-07-25T01:25:13.537Z Compiling time v0.3.36
12142024-07-25T01:25:13.854Z Compiling sct v0.7.1
12152024-07-25T01:25:13.930Z Compiling rustls-webpki v0.101.7
12162024-07-25T01:25:14.191Z Compiling idna v0.5.0
12172024-07-25T01:25:14.308Z Compiling lazy_static v1.5.0
12182024-07-25T01:25:14.426Z Compiling aho-corasick v1.1.3
12192024-07-25T01:25:15.335Z Checking powerfmt v0.2.0
12202024-07-25T01:25:15.379Z Compiling finl_unicode v1.2.0
12212024-07-25T01:25:15.579Z Compiling regex-syntax v0.8.3
12222024-07-25T01:25:15.669Z Checking foreign-types-shared v0.1.1
12232024-07-25T01:25:15.759Z Checking foreign-types v0.3.2
12242024-07-25T01:25:15.843Z Compiling stringprep v0.1.4
12252024-07-25T01:25:15.903Z Checking deranged v0.3.11
12262024-07-25T01:25:16.427Z Compiling url v2.5.2
12272024-07-25T01:25:17.510Z Checking form_urlencoded v1.2.1
12282024-07-25T01:25:17.695Z Compiling diesel_table_macro_syntax v0.1.0
12292024-07-25T01:25:18.032Z Compiling serde_derive v1.0.204
12302024-07-25T01:25:18.069Z Compiling zeroize_derive v1.4.2
12312024-07-25T01:25:18.283Z Compiling zerocopy-derive v0.7.34
12322024-07-25T01:25:18.787Z Compiling tokio-macros v2.3.0
12332024-07-25T01:25:19.526Z Compiling zeroize v1.7.0
12342024-07-25T01:25:19.609Z Compiling futures-macro v0.3.30
12352024-07-25T01:25:19.900Z Compiling thiserror-impl v1.0.62
12362024-07-25T01:25:20.454Z Compiling zerocopy v0.7.34
12372024-07-25T01:25:21.862Z Compiling tracing-attributes v0.1.27
12382024-07-25T01:25:22.492Z Compiling scroll_derive v0.12.0
12392024-07-25T01:25:22.718Z Compiling hashbrown v0.14.5
12402024-07-25T01:25:23.043Z Compiling thiserror v1.0.62
12412024-07-25T01:25:23.173Z Compiling pest v2.7.10
12422024-07-25T01:25:23.197Z Compiling crypto-common v0.1.6
12432024-07-25T01:25:23.398Z Compiling openssl-macros v0.1.1
12442024-07-25T01:25:23.483Z Compiling der_derive v0.7.2
12452024-07-25T01:25:24.019Z Compiling block-buffer v0.10.4
12462024-07-25T01:25:24.069Z Compiling futures-util v0.3.30
12472024-07-25T01:25:24.269Z Compiling digest v0.10.7
12482024-07-25T01:25:24.858Z Compiling scroll v0.12.0
12492024-07-25T01:25:25.320Z Compiling goblin v0.8.2
12502024-07-25T01:25:25.486Z Compiling pest_meta v2.7.10
12512024-07-25T01:25:25.810Z Compiling tracing v0.1.40
12522024-07-25T01:25:26.350Z Compiling schemars_derive v0.8.21
12532024-07-25T01:25:26.388Z Compiling hmac v0.12.1
12542024-07-25T01:25:26.597Z Compiling der v0.7.9
12552024-07-25T01:25:29.358Z Compiling pest_generator v2.7.10
12562024-07-25T01:25:29.724Z Compiling hubpack_derive v0.1.1
12572024-07-25T01:25:29.997Z Compiling async-trait v0.1.81
12582024-07-25T01:25:30.021Z Compiling zerocopy-derive v0.6.6
12592024-07-25T01:25:30.174Z Checking bytes v1.6.0
12602024-07-25T01:25:30.386Z Checking bitflags v2.5.0
12612024-07-25T01:25:30.656Z Checking indexmap v2.2.6
12622024-07-25T01:25:31.596Z Checking tokio v1.38.1
12632024-07-25T01:25:32.069Z Compiling semver v1.0.23
12642024-07-25T01:25:32.093Z Compiling pest_derive v2.7.10
12652024-07-25T01:25:32.596Z Compiling rustc_version v0.4.0
12662024-07-25T01:25:32.832Z Compiling http v0.2.12
12672024-07-25T01:25:32.859Z Compiling uuid v1.10.0
12682024-07-25T01:25:33.318Z Compiling dtrace-parser v0.2.0
12692024-07-25T01:25:33.375Z Compiling heapless v0.7.17
12702024-07-25T01:25:33.809Z Compiling dof v0.3.0
12712024-07-25T01:25:33.984Z Compiling chrono v0.4.38
12722024-07-25T01:25:34.224Z Compiling http-body v0.4.6
12732024-07-25T01:25:34.642Z Compiling usdt-impl v0.5.0
12742024-07-25T01:25:34.998Z Compiling openssl v0.10.66
12752024-07-25T01:25:35.350Z Compiling serde_tokenstream v0.2.1
12762024-07-25T01:25:35.851Z Compiling rustix v0.38.34
12772024-07-25T01:25:36.149Z Compiling toml_datetime v0.6.6
12782024-07-25T01:25:36.344Z Compiling serde_spanned v0.6.6
12792024-07-25T01:25:36.541Z Compiling spki v0.7.3
12802024-07-25T01:25:36.777Z Compiling md-5 v0.10.6
12812024-07-25T01:25:36.864Z Compiling sha2 v0.10.8
12822024-07-25T01:25:36.999Z Compiling regex-automata v0.4.6
12832024-07-25T01:25:37.439Z Compiling num-integer v0.1.46
12842024-07-25T01:25:38.151Z Compiling idna v0.3.0
12852024-07-25T01:25:38.175Z Checking tokio-util v0.7.11
12862024-07-25T01:25:38.307Z Checking openssl-sys v0.9.103
12872024-07-25T01:25:38.580Z Compiling hash32 v0.2.1
12882024-07-25T01:25:38.930Z Compiling fs-err v2.11.0
12892024-07-25T01:25:39.205Z Checking try-lock v0.2.5
12902024-07-25T01:25:39.324Z Checking unicode-ident v1.0.12
12912024-07-25T01:25:39.468Z Compiling stable_deref_trait v1.2.0
12922024-07-25T01:25:39.493Z Compiling gimli v0.28.1
12932024-07-25T01:25:39.530Z Compiling slog v2.7.0
12942024-07-25T01:25:39.611Z Checking num_threads v0.1.7
12952024-07-25T01:25:39.705Z Checking num-conv v0.1.0
12962024-07-25T01:25:39.741Z Compiling dyn-clone v1.0.17
12972024-07-25T01:25:39.933Z Checking time-core v0.1.2
12982024-07-25T01:25:39.958Z Checking base64 v0.21.7
12992024-07-25T01:25:39.981Z Compiling anyhow v1.0.86
13002024-07-25T01:25:40.065Z Compiling h2 v0.3.26
13012024-07-25T01:25:40.378Z Compiling native-tls v0.2.11
13022024-07-25T01:25:40.442Z Compiling psl-types v2.0.11
13032024-07-25T01:25:40.514Z Compiling fallible-iterator v0.2.0
13042024-07-25T01:25:40.626Z Compiling publicsuffix v2.2.3
13052024-07-25T01:25:40.838Z Compiling tokio-native-tls v0.3.1
13062024-07-25T01:25:41.192Z Compiling postgres-protocol v0.6.6
13072024-07-25T01:25:43.422Z Compiling addr2line v0.21.0
13082024-07-25T01:25:44.010Z Checking proc-macro2 v1.0.86
13092024-07-25T01:25:44.035Z Checking want v0.3.1
13102024-07-25T01:25:44.291Z Compiling tokio-rustls v0.24.1
13112024-07-25T01:25:44.371Z Compiling clap_derive v4.5.8
13122024-07-25T01:25:44.668Z Compiling terminal_size v0.3.0
13132024-07-25T01:25:44.866Z Compiling pkcs8 v0.10.2
13142024-07-25T01:25:45.289Z Compiling usdt-attr-macro v0.5.0
13152024-07-25T01:25:45.407Z Compiling usdt-macro v0.5.0
13162024-07-25T01:25:46.198Z Compiling hyper v0.14.28
13172024-07-25T01:25:46.784Z Compiling enum-as-inner v0.5.1
13182024-07-25T01:25:47.177Z Compiling block-padding v0.3.3
13192024-07-25T01:25:47.428Z Compiling diesel_derives v2.1.4
13202024-07-25T01:25:47.680Z Compiling strum_macros v0.25.3
13212024-07-25T01:25:48.870Z Compiling serde_repr v0.1.19
13222024-07-25T01:25:49.671Z Compiling phf_shared v0.11.2
13232024-07-25T01:25:49.963Z Checking httparse v1.8.0
13242024-07-25T01:25:50.056Z Compiling ff v0.13.0
13252024-07-25T01:25:50.195Z Compiling scheduled-thread-pool v0.2.7
13262024-07-25T01:25:50.339Z Checking errno v0.3.9
13272024-07-25T01:25:50.498Z Compiling object v0.32.2
13282024-07-25T01:25:50.616Z Compiling regex-automata v0.1.10
13292024-07-25T01:25:50.686Z Checking cpufeatures v0.2.12
13302024-07-25T01:25:50.765Z Checking plain v0.2.3
13312024-07-25T01:25:50.797Z Checking adler v1.0.2
13322024-07-25T01:25:50.935Z Compiling bitflags v1.3.2
13332024-07-25T01:25:50.984Z Compiling base16ct v0.2.0
13342024-07-25T01:25:51.046Z Checking ucd-trie v0.1.6
13352024-07-25T01:25:51.129Z Checking openssl-probe v0.1.5
13362024-07-25T01:25:51.225Z Compiling either v1.12.0
13372024-07-25T01:25:51.249Z Compiling winnow v0.5.40
13382024-07-25T01:25:51.282Z Checking anstyle v1.0.7
13392024-07-25T01:25:51.514Z Compiling bit-vec v0.6.3
13402024-07-25T01:25:51.564Z Compiling rustc-demangle v0.1.24
13412024-07-25T01:25:51.604Z Checking utf8parse v0.2.1
13422024-07-25T01:25:51.732Z Checking tower-service v0.3.2
13432024-07-25T01:25:51.841Z Compiling managed v0.8.0
13442024-07-25T01:25:51.905Z Checking httpdate v1.0.3
13452024-07-25T01:25:52.234Z Compiling matches v0.1.10
13462024-07-25T01:25:52.315Z Compiling hyper-tls v0.5.0
13472024-07-25T01:25:52.426Z Compiling hyper-rustls v0.24.2
13482024-07-25T01:25:52.495Z Compiling idna v0.2.3
13492024-07-25T01:25:53.884Z Compiling clap_builder v4.5.9
13502024-07-25T01:25:54.469Z Compiling toml_edit v0.19.15
13512024-07-25T01:25:54.559Z Checking anstyle-parse v0.2.4
13522024-07-25T01:25:55.351Z Compiling sec1 v0.7.3
13532024-07-25T01:25:55.836Z Compiling bstr v0.2.17
13542024-07-25T01:25:57.213Z Checking miniz_oxide v0.7.2
13552024-07-25T01:25:58.681Z Compiling r2d2 v0.8.10
13562024-07-25T01:25:58.791Z Compiling group v0.13.0
13572024-07-25T01:25:58.889Z Compiling signal-hook-mio v0.2.3
13582024-07-25T01:25:59.001Z Compiling phf v0.11.2
13592024-07-25T01:25:59.073Z Compiling cookie_store v0.20.0
13602024-07-25T01:25:59.256Z Compiling inout v0.1.3
13612024-07-25T01:25:59.498Z Checking quote v1.0.36
13622024-07-25T01:26:00.058Z Compiling ipnetwork v0.20.0
13632024-07-25T01:26:00.113Z Compiling postgres-types v0.2.6
13642024-07-25T01:26:00.211Z Compiling regex v1.10.5
13652024-07-25T01:26:00.511Z Compiling num-bigint v0.4.5
13662024-07-25T01:26:00.905Z Compiling zerocopy v0.6.6
13672024-07-25T01:26:01.222Z Compiling serde_urlencoded v0.7.1
13682024-07-25T01:26:01.508Z Compiling hubpack v0.1.2
13692024-07-25T01:26:01.712Z Compiling futures-executor v0.3.30
13702024-07-25T01:26:01.833Z Compiling hkdf v0.12.4
13712024-07-25T01:26:01.941Z Compiling crypto-bigint v0.5.5
13722024-07-25T01:26:02.072Z Compiling phf_shared v0.10.0
13732024-07-25T01:26:02.267Z Compiling float-cmp v0.9.0
13742024-07-25T01:26:02.442Z Checking is_terminal_polyfill v1.70.0
13752024-07-25T01:26:02.485Z Checking pretty-hex v0.4.1
13762024-07-25T01:26:02.563Z Compiling static_assertions v1.1.0
13772024-07-25T01:26:02.587Z Compiling webpki-roots v0.25.4
13782024-07-25T01:26:02.666Z Compiling whoami v1.5.1
13792024-07-25T01:26:02.699Z Compiling data-encoding v2.6.0
13802024-07-25T01:26:02.872Z Checking anstyle-query v1.0.3
13812024-07-25T01:26:02.986Z Compiling fixedbitset v0.4.2
13822024-07-25T01:26:03.043Z Compiling difflib v0.4.0
13832024-07-25T01:26:03.176Z Compiling new_debug_unreachable v1.0.6
13842024-07-25T01:26:03.259Z Compiling minimal-lexical v0.2.1
13852024-07-25T01:26:03.377Z Checking colorchoice v1.0.1
13862024-07-25T01:26:03.490Z Compiling predicates-core v1.0.6
13872024-07-25T01:26:03.739Z Compiling precomputed-hash v0.1.1
13882024-07-25T01:26:03.822Z Compiling normalize-line-endings v0.3.0
13892024-07-25T01:26:03.847Z Compiling unicode-segmentation v1.11.0
13902024-07-25T01:26:03.946Z Compiling predicates v3.1.0
13912024-07-25T01:26:04.139Z Compiling string_cache v0.8.7
13922024-07-25T01:26:04.539Z Compiling similar v2.5.0
13932024-07-25T01:26:04.598Z Compiling nom v7.1.3
13942024-07-25T01:26:04.814Z Compiling elliptic-curve v0.13.8
13952024-07-25T01:26:05.159Z Checking anstream v0.6.14
13962024-07-25T01:26:05.488Z Compiling trust-dns-proto v0.22.0
13972024-07-25T01:26:05.519Z Compiling petgraph v0.6.5
13982024-07-25T01:26:05.556Z Compiling yasna v0.5.2
13992024-07-25T01:26:06.988Z Compiling tokio-postgres v0.7.10
14002024-07-25T01:26:07.265Z Compiling reqwest v0.11.27
14012024-07-25T01:26:07.475Z Compiling crossbeam-epoch v0.9.18
14022024-07-25T01:26:08.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14032024-07-25T01:26:08.474Z Compiling console v0.15.8
14042024-07-25T01:26:08.683Z Compiling toml_edit v0.22.16
14052024-07-25T01:26:09.135Z Compiling usdt v0.5.0
14062024-07-25T01:26:09.553Z Compiling diesel v2.1.6
14072024-07-25T01:26:09.864Z Compiling futures v0.3.30
14082024-07-25T01:26:10.331Z Compiling cipher v0.4.4
14092024-07-25T01:26:10.813Z Compiling crossterm v0.27.0
14102024-07-25T01:26:12.682Z Compiling toml v0.7.8
14112024-07-25T01:26:13.054Z Compiling clap v4.5.9
14122024-07-25T01:26:13.501Z Compiling bit-set v0.5.3
14132024-07-25T01:26:13.630Z Compiling itertools v0.10.5
14142024-07-25T01:26:13.722Z Compiling itertools v0.12.1
14152024-07-25T01:26:14.528Z Compiling bstr v1.9.1
14162024-07-25T01:26:15.639Z Compiling tokio-stream v0.1.15
14172024-07-25T01:26:15.788Z Compiling num-iter v0.1.45
14182024-07-25T01:26:15.982Z Compiling openapiv3 v2.0.0
14192024-07-25T01:26:16.020Z Compiling hex v0.4.3
14202024-07-25T01:26:16.530Z Checking thread-id v4.2.1
14212024-07-25T01:26:16.555Z Compiling lalrpop-util v0.19.12
14222024-07-25T01:26:16.623Z Checking strsim v0.11.1
14232024-07-25T01:26:16.647Z Checking clap_lex v0.7.0
14242024-07-25T01:26:16.877Z Compiling unicode-xid v0.2.4
14252024-07-25T01:26:17.036Z Checking ipnet v2.9.0
14262024-07-25T01:26:17.388Z Compiling peg-runtime v0.8.3
14272024-07-25T01:26:20.775Z Checking rustls-pemfile v1.0.4
14282024-07-25T01:26:21.553Z Checking crc32fast v1.4.0
14292024-07-25T01:26:21.726Z Checking memmap v0.7.0
14302024-07-25T01:26:21.766Z Checking encoding_rs v0.8.34
14312024-07-25T01:26:22.358Z Checking winnow v0.6.8
14322024-07-25T01:26:22.700Z Checking unicode-width v0.1.13
14332024-07-25T01:26:22.762Z Checking mime v0.3.17
14342024-07-25T01:26:22.960Z Checking sync_wrapper v0.1.2
14352024-07-25T01:26:25.711Z Checking flate2 v1.0.30
14362024-07-25T01:26:29.124Z Checking camino v1.1.7
14372024-07-25T01:26:29.149Z Checking sigpipe v0.1.3
14382024-07-25T01:26:40.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14392024-07-25T01:26:52.026Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
14402024-07-25T01:26:52.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
14412024-07-25T01:26:52.583Z
14422024-07-25T01:26:52.583Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/139)
14432024-07-25T01:26:53.230Z Downloading crates ...
14442024-07-25T01:26:53.447Z Downloaded base64 v0.13.1
14452024-07-25T01:26:53.475Z Downloaded zone_cfg_derive v0.1.2
14462024-07-25T01:26:53.475Z Downloaded portpicker v0.1.1
14472024-07-25T01:26:53.475Z Downloaded headers-core v0.2.0
14482024-07-25T01:26:53.475Z Downloaded slog-scope v4.4.0
14492024-07-25T01:26:53.475Z Downloaded zone v0.1.8
14502024-07-25T01:26:53.475Z Downloaded termcolor v1.4.1
14512024-07-25T01:26:53.475Z Downloaded same-file v1.0.6
14522024-07-25T01:26:53.475Z Downloaded walkdir v2.5.0
14532024-07-25T01:26:53.476Z Downloaded tungstenite v0.21.0
14542024-07-25T01:26:53.503Z Downloaded tungstenite v0.20.1
14552024-07-25T01:26:53.503Z Downloaded ron v0.7.1
14562024-07-25T01:26:53.503Z Downloaded rcgen v0.12.1
14572024-07-25T01:26:53.503Z Downloaded headers v0.3.9
14582024-07-25T01:26:53.503Z Downloaded tokio-tungstenite v0.21.0
14592024-07-25T01:26:53.503Z Downloaded tokio-tungstenite v0.20.1
14602024-07-25T01:26:53.503Z Downloaded subprocess v0.2.9
14612024-07-25T01:26:53.532Z Downloaded slog-envlogger v2.2.0
14622024-07-25T01:26:53.532Z Downloaded pem v3.0.4
14632024-07-25T01:26:53.532Z Downloaded heck v0.3.3
14642024-07-25T01:26:53.532Z Downloaded erased-serde v0.3.31
14652024-07-25T01:26:53.533Z Downloaded slog-stdlog v4.1.1
14662024-07-25T01:26:53.533Z Downloaded humantime v2.1.0
14672024-07-25T01:26:53.533Z Downloaded utf-8 v0.7.6
14682024-07-25T01:26:53.533Z Downloaded serde_arrays v0.1.0
14692024-07-25T01:26:53.533Z Downloaded bitstruct_derive v0.1.0
14702024-07-25T01:26:53.533Z Downloaded env_logger v0.9.3
14712024-07-25T01:26:53.533Z Downloaded bitstruct v0.1.1
14722024-07-25T01:26:53.533Z Downloaded atty v0.2.14
14732024-07-25T01:26:53.533Z Downloaded atomicwrites v0.4.3
14742024-07-25T01:26:53.533Z Downloaded ascii v1.1.0
14752024-07-25T01:26:53.533Z Downloaded arc-swap v1.7.1
14762024-07-25T01:26:53.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-07-25T01:26:53.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-07-25T01:26:53.665Z Compiling regress v0.9.1
14792024-07-25T01:26:53.694Z Checking sha1 v0.10.6
14802024-07-25T01:26:53.719Z Compiling strum_macros v0.26.4
14812024-07-25T01:26:53.745Z Checking heck v0.5.0
14822024-07-25T01:26:53.772Z Compiling getopts v0.2.21
14832024-07-25T01:26:53.772Z Checking dirs-sys-next v0.1.2
14842024-07-25T01:26:53.797Z Compiling unsafe-libyaml v0.2.11
14852024-07-25T01:26:53.942Z Checking dirs-next v2.0.0
14862024-07-25T01:26:53.966Z Checking http v1.1.0
14872024-07-25T01:26:54.057Z Checking thread_local v1.1.8
14882024-07-25T01:26:54.198Z Checking rustls-pki-types v1.7.0
14892024-07-25T01:26:54.289Z Compiling ident_case v1.0.1
14902024-07-25T01:26:54.444Z Compiling darling_core v0.20.9
14912024-07-25T01:26:54.575Z Checking term v0.7.0
14922024-07-25T01:26:54.668Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14932024-07-25T01:26:54.945Z Compiling serde_yaml v0.9.34+deprecated
14942024-07-25T01:26:54.970Z Checking crossbeam-channel v0.5.12
14952024-07-25T01:26:55.158Z Checking is-terminal v0.4.12
14962024-07-25T01:26:55.238Z Checking atty v0.2.14
14972024-07-25T01:26:55.338Z Checking humantime v2.1.0
14982024-07-25T01:26:55.402Z Checking base64 v0.22.1
14992024-07-25T01:26:55.595Z Checking utf-8 v0.7.6
15002024-07-25T01:26:55.620Z Checking termcolor v1.4.1
15012024-07-25T01:26:55.773Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15022024-07-25T01:26:55.807Z Checking take_mut v0.2.2
15032024-07-25T01:26:55.958Z Compiling paste v1.0.15
15042024-07-25T01:26:55.999Z Compiling rustls v0.22.4
15052024-07-25T01:26:56.112Z Checking env_logger v0.9.3
15062024-07-25T01:26:56.236Z Checking slog-async v2.8.0
15072024-07-25T01:26:56.459Z Checking slog-term v2.9.1
15082024-07-25T01:26:56.489Z Checking rustls-webpki v0.102.4
15092024-07-25T01:26:56.513Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15102024-07-25T01:26:56.889Z Compiling proc-macro-crate v1.3.1
15112024-07-25T01:26:57.183Z Compiling bitstruct_derive v0.1.0
15122024-07-25T01:26:57.952Z Compiling structmeta-derive v0.3.0
15132024-07-25T01:26:57.985Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15142024-07-25T01:26:58.093Z Compiling multer v3.1.0
15152024-07-25T01:26:58.327Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15162024-07-25T01:26:58.386Z Checking strum v0.26.3
15172024-07-25T01:26:58.410Z Checking ascii v1.1.0
15182024-07-25T01:26:58.520Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15192024-07-25T01:26:58.576Z Checking match_cfg v0.1.0
15202024-07-25T01:26:58.657Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15212024-07-25T01:26:58.681Z Checking hostname v0.3.1
15222024-07-25T01:26:58.754Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
15232024-07-25T01:26:58.785Z Checking bitstruct v0.1.1
15242024-07-25T01:26:58.825Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15252024-07-25T01:26:58.866Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15262024-07-25T01:26:58.893Z Compiling num_enum_derive v0.5.11
15272024-07-25T01:26:59.046Z Checking slog-json v2.6.1
15282024-07-25T01:26:59.279Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15292024-07-25T01:26:59.519Z Checking erased-serde v0.3.31
15302024-07-25T01:26:59.556Z Checking serde_arrays v0.1.0
15312024-07-25T01:26:59.689Z Compiling foreign-types-macros v0.2.3
15322024-07-25T01:27:00.058Z Compiling async-stream-impl v0.3.5
15332024-07-25T01:27:00.452Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15342024-07-25T01:27:00.699Z Compiling structmeta v0.3.0
15352024-07-25T01:27:00.723Z Checking foreign-types-shared v0.3.1
15362024-07-25T01:27:00.754Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15372024-07-25T01:27:00.801Z Checking arc-swap v1.7.1
15382024-07-25T01:27:00.831Z Compiling darling_macro v0.20.9
15392024-07-25T01:27:01.059Z Checking atomic-waker v1.1.2
15402024-07-25T01:27:01.120Z Compiling parse-display-derive v0.9.1
15412024-07-25T01:27:01.178Z Checking waitgroup v0.1.2
15422024-07-25T01:27:01.248Z Checking slog-scope v4.4.0
15432024-07-25T01:27:01.295Z Checking num_enum v0.5.11
15442024-07-25T01:27:01.319Z Checking async-stream v0.3.5
15452024-07-25T01:27:01.348Z Checking foreign-types v0.5.0
15462024-07-25T01:27:01.445Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
15472024-07-25T01:27:01.470Z Checking slog-bunyan v2.5.0
15482024-07-25T01:27:01.494Z Compiling proc-macro-error v1.0.4
15492024-07-25T01:27:01.737Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15502024-07-25T01:27:01.811Z Compiling darling v0.20.9
15512024-07-25T01:27:01.835Z Checking toml v0.8.15
15522024-07-25T01:27:01.912Z Compiling serde_with_macros v3.8.3
15532024-07-25T01:27:02.017Z Checking rustls-pemfile v2.1.2
15542024-07-25T01:27:02.122Z Checking tungstenite v0.20.1
15552024-07-25T01:27:02.146Z Checking tokio-rustls v0.25.0
15562024-07-25T01:27:02.260Z Compiling heck v0.3.3
15572024-07-25T01:27:02.455Z Checking newtype-uuid v1.1.0
15582024-07-25T01:27:02.480Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
15592024-07-25T01:27:02.669Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15602024-07-25T01:27:02.693Z Checking cstr-argument v0.1.2
15612024-07-25T01:27:02.840Z Checking serde_path_to_error v0.1.16
15622024-07-25T01:27:02.895Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15632024-07-25T01:27:03.348Z Checking hostname v0.4.0
15642024-07-25T01:27:03.414Z Checking instant v0.1.12
15652024-07-25T01:27:03.464Z Checking pretty-hex v0.2.1
15662024-07-25T01:27:03.528Z Checking fastrand v2.1.0
15672024-07-25T01:27:03.553Z Checking debug-ignore v1.0.5
15682024-07-25T01:27:03.608Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
15692024-07-25T01:27:03.673Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15702024-07-25T01:27:03.806Z Checking tempfile v3.10.1
15712024-07-25T01:27:03.862Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15722024-07-25T01:27:03.922Z Checking backoff v0.4.0
15732024-07-25T01:27:04.122Z Checking tokio-tungstenite v0.20.1
15742024-07-25T01:27:04.146Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15752024-07-25T01:27:04.195Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15762024-07-25T01:27:04.386Z Compiling zone_cfg_derive v0.1.2
15772024-07-25T01:27:04.410Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15782024-07-25T01:27:04.550Z Checking slog-stdlog v4.1.1
15792024-07-25T01:27:04.692Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15802024-07-25T01:27:04.717Z Checking serde_with v3.8.3
15812024-07-25T01:27:04.827Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15822024-07-25T01:27:05.081Z Checking tungstenite v0.21.0
15832024-07-25T01:27:05.159Z Checking colored v2.1.0
15842024-07-25T01:27:05.407Z Checking macaddr v1.0.1
15852024-07-25T01:27:05.458Z Checking parse-display v0.9.1
15862024-07-25T01:27:05.659Z Checking socket2 v0.4.10
15872024-07-25T01:27:05.684Z Checking base64 v0.13.1
15882024-07-25T01:27:05.709Z Checking zone v0.1.8
15892024-07-25T01:27:05.846Z Checking tokio-tungstenite v0.21.0
15902024-07-25T01:27:06.128Z Checking ron v0.7.1
15912024-07-25T01:27:06.332Z Checking slog-envlogger v2.2.0
15922024-07-25T01:27:06.374Z Checking pem v3.0.4
15932024-07-25T01:27:06.532Z Checking tabwriter v1.4.0
15942024-07-25T01:27:06.602Z Checking xattr v1.3.1
15952024-07-25T01:27:06.733Z Checking portpicker v0.1.1
15962024-07-25T01:27:06.766Z Checking headers-core v0.2.0
15972024-07-25T01:27:06.847Z Checking smf v0.2.3
15982024-07-25T01:27:06.880Z Checking filetime v0.2.23
15992024-07-25T01:27:07.057Z Checking same-file v1.0.6
16002024-07-25T01:27:07.177Z Checking tar v0.4.41
16012024-07-25T01:27:07.202Z Checking walkdir v2.5.0
16022024-07-25T01:27:07.263Z Checking headers v0.3.9
16032024-07-25T01:27:07.445Z Checking rcgen v0.12.1
16042024-07-25T01:27:07.691Z Checking atomicwrites v0.4.3
16052024-07-25T01:27:07.735Z Checking camino-tempfile v1.1.1
16062024-07-25T01:27:07.876Z Checking subprocess v0.2.9
16072024-07-25T01:27:09.408Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16082024-07-25T01:27:09.658Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16092024-07-25T01:27:10.605Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16102024-07-25T01:27:13.244Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16112024-07-25T01:27:13.341Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16122024-07-25T01:27:18.064Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16132024-07-25T01:27:27.988Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16142024-07-25T01:27:28.156Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
16152024-07-25T01:27:28.181Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16162024-07-25T01:27:31.501Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
16172024-07-25T01:27:31.951Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16182024-07-25T01:27:41.292Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16192024-07-25T01:27:41.491Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16202024-07-25T01:27:42.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.33s
16212024-07-25T01:27:43.047Z
16222024-07-25T01:27:43.047Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/139)
16232024-07-25T01:27:43.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-07-25T01:27:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-07-25T01:27:43.956Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
16262024-07-25T01:27:45.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
16272024-07-25T01:27:45.629Z
16282024-07-25T01:27:45.629Zinfo: running `cargo check --bins` on nexus-config (31/139)
16292024-07-25T01:27:46.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-07-25T01:27:46.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-07-25T01:27:46.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-07-25T01:27:46.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16332024-07-25T01:27:46.503Z
16342024-07-25T01:27:46.503Zinfo: running `cargo check --bins` on omicron-rpaths (32/139)
16352024-07-25T01:27:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-07-25T01:27:47.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-07-25T01:27:47.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-07-25T01:27:47.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16392024-07-25T01:27:47.311Z
16402024-07-25T01:27:47.311Zinfo: running `cargo check --bins` on omicron-certificates (33/139)
16412024-07-25T01:27:48.021Z Downloading crates ...
16422024-07-25T01:27:48.113Z Downloaded display-error-chain v0.2.0
16432024-07-25T01:27:48.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-07-25T01:27:48.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-07-25T01:27:48.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-07-25T01:27:48.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16472024-07-25T01:27:48.216Z
16482024-07-25T01:27:48.216Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/139)
16492024-07-25T01:27:48.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-07-25T01:27:49.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-07-25T01:27:49.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-07-25T01:27:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
16532024-07-25T01:27:49.059Z
16542024-07-25T01:27:49.060Zinfo: running `cargo check --bins` on cockroach-admin-client (35/139)
16552024-07-25T01:27:49.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-07-25T01:27:49.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-07-25T01:27:49.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-07-25T01:27:49.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
16592024-07-25T01:27:49.842Z
16602024-07-25T01:27:49.842Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/139)
16612024-07-25T01:27:50.440Z Downloading crates ...
16622024-07-25T01:27:50.627Z Downloaded arrayref v0.3.7
16632024-07-25T01:27:50.654Z Downloaded constant_time_eq v0.3.0
16642024-07-25T01:27:50.680Z Downloaded untrusted v0.7.1
16652024-07-25T01:27:50.680Z Downloaded rayon v1.10.0
16662024-07-25T01:27:50.680Z Downloaded blake3 v1.5.1
16672024-07-25T01:27:50.705Z Downloaded topological-sort v0.2.2
16682024-07-25T01:27:50.705Z Downloaded toolchain_find v0.4.0
16692024-07-25T01:27:50.705Z Downloaded spin v0.5.2
16702024-07-25T01:27:50.705Z Downloaded rustfmt-wrapper v0.2.1
16712024-07-25T01:27:50.705Z Downloaded rayon-core v1.12.1
16722024-07-25T01:27:50.705Z Downloaded omicron-zone-package v0.11.0
16732024-07-25T01:27:50.731Z Downloaded memmap2 v0.9.4
16742024-07-25T01:27:50.732Z Downloaded home v0.5.9
16752024-07-25T01:27:50.732Z Downloaded crossbeam-deque v0.8.5
16762024-07-25T01:27:50.732Z Downloaded arrayvec v0.7.4
16772024-07-25T01:27:50.757Z Downloaded ring v0.16.20
16782024-07-25T01:27:50.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-07-25T01:27:50.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-07-25T01:27:50.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-07-25T01:27:50.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
16822024-07-25T01:27:50.945Z
16832024-07-25T01:27:50.945Zinfo: running `cargo check --bins` on dns-service-client (37/139)
16842024-07-25T01:27:51.562Z Downloading crates ...
16852024-07-25T01:27:51.699Z Downloaded newline-converter v0.3.0
16862024-07-25T01:27:51.723Z Downloaded expectorate v1.1.0
16872024-07-25T01:27:51.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-07-25T01:27:51.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-07-25T01:27:51.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-07-25T01:27:51.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
16912024-07-25T01:27:51.792Z
16922024-07-25T01:27:51.793Zinfo: running `cargo check --bins` on dpd-client (38/139)
16932024-07-25T01:27:52.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-07-25T01:27:52.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-07-25T01:27:52.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962024-07-25T01:27:52.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16972024-07-25T01:27:52.606Z
16982024-07-25T01:27:52.606Zinfo: running `cargo check --bins` on gateway-client (39/139)
16992024-07-25T01:27:53.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002024-07-25T01:27:53.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012024-07-25T01:27:53.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022024-07-25T01:27:53.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17032024-07-25T01:27:53.398Z
17042024-07-25T01:27:53.398Zinfo: running `cargo check --bins` on installinator-client (40/139)
17052024-07-25T01:27:53.992Z Downloading crates ...
17062024-07-25T01:27:54.202Z Downloaded derive-where v1.2.7
17072024-07-25T01:27:54.226Z Downloaded owo-colors v4.0.0
17082024-07-25T01:27:54.226Z Downloaded linear-map v1.2.0
17092024-07-25T01:27:54.226Z Downloaded libsw v3.3.1
17102024-07-25T01:27:54.226Z Downloaded cancel-safe-futures v0.1.5
17112024-07-25T01:27:54.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122024-07-25T01:27:54.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132024-07-25T01:27:54.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142024-07-25T01:27:54.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
17152024-07-25T01:27:54.319Z
17162024-07-25T01:27:54.319Zinfo: running `cargo check --bins` on installinator-common (41/139)
17172024-07-25T01:27:55.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182024-07-25T01:27:55.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192024-07-25T01:27:55.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202024-07-25T01:27:55.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17212024-07-25T01:27:55.179Z
17222024-07-25T01:27:55.179Zinfo: running `cargo check --bins` on update-engine (42/139)
17232024-07-25T01:27:55.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242024-07-25T01:27:55.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252024-07-25T01:27:55.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262024-07-25T01:27:55.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17272024-07-25T01:27:55.969Z
17282024-07-25T01:27:55.969Zinfo: running `cargo check --bins` on nexus-client (43/139)
17292024-07-25T01:27:56.592Z Downloading crates ...
17302024-07-25T01:27:56.775Z Downloaded argon2 v0.5.3
17312024-07-25T01:27:56.799Z Downloaded steno v0.4.1
17322024-07-25T01:27:56.800Z Downloaded semver v0.1.20
17332024-07-25T01:27:56.800Z Downloaded rustc_version v0.1.7
17342024-07-25T01:27:56.800Z Downloaded password-hash v0.5.0
17352024-07-25T01:27:56.800Z Downloaded newtype_derive v0.1.6
17362024-07-25T01:27:56.800Z Downloaded blake2 v0.10.6
17372024-07-25T01:27:56.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-07-25T01:27:56.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-07-25T01:27:56.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-07-25T01:27:56.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
17412024-07-25T01:27:56.893Z
17422024-07-25T01:27:56.893Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/139)
17432024-07-25T01:27:57.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-07-25T01:27:57.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-07-25T01:27:57.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-07-25T01:27:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
17472024-07-25T01:27:57.770Z
17482024-07-25T01:27:57.770Zinfo: running `cargo check --bins` on omicron-passwords (45/139)
17492024-07-25T01:27:58.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-07-25T01:27:58.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-07-25T01:27:58.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-07-25T01:27:58.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17532024-07-25T01:27:58.569Z
17542024-07-25T01:27:58.569Zinfo: running `cargo check --bins` on nexus-types (46/139)
17552024-07-25T01:27:59.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-07-25T01:27:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-07-25T01:27:59.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-07-25T01:27:59.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17592024-07-25T01:27:59.408Z
17602024-07-25T01:27:59.408Zinfo: running `cargo check --bins` on oxide-client (47/139)
17612024-07-25T01:28:00.052Z Downloading crates ...
17622024-07-25T01:28:00.161Z Downloaded lru-cache v0.1.2
17632024-07-25T01:28:00.184Z Downloaded trust-dns-resolver v0.22.0
17642024-07-25T01:28:00.185Z Downloaded resolv-conf v0.7.0
17652024-07-25T01:28:00.185Z Downloaded linked-hash-map v0.5.6
17662024-07-25T01:28:00.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-07-25T01:28:00.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-07-25T01:28:00.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-07-25T01:28:00.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17702024-07-25T01:28:00.276Z
17712024-07-25T01:28:00.276Zinfo: running `cargo check --bins` on oximeter-client (48/139)
17722024-07-25T01:28:01.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-07-25T01:28:01.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-07-25T01:28:01.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-07-25T01:28:01.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
17762024-07-25T01:28:01.124Z
17772024-07-25T01:28:01.124Zinfo: running `cargo check --bins` on sled-agent-client (49/139)
17782024-07-25T01:28:01.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792024-07-25T01:28:01.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802024-07-25T01:28:01.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812024-07-25T01:28:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17822024-07-25T01:28:01.991Z
17832024-07-25T01:28:01.991Zinfo: running `cargo check --bins` on wicketd-client (50/139)
17842024-07-25T01:28:02.710Z Downloading crates ...
17852024-07-25T01:28:02.852Z Downloaded maplit v1.0.2
17862024-07-25T01:28:02.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872024-07-25T01:28:02.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882024-07-25T01:28:02.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892024-07-25T01:28:02.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
17902024-07-25T01:28:02.951Z
17912024-07-25T01:28:02.951Zinfo: running `cargo check --bins` on wicket-common (51/139)
17922024-07-25T01:28:03.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932024-07-25T01:28:03.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942024-07-25T01:28:03.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952024-07-25T01:28:03.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
17962024-07-25T01:28:03.832Z
17972024-07-25T01:28:03.832Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/139)
17982024-07-25T01:28:04.447Z Downloading crates ...
17992024-07-25T01:28:04.606Z Downloaded slog-dtrace v0.3.0
18002024-07-25T01:28:04.630Z Downloaded csv-core v0.1.11
18012024-07-25T01:28:04.631Z Downloaded csv v1.3.0
18022024-07-25T01:28:04.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032024-07-25T01:28:04.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042024-07-25T01:28:04.763Z Compiling heapless v0.8.0
18052024-07-25T01:28:04.787Z Checking hash32 v0.3.1
18062024-07-25T01:28:04.811Z Compiling smoltcp v0.11.0
18072024-07-25T01:28:04.836Z Checking cobs v0.2.3
18082024-07-25T01:28:04.836Z Checking embedded-io v0.4.0
18092024-07-25T01:28:04.860Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18102024-07-25T01:28:04.860Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18112024-07-25T01:28:04.890Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18122024-07-25T01:28:04.953Z Compiling crucible-workspace-hack v0.1.0
18132024-07-25T01:28:04.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18142024-07-25T01:28:05.005Z Checking csv-core v0.1.11
18152024-07-25T01:28:05.035Z Checking postcard v1.0.8
18162024-07-25T01:28:05.155Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18172024-07-25T01:28:05.287Z Checking csv v1.3.0
18182024-07-25T01:28:05.311Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18192024-07-25T01:28:05.344Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18202024-07-25T01:28:05.469Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18212024-07-25T01:28:05.642Z Compiling num-derive v0.4.2
18222024-07-25T01:28:05.666Z Compiling slog-dtrace v0.3.0
18232024-07-25T01:28:05.690Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18242024-07-25T01:28:05.754Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
18252024-07-25T01:28:06.027Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
18262024-07-25T01:28:06.490Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
18272024-07-25T01:28:06.572Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18282024-07-25T01:28:07.286Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18292024-07-25T01:28:08.816Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18302024-07-25T01:28:09.915Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18312024-07-25T01:28:11.292Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18322024-07-25T01:28:11.528Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18332024-07-25T01:28:14.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
18342024-07-25T01:28:14.860Z
18352024-07-25T01:28:14.860Zinfo: running `cargo check --bins` on cockroach-admin-api (53/139)
18362024-07-25T01:28:15.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372024-07-25T01:28:15.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382024-07-25T01:28:15.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392024-07-25T01:28:15.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18402024-07-25T01:28:15.689Z
18412024-07-25T01:28:15.689Zinfo: running `cargo check --bins` on cockroach-admin-types (54/139)
18422024-07-25T01:28:16.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432024-07-25T01:28:16.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442024-07-25T01:28:16.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452024-07-25T01:28:16.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18462024-07-25T01:28:16.497Z
18472024-07-25T01:28:16.498Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/139)
18482024-07-25T01:28:17.117Z Downloading crates ...
18492024-07-25T01:28:17.379Z Downloaded http-range v0.1.5
18502024-07-25T01:28:17.404Z Downloaded endian-type v0.1.2
18512024-07-25T01:28:17.404Z Downloaded fxhash v0.2.1
18522024-07-25T01:28:17.404Z Downloaded derive_builder_macro v0.20.0
18532024-07-25T01:28:17.404Z Downloaded oso-derive v0.27.3
18542024-07-25T01:28:17.404Z Downloaded maybe-uninit v2.0.0
18552024-07-25T01:28:17.404Z Downloaded unicase v2.7.0
18562024-07-25T01:28:17.404Z Downloaded wyz v0.5.1
18572024-07-25T01:28:17.428Z Downloaded zip v0.6.6
18582024-07-25T01:28:17.428Z Downloaded samael v0.0.15
18592024-07-25T01:28:17.428Z Downloaded which v4.4.2
18602024-07-25T01:28:17.453Z Downloaded smallvec v0.6.14
18612024-07-25T01:28:17.453Z Downloaded x509-cert v0.2.5
18622024-07-25T01:28:17.453Z Downloaded trust-dns-server v0.22.1
18632024-07-25T01:28:17.453Z Downloaded lalrpop v0.19.12
18642024-07-25T01:28:17.478Z Downloaded sled v0.34.7
18652024-07-25T01:28:17.478Z Downloaded bzip2-sys v0.1.11+1.0.8
18662024-07-25T01:28:17.507Z Downloaded radix_trie v0.2.1
18672024-07-25T01:28:17.507Z Downloaded polar-core v0.27.3
18682024-07-25T01:28:17.537Z Downloaded ron v0.8.1
18692024-07-25T01:28:17.537Z Downloaded regex-syntax v0.6.29
18702024-07-25T01:28:17.537Z Downloaded quick-xml v0.31.0
18712024-07-25T01:28:17.537Z Downloaded object v0.30.4
18722024-07-25T01:28:17.537Z Downloaded num-bigint-dig v0.8.4
18732024-07-25T01:28:17.568Z Downloaded nix v0.27.1
18742024-07-25T01:28:17.568Z Downloaded bitvec v1.0.1
18752024-07-25T01:28:17.596Z Downloaded bindgen v0.69.4
18762024-07-25T01:28:17.596Z Downloaded ref-cast-impl v1.0.23
18772024-07-25T01:28:17.596Z Downloaded parking_lot v0.11.2
18782024-07-25T01:28:17.597Z Downloaded serde-big-array v0.5.1
18792024-07-25T01:28:17.597Z Downloaded oso v0.27.3
18802024-07-25T01:28:17.597Z Downloaded nibble_vec v0.1.0
18812024-07-25T01:28:17.597Z Downloaded trust-dns-client v0.22.0
18822024-07-25T01:28:17.621Z Downloaded toml v0.5.11
18832024-07-25T01:28:17.621Z Downloaded tls_codec v0.4.1
18842024-07-25T01:28:17.621Z Downloaded tap v1.0.1
18852024-07-25T01:28:17.621Z Downloaded signature v2.2.0
18862024-07-25T01:28:17.621Z Downloaded signal-hook-tokio v0.3.1
18872024-07-25T01:28:17.621Z Downloaded rustc-hash v1.1.0
18882024-07-25T01:28:17.621Z Downloaded rsa v0.9.6
18892024-07-25T01:28:17.621Z Downloaded path-slash v0.1.5
18902024-07-25T01:28:17.621Z Downloaded packed_struct v0.10.1
18912024-07-25T01:28:17.621Z Downloaded num-rational v0.4.2
18922024-07-25T01:28:17.621Z Downloaded nodrop v0.1.14
18932024-07-25T01:28:17.645Z Downloaded mime_guess v2.0.4
18942024-07-25T01:28:17.645Z Downloaded libxml v0.3.3
18952024-07-25T01:28:17.645Z Downloaded hashbrown v0.13.2
18962024-07-25T01:28:17.645Z Downloaded const_format v0.2.32
18972024-07-25T01:28:17.645Z Downloaded libefi-sys v0.1.0
18982024-07-25T01:28:17.645Z Downloaded cookie v0.18.1
18992024-07-25T01:28:17.645Z Downloaded clang-sys v1.7.0
19002024-07-25T01:28:17.669Z Downloaded tls_codec_derive v0.4.1
19012024-07-25T01:28:17.669Z Downloaded prettyplease v0.2.20
19022024-07-25T01:28:17.669Z Downloaded pkcs1 v0.7.5
19032024-07-25T01:28:17.669Z Downloaded parking_lot_core v0.8.6
19042024-07-25T01:28:17.669Z Downloaded num-complex v0.4.6
19052024-07-25T01:28:17.669Z Downloaded nanorand v0.7.0
19062024-07-25T01:28:17.669Z Downloaded libloading v0.8.3
19072024-07-25T01:28:17.669Z Downloaded indoc v1.0.9
19082024-07-25T01:28:17.669Z Downloaded hyper-staticfile v0.9.5
19092024-07-25T01:28:17.693Z Downloaded highway v1.1.0
19102024-07-25T01:28:17.693Z Downloaded gethostname v0.4.3
19112024-07-25T01:28:17.693Z Downloaded funty v2.0.0
19122024-07-25T01:28:17.693Z Downloaded flume v0.11.0
19132024-07-25T01:28:17.693Z Downloaded env_logger v0.10.2
19142024-07-25T01:28:17.693Z Downloaded derive_builder_core v0.20.0
19152024-07-25T01:28:17.693Z Downloaded crc-any v2.5.0
19162024-07-25T01:28:17.693Z Downloaded bzip2 v0.4.4
19172024-07-25T01:28:17.693Z Downloaded serde-hex v0.1.0
19182024-07-25T01:28:17.694Z Downloaded ref-cast v1.0.23
19192024-07-25T01:28:17.718Z Downloaded radium v0.7.0
19202024-07-25T01:28:17.718Z Downloaded num v0.4.3
19212024-07-25T01:28:17.718Z Downloaded lazycell v1.3.0
19222024-07-25T01:28:17.718Z Downloaded ena v0.14.3
19232024-07-25T01:28:17.718Z Downloaded diff v0.1.13
19242024-07-25T01:28:17.718Z Downloaded tiny-keccak v2.0.2
19252024-07-25T01:28:17.718Z Downloaded strum_macros v0.24.3
19262024-07-25T01:28:17.718Z Downloaded shlex v1.3.0
19272024-07-25T01:28:17.718Z Downloaded packed_struct_codegen v0.10.1
19282024-07-25T01:28:17.718Z Downloaded memoffset v0.9.1
19292024-07-25T01:28:17.718Z Downloaded kstat-rs v0.2.4
19302024-07-25T01:28:17.718Z Downloaded float-ord v0.3.2
19312024-07-25T01:28:17.718Z Downloaded derive_builder v0.20.0
19322024-07-25T01:28:17.742Z Downloaded crc v3.2.1
19332024-07-25T01:28:17.742Z Downloaded const_format_proc_macros v0.2.32
19342024-07-25T01:28:17.742Z Downloaded cexpr v0.6.0
19352024-07-25T01:28:17.742Z Downloaded bitfield-struct v0.6.1
19362024-07-25T01:28:17.742Z Downloaded bcs v0.1.6
19372024-07-25T01:28:17.742Z Downloaded bb8 v0.8.5
19382024-07-25T01:28:17.743Z Downloaded async-recursion v1.1.1
19392024-07-25T01:28:17.743Z Downloaded array-init v0.0.4
19402024-07-25T01:28:17.743Z Downloaded impl-trait-for-tuples v0.2.2
19412024-07-25T01:28:17.743Z Downloaded glob v0.3.1
19422024-07-25T01:28:17.769Z Downloaded crunchy v0.2.2
19432024-07-25T01:28:17.769Z Downloaded crc-catalog v2.4.0
19442024-07-25T01:28:17.769Z Downloaded bitfield v0.14.0
19452024-07-25T01:28:17.769Z Downloaded ascii-canvas v3.0.0
19462024-07-25T01:28:17.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472024-07-25T01:28:17.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482024-07-25T01:28:17.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492024-07-25T01:28:17.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
19502024-07-25T01:28:17.877Z
19512024-07-25T01:28:17.877Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/139)
19522024-07-25T01:28:18.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532024-07-25T01:28:18.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542024-07-25T01:28:18.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552024-07-25T01:28:18.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
19562024-07-25T01:28:18.890Z
19572024-07-25T01:28:18.890Zinfo: running `cargo check --bins` on dns-server (57/139)
19582024-07-25T01:28:19.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592024-07-25T01:28:19.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602024-07-25T01:28:19.790Z Compiling parking_lot_core v0.8.6
19612024-07-25T01:28:19.815Z Checking nibble_vec v0.1.0
19622024-07-25T01:28:19.815Z Checking endian-type v0.1.2
19632024-07-25T01:28:19.841Z Checking newline-converter v0.3.0
19642024-07-25T01:28:19.841Z Checking quick-error v1.2.3
19652024-07-25T01:28:19.841Z Checking linked-hash-map v0.5.6
19662024-07-25T01:28:19.841Z Checking fxhash v0.2.1
19672024-07-25T01:28:19.866Z Checking toml v0.5.11
19682024-07-25T01:28:19.977Z Checking expectorate v1.1.0
19692024-07-25T01:28:20.003Z Checking resolv-conf v0.7.0
19702024-07-25T01:28:20.029Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19712024-07-25T01:28:20.029Z Checking radix_trie v0.2.1
19722024-07-25T01:28:20.124Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19732024-07-25T01:28:20.157Z Checking lru-cache v0.1.2
19742024-07-25T01:28:20.332Z Checking trust-dns-resolver v0.22.0
19752024-07-25T01:28:20.401Z Checking trust-dns-client v0.22.0
19762024-07-25T01:28:20.544Z Checking parking_lot v0.11.2
19772024-07-25T01:28:20.855Z Checking sled v0.34.7
19782024-07-25T01:28:21.554Z Checking trust-dns-server v0.22.1
19792024-07-25T01:28:23.764Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19802024-07-25T01:28:25.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
19812024-07-25T01:28:25.364Z
19822024-07-25T01:28:25.364Zinfo: running `cargo check --bins` on dns-server-api (58/139)
19832024-07-25T01:28:26.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842024-07-25T01:28:26.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852024-07-25T01:28:26.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862024-07-25T01:28:26.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19872024-07-25T01:28:26.207Z
19882024-07-25T01:28:26.208Zinfo: running `cargo check --bins` on gateway-test-utils (59/139)
19892024-07-25T01:28:27.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-07-25T01:28:27.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-07-25T01:28:27.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922024-07-25T01:28:27.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19932024-07-25T01:28:27.147Z
19942024-07-25T01:28:27.147Zinfo: running `cargo check --bins` on omicron-gateway (60/139)
19952024-07-25T01:28:27.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-07-25T01:28:28.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-07-25T01:28:28.137Z Compiling radium v0.7.0
19982024-07-25T01:28:28.138Z Compiling maybe-uninit v2.0.0
19992024-07-25T01:28:28.138Z Checking tap v1.0.1
20002024-07-25T01:28:28.195Z Compiling bzip2-sys v0.1.11+1.0.8
20012024-07-25T01:28:28.195Z Checking crc-catalog v2.4.0
20022024-07-25T01:28:28.195Z Compiling num-bigint-dig v0.8.4
20032024-07-25T01:28:28.195Z Checking funty v2.0.0
20042024-07-25T01:28:28.195Z Compiling packed_struct v0.10.1
20052024-07-25T01:28:28.266Z Checking wyz v0.5.1
20062024-07-25T01:28:28.318Z Checking crc v3.2.1
20072024-07-25T01:28:28.477Z Compiling packed_struct_codegen v0.10.1
20082024-07-25T01:28:28.615Z Compiling indexmap v1.9.3
20092024-07-25T01:28:28.644Z Checking nodrop v0.1.14
20102024-07-25T01:28:28.745Z Checking smallvec v0.6.14
20112024-07-25T01:28:28.774Z Checking array-init v0.0.4
20122024-07-25T01:28:28.898Z Checking pkcs1 v0.7.5
20132024-07-25T01:28:28.929Z Checking signature v2.2.0
20142024-07-25T01:28:28.974Z Checking bitvec v1.0.1
20152024-07-25T01:28:29.082Z Compiling memoffset v0.9.1
20162024-07-25T01:28:29.109Z Checking hashbrown v0.12.3
20172024-07-25T01:28:29.243Z Checking bitfield v0.14.0
20182024-07-25T01:28:29.345Z Checking bzip2 v0.4.4
20192024-07-25T01:28:29.494Z Checking env_logger v0.10.2
20202024-07-25T01:28:29.530Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20212024-07-25T01:28:29.629Z Checking x509-cert v0.2.5
20222024-07-25T01:28:29.665Z Checking serde-hex v0.1.0
20232024-07-25T01:28:29.724Z Checking ron v0.8.1
20242024-07-25T01:28:29.847Z Checking hashbrown v0.13.2
20252024-07-25T01:28:30.508Z Checking rsa v0.9.6
20262024-07-25T01:28:30.600Z Checking half v2.4.1
20272024-07-25T01:28:30.776Z Checking ciborium-io v0.2.2
20282024-07-25T01:28:30.848Z Checking crc-any v2.5.0
20292024-07-25T01:28:30.925Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20302024-07-25T01:28:31.034Z Checking object v0.30.4
20312024-07-25T01:28:31.058Z Checking zip v0.6.6
20322024-07-25T01:28:31.082Z Checking ciborium-ll v0.2.2
20332024-07-25T01:28:31.211Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20342024-07-25T01:28:31.259Z Checking path-slash v0.1.5
20352024-07-25T01:28:31.329Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20362024-07-25T01:28:31.392Z Checking ciborium v0.2.2
20372024-07-25T01:28:31.476Z Checking nix v0.27.1
20382024-07-25T01:28:31.522Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20392024-07-25T01:28:31.605Z Checking serde-big-array v0.5.1
20402024-07-25T01:28:31.718Z Checking signal-hook-tokio v0.3.1
20412024-07-25T01:28:34.453Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20422024-07-25T01:28:43.828Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20432024-07-25T01:28:45.490Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20442024-07-25T01:28:47.894Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20452024-07-25T01:28:53.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.19s
20462024-07-25T01:28:53.449Z
20472024-07-25T01:28:53.449Zinfo: running `cargo check --bins` on ipcc (61/139)
20482024-07-25T01:28:54.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-07-25T01:28:54.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-07-25T01:28:54.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512024-07-25T01:28:54.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20522024-07-25T01:28:54.294Z
20532024-07-25T01:28:54.294Zinfo: running `cargo check --bins` on sp-sim (62/139)
20542024-07-25T01:28:55.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-07-25T01:28:55.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-07-25T01:28:55.243Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20572024-07-25T01:28:57.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
20582024-07-25T01:28:57.661Z
20592024-07-25T01:28:57.661Zinfo: running `cargo check --bins` on internal-dns (63/139)
20602024-07-25T01:28:58.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-07-25T01:28:58.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-07-25T01:28:58.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632024-07-25T01:28:58.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20642024-07-25T01:28:58.498Z
20652024-07-25T01:28:58.498Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (64/139)
20662024-07-25T01:28:59.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672024-07-25T01:28:59.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682024-07-25T01:28:59.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692024-07-25T01:28:59.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20702024-07-25T01:28:59.411Z
20712024-07-25T01:28:59.411Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (65/139)
20722024-07-25T01:29:00.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-07-25T01:29:00.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-07-25T01:29:00.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752024-07-25T01:29:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
20762024-07-25T01:29:00.337Z
20772024-07-25T01:29:00.337Zinfo: running `cargo check --bins` on db-macros (66/139)
20782024-07-25T01:29:01.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-07-25T01:29:01.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-07-25T01:29:01.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-07-25T01:29:01.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20822024-07-25T01:29:01.220Z
20832024-07-25T01:29:01.220Zinfo: running `cargo check --bins` on nexus-macros-common (67/139)
20842024-07-25T01:29:02.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-07-25T01:29:03.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-07-25T01:29:03.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872024-07-25T01:29:03.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20882024-07-25T01:29:03.018Z
20892024-07-25T01:29:03.018Zinfo: running `cargo check --bins` on nexus-auth (68/139)
20902024-07-25T01:29:03.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-07-25T01:29:03.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-07-25T01:29:03.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932024-07-25T01:29:03.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20942024-07-25T01:29:03.043Z
20952024-07-25T01:29:03.043Zinfo: running `cargo check --bins` on authz-macros (69/139)
20962024-07-25T01:29:03.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-07-25T01:29:03.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-07-25T01:29:03.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992024-07-25T01:29:03.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21002024-07-25T01:29:03.857Z
21012024-07-25T01:29:03.857Zinfo: running `cargo check --bins` on nexus-db-fixed-data (70/139)
21022024-07-25T01:29:04.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032024-07-25T01:29:04.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042024-07-25T01:29:04.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052024-07-25T01:29:04.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21062024-07-25T01:29:04.735Z
21072024-07-25T01:29:04.735Zinfo: running `cargo check --bins` on nexus-db-model (71/139)
21082024-07-25T01:29:05.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-07-25T01:29:05.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-07-25T01:29:05.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112024-07-25T01:29:05.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
21122024-07-25T01:29:05.652Z
21132024-07-25T01:29:05.652Zinfo: running `cargo check --bins` on nexus-defaults (72/139)
21142024-07-25T01:29:06.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-07-25T01:29:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-07-25T01:29:06.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172024-07-25T01:29:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21182024-07-25T01:29:06.520Z
21192024-07-25T01:29:06.520Zinfo: running `cargo check --bins` on oximeter (73/139)
21202024-07-25T01:29:07.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-07-25T01:29:07.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-07-25T01:29:07.407Z Compiling rustls-pki-types v1.7.0
21232024-07-25T01:29:07.431Z Compiling prettyplease v0.2.20
21242024-07-25T01:29:07.455Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21252024-07-25T01:29:07.455Z Compiling crossbeam-channel v0.5.12
21262024-07-25T01:29:07.479Z Compiling slog-json v2.6.1
21272024-07-25T01:29:07.479Z Compiling http v1.1.0
21282024-07-25T01:29:07.503Z Compiling base64 v0.22.1
21292024-07-25T01:29:07.527Z Compiling atomic-waker v1.1.2
21302024-07-25T01:29:07.718Z Compiling waitgroup v0.1.2
21312024-07-25T01:29:07.742Z Compiling slog-term v2.9.1
21322024-07-25T01:29:07.859Z Compiling rustls-webpki v0.102.4
21332024-07-25T01:29:07.884Z Compiling slog-bunyan v2.5.0
21342024-07-25T01:29:07.924Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21352024-07-25T01:29:08.074Z Compiling rustls-pemfile v2.1.2
21362024-07-25T01:29:08.158Z Compiling camino v1.1.7
21372024-07-25T01:29:08.202Z Compiling slog-async v2.8.0
21382024-07-25T01:29:08.264Z Compiling async-stream v0.3.5
21392024-07-25T01:29:08.491Z Compiling toml v0.8.15
21402024-07-25T01:29:08.515Z Compiling sha1 v0.10.6
21412024-07-25T01:29:08.549Z Compiling newtype-uuid v1.1.0
21422024-07-25T01:29:08.846Z Compiling rustls v0.22.4
21432024-07-25T01:29:08.878Z Compiling serde_path_to_error v0.1.16
21442024-07-25T01:29:08.902Z Compiling hostname v0.4.0
21452024-07-25T01:29:09.059Z Compiling multer v3.1.0
21462024-07-25T01:29:09.138Z Compiling instant v0.1.12
21472024-07-25T01:29:09.279Z Compiling debug-ignore v1.0.5
21482024-07-25T01:29:09.334Z Compiling backoff v0.4.0
21492024-07-25T01:29:09.426Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21502024-07-25T01:29:09.649Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21512024-07-25T01:29:09.673Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21522024-07-25T01:29:09.743Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21532024-07-25T01:29:09.792Z Compiling strum v0.26.3
21542024-07-25T01:29:09.858Z Compiling serde_with v3.8.3
21552024-07-25T01:29:09.909Z Compiling parse-display v0.9.1
21562024-07-25T01:29:09.978Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21572024-07-25T01:29:10.085Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21582024-07-25T01:29:10.128Z Compiling num-rational v0.4.2
21592024-07-25T01:29:10.154Z Compiling num-complex v0.4.6
21602024-07-25T01:29:10.510Z Compiling macaddr v1.0.1
21612024-07-25T01:29:11.087Z Compiling num v0.4.3
21622024-07-25T01:29:11.201Z Compiling float-ord v0.3.2
21632024-07-25T01:29:12.316Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
21642024-07-25T01:29:12.617Z Compiling tokio-rustls v0.25.0
21652024-07-25T01:29:12.996Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
21662024-07-25T01:29:17.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21672024-07-25T01:29:33.186Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21682024-07-25T01:29:37.092Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21692024-07-25T01:29:37.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.39s
21702024-07-25T01:29:38.054Z
21712024-07-25T01:29:38.054Zinfo: running `cargo check --bins` on oximeter-impl (74/139)
21722024-07-25T01:29:38.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-07-25T01:29:38.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-07-25T01:29:38.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-07-25T01:29:38.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21762024-07-25T01:29:38.892Z
21772024-07-25T01:29:38.892Zinfo: running `cargo check --bins` on oximeter-macro-impl (75/139)
21782024-07-25T01:29:39.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-07-25T01:29:39.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-07-25T01:29:39.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-07-25T01:29:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21822024-07-25T01:29:39.709Z
21832024-07-25T01:29:39.709Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (76/139)
21842024-07-25T01:29:40.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-07-25T01:29:40.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-07-25T01:29:40.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-07-25T01:29:40.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21882024-07-25T01:29:40.551Z
21892024-07-25T01:29:40.551Zinfo: running `cargo check --bins` on nexus-inventory (77/139)
21902024-07-25T01:29:41.299Z Downloading crates ...
21912024-07-25T01:29:41.438Z Downloaded rand_seeder v0.2.3
21922024-07-25T01:29:41.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-07-25T01:29:41.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-07-25T01:29:41.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-07-25T01:29:41.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
21962024-07-25T01:29:41.542Z
21972024-07-25T01:29:41.542Zinfo: running `cargo check --bins` on typed-rng (78/139)
21982024-07-25T01:29:42.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-07-25T01:29:42.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-07-25T01:29:42.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-07-25T01:29:42.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22022024-07-25T01:29:42.355Z
22032024-07-25T01:29:42.355Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (79/139)
22042024-07-25T01:29:43.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-07-25T01:29:43.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-07-25T01:29:43.400Z Checking password-hash v0.5.0
22072024-07-25T01:29:43.400Z Checking blake2 v0.10.6
22082024-07-25T01:29:43.427Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22092024-07-25T01:29:43.427Z Compiling semver v0.1.20
22102024-07-25T01:29:43.472Z Compiling convert_case v0.4.0
22112024-07-25T01:29:43.498Z Compiling rayon-core v1.12.1
22122024-07-25T01:29:43.498Z Compiling crossbeam-deque v0.8.5
22132024-07-25T01:29:43.498Z Compiling unicase v2.7.0
22142024-07-25T01:29:43.754Z Compiling rustc_version v0.1.7
22152024-07-25T01:29:43.779Z Compiling fastrand v2.1.0
22162024-07-25T01:29:43.804Z Compiling same-file v1.0.6
22172024-07-25T01:29:43.805Z Compiling libefi-sys v0.1.0
22182024-07-25T01:29:43.853Z Checking argon2 v0.5.3
22192024-07-25T01:29:43.999Z Compiling walkdir v2.5.0
22202024-07-25T01:29:44.080Z Compiling tempfile v3.10.1
22212024-07-25T01:29:44.219Z Compiling newtype_derive v0.1.6
22222024-07-25T01:29:44.248Z Compiling curve25519-dalek v4.1.3
22232024-07-25T01:29:44.302Z Compiling derive-where v1.2.7
22242024-07-25T01:29:44.439Z Compiling derive_more v0.99.18
22252024-07-25T01:29:44.467Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22262024-07-25T01:29:44.546Z Compiling bitfield-struct v0.6.1
22272024-07-25T01:29:44.705Z Compiling blake3 v1.5.1
22282024-07-25T01:29:44.735Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22292024-07-25T01:29:44.804Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22302024-07-25T01:29:44.882Z Compiling ring v0.16.20
22312024-07-25T01:29:48.380Z Checking keccak v0.1.5
22322024-07-25T01:29:48.437Z Checking sha3 v0.10.8
22332024-07-25T01:29:48.438Z Compiling rayon v1.10.0
22342024-07-25T01:29:48.438Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22352024-07-25T01:29:48.438Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22362024-07-25T01:29:48.438Z Compiling xattr v1.3.1
22372024-07-25T01:29:48.438Z Checking universal-hash v0.5.1
22382024-07-25T01:29:48.438Z Compiling thiserror-impl-no-std v2.0.2
22392024-07-25T01:29:48.438Z Checking secrecy v0.8.0
22402024-07-25T01:29:48.438Z Compiling curve25519-dalek-derive v0.1.1
22412024-07-25T01:29:48.438Z Compiling memmap2 v0.9.4
22422024-07-25T01:29:48.438Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22432024-07-25T01:29:48.438Z Compiling spin v0.5.2
22442024-07-25T01:29:48.438Z Compiling constant_time_eq v0.3.0
22452024-07-25T01:29:48.438Z Compiling home v0.5.9
22462024-07-25T01:29:48.438Z Compiling untrusted v0.7.1
22472024-07-25T01:29:48.438Z Compiling arrayref v0.3.7
22482024-07-25T01:29:48.438Z Checking opaque-debug v0.3.1
22492024-07-25T01:29:48.438Z Compiling arrayvec v0.7.4
22502024-07-25T01:29:48.438Z Checking poly1305 v0.8.0
22512024-07-25T01:29:48.438Z Compiling toolchain_find v0.4.0
22522024-07-25T01:29:48.439Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22532024-07-25T01:29:48.439Z Compiling tar v0.4.41
22542024-07-25T01:29:48.439Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22552024-07-25T01:29:48.439Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22562024-07-25T01:29:48.439Z Checking steno v0.4.1
22572024-07-25T01:29:48.439Z Compiling camino-tempfile v1.1.1
22582024-07-25T01:29:49.049Z Checking thiserror-no-std v2.0.2
22592024-07-25T01:29:49.151Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22602024-07-25T01:29:49.180Z Checking chacha20 v0.9.1
22612024-07-25T01:29:49.334Z Checking aead v0.5.2
22622024-07-25T01:29:49.517Z Checking gethostname v0.4.3
22632024-07-25T01:29:49.564Z Compiling topological-sort v0.2.2
22642024-07-25T01:29:49.651Z Compiling cancel-safe-futures v0.1.5
22652024-07-25T01:29:49.765Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-07-25T01:29:49.850Z Checking chacha20poly1305 v0.10.1
22672024-07-25T01:29:49.963Z Checking vsss-rs v3.3.4
22682024-07-25T01:29:50.021Z Compiling mime_guess v2.0.4
22692024-07-25T01:29:50.302Z Compiling omicron-zone-package v0.11.0
22702024-07-25T01:29:50.963Z Compiling rustfmt-wrapper v0.2.1
22712024-07-25T01:29:51.065Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22722024-07-25T01:29:51.212Z Checking glob v0.3.1
22732024-07-25T01:29:51.576Z Checking libsw v3.3.1
22742024-07-25T01:29:51.711Z Checking linear-map v1.2.0
22752024-07-25T01:29:51.763Z Checking owo-colors v4.0.0
22762024-07-25T01:29:51.814Z Checking swrite v0.1.0
22772024-07-25T01:29:51.923Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22782024-07-25T01:29:52.014Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22792024-07-25T01:29:52.040Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22802024-07-25T01:29:52.445Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22812024-07-25T01:29:52.695Z Checking kstat-rs v0.2.4
22822024-07-25T01:29:52.720Z Checking nanorand v0.7.0
22832024-07-25T01:29:52.974Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22842024-07-25T01:29:53.007Z Checking http-range v0.1.5
22852024-07-25T01:29:53.047Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22862024-07-25T01:29:53.071Z Checking flume v0.11.0
22872024-07-25T01:29:53.181Z Checking hyper-staticfile v0.9.5
22882024-07-25T01:29:53.326Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22892024-07-25T01:29:53.477Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22902024-07-25T01:29:53.563Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22912024-07-25T01:29:53.635Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
22922024-07-25T01:29:53.755Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22932024-07-25T01:29:54.755Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22942024-07-25T01:29:55.226Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22952024-07-25T01:29:56.050Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22962024-07-25T01:29:56.274Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22972024-07-25T01:29:56.838Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
22982024-07-25T01:29:57.039Z Checking display-error-chain v0.2.0
22992024-07-25T01:30:04.922Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23002024-07-25T01:30:11.784Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23012024-07-25T01:30:11.810Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23022024-07-25T01:30:12.641Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23032024-07-25T01:30:31.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.64s
23042024-07-25T01:30:31.144Z
23052024-07-25T01:30:31.144Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (80/139)
23062024-07-25T01:30:31.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072024-07-25T01:30:31.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082024-07-25T01:30:32.121Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23092024-07-25T01:30:50.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
23102024-07-25T01:30:50.451Z
23112024-07-25T01:30:50.451Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (81/139)
23122024-07-25T01:30:51.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132024-07-25T01:30:51.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142024-07-25T01:30:51.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23152024-07-25T01:31:09.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
23162024-07-25T01:31:09.741Z
23172024-07-25T01:31:09.741Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (82/139)
23182024-07-25T01:31:10.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192024-07-25T01:31:10.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202024-07-25T01:31:10.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23212024-07-25T01:31:28.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s
23222024-07-25T01:31:28.337Z
23232024-07-25T01:31:28.337Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (83/139)
23242024-07-25T01:31:29.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252024-07-25T01:31:29.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262024-07-25T01:31:29.288Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23272024-07-25T01:31:46.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.44s
23282024-07-25T01:31:46.922Z
23292024-07-25T01:31:46.922Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (84/139)
23302024-07-25T01:31:47.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-07-25T01:31:47.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-07-25T01:31:47.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23332024-07-25T01:32:05.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.98s
23342024-07-25T01:32:06.041Z
23352024-07-25T01:32:06.041Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (85/139)
23362024-07-25T01:32:06.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-07-25T01:32:06.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-07-25T01:32:06.985Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23392024-07-25T01:32:25.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
23402024-07-25T01:32:25.434Z
23412024-07-25T01:32:25.434Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (86/139)
23422024-07-25T01:32:26.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-07-25T01:32:26.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-07-25T01:32:26.456Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23452024-07-25T01:32:45.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.73s
23462024-07-25T01:32:45.328Z
23472024-07-25T01:32:45.328Zinfo: running `cargo check --bins` on bootstrap-agent-api (87/139)
23482024-07-25T01:32:46.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-07-25T01:32:46.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-07-25T01:32:46.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512024-07-25T01:32:46.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
23522024-07-25T01:32:46.316Z
23532024-07-25T01:32:46.316Zinfo: running `cargo check --bins` on sled-agent-types (88/139)
23542024-07-25T01:32:47.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552024-07-25T01:32:47.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562024-07-25T01:32:47.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23572024-07-25T01:32:47.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23582024-07-25T01:32:47.173Z
23592024-07-25T01:32:47.173Zinfo: running `cargo check --bins --no-default-features` on sled-storage (89/139)
23602024-07-25T01:32:47.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23612024-07-25T01:32:47.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23622024-07-25T01:32:47.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23632024-07-25T01:32:47.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23642024-07-25T01:32:48.011Z
23652024-07-25T01:32:48.012Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (90/139)
23662024-07-25T01:32:48.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23672024-07-25T01:32:48.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23682024-07-25T01:32:48.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23692024-07-25T01:32:48.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23702024-07-25T01:32:48.855Z
23712024-07-25T01:32:48.856Zinfo: running `cargo check --bins` on key-manager (91/139)
23722024-07-25T01:32:49.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-07-25T01:32:49.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-07-25T01:32:49.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23752024-07-25T01:32:49.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23762024-07-25T01:32:49.664Z
23772024-07-25T01:32:49.664Zinfo: running `cargo check --bins` on sled-hardware (92/139)
23782024-07-25T01:32:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-07-25T01:32:50.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-07-25T01:32:50.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23812024-07-25T01:32:50.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23822024-07-25T01:32:50.497Z
23832024-07-25T01:32:50.497Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (93/139)
23842024-07-25T01:32:51.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-07-25T01:32:51.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-07-25T01:32:51.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23872024-07-25T01:32:51.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23882024-07-25T01:32:51.291Z
23892024-07-25T01:32:51.291Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (94/139)
23902024-07-25T01:32:52.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-07-25T01:32:52.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-07-25T01:32:52.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23932024-07-25T01:32:52.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23942024-07-25T01:32:52.124Z
23952024-07-25T01:32:52.124Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (95/139)
23962024-07-25T01:32:52.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-07-25T01:32:52.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-07-25T01:32:52.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23992024-07-25T01:32:52.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24002024-07-25T01:32:52.950Z
24012024-07-25T01:32:52.950Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (96/139)
24022024-07-25T01:32:53.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-07-25T01:32:53.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-07-25T01:32:53.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24052024-07-25T01:32:53.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24062024-07-25T01:32:53.777Z
24072024-07-25T01:32:53.777Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (97/139)
24082024-07-25T01:32:54.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-07-25T01:32:54.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-07-25T01:32:54.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24112024-07-25T01:32:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24122024-07-25T01:32:54.598Z
24132024-07-25T01:32:54.598Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (98/139)
24142024-07-25T01:32:55.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-07-25T01:32:55.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-07-25T01:32:55.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-07-25T01:32:55.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24182024-07-25T01:32:55.418Z
24192024-07-25T01:32:55.418Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (99/139)
24202024-07-25T01:32:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-07-25T01:32:56.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-07-25T01:32:56.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-07-25T01:32:56.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24242024-07-25T01:32:56.275Z
24252024-07-25T01:32:56.275Zinfo: running `cargo check --bins` on oximeter-producer (100/139)
24262024-07-25T01:32:57.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-07-25T01:32:57.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-07-25T01:32:57.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-07-25T01:32:57.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24302024-07-25T01:32:57.108Z
24312024-07-25T01:32:57.108Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (101/139)
24322024-07-25T01:32:57.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-07-25T01:32:57.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-07-25T01:32:57.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-07-25T01:32:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24362024-07-25T01:32:57.955Z
24372024-07-25T01:32:57.955Zinfo: running `cargo check --bins` on nexus-test-interface (102/139)
24382024-07-25T01:32:58.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-07-25T01:32:58.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-07-25T01:32:58.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-07-25T01:32:58.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24422024-07-25T01:32:58.810Z
24432024-07-25T01:32:58.810Zinfo: running `cargo check --bins` on oximeter-collector (103/139)
24442024-07-25T01:32:59.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-07-25T01:32:59.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-07-25T01:32:59.708Z Checking bcs v0.1.6
24472024-07-25T01:32:59.708Z Compiling async-recursion v1.1.1
24482024-07-25T01:32:59.731Z Checking highway v1.1.0
24492024-07-25T01:32:59.731Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24502024-07-25T01:32:59.731Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24512024-07-25T01:33:00.953Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24522024-07-25T01:33:04.974Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24532024-07-25T01:33:07.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
24542024-07-25T01:33:07.160Z
24552024-07-25T01:33:07.160Zinfo: running `cargo check --bins` on oximeter-api (104/139)
24562024-07-25T01:33:07.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-07-25T01:33:07.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-07-25T01:33:07.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-07-25T01:33:07.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24602024-07-25T01:33:07.946Z
24612024-07-25T01:33:07.946Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/139)
24622024-07-25T01:33:08.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-07-25T01:33:08.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-07-25T01:33:08.748Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24652024-07-25T01:33:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
24662024-07-25T01:33:09.483Z
24672024-07-25T01:33:09.483Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/139)
24682024-07-25T01:33:10.052Z Downloading crates ...
24692024-07-25T01:33:10.244Z Downloaded nu-ansi-term v0.50.0
24702024-07-25T01:33:10.268Z Downloaded unicode_categories v0.1.1
24712024-07-25T01:33:10.268Z Downloaded vte_generate_state_changes v0.1.1
24722024-07-25T01:33:10.268Z Downloaded vte v0.11.1
24732024-07-25T01:33:10.268Z Downloaded strip-ansi-escapes v0.2.0
24742024-07-25T01:33:10.268Z Downloaded sqlparser v0.45.0
24752024-07-25T01:33:10.268Z Downloaded rustyline v14.0.0
24762024-07-25T01:33:10.291Z Downloaded reedline v0.31.0
24772024-07-25T01:33:10.291Z Downloaded nix v0.28.0
24782024-07-25T01:33:10.315Z Downloaded cfg_aliases v0.1.1
24792024-07-25T01:33:10.315Z Downloaded peg v0.8.4
24802024-07-25T01:33:10.315Z Downloaded sqlparser_derive v0.2.2
24812024-07-25T01:33:10.315Z Downloaded sqlformat v0.2.4
24822024-07-25T01:33:10.315Z Downloaded peg-macros v0.8.4
24832024-07-25T01:33:10.315Z Downloaded fd-lock v4.0.2
24842024-07-25T01:33:10.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-07-25T01:33:10.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-07-25T01:33:10.418Z Compiling cfg_aliases v0.1.1
24872024-07-25T01:33:10.441Z Compiling vte_generate_state_changes v0.1.1
24882024-07-25T01:33:10.442Z Checking fd-lock v4.0.2
24892024-07-25T01:33:10.442Z Checking bytecount v0.6.8
24902024-07-25T01:33:10.442Z Compiling tabled_derive v0.7.0
24912024-07-25T01:33:10.442Z Compiling peg-macros v0.8.4
24922024-07-25T01:33:10.465Z Compiling sqlparser_derive v0.2.2
24932024-07-25T01:33:10.465Z Checking home v0.5.9
24942024-07-25T01:33:10.554Z Compiling nix v0.28.0
24952024-07-25T01:33:10.606Z Checking papergrid v0.11.0
24962024-07-25T01:33:10.630Z Checking unicode_categories v0.1.1
24972024-07-25T01:33:10.699Z Checking nu-ansi-term v0.50.0
24982024-07-25T01:33:10.882Z Checking sqlformat v0.2.4
24992024-07-25T01:33:10.987Z Checking vte v0.11.1
25002024-07-25T01:33:11.452Z Checking sqlparser v0.45.0
25012024-07-25T01:33:12.012Z Checking strip-ansi-escapes v0.2.0
25022024-07-25T01:33:12.152Z Checking reedline v0.31.0
25032024-07-25T01:33:12.481Z Checking tabled v0.15.0
25042024-07-25T01:33:12.866Z Checking peg v0.8.4
25052024-07-25T01:33:13.273Z Checking rustyline v14.0.0
25062024-07-25T01:33:18.730Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25072024-07-25T01:33:25.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s
25082024-07-25T01:33:26.047Z
25092024-07-25T01:33:26.047Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/139)
25102024-07-25T01:33:26.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-07-25T01:33:26.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-07-25T01:33:26.883Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25132024-07-25T01:33:34.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.07s
25142024-07-25T01:33:34.255Z
25152024-07-25T01:33:34.255Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/139)
25162024-07-25T01:33:35.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-07-25T01:33:35.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-07-25T01:33:35.146Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192024-07-25T01:33:42.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.06s
25202024-07-25T01:33:42.448Z
25212024-07-25T01:33:42.448Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/139)
25222024-07-25T01:33:43.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-07-25T01:33:43.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-07-25T01:33:43.377Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25252024-07-25T01:33:48.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
25262024-07-25T01:33:48.821Z
25272024-07-25T01:33:48.821Zinfo: running `cargo check --bins` on crdb-seed (110/139)
25282024-07-25T01:33:49.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-07-25T01:33:49.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-07-25T01:33:49.702Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25312024-07-25T01:33:50.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
25322024-07-25T01:33:50.161Z
25332024-07-25T01:33:50.161Zinfo: running `cargo check --bins` on omicron-omdb (111/139)
25342024-07-25T01:33:50.785Z Downloading crates ...
25352024-07-25T01:33:51.045Z Downloaded cassowary v0.3.0
25362024-07-25T01:33:51.068Z Downloaded lru v0.12.3
25372024-07-25T01:33:51.068Z Downloaded castaway v0.2.2
25382024-07-25T01:33:51.068Z Downloaded number_prefix v0.4.0
25392024-07-25T01:33:51.068Z Downloaded unicode-linebreak v0.1.5
25402024-07-25T01:33:51.068Z Downloaded stability v0.2.0
25412024-07-25T01:33:51.068Z Downloaded smawk v0.3.2
25422024-07-25T01:33:51.068Z Downloaded unicode-truncate v1.0.0
25432024-07-25T01:33:51.068Z Downloaded multimap v0.10.0
25442024-07-25T01:33:51.069Z Downloaded portable-atomic v1.6.0
25452024-07-25T01:33:51.092Z Downloaded itertools v0.13.0
25462024-07-25T01:33:51.092Z Downloaded textwrap v0.16.1
25472024-07-25T01:33:51.092Z Downloaded ratatui v0.27.0
25482024-07-25T01:33:51.116Z Downloaded indicatif v0.17.8
25492024-07-25T01:33:51.116Z Downloaded compact_str v0.7.1
25502024-07-25T01:33:51.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-07-25T01:33:51.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-07-25T01:33:51.338Z Compiling glob v0.3.1
25532024-07-25T01:33:51.338Z Compiling crunchy v0.2.2
25542024-07-25T01:33:51.338Z Compiling tiny-keccak v2.0.2
25552024-07-25T01:33:51.375Z Compiling ascii-canvas v3.0.0
25562024-07-25T01:33:51.406Z Compiling ena v0.14.3
25572024-07-25T01:33:51.430Z Compiling libloading v0.8.3
25582024-07-25T01:33:51.430Z Compiling regex-syntax v0.6.29
25592024-07-25T01:33:51.430Z Compiling bindgen v0.69.4
25602024-07-25T01:33:51.627Z Compiling diff v0.1.13
25612024-07-25T01:33:51.767Z Compiling which v4.4.2
25622024-07-25T01:33:51.833Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25632024-07-25T01:33:51.925Z Compiling cexpr v0.6.0
25642024-07-25T01:33:52.045Z Compiling lazycell v1.3.0
25652024-07-25T01:33:52.081Z Compiling shlex v1.3.0
25662024-07-25T01:33:52.214Z Compiling ref-cast v1.0.23
25672024-07-25T01:33:52.237Z Compiling clang-sys v1.7.0
25682024-07-25T01:33:52.261Z Compiling rustc-hash v1.1.0
25692024-07-25T01:33:52.331Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25702024-07-25T01:33:52.398Z Compiling derive_builder_core v0.20.0
25712024-07-25T01:33:52.474Z Compiling libxml v0.3.3
25722024-07-25T01:33:52.498Z Compiling ref-cast-impl v1.0.23
25732024-07-25T01:33:52.590Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25742024-07-25T01:33:52.779Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25752024-07-25T01:33:52.847Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25762024-07-25T01:33:53.064Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25772024-07-25T01:33:53.089Z Compiling strum_macros v0.24.3
25782024-07-25T01:33:53.409Z Compiling cookie v0.18.1
25792024-07-25T01:33:53.558Z Compiling indoc v1.0.9
25802024-07-25T01:33:53.753Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25812024-07-25T01:33:53.990Z Compiling impl-trait-for-tuples v0.2.2
25822024-07-25T01:33:54.459Z Compiling lalrpop v0.19.12
25832024-07-25T01:33:54.588Z Compiling derive_builder_macro v0.20.0
25842024-07-25T01:33:55.146Z Compiling oso-derive v0.27.3
25852024-07-25T01:33:55.374Z Checking derive_builder v0.20.0
25862024-07-25T01:33:55.519Z Checking quick-xml v0.31.0
25872024-07-25T01:33:56.527Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
25882024-07-25T01:33:56.641Z Checking maplit v1.0.2
25892024-07-25T01:33:56.857Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25902024-07-25T01:33:57.196Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25912024-07-25T01:33:57.418Z Checking bb8 v0.8.5
25922024-07-25T01:33:57.441Z Compiling const_format_proc_macros v0.2.32
25932024-07-25T01:33:57.883Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
25942024-07-25T01:33:58.391Z Checking crossbeam-deque v0.8.5
25952024-07-25T01:33:58.655Z Compiling portable-atomic v1.6.0
25962024-07-25T01:33:58.680Z Checking rayon-core v1.12.1
25972024-07-25T01:33:59.354Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25982024-07-25T01:33:59.415Z Checking const_format v0.2.32
25992024-07-25T01:33:59.626Z Checking castaway v0.2.2
26002024-07-25T01:33:59.795Z Checking compact_str v0.7.1
26012024-07-25T01:33:59.891Z Checking rayon v1.10.0
26022024-07-25T01:34:00.511Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26032024-07-25T01:34:00.612Z Checking unicode-truncate v1.0.0
26042024-07-25T01:34:00.769Z Checking itertools v0.13.0
26052024-07-25T01:34:00.828Z Checking lru v0.12.3
26062024-07-25T01:34:01.122Z Compiling stability v0.2.0
26072024-07-25T01:34:01.953Z Checking cassowary v0.3.0
26082024-07-25T01:34:02.288Z Checking number_prefix v0.4.0
26092024-07-25T01:34:02.451Z Checking smawk v0.3.2
26102024-07-25T01:34:02.637Z Checking unicode-linebreak v0.1.5
26112024-07-25T01:34:02.967Z Checking textwrap v0.16.1
26122024-07-25T01:34:03.042Z Checking ratatui v0.27.0
26132024-07-25T01:34:03.271Z Checking indicatif v0.17.8
26142024-07-25T01:34:03.313Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26152024-07-25T01:34:03.647Z Checking multimap v0.10.0
26162024-07-25T01:34:24.498Z Compiling samael v0.0.15
26172024-07-25T01:34:36.590Z Compiling polar-core v0.27.3
26182024-07-25T01:34:46.341Z Checking oso v0.27.3
26192024-07-25T01:35:19.267Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26202024-07-25T01:35:25.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
26212024-07-25T01:35:25.188Z
26222024-07-25T01:35:25.188Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (112/139)
26232024-07-25T01:35:25.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-07-25T01:35:25.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-07-25T01:35:25.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-07-25T01:35:25.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26272024-07-25T01:35:26.053Z
26282024-07-25T01:35:26.053Zinfo: running `cargo check --bins` on nexus-saga-recovery (113/139)
26292024-07-25T01:35:26.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-07-25T01:35:26.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-07-25T01:35:26.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-07-25T01:35:26.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26332024-07-25T01:35:26.881Z
26342024-07-25T01:35:26.881Zinfo: running `cargo check --bins` on nexus-test-utils-macros (114/139)
26352024-07-25T01:35:27.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-07-25T01:35:27.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-07-25T01:35:27.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-07-25T01:35:27.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26392024-07-25T01:35:27.671Z
26402024-07-25T01:35:27.672Zinfo: running `cargo check --bins` on omicron-nexus (115/139)
26412024-07-25T01:35:28.276Z Downloading crates ...
26422024-07-25T01:35:28.539Z Downloaded assert_matches v1.5.0
26432024-07-25T01:35:28.564Z Downloaded serde_plain v1.0.2
26442024-07-25T01:35:28.564Z Downloaded pin-project v1.1.5
26452024-07-25T01:35:28.564Z Downloaded typed-path v0.7.1
26462024-07-25T01:35:28.588Z Downloaded tough v0.17.1
26472024-07-25T01:35:28.588Z Downloaded snafu-derive v0.8.2
26482024-07-25T01:35:28.588Z Downloaded snafu v0.8.2
26492024-07-25T01:35:28.588Z Downloaded pin-project-internal v1.1.5
26502024-07-25T01:35:28.588Z Downloaded parse-size v1.0.0
26512024-07-25T01:35:28.588Z Downloaded olpc-cjson v0.1.3
26522024-07-25T01:35:28.588Z Downloaded globset v0.4.14
26532024-07-25T01:35:28.611Z Downloaded fatfs v0.3.6
26542024-07-25T01:35:28.611Z Downloaded buf-list v1.0.3
26552024-07-25T01:35:28.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-07-25T01:35:28.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-07-25T01:35:28.824Z Compiling pin-project-internal v1.1.5
26582024-07-25T01:35:28.848Z Compiling snafu-derive v0.8.2
26592024-07-25T01:35:28.848Z Compiling buf-list v1.0.3
26602024-07-25T01:35:28.884Z Checking globset v0.4.14
26612024-07-25T01:35:28.907Z Checking olpc-cjson v0.1.3
26622024-07-25T01:35:28.907Z Checking rand_seeder v0.2.3
26632024-07-25T01:35:28.907Z Checking serde_plain v1.0.2
26642024-07-25T01:35:28.908Z Checking typed-path v0.7.1
26652024-07-25T01:35:29.073Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
26662024-07-25T01:35:29.133Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
26672024-07-25T01:35:29.176Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
26682024-07-25T01:35:29.299Z Checking parse-size v1.0.0
26692024-07-25T01:35:29.323Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
26702024-07-25T01:35:29.371Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
26712024-07-25T01:35:29.436Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26722024-07-25T01:35:29.471Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26732024-07-25T01:35:29.743Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26742024-07-25T01:35:30.056Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26752024-07-25T01:35:30.145Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26762024-07-25T01:35:30.247Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
26772024-07-25T01:35:30.418Z Checking fatfs v0.3.6
26782024-07-25T01:35:30.494Z Checking assert_matches v1.5.0
26792024-07-25T01:35:31.372Z Checking pin-project v1.1.5
26802024-07-25T01:35:32.552Z Checking snafu v0.8.2
26812024-07-25T01:35:32.948Z Checking tough v0.17.1
26822024-07-25T01:35:36.755Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26832024-07-25T01:35:38.188Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26842024-07-25T01:36:28.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
26852024-07-25T01:36:28.323Z
26862024-07-25T01:36:28.323Zinfo: running `cargo check --bins` on nexus-internal-api (116/139)
26872024-07-25T01:36:29.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-07-25T01:36:29.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-07-25T01:36:29.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-07-25T01:36:29.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26912024-07-25T01:36:29.125Z
26922024-07-25T01:36:29.125Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (117/139)
26932024-07-25T01:36:29.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-07-25T01:36:29.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-07-25T01:36:29.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-07-25T01:36:29.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26972024-07-25T01:36:29.971Z
26982024-07-25T01:36:29.971Zinfo: running `cargo check --bins` on nexus-networking (118/139)
26992024-07-25T01:36:30.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-07-25T01:36:30.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-07-25T01:36:30.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-07-25T01:36:30.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27032024-07-25T01:36:30.823Z
27042024-07-25T01:36:30.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (119/139)
27052024-07-25T01:36:31.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-07-25T01:36:31.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-07-25T01:36:31.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-07-25T01:36:31.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27092024-07-25T01:36:31.608Z
27102024-07-25T01:36:31.608Zinfo: running `cargo check --bins` on update-common (120/139)
27112024-07-25T01:36:32.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-07-25T01:36:32.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-07-25T01:36:32.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-07-25T01:36:32.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27152024-07-25T01:36:32.404Z
27162024-07-25T01:36:32.405Zinfo: running `cargo check --bins` on tufaceous-lib (121/139)
27172024-07-25T01:36:33.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-07-25T01:36:33.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-07-25T01:36:33.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-07-25T01:36:33.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27212024-07-25T01:36:33.209Z
27222024-07-25T01:36:33.209Zinfo: running `cargo check --bins` on tufaceous (122/139)
27232024-07-25T01:36:33.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-07-25T01:36:33.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-07-25T01:36:34.028Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27262024-07-25T01:36:34.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
27272024-07-25T01:36:35.141Z
27282024-07-25T01:36:35.141Zinfo: running `cargo check --bins` on omicron-dev (123/139)
27292024-07-25T01:36:35.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-07-25T01:36:35.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-07-25T01:36:36.130Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27322024-07-25T01:36:36.130Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27332024-07-25T01:36:36.154Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27342024-07-25T01:36:37.699Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27352024-07-25T01:36:40.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
27362024-07-25T01:36:40.962Z
27372024-07-25T01:36:40.962Zinfo: running `cargo check --bins` on openapi-manager (124/139)
27382024-07-25T01:36:41.608Z Downloading crates ...
27392024-07-25T01:36:41.768Z Downloaded is_ci v1.2.0
27402024-07-25T01:36:41.792Z Downloaded indent_write v2.2.0
27412024-07-25T01:36:41.792Z Downloaded supports-color v3.0.0
27422024-07-25T01:36:41.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-07-25T01:36:41.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-07-25T01:36:41.905Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27452024-07-25T01:36:41.905Z Checking heck v0.4.1
27462024-07-25T01:36:41.905Z Checking is_ci v1.2.0
27472024-07-25T01:36:41.905Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27482024-07-25T01:36:41.929Z Checking indent_write v2.2.0
27492024-07-25T01:36:42.086Z Checking supports-color v3.0.0
27502024-07-25T01:36:42.115Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27512024-07-25T01:36:43.767Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27522024-07-25T01:36:44.783Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27532024-07-25T01:36:45.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
27542024-07-25T01:36:46.056Z
27552024-07-25T01:36:46.056Zinfo: running `cargo check --bins` on installinator-api (125/139)
27562024-07-25T01:36:46.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-07-25T01:36:46.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-07-25T01:36:46.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-07-25T01:36:46.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27602024-07-25T01:36:46.841Z
27612024-07-25T01:36:46.841Zinfo: running `cargo check --bins` on wicketd-api (126/139)
27622024-07-25T01:36:47.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-07-25T01:36:47.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-07-25T01:36:47.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-07-25T01:36:47.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27662024-07-25T01:36:47.649Z
27672024-07-25T01:36:47.649Zinfo: running `cargo check --bins` on reconfigurator-cli (127/139)
27682024-07-25T01:36:48.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-07-25T01:36:48.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-07-25T01:36:48.564Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
27712024-07-25T01:36:49.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
27722024-07-25T01:36:50.011Z
27732024-07-25T01:36:50.011Zinfo: running `cargo check --bins` on omicron-releng (128/139)
27742024-07-25T01:36:50.687Z Downloading crates ...
27752024-07-25T01:36:50.761Z Downloaded shell-words v1.1.0
27762024-07-25T01:36:50.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-07-25T01:36:50.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-07-25T01:36:50.875Z Checking memmap2 v0.9.4
27792024-07-25T01:36:50.875Z Checking arrayvec v0.7.4
27802024-07-25T01:36:50.875Z Checking constant_time_eq v0.3.0
27812024-07-25T01:36:50.899Z Checking spin v0.5.2
27822024-07-25T01:36:50.899Z Checking arrayref v0.3.7
27832024-07-25T01:36:50.899Z Checking untrusted v0.7.1
27842024-07-25T01:36:50.899Z Checking cargo-platform v0.1.8
27852024-07-25T01:36:50.899Z Checking topological-sort v0.2.2
27862024-07-25T01:36:51.036Z Checking shell-words v1.1.0
27872024-07-25T01:36:51.082Z Checking ring v0.16.20
27882024-07-25T01:36:51.181Z Checking cargo_metadata v0.18.1
27892024-07-25T01:36:51.205Z Checking blake3 v1.5.1
27902024-07-25T01:36:52.515Z Checking omicron-zone-package v0.11.0
27912024-07-25T01:36:53.902Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
27922024-07-25T01:36:54.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
27932024-07-25T01:36:55.085Z
27942024-07-25T01:36:55.086Zinfo: running `cargo check --bins` on xtask (129/139)
27952024-07-25T01:36:55.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-07-25T01:36:55.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-07-25T01:36:55.769Z Checking bitflags v2.5.0
27982024-07-25T01:36:55.769Z Checking smallvec v1.13.2
27992024-07-25T01:36:55.769Z Checking serde v1.0.204
28002024-07-25T01:36:55.769Z Checking scopeguard v1.2.0
28012024-07-25T01:36:55.769Z Checking bytes v1.6.0
28022024-07-25T01:36:55.825Z Checking hashbrown v0.14.5
28032024-07-25T01:36:55.849Z Checking log v0.4.21
28042024-07-25T01:36:55.873Z Checking mio v0.8.11
28052024-07-25T01:36:55.917Z Checking lock_api v0.4.12
28062024-07-25T01:36:56.013Z Checking futures-util v0.3.30
28072024-07-25T01:36:56.084Z Checking thiserror v1.0.62
28082024-07-25T01:36:56.126Z Checking parking_lot_core v0.9.10
28092024-07-25T01:36:56.203Z Checking rustix v0.38.34
28102024-07-25T01:36:56.268Z Checking tracing v0.1.40
28112024-07-25T01:36:56.367Z Checking openssl v0.10.66
28122024-07-25T01:36:56.416Z Checking http v0.2.12
28132024-07-25T01:36:56.440Z Checking parking_lot v0.12.2
28142024-07-25T01:36:56.538Z Checking scroll v0.12.0
28152024-07-25T01:36:56.726Z Checking tokio v1.38.1
28162024-07-25T01:36:56.781Z Checking indexmap v2.2.6
28172024-07-25T01:36:56.929Z Checking generic-array v0.14.7
28182024-07-25T01:36:57.507Z Checking slog v2.7.0
28192024-07-25T01:36:57.748Z Checking time v0.3.36
28202024-07-25T01:36:57.780Z Checking pest v2.7.10
28212024-07-25T01:36:57.841Z Checking zerocopy v0.7.34
28222024-07-25T01:36:57.907Z Checking goblin v0.8.2
28232024-07-25T01:36:58.951Z Checking http-body v0.4.6
28242024-07-25T01:36:59.242Z Checking unicode-normalization v0.1.23
28252024-07-25T01:36:59.281Z Checking unicode-bidi v0.3.15
28262024-07-25T01:36:59.736Z Checking dtrace-parser v0.2.0
28272024-07-25T01:36:59.785Z Checking syn v2.0.72
28282024-07-25T01:36:59.951Z Checking idna v0.5.0
28292024-07-25T01:36:59.974Z Checking serde_json v1.0.120
28302024-07-25T01:37:00.158Z Checking toml_datetime v0.6.6
28312024-07-25T01:37:00.241Z Checking serde_spanned v0.6.6
28322024-07-25T01:37:00.393Z Checking crossbeam-utils v0.8.19
28332024-07-25T01:37:00.416Z Checking toml_edit v0.22.16
28342024-07-25T01:37:00.568Z Checking block-buffer v0.10.4
28352024-07-25T01:37:00.677Z Checking native-tls v0.2.11
28362024-07-25T01:37:00.741Z Checking crypto-common v0.1.6
28372024-07-25T01:37:00.894Z Checking terminal_size v0.3.0
28382024-07-25T01:37:00.953Z Checking digest v0.10.7
28392024-07-25T01:37:00.998Z Checking crossbeam-channel v0.5.12
28402024-07-25T01:37:01.030Z Checking clap_builder v4.5.9
28412024-07-25T01:37:01.185Z Checking slog-json v2.6.1
28422024-07-25T01:37:01.234Z Checking url v2.5.2
28432024-07-25T01:37:01.402Z Checking futures-executor v0.3.30
28442024-07-25T01:37:01.603Z Checking cargo-platform v0.1.8
28452024-07-25T01:37:01.627Z Checking camino v1.1.7
28462024-07-25T01:37:01.865Z Checking semver v1.0.23
28472024-07-25T01:37:01.888Z Checking serde_urlencoded v0.7.1
28482024-07-25T01:37:01.912Z Checking dof v0.3.0
28492024-07-25T01:37:02.075Z Checking xattr v1.3.1
28502024-07-25T01:37:02.234Z Checking sha2 v0.10.8
28512024-07-25T01:37:02.259Z Checking cargo_metadata v0.18.1
28522024-07-25T01:37:02.282Z Checking slog-async v2.8.0
28532024-07-25T01:37:02.427Z Checking slog-term v2.9.1
28542024-07-25T01:37:02.518Z Checking tar v0.4.41
28552024-07-25T01:37:02.541Z Checking toml v0.8.15
28562024-07-25T01:37:02.577Z Checking tokio-util v0.7.11
28572024-07-25T01:37:02.697Z Checking tokio-native-tls v0.3.1
28582024-07-25T01:37:02.846Z Checking futures v0.3.30
28592024-07-25T01:37:02.905Z Checking strum v0.26.3
28602024-07-25T01:37:02.947Z Checking slog-bunyan v2.5.0
28612024-07-25T01:37:03.041Z Checking fs-err v2.11.0
28622024-07-25T01:37:03.092Z Checking anyhow v1.0.86
28632024-07-25T01:37:03.151Z Checking cargo_toml v0.20.4
28642024-07-25T01:37:03.175Z Checking tabled v0.15.0
28652024-07-25T01:37:03.269Z Checking h2 v0.3.26
28662024-07-25T01:37:03.308Z Checking macaddr v1.0.1
28672024-07-25T01:37:03.521Z Checking clap v4.5.9
28682024-07-25T01:37:03.810Z Checking usdt-impl v0.5.0
28692024-07-25T01:37:04.245Z Checking usdt v0.5.0
28702024-07-25T01:37:06.531Z Checking hyper v0.14.28
28712024-07-25T01:37:09.103Z Checking hyper-tls v0.5.0
28722024-07-25T01:37:09.323Z Checking reqwest v0.11.27
28732024-07-25T01:37:10.221Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
28742024-07-25T01:37:11.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.30s
28752024-07-25T01:37:11.492Z
28762024-07-25T01:37:11.492Zinfo: running `cargo check --bins` on end-to-end-tests (130/139)
28772024-07-25T01:37:12.051Z Downloading crates ...
28782024-07-25T01:37:12.306Z Downloaded bcrypt-pbkdf v0.10.0
28792024-07-25T01:37:12.329Z Downloaded blowfish v0.9.1
28802024-07-25T01:37:12.329Z Downloaded dhcproto-macros v0.1.0
28812024-07-25T01:37:12.329Z Downloaded hex-literal v0.4.1
28822024-07-25T01:37:12.329Z Downloaded rfc6979 v0.4.0
28832024-07-25T01:37:12.329Z Downloaded russh-cryptovec v0.7.2
28842024-07-25T01:37:12.329Z Downloaded russh-keys v0.43.0
28852024-07-25T01:37:12.329Z Downloaded cbc v0.1.2
28862024-07-25T01:37:12.329Z Downloaded primeorder v0.13.6
28872024-07-25T01:37:12.329Z Downloaded rand_core v0.5.1
28882024-07-25T01:37:12.329Z Downloaded rand_chacha v0.2.2
28892024-07-25T01:37:12.329Z Downloaded pbkdf2 v0.12.2
28902024-07-25T01:37:12.330Z Downloaded pbkdf2 v0.11.0
28912024-07-25T01:37:12.353Z Downloaded p521 v0.13.3
28922024-07-25T01:37:12.353Z Downloaded p256 v0.13.2
28932024-07-25T01:37:12.353Z Downloaded dirs-sys v0.4.1
28942024-07-25T01:37:12.353Z Downloaded aes-gcm v0.10.3
28952024-07-25T01:37:12.353Z Downloaded aes v0.8.4
28962024-07-25T01:37:12.353Z Downloaded getrandom v0.1.16
28972024-07-25T01:37:12.353Z Downloaded ed25519 v2.2.3
28982024-07-25T01:37:12.381Z Downloaded ecdsa v0.16.9
28992024-07-25T01:37:12.381Z Downloaded dirs v5.0.1
29002024-07-25T01:37:12.381Z Downloaded ctr v0.9.2
29012024-07-25T01:37:12.381Z Downloaded russh v0.43.0
29022024-07-25T01:37:12.381Z Downloaded rand v0.7.3
29032024-07-25T01:37:12.381Z Downloaded polyval v0.6.2
29042024-07-25T01:37:12.381Z Downloaded internet-checksum v0.2.1
29052024-07-25T01:37:12.381Z Downloaded ghash v0.5.1
29062024-07-25T01:37:12.407Z Downloaded ed25519-dalek v2.1.1
29072024-07-25T01:37:12.407Z Downloaded password-hash v0.4.2
29082024-07-25T01:37:12.407Z Downloaded option-ext v0.2.0
29092024-07-25T01:37:12.407Z Downloaded md5 v0.7.0
29102024-07-25T01:37:12.407Z Downloaded dhcproto v0.11.0
29112024-07-25T01:37:12.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-07-25T01:37:12.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-07-25T01:37:12.580Z Compiling getrandom v0.1.16
29142024-07-25T01:37:12.610Z Checking rfc6979 v0.4.0
29152024-07-25T01:37:12.634Z Checking primeorder v0.13.6
29162024-07-25T01:37:12.634Z Checking option-ext v0.2.0
29172024-07-25T01:37:12.660Z Checking ed25519 v2.2.3
29182024-07-25T01:37:12.683Z Checking polyval v0.6.2
29192024-07-25T01:37:12.683Z Checking aes v0.8.4
29202024-07-25T01:37:12.683Z Checking blowfish v0.9.1
29212024-07-25T01:37:12.759Z Checking dirs-sys v0.4.1
29222024-07-25T01:37:12.783Z Checking ecdsa v0.16.9
29232024-07-25T01:37:12.855Z Checking ctr v0.9.2
29242024-07-25T01:37:12.886Z Checking password-hash v0.4.2
29252024-07-25T01:37:12.915Z Checking pbkdf2 v0.12.2
29262024-07-25T01:37:12.938Z Checking dirs v5.0.1
29272024-07-25T01:37:13.035Z Checking ghash v0.5.1
29282024-07-25T01:37:13.058Z Checking ed25519-dalek v2.1.1
29292024-07-25T01:37:13.082Z Checking bcrypt-pbkdf v0.10.0
29302024-07-25T01:37:13.105Z Checking cbc v0.1.2
29312024-07-25T01:37:13.178Z Checking russh-cryptovec v0.7.2
29322024-07-25T01:37:13.260Z Checking pbkdf2 v0.11.0
29332024-07-25T01:37:13.283Z Checking md5 v0.7.0
29342024-07-25T01:37:13.307Z Checking hex-literal v0.4.1
29352024-07-25T01:37:13.343Z Compiling dhcproto-macros v0.1.0
29362024-07-25T01:37:13.367Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29372024-07-25T01:37:13.390Z Checking p521 v0.13.3
29382024-07-25T01:37:13.437Z Checking p256 v0.13.2
29392024-07-25T01:37:13.465Z Checking aes-gcm v0.10.3
29402024-07-25T01:37:13.501Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29412024-07-25T01:37:13.524Z Checking internet-checksum v0.2.1
29422024-07-25T01:37:13.548Z Checking rand_core v0.5.1
29432024-07-25T01:37:13.801Z Checking rand_chacha v0.2.2
29442024-07-25T01:37:14.087Z Checking rand v0.7.3
29452024-07-25T01:37:14.111Z Checking dhcproto v0.11.0
29462024-07-25T01:37:15.199Z Checking russh-keys v0.43.0
29472024-07-25T01:37:16.100Z Checking russh v0.43.0
29482024-07-25T01:37:37.385Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29492024-07-25T01:37:39.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
29502024-07-25T01:37:39.139Z
29512024-07-25T01:37:39.139Zinfo: running `cargo check --bins` on gateway-cli (131/139)
29522024-07-25T01:37:39.811Z Downloading crates ...
29532024-07-25T01:37:39.865Z Downloaded termios v0.3.3
29542024-07-25T01:37:39.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-07-25T01:37:39.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-07-25T01:37:39.972Z Checking termios v0.3.3
29572024-07-25T01:37:40.147Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29582024-07-25T01:37:41.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
29592024-07-25T01:37:41.218Z
29602024-07-25T01:37:41.218Zinfo: running `cargo check --bins --no-default-features` on installinator (132/139)
29612024-07-25T01:37:41.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-07-25T01:37:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-07-25T01:37:42.097Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29642024-07-25T01:37:44.496Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29652024-07-25T01:37:46.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
29662024-07-25T01:37:46.722Z
29672024-07-25T01:37:46.722Zinfo: running `cargo check --bins` on internal-dns-cli (133/139)
29682024-07-25T01:37:47.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-07-25T01:37:47.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-07-25T01:37:47.538Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29712024-07-25T01:37:47.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
29722024-07-25T01:37:48.097Z
29732024-07-25T01:37:48.097Zinfo: running `cargo check --bins` on omicron-package (134/139)
29742024-07-25T01:37:48.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-07-25T01:37:48.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-07-25T01:37:48.961Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29772024-07-25T01:37:50.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
29782024-07-25T01:37:50.502Z
29792024-07-25T01:37:50.502Zinfo: running `cargo check --bins` on wicket-dbg (135/139)
29802024-07-25T01:37:51.180Z Downloading crates ...
29812024-07-25T01:37:51.266Z Downloaded rpassword v7.3.1
29822024-07-25T01:37:51.296Z Downloaded tui-tree-widget v0.21.0
29832024-07-25T01:37:51.296Z Downloaded rtoolbox v0.0.2
29842024-07-25T01:37:51.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-07-25T01:37:51.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-07-25T01:37:51.397Z Checking rtoolbox v0.0.2
29872024-07-25T01:37:51.397Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29882024-07-25T01:37:51.421Z Checking tui-tree-widget v0.21.0
29892024-07-25T01:37:51.579Z Checking rpassword v7.3.1
29902024-07-25T01:37:56.316Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29912024-07-25T01:37:59.730Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29922024-07-25T01:38:04.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
29932024-07-25T01:38:04.961Z
29942024-07-25T01:38:04.961Zinfo: running `cargo check --bins` on wicket (136/139)
29952024-07-25T01:38:04.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-07-25T01:38:04.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-07-25T01:38:04.961Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29982024-07-25T01:38:04.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
29992024-07-25T01:38:04.961Z
30002024-07-25T01:38:04.961Zinfo: running `cargo check --bins` on wicketd (137/139)
30012024-07-25T01:38:04.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-07-25T01:38:04.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-07-25T01:38:04.961Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042024-07-25T01:38:07.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
30052024-07-25T01:38:07.840Z
30062024-07-25T01:38:07.840Zinfo: running `cargo check --bins` on omicron-workspace-hack (138/139)
30072024-07-25T01:38:08.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-07-25T01:38:08.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-07-25T01:38:08.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102024-07-25T01:38:08.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30112024-07-25T01:38:08.578Z
30122024-07-25T01:38:08.578Zinfo: running `cargo check --bins` on zone-setup (139/139)
30132024-07-25T01:38:09.332Z Downloading crates ...
30142024-07-25T01:38:09.386Z Downloaded uzers v0.11.3
30152024-07-25T01:38:09.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-07-25T01:38:09.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-07-25T01:38:09.538Z Checking uzers v0.11.3
30182024-07-25T01:38:09.817Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30192024-07-25T01:38:11.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
30202024-07-25T01:38:11.253Z
30212024-07-25T01:38:11.253Zreal 13:42.817711141
30222024-07-25T01:38:11.253Zuser 29:53.516615618
30232024-07-25T01:38:11.253Zsys 6:49.393746167
30242024-07-25T01:38:11.276Ztrap 0.875432773
30252024-07-25T01:38:11.276Ztflt 0.973771355
30262024-07-25T01:38:11.276Zdflt 3.057014857
30272024-07-25T01:38:11.276Zkflt 0.001383917
30282024-07-25T01:38:11.276Zlock 2:30:47.803010644
30292024-07-25T01:38:11.276Zslp 2:16:56.150615667
30302024-07-25T01:38:11.276Zlat 1:18.131431753
30312024-07-25T01:38:11.276Zstop 2:57.765369562
30322024-07-25T01:38:11.276Zprocess exited: duration 1010271 ms, exit code 0
 
30332024-07-25T01:38:11.325Zfound 0 output files