01J362H9N82KYBEZ6EJNWAZQ51: 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: 01J362HJP3CCPYKZM6KGFS90PX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T18:03:00.456Zjob assigned to worker 01J362HP7AYE5T4Q4GNRFRVXY6 (queued for 36 s)
 
22024-07-19T18:03:01.035Zstarting task 0: "setup"
32024-07-19T18:03:01.061Z++ uname -s
42024-07-19T18:03:01.061Z+ kern=SunOS
52024-07-19T18:03:01.061Z+ case "$kern" in
62024-07-19T18:03:01.061Z+ groupadd -g 12345 build
72024-07-19T18:03:01.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-19T18:03:03.065Z+ zfs create -o mountpoint=/work rpool/work
92024-07-19T18:03:03.107Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-19T18:03:03.132Z+ home_fs=zfs
112024-07-19T18:03:03.132Z+ [[ zfs == autofs ]]
122024-07-19T18:03:03.132Z+ mkdir -p /home/build
132024-07-19T18:03:03.132Z+ chown build:build /home/build /work
142024-07-19T18:03:05.117Z+ chmod 0700 /home/build /work
152024-07-19T18:03:05.145Zprocess exited: duration 4085 ms, exit code 0
 
162024-07-19T18:03:05.195Zstarting task 1: "rust-toolchain"
172024-07-19T18:03:05.221Z+ printf ' * toolchain channel = "%s"
182024-07-19T18:03:05.221Z * toolchain channel = "1.78.0"
192024-07-19T18:03:05.221Z' 1.78.0
202024-07-19T18:03:05.221Z * toolchain profile = "default"
212024-07-19T18:03:05.221Z+ printf ' * toolchain profile = "%s"
222024-07-19T18:03:05.221Z' default
232024-07-19T18:03:05.221Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-19T18:03:05.221Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-19T18:03:05.338Zinfo: downloading installer
262024-07-19T18:03:05.984Zinfo: profile set to 'default'
272024-07-19T18:03:05.984Zinfo: default host triple is x86_64-unknown-illumos
282024-07-19T18:03:06.010Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-19T18:03:06.087Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-19T18:03:06.087Zinfo: downloading component 'cargo'
312024-07-19T18:03:06.379Zinfo: downloading component 'clippy'
322024-07-19T18:03:06.460Zinfo: downloading component 'rust-docs'
332024-07-19T18:03:06.777Zinfo: downloading component 'rust-std'
342024-07-19T18:03:07.568Zinfo: downloading component 'rustc'
352024-07-19T18:03:08.826Zinfo: downloading component 'rustfmt'
362024-07-19T18:03:08.910Zinfo: installing component 'cargo'
372024-07-19T18:03:09.980Zinfo: installing component 'clippy'
382024-07-19T18:03:10.391Zinfo: installing component 'rust-docs'
392024-07-19T18:03:12.992Zinfo: installing component 'rust-std'
402024-07-19T18:03:15.108Zinfo: installing component 'rustc'
412024-07-19T18:03:19.999Zinfo: installing component 'rustfmt'
422024-07-19T18:03:20.380Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-19T18:03:20.380Z
442024-07-19T18:03:20.515Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-19T18:03:20.515Z
462024-07-19T18:03:20.539Z
472024-07-19T18:03:20.540ZRust is installed now. Great!
482024-07-19T18:03:20.540Z
492024-07-19T18:03:20.540ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-19T18:03:20.540Zenvironment variable. This has not been done automatically.
512024-07-19T18:03:20.540Z
522024-07-19T18:03:20.540ZTo configure your current shell, you need to source
532024-07-19T18:03:20.540Zthe corresponding env file under $HOME/.cargo.
542024-07-19T18:03:20.540Z
552024-07-19T18:03:20.540ZThis is usually done by running one of the following (note the leading DOT):
562024-07-19T18:03:20.540Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-19T18:03:20.540Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-19T18:03:20.590Z+ rustc --version
592024-07-19T18:03:20.699Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-19T18:03:20.723Zprocess exited: duration 15517 ms, exit code 0
 
612024-07-19T18:03:20.769Zstarting task 2: "authentication"
622024-07-19T18:03:20.826Zprocess exited: duration 56 ms, exit code 0
 
632024-07-19T18:03:20.877Zstarting task 3: "clone repository"
642024-07-19T18:03:20.900Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-19T18:03:20.900Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-19T18:03:20.924ZCloning into '/work/oxidecomputer/omicron'...
672024-07-19T18:03:27.019Z+ cd /work/oxidecomputer/omicron
682024-07-19T18:03:27.019Z+ git fetch origin 4ad9c89a11c4ec44755535b6f40f7e02070c325a
692024-07-19T18:03:27.406ZFrom https://github.com/oxidecomputer/omicron
702024-07-19T18:03:27.406Z * branch 4ad9c89a11c4ec44755535b6f40f7e02070c325a -> FETCH_HEAD
712024-07-19T18:03:27.429Z+ [[ -n add-sled-identifiers-to-vcpu-stats ]]
722024-07-19T18:03:27.429Z++ git branch --show-current
732024-07-19T18:03:27.429Z+ current=main
742024-07-19T18:03:27.429Z+ [[ main != add-sled-identifiers-to-vcpu-stats ]]
752024-07-19T18:03:27.429Z+ git branch -f add-sled-identifiers-to-vcpu-stats 4ad9c89a11c4ec44755535b6f40f7e02070c325a
762024-07-19T18:03:27.429Z+ git checkout -f add-sled-identifiers-to-vcpu-stats
772024-07-19T18:03:27.595ZSwitched to branch 'add-sled-identifiers-to-vcpu-stats'
782024-07-19T18:03:27.618Z+ git reset --hard 4ad9c89a11c4ec44755535b6f40f7e02070c325a
792024-07-19T18:03:27.756ZHEAD is now at 4ad9c89a1 Add sled-identifiers to instance vCPU stats
802024-07-19T18:03:27.779Zprocess exited: duration 6883 ms, exit code 0
 
812024-07-19T18:03:27.827Zstarting task 4: "build"
822024-07-19T18:03:27.850Z+ cargo --version
832024-07-19T18:03:27.900Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-19T18:03:27.927Z+ rustc --version
852024-07-19T18:03:27.971Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-19T18:03:27.995Z+ source ./env.sh
872024-07-19T18:03:27.995Z++ OLD_SHELL_OPTS=ehxB
882024-07-19T18:03:27.995Z++ set -o xtrace
892024-07-19T18:03:27.995Z++++ dirname ./env.sh
902024-07-19T18:03:27.995Z+++ readlink -f .
912024-07-19T18:03:27.995Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-19T18:03:27.995Z++ 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-19T18:03:27.995Z++ 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-19T18:03:27.995Z++ 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-19T18:03:27.996Z++ 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-19T18:03:27.996Z++ 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-19T18:03:27.996Z++ 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-19T18:03:27.996Z++ 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-19T18:03:27.996Z++ 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-19T18:03:27.996Z++ case $OLD_SHELL_OPTS in
1012024-07-19T18:03:27.996Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-19T18:03:27.996Z+ 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-19T18:03:27.996Z+ 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-19T18:03:27.996Z+ banner prerequisites
1052024-07-19T18:03:27.996Z
1062024-07-19T18:03:27.996Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-07-19T18:03:27.996Z # # # # # # # # # # # # # # #
1082024-07-19T18:03:27.996Z # # # # ##### # # ##### # # # # # #### #
1092024-07-19T18:03:27.996Z ##### ##### # ##### # # # # # # # # #
1102024-07-19T18:03:27.996Z # # # # # # # # # # # # # # #
1112024-07-19T18:03:27.996Z # # # ###### # # ###### ### # #### # #### #
1122024-07-19T18:03:27.996Z
1132024-07-19T18:03:27.996Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-07-19T18:03:34.832Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-07-19T18:03:37.155Z Startup: Caching catalogs ... Done
1162024-07-19T18:03:40.935ZPlanning: Solver setup ... Done (3.194s)
1172024-07-19T18:03:40.998ZPlanning: Running solver ... Done (0.063s)
1182024-07-19T18:03:41.060ZPlanning: Finding local manifests ... Done (0.002s)
1192024-07-19T18:03:41.119ZPlanning: Fetching manifests: 0/4 0% complete
1202024-07-19T18:03:41.506ZPlanning: Fetching manifests: 4/4 100% complete
1212024-07-19T18:03:41.574ZPlanning: Package planning ... Done (0.059s)
1222024-07-19T18:03:41.622ZPlanning: Merging actions ... Done (0.059s)
1232024-07-19T18:03:41.929ZPlanning: Checking for conflicting actions ... Done (0.341s)
1242024-07-19T18:03:41.953ZPlanning: Consolidating action changes ... Done (0.013s)
1252024-07-19T18:03:42.582ZPlanning: Evaluating mediators ... Done (0.639s)
1262024-07-19T18:03:42.607ZPlanning: Planning completed in 5.38 seconds
1272024-07-19T18:03:42.643Z Packages to install: 4
1282024-07-19T18:03:42.643Z Mediators to change: 2
1292024-07-19T18:03:42.643Z Services to change: 1
1302024-07-19T18:03:42.643Z Estimated space available: 148.89 GB
1312024-07-19T18:03:42.643ZEstimated space to be consumed: 1.47 GB
1322024-07-19T18:03:42.643Z Create boot environment: No
1332024-07-19T18:03:42.643ZCreate backup boot environment: No
1342024-07-19T18:03:42.643Z Rebuild boot archive: No
1352024-07-19T18:03:42.643Z
1362024-07-19T18:03:42.644ZChanged mediators:
1372024-07-19T18:03:42.644Z mediator clang:
1382024-07-19T18:03:42.644Z version: None -> 15 (system default)
1392024-07-19T18:03:42.644Z
1402024-07-19T18:03:42.644Z mediator llvm:
1412024-07-19T18:03:42.644Z version: 14 (system default) -> 15 (system default)
1422024-07-19T18:03:42.644Z
1432024-07-19T18:03:42.644ZChanged packages:
1442024-07-19T18:03:42.644Zhelios-dev
1452024-07-19T18:03:42.644Z developer/build-essential
1462024-07-19T18:03:42.644Z None -> 11-2.0
1472024-07-19T18:03:42.644Z library/libxmlsec1
1482024-07-19T18:03:42.645Z None -> 1.2.35-2.0
1492024-07-19T18:03:42.645Z ooce/developer/clang-15
1502024-07-19T18:03:42.645Z None -> 15.0.7-2.0
1512024-07-19T18:03:42.645Z ooce/developer/llvm-15
1522024-07-19T18:03:42.645Z None -> 15.0.7-2.0
1532024-07-19T18:03:42.645Z
1542024-07-19T18:03:42.645ZServices:
1552024-07-19T18:03:42.645Z restart_fmri:
1562024-07-19T18:03:42.645Z svc:/system/update-man-index:default
1572024-07-19T18:05:27.071Z Packages to install: 4
1582024-07-19T18:05:27.071Z Mediators to change: 2
1592024-07-19T18:05:27.071Z Services to change: 1
1602024-07-19T18:05:27.071Z Estimated space available: 148.89 GB
1612024-07-19T18:05:27.071ZEstimated space to be consumed: 1.47 GB
1622024-07-19T18:05:27.071Z Create boot environment: No
1632024-07-19T18:05:27.071ZCreate backup boot environment: No
1642024-07-19T18:05:27.071Z Rebuild boot archive: No
1652024-07-19T18:05:27.071Z
1662024-07-19T18:05:27.071ZChanged mediators:
1672024-07-19T18:05:27.071Z mediator clang:
1682024-07-19T18:05:27.071Z version: None -> 15 (system default)
1692024-07-19T18:05:27.071Z
1702024-07-19T18:05:27.071Z mediator llvm:
1712024-07-19T18:05:27.071Z version: 14 (system default) -> 15 (system default)
1722024-07-19T18:05:27.071Z
1732024-07-19T18:05:27.071ZChanged packages:
1742024-07-19T18:05:27.071Zhelios-dev
1752024-07-19T18:05:27.071Z developer/build-essential
1762024-07-19T18:05:27.072Z None -> 11-2.0
1772024-07-19T18:05:27.072Z library/libxmlsec1
1782024-07-19T18:05:27.072Z None -> 1.2.35-2.0
1792024-07-19T18:05:27.072Z ooce/developer/clang-15
1802024-07-19T18:05:27.072Z None -> 15.0.7-2.0
1812024-07-19T18:05:27.072Z ooce/developer/llvm-15
1822024-07-19T18:05:27.072Z None -> 15.0.7-2.0
1832024-07-19T18:05:27.072Z
1842024-07-19T18:05:27.072ZServices:
1852024-07-19T18:05:27.072Z restart_fmri:
1862024-07-19T18:05:27.072Z svc:/system/update-man-index:default
1872024-07-19T18:05:27.096Z
1882024-07-19T18:05:27.096ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1892024-07-19T18:05:31.604ZDownload: 582/3290 items 4.9/212.6MB 2% complete (1.0M/s)
1902024-07-19T18:05:31.696ZDownload: 1196/3290 items 65.0/212.6MB 30% complete (6.5M/s)
1912024-07-19T18:05:31.696ZDownload: 1323/3290 items 114.6/212.6MB 53% complete (10.9M/s)
1922024-07-19T18:05:31.696ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (6.4M/s)
1932024-07-19T18:05:31.696ZDownload: 2730/3290 items 120.6/212.6MB 56% complete (249k/s)
1942024-07-19T18:05:31.696ZDownload: 3248/3290 items 171.6/212.6MB 80% complete (5.8M/s)
1952024-07-19T18:05:31.696ZDownload: 3289/3290 items 212.0/212.6MB 99% complete (9.1M/s)
1962024-07-19T18:05:31.696ZDownload: Completed 212.60 MB in 37.74 seconds (5.6M/s)
1972024-07-19T18:05:31.696Z Actions: 1/3689 actions (Installing new actions)
1982024-07-19T18:05:31.696Z Actions: 3514/3689 actions (Installing new actions)
1992024-07-19T18:05:31.697Z Actions: Completed 3689 actions in 5.87 seconds.
2002024-07-19T18:05:31.697Z Done (0.333s)
2012024-07-19T18:05:31.697Z Done (0.000s)
2022024-07-19T18:05:31.697Z Done (0.396s)
2032024-07-19T18:05:31.697Z Done (4.842s)
2042024-07-19T18:05:31.697Z Done (0.025s)
2052024-07-19T18:05:31.697Z Done (0.000s)
2062024-07-19T18:05:31.697Z Done (0.000s)
2072024-07-19T18:05:31.697ZPlanning: Evaluating mediator changes ... Done
2082024-07-19T18:05:31.697ZPlanning: Checking for conflicting actions ... Done
2092024-07-19T18:05:31.697ZPlanning: Consolidating action changes ... Done
2102024-07-19T18:05:31.698ZPlanning: Evaluating mediators ... Done
2112024-07-19T18:05:31.698ZPlanning: Planning completed in 0.59 seconds
2122024-07-19T18:05:31.698Z Mediators to change: 2
2132024-07-19T18:05:31.698Z Create boot environment: No
2142024-07-19T18:05:31.698ZCreate backup boot environment: No
2152024-07-19T18:05:31.698Z Done
2162024-07-19T18:05:31.698Z Done
2172024-07-19T18:05:31.698Z Done
2182024-07-19T18:05:31.698Z Done
2192024-07-19T18:05:31.698Z Done
2202024-07-19T18:05:31.698Z Done
2212024-07-19T18:05:31.698Z Done
2222024-07-19T18:05:31.699ZPlanning: Evaluating mediator changes ... Done
2232024-07-19T18:05:31.699ZPlanning: Merging actions ... Done
2242024-07-19T18:05:31.699ZPlanning: Checking for conflicting actions ... Done
2252024-07-19T18:05:31.699ZPlanning: Consolidating action changes ... Done
2262024-07-19T18:05:31.699ZPlanning: Evaluating mediators ... Done
2272024-07-19T18:05:31.699ZPlanning: Planning completed in 0.97 seconds
2282024-07-19T18:05:31.699Z Packages to change: 1
2292024-07-19T18:05:31.699Z Mediators to change: 1
2302024-07-19T18:05:31.699Z Services to change: 1
2312024-07-19T18:05:31.699Z Create boot environment: No
2322024-07-19T18:05:31.699ZCreate backup boot environment: Yes
2332024-07-19T18:05:31.700Z Actions: 1/6 actions (Updating modified actions)
2342024-07-19T18:05:31.700Z Actions: Completed 6 actions in 0.00 seconds.
2352024-07-19T18:05:31.700Z Done
2362024-07-19T18:05:31.700Z Done
2372024-07-19T18:05:31.700Z Done
2382024-07-19T18:05:31.700Z Done
2392024-07-19T18:05:31.700Z Done
2402024-07-19T18:05:31.700Z Done
2412024-07-19T18:05:31.700Z Done
2422024-07-19T18:05:31.700ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432024-07-19T18:05:31.700Zclang system 15 system
2442024-07-19T18:05:31.700Zcsh system system illumos
2452024-07-19T18:05:31.700Zctags system system illumos
2462024-07-19T18:05:31.701Zgcc vendor 12 vendor
2472024-07-19T18:05:31.701Zgcc system 10 system
2482024-07-19T18:05:31.701Zgcc system 7 system
2492024-07-19T18:05:31.701Zgo system 1.20 system
2502024-07-19T18:05:31.701Zgo system 1.19 system
2512024-07-19T18:05:31.701Zllvm system 15 system
2522024-07-19T18:05:31.701Zllvm system 14 system
2532024-07-19T18:05:31.701Zmariadb system 10.6 system
2542024-07-19T18:05:31.701Zmta vendor vendor dma
2552024-07-19T18:05:31.701Zopenjdk system 17 system
2562024-07-19T18:05:31.701Zopenjdk system 11 system
2572024-07-19T18:05:31.702Zopenjdk system 1.8 system
2582024-07-19T18:05:31.702Zopenssl vendor 3 vendor
2592024-07-19T18:05:31.702Zperl system 5.36 system
2602024-07-19T18:05:31.702Zpostgresql system 15 system
2612024-07-19T18:05:31.702Zpostgresql system 13 system
2622024-07-19T18:05:31.702Zpython vendor 3 vendor
2632024-07-19T18:05:31.702Zpython system 2 system
2642024-07-19T18:05:31.702Zpython3 system 3.11 system
2652024-07-19T18:05:31.702Zruby system 3.0 system
2662024-07-19T18:05:31.702Zwords vendor vendor american-english
2672024-07-19T18:05:31.702Zwords system system australian-english
2682024-07-19T18:05:31.702Zwords system system british-english
2692024-07-19T18:05:31.702Zwords system system canadian-english
2702024-07-19T18:05:31.702Zwords system system french
2712024-07-19T18:05:31.702Zwords system system italian
2722024-07-19T18:05:31.703Zwords system system ngerman
2732024-07-19T18:05:31.703Zwords system system ogerman
2742024-07-19T18:05:31.703Zwords system system spanish
2752024-07-19T18:05:31.703ZPUBLISHER TYPE STATUS P LOCATION
2762024-07-19T18:05:31.703Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2772024-07-19T18:05:31.703ZFMRI IFO
2782024-07-19T18:05:31.703Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2792024-07-19T18:05:31.703Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2802024-07-19T18:05:31.703Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2812024-07-19T18:05:31.703Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2822024-07-19T18:05:31.703Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2832024-07-19T18:05:31.704Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2842024-07-19T18:05:31.704Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2852024-07-19T18:05:31.704Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2862024-07-19T18:05:31.704Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2872024-07-19T18:05:31.704Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2882024-07-19T18:05:31.704Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2892024-07-19T18:05:31.704Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/zone`
2922024-07-19T18:05:31.730Z Updating crates.io index
2932024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2942024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2962024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2972024-07-19T18:05:31.730Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2982024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2992024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/propolis`
3002024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/crucible`
3012024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/opte`
3022024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/falcon`
3032024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3042024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3052024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
3062024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
3072024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/tofino`
3082024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3092024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3102024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3112024-07-19T18:05:31.731Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3142024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/typify`
3182024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192024-07-19T18:05:31.732Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212024-07-19T18:05:31.732Z Updating git repository `https://github.com/oxidecomputer/rfb`
3222024-07-19T18:05:31.732Z Downloading crates ...
3232024-07-19T18:05:31.732Z Downloaded dtrace-parser v0.2.0
3242024-07-19T18:05:31.733Z Downloaded cfg-if v1.0.0
3252024-07-19T18:05:31.733Z Downloaded scroll_derive v0.12.0
3262024-07-19T18:05:31.733Z Downloaded plain v0.2.3
3272024-07-19T18:05:31.733Z Downloaded rustversion v1.0.17
3282024-07-19T18:05:31.733Z Downloaded tinyvec_macros v0.1.1
3292024-07-19T18:05:31.733Z Downloaded colorchoice v1.0.1
3302024-07-19T18:05:31.733Z Downloaded take_mut v0.2.2
3312024-07-19T18:05:31.733Z Downloaded utf8parse v0.2.1
3322024-07-19T18:05:31.733Z Downloaded zerocopy-derive v0.7.34
3332024-07-19T18:05:31.733Z Downloaded usdt-attr-macro v0.5.0
3342024-07-19T18:05:31.733Z Downloaded winnow v0.6.8
3352024-07-19T18:05:31.734Z Downloaded zerocopy v0.7.34
3362024-07-19T18:05:31.734Z Downloaded unicode-width v0.1.13
3372024-07-19T18:05:31.734Z Downloaded syn v2.0.71
3382024-07-19T18:05:31.734Z Downloaded libc v0.2.155
3392024-07-19T18:05:31.734Z Downloaded tokio v1.38.1
3402024-07-19T18:05:31.734Z Downloaded syn v1.0.109
3412024-07-19T18:05:31.734Z Downloaded encoding_rs v0.8.34
3422024-07-19T18:05:31.734Z Downloaded rustix v0.38.34
3432024-07-19T18:05:31.734Z Downloaded vcpkg v0.2.15
3442024-07-19T18:05:31.734Z Downloaded idna v0.5.0
3452024-07-19T18:05:31.734Z Downloaded hyper v0.14.28
3462024-07-19T18:05:31.734Z Downloaded goblin v0.8.2
3472024-07-19T18:05:31.734Z Downloaded futures-util v0.3.30
3482024-07-19T18:05:31.735Z Downloaded url v2.5.0
3492024-07-19T18:05:31.735Z Downloaded unicode-normalization v0.1.23
3502024-07-19T18:05:31.735Z Downloaded unicode-bidi v0.3.15
3512024-07-19T18:05:31.735Z Downloaded typenum v1.17.0
3522024-07-19T18:05:31.735Z Downloaded tracing-core v0.1.32
3532024-07-19T18:05:31.735Z Downloaded tracing v0.1.40
3542024-07-19T18:05:31.735Z Downloaded toml_edit v0.22.16
3552024-07-19T18:05:31.735Z Downloaded toml v0.8.15
3562024-07-19T18:05:31.735Z Downloaded tokio-util v0.7.11
3572024-07-19T18:05:31.735Z Downloaded tinyvec v1.6.0
3582024-07-19T18:05:31.735Z Downloaded time v0.3.36
3592024-07-19T18:05:31.735Z Downloaded tar v0.4.41
3602024-07-19T18:05:31.735Z Downloaded tabled v0.15.0
3612024-07-19T18:05:31.735Z Downloaded socket2 v0.4.10
3622024-07-19T18:05:31.736Z Downloaded smallvec v1.13.2
3632024-07-19T18:05:31.736Z Downloaded slog v2.7.0
3642024-07-19T18:05:31.736Z Downloaded slab v0.4.9
3652024-07-19T18:05:31.736Z Downloaded serde_json v1.0.120
3662024-07-19T18:05:31.736Z Downloaded reqwest v0.11.27
3672024-07-19T18:05:31.736Z Downloaded pest_meta v2.7.10
3682024-07-19T18:05:31.736Z Downloaded pest_derive v2.7.10
3692024-07-19T18:05:31.736Z Downloaded pest v2.7.10
3702024-07-19T18:05:31.736Z Downloaded openssl-sys v0.9.102
3712024-07-19T18:05:31.736Z Downloaded openssl v0.10.64
3722024-07-19T18:05:31.736Z Downloaded once_cell v1.19.0
3732024-07-19T18:05:31.736Z Downloaded native-tls v0.2.11
3742024-07-19T18:05:31.736Z Downloaded mio v0.8.11
3752024-07-19T18:05:31.737Z Downloaded miniz_oxide v0.7.2
3762024-07-19T18:05:31.737Z Downloaded memmap v0.7.0
3772024-07-19T18:05:31.737Z Downloaded memchr v2.7.2
3782024-07-19T18:05:31.737Z Downloaded log v0.4.21
3792024-07-19T18:05:31.737Z Downloaded indexmap v2.2.6
3802024-07-19T18:05:31.737Z Downloaded httparse v1.8.0
3812024-07-19T18:05:31.737Z Downloaded http v0.2.12
3822024-07-19T18:05:31.737Z Downloaded heck v0.5.0
3832024-07-19T18:05:31.737Z Downloaded hashbrown v0.14.5
3842024-07-19T18:05:31.737Z Downloaded h2 v0.3.26
3852024-07-19T18:05:31.737Z Downloaded futures v0.3.30
3862024-07-19T18:05:31.737Z Downloaded flate2 v1.0.30
3872024-07-19T18:05:31.737Z Downloaded errno v0.3.9
3882024-07-19T18:05:31.737Z Downloaded crossbeam-channel v0.5.12
3892024-07-19T18:05:31.737Z Downloaded clap_builder v4.5.9
3902024-07-19T18:05:31.767Z Downloaded ucd-trie v0.1.6
3912024-07-19T18:05:31.767Z Downloaded tokio-native-tls v0.3.1
3922024-07-19T18:05:31.767Z Downloaded terminal_size v0.3.0
3932024-07-19T18:05:31.767Z Downloaded tabled_derive v0.7.0
3942024-07-19T18:05:31.767Z Downloaded strum_macros v0.26.4
3952024-07-19T18:05:31.767Z Downloaded strsim v0.11.1
3962024-07-19T18:05:31.767Z Downloaded slog-term v2.9.1
3972024-07-19T18:05:31.767Z Downloaded slog-bunyan v2.5.0
3982024-07-19T18:05:31.767Z Downloaded percent-encoding v2.3.1
3992024-07-19T18:05:31.768Z Downloaded parking_lot_core v0.9.10
4002024-07-19T18:05:31.768Z Downloaded parking_lot v0.12.2
4012024-07-19T18:05:31.768Z Downloaded papergrid v0.11.0
4022024-07-19T18:05:31.768Z Downloaded openssl-macros v0.1.1
4032024-07-19T18:05:31.768Z Downloaded lock_api v0.4.12
4042024-07-19T18:05:31.768Z Downloaded is_terminal_polyfill v1.70.0
4052024-07-19T18:05:31.768Z Downloaded ipnet v2.9.0
4062024-07-19T18:05:31.768Z Downloaded hostname v0.3.1
4072024-07-19T18:05:31.768Z Downloaded futures-sink v0.3.30
4082024-07-19T18:05:31.769Z Downloaded futures-io v0.3.30
4092024-07-19T18:05:31.769Z Downloaded futures-executor v0.3.30
4102024-07-19T18:05:31.769Z Downloaded futures-core v0.3.30
4112024-07-19T18:05:31.769Z Downloaded futures-channel v0.3.30
4122024-07-19T18:05:31.769Z Downloaded form_urlencoded v1.2.1
4132024-07-19T18:05:31.769Z Downloaded crossbeam-utils v0.8.19
4142024-07-19T18:05:31.769Z Downloaded crc32fast v1.4.0
4152024-07-19T18:05:31.769Z Downloaded clap v4.5.9
4162024-07-19T18:05:31.769Z Downloaded cc v1.0.97
4172024-07-19T18:05:31.769Z Downloaded bytes v1.6.0
4182024-07-19T18:05:31.769Z Downloaded bitflags v2.5.0
4192024-07-19T18:05:31.769Z Downloaded base64 v0.21.7
4202024-07-19T18:05:31.770Z Downloaded anyhow v1.0.86
4212024-07-19T18:05:31.770Z Downloaded xattr v1.3.1
4222024-07-19T18:05:31.770Z Downloaded want v0.3.1
4232024-07-19T18:05:31.770Z Downloaded version_check v0.9.4
4242024-07-19T18:05:31.770Z Downloaded usdt v0.5.0
4252024-07-19T18:05:31.770Z Downloaded unicode-ident v1.0.12
4262024-07-19T18:05:31.770Z Downloaded try-lock v0.2.5
4272024-07-19T18:05:31.770Z Downloaded tokio-macros v2.3.0
4282024-07-19T18:05:31.770Z Downloaded time-macros v0.2.18
4292024-07-19T18:05:31.770Z Downloaded time-core v0.1.2
4302024-07-19T18:05:31.770Z Downloaded thread_local v1.1.8
4312024-07-19T18:05:31.770Z Downloaded thread-id v4.2.1
4322024-07-19T18:05:31.770Z Downloaded thiserror-impl v1.0.62
4332024-07-19T18:05:31.771Z Downloaded thiserror v1.0.62
4342024-07-19T18:05:31.771Z Downloaded sync_wrapper v0.1.2
4352024-07-19T18:05:31.771Z Downloaded swrite v0.1.0
4362024-07-19T18:05:31.771Z Downloaded socket2 v0.5.7
4372024-07-19T18:05:31.771Z Downloaded slog-json v2.6.1
4382024-07-19T18:05:31.771Z Downloaded serde_derive v1.0.204
4392024-07-19T18:05:31.771Z Downloaded serde v1.0.204
4402024-07-19T18:05:31.771Z Downloaded scroll v0.12.0
4412024-07-19T18:05:31.771Z Downloaded ryu v1.0.18
4422024-07-19T18:05:31.772Z Downloaded rustls-pemfile v1.0.4
4432024-07-19T18:05:31.772Z Downloaded proc-macro2 v1.0.86
4442024-07-19T18:05:31.772Z Downloaded proc-macro-error v1.0.4
4452024-07-19T18:05:31.772Z Downloaded powerfmt v0.2.0
4462024-07-19T18:05:31.772Z Downloaded pkg-config v0.3.30
4472024-07-19T18:05:31.772Z Downloaded pest_generator v2.7.10
4482024-07-19T18:05:31.772Z Downloaded num_cpus v1.16.0
4492024-07-19T18:05:31.772Z Downloaded macaddr v1.0.1
4502024-07-19T18:05:31.773Z Downloaded itoa v1.0.11
4512024-07-19T18:05:31.773Z Downloaded hyper-tls v0.5.0
4522024-07-19T18:05:31.773Z Downloaded http-body v0.4.6
4532024-07-19T18:05:31.773Z Downloaded generic-array v0.14.7
4542024-07-19T18:05:31.773Z Downloaded futures-task v0.3.30
4552024-07-19T18:05:31.773Z Downloaded fs-err v2.11.0
4562024-07-19T18:05:31.773Z Downloaded foreign-types v0.3.2
4572024-07-19T18:05:31.774Z Downloaded fnv v1.0.7
4582024-07-19T18:05:31.774Z Downloaded deranged v0.3.11
4592024-07-19T18:05:31.774Z Downloaded clap_derive v4.5.8
4602024-07-19T18:05:31.774Z Downloaded byteorder v1.5.0
4612024-07-19T18:05:31.774Z Downloaded bytecount v0.6.8
4622024-07-19T18:05:31.774Z Downloaded anstream v0.6.14
4632024-07-19T18:05:31.774Z Downloaded usdt-macro v0.5.0
4642024-07-19T18:05:31.774Z Downloaded usdt-impl v0.5.0
4652024-07-19T18:05:31.775Z Downloaded tower-service v0.3.2
4662024-07-19T18:05:31.775Z Downloaded toml_datetime v0.6.6
4672024-07-19T18:05:31.775Z Downloaded term v0.7.0
4682024-07-19T18:05:31.775Z Downloaded slog-async v2.8.0
4692024-07-19T18:05:31.775Z Downloaded signal-hook-registry v1.4.2
4702024-07-19T18:05:31.775Z Downloaded sha2 v0.10.8
4712024-07-19T18:05:31.775Z Downloaded serde_urlencoded v0.7.1
4722024-07-19T18:05:31.775Z Downloaded serde_tokenstream v0.2.1
4732024-07-19T18:05:31.775Z Downloaded serde_spanned v0.6.6
4742024-07-19T18:05:31.775Z Downloaded semver v1.0.23
4752024-07-19T18:05:31.775Z Downloaded mime v0.3.17
4762024-07-19T18:05:31.776Z Downloaded match_cfg v0.1.0
4772024-07-19T18:05:31.776Z Downloaded httpdate v1.0.3
4782024-07-19T18:05:31.776Z Downloaded heck v0.4.1
4792024-07-19T18:05:31.776Z Downloaded futures-macro v0.3.30
4802024-07-19T18:05:31.776Z Downloaded filetime v0.2.23
4812024-07-19T18:05:31.776Z Downloaded cargo_toml v0.20.3
4822024-07-19T18:05:31.776Z Downloaded cargo_metadata v0.18.1
4832024-07-19T18:05:31.776Z Downloaded camino v1.1.7
4842024-07-19T18:05:31.776Z Downloaded strum v0.26.3
4852024-07-19T18:05:31.777Z Downloaded scopeguard v1.2.0
4862024-07-19T18:05:31.777Z Downloaded pretty-hex v0.4.1
4872024-07-19T18:05:31.777Z Downloaded dof v0.3.0
4882024-07-19T18:05:31.777Z Downloaded dirs-sys-next v0.1.2
4892024-07-19T18:05:31.777Z Downloaded dirs-next v2.0.0
4902024-07-19T18:05:31.807Z Downloaded digest v0.10.7
4912024-07-19T18:05:31.807Z Downloaded crypto-common v0.1.6
4922024-07-19T18:05:31.807Z Downloaded cpufeatures v0.2.12
4932024-07-19T18:05:31.807Z Downloaded clap_lex v0.7.0
4942024-07-19T18:05:31.807Z Downloaded cargo-platform v0.1.8
4952024-07-19T18:05:31.807Z Downloaded block-buffer v0.10.4
4962024-07-19T18:05:31.807Z Downloaded autocfg v1.3.0
4972024-07-19T18:05:31.807Z Downloaded anstyle-query v1.0.3
4982024-07-19T18:05:31.807Z Downloaded anstyle-parse v0.2.4
4992024-07-19T18:05:31.807Z Downloaded anstyle v1.0.7
5002024-07-19T18:05:31.808Z Downloaded adler v1.0.2
5012024-07-19T18:05:31.808Z Downloaded quote v1.0.36
5022024-07-19T18:05:31.808Z Downloaded proc-macro-error-attr v1.0.4
5032024-07-19T18:05:31.808Z Downloaded pin-project-lite v0.2.14
5042024-07-19T18:05:31.808Z Downloaded openssl-probe v0.1.5
5052024-07-19T18:05:31.808Z Downloaded num_threads v0.1.7
5062024-07-19T18:05:31.808Z Downloaded pin-utils v0.1.0
5072024-07-19T18:05:31.808Z Downloaded num-conv v0.1.0
5082024-07-19T18:05:31.808Z Downloaded is-terminal v0.4.12
5092024-07-19T18:05:31.808Z Downloaded foreign-types-shared v0.1.1
5102024-07-19T18:05:31.808Z Downloaded equivalent v1.0.1
5112024-07-19T18:05:31.808Z Compiling proc-macro2 v1.0.86
5122024-07-19T18:05:31.808Z Compiling unicode-ident v1.0.12
5132024-07-19T18:05:31.808Z Compiling libc v0.2.155
5142024-07-19T18:05:31.808Z Compiling version_check v0.9.4
5152024-07-19T18:05:31.808Z Compiling cfg-if v1.0.0
5162024-07-19T18:05:31.808Z Compiling once_cell v1.19.0
5172024-07-19T18:05:31.808Z Compiling itoa v1.0.11
5182024-07-19T18:05:31.809Z Compiling autocfg v1.3.0
5192024-07-19T18:05:31.809Z Compiling serde v1.0.204
5202024-07-19T18:05:31.809Z Compiling memchr v2.7.2
5212024-07-19T18:05:31.809Z Compiling thiserror v1.0.62
5222024-07-19T18:05:31.809Z Compiling ryu v1.0.18
5232024-07-19T18:05:31.809Z Compiling pin-project-lite v0.2.14
5242024-07-19T18:05:31.809Z Compiling bitflags v2.5.0
5252024-07-19T18:05:31.809Z Compiling pkg-config v0.3.30
5262024-07-19T18:05:31.809Z Compiling ucd-trie v0.1.6
5272024-07-19T18:05:31.809Z Compiling lock_api v0.4.12
5282024-07-19T18:05:31.809Z Compiling parking_lot_core v0.9.10
5292024-07-19T18:05:31.809Z Compiling cc v1.0.97
5302024-07-19T18:05:31.809Z Compiling vcpkg v0.2.15
5312024-07-19T18:05:31.809Z Compiling quote v1.0.36
5322024-07-19T18:05:31.810Z Compiling slab v0.4.9
5332024-07-19T18:05:31.810Z Compiling futures-sink v0.3.30
5342024-07-19T18:05:31.810Z Compiling syn v2.0.71
5352024-07-19T18:05:31.810Z Compiling scopeguard v1.2.0
5362024-07-19T18:05:31.810Z Compiling futures-core v0.3.30
5372024-07-19T18:05:31.810Z Compiling smallvec v1.13.2
5382024-07-19T18:05:31.810Z Compiling bytes v1.6.0
5392024-07-19T18:05:31.810Z Compiling log v0.4.21
5402024-07-19T18:05:31.810Z Compiling equivalent v1.0.1
5412024-07-19T18:05:31.810Z Compiling hashbrown v0.14.5
5422024-07-19T18:05:31.810Z Compiling serde_json v1.0.120
5432024-07-19T18:05:31.810Z Compiling fnv v1.0.7
5442024-07-19T18:05:31.810Z Compiling byteorder v1.5.0
5452024-07-19T18:05:31.810Z Compiling parking_lot v0.12.2
5462024-07-19T18:05:31.811Z Compiling futures-channel v0.3.30
5472024-07-19T18:05:31.811Z Compiling signal-hook-registry v1.4.2
5482024-07-19T18:05:31.811Z Compiling num_cpus v1.16.0
5492024-07-19T18:05:31.811Z Compiling mio v0.8.11
5502024-07-19T18:05:31.811Z Compiling socket2 v0.5.7
5512024-07-19T18:05:31.811Z Compiling pin-utils v0.1.0
5522024-07-19T18:05:31.811Z Compiling rustix v0.38.34
5532024-07-19T18:05:31.811Z Compiling indexmap v2.2.6
5542024-07-19T18:05:31.811Z Compiling futures-io v0.3.30
5552024-07-19T18:05:31.811Z Compiling openssl-sys v0.9.102
5562024-07-19T18:05:31.811Z Compiling typenum v1.17.0
5572024-07-19T18:05:31.811Z Compiling futures-task v0.3.30
5582024-07-19T18:05:31.811Z Compiling errno v0.3.9
5592024-07-19T18:05:31.811Z Compiling generic-array v0.14.7
5602024-07-19T18:05:31.812Z Compiling openssl v0.10.64
5612024-07-19T18:05:31.812Z Compiling foreign-types-shared v0.1.1
5622024-07-19T18:05:31.812Z Compiling slog v2.7.0
5632024-07-19T18:05:31.812Z Compiling foreign-types v0.3.2
5642024-07-19T18:05:31.812Z Compiling http v0.2.12
5652024-07-19T18:05:31.812Z Compiling usdt-impl v0.5.0
5662024-07-19T18:05:31.812Z Compiling proc-macro-error-attr v1.0.4
5672024-07-19T18:05:31.812Z Compiling tracing-core v0.1.32
5682024-07-19T18:05:31.812Z Compiling syn v1.0.109
5692024-07-19T18:05:31.812Z Compiling native-tls v0.2.11
5702024-07-19T18:05:31.812Z Compiling tinyvec_macros v0.1.1
5712024-07-19T18:05:31.812Z Compiling time-core v0.1.2
5722024-07-19T18:05:31.812Z Compiling powerfmt v0.2.0
5732024-07-19T18:05:31.812Z Compiling httparse v1.8.0
5742024-07-19T18:05:31.812Z Compiling num-conv v0.1.0
5752024-07-19T18:05:31.812Z Compiling deranged v0.3.11
5762024-07-19T18:05:31.812Z Compiling tracing v0.1.40
5772024-07-19T18:05:31.812Z Compiling time-macros v0.2.18
5782024-07-19T18:05:31.812Z Compiling tinyvec v1.6.0
5792024-07-19T18:05:31.813Z Compiling thread-id v4.2.1
5802024-07-19T18:05:31.813Z Compiling proc-macro-error v1.0.4
5812024-07-19T18:05:31.813Z Compiling crossbeam-utils v0.8.19
5822024-07-19T18:05:31.813Z Compiling rustversion v1.0.17
5832024-07-19T18:05:31.813Z Compiling try-lock v0.2.5
5842024-07-19T18:05:31.813Z Compiling utf8parse v0.2.1
5852024-07-19T18:05:31.813Z Compiling openssl-probe v0.1.5
5862024-07-19T18:05:31.813Z Compiling num_threads v0.1.7
5872024-07-19T18:05:31.813Z Compiling heck v0.5.0
5882024-07-19T18:05:31.813Z Compiling percent-encoding v2.3.1
5892024-07-19T18:05:31.813Z Compiling plain v0.2.3
5902024-07-19T18:05:31.844Z Compiling anstyle-parse v0.2.4
5912024-07-19T18:05:31.844Z Compiling form_urlencoded v1.2.1
5922024-07-19T18:05:31.844Z Compiling unicode-normalization v0.1.23
5932024-07-19T18:05:31.844Z Compiling want v0.3.1
5942024-07-19T18:05:31.844Z Compiling http-body v0.4.6
5952024-07-19T18:05:31.844Z Compiling socket2 v0.4.10
5962024-07-19T18:05:31.844Z Compiling dirs-sys-next v0.1.2
5972024-07-19T18:05:31.844Z Compiling tower-service v0.3.2
5982024-07-19T18:05:31.844Z Compiling unicode-bidi v0.3.15
5992024-07-19T18:05:31.844Z Compiling crc32fast v1.4.0
6002024-07-19T18:05:31.845Z Compiling httpdate v1.0.3
6012024-07-19T18:05:31.845Z Compiling time v0.3.36
6022024-07-19T18:05:31.845Z Compiling camino v1.1.7
6032024-07-19T18:05:31.845Z Compiling is_terminal_polyfill v1.70.0
6042024-07-19T18:05:31.845Z Compiling pretty-hex v0.4.1
6052024-07-19T18:05:31.845Z Compiling anstyle-query v1.0.3
6062024-07-19T18:05:31.845Z Compiling anstyle v1.0.7
6072024-07-19T18:05:31.845Z Compiling winnow v0.6.8
6082024-07-19T18:05:31.845Z Compiling colorchoice v1.0.1
6092024-07-19T18:05:31.845Z Compiling semver v1.0.23
6102024-07-19T18:05:31.845Z Compiling anstream v0.6.14
6112024-07-19T18:05:31.845Z Compiling idna v0.5.0
6122024-07-19T18:05:31.845Z Compiling dirs-next v2.0.0
6132024-07-19T18:05:31.845Z Compiling crypto-common v0.1.6
6142024-07-19T18:05:31.845Z Compiling block-buffer v0.10.4
6152024-07-19T18:05:31.845Z Compiling terminal_size v0.3.0
6162024-07-19T18:05:31.845Z Compiling fs-err v2.11.0
6172024-07-19T18:05:31.845Z Compiling thread_local v1.1.8
6182024-07-19T18:05:31.845Z Compiling slog-async v2.8.0
6192024-07-19T18:05:31.845Z Compiling adler v1.0.2
6202024-07-19T18:05:31.845Z Compiling base64 v0.21.7
6212024-07-19T18:05:31.846Z Compiling unicode-width v0.1.13
6222024-07-19T18:05:31.846Z Compiling match_cfg v0.1.0
6232024-07-19T18:05:31.846Z Compiling heck v0.4.1
6242024-07-19T18:05:31.846Z Compiling clap_lex v0.7.0
6252024-07-19T18:05:31.846Z Compiling strsim v0.11.1
6262024-07-19T18:05:31.846Z Compiling serde_derive v1.0.204
6272024-07-19T18:05:31.846Z Compiling thiserror-impl v1.0.62
6282024-07-19T18:05:31.846Z Compiling zerocopy-derive v0.7.34
6292024-07-19T18:05:31.846Z Compiling tokio-macros v2.3.0
6302024-07-19T18:05:31.846Z Compiling futures-macro v0.3.30
6312024-07-19T18:05:31.846Z Compiling openssl-macros v0.1.1
6322024-07-19T18:05:31.846Z Compiling scroll_derive v0.12.0
6332024-07-19T18:05:31.846Z Compiling bytecount v0.6.8
6342024-07-19T18:05:31.846Z Compiling tokio v1.38.1
6352024-07-19T18:05:31.846Z Compiling anyhow v1.0.86
6362024-07-19T18:05:31.846Z Compiling scroll v0.12.0
6372024-07-19T18:05:31.846Z Compiling futures-util v0.3.30
6382024-07-19T18:05:31.846Z Compiling zerocopy v0.7.34
6392024-07-19T18:05:31.846Z Compiling goblin v0.8.2
6402024-07-19T18:05:31.846Z Compiling papergrid v0.11.0
6412024-07-19T18:05:31.846Z Compiling pest v2.7.10
6422024-07-19T18:05:31.846Z Compiling tabled_derive v0.7.0
6432024-07-19T18:05:33.648Z Compiling pest_meta v2.7.10
6442024-07-19T18:05:33.689Z Compiling clap_builder v4.5.9
6452024-07-19T18:05:34.751Z Compiling strum_macros v0.26.4
6462024-07-19T18:05:36.543Z Compiling pest_generator v2.7.10
6472024-07-19T18:05:38.295Z Compiling tokio-util v0.7.11
6482024-07-19T18:05:38.351Z Compiling pest_derive v2.7.10
6492024-07-19T18:05:39.045Z Compiling dtrace-parser v0.2.0
6502024-07-19T18:05:39.278Z Compiling h2 v0.3.26
6512024-07-19T18:05:39.526Z Compiling tokio-native-tls v0.3.1
6522024-07-19T18:05:39.550Z Compiling futures-executor v0.3.30
6532024-07-19T18:05:39.768Z Compiling clap_derive v4.5.8
6542024-07-19T18:05:40.086Z Compiling rustls-pemfile v1.0.4
6552024-07-19T18:05:40.787Z Compiling serde_tokenstream v0.2.1
6562024-07-19T18:05:40.891Z Compiling serde_spanned v0.6.6
6572024-07-19T18:05:41.132Z Compiling toml_datetime v0.6.6
6582024-07-19T18:05:41.575Z Compiling toml_edit v0.22.16
6592024-07-19T18:05:42.152Z Compiling dof v0.3.0
6602024-07-19T18:05:42.952Z Compiling slog-json v2.6.1
6612024-07-19T18:05:43.085Z Compiling hyper v0.14.28
6622024-07-19T18:05:43.286Z Compiling cargo-platform v0.1.8
6632024-07-19T18:05:43.806Z Compiling serde_urlencoded v0.7.1
6642024-07-19T18:05:44.298Z Compiling toml v0.8.15
6652024-07-19T18:05:44.322Z Compiling hostname v0.3.1
6662024-07-19T18:05:44.516Z Compiling usdt-attr-macro v0.5.0
6672024-07-19T18:05:44.562Z Compiling usdt-macro v0.5.0
6682024-07-19T18:05:44.586Z Compiling miniz_oxide v0.7.2
6692024-07-19T18:05:44.758Z Compiling digest v0.10.7
6702024-07-19T18:05:45.124Z Compiling crossbeam-channel v0.5.12
6712024-07-19T18:05:45.595Z Compiling url v2.5.0
6722024-07-19T18:05:45.647Z Compiling term v0.7.0
6732024-07-19T18:05:45.820Z Compiling xattr v1.3.1
6742024-07-19T18:05:45.922Z Compiling memmap v0.7.0
6752024-07-19T18:05:46.122Z Compiling is-terminal v0.4.12
6762024-07-19T18:05:46.147Z Compiling filetime v0.2.23
6772024-07-19T18:05:46.171Z Compiling encoding_rs v0.8.34
6782024-07-19T18:05:46.251Z Compiling sync_wrapper v0.1.2
6792024-07-19T18:05:46.296Z Compiling cpufeatures v0.2.12
6802024-07-19T18:05:46.380Z Compiling hyper-tls v0.5.0
6812024-07-19T18:05:46.405Z Compiling mime v0.3.17
6822024-07-19T18:05:46.468Z Compiling ipnet v2.9.0
6832024-07-19T18:05:46.674Z Compiling take_mut v0.2.2
6842024-07-19T18:05:46.930Z Compiling sha2 v0.10.8
6852024-07-19T18:05:47.063Z Compiling tar v0.4.41
6862024-07-19T18:05:47.237Z Compiling slog-term v2.9.1
6872024-07-19T18:05:47.555Z Compiling usdt v0.5.0
6882024-07-19T18:05:47.864Z Compiling flate2 v1.0.30
6892024-07-19T18:05:47.978Z Compiling cargo_toml v0.20.3
6902024-07-19T18:05:48.287Z Compiling reqwest v0.11.27
6912024-07-19T18:05:48.657Z Compiling slog-bunyan v2.5.0
6922024-07-19T18:05:48.852Z Compiling cargo_metadata v0.18.1
6932024-07-19T18:05:48.889Z Compiling clap v4.5.9
6942024-07-19T18:05:48.912Z Compiling macaddr v1.0.1
6952024-07-19T18:05:48.936Z Compiling futures v0.3.30
6962024-07-19T18:05:49.005Z Compiling strum v0.26.3
6972024-07-19T18:05:49.050Z Compiling tabled v0.15.0
6982024-07-19T18:05:49.285Z Compiling swrite v0.1.0
6992024-07-19T18:05:54.212Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7002024-07-19T18:06:57.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
7012024-07-19T18:06:57.572Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
7022024-07-19T18:06:57.572ZJul 19 18:06:04.340 INFO Starting download, target: Clickhouse
7032024-07-19T18:06:57.572ZJul 19 18:06:04.341 INFO Starting download, target: Cockroach
7042024-07-19T18:06:57.572ZJul 19 18:06:04.341 INFO Starting download, target: Console
7052024-07-19T18:06:57.573ZJul 19 18:06:04.341 INFO Starting download, target: DendriteOpenapi
7062024-07-19T18:06:57.573ZJul 19 18:06:04.341 INFO Starting download, target: DendriteStub
7072024-07-19T18:06:57.573ZJul 19 18:06:04.341 INFO Starting download, target: MaghemiteMgd
7082024-07-19T18:06:57.573ZJul 19 18:06:04.341 INFO Starting download, target: TransceiverControl
7092024-07-19T18:06:57.573ZJul 19 18:06:04.342 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
7102024-07-19T18:06:57.573ZJul 19 18:06:04.342 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
7112024-07-19T18:06:57.573ZJul 19 18:06:04.342 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
7122024-07-19T18:06:57.573ZJul 19 18:06:04.342 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
7132024-07-19T18:06:57.573ZJul 19 18:06:04.342 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
7142024-07-19T18:06:57.573ZJul 19 18:06:04.343 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
7152024-07-19T18:06:57.573ZJul 19 18:06:04.343 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
7162024-07-19T18:06:57.573ZJul 19 18:06:04.625 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
7172024-07-19T18:06:57.573ZJul 19 18:06:05.046 INFO Download complete, target: Console
7182024-07-19T18:06:57.573ZJul 19 18:06:13.115 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
7192024-07-19T18:06:57.573ZJul 19 18:06:13.115 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
7202024-07-19T18:06:57.573ZJul 19 18:06:19.394 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: operation timed out, target: DendriteOpenapi
7212024-07-19T18:06:57.573ZJul 19 18:06:19.394 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: operation timed out, target: TransceiverControl
7222024-07-19T18:06:57.573ZJul 19 18:06:19.394 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out, target: MaghemiteMgd
7232024-07-19T18:06:57.573ZJul 19 18:06:19.394 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: operation timed out, target: DendriteStub
7242024-07-19T18:06:57.573ZJul 19 18:06:19.394 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 2/3), target: DendriteOpenapi
7252024-07-19T18:06:57.573ZJul 19 18:06:19.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
7262024-07-19T18:06:57.573ZJul 19 18:06:19.395 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
7272024-07-19T18:06:57.573ZJul 19 18:06:19.395 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
7282024-07-19T18:06:57.573ZJul 19 18:06:20.416 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
7292024-07-19T18:06:57.573ZJul 19 18:06:23.625 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
7302024-07-19T18:06:57.573ZJul 19 18:06:24.093 INFO Checking that binary works, target: Cockroach
7312024-07-19T18:06:57.573ZJul 19 18:06:24.295 INFO Download complete, target: Cockroach
7322024-07-19T18:06:57.573ZJul 19 18:06:34.396 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: operation timed out, target: DendriteStub
7332024-07-19T18:06:57.573ZJul 19 18:06:34.397 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub
7342024-07-19T18:06:57.573ZJul 19 18:06:34.397 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out, target: MaghemiteMgd
7352024-07-19T18:06:57.573ZJul 19 18:06:34.397 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd
7362024-07-19T18:06:57.573ZJul 19 18:06:34.397 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: operation timed out, target: TransceiverControl
7372024-07-19T18:06:57.573ZJul 19 18:06:34.397 INFO Downloading out/downloads/xcvradm.gz (attempt 3/3), target: TransceiverControl
7382024-07-19T18:06:57.573ZJul 19 18:06:34.397 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: operation timed out, target: DendriteOpenapi
7392024-07-19T18:06:57.573ZJul 19 18:06:34.397 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 3/3), target: DendriteOpenapi
7402024-07-19T18:06:57.573ZJul 19 18:06:36.871 INFO Checking that binary works, target: Clickhouse
7412024-07-19T18:06:57.574ZJul 19 18:06:37.030 INFO Download complete, target: Clickhouse
7422024-07-19T18:06:57.574ZError: Failed to download DendriteStub
7432024-07-19T18:06:57.574Z
7442024-07-19T18:06:57.574ZCaused by:
7452024-07-19T18:06:57.574Z 0: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: operation timed out
7462024-07-19T18:06:57.574Z 1: error trying to connect: operation timed out
7472024-07-19T18:06:57.574Z 2: operation timed out
7482024-07-19T18:06:57.574ZFailed to run command -- will try 2 more times
7492024-07-19T18:06:57.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
7502024-07-19T18:06:57.574Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
7512024-07-19T18:06:57.574ZJul 19 18:06:50.198 INFO Starting download, target: Clickhouse
7522024-07-19T18:06:57.574ZJul 19 18:06:50.199 INFO Starting download, target: Cockroach
7532024-07-19T18:06:57.574ZJul 19 18:06:50.199 INFO Starting download, target: Console
7542024-07-19T18:06:57.574ZJul 19 18:06:50.199 INFO Starting download, target: DendriteOpenapi
7552024-07-19T18:06:57.574ZJul 19 18:06:50.199 INFO Starting download, target: MaghemiteMgd
7562024-07-19T18:06:57.574ZJul 19 18:06:50.199 INFO Starting download, target: DendriteStub
7572024-07-19T18:06:57.574ZJul 19 18:06:50.199 INFO Starting download, target: TransceiverControl
7582024-07-19T18:06:57.574ZJul 19 18:06:50.200 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
7592024-07-19T18:06:57.574ZJul 19 18:06:50.201 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
7602024-07-19T18:06:57.574ZJul 19 18:06:50.201 INFO Already downloaded (out/downloads/console.tar.gz), target: Console
7612024-07-19T18:06:57.574ZJul 19 18:06:50.201 INFO Already downloaded (out/downloads/cockroach-v22.1.9.illumos.tar.gz), target: Cockroach
7622024-07-19T18:06:57.574ZJul 19 18:06:50.201 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
7632024-07-19T18:06:57.574ZJul 19 18:06:50.201 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
7642024-07-19T18:06:57.574ZJul 19 18:06:50.201 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz), target: Clickhouse
7652024-07-19T18:06:57.574ZJul 19 18:06:50.220 INFO Checksum matches already downloaded file - skipping download, target: Console
7662024-07-19T18:06:57.574ZJul 19 18:06:50.237 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
7672024-07-19T18:06:57.574ZJul 19 18:06:50.488 INFO Checksum matches already downloaded file - skipping download, target: Cockroach
7682024-07-19T18:06:57.574ZJul 19 18:06:50.524 INFO Download complete, target: DendriteOpenapi
7692024-07-19T18:06:57.574ZJul 19 18:06:50.629 INFO Download complete, target: Console
7702024-07-19T18:06:57.574ZJul 19 18:06:50.647 INFO Checksum matches already downloaded file - skipping download, target: Clickhouse
7712024-07-19T18:06:57.574ZJul 19 18:06:50.718 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
7722024-07-19T18:06:57.574ZJul 19 18:06:50.718 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
7732024-07-19T18:06:57.574ZJul 19 18:06:50.854 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
7742024-07-19T18:06:57.574ZJul 19 18:06:51.100 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
7752024-07-19T18:06:57.574ZJul 19 18:06:51.532 INFO Download complete, target: TransceiverControl
7762024-07-19T18:06:57.574ZJul 19 18:06:52.019 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
7772024-07-19T18:06:57.574ZJul 19 18:06:53.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
7782024-07-19T18:06:57.574ZJul 19 18:06:55.396 INFO Download complete, target: MaghemiteMgd
7792024-07-19T18:06:57.575ZJul 19 18:06:56.658 INFO Download complete, target: DendriteStub
7802024-07-19T18:07:01.852ZJul 19 18:07:01.152 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
7812024-07-19T18:07:02.369ZJul 19 18:07:01.666 INFO Checking that binary works, target: Cockroach
7822024-07-19T18:07:02.573ZJul 19 18:07:01.874 INFO Download complete, target: Cockroach
7832024-07-19T18:07:08.770ZJul 19 18:07:08.071 INFO Checking that binary works, target: Clickhouse
7842024-07-19T18:07:08.970ZJul 19 18:07:08.269 INFO Download complete, target: Clickhouse
7852024-07-19T18:07:08.995ZAll builder prerequisites installed successfully, and PATH looks valid
7862024-07-19T18:07:08.995Z
7872024-07-19T18:07:08.995Zreal 3:41.005684936
7882024-07-19T18:07:08.995Zuser 5:57.951323274
7892024-07-19T18:07:08.995Zsys 1:25.195291484
7902024-07-19T18:07:08.995Ztrap 0.205041900
7912024-07-19T18:07:08.995Ztflt 0.115541687
7922024-07-19T18:07:08.995Zdflt 0.695747623
7932024-07-19T18:07:08.995Zkflt 0.008082143
7942024-07-19T18:07:08.995Zlock 23:18.610408637
7952024-07-19T18:07:08.995Zslp 16:52.800275443
7962024-07-19T18:07:08.996Zlat 26.711039716
7972024-07-19T18:07:08.996Zstop 1:04.467291763
7982024-07-19T18:07:09.021Z+ banner hack-check
7992024-07-19T18:07:09.022Z
8002024-07-19T18:07:09.022Z # # ## #### # # #### # # ###### #### # #
8012024-07-19T18:07:09.022Z # # # # # # # # # # # # # # # # #
8022024-07-19T18:07:09.022Z ###### # # # #### ##### # ###### ##### # ####
8032024-07-19T18:07:09.022Z # # ###### # # # # # # # # # #
8042024-07-19T18:07:09.022Z # # # # # # # # # # # # # # # # #
8052024-07-19T18:07:09.022Z # # # # #### # # #### # # ###### #### # #
8062024-07-19T18:07:09.022Z
8072024-07-19T18:07:09.022Z+ export CARGO_INCREMENTAL=0
8082024-07-19T18:07:09.022Z+ CARGO_INCREMENTAL=0
8092024-07-19T18:07:09.023Z+ ptime -m timeout 2h cargo xtask check-features --ci
8102024-07-19T18:07:09.743Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8112024-07-19T18:07:19.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
8122024-07-19T18:07:19.276Z Running `target/debug/xtask check-features --ci`
8132024-07-19T18:07:19.312Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
8142024-07-19T18:07:19.312Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
8152024-07-19T18:07:19.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
8162024-07-19T18:07:19.998Z Running `target/debug/xtask download cargo-hack`
8172024-07-19T18:07:20.035ZJul 19 18:07:19.336 INFO Starting download, target: CargoHack
8182024-07-19T18:07:20.059ZJul 19 18:07:19.337 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
8192024-07-19T18:07:20.693ZJul 19 18:07:19.995 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
8202024-07-19T18:07:20.821ZJul 19 18:07:20.122 INFO Download complete, target: CargoHack
8212024-07-19T18:07:20.846Zrunning: "/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"
8222024-07-19T18:07:20.869Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
8232024-07-19T18:07:21.031Zinfo: running `cargo check --bins` on api_identity (1/133)
8242024-07-19T18:07:21.573Z Downloading crates ...
8252024-07-19T18:07:21.732Z Downloaded sec1 v0.7.3
8262024-07-19T18:07:21.777Z Downloaded phf v0.11.2
8272024-07-19T18:07:21.818Z Downloaded zerocopy v0.6.6
8282024-07-19T18:07:22.357Z Downloaded yasna v0.5.2
8292024-07-19T18:07:22.357Z Downloaded zeroize_derive v1.4.2
8302024-07-19T18:07:22.357Z Downloaded zerocopy-derive v0.6.6
8312024-07-19T18:07:22.357Z Downloaded regex-syntax v0.8.3
8322024-07-19T18:07:22.357Z Downloaded regex-automata v0.4.6
8332024-07-19T18:07:22.357Z Downloaded petgraph v0.6.5
8342024-07-19T18:07:22.358Z Downloaded webpki-roots v0.25.4
8352024-07-19T18:07:22.358Z Downloaded finl_unicode v1.2.0
8362024-07-19T18:07:22.358Z Downloaded trust-dns-proto v0.22.0
8372024-07-19T18:07:22.358Z Downloaded rustc_version v0.4.0
8382024-07-19T18:07:22.358Z Downloaded rustc-demangle v0.1.24
8392024-07-19T18:07:22.358Z Downloaded r2d2 v0.8.10
8402024-07-19T18:07:22.358Z Downloaded publicsuffix v2.2.3
8412024-07-19T18:07:22.358Z Downloaded psl-types v2.0.11
8422024-07-19T18:07:22.358Z Downloaded phf_shared v0.10.0
8432024-07-19T18:07:22.358Z Downloaded openapiv3 v2.0.0
8442024-07-19T18:07:22.358Z Downloaded object v0.32.2
8452024-07-19T18:07:22.358Z Downloaded normalize-line-endings v0.3.0
8462024-07-19T18:07:22.358Z Downloaded managed v0.8.0
8472024-07-19T18:07:22.358Z Downloaded ipnetwork v0.20.0
8482024-07-19T18:07:22.358Z Downloaded idna v0.3.0
8492024-07-19T18:07:22.358Z Downloaded idna v0.2.3
8502024-07-19T18:07:22.358Z Downloaded gimli v0.28.1
8512024-07-19T18:07:22.358Z Downloaded flagset v0.4.5
8522024-07-19T18:07:22.358Z Downloaded ring v0.17.8
8532024-07-19T18:07:22.358Z Downloaded enum-as-inner v0.5.1
8542024-07-19T18:07:22.358Z Downloaded elliptic-curve v0.13.8
8552024-07-19T18:07:22.358Z Downloaded either v1.12.0
8562024-07-19T18:07:22.358Z Downloaded bstr v1.9.1
8572024-07-19T18:07:22.358Z Downloaded bstr v0.2.17
8582024-07-19T18:07:22.358Z Downloaded block-padding v0.3.3
8592024-07-19T18:07:22.358Z Downloaded zeroize v1.7.0
8602024-07-19T18:07:22.358Z Downloaded winnow v0.5.40
8612024-07-19T18:07:22.358Z Downloaded whoami v1.5.1
8622024-07-19T18:07:22.358Z Downloaded uuid v1.10.0
8632024-07-19T18:07:22.358Z Downloaded unicode-xid v0.2.4
8642024-07-19T18:07:22.358Z Downloaded unicode-segmentation v1.11.0
8652024-07-19T18:07:22.358Z Downloaded toml_edit v0.19.15
8662024-07-19T18:07:22.358Z Downloaded tokio-stream v0.1.15
8672024-07-19T18:07:22.358Z Downloaded tokio-postgres v0.7.10
8682024-07-19T18:07:22.358Z Downloaded serde_derive_internals v0.29.1
8692024-07-19T18:07:22.358Z Downloaded regex v1.10.5
8702024-07-19T18:07:22.358Z Downloaded predicates v3.1.0
8712024-07-19T18:07:22.358Z Downloaded ppv-lite86 v0.2.17
8722024-07-19T18:07:22.359Z Downloaded postgres-types v0.2.6
8732024-07-19T18:07:22.359Z Downloaded postgres-protocol v0.6.6
8742024-07-19T18:07:22.359Z Downloaded pkcs8 v0.10.2
8752024-07-19T18:07:22.359Z Downloaded phf_shared v0.11.2
8762024-07-19T18:07:22.359Z Downloaded pem-rfc7468 v0.7.0
8772024-07-19T18:07:22.359Z Downloaded md-5 v0.10.6
8782024-07-19T18:07:22.359Z Downloaded libm v0.2.8
8792024-07-19T18:07:22.359Z Downloaded lalrpop-util v0.19.12
8802024-07-19T18:07:22.359Z Downloaded itertools v0.12.1
8812024-07-19T18:07:22.359Z Downloaded itertools v0.10.5
8822024-07-19T18:07:22.359Z Downloaded inout v0.1.3
8832024-07-19T18:07:22.359Z Downloaded hkdf v0.12.4
8842024-07-19T18:07:22.359Z Downloaded hash32 v0.2.1
8852024-07-19T18:07:22.359Z Downloaded getrandom v0.2.14
8862024-07-19T18:07:22.359Z Downloaded fixedbitset v0.4.2
8872024-07-19T18:07:22.383Z Downloaded ff v0.13.0
8882024-07-19T18:07:22.383Z Downloaded fallible-iterator v0.2.0
8892024-07-19T18:07:22.383Z Downloaded dyn-clone v1.0.17
8902024-07-19T18:07:22.383Z Downloaded der v0.7.9
8912024-07-19T18:07:22.383Z Downloaded data-encoding v2.6.0
8922024-07-19T18:07:22.384Z Downloaded crypto-bigint v0.5.5
8932024-07-19T18:07:22.384Z Downloaded crossterm v0.27.0
8942024-07-19T18:07:22.384Z Downloaded const-oid v0.9.6
8952024-07-19T18:07:22.384Z Downloaded console v0.15.8
8962024-07-19T18:07:22.384Z Downloaded cipher v0.4.4
8972024-07-19T18:07:22.384Z Downloaded chrono v0.4.38
8982024-07-19T18:07:22.384Z Downloaded tracing-attributes v0.1.27
8992024-07-19T18:07:22.384Z Downloaded toml v0.7.8
9002024-07-19T18:07:22.384Z Downloaded tokio-rustls v0.24.1
9012024-07-19T18:07:22.384Z Downloaded subtle v2.5.0
9022024-07-19T18:07:22.384Z Downloaded strum_macros v0.25.3
9032024-07-19T18:07:22.384Z Downloaded string_cache v0.8.7
9042024-07-19T18:07:22.384Z Downloaded spki v0.7.3
9052024-07-19T18:07:22.384Z Downloaded smoltcp v0.9.1
9062024-07-19T18:07:22.384Z Downloaded similar v2.5.0
9072024-07-19T18:07:22.408Z Downloaded signal-hook v0.3.17
9082024-07-19T18:07:22.408Z Downloaded new_debug_unreachable v1.0.6
9092024-07-19T18:07:22.408Z Downloaded minimal-lexical v0.2.1
9102024-07-19T18:07:22.408Z Downloaded matches v0.1.10
9112024-07-19T18:07:22.408Z Downloaded lazy_static v1.5.0
9122024-07-19T18:07:22.408Z Downloaded iana-time-zone v0.1.60
9132024-07-19T18:07:22.408Z Downloaded hyper-rustls v0.24.2
9142024-07-19T18:07:22.408Z Downloaded hmac v0.12.1
9152024-07-19T18:07:22.433Z Downloaded heapless v0.7.17
9162024-07-19T18:07:22.433Z Downloaded group v0.13.0
9172024-07-19T18:07:22.433Z Downloaded diesel v2.1.6
9182024-07-19T18:07:22.457Z Downloaded crossbeam-epoch v0.9.18
9192024-07-19T18:07:22.457Z Downloaded bit-vec v0.6.3
9202024-07-19T18:07:22.457Z Downloaded bit-set v0.5.3
9212024-07-19T18:07:22.457Z Downloaded base64ct v1.6.0
9222024-07-19T18:07:22.457Z Downloaded backtrace v0.3.71
9232024-07-19T18:07:22.457Z Downloaded async-trait v0.1.81
9242024-07-19T18:07:22.457Z Downloaded aho-corasick v1.1.3
9252024-07-19T18:07:22.482Z Downloaded addr2line v0.21.0
9262024-07-19T18:07:22.482Z Downloaded untrusted v0.9.0
9272024-07-19T18:07:22.482Z Downloaded stringprep v0.1.4
9282024-07-19T18:07:22.482Z Downloaded static_assertions v1.1.0
9292024-07-19T18:07:22.482Z Downloaded stable_deref_trait v1.2.0
9302024-07-19T18:07:22.482Z Downloaded spin v0.9.8
9312024-07-19T18:07:22.482Z Downloaded siphasher v0.3.11
9322024-07-19T18:07:22.482Z Downloaded signal-hook-mio v0.2.3
9332024-07-19T18:07:22.482Z Downloaded serde_repr v0.1.19
9342024-07-19T18:07:22.482Z Downloaded sct v0.7.1
9352024-07-19T18:07:22.482Z Downloaded schemars_derive v0.8.21
9362024-07-19T18:07:22.482Z Downloaded schemars v0.8.21
9372024-07-19T18:07:22.506Z Downloaded rustls-webpki v0.101.7
9382024-07-19T18:07:22.531Z Downloaded rustls v0.21.12
9392024-07-19T18:07:22.531Z Downloaded regex-automata v0.1.10
9402024-07-19T18:07:22.531Z Downloaded rand_core v0.6.4
9412024-07-19T18:07:22.531Z Downloaded rand_chacha v0.3.1
9422024-07-19T18:07:22.531Z Downloaded rand v0.8.5
9432024-07-19T18:07:22.555Z Downloaded predicates-core v1.0.6
9442024-07-19T18:07:22.555Z Downloaded precomputed-hash v0.1.1
9452024-07-19T18:07:22.555Z Downloaded num-traits v0.2.19
9462024-07-19T18:07:22.555Z Downloaded num-iter v0.1.45
9472024-07-19T18:07:22.555Z Downloaded num-integer v0.1.46
9482024-07-19T18:07:22.555Z Downloaded num-bigint v0.4.5
9492024-07-19T18:07:22.555Z Downloaded nom v7.1.3
9502024-07-19T18:07:22.555Z Downloaded hubpack_derive v0.1.1
9512024-07-19T18:07:22.555Z Downloaded hubpack v0.1.2
9522024-07-19T18:07:22.555Z Downloaded float-cmp v0.9.0
9532024-07-19T18:07:22.579Z Downloaded difflib v0.4.0
9542024-07-19T18:07:22.580Z Downloaded diesel_table_macro_syntax v0.1.0
9552024-07-19T18:07:22.580Z Downloaded diesel_derives v2.1.4
9562024-07-19T18:07:22.580Z Downloaded der_derive v0.7.2
9572024-07-19T18:07:22.580Z Downloaded cookie_store v0.20.0
9582024-07-19T18:07:22.580Z Downloaded cookie v0.17.0
9592024-07-19T18:07:22.580Z Downloaded bitflags v1.3.2
9602024-07-19T18:07:22.580Z Downloaded base16ct v0.2.0
9612024-07-19T18:07:22.580Z Downloaded allocator-api2 v0.2.18
9622024-07-19T18:07:22.580Z Downloaded ahash v0.8.11
9632024-07-19T18:07:22.580Z Downloaded peg-runtime v0.8.3
9642024-07-19T18:07:22.604Z Downloaded scheduled-thread-pool v0.2.7
9652024-07-19T18:07:22.604Z Downloaded hex v0.4.3
9662024-07-19T18:07:22.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
9672024-07-19T18:07:22.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
9682024-07-19T18:07:22.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
9692024-07-19T18:07:22.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
9702024-07-19T18:07:22.676Z
9712024-07-19T18:07:22.676Zinfo: running `cargo check --bins` on bootstore (2/133)
9722024-07-19T18:07:23.216Z Downloading crates ...
9732024-07-19T18:07:23.375Z Downloaded aead v0.5.2
9742024-07-19T18:07:23.402Z Downloaded indexmap v1.9.3
9752024-07-19T18:07:23.402Z Downloaded foreign-types-macros v0.2.3
9762024-07-19T18:07:23.402Z Downloaded embedded-io v0.4.0
9772024-07-19T18:07:23.402Z Downloaded cobs v0.2.3
9782024-07-19T18:07:23.402Z Downloaded paste v1.0.15
9792024-07-19T18:07:23.429Z Downloaded unsafe-libyaml v0.2.11
9802024-07-19T18:07:23.453Z Downloaded tempfile v3.10.1
9812024-07-19T18:07:23.453Z Downloaded vsss-rs v3.3.4
9822024-07-19T18:07:23.477Z Downloaded waitgroup v0.1.2
9832024-07-19T18:07:23.477Z Downloaded smoltcp v0.11.0
9842024-07-19T18:07:23.477Z Downloaded getopts v0.2.21
9852024-07-19T18:07:23.477Z Downloaded thiserror-no-std v2.0.2
9862024-07-19T18:07:23.477Z Downloaded sha3 v0.10.8
9872024-07-19T18:07:23.501Z Downloaded thiserror-impl-no-std v2.0.2
9882024-07-19T18:07:23.502Z Downloaded tabwriter v1.4.0
9892024-07-19T18:07:23.502Z Downloaded secrecy v0.8.0
9902024-07-19T18:07:23.502Z Downloaded rustls-webpki v0.102.4
9912024-07-19T18:07:23.526Z Downloaded rustls v0.22.4
9922024-07-19T18:07:23.526Z Downloaded pretty-hex v0.2.1
9932024-07-19T18:07:23.526Z Downloaded poly1305 v0.8.0
9942024-07-19T18:07:23.526Z Downloaded defmt-macros v0.3.9
9952024-07-19T18:07:23.550Z Downloaded defmt v0.3.8
9962024-07-19T18:07:23.550Z Downloaded cstr-argument v0.1.2
9972024-07-19T18:07:23.551Z Downloaded tokio-rustls v0.25.0
9982024-07-19T18:07:23.551Z Downloaded structmeta-derive v0.3.0
9992024-07-19T18:07:23.551Z Downloaded structmeta v0.3.0
10002024-07-19T18:07:23.551Z Downloaded smf v0.2.3
10012024-07-19T18:07:23.551Z Downloaded sigpipe v0.1.3
10022024-07-19T18:07:23.551Z Downloaded sha1 v0.10.6
10032024-07-19T18:07:23.551Z Downloaded serde_yaml v0.9.34+deprecated
10042024-07-19T18:07:23.551Z Downloaded serde_with_macros v3.8.3
10052024-07-19T18:07:23.551Z Downloaded serde_with v3.8.3
10062024-07-19T18:07:23.575Z Downloaded serde_path_to_error v0.1.16
10072024-07-19T18:07:23.575Z Downloaded rustls-pki-types v1.7.0
10082024-07-19T18:07:23.575Z Downloaded rustls-pemfile v2.1.2
10092024-07-19T18:07:23.575Z Downloaded regress v0.9.1
10102024-07-19T18:07:23.575Z Downloaded postcard v1.0.8
10112024-07-19T18:07:23.599Z Downloaded multer v3.1.0
10122024-07-19T18:07:23.599Z Downloaded keccak v0.1.5
10132024-07-19T18:07:23.599Z Downloaded curve25519-dalek v4.1.3
10142024-07-19T18:07:23.599Z Downloaded parse-display-derive v0.9.1
10152024-07-19T18:07:23.599Z Downloaded parse-display v0.9.1
10162024-07-19T18:07:23.599Z Downloaded opaque-debug v0.3.1
10172024-07-19T18:07:23.600Z Downloaded newtype-uuid v1.1.0
10182024-07-19T18:07:23.600Z Downloaded http v1.1.0
10192024-07-19T18:07:23.600Z Downloaded hostname v0.4.0
10202024-07-19T18:07:23.600Z Downloaded heapless v0.8.0
10212024-07-19T18:07:23.624Z Downloaded hashbrown v0.12.3
10222024-07-19T18:07:23.624Z Downloaded half v2.4.1
10232024-07-19T18:07:23.624Z Downloaded fastrand v2.1.0
10242024-07-19T18:07:23.624Z Downloaded derive_more v0.99.18
10252024-07-19T18:07:23.624Z Downloaded darling_core v0.20.9
10262024-07-19T18:07:23.624Z Downloaded darling v0.20.9
10272024-07-19T18:07:23.648Z Downloaded curve25519-dalek-derive v0.1.1
10282024-07-19T18:07:23.648Z Downloaded universal-hash v0.5.1
10292024-07-19T18:07:23.648Z Downloaded proc-macro-crate v1.3.1
10302024-07-19T18:07:23.648Z Downloaded num_enum_derive v0.5.11
10312024-07-19T18:07:23.648Z Downloaded num_enum v0.5.11
10322024-07-19T18:07:23.648Z Downloaded num-derive v0.4.2
10332024-07-19T18:07:23.648Z Downloaded instant v0.1.12
10342024-07-19T18:07:23.648Z Downloaded ident_case v1.0.1
10352024-07-19T18:07:23.648Z Downloaded hash32 v0.3.1
10362024-07-19T18:07:23.648Z Downloaded darling_macro v0.20.9
10372024-07-19T18:07:23.648Z Downloaded colored v2.1.0
10382024-07-19T18:07:23.648Z Downloaded ciborium-ll v0.2.2
10392024-07-19T18:07:23.648Z Downloaded ciborium-io v0.2.2
10402024-07-19T18:07:23.648Z Downloaded ciborium v0.2.2
10412024-07-19T18:07:23.673Z Downloaded chacha20poly1305 v0.10.1
10422024-07-19T18:07:23.673Z Downloaded chacha20 v0.9.1
10432024-07-19T18:07:23.673Z Downloaded base64 v0.22.1
10442024-07-19T18:07:23.673Z Downloaded backoff v0.4.0
10452024-07-19T18:07:23.673Z Downloaded atomic-waker v1.1.2
10462024-07-19T18:07:23.673Z Downloaded async-stream-impl v0.3.5
10472024-07-19T18:07:23.673Z Downloaded async-stream v0.3.5
10482024-07-19T18:07:23.673Z Downloaded foreign-types-shared v0.3.1
10492024-07-19T18:07:23.673Z Downloaded foreign-types v0.5.0
10502024-07-19T18:07:23.673Z Downloaded defmt-parser v0.3.4
10512024-07-19T18:07:23.673Z Downloaded debug-ignore v1.0.5
10522024-07-19T18:07:23.673Z Downloaded crucible-workspace-hack v0.1.0
10532024-07-19T18:07:23.673Z Downloaded convert_case v0.4.0
10542024-07-19T18:07:23.673Z Downloaded camino-tempfile v1.1.1
10552024-07-19T18:07:23.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10562024-07-19T18:07:23.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10572024-07-19T18:07:23.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10582024-07-19T18:07:23.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
10592024-07-19T18:07:23.809Z
10602024-07-19T18:07:23.809Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/133)
10612024-07-19T18:07:24.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10622024-07-19T18:07:24.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10632024-07-19T18:07:24.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10642024-07-19T18:07:24.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
10652024-07-19T18:07:24.637Z
10662024-07-19T18:07:24.637Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/133)
10672024-07-19T18:07:25.281Z Downloading crates ...
10682024-07-19T18:07:25.370Z Downloaded structmeta-derive v0.2.0
10692024-07-19T18:07:25.394Z Downloaded unarray v0.1.4
10702024-07-19T18:07:25.394Z Downloaded wait-timeout v0.2.0
10712024-07-19T18:07:25.394Z Downloaded rusty-fork v0.3.0
10722024-07-19T18:07:25.394Z Downloaded proptest v1.4.0
10732024-07-19T18:07:25.394Z Downloaded test-strategy v0.3.1
10742024-07-19T18:07:25.419Z Downloaded rand_xorshift v0.3.0
10752024-07-19T18:07:25.419Z Downloaded quick-error v1.2.3
10762024-07-19T18:07:25.419Z Downloaded structmeta v0.2.0
10772024-07-19T18:07:25.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10782024-07-19T18:07:25.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10792024-07-19T18:07:25.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10802024-07-19T18:07:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
10812024-07-19T18:07:25.488Z
10822024-07-19T18:07:25.488Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/133)
10832024-07-19T18:07:26.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10842024-07-19T18:07:26.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10852024-07-19T18:07:26.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10862024-07-19T18:07:26.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
10872024-07-19T18:07:26.067Z
10882024-07-19T18:07:26.067Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/133)
10892024-07-19T18:07:26.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10902024-07-19T18:07:26.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10912024-07-19T18:07:26.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10922024-07-19T18:07:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
10932024-07-19T18:07:26.649Z
10942024-07-19T18:07:26.649Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/133)
10952024-07-19T18:07:27.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
10962024-07-19T18:07:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
10972024-07-19T18:07:27.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
10982024-07-19T18:07:27.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
10992024-07-19T18:07:27.307Z
11002024-07-19T18:07:27.307Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/133)
11012024-07-19T18:07:27.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11022024-07-19T18:07:27.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11032024-07-19T18:07:27.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11042024-07-19T18:07:27.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11052024-07-19T18:07:27.896Z
11062024-07-19T18:07:27.896Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/133)
11072024-07-19T18:07:28.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11082024-07-19T18:07:28.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11092024-07-19T18:07:28.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11102024-07-19T18:07:28.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
11112024-07-19T18:07:28.481Z
11122024-07-19T18:07:28.481Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/133)
11132024-07-19T18:07:29.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11142024-07-19T18:07:29.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11152024-07-19T18:07:29.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11162024-07-19T18:07:29.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
11172024-07-19T18:07:29.070Z
11182024-07-19T18:07:29.070Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/133)
11192024-07-19T18:07:29.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11202024-07-19T18:07:29.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11212024-07-19T18:07:29.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11222024-07-19T18:07:29.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11232024-07-19T18:07:29.669Z
11242024-07-19T18:07:29.669Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/133)
11252024-07-19T18:07:30.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11262024-07-19T18:07:30.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11272024-07-19T18:07:30.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11282024-07-19T18:07:30.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11292024-07-19T18:07:30.260Z
11302024-07-19T18:07:30.260Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/133)
11312024-07-19T18:07:30.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11322024-07-19T18:07:30.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11332024-07-19T18:07:30.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11342024-07-19T18:07:30.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
11352024-07-19T18:07:30.851Z
11362024-07-19T18:07:30.851Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/133)
11372024-07-19T18:07:31.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11382024-07-19T18:07:31.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11392024-07-19T18:07:31.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11402024-07-19T18:07:31.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
11412024-07-19T18:07:31.444Z
11422024-07-19T18:07:31.444Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/133)
11432024-07-19T18:07:32.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11442024-07-19T18:07:32.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11452024-07-19T18:07:32.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11462024-07-19T18:07:32.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
11472024-07-19T18:07:32.052Z
11482024-07-19T18:07:32.052Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/133)
11492024-07-19T18:07:32.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11502024-07-19T18:07:32.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11512024-07-19T18:07:32.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11522024-07-19T18:07:32.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11532024-07-19T18:07:32.646Z
11542024-07-19T18:07:32.646Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/133)
11552024-07-19T18:07:33.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11562024-07-19T18:07:33.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11572024-07-19T18:07:33.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11582024-07-19T18:07:33.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
11592024-07-19T18:07:33.216Z
11602024-07-19T18:07:33.216Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/133)
11612024-07-19T18:07:33.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11622024-07-19T18:07:33.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11632024-07-19T18:07:33.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11642024-07-19T18:07:33.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11652024-07-19T18:07:33.816Z
11662024-07-19T18:07:33.816Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/133)
11672024-07-19T18:07:34.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11682024-07-19T18:07:34.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11692024-07-19T18:07:34.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11702024-07-19T18:07:34.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
11712024-07-19T18:07:34.422Z
11722024-07-19T18:07:34.422Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/133)
11732024-07-19T18:07:34.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11742024-07-19T18:07:34.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11752024-07-19T18:07:34.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11762024-07-19T18:07:34.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
11772024-07-19T18:07:35.012Z
11782024-07-19T18:07:35.012Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/133)
11792024-07-19T18:07:35.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11802024-07-19T18:07:35.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11812024-07-19T18:07:35.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11822024-07-19T18:07:35.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11832024-07-19T18:07:35.607Z
11842024-07-19T18:07:35.607Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/133)
11852024-07-19T18:07:36.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11862024-07-19T18:07:36.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11872024-07-19T18:07:36.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11882024-07-19T18:07:36.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
11892024-07-19T18:07:36.207Z
11902024-07-19T18:07:36.207Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/133)
11912024-07-19T18:07:36.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11922024-07-19T18:07:36.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11932024-07-19T18:07:36.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
11942024-07-19T18:07:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
11952024-07-19T18:07:36.797Z
11962024-07-19T18:07:36.797Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/133)
11972024-07-19T18:07:37.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
11982024-07-19T18:07:37.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
11992024-07-19T18:07:37.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
12002024-07-19T18:07:37.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
12012024-07-19T18:07:37.420Z
12022024-07-19T18:07:37.420Zinfo: running `cargo check --bins` on sled-hardware-types (25/133)
12032024-07-19T18:07:38.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
12042024-07-19T18:07:38.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
12052024-07-19T18:07:38.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
12062024-07-19T18:07:38.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
12072024-07-19T18:07:38.236Z
12082024-07-19T18:07:38.236Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/133)
12092024-07-19T18:07:38.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
12102024-07-19T18:07:38.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
12112024-07-19T18:07:38.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
12122024-07-19T18:07:38.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
12132024-07-19T18:07:39.036Z
12142024-07-19T18:07:39.036Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/133)
12152024-07-19T18:07:39.618Z Downloading crates ...
12162024-07-19T18:07:39.802Z Downloaded downcast v0.11.0
12172024-07-19T18:07:39.826Z Downloaded predicates-tree v1.0.9
12182024-07-19T18:07:39.826Z Downloaded mockall v0.12.1
12192024-07-19T18:07:39.826Z Downloaded termtree v0.4.1
12202024-07-19T18:07:39.826Z Downloaded mockall_derive v0.12.1
12212024-07-19T18:07:39.826Z Downloaded fragile v2.0.0
12222024-07-19T18:07:39.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
12232024-07-19T18:07:39.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
12242024-07-19T18:07:39.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
12252024-07-19T18:07:39.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
12262024-07-19T18:07:39.910Z
12272024-07-19T18:07:39.910Zinfo: running `cargo check --bins` on oxlog (28/133)
12282024-07-19T18:07:40.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
12292024-07-19T18:07:40.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
12302024-07-19T18:07:40.714Z Compiling serde v1.0.204
12312024-07-19T18:07:40.714Z Checking cfg-if v1.0.0
12322024-07-19T18:07:40.738Z Checking libc v0.2.155
12332024-07-19T18:07:40.738Z Compiling syn v2.0.71
12342024-07-19T18:07:40.738Z Compiling getrandom v0.2.14
12352024-07-19T18:07:40.738Z Compiling generic-array v0.14.7
12362024-07-19T18:07:40.738Z Compiling scopeguard v1.2.0
12372024-07-19T18:07:40.856Z Compiling log v0.4.21
12382024-07-19T18:07:40.892Z Compiling lock_api v0.4.12
12392024-07-19T18:07:41.090Z Compiling libm v0.2.8
12402024-07-19T18:07:41.196Z Compiling num-traits v0.2.19
12412024-07-19T18:07:41.221Z Compiling ahash v0.8.11
12422024-07-19T18:07:41.247Z Compiling serde_json v1.0.120
12432024-07-19T18:07:41.300Z Checking memchr v2.7.2
12442024-07-19T18:07:41.324Z Checking byteorder v1.5.0
12452024-07-19T18:07:41.536Z Compiling smallvec v1.13.2
12462024-07-19T18:07:41.560Z Checking itoa v1.0.11
12472024-07-19T18:07:41.635Z Compiling rand_core v0.6.4
12482024-07-19T18:07:41.668Z Checking once_cell v1.19.0
12492024-07-19T18:07:41.739Z Compiling ring v0.17.8
12502024-07-19T18:07:41.927Z Compiling parking_lot_core v0.9.10
12512024-07-19T18:07:41.963Z Checking pin-project-lite v0.2.14
12522024-07-19T18:07:42.076Z Compiling spin v0.9.8
12532024-07-19T18:07:42.101Z Compiling mio v0.8.11
12542024-07-19T18:07:42.125Z Checking typenum v1.17.0
12552024-07-19T18:07:42.214Z Checking signal-hook-registry v1.4.2
12562024-07-19T18:07:42.260Z Compiling parking_lot v0.12.2
12572024-07-19T18:07:42.936Z Compiling subtle v2.5.0
12582024-07-19T18:07:43.013Z Compiling const-oid v0.9.6
12592024-07-19T18:07:43.053Z Compiling unicode-normalization v0.1.23
12602024-07-19T18:07:43.141Z Compiling allocator-api2 v0.2.18
12612024-07-19T18:07:43.203Z Checking futures-core v0.3.30
12622024-07-19T18:07:43.243Z Compiling unicode-bidi v0.3.15
12632024-07-19T18:07:43.644Z Checking tinyvec_macros v0.1.1
12642024-07-19T18:07:43.730Z Checking tinyvec v1.6.0
12652024-07-19T18:07:43.846Z Checking socket2 v0.5.7
12662024-07-19T18:07:43.938Z Checking num_cpus v1.16.0
12672024-07-19T18:07:44.516Z Checking ryu v1.0.18
12682024-07-19T18:07:44.545Z Compiling time-macros v0.2.18
12692024-07-19T18:07:45.219Z Checking futures-sink v0.3.30
12702024-07-19T18:07:45.246Z Compiling syn v1.0.109
12712024-07-19T18:07:45.343Z Compiling rustls v0.21.12
12722024-07-19T18:07:45.454Z Checking equivalent v1.0.1
12732024-07-19T18:07:45.545Z Checking futures-channel v0.3.30
12742024-07-19T18:07:45.569Z Checking slab v0.4.9
12752024-07-19T18:07:45.593Z Compiling ppv-lite86 v0.2.17
12762024-07-19T18:07:45.771Z Checking futures-task v0.3.30
12772024-07-19T18:07:45.795Z Checking pin-utils v0.1.0
12782024-07-19T18:07:45.850Z Checking futures-io v0.3.30
12792024-07-19T18:07:45.875Z Compiling cookie v0.17.0
12802024-07-19T18:07:45.975Z Compiling signal-hook v0.3.17
12812024-07-19T18:07:46.018Z Compiling untrusted v0.9.0
12822024-07-19T18:07:46.102Z Compiling schemars v0.8.21
12832024-07-19T18:07:46.184Z Compiling rand_chacha v0.3.1
12842024-07-19T18:07:46.283Z Compiling base64ct v1.6.0
12852024-07-19T18:07:46.410Z Checking percent-encoding v2.3.1
12862024-07-19T18:07:46.603Z Compiling rand v0.8.5
12872024-07-19T18:07:46.828Z Compiling serde_derive_internals v0.29.1
12882024-07-19T18:07:46.869Z Compiling iana-time-zone v0.1.60
12892024-07-19T18:07:47.377Z Compiling pem-rfc7468 v0.7.0
12902024-07-19T18:07:47.704Z Checking tracing-core v0.1.32
12912024-07-19T18:07:48.089Z Compiling backtrace v0.3.71
12922024-07-19T18:07:48.254Z Compiling crossbeam-utils v0.8.19
12932024-07-19T18:07:48.316Z Compiling siphasher v0.3.11
12942024-07-19T18:07:48.490Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
12952024-07-19T18:07:48.514Z Checking fnv v1.0.7
12962024-07-19T18:07:48.620Z Compiling flagset v0.4.5
12972024-07-19T18:07:48.682Z Compiling smoltcp v0.9.1
12982024-07-19T18:07:48.879Z Compiling time v0.3.36
12992024-07-19T18:07:49.250Z Compiling rustls-webpki v0.101.7
13002024-07-19T18:07:49.313Z Compiling sct v0.7.1
13012024-07-19T18:07:49.543Z Compiling idna v0.5.0
13022024-07-19T18:07:49.585Z Compiling lazy_static v1.5.0
13032024-07-19T18:07:49.692Z Compiling aho-corasick v1.1.3
13042024-07-19T18:07:50.354Z Compiling finl_unicode v1.2.0
13052024-07-19T18:07:50.534Z Checking foreign-types-shared v0.1.1
13062024-07-19T18:07:50.626Z Checking powerfmt v0.2.0
13072024-07-19T18:07:50.829Z Compiling regex-syntax v0.8.3
13082024-07-19T18:07:50.853Z Compiling stringprep v0.1.4
13092024-07-19T18:07:50.877Z Checking deranged v0.3.11
13102024-07-19T18:07:51.345Z Checking foreign-types v0.3.2
13112024-07-19T18:07:51.423Z Compiling url v2.5.0
13122024-07-19T18:07:52.325Z Compiling diesel_table_macro_syntax v0.1.0
13132024-07-19T18:07:52.685Z Checking form_urlencoded v1.2.1
13142024-07-19T18:07:52.855Z Compiling num-integer v0.1.46
13152024-07-19T18:07:52.989Z Compiling serde_derive v1.0.204
13162024-07-19T18:07:53.038Z Compiling zeroize_derive v1.4.2
13172024-07-19T18:07:53.356Z Compiling zerocopy-derive v0.7.34
13182024-07-19T18:07:53.498Z Compiling tokio-macros v2.3.0
13192024-07-19T18:07:54.293Z Compiling futures-macro v0.3.30
13202024-07-19T18:07:54.385Z Compiling zeroize v1.7.0
13212024-07-19T18:07:54.719Z Compiling thiserror-impl v1.0.62
13222024-07-19T18:07:55.340Z Compiling zerocopy v0.7.34
13232024-07-19T18:07:56.366Z Compiling tracing-attributes v0.1.27
13242024-07-19T18:07:57.178Z Compiling scroll_derive v0.12.0
13252024-07-19T18:07:57.203Z Compiling hashbrown v0.14.5
13262024-07-19T18:07:57.491Z Compiling thiserror v1.0.62
13272024-07-19T18:07:57.617Z Compiling pest v2.7.10
13282024-07-19T18:07:57.662Z Compiling crypto-common v0.1.6
13292024-07-19T18:07:57.821Z Compiling openssl-macros v0.1.1
13302024-07-19T18:07:57.874Z Compiling der_derive v0.7.2
13312024-07-19T18:07:58.412Z Compiling block-buffer v0.10.4
13322024-07-19T18:07:58.436Z Compiling futures-util v0.3.30
13332024-07-19T18:07:58.647Z Compiling digest v0.10.7
13342024-07-19T18:07:59.245Z Compiling scroll v0.12.0
13352024-07-19T18:07:59.652Z Compiling pest_meta v2.7.10
13362024-07-19T18:07:59.676Z Compiling tracing v0.1.40
13372024-07-19T18:08:00.040Z Compiling goblin v0.8.2
13382024-07-19T18:08:00.116Z Compiling schemars_derive v0.8.21
13392024-07-19T18:08:00.140Z Compiling hmac v0.12.1
13402024-07-19T18:08:00.336Z Compiling der v0.7.9
13412024-07-19T18:08:02.910Z Compiling pest_generator v2.7.10
13422024-07-19T18:08:03.471Z Compiling hubpack_derive v0.1.1
13432024-07-19T18:08:03.791Z Compiling async-trait v0.1.81
13442024-07-19T18:08:03.846Z Compiling zerocopy-derive v0.6.6
13452024-07-19T18:08:04.043Z Compiling spki v0.7.3
13462024-07-19T18:08:04.179Z Checking bytes v1.6.0
13472024-07-19T18:08:04.271Z Checking bitflags v2.5.0
13482024-07-19T18:08:04.521Z Checking indexmap v2.2.6
13492024-07-19T18:08:04.591Z Compiling pest_derive v2.7.10
13502024-07-19T18:08:05.553Z Checking tokio v1.38.1
13512024-07-19T18:08:05.734Z Compiling semver v1.0.23
13522024-07-19T18:08:05.928Z Compiling http v0.2.12
13532024-07-19T18:08:06.108Z Compiling rustc_version v0.4.0
13542024-07-19T18:08:06.357Z Compiling uuid v1.10.0
13552024-07-19T18:08:06.752Z Compiling heapless v0.7.17
13562024-07-19T18:08:06.900Z Compiling dof v0.3.0
13572024-07-19T18:08:07.198Z Compiling dtrace-parser v0.2.0
13582024-07-19T18:08:07.608Z Compiling chrono v0.4.38
13592024-07-19T18:08:07.632Z Compiling http-body v0.4.6
13602024-07-19T18:08:07.993Z Compiling usdt-impl v0.5.0
13612024-07-19T18:08:08.037Z Compiling openssl v0.10.64
13622024-07-19T18:08:08.832Z Compiling serde_tokenstream v0.2.1
13632024-07-19T18:08:09.303Z Compiling rustix v0.38.34
13642024-07-19T18:08:09.406Z Compiling serde_spanned v0.6.6
13652024-07-19T18:08:09.578Z Compiling toml_datetime v0.6.6
13662024-07-19T18:08:10.011Z Compiling sha2 v0.10.8
13672024-07-19T18:08:10.034Z Compiling md-5 v0.10.6
13682024-07-19T18:08:10.237Z Compiling regex-automata v0.4.6
13692024-07-19T18:08:10.776Z Compiling idna v0.3.0
13702024-07-19T18:08:11.231Z Checking openssl-sys v0.9.102
13712024-07-19T18:08:11.550Z Checking tokio-util v0.7.11
13722024-07-19T18:08:11.738Z Compiling hash32 v0.2.1
13732024-07-19T18:08:12.050Z Compiling fs-err v2.11.0
13742024-07-19T18:08:12.074Z Compiling gimli v0.28.1
13752024-07-19T18:08:12.303Z Checking time-core v0.1.2
13762024-07-19T18:08:12.340Z Checking try-lock v0.2.5
13772024-07-19T18:08:12.449Z Checking num_threads v0.1.7
13782024-07-19T18:08:12.473Z Checking unicode-ident v1.0.12
13792024-07-19T18:08:12.496Z Compiling stable_deref_trait v1.2.0
13802024-07-19T18:08:12.553Z Compiling anyhow v1.0.86
13812024-07-19T18:08:12.583Z Compiling dyn-clone v1.0.17
13822024-07-19T18:08:12.616Z Checking base64 v0.21.7
13832024-07-19T18:08:12.783Z Checking num-conv v0.1.0
13842024-07-19T18:08:12.999Z Compiling native-tls v0.2.11
13852024-07-19T18:08:13.053Z Compiling slog v2.7.0
13862024-07-19T18:08:13.190Z Compiling h2 v0.3.26
13872024-07-19T18:08:13.489Z Compiling psl-types v2.0.11
13882024-07-19T18:08:13.551Z Compiling fallible-iterator v0.2.0
13892024-07-19T18:08:13.653Z Compiling publicsuffix v2.2.3
13902024-07-19T18:08:13.826Z Compiling tokio-native-tls v0.3.1
13912024-07-19T18:08:14.207Z Compiling postgres-protocol v0.6.6
13922024-07-19T18:08:14.231Z Compiling clap_derive v4.5.8
13932024-07-19T18:08:15.540Z Compiling addr2line v0.21.0
13942024-07-19T18:08:16.177Z Checking proc-macro2 v1.0.86
13952024-07-19T18:08:16.787Z Checking want v0.3.1
13962024-07-19T18:08:17.579Z Compiling tokio-rustls v0.24.1
13972024-07-19T18:08:17.935Z Compiling terminal_size v0.3.0
13982024-07-19T18:08:18.303Z Compiling usdt-attr-macro v0.5.0
13992024-07-19T18:08:18.477Z Compiling usdt-macro v0.5.0
14002024-07-19T18:08:18.618Z Compiling pkcs8 v0.10.2
14012024-07-19T18:08:19.093Z Compiling hyper v0.14.28
14022024-07-19T18:08:19.139Z Compiling enum-as-inner v0.5.1
14032024-07-19T18:08:19.694Z Compiling block-padding v0.3.3
14042024-07-19T18:08:19.747Z Compiling strum_macros v0.25.3
14052024-07-19T18:08:19.910Z Compiling diesel_derives v2.1.4
14062024-07-19T18:08:19.977Z Compiling serde_repr v0.1.19
14072024-07-19T18:08:21.486Z Compiling phf_shared v0.11.2
14082024-07-19T18:08:21.928Z Checking httparse v1.8.0
14092024-07-19T18:08:22.077Z Compiling ff v0.13.0
14102024-07-19T18:08:22.268Z Compiling scheduled-thread-pool v0.2.7
14112024-07-19T18:08:22.415Z Checking socket2 v0.4.10
14122024-07-19T18:08:22.520Z Checking errno v0.3.9
14132024-07-19T18:08:22.667Z Compiling object v0.32.2
14142024-07-19T18:08:22.691Z Compiling matches v0.1.10
14152024-07-19T18:08:22.767Z Checking plain v0.2.3
14162024-07-19T18:08:22.791Z Checking utf8parse v0.2.1
14172024-07-19T18:08:22.815Z Checking ucd-trie v0.1.6
14182024-07-19T18:08:22.904Z Compiling bitflags v1.3.2
14192024-07-19T18:08:22.927Z Compiling rustc-demangle v0.1.24
14202024-07-19T18:08:22.988Z Compiling either v1.12.0
14212024-07-19T18:08:23.185Z Compiling winnow v0.5.40
14222024-07-19T18:08:23.334Z Checking adler v1.0.2
14232024-07-19T18:08:23.465Z Compiling regex-automata v0.1.10
14242024-07-19T18:08:23.757Z Checking anstyle v1.0.7
14252024-07-19T18:08:23.813Z Compiling bit-vec v0.6.3
14262024-07-19T18:08:23.920Z Compiling base16ct v0.2.0
14272024-07-19T18:08:24.203Z Checking cpufeatures v0.2.12
14282024-07-19T18:08:24.234Z Compiling managed v0.8.0
14292024-07-19T18:08:24.291Z Checking tower-service v0.3.2
14302024-07-19T18:08:24.395Z Checking httpdate v1.0.3
14312024-07-19T18:08:24.521Z Checking openssl-probe v0.1.5
14322024-07-19T18:08:24.891Z Compiling hyper-rustls v0.24.2
14332024-07-19T18:08:25.200Z Compiling hyper-tls v0.5.0
14342024-07-19T18:08:26.157Z Compiling toml_edit v0.19.15
14352024-07-19T18:08:26.389Z Compiling clap_builder v4.5.9
14362024-07-19T18:08:26.413Z Compiling sec1 v0.7.3
14372024-07-19T18:08:26.917Z Compiling bstr v0.2.17
14382024-07-19T18:08:27.565Z Checking miniz_oxide v0.7.2
14392024-07-19T18:08:28.659Z Checking anstyle-parse v0.2.4
14402024-07-19T18:08:29.324Z Compiling idna v0.2.3
14412024-07-19T18:08:30.133Z Compiling r2d2 v0.8.10
14422024-07-19T18:08:30.447Z Compiling group v0.13.0
14432024-07-19T18:08:30.576Z Compiling signal-hook-mio v0.2.3
14442024-07-19T18:08:30.728Z Compiling phf v0.11.2
14452024-07-19T18:08:30.752Z Compiling cookie_store v0.20.0
14462024-07-19T18:08:30.986Z Compiling inout v0.1.3
14472024-07-19T18:08:31.206Z Compiling ipnetwork v0.20.0
14482024-07-19T18:08:31.230Z Checking quote v1.0.36
14492024-07-19T18:08:31.475Z Compiling postgres-types v0.2.6
14502024-07-19T18:08:31.515Z Compiling regex v1.10.5
14512024-07-19T18:08:32.009Z Compiling zerocopy v0.6.6
14522024-07-19T18:08:32.069Z Compiling hubpack v0.1.2
14532024-07-19T18:08:32.458Z Compiling serde_urlencoded v0.7.1
14542024-07-19T18:08:32.719Z Compiling futures-executor v0.3.30
14552024-07-19T18:08:32.794Z Compiling hkdf v0.12.4
14562024-07-19T18:08:32.911Z Compiling crypto-bigint v0.5.5
14572024-07-19T18:08:33.006Z Compiling num-bigint v0.4.5
14582024-07-19T18:08:33.066Z Compiling phf_shared v0.10.0
14592024-07-19T18:08:33.395Z Compiling float-cmp v0.9.0
14602024-07-19T18:08:33.591Z Compiling static_assertions v1.1.0
14612024-07-19T18:08:33.662Z Compiling unicode-segmentation v1.11.0
14622024-07-19T18:08:33.703Z Compiling difflib v0.4.0
14632024-07-19T18:08:33.726Z Compiling normalize-line-endings v0.3.0
14642024-07-19T18:08:33.842Z Checking anstyle-query v1.0.3
14652024-07-19T18:08:33.934Z Compiling new_debug_unreachable v1.0.6
14662024-07-19T18:08:33.958Z Compiling data-encoding v2.6.0
14672024-07-19T18:08:34.378Z Checking colorchoice v1.0.1
14682024-07-19T18:08:34.484Z Compiling whoami v1.5.1
14692024-07-19T18:08:34.590Z Compiling predicates-core v1.0.6
14702024-07-19T18:08:34.699Z Compiling fixedbitset v0.4.2
14712024-07-19T18:08:34.910Z Compiling precomputed-hash v0.1.1
14722024-07-19T18:08:35.007Z Compiling minimal-lexical v0.2.1
14732024-07-19T18:08:35.043Z Checking is_terminal_polyfill v1.70.0
14742024-07-19T18:08:35.080Z Compiling webpki-roots v0.25.4
14752024-07-19T18:08:35.104Z Checking pretty-hex v0.4.1
14762024-07-19T18:08:35.215Z Compiling reqwest v0.11.27
14772024-07-19T18:08:35.446Z Compiling yasna v0.5.2
14782024-07-19T18:08:35.494Z Compiling elliptic-curve v0.13.8
14792024-07-19T18:08:35.723Z Compiling nom v7.1.3
14802024-07-19T18:08:35.944Z Checking anstream v0.6.14
14812024-07-19T18:08:36.166Z Compiling string_cache v0.8.7
14822024-07-19T18:08:36.251Z Compiling petgraph v0.6.5
14832024-07-19T18:08:36.561Z Compiling tokio-postgres v0.7.10
14842024-07-19T18:08:37.055Z Compiling predicates v3.1.0
14852024-07-19T18:08:38.033Z Compiling console v0.15.8
14862024-07-19T18:08:38.584Z Compiling trust-dns-proto v0.22.0
14872024-07-19T18:08:38.631Z Compiling similar v2.5.0
14882024-07-19T18:08:39.365Z Compiling toml_edit v0.22.16
14892024-07-19T18:08:39.543Z Compiling crossbeam-epoch v0.9.18
14902024-07-19T18:08:39.836Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14912024-07-19T18:08:40.207Z Compiling usdt v0.5.0
14922024-07-19T18:08:40.688Z Compiling diesel v2.1.6
14932024-07-19T18:08:40.780Z Compiling futures v0.3.30
14942024-07-19T18:08:41.295Z Compiling cipher v0.4.4
14952024-07-19T18:08:41.526Z Compiling crossterm v0.27.0
14962024-07-19T18:08:42.149Z Compiling clap v4.5.9
14972024-07-19T18:08:43.019Z Compiling toml v0.7.8
14982024-07-19T18:08:44.658Z Compiling bit-set v0.5.3
14992024-07-19T18:08:44.691Z Compiling itertools v0.12.1
15002024-07-19T18:08:44.902Z Compiling itertools v0.10.5
15012024-07-19T18:08:45.648Z Compiling bstr v1.9.1
15022024-07-19T18:08:46.330Z Compiling tokio-stream v0.1.15
15032024-07-19T18:08:46.435Z Compiling openapiv3 v2.0.0
15042024-07-19T18:08:46.491Z Compiling hex v0.4.3
15052024-07-19T18:08:47.142Z Compiling num-iter v0.1.45
15062024-07-19T18:08:47.315Z Checking thread-id v4.2.1
15072024-07-19T18:08:47.414Z Checking strsim v0.11.1
15082024-07-19T18:08:47.464Z Compiling lalrpop-util v0.19.12
15092024-07-19T18:08:47.653Z Compiling unicode-xid v0.2.4
15102024-07-19T18:08:47.805Z Checking clap_lex v0.7.0
15112024-07-19T18:08:48.018Z Checking ipnet v2.9.0
15122024-07-19T18:08:48.161Z Compiling peg-runtime v0.8.3
15132024-07-19T18:08:50.606Z Checking rustls-pemfile v1.0.4
15142024-07-19T18:08:51.235Z Checking crc32fast v1.4.0
15152024-07-19T18:08:51.523Z Checking memmap v0.7.0
15162024-07-19T18:08:51.585Z Checking encoding_rs v0.8.34
15172024-07-19T18:08:51.973Z Checking unicode-width v0.1.13
15182024-07-19T18:08:52.205Z Checking sync_wrapper v0.1.2
15192024-07-19T18:08:52.559Z Checking mime v0.3.17
15202024-07-19T18:08:52.752Z Checking winnow v0.6.8
15212024-07-19T18:08:55.816Z Checking flate2 v1.0.30
15222024-07-19T18:08:58.521Z Checking camino v1.1.7
15232024-07-19T18:08:58.675Z Checking sigpipe v0.1.3
15242024-07-19T18:09:08.716Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15252024-07-19T18:09:19.723Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
15262024-07-19T18:09:20.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
15272024-07-19T18:09:20.250Z
15282024-07-19T18:09:20.250Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/133)
15292024-07-19T18:09:20.834Z Downloading crates ...
15302024-07-19T18:09:21.056Z Downloaded headers-core v0.2.0
15312024-07-19T18:09:21.056Z Downloaded env_logger v0.9.3
15322024-07-19T18:09:21.056Z Downloaded zone_cfg_derive v0.1.2
15332024-07-19T18:09:21.056Z Downloaded zone v0.1.8
15342024-07-19T18:09:21.056Z Downloaded walkdir v2.5.0
15352024-07-19T18:09:21.057Z Downloaded utf-8 v0.7.6
15362024-07-19T18:09:21.057Z Downloaded tungstenite v0.21.0
15372024-07-19T18:09:21.080Z Downloaded tungstenite v0.20.1
15382024-07-19T18:09:21.080Z Downloaded tokio-tungstenite v0.21.0
15392024-07-19T18:09:21.080Z Downloaded tokio-tungstenite v0.20.1
15402024-07-19T18:09:21.080Z Downloaded termcolor v1.4.1
15412024-07-19T18:09:21.080Z Downloaded subprocess v0.2.9
15422024-07-19T18:09:21.081Z Downloaded slog-stdlog v4.1.1
15432024-07-19T18:09:21.081Z Downloaded slog-scope v4.4.0
15442024-07-19T18:09:21.081Z Downloaded slog-envlogger v2.2.0
15452024-07-19T18:09:21.081Z Downloaded serde_arrays v0.1.0
15462024-07-19T18:09:21.081Z Downloaded same-file v1.0.6
15472024-07-19T18:09:21.104Z Downloaded ron v0.7.1
15482024-07-19T18:09:21.105Z Downloaded rcgen v0.12.1
15492024-07-19T18:09:21.105Z Downloaded portpicker v0.1.1
15502024-07-19T18:09:21.105Z Downloaded pem v3.0.4
15512024-07-19T18:09:21.105Z Downloaded humantime v2.1.0
15522024-07-19T18:09:21.105Z Downloaded heck v0.3.3
15532024-07-19T18:09:21.105Z Downloaded headers v0.3.9
15542024-07-19T18:09:21.105Z Downloaded erased-serde v0.3.31
15552024-07-19T18:09:21.129Z Downloaded bitstruct_derive v0.1.0
15562024-07-19T18:09:21.129Z Downloaded bitstruct v0.1.1
15572024-07-19T18:09:21.129Z Downloaded base64 v0.13.1
15582024-07-19T18:09:21.129Z Downloaded atty v0.2.14
15592024-07-19T18:09:21.129Z Downloaded atomicwrites v0.4.3
15602024-07-19T18:09:21.129Z Downloaded ascii v1.1.0
15612024-07-19T18:09:21.129Z Downloaded arc-swap v1.7.1
15622024-07-19T18:09:21.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-07-19T18:09:21.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-07-19T18:09:21.262Z Compiling regress v0.9.1
15652024-07-19T18:09:21.287Z Checking sha1 v0.10.6
15662024-07-19T18:09:21.311Z Compiling strum_macros v0.26.4
15672024-07-19T18:09:21.311Z Checking heck v0.5.0
15682024-07-19T18:09:21.311Z Compiling getopts v0.2.21
15692024-07-19T18:09:21.311Z Checking dirs-sys-next v0.1.2
15702024-07-19T18:09:21.311Z Compiling unsafe-libyaml v0.2.11
15712024-07-19T18:09:21.494Z Checking dirs-next v2.0.0
15722024-07-19T18:09:21.611Z Checking http v1.1.0
15732024-07-19T18:09:21.642Z Checking thread_local v1.1.8
15742024-07-19T18:09:21.847Z Checking rustls-pki-types v1.7.0
15752024-07-19T18:09:21.886Z Compiling ident_case v1.0.1
15762024-07-19T18:09:22.036Z Compiling darling_core v0.20.9
15772024-07-19T18:09:22.215Z Checking term v0.7.0
15782024-07-19T18:09:22.239Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15792024-07-19T18:09:22.507Z Compiling serde_yaml v0.9.34+deprecated
15802024-07-19T18:09:22.571Z Checking crossbeam-channel v0.5.12
15812024-07-19T18:09:22.774Z Checking atty v0.2.14
15822024-07-19T18:09:22.875Z Checking is-terminal v0.4.12
15832024-07-19T18:09:22.936Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15842024-07-19T18:09:22.982Z Compiling rustls v0.22.4
15852024-07-19T18:09:23.188Z Checking utf-8 v0.7.6
15862024-07-19T18:09:23.214Z Compiling paste v1.0.15
15872024-07-19T18:09:23.238Z Checking base64 v0.22.1
15882024-07-19T18:09:23.363Z Checking termcolor v1.4.1
15892024-07-19T18:09:23.630Z Checking humantime v2.1.0
15902024-07-19T18:09:23.654Z Checking take_mut v0.2.2
15912024-07-19T18:09:23.795Z Checking slog-async v2.8.0
15922024-07-19T18:09:23.853Z Checking slog-term v2.9.1
15932024-07-19T18:09:23.913Z Checking env_logger v0.9.3
15942024-07-19T18:09:24.009Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15952024-07-19T18:09:24.246Z Checking rustls-webpki v0.102.4
15962024-07-19T18:09:24.297Z Compiling proc-macro-crate v1.3.1
15972024-07-19T18:09:24.896Z Compiling bitstruct_derive v0.1.0
15982024-07-19T18:09:25.245Z Compiling structmeta-derive v0.3.0
15992024-07-19T18:09:25.377Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16002024-07-19T18:09:25.488Z Compiling multer v3.1.0
16012024-07-19T18:09:25.681Z Checking strum v0.26.3
16022024-07-19T18:09:25.727Z Checking match_cfg v0.1.0
16032024-07-19T18:09:25.810Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16042024-07-19T18:09:25.834Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16052024-07-19T18:09:25.994Z Checking ascii v1.1.0
16062024-07-19T18:09:26.056Z Checking bitstruct v0.1.1
16072024-07-19T18:09:26.080Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16082024-07-19T18:09:26.104Z Checking hostname v0.3.1
16092024-07-19T18:09:26.128Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16102024-07-19T18:09:26.199Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16112024-07-19T18:09:26.223Z Compiling num_enum_derive v0.5.11
16122024-07-19T18:09:26.343Z Checking slog-json v2.6.1
16132024-07-19T18:09:26.368Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16142024-07-19T18:09:26.570Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16152024-07-19T18:09:26.792Z Checking erased-serde v0.3.31
16162024-07-19T18:09:27.132Z Checking serde_arrays v0.1.0
16172024-07-19T18:09:27.260Z Compiling foreign-types-macros v0.2.3
16182024-07-19T18:09:27.367Z Compiling async-stream-impl v0.3.5
16192024-07-19T18:09:27.695Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
16202024-07-19T18:09:27.787Z Compiling structmeta v0.3.0
16212024-07-19T18:09:27.928Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16222024-07-19T18:09:28.091Z Compiling darling_macro v0.20.9
16232024-07-19T18:09:28.145Z Checking atomic-waker v1.1.2
16242024-07-19T18:09:28.169Z Checking arc-swap v1.7.1
16252024-07-19T18:09:28.262Z Checking foreign-types-shared v0.3.1
16262024-07-19T18:09:28.310Z Checking waitgroup v0.1.2
16272024-07-19T18:09:28.361Z Checking foreign-types v0.5.0
16282024-07-19T18:09:28.430Z Compiling parse-display-derive v0.9.1
16292024-07-19T18:09:28.516Z Checking num_enum v0.5.11
16302024-07-19T18:09:28.540Z Checking async-stream v0.3.5
16312024-07-19T18:09:28.540Z Checking slog-scope v4.4.0
16322024-07-19T18:09:28.564Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16332024-07-19T18:09:28.655Z Checking slog-bunyan v2.5.0
16342024-07-19T18:09:28.737Z Compiling proc-macro-error v1.0.4
16352024-07-19T18:09:28.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16362024-07-19T18:09:29.026Z Compiling darling v0.20.9
16372024-07-19T18:09:29.057Z Checking toml v0.8.15
16382024-07-19T18:09:29.144Z Compiling serde_with_macros v3.8.3
16392024-07-19T18:09:29.275Z Checking rustls-pemfile v2.1.2
16402024-07-19T18:09:29.383Z Checking tungstenite v0.20.1
16412024-07-19T18:09:29.429Z Checking tokio-rustls v0.25.0
16422024-07-19T18:09:29.480Z Compiling heck v0.3.3
16432024-07-19T18:09:29.671Z Checking newtype-uuid v1.1.0
16442024-07-19T18:09:29.741Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
16452024-07-19T18:09:29.848Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16462024-07-19T18:09:29.880Z Checking cstr-argument v0.1.2
16472024-07-19T18:09:30.029Z Checking serde_path_to_error v0.1.16
16482024-07-19T18:09:30.129Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16492024-07-19T18:09:30.512Z Checking hostname v0.4.0
16502024-07-19T18:09:30.556Z Checking instant v0.1.12
16512024-07-19T18:09:30.634Z Checking pretty-hex v0.2.1
16522024-07-19T18:09:30.662Z Checking debug-ignore v1.0.5
16532024-07-19T18:09:30.736Z Checking fastrand v2.1.0
16542024-07-19T18:09:30.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
16552024-07-19T18:09:30.801Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16562024-07-19T18:09:31.019Z Checking tempfile v3.10.1
16572024-07-19T18:09:31.068Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16582024-07-19T18:09:31.068Z Checking backoff v0.4.0
16592024-07-19T18:09:31.288Z Checking tokio-tungstenite v0.20.1
16602024-07-19T18:09:31.313Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16612024-07-19T18:09:31.336Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16622024-07-19T18:09:31.517Z Compiling zone_cfg_derive v0.1.2
16632024-07-19T18:09:31.566Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16642024-07-19T18:09:31.689Z Checking serde_with v3.8.3
16652024-07-19T18:09:31.713Z Checking slog-stdlog v4.1.1
16662024-07-19T18:09:31.858Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16672024-07-19T18:09:32.011Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
16682024-07-19T18:09:32.214Z Checking tungstenite v0.21.0
16692024-07-19T18:09:32.307Z Checking colored v2.1.0
16702024-07-19T18:09:32.518Z Checking parse-display v0.9.1
16712024-07-19T18:09:32.548Z Checking macaddr v1.0.1
16722024-07-19T18:09:32.718Z Checking base64 v0.13.1
16732024-07-19T18:09:32.766Z Checking zone v0.1.8
16742024-07-19T18:09:32.949Z Checking tokio-tungstenite v0.21.0
16752024-07-19T18:09:33.056Z Checking ron v0.7.1
16762024-07-19T18:09:33.302Z Checking slog-envlogger v2.2.0
16772024-07-19T18:09:33.350Z Checking pem v3.0.4
16782024-07-19T18:09:33.497Z Checking tabwriter v1.4.0
16792024-07-19T18:09:33.575Z Checking xattr v1.3.1
16802024-07-19T18:09:33.698Z Checking portpicker v0.1.1
16812024-07-19T18:09:33.755Z Checking headers-core v0.2.0
16822024-07-19T18:09:33.828Z Checking smf v0.2.3
16832024-07-19T18:09:33.877Z Checking filetime v0.2.23
16842024-07-19T18:09:34.053Z Checking same-file v1.0.6
16852024-07-19T18:09:34.077Z Checking tar v0.4.41
16862024-07-19T18:09:34.198Z Checking headers v0.3.9
16872024-07-19T18:09:34.221Z Checking walkdir v2.5.0
16882024-07-19T18:09:34.315Z Checking rcgen v0.12.1
16892024-07-19T18:09:34.446Z Checking atomicwrites v0.4.3
16902024-07-19T18:09:34.544Z Checking camino-tempfile v1.1.1
16912024-07-19T18:09:34.614Z Checking subprocess v0.2.9
16922024-07-19T18:09:36.015Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16932024-07-19T18:09:36.249Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16942024-07-19T18:09:37.446Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16952024-07-19T18:09:39.991Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16962024-07-19T18:09:40.087Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16972024-07-19T18:09:44.610Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16982024-07-19T18:09:54.197Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16992024-07-19T18:09:54.373Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17002024-07-19T18:09:54.396Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17012024-07-19T18:09:57.595Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
17022024-07-19T18:09:57.958Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17032024-07-19T18:10:05.001Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17042024-07-19T18:10:06.746Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17052024-07-19T18:10:08.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.84s
17062024-07-19T18:10:08.228Z
17072024-07-19T18:10:08.228Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/133)
17082024-07-19T18:10:08.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-07-19T18:10:09.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-07-19T18:10:09.088Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17112024-07-19T18:10:10.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
17122024-07-19T18:10:10.771Z
17132024-07-19T18:10:10.771Zinfo: running `cargo check --bins` on nexus-config (31/133)
17142024-07-19T18:10:11.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-07-19T18:10:11.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-07-19T18:10:11.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-07-19T18:10:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17182024-07-19T18:10:11.563Z
17192024-07-19T18:10:11.563Zinfo: running `cargo check --bins` on omicron-rpaths (32/133)
17202024-07-19T18:10:12.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-07-19T18:10:12.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-07-19T18:10:12.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-07-19T18:10:12.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17242024-07-19T18:10:12.349Z
17252024-07-19T18:10:12.349Zinfo: running `cargo check --bins` on omicron-certificates (33/133)
17262024-07-19T18:10:12.936Z Downloading crates ...
17272024-07-19T18:10:13.092Z Downloaded display-error-chain v0.2.0
17282024-07-19T18:10:13.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292024-07-19T18:10:13.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302024-07-19T18:10:13.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312024-07-19T18:10:13.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17322024-07-19T18:10:13.187Z
17332024-07-19T18:10:13.187Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/133)
17342024-07-19T18:10:13.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-07-19T18:10:13.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-07-19T18:10:13.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-07-19T18:10:13.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17382024-07-19T18:10:14.000Z
17392024-07-19T18:10:14.000Zinfo: running `cargo check --bins` on cockroach-admin-client (35/133)
17402024-07-19T18:10:14.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-07-19T18:10:14.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-07-19T18:10:14.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-07-19T18:10:14.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17442024-07-19T18:10:14.760Z
17452024-07-19T18:10:14.760Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/133)
17462024-07-19T18:10:15.332Z Downloading crates ...
17472024-07-19T18:10:15.512Z Downloaded arrayvec v0.7.4
17482024-07-19T18:10:15.539Z Downloaded untrusted v0.7.1
17492024-07-19T18:10:15.563Z Downloaded rayon v1.10.0
17502024-07-19T18:10:15.563Z Downloaded blake3 v1.5.1
17512024-07-19T18:10:15.587Z Downloaded arrayref v0.3.7
17522024-07-19T18:10:15.587Z Downloaded topological-sort v0.2.2
17532024-07-19T18:10:15.587Z Downloaded toolchain_find v0.4.0
17542024-07-19T18:10:15.587Z Downloaded spin v0.5.2
17552024-07-19T18:10:15.587Z Downloaded rustfmt-wrapper v0.2.1
17562024-07-19T18:10:15.587Z Downloaded rayon-core v1.12.1
17572024-07-19T18:10:15.610Z Downloaded omicron-zone-package v0.11.0
17582024-07-19T18:10:15.610Z Downloaded memmap2 v0.9.4
17592024-07-19T18:10:15.610Z Downloaded home v0.5.9
17602024-07-19T18:10:15.610Z Downloaded crossbeam-deque v0.8.5
17612024-07-19T18:10:15.610Z Downloaded constant_time_eq v0.3.0
17622024-07-19T18:10:15.634Z Downloaded ring v0.16.20
17632024-07-19T18:10:15.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-07-19T18:10:15.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-07-19T18:10:15.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-07-19T18:10:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17672024-07-19T18:10:15.828Z
17682024-07-19T18:10:15.828Zinfo: running `cargo check --bins` on dns-service-client (37/133)
17692024-07-19T18:10:16.406Z Downloading crates ...
17702024-07-19T18:10:16.526Z Downloaded newline-converter v0.3.0
17712024-07-19T18:10:16.550Z Downloaded expectorate v1.1.0
17722024-07-19T18:10:16.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-07-19T18:10:16.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-07-19T18:10:16.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-07-19T18:10:16.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17762024-07-19T18:10:16.620Z
17772024-07-19T18:10:16.620Zinfo: running `cargo check --bins` on dpd-client (38/133)
17782024-07-19T18:10:17.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792024-07-19T18:10:17.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802024-07-19T18:10:17.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812024-07-19T18:10:17.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17822024-07-19T18:10:17.383Z
17832024-07-19T18:10:17.383Zinfo: running `cargo check --bins` on gateway-client (39/133)
17842024-07-19T18:10:18.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852024-07-19T18:10:18.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862024-07-19T18:10:18.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872024-07-19T18:10:18.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17882024-07-19T18:10:18.138Z
17892024-07-19T18:10:18.138Zinfo: running `cargo check --bins` on installinator-client (40/133)
17902024-07-19T18:10:18.730Z Downloading crates ...
17912024-07-19T18:10:18.926Z Downloaded cancel-safe-futures v0.1.5
17922024-07-19T18:10:18.950Z Downloaded owo-colors v4.0.0
17932024-07-19T18:10:18.950Z Downloaded linear-map v1.2.0
17942024-07-19T18:10:18.950Z Downloaded libsw v3.3.1
17952024-07-19T18:10:18.950Z Downloaded derive-where v1.2.7
17962024-07-19T18:10:18.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972024-07-19T18:10:18.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982024-07-19T18:10:18.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992024-07-19T18:10:18.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
18002024-07-19T18:10:19.042Z
18012024-07-19T18:10:19.042Zinfo: running `cargo check --bins` on installinator-common (41/133)
18022024-07-19T18:10:19.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032024-07-19T18:10:19.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042024-07-19T18:10:19.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052024-07-19T18:10:19.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18062024-07-19T18:10:19.839Z
18072024-07-19T18:10:19.839Zinfo: running `cargo check --bins` on update-engine (42/133)
18082024-07-19T18:10:20.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092024-07-19T18:10:20.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102024-07-19T18:10:20.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112024-07-19T18:10:20.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18122024-07-19T18:10:20.620Z
18132024-07-19T18:10:20.620Zinfo: running `cargo check --bins` on nexus-client (43/133)
18142024-07-19T18:10:21.183Z Downloading crates ...
18152024-07-19T18:10:21.353Z Downloaded blake2 v0.10.6
18162024-07-19T18:10:21.377Z Downloaded steno v0.4.1
18172024-07-19T18:10:21.377Z Downloaded semver v0.1.20
18182024-07-19T18:10:21.377Z Downloaded rustc_version v0.1.7
18192024-07-19T18:10:21.377Z Downloaded password-hash v0.5.0
18202024-07-19T18:10:21.377Z Downloaded newtype_derive v0.1.6
18212024-07-19T18:10:21.377Z Downloaded argon2 v0.5.3
18222024-07-19T18:10:21.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232024-07-19T18:10:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242024-07-19T18:10:21.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252024-07-19T18:10:21.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18262024-07-19T18:10:21.472Z
18272024-07-19T18:10:21.472Zinfo: running `cargo check --bins` on nexus-types (44/133)
18282024-07-19T18:10:22.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292024-07-19T18:10:22.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302024-07-19T18:10:22.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312024-07-19T18:10:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18322024-07-19T18:10:22.310Z
18332024-07-19T18:10:22.310Zinfo: running `cargo check --bins` on omicron-passwords (45/133)
18342024-07-19T18:10:23.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352024-07-19T18:10:23.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362024-07-19T18:10:23.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372024-07-19T18:10:23.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18382024-07-19T18:10:23.083Z
18392024-07-19T18:10:23.083Zinfo: running `cargo check --bins` on sled-agent-client (46/133)
18402024-07-19T18:10:23.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412024-07-19T18:10:23.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422024-07-19T18:10:23.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432024-07-19T18:10:23.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18442024-07-19T18:10:23.875Z
18452024-07-19T18:10:23.875Zinfo: running `cargo check --bins` on oxide-client (47/133)
18462024-07-19T18:10:24.469Z Downloading crates ...
18472024-07-19T18:10:24.571Z Downloaded linked-hash-map v0.5.6
18482024-07-19T18:10:24.594Z Downloaded resolv-conf v0.7.0
18492024-07-19T18:10:24.594Z Downloaded trust-dns-resolver v0.22.0
18502024-07-19T18:10:24.594Z Downloaded lru-cache v0.1.2
18512024-07-19T18:10:24.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522024-07-19T18:10:24.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532024-07-19T18:10:24.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542024-07-19T18:10:24.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18552024-07-19T18:10:24.676Z
18562024-07-19T18:10:24.676Zinfo: running `cargo check --bins` on oximeter-client (48/133)
18572024-07-19T18:10:25.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582024-07-19T18:10:25.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592024-07-19T18:10:25.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602024-07-19T18:10:25.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18612024-07-19T18:10:25.471Z
18622024-07-19T18:10:25.471Zinfo: running `cargo check --bins` on wicketd-client (49/133)
18632024-07-19T18:10:26.093Z Downloading crates ...
18642024-07-19T18:10:26.222Z Downloaded maplit v1.0.2
18652024-07-19T18:10:26.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662024-07-19T18:10:26.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672024-07-19T18:10:26.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682024-07-19T18:10:26.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18692024-07-19T18:10:26.323Z
18702024-07-19T18:10:26.323Zinfo: running `cargo check --bins` on wicket-common (50/133)
18712024-07-19T18:10:27.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722024-07-19T18:10:27.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732024-07-19T18:10:27.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742024-07-19T18:10:27.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18752024-07-19T18:10:27.148Z
18762024-07-19T18:10:27.148Zinfo: running `cargo check --bins` on omicron-cockroach-admin (51/133)
18772024-07-19T18:10:27.745Z Downloading crates ...
18782024-07-19T18:10:27.904Z Downloaded csv-core v0.1.11
18792024-07-19T18:10:27.927Z Downloaded slog-dtrace v0.3.0
18802024-07-19T18:10:27.927Z Downloaded csv v1.3.0
18812024-07-19T18:10:27.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822024-07-19T18:10:27.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832024-07-19T18:10:28.062Z Compiling heapless v0.8.0
18842024-07-19T18:10:28.085Z Checking hash32 v0.3.1
18852024-07-19T18:10:28.086Z Compiling smoltcp v0.11.0
18862024-07-19T18:10:28.112Z Checking cobs v0.2.3
18872024-07-19T18:10:28.112Z Checking embedded-io v0.4.0
18882024-07-19T18:10:28.142Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18892024-07-19T18:10:28.166Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18902024-07-19T18:10:28.189Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18912024-07-19T18:10:28.258Z Compiling crucible-workspace-hack v0.1.0
18922024-07-19T18:10:28.282Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18932024-07-19T18:10:28.305Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18942024-07-19T18:10:28.329Z Checking postcard v1.0.8
18952024-07-19T18:10:28.453Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18962024-07-19T18:10:28.505Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18972024-07-19T18:10:28.631Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18982024-07-19T18:10:28.792Z Compiling num-derive v0.4.2
18992024-07-19T18:10:28.861Z Compiling slog-dtrace v0.3.0
19002024-07-19T18:10:28.945Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
19012024-07-19T18:10:28.968Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19022024-07-19T18:10:28.968Z Checking csv-core v0.1.11
19032024-07-19T18:10:29.261Z Checking csv v1.3.0
19042024-07-19T18:10:29.689Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19052024-07-19T18:10:30.344Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19062024-07-19T18:10:32.016Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19072024-07-19T18:10:33.069Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19082024-07-19T18:10:34.427Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19092024-07-19T18:10:34.652Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19102024-07-19T18:10:38.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s
19112024-07-19T18:10:38.344Z
19122024-07-19T18:10:38.344Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (52/133)
19132024-07-19T18:10:38.973Z Downloading crates ...
19142024-07-19T18:10:39.204Z Downloaded derive_builder_macro v0.20.0
19152024-07-19T18:10:39.228Z Downloaded http-range v0.1.5
19162024-07-19T18:10:39.228Z Downloaded crunchy v0.2.2
19172024-07-19T18:10:39.228Z Downloaded path-slash v0.1.5
19182024-07-19T18:10:39.228Z Downloaded nodrop v0.1.14
19192024-07-19T18:10:39.228Z Downloaded which v4.4.2
19202024-07-19T18:10:39.228Z Downloaded libloading v0.8.3
19212024-07-19T18:10:39.228Z Downloaded tls_codec v0.4.1
19222024-07-19T18:10:39.253Z Downloaded const_format v0.2.32
19232024-07-19T18:10:39.253Z Downloaded toml v0.5.11
19242024-07-19T18:10:39.253Z Downloaded x509-cert v0.2.5
19252024-07-19T18:10:39.277Z Downloaded zip v0.6.6
19262024-07-19T18:10:39.277Z Downloaded tls_codec_derive v0.4.1
19272024-07-19T18:10:39.277Z Downloaded trust-dns-client v0.22.0
19282024-07-19T18:10:39.277Z Downloaded regex-syntax v0.6.29
19292024-07-19T18:10:39.301Z Downloaded sled v0.34.7
19302024-07-19T18:10:39.301Z Downloaded bzip2-sys v0.1.11+1.0.8
19312024-07-19T18:10:39.324Z Downloaded object v0.30.4
19322024-07-19T18:10:39.324Z Downloaded nix v0.27.1
19332024-07-19T18:10:39.348Z Downloaded strum_macros v0.24.3
19342024-07-19T18:10:39.348Z Downloaded ref-cast v1.0.23
19352024-07-19T18:10:39.348Z Downloaded radix_trie v0.2.1
19362024-07-19T18:10:39.348Z Downloaded polar-core v0.27.3
19372024-07-19T18:10:39.372Z Downloaded num-complex v0.4.6
19382024-07-19T18:10:39.372Z Downloaded lalrpop v0.19.12
19392024-07-19T18:10:39.372Z Downloaded bitvec v1.0.1
19402024-07-19T18:10:39.396Z Downloaded wyz v0.5.1
19412024-07-19T18:10:39.396Z Downloaded tiny-keccak v2.0.2
19422024-07-19T18:10:39.396Z Downloaded signature v2.2.0
19432024-07-19T18:10:39.396Z Downloaded ron v0.8.1
19442024-07-19T18:10:39.420Z Downloaded quick-xml v0.31.0
19452024-07-19T18:10:39.420Z Downloaded prettyplease v0.2.20
19462024-07-19T18:10:39.420Z Downloaded pkcs1 v0.7.5
19472024-07-19T18:10:39.420Z Downloaded parking_lot_core v0.8.6
19482024-07-19T18:10:39.420Z Downloaded packed_struct_codegen v0.10.1
19492024-07-19T18:10:39.420Z Downloaded libxml v0.3.3
19502024-07-19T18:10:39.444Z Downloaded bindgen v0.69.4
19512024-07-19T18:10:39.444Z Downloaded unicase v2.7.0
19522024-07-19T18:10:39.444Z Downloaded trust-dns-server v0.22.1
19532024-07-19T18:10:39.444Z Downloaded shlex v1.3.0
19542024-07-19T18:10:39.444Z Downloaded serde-big-array v0.5.1
19552024-07-19T18:10:39.444Z Downloaded rustc-hash v1.1.0
19562024-07-19T18:10:39.444Z Downloaded rsa v0.9.6
19572024-07-19T18:10:39.467Z Downloaded radium v0.7.0
19582024-07-19T18:10:39.467Z Downloaded oso-derive v0.27.3
19592024-07-19T18:10:39.467Z Downloaded num-bigint-dig v0.8.4
19602024-07-19T18:10:39.467Z Downloaded num v0.4.3
19612024-07-19T18:10:39.467Z Downloaded nanorand v0.7.0
19622024-07-19T18:10:39.467Z Downloaded memoffset v0.9.1
19632024-07-19T18:10:39.467Z Downloaded libefi-sys v0.1.0
19642024-07-19T18:10:39.467Z Downloaded samael v0.0.15
19652024-07-19T18:10:39.467Z Downloaded oso v0.27.3
19662024-07-19T18:10:39.491Z Downloaded impl-trait-for-tuples v0.2.2
19672024-07-19T18:10:39.491Z Downloaded highway v1.1.0
19682024-07-19T18:10:39.491Z Downloaded hashbrown v0.13.2
19692024-07-19T18:10:39.491Z Downloaded gethostname v0.4.3
19702024-07-19T18:10:39.491Z Downloaded funty v2.0.0
19712024-07-19T18:10:39.491Z Downloaded flume v0.11.0
19722024-07-19T18:10:39.491Z Downloaded float-ord v0.3.2
19732024-07-19T18:10:39.492Z Downloaded endian-type v0.1.2
19742024-07-19T18:10:39.492Z Downloaded diff v0.1.13
19752024-07-19T18:10:39.492Z Downloaded derive_builder_core v0.20.0
19762024-07-19T18:10:39.515Z Downloaded crc-catalog v2.4.0
19772024-07-19T18:10:39.515Z Downloaded crc-any v2.5.0
19782024-07-19T18:10:39.515Z Downloaded crc v3.2.1
19792024-07-19T18:10:39.515Z Downloaded const_format_proc_macros v0.2.32
19802024-07-19T18:10:39.515Z Downloaded clang-sys v1.7.0
19812024-07-19T18:10:39.515Z Downloaded bcs v0.1.6
19822024-07-19T18:10:39.515Z Downloaded tap v1.0.1
19832024-07-19T18:10:39.515Z Downloaded serde-hex v0.1.0
19842024-07-19T18:10:39.515Z Downloaded ref-cast-impl v1.0.23
19852024-07-19T18:10:39.515Z Downloaded parking_lot v0.11.2
19862024-07-19T18:10:39.515Z Downloaded packed_struct v0.10.1
19872024-07-19T18:10:39.515Z Downloaded num-rational v0.4.2
19882024-07-19T18:10:39.539Z Downloaded nibble_vec v0.1.0
19892024-07-19T18:10:39.539Z Downloaded mime_guess v2.0.4
19902024-07-19T18:10:39.539Z Downloaded derive_builder v0.20.0
19912024-07-19T18:10:39.539Z Downloaded cookie v0.18.1
19922024-07-19T18:10:39.539Z Downloaded bzip2 v0.4.4
19932024-07-19T18:10:39.539Z Downloaded bitfield-struct v0.6.1
19942024-07-19T18:10:39.539Z Downloaded bitfield v0.14.0
19952024-07-19T18:10:39.539Z Downloaded ascii-canvas v3.0.0
19962024-07-19T18:10:39.539Z Downloaded array-init v0.0.4
19972024-07-19T18:10:39.540Z Downloaded smallvec v0.6.14
19982024-07-19T18:10:39.540Z Downloaded signal-hook-tokio v0.3.1
19992024-07-19T18:10:39.540Z Downloaded kstat-rs v0.2.4
20002024-07-19T18:10:39.563Z Downloaded hyper-staticfile v0.9.5
20012024-07-19T18:10:39.563Z Downloaded env_logger v0.10.2
20022024-07-19T18:10:39.563Z Downloaded cexpr v0.6.0
20032024-07-19T18:10:39.563Z Downloaded bb8 v0.8.5
20042024-07-19T18:10:39.563Z Downloaded async-recursion v1.1.1
20052024-07-19T18:10:39.563Z Downloaded maybe-uninit v2.0.0
20062024-07-19T18:10:39.563Z Downloaded lazycell v1.3.0
20072024-07-19T18:10:39.563Z Downloaded indoc v1.0.9
20082024-07-19T18:10:39.563Z Downloaded glob v0.3.1
20092024-07-19T18:10:39.563Z Downloaded fxhash v0.2.1
20102024-07-19T18:10:39.563Z Downloaded ena v0.14.3
20112024-07-19T18:10:39.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-07-19T18:10:39.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-07-19T18:10:39.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-07-19T18:10:39.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
20152024-07-19T18:10:39.681Z
20162024-07-19T18:10:39.681Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (53/133)
20172024-07-19T18:10:40.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-07-19T18:10:40.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-07-19T18:10:40.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-07-19T18:10:40.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20212024-07-19T18:10:40.594Z
20222024-07-19T18:10:40.594Zinfo: running `cargo check --bins` on dns-server (54/133)
20232024-07-19T18:10:41.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-07-19T18:10:41.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-07-19T18:10:41.367Z Compiling parking_lot_core v0.8.6
20262024-07-19T18:10:41.391Z Checking nibble_vec v0.1.0
20272024-07-19T18:10:41.391Z Checking endian-type v0.1.2
20282024-07-19T18:10:41.418Z Checking newline-converter v0.3.0
20292024-07-19T18:10:41.441Z Checking linked-hash-map v0.5.6
20302024-07-19T18:10:41.441Z Checking quick-error v1.2.3
20312024-07-19T18:10:41.441Z Checking toml v0.5.11
20322024-07-19T18:10:41.441Z Checking fxhash v0.2.1
20332024-07-19T18:10:41.555Z Checking expectorate v1.1.0
20342024-07-19T18:10:41.578Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20352024-07-19T18:10:41.602Z Checking resolv-conf v0.7.0
20362024-07-19T18:10:41.602Z Checking radix_trie v0.2.1
20372024-07-19T18:10:41.696Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20382024-07-19T18:10:41.719Z Checking lru-cache v0.1.2
20392024-07-19T18:10:41.885Z Checking trust-dns-resolver v0.22.0
20402024-07-19T18:10:41.953Z Checking trust-dns-client v0.22.0
20412024-07-19T18:10:42.085Z Checking parking_lot v0.11.2
20422024-07-19T18:10:42.582Z Checking sled v0.34.7
20432024-07-19T18:10:42.912Z Checking trust-dns-server v0.22.1
20442024-07-19T18:10:44.910Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20452024-07-19T18:10:46.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
20462024-07-19T18:10:46.393Z
20472024-07-19T18:10:46.393Zinfo: running `cargo check --bins` on dns-server-api (55/133)
20482024-07-19T18:10:47.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492024-07-19T18:10:47.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502024-07-19T18:10:47.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512024-07-19T18:10:47.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20522024-07-19T18:10:47.170Z
20532024-07-19T18:10:47.170Zinfo: running `cargo check --bins` on gateway-test-utils (56/133)
20542024-07-19T18:10:47.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552024-07-19T18:10:47.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562024-07-19T18:10:47.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572024-07-19T18:10:47.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20582024-07-19T18:10:48.015Z
20592024-07-19T18:10:48.015Zinfo: running `cargo check --bins` on omicron-gateway (57/133)
20602024-07-19T18:10:48.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612024-07-19T18:10:48.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622024-07-19T18:10:48.885Z Compiling radium v0.7.0
20632024-07-19T18:10:48.910Z Compiling maybe-uninit v2.0.0
20642024-07-19T18:10:48.910Z Checking tap v1.0.1
20652024-07-19T18:10:48.937Z Compiling bzip2-sys v0.1.11+1.0.8
20662024-07-19T18:10:48.960Z Compiling packed_struct v0.10.1
20672024-07-19T18:10:48.960Z Checking funty v2.0.0
20682024-07-19T18:10:48.961Z Checking crc-catalog v2.4.0
20692024-07-19T18:10:48.993Z Compiling num-bigint-dig v0.8.4
20702024-07-19T18:10:49.076Z Checking wyz v0.5.1
20712024-07-19T18:10:49.109Z Checking crc v3.2.1
20722024-07-19T18:10:49.268Z Compiling packed_struct_codegen v0.10.1
20732024-07-19T18:10:49.386Z Compiling indexmap v1.9.3
20742024-07-19T18:10:49.413Z Checking nodrop v0.1.14
20752024-07-19T18:10:49.525Z Checking array-init v0.0.4
20762024-07-19T18:10:49.525Z Checking smallvec v0.6.14
20772024-07-19T18:10:49.653Z Checking pkcs1 v0.7.5
20782024-07-19T18:10:49.677Z Checking signature v2.2.0
20792024-07-19T18:10:49.764Z Checking bitvec v1.0.1
20802024-07-19T18:10:49.846Z Compiling memoffset v0.9.1
20812024-07-19T18:10:49.870Z Checking hashbrown v0.12.3
20822024-07-19T18:10:49.999Z Checking bitfield v0.14.0
20832024-07-19T18:10:50.088Z Checking bzip2 v0.4.4
20842024-07-19T18:10:50.222Z Checking env_logger v0.10.2
20852024-07-19T18:10:50.253Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20862024-07-19T18:10:50.340Z Checking x509-cert v0.2.5
20872024-07-19T18:10:50.363Z Checking serde-hex v0.1.0
20882024-07-19T18:10:50.452Z Checking ron v0.8.1
20892024-07-19T18:10:50.588Z Checking hashbrown v0.13.2
20902024-07-19T18:10:51.237Z Checking rsa v0.9.6
20912024-07-19T18:10:51.342Z Checking half v2.4.1
20922024-07-19T18:10:51.433Z Checking ciborium-io v0.2.2
20932024-07-19T18:10:51.534Z Checking crc-any v2.5.0
20942024-07-19T18:10:51.557Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20952024-07-19T18:10:51.636Z Checking object v0.30.4
20962024-07-19T18:10:51.732Z Checking zip v0.6.6
20972024-07-19T18:10:51.756Z Checking ciborium-ll v0.2.2
20982024-07-19T18:10:51.841Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
20992024-07-19T18:10:51.872Z Checking path-slash v0.1.5
21002024-07-19T18:10:51.991Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21012024-07-19T18:10:52.016Z Checking ciborium v0.2.2
21022024-07-19T18:10:52.099Z Checking nix v0.27.1
21032024-07-19T18:10:52.144Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21042024-07-19T18:10:52.241Z Checking serde-big-array v0.5.1
21052024-07-19T18:10:52.308Z Checking signal-hook-tokio v0.3.1
21062024-07-19T18:10:54.915Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21072024-07-19T18:11:03.434Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21082024-07-19T18:11:05.028Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21092024-07-19T18:11:07.142Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21102024-07-19T18:11:11.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.96s
21112024-07-19T18:11:12.110Z
21122024-07-19T18:11:12.110Zinfo: running `cargo check --bins` on ipcc (58/133)
21132024-07-19T18:11:12.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-07-19T18:11:12.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-07-19T18:11:12.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-07-19T18:11:12.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21172024-07-19T18:11:12.883Z
21182024-07-19T18:11:12.883Zinfo: running `cargo check --bins` on sp-sim (59/133)
21192024-07-19T18:11:13.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-07-19T18:11:13.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-07-19T18:11:13.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21222024-07-19T18:11:15.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
21232024-07-19T18:11:15.978Z
21242024-07-19T18:11:15.978Zinfo: running `cargo check --bins` on internal-dns (60/133)
21252024-07-19T18:11:16.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-07-19T18:11:16.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-07-19T18:11:16.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-07-19T18:11:16.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21292024-07-19T18:11:16.785Z
21302024-07-19T18:11:16.785Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (61/133)
21312024-07-19T18:11:17.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-07-19T18:11:17.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-07-19T18:11:17.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-07-19T18:11:17.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21352024-07-19T18:11:17.626Z
21362024-07-19T18:11:17.626Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (62/133)
21372024-07-19T18:11:18.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-07-19T18:11:18.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-07-19T18:11:18.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402024-07-19T18:11:18.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21412024-07-19T18:11:18.498Z
21422024-07-19T18:11:18.498Zinfo: running `cargo check --bins` on db-macros (63/133)
21432024-07-19T18:11:19.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-07-19T18:11:19.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-07-19T18:11:19.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-07-19T18:11:19.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21472024-07-19T18:11:19.289Z
21482024-07-19T18:11:19.289Zinfo: running `cargo check --bins` on nexus-macros-common (64/133)
21492024-07-19T18:11:19.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-07-19T18:11:20.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-07-19T18:11:20.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-07-19T18:11:20.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21532024-07-19T18:11:20.048Z
21542024-07-19T18:11:20.048Zinfo: running `cargo check --bins` on nexus-auth (65/133)
21552024-07-19T18:11:20.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-07-19T18:11:20.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-07-19T18:11:20.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-07-19T18:11:20.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21592024-07-19T18:11:20.854Z
21602024-07-19T18:11:20.854Zinfo: running `cargo check --bins` on authz-macros (66/133)
21612024-07-19T18:11:21.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-07-19T18:11:21.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-07-19T18:11:21.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-07-19T18:11:21.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21652024-07-19T18:11:21.617Z
21662024-07-19T18:11:21.617Zinfo: running `cargo check --bins` on nexus-db-fixed-data (67/133)
21672024-07-19T18:11:22.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-07-19T18:11:22.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-07-19T18:11:22.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-07-19T18:11:22.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21712024-07-19T18:11:22.446Z
21722024-07-19T18:11:22.446Zinfo: running `cargo check --bins` on nexus-db-model (68/133)
21732024-07-19T18:11:23.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-07-19T18:11:23.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-07-19T18:11:23.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-07-19T18:11:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21772024-07-19T18:11:23.254Z
21782024-07-19T18:11:23.254Zinfo: running `cargo check --bins` on nexus-defaults (69/133)
21792024-07-19T18:11:23.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-07-19T18:11:24.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-07-19T18:11:24.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-07-19T18:11:24.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21832024-07-19T18:11:24.062Z
21842024-07-19T18:11:24.062Zinfo: running `cargo check --bins` on oximeter (70/133)
21852024-07-19T18:11:24.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-07-19T18:11:24.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-07-19T18:11:24.897Z Compiling rustls-pki-types v1.7.0
21882024-07-19T18:11:24.920Z Compiling prettyplease v0.2.20
21892024-07-19T18:11:24.944Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21902024-07-19T18:11:24.944Z Compiling crossbeam-channel v0.5.12
21912024-07-19T18:11:24.944Z Compiling slog-json v2.6.1
21922024-07-19T18:11:24.968Z Compiling http v1.1.0
21932024-07-19T18:11:24.968Z Compiling base64 v0.22.1
21942024-07-19T18:11:25.007Z Compiling atomic-waker v1.1.2
21952024-07-19T18:11:25.185Z Compiling waitgroup v0.1.2
21962024-07-19T18:11:25.209Z Compiling slog-term v2.9.1
21972024-07-19T18:11:25.310Z Compiling rustls-webpki v0.102.4
21982024-07-19T18:11:25.358Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21992024-07-19T18:11:25.404Z Compiling slog-bunyan v2.5.0
22002024-07-19T18:11:25.561Z Compiling rustls-pemfile v2.1.2
22012024-07-19T18:11:25.596Z Compiling async-stream v0.3.5
22022024-07-19T18:11:25.647Z Compiling slog-async v2.8.0
22032024-07-19T18:11:25.679Z Compiling camino v1.1.7
22042024-07-19T18:11:25.888Z Compiling toml v0.8.15
22052024-07-19T18:11:25.924Z Compiling sha1 v0.10.6
22062024-07-19T18:11:25.981Z Compiling newtype-uuid v1.1.0
22072024-07-19T18:11:26.250Z Compiling rustls v0.22.4
22082024-07-19T18:11:26.274Z Compiling multer v3.1.0
22092024-07-19T18:11:26.306Z Compiling serde_path_to_error v0.1.16
22102024-07-19T18:11:26.491Z Compiling hostname v0.4.0
22112024-07-19T18:11:26.720Z Compiling instant v0.1.12
22122024-07-19T18:11:26.744Z Compiling debug-ignore v1.0.5
22132024-07-19T18:11:26.885Z Compiling backoff v0.4.0
22142024-07-19T18:11:26.909Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22152024-07-19T18:11:27.045Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22162024-07-19T18:11:27.093Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22172024-07-19T18:11:27.170Z Compiling serde_with v3.8.3
22182024-07-19T18:11:27.193Z Compiling strum v0.26.3
22192024-07-19T18:11:27.217Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22202024-07-19T18:11:27.241Z Compiling parse-display v0.9.1
22212024-07-19T18:11:27.266Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22222024-07-19T18:11:27.351Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22232024-07-19T18:11:27.415Z Compiling num-rational v0.4.2
22242024-07-19T18:11:27.439Z Compiling num-complex v0.4.6
22252024-07-19T18:11:27.831Z Compiling macaddr v1.0.1
22262024-07-19T18:11:28.215Z Compiling num v0.4.3
22272024-07-19T18:11:28.314Z Compiling float-ord v0.3.2
22282024-07-19T18:11:29.463Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
22292024-07-19T18:11:29.885Z Compiling tokio-rustls v0.25.0
22302024-07-19T18:11:30.223Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
22312024-07-19T18:11:33.712Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22322024-07-19T18:11:48.095Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22332024-07-19T18:11:51.756Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22342024-07-19T18:11:52.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.45s
22352024-07-19T18:11:52.636Z
22362024-07-19T18:11:52.636Zinfo: running `cargo check --bins` on oximeter-impl (71/133)
22372024-07-19T18:11:53.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-07-19T18:11:53.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-07-19T18:11:53.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-07-19T18:11:53.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22412024-07-19T18:11:53.421Z
22422024-07-19T18:11:53.421Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/133)
22432024-07-19T18:11:54.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-07-19T18:11:54.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-07-19T18:11:54.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-07-19T18:11:54.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22472024-07-19T18:11:54.200Z
22482024-07-19T18:11:54.200Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (73/133)
22492024-07-19T18:11:54.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-07-19T18:11:54.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-07-19T18:11:54.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-07-19T18:11:54.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22532024-07-19T18:11:54.987Z
22542024-07-19T18:11:54.988Zinfo: running `cargo check --bins` on nexus-inventory (74/133)
22552024-07-19T18:11:55.618Z Downloading crates ...
22562024-07-19T18:11:55.734Z Downloaded rand_seeder v0.2.3
22572024-07-19T18:11:55.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-07-19T18:11:55.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-07-19T18:11:55.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602024-07-19T18:11:55.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22612024-07-19T18:11:55.826Z
22622024-07-19T18:11:55.826Zinfo: running `cargo check --bins` on typed-rng (75/133)
22632024-07-19T18:11:56.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-07-19T18:11:56.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-07-19T18:11:56.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662024-07-19T18:11:56.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
22672024-07-19T18:11:56.557Z
22682024-07-19T18:11:56.557Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (76/133)
22692024-07-19T18:11:57.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-07-19T18:11:57.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-07-19T18:11:57.469Z Compiling semver v0.1.20
22722024-07-19T18:11:57.469Z Compiling rayon-core v1.12.1
22732024-07-19T18:11:57.492Z Compiling crossbeam-deque v0.8.5
22742024-07-19T18:11:57.493Z Compiling unicase v2.7.0
22752024-07-19T18:11:57.493Z Compiling same-file v1.0.6
22762024-07-19T18:11:57.493Z Compiling fastrand v2.1.0
22772024-07-19T18:11:57.548Z Compiling ring v0.16.20
22782024-07-19T18:11:57.548Z Compiling blake3 v1.5.1
22792024-07-19T18:11:57.752Z Compiling walkdir v2.5.0
22802024-07-19T18:11:57.789Z Compiling rustc_version v0.1.7
22812024-07-19T18:11:57.841Z Compiling tempfile v3.10.1
22822024-07-19T18:11:58.019Z Compiling convert_case v0.4.0
22832024-07-19T18:11:58.075Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22842024-07-19T18:11:58.224Z Compiling newtype_derive v0.1.6
22852024-07-19T18:11:58.408Z Checking password-hash v0.5.0
22862024-07-19T18:11:58.431Z Checking blake2 v0.10.6
22872024-07-19T18:11:58.531Z Compiling xattr v1.3.1
22882024-07-19T18:11:58.607Z Compiling derive-where v1.2.7
22892024-07-19T18:11:58.680Z Compiling rayon v1.10.0
22902024-07-19T18:11:58.814Z Compiling memmap2 v0.9.4
22912024-07-19T18:11:58.838Z Compiling libefi-sys v0.1.0
22922024-07-19T18:11:58.838Z Compiling home v0.5.9
22932024-07-19T18:11:58.906Z Compiling derive_more v0.99.18
22942024-07-19T18:11:59.044Z Compiling spin v0.5.2
22952024-07-19T18:11:59.081Z Compiling untrusted v0.7.1
22962024-07-19T18:11:59.214Z Compiling arrayvec v0.7.4
22972024-07-19T18:11:59.240Z Compiling constant_time_eq v0.3.0
22982024-07-19T18:11:59.263Z Compiling arrayref v0.3.7
22992024-07-19T18:11:59.372Z Compiling toolchain_find v0.4.0
23002024-07-19T18:11:59.402Z Checking argon2 v0.5.3
23012024-07-19T18:11:59.548Z Compiling tar v0.4.41
23022024-07-19T18:11:59.676Z Compiling camino-tempfile v1.1.1
23032024-07-19T18:11:59.977Z Compiling curve25519-dalek v4.1.3
23042024-07-19T18:12:00.047Z Compiling bitfield-struct v0.6.1
23052024-07-19T18:12:00.284Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23062024-07-19T18:12:00.496Z Checking keccak v0.1.5
23072024-07-19T18:12:00.585Z Compiling cancel-safe-futures v0.1.5
23082024-07-19T18:12:00.767Z Compiling topological-sort v0.2.2
23092024-07-19T18:12:00.888Z Checking sha3 v0.10.8
23102024-07-19T18:12:01.164Z Compiling mime_guess v2.0.4
23112024-07-19T18:12:01.212Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23122024-07-19T18:12:01.236Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132024-07-19T18:12:01.335Z Checking steno v0.4.1
23142024-07-19T18:12:01.482Z Compiling rustfmt-wrapper v0.2.1
23152024-07-19T18:12:01.679Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23162024-07-19T18:12:01.935Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23172024-07-19T18:12:01.962Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23182024-07-19T18:12:01.985Z Checking universal-hash v0.5.1
23192024-07-19T18:12:02.130Z Compiling thiserror-impl-no-std v2.0.2
23202024-07-19T18:12:02.613Z Checking secrecy v0.8.0
23212024-07-19T18:12:02.790Z Compiling omicron-zone-package v0.11.0
23222024-07-19T18:12:03.216Z Compiling curve25519-dalek-derive v0.1.1
23232024-07-19T18:12:03.600Z Checking opaque-debug v0.3.1
23242024-07-19T18:12:03.727Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23252024-07-19T18:12:03.833Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23262024-07-19T18:12:03.946Z Checking poly1305 v0.8.0
23272024-07-19T18:12:04.271Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23282024-07-19T18:12:04.355Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23292024-07-19T18:12:04.800Z Checking thiserror-no-std v2.0.2
23302024-07-19T18:12:04.901Z Checking chacha20 v0.9.1
23312024-07-19T18:12:04.956Z Checking aead v0.5.2
23322024-07-19T18:12:04.979Z Checking libsw v3.3.1
23332024-07-19T18:12:05.152Z Checking gethostname v0.4.3
23342024-07-19T18:12:05.207Z Checking swrite v0.1.0
23352024-07-19T18:12:05.231Z Checking linear-map v1.2.0
23362024-07-19T18:12:05.279Z Checking owo-colors v4.0.0
23372024-07-19T18:12:05.321Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23382024-07-19T18:12:05.441Z Checking chacha20poly1305 v0.10.1
23392024-07-19T18:12:05.627Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23402024-07-19T18:12:05.967Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23412024-07-19T18:12:05.990Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23422024-07-19T18:12:06.054Z Checking vsss-rs v3.3.4
23432024-07-19T18:12:06.099Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
23442024-07-19T18:12:06.327Z Checking kstat-rs v0.2.4
23452024-07-19T18:12:06.511Z Checking nanorand v0.7.0
23462024-07-19T18:12:06.602Z Checking glob v0.3.1
23472024-07-19T18:12:06.657Z Checking http-range v0.1.5
23482024-07-19T18:12:06.680Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23492024-07-19T18:12:06.829Z Checking hyper-staticfile v0.9.5
23502024-07-19T18:12:06.853Z Checking flume v0.11.0
23512024-07-19T18:12:06.883Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23522024-07-19T18:12:06.934Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23532024-07-19T18:12:07.187Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
23542024-07-19T18:12:07.269Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23552024-07-19T18:12:07.514Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
23562024-07-19T18:12:08.208Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23572024-07-19T18:12:08.404Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23582024-07-19T18:12:08.557Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
23592024-07-19T18:12:08.980Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23602024-07-19T18:12:09.200Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23612024-07-19T18:12:09.437Z Checking display-error-chain v0.2.0
23622024-07-19T18:12:19.800Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23632024-07-19T18:12:26.246Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23642024-07-19T18:12:27.011Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23652024-07-19T18:12:45.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.94s
23662024-07-19T18:12:45.633Z
23672024-07-19T18:12:45.633Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (77/133)
23682024-07-19T18:12:46.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-07-19T18:12:46.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-07-19T18:12:46.546Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23712024-07-19T18:13:05.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
23722024-07-19T18:13:05.141Z
23732024-07-19T18:13:05.141Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (78/133)
23742024-07-19T18:13:05.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-07-19T18:13:05.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-07-19T18:13:06.062Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23772024-07-19T18:13:24.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.61s
23782024-07-19T18:13:24.891Z
23792024-07-19T18:13:24.892Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (79/133)
23802024-07-19T18:13:25.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-07-19T18:13:25.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-07-19T18:13:25.814Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23832024-07-19T18:13:44.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
23842024-07-19T18:13:44.359Z
23852024-07-19T18:13:44.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (80/133)
23862024-07-19T18:13:45.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-07-19T18:13:45.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-07-19T18:13:45.295Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23892024-07-19T18:14:03.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.49s
23902024-07-19T18:14:04.003Z
23912024-07-19T18:14:04.003Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (81/133)
23922024-07-19T18:14:04.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-07-19T18:14:04.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-07-19T18:14:04.912Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23952024-07-19T18:14:23.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.76s
23962024-07-19T18:14:23.917Z
23972024-07-19T18:14:23.917Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (82/133)
23982024-07-19T18:14:24.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-07-19T18:14:24.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-07-19T18:14:24.867Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24012024-07-19T18:14:44.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s
24022024-07-19T18:14:44.246Z
24032024-07-19T18:14:44.246Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (83/133)
24042024-07-19T18:14:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-07-19T18:14:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-07-19T18:14:45.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24072024-07-19T18:15:04.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.99s
24082024-07-19T18:15:04.378Z
24092024-07-19T18:15:04.378Zinfo: running `cargo check --bins` on key-manager (84/133)
24102024-07-19T18:15:05.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-07-19T18:15:05.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-07-19T18:15:05.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-07-19T18:15:05.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24142024-07-19T18:15:05.175Z
24152024-07-19T18:15:05.175Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/133)
24162024-07-19T18:15:05.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-07-19T18:15:05.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-07-19T18:15:05.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-07-19T18:15:05.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
24202024-07-19T18:15:05.930Z
24212024-07-19T18:15:05.930Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/133)
24222024-07-19T18:15:06.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-07-19T18:15:06.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-07-19T18:15:06.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-07-19T18:15:06.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24262024-07-19T18:15:06.720Z
24272024-07-19T18:15:06.720Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/133)
24282024-07-19T18:15:07.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-07-19T18:15:07.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-07-19T18:15:07.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-07-19T18:15:07.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24322024-07-19T18:15:07.537Z
24332024-07-19T18:15:07.537Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/133)
24342024-07-19T18:15:08.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-07-19T18:15:08.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-07-19T18:15:08.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-07-19T18:15:08.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24382024-07-19T18:15:08.334Z
24392024-07-19T18:15:08.335Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/133)
24402024-07-19T18:15:09.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-07-19T18:15:09.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-07-19T18:15:09.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-07-19T18:15:09.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24442024-07-19T18:15:09.146Z
24452024-07-19T18:15:09.146Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/133)
24462024-07-19T18:15:09.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-07-19T18:15:09.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-07-19T18:15:09.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-07-19T18:15:09.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24502024-07-19T18:15:09.964Z
24512024-07-19T18:15:09.964Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/133)
24522024-07-19T18:15:10.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-07-19T18:15:10.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-07-19T18:15:10.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-07-19T18:15:10.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24562024-07-19T18:15:10.759Z
24572024-07-19T18:15:10.759Zinfo: running `cargo check --bins` on oximeter-producer (92/133)
24582024-07-19T18:15:11.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-07-19T18:15:11.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-07-19T18:15:11.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-07-19T18:15:11.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24622024-07-19T18:15:11.576Z
24632024-07-19T18:15:11.576Zinfo: running `cargo check --bins` on sled-hardware (93/133)
24642024-07-19T18:15:12.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-07-19T18:15:12.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-07-19T18:15:12.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-07-19T18:15:12.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24682024-07-19T18:15:12.366Z
24692024-07-19T18:15:12.366Zinfo: running `cargo check --bins --no-default-features` on sled-storage (94/133)
24702024-07-19T18:15:13.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-07-19T18:15:13.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-07-19T18:15:13.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-07-19T18:15:13.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24742024-07-19T18:15:13.157Z
24752024-07-19T18:15:13.157Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (95/133)
24762024-07-19T18:15:13.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-07-19T18:15:13.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-07-19T18:15:13.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-07-19T18:15:13.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24802024-07-19T18:15:13.962Z
24812024-07-19T18:15:13.962Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (96/133)
24822024-07-19T18:15:14.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-07-19T18:15:14.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-07-19T18:15:14.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-07-19T18:15:14.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24862024-07-19T18:15:14.775Z
24872024-07-19T18:15:14.775Zinfo: running `cargo check --bins` on nexus-test-interface (97/133)
24882024-07-19T18:15:15.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-07-19T18:15:15.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-07-19T18:15:15.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-07-19T18:15:15.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24922024-07-19T18:15:15.569Z
24932024-07-19T18:15:15.569Zinfo: running `cargo check --bins` on oximeter-collector (98/133)
24942024-07-19T18:15:16.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-07-19T18:15:16.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-07-19T18:15:16.395Z Checking bcs v0.1.6
24972024-07-19T18:15:16.395Z Compiling async-recursion v1.1.1
24982024-07-19T18:15:16.395Z Checking highway v1.1.0
24992024-07-19T18:15:16.419Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25002024-07-19T18:15:17.529Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25012024-07-19T18:15:21.372Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25022024-07-19T18:15:23.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.00s
25032024-07-19T18:15:23.689Z
25042024-07-19T18:15:23.689Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (99/133)
25052024-07-19T18:15:24.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-07-19T18:15:24.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-07-19T18:15:24.524Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25082024-07-19T18:15:25.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
25092024-07-19T18:15:25.297Z
25102024-07-19T18:15:25.297Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (100/133)
25112024-07-19T18:15:25.882Z Downloading crates ...
25122024-07-19T18:15:26.099Z Downloaded nu-ansi-term v0.50.0
25132024-07-19T18:15:26.123Z Downloaded reedline v0.31.0
25142024-07-19T18:15:26.123Z Downloaded strip-ansi-escapes v0.2.0
25152024-07-19T18:15:26.123Z Downloaded vte_generate_state_changes v0.1.1
25162024-07-19T18:15:26.123Z Downloaded sqlparser v0.45.0
25172024-07-19T18:15:26.146Z Downloaded nix v0.28.0
25182024-07-19T18:15:26.146Z Downloaded vte v0.11.1
25192024-07-19T18:15:26.146Z Downloaded unicode_categories v0.1.1
25202024-07-19T18:15:26.146Z Downloaded rustyline v14.0.0
25212024-07-19T18:15:26.170Z Downloaded peg v0.8.3
25222024-07-19T18:15:26.170Z Downloaded cfg_aliases v0.1.1
25232024-07-19T18:15:26.170Z Downloaded sqlparser_derive v0.2.2
25242024-07-19T18:15:26.170Z Downloaded sqlformat v0.2.4
25252024-07-19T18:15:26.170Z Downloaded peg-macros v0.8.3
25262024-07-19T18:15:26.170Z Downloaded fd-lock v4.0.2
25272024-07-19T18:15:26.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-07-19T18:15:26.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-07-19T18:15:26.287Z Compiling cfg_aliases v0.1.1
25302024-07-19T18:15:26.310Z Compiling vte_generate_state_changes v0.1.1
25312024-07-19T18:15:26.310Z Checking fd-lock v4.0.2
25322024-07-19T18:15:26.310Z Checking bytecount v0.6.8
25332024-07-19T18:15:26.310Z Compiling tabled_derive v0.7.0
25342024-07-19T18:15:26.310Z Compiling peg-macros v0.8.3
25352024-07-19T18:15:26.310Z Compiling sqlparser_derive v0.2.2
25362024-07-19T18:15:26.334Z Checking home v0.5.9
25372024-07-19T18:15:26.429Z Compiling nix v0.28.0
25382024-07-19T18:15:26.504Z Checking unicode_categories v0.1.1
25392024-07-19T18:15:26.528Z Checking nu-ansi-term v0.50.0
25402024-07-19T18:15:26.552Z Checking papergrid v0.11.0
25412024-07-19T18:15:26.749Z Checking sqlformat v0.2.4
25422024-07-19T18:15:26.910Z Checking vte v0.11.1
25432024-07-19T18:15:27.294Z Checking sqlparser v0.45.0
25442024-07-19T18:15:27.864Z Checking strip-ansi-escapes v0.2.0
25452024-07-19T18:15:27.991Z Checking reedline v0.31.0
25462024-07-19T18:15:28.243Z Checking tabled v0.15.0
25472024-07-19T18:15:28.766Z Checking peg v0.8.3
25482024-07-19T18:15:29.207Z Checking rustyline v14.0.0
25492024-07-19T18:15:34.177Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502024-07-19T18:15:41.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s
25512024-07-19T18:15:41.394Z
25522024-07-19T18:15:41.394Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (101/133)
25532024-07-19T18:15:42.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-07-19T18:15:42.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-07-19T18:15:42.275Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25562024-07-19T18:15:49.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
25572024-07-19T18:15:49.432Z
25582024-07-19T18:15:49.432Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (102/133)
25592024-07-19T18:15:50.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-07-19T18:15:50.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-07-19T18:15:50.257Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25622024-07-19T18:15:57.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s
25632024-07-19T18:15:57.157Z
25642024-07-19T18:15:57.157Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (103/133)
25652024-07-19T18:15:57.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-07-19T18:15:57.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-07-19T18:15:57.988Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682024-07-19T18:16:03.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
25692024-07-19T18:16:03.128Z
25702024-07-19T18:16:03.128Zinfo: running `cargo check --bins` on crdb-seed (104/133)
25712024-07-19T18:16:03.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-07-19T18:16:03.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-07-19T18:16:03.978Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
25742024-07-19T18:16:04.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
25752024-07-19T18:16:04.433Z
25762024-07-19T18:16:04.433Zinfo: running `cargo check --bins` on omicron-omdb (105/133)
25772024-07-19T18:16:05.023Z Downloading crates ...
25782024-07-19T18:16:05.242Z Downloaded indicatif v0.17.8
25792024-07-19T18:16:05.265Z Downloaded unicode-linebreak v0.1.5
25802024-07-19T18:16:05.265Z Downloaded unicode-truncate v1.0.0
25812024-07-19T18:16:05.265Z Downloaded portable-atomic v1.6.0
25822024-07-19T18:16:05.266Z Downloaded ratatui v0.27.0
25832024-07-19T18:16:05.289Z Downloaded cassowary v0.3.0
25842024-07-19T18:16:05.289Z Downloaded compact_str v0.7.1
25852024-07-19T18:16:05.313Z Downloaded textwrap v0.16.1
25862024-07-19T18:16:05.313Z Downloaded stability v0.2.0
25872024-07-19T18:16:05.313Z Downloaded smawk v0.3.2
25882024-07-19T18:16:05.313Z Downloaded number_prefix v0.4.0
25892024-07-19T18:16:05.313Z Downloaded multimap v0.10.0
25902024-07-19T18:16:05.313Z Downloaded lru v0.12.3
25912024-07-19T18:16:05.313Z Downloaded itertools v0.13.0
25922024-07-19T18:16:05.313Z Downloaded castaway v0.2.2
25932024-07-19T18:16:05.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-07-19T18:16:05.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-07-19T18:16:05.529Z Compiling glob v0.3.1
25962024-07-19T18:16:05.529Z Compiling crunchy v0.2.2
25972024-07-19T18:16:05.553Z Compiling tiny-keccak v2.0.2
25982024-07-19T18:16:05.584Z Compiling ascii-canvas v3.0.0
25992024-07-19T18:16:05.608Z Compiling ena v0.14.3
26002024-07-19T18:16:05.608Z Compiling libloading v0.8.3
26012024-07-19T18:16:05.608Z Compiling diff v0.1.13
26022024-07-19T18:16:05.633Z Compiling bindgen v0.69.4
26032024-07-19T18:16:05.941Z Compiling regex-syntax v0.6.29
26042024-07-19T18:16:05.981Z Compiling which v4.4.2
26052024-07-19T18:16:06.021Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26062024-07-19T18:16:06.130Z Compiling cexpr v0.6.0
26072024-07-19T18:16:06.222Z Compiling shlex v1.3.0
26082024-07-19T18:16:06.246Z Compiling rustc-hash v1.1.0
26092024-07-19T18:16:06.269Z Compiling lazycell v1.3.0
26102024-07-19T18:16:06.381Z Compiling ref-cast v1.0.23
26112024-07-19T18:16:06.405Z Compiling clang-sys v1.7.0
26122024-07-19T18:16:06.429Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132024-07-19T18:16:06.524Z Compiling derive_builder_core v0.20.0
26142024-07-19T18:16:06.608Z Compiling libxml v0.3.3
26152024-07-19T18:16:06.644Z Compiling ref-cast-impl v1.0.23
26162024-07-19T18:16:06.669Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26172024-07-19T18:16:06.924Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26182024-07-19T18:16:06.978Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26192024-07-19T18:16:07.137Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26202024-07-19T18:16:07.321Z Compiling strum_macros v0.24.3
26212024-07-19T18:16:07.364Z Compiling cookie v0.18.1
26222024-07-19T18:16:07.614Z Compiling indoc v1.0.9
26232024-07-19T18:16:07.801Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26242024-07-19T18:16:08.029Z Compiling impl-trait-for-tuples v0.2.2
26252024-07-19T18:16:08.476Z Compiling lalrpop v0.19.12
26262024-07-19T18:16:08.598Z Compiling derive_builder_macro v0.20.0
26272024-07-19T18:16:09.281Z Compiling oso-derive v0.27.3
26282024-07-19T18:16:09.366Z Checking derive_builder v0.20.0
26292024-07-19T18:16:09.507Z Checking quick-xml v0.31.0
26302024-07-19T18:16:10.448Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
26312024-07-19T18:16:10.683Z Checking maplit v1.0.2
26322024-07-19T18:16:10.956Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26332024-07-19T18:16:11.202Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26342024-07-19T18:16:11.253Z Checking bb8 v0.8.5
26352024-07-19T18:16:11.438Z Compiling const_format_proc_macros v0.2.32
26362024-07-19T18:16:11.660Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
26372024-07-19T18:16:12.403Z Checking crossbeam-deque v0.8.5
26382024-07-19T18:16:12.560Z Compiling portable-atomic v1.6.0
26392024-07-19T18:16:12.705Z Checking rayon-core v1.12.1
26402024-07-19T18:16:13.323Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
26412024-07-19T18:16:13.428Z Checking const_format v0.2.32
26422024-07-19T18:16:13.586Z Checking castaway v0.2.2
26432024-07-19T18:16:13.821Z Checking compact_str v0.7.1
26442024-07-19T18:16:13.954Z Checking rayon v1.10.0
26452024-07-19T18:16:14.482Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26462024-07-19T18:16:14.540Z Checking unicode-truncate v1.0.0
26472024-07-19T18:16:14.720Z Checking itertools v0.13.0
26482024-07-19T18:16:14.744Z Checking lru v0.12.3
26492024-07-19T18:16:14.969Z Compiling stability v0.2.0
26502024-07-19T18:16:15.770Z Checking number_prefix v0.4.0
26512024-07-19T18:16:15.932Z Checking unicode-linebreak v0.1.5
26522024-07-19T18:16:16.243Z Checking smawk v0.3.2
26532024-07-19T18:16:16.421Z Checking cassowary v0.3.0
26542024-07-19T18:16:16.764Z Checking textwrap v0.16.1
26552024-07-19T18:16:16.883Z Checking ratatui v0.27.0
26562024-07-19T18:16:17.143Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26572024-07-19T18:16:17.210Z Checking indicatif v0.17.8
26582024-07-19T18:16:17.247Z Checking multimap v0.10.0
26592024-07-19T18:16:36.757Z Compiling samael v0.0.15
26602024-07-19T18:16:48.878Z Compiling polar-core v0.27.3
26612024-07-19T18:16:57.967Z Checking oso v0.27.3
26622024-07-19T18:17:28.999Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
26632024-07-19T18:17:34.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
26642024-07-19T18:17:34.620Z
26652024-07-19T18:17:34.620Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (106/133)
26662024-07-19T18:17:35.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-07-19T18:17:35.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-07-19T18:17:35.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-07-19T18:17:35.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26702024-07-19T18:17:35.444Z
26712024-07-19T18:17:35.444Zinfo: running `cargo check --bins` on nexus-saga-recovery (107/133)
26722024-07-19T18:17:36.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-07-19T18:17:36.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-07-19T18:17:36.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-07-19T18:17:36.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26762024-07-19T18:17:36.260Z
26772024-07-19T18:17:36.260Zinfo: running `cargo check --bins` on nexus-test-utils-macros (108/133)
26782024-07-19T18:17:36.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-07-19T18:17:36.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-07-19T18:17:36.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-07-19T18:17:36.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26822024-07-19T18:17:37.021Z
26832024-07-19T18:17:37.021Zinfo: running `cargo check --bins` on omicron-nexus (109/133)
26842024-07-19T18:17:37.595Z Downloading crates ...
26852024-07-19T18:17:37.846Z Downloaded buf-list v1.0.3
26862024-07-19T18:17:37.870Z Downloaded pin-project-internal v1.1.5
26872024-07-19T18:17:37.870Z Downloaded snafu-derive v0.8.2
26882024-07-19T18:17:37.870Z Downloaded snafu v0.8.2
26892024-07-19T18:17:37.870Z Downloaded typed-path v0.7.1
26902024-07-19T18:17:37.894Z Downloaded tough v0.17.1
26912024-07-19T18:17:37.894Z Downloaded pin-project v1.1.5
26922024-07-19T18:17:37.894Z Downloaded globset v0.4.14
26932024-07-19T18:17:37.918Z Downloaded serde_plain v1.0.2
26942024-07-19T18:17:37.918Z Downloaded parse-size v1.0.0
26952024-07-19T18:17:37.918Z Downloaded olpc-cjson v0.1.3
26962024-07-19T18:17:37.918Z Downloaded fatfs v0.3.6
26972024-07-19T18:17:37.918Z Downloaded assert_matches v1.5.0
26982024-07-19T18:17:37.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-07-19T18:17:37.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-07-19T18:17:38.121Z Compiling pin-project-internal v1.1.5
27012024-07-19T18:17:38.145Z Compiling snafu-derive v0.8.2
27022024-07-19T18:17:38.169Z Compiling buf-list v1.0.3
27032024-07-19T18:17:38.193Z Checking globset v0.4.14
27042024-07-19T18:17:38.193Z Checking olpc-cjson v0.1.3
27052024-07-19T18:17:38.193Z Checking rand_seeder v0.2.3
27062024-07-19T18:17:38.193Z Checking serde_plain v1.0.2
27072024-07-19T18:17:38.193Z Checking typed-path v0.7.1
27082024-07-19T18:17:38.392Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27092024-07-19T18:17:38.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27102024-07-19T18:17:38.447Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27112024-07-19T18:17:38.599Z Checking parse-size v1.0.0
27122024-07-19T18:17:38.623Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27132024-07-19T18:17:38.677Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27142024-07-19T18:17:38.711Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
27152024-07-19T18:17:38.775Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27162024-07-19T18:17:39.015Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27172024-07-19T18:17:39.363Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27182024-07-19T18:17:39.510Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27192024-07-19T18:17:39.658Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
27202024-07-19T18:17:39.810Z Checking fatfs v0.3.6
27212024-07-19T18:17:39.889Z Checking assert_matches v1.5.0
27222024-07-19T18:17:40.639Z Checking pin-project v1.1.5
27232024-07-19T18:17:41.731Z Checking snafu v0.8.2
27242024-07-19T18:17:42.100Z Checking tough v0.17.1
27252024-07-19T18:17:45.663Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
27262024-07-19T18:17:47.026Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27272024-07-19T18:18:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27282024-07-19T18:18:37.284Z
27292024-07-19T18:18:37.284Zinfo: running `cargo check --bins` on nexus-internal-api (110/133)
27302024-07-19T18:18:38.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-07-19T18:18:38.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-07-19T18:18:38.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332024-07-19T18:18:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27342024-07-19T18:18:38.090Z
27352024-07-19T18:18:38.090Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (111/133)
27362024-07-19T18:18:38.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-07-19T18:18:38.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-07-19T18:18:38.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-07-19T18:18:38.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27402024-07-19T18:18:38.933Z
27412024-07-19T18:18:38.933Zinfo: running `cargo check --bins` on nexus-networking (112/133)
27422024-07-19T18:18:39.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-07-19T18:18:39.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-07-19T18:18:39.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452024-07-19T18:18:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27462024-07-19T18:18:39.746Z
27472024-07-19T18:18:39.746Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (113/133)
27482024-07-19T18:18:40.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-07-19T18:18:40.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-07-19T18:18:40.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512024-07-19T18:18:40.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27522024-07-19T18:18:40.567Z
27532024-07-19T18:18:40.567Zinfo: running `cargo check --bins` on update-common (114/133)
27542024-07-19T18:18:41.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-07-19T18:18:41.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-07-19T18:18:41.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572024-07-19T18:18:41.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27582024-07-19T18:18:41.361Z
27592024-07-19T18:18:41.361Zinfo: running `cargo check --bins` on tufaceous-lib (115/133)
27602024-07-19T18:18:42.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612024-07-19T18:18:42.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622024-07-19T18:18:42.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632024-07-19T18:18:42.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27642024-07-19T18:18:42.172Z
27652024-07-19T18:18:42.172Zinfo: running `cargo check --bins` on tufaceous (116/133)
27662024-07-19T18:18:42.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-07-19T18:18:42.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-07-19T18:18:43.014Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
27692024-07-19T18:18:44.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
27702024-07-19T18:18:44.132Z
27712024-07-19T18:18:44.132Zinfo: running `cargo check --bins` on omicron-dev (117/133)
27722024-07-19T18:18:44.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-07-19T18:18:45.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-07-19T18:18:45.191Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27752024-07-19T18:18:45.215Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762024-07-19T18:18:45.215Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
27772024-07-19T18:18:46.844Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27782024-07-19T18:18:49.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
27792024-07-19T18:18:49.991Z
27802024-07-19T18:18:49.991Zinfo: running `cargo check --bins` on openapi-manager (118/133)
27812024-07-19T18:18:50.611Z Downloading crates ...
27822024-07-19T18:18:50.767Z Downloaded is_ci v1.2.0
27832024-07-19T18:18:50.791Z Downloaded supports-color v3.0.0
27842024-07-19T18:18:50.791Z Downloaded indent_write v2.2.0
27852024-07-19T18:18:50.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-07-19T18:18:50.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-07-19T18:18:50.896Z Checking heck v0.4.1
27882024-07-19T18:18:50.896Z Checking is_ci v1.2.0
27892024-07-19T18:18:50.896Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
27902024-07-19T18:18:50.896Z Checking indent_write v2.2.0
27912024-07-19T18:18:50.921Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27922024-07-19T18:18:51.074Z Checking supports-color v3.0.0
27932024-07-19T18:18:51.097Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
27942024-07-19T18:18:52.790Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
27952024-07-19T18:18:53.794Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
27962024-07-19T18:18:54.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
27972024-07-19T18:19:49.302Z
27982024-07-19T18:19:49.302Zinfo: running `cargo check --bins` on installinator-api (119/133)
27992024-07-19T18:19:49.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-07-19T18:19:49.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-07-19T18:19:49.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-07-19T18:19:49.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28032024-07-19T18:19:49.327Z
28042024-07-19T18:19:49.327Zinfo: running `cargo check --bins` on wicketd-api (120/133)
28052024-07-19T18:19:49.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-07-19T18:19:49.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-07-19T18:19:49.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-07-19T18:19:49.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28092024-07-19T18:19:49.555Z
28102024-07-19T18:19:49.555Zinfo: running `cargo check --bins` on reconfigurator-cli (121/133)
28112024-07-19T18:19:49.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-07-19T18:19:49.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-07-19T18:19:49.555Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28142024-07-19T18:19:49.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
28152024-07-19T18:19:49.555Z
28162024-07-19T18:19:49.555Zinfo: running `cargo check --bins` on omicron-releng (122/133)
28172024-07-19T18:19:49.555Z Downloading crates ...
28182024-07-19T18:19:49.555Z Downloaded shell-words v1.1.0
28192024-07-19T18:19:49.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-07-19T18:19:49.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-07-19T18:19:49.555Z Checking memmap2 v0.9.4
28222024-07-19T18:19:49.555Z Checking untrusted v0.7.1
28232024-07-19T18:19:49.555Z Checking spin v0.5.2
28242024-07-19T18:19:49.555Z Checking constant_time_eq v0.3.0
28252024-07-19T18:19:49.555Z Checking arrayvec v0.7.4
28262024-07-19T18:19:49.555Z Checking arrayref v0.3.7
28272024-07-19T18:19:49.555Z Checking cargo-platform v0.1.8
28282024-07-19T18:19:49.555Z Checking topological-sort v0.2.2
28292024-07-19T18:19:49.555Z Checking shell-words v1.1.0
28302024-07-19T18:19:49.555Z Checking ring v0.16.20
28312024-07-19T18:19:49.555Z Checking cargo_metadata v0.18.1
28322024-07-19T18:19:49.555Z Checking blake3 v1.5.1
28332024-07-19T18:19:49.555Z Checking omicron-zone-package v0.11.0
28342024-07-19T18:19:49.555Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
28352024-07-19T18:19:49.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
28362024-07-19T18:19:49.555Z
28372024-07-19T18:19:49.555Zinfo: running `cargo check --bins` on xtask (123/133)
28382024-07-19T18:19:49.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-07-19T18:19:49.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-07-19T18:19:49.555Z Checking bitflags v2.5.0
28412024-07-19T18:19:49.555Z Checking serde v1.0.204
28422024-07-19T18:19:49.555Z Checking smallvec v1.13.2
28432024-07-19T18:19:49.555Z Checking scopeguard v1.2.0
28442024-07-19T18:19:49.555Z Checking bytes v1.6.0
28452024-07-19T18:19:49.555Z Checking hashbrown v0.14.5
28462024-07-19T18:19:49.555Z Checking log v0.4.21
28472024-07-19T18:19:49.556Z Checking mio v0.8.11
28482024-07-19T18:19:49.556Z Checking lock_api v0.4.12
28492024-07-19T18:19:49.556Z Checking futures-util v0.3.30
28502024-07-19T18:19:49.556Z Checking thiserror v1.0.62
28512024-07-19T18:19:49.556Z Checking parking_lot_core v0.9.10
28522024-07-19T18:19:49.556Z Checking rustix v0.38.34
28532024-07-19T18:19:49.556Z Checking tracing v0.1.40
28542024-07-19T18:19:49.556Z Checking scroll v0.12.0
28552024-07-19T18:19:49.556Z Checking parking_lot v0.12.2
28562024-07-19T18:19:49.556Z Checking http v0.2.12
28572024-07-19T18:19:49.556Z Checking openssl v0.10.64
28582024-07-19T18:19:49.556Z Checking tokio v1.38.1
28592024-07-19T18:19:49.556Z Checking generic-array v0.14.7
28602024-07-19T18:19:49.556Z Checking indexmap v2.2.6
28612024-07-19T18:19:49.556Z Checking slog v2.7.0
28622024-07-19T18:19:49.556Z Checking time v0.3.36
28632024-07-19T18:19:49.556Z Checking zerocopy v0.7.34
28642024-07-19T18:19:49.556Z Checking goblin v0.8.2
28652024-07-19T18:19:49.556Z Checking pest v2.7.10
28662024-07-19T18:19:49.556Z Checking http-body v0.4.6
28672024-07-19T18:19:49.556Z Checking unicode-normalization v0.1.23
28682024-07-19T18:19:49.582Z Checking unicode-bidi v0.3.15
28692024-07-19T18:19:49.582Z Checking syn v2.0.71
28702024-07-19T18:19:49.582Z Checking idna v0.5.0
28712024-07-19T18:19:49.582Z Checking dtrace-parser v0.2.0
28722024-07-19T18:19:49.582Z Checking serde_json v1.0.120
28732024-07-19T18:19:49.582Z Checking serde_spanned v0.6.6
28742024-07-19T18:19:49.582Z Checking toml_datetime v0.6.6
28752024-07-19T18:19:49.582Z Checking crossbeam-utils v0.8.19
28762024-07-19T18:19:49.582Z Checking terminal_size v0.3.0
28772024-07-19T18:19:49.582Z Checking toml_edit v0.22.16
28782024-07-19T18:19:49.582Z Checking crypto-common v0.1.6
28792024-07-19T18:19:49.582Z Checking block-buffer v0.10.4
28802024-07-19T18:19:49.582Z Checking clap_builder v4.5.9
28812024-07-19T18:19:49.582Z Checking native-tls v0.2.11
28822024-07-19T18:19:49.582Z Checking crossbeam-channel v0.5.12
28832024-07-19T18:19:49.582Z Checking slog-json v2.6.1
28842024-07-19T18:19:49.582Z Checking digest v0.10.7
28852024-07-19T18:19:49.582Z Checking url v2.5.0
28862024-07-19T18:19:49.582Z Checking futures-executor v0.3.30
28872024-07-19T18:19:49.582Z Checking semver v1.0.23
28882024-07-19T18:19:49.582Z Checking cargo-platform v0.1.8
28892024-07-19T18:19:49.582Z Checking dof v0.3.0
28902024-07-19T18:19:49.583Z Checking serde_urlencoded v0.7.1
28912024-07-19T18:19:49.583Z Checking camino v1.1.7
28922024-07-19T18:19:49.583Z Checking xattr v1.3.1
28932024-07-19T18:19:49.583Z Checking sha2 v0.10.8
28942024-07-19T18:19:49.583Z Checking slog-async v2.8.0
28952024-07-19T18:19:49.583Z Checking slog-term v2.9.1
28962024-07-19T18:19:49.583Z Checking cargo_metadata v0.18.1
28972024-07-19T18:19:49.583Z Checking tar v0.4.41
28982024-07-19T18:19:49.583Z Checking toml v0.8.15
28992024-07-19T18:19:49.583Z Checking tokio-util v0.7.11
29002024-07-19T18:19:49.583Z Checking tokio-native-tls v0.3.1
29012024-07-19T18:19:49.583Z Checking futures v0.3.30
29022024-07-19T18:19:49.583Z Checking strum v0.26.3
29032024-07-19T18:19:49.583Z Checking slog-bunyan v2.5.0
29042024-07-19T18:19:49.583Z Checking fs-err v2.11.0
29052024-07-19T18:19:49.583Z Checking tabled v0.15.0
29062024-07-19T18:19:49.583Z Checking anyhow v1.0.86
29072024-07-19T18:19:49.583Z Checking cargo_toml v0.20.3
29082024-07-19T18:19:49.583Z Checking macaddr v1.0.1
29092024-07-19T18:19:49.583Z Checking h2 v0.3.26
29102024-07-19T18:19:49.583Z Checking clap v4.5.9
29112024-07-19T18:19:49.583Z Checking usdt-impl v0.5.0
29122024-07-19T18:19:49.583Z Checking usdt v0.5.0
29132024-07-19T18:19:49.583Z Checking hyper v0.14.28
29142024-07-19T18:19:49.583Z Checking hyper-tls v0.5.0
29152024-07-19T18:19:49.583Z Checking reqwest v0.11.27
29162024-07-19T18:19:49.583Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29172024-07-19T18:19:49.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.03s
29182024-07-19T18:19:49.583Z
29192024-07-19T18:19:49.583Zinfo: running `cargo check --bins` on end-to-end-tests (124/133)
29202024-07-19T18:19:49.583Z Downloading crates ...
29212024-07-19T18:19:49.583Z Downloaded blowfish v0.9.1
29222024-07-19T18:19:49.583Z Downloaded russh-cryptovec v0.7.2
29232024-07-19T18:19:49.583Z Downloaded pbkdf2 v0.11.0
29242024-07-19T18:19:49.583Z Downloaded russh-keys v0.43.0
29252024-07-19T18:19:49.583Z Downloaded russh v0.43.0
29262024-07-19T18:19:49.583Z Downloaded rand v0.7.3
29272024-07-19T18:19:49.583Z Downloaded primeorder v0.13.6
29282024-07-19T18:19:49.583Z Downloaded p521 v0.13.3
29292024-07-19T18:19:49.584Z Downloaded p256 v0.13.2
29302024-07-19T18:19:49.584Z Downloaded ed25519-dalek v2.1.1
29312024-07-19T18:19:49.584Z Downloaded aes-gcm v0.10.3
29322024-07-19T18:19:49.584Z Downloaded rfc6979 v0.4.0
29332024-07-19T18:19:49.584Z Downloaded rand_chacha v0.2.2
29342024-07-19T18:19:49.584Z Downloaded pbkdf2 v0.12.2
29352024-07-19T18:19:49.584Z Downloaded password-hash v0.4.2
29362024-07-19T18:19:49.584Z Downloaded internet-checksum v0.2.1
29372024-07-19T18:19:49.584Z Downloaded ghash v0.5.1
29382024-07-19T18:19:49.584Z Downloaded getrandom v0.1.16
29392024-07-19T18:19:49.584Z Downloaded ecdsa v0.16.9
29402024-07-19T18:19:49.584Z Downloaded dirs v5.0.1
29412024-07-19T18:19:49.584Z Downloaded dhcproto v0.11.0
29422024-07-19T18:19:49.584Z Downloaded ctr v0.9.2
29432024-07-19T18:19:49.584Z Downloaded cbc v0.1.2
29442024-07-19T18:19:49.584Z Downloaded bcrypt-pbkdf v0.10.0
29452024-07-19T18:19:49.584Z Downloaded aes v0.8.4
29462024-07-19T18:19:49.584Z Downloaded rand_core v0.5.1
29472024-07-19T18:19:49.584Z Downloaded polyval v0.6.2
29482024-07-19T18:19:49.584Z Downloaded option-ext v0.2.0
29492024-07-19T18:19:49.584Z Downloaded md5 v0.7.0
29502024-07-19T18:19:49.584Z Downloaded hex-literal v0.4.1
29512024-07-19T18:19:49.584Z Downloaded ed25519 v2.2.3
29522024-07-19T18:19:49.584Z Downloaded dirs-sys v0.4.1
29532024-07-19T18:19:49.584Z Downloaded dhcproto-macros v0.1.0
29542024-07-19T18:19:49.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-07-19T18:19:49.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-07-19T18:19:49.584Z Compiling getrandom v0.1.16
29572024-07-19T18:19:49.584Z Checking rfc6979 v0.4.0
29582024-07-19T18:19:49.584Z Checking primeorder v0.13.6
29592024-07-19T18:19:49.584Z Checking option-ext v0.2.0
29602024-07-19T18:19:49.584Z Checking ed25519 v2.2.3
29612024-07-19T18:19:49.584Z Checking polyval v0.6.2
29622024-07-19T18:19:49.584Z Checking aes v0.8.4
29632024-07-19T18:19:49.584Z Checking ctr v0.9.2
29642024-07-19T18:19:49.584Z Checking dirs-sys v0.4.1
29652024-07-19T18:19:49.584Z Checking ecdsa v0.16.9
29662024-07-19T18:19:49.584Z Checking blowfish v0.9.1
29672024-07-19T18:19:49.584Z Checking password-hash v0.4.2
29682024-07-19T18:19:49.611Z Checking pbkdf2 v0.12.2
29692024-07-19T18:19:49.611Z Checking dirs v5.0.1
29702024-07-19T18:19:49.611Z Checking ghash v0.5.1
29712024-07-19T18:19:49.611Z Checking ed25519-dalek v2.1.1
29722024-07-19T18:19:49.611Z Checking bcrypt-pbkdf v0.10.0
29732024-07-19T18:19:49.611Z Checking cbc v0.1.2
29742024-07-19T18:19:49.611Z Checking russh-cryptovec v0.7.2
29752024-07-19T18:19:49.611Z Checking pbkdf2 v0.11.0
29762024-07-19T18:19:49.611Z Checking md5 v0.7.0
29772024-07-19T18:19:49.611Z Compiling dhcproto-macros v0.1.0
29782024-07-19T18:19:49.611Z Checking hex-literal v0.4.1
29792024-07-19T18:19:49.611Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29802024-07-19T18:19:49.611Z Checking p256 v0.13.2
29812024-07-19T18:19:49.611Z Checking p521 v0.13.3
29822024-07-19T18:19:49.611Z Checking aes-gcm v0.10.3
29832024-07-19T18:19:49.611Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29842024-07-19T18:19:49.611Z Checking internet-checksum v0.2.1
29852024-07-19T18:19:49.611Z Checking rand_core v0.5.1
29862024-07-19T18:19:49.611Z Checking rand_chacha v0.2.2
29872024-07-19T18:19:49.611Z Checking dhcproto v0.11.0
29882024-07-19T18:19:49.611Z Checking rand v0.7.3
29892024-07-19T18:19:49.612Z Checking russh-keys v0.43.0
29902024-07-19T18:19:49.612Z Checking russh v0.43.0
29912024-07-19T18:19:49.612Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29922024-07-19T18:19:49.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.82s
29932024-07-19T18:19:49.612Z
29942024-07-19T18:19:49.612Zinfo: running `cargo check --bins` on gateway-cli (125/133)
29952024-07-19T18:19:49.612Z Downloading crates ...
29962024-07-19T18:19:49.612Z Downloaded termios v0.3.3
29972024-07-19T18:19:49.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-07-19T18:19:49.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-07-19T18:19:49.612Z Checking termios v0.3.3
30002024-07-19T18:19:49.612Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30012024-07-19T18:19:49.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
30022024-07-19T18:19:49.612Z
30032024-07-19T18:19:49.612Zinfo: running `cargo check --bins --no-default-features` on installinator (126/133)
30042024-07-19T18:19:49.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-07-19T18:19:49.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-07-19T18:19:49.930Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30072024-07-19T18:19:52.342Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30082024-07-19T18:19:54.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
30092024-07-19T18:19:54.671Z
30102024-07-19T18:19:54.671Zinfo: running `cargo check --bins` on internal-dns-cli (127/133)
30112024-07-19T18:19:55.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-07-19T18:19:55.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-07-19T18:19:55.459Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30142024-07-19T18:19:55.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30152024-07-19T18:19:56.018Z
30162024-07-19T18:19:56.018Zinfo: running `cargo check --bins` on omicron-package (128/133)
30172024-07-19T18:19:56.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-07-19T18:19:56.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-07-19T18:19:56.812Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30202024-07-19T18:19:58.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
30212024-07-19T18:19:58.307Z
30222024-07-19T18:19:58.307Zinfo: running `cargo check --bins` on wicket-dbg (129/133)
30232024-07-19T18:19:58.971Z Downloading crates ...
30242024-07-19T18:19:59.065Z Downloaded rtoolbox v0.0.2
30252024-07-19T18:19:59.090Z Downloaded tui-tree-widget v0.21.0
30262024-07-19T18:19:59.090Z Downloaded rpassword v7.3.1
30272024-07-19T18:19:59.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-07-19T18:19:59.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-07-19T18:19:59.204Z Checking rtoolbox v0.0.2
30302024-07-19T18:19:59.204Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30312024-07-19T18:19:59.228Z Checking tui-tree-widget v0.21.0
30322024-07-19T18:19:59.382Z Checking rpassword v7.3.1
30332024-07-19T18:20:04.038Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30342024-07-19T18:20:07.484Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30352024-07-19T18:20:08.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s
30362024-07-19T18:20:08.986Z
30372024-07-19T18:20:08.986Zinfo: running `cargo check --bins` on wicket (130/133)
30382024-07-19T18:20:09.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-07-19T18:20:09.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-07-19T18:20:09.860Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30412024-07-19T18:20:10.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
30422024-07-19T18:20:10.354Z
30432024-07-19T18:20:10.354Zinfo: running `cargo check --bins` on wicketd (131/133)
30442024-07-19T18:20:11.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-07-19T18:20:11.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-07-19T18:20:11.231Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30472024-07-19T18:20:15.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
30482024-07-19T18:20:15.520Z
30492024-07-19T18:20:15.520Zinfo: running `cargo check --bins` on omicron-workspace-hack (132/133)
30502024-07-19T18:20:16.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-07-19T18:20:16.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-07-19T18:20:16.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-07-19T18:20:16.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30542024-07-19T18:20:16.260Z
30552024-07-19T18:20:16.260Zinfo: running `cargo check --bins` on zone-setup (133/133)
30562024-07-19T18:20:17.007Z Downloading crates ...
30572024-07-19T18:20:17.084Z Downloaded uzers v0.11.3
30582024-07-19T18:20:17.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-07-19T18:20:17.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-07-19T18:20:17.198Z Checking uzers v0.11.3
30612024-07-19T18:20:17.475Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30622024-07-19T18:20:18.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
30632024-07-19T18:20:18.204Z
30642024-07-19T18:20:18.204Zreal 13:09.211732416
30652024-07-19T18:20:18.204Zuser 28:10.689768600
30662024-07-19T18:20:18.228Zsys 6:25.161658136
30672024-07-19T18:20:18.228Ztrap 0.771971310
30682024-07-19T18:20:18.228Ztflt 1.096552046
30692024-07-19T18:20:18.229Zdflt 2.901819108
30702024-07-19T18:20:18.229Zkflt 0.001103812
30712024-07-19T18:20:18.229Zlock 2:24:37.319335454
30722024-07-19T18:20:18.229Zslp 2:10:17.070308384
30732024-07-19T18:20:18.229Zlat 1:14.263411365
30742024-07-19T18:20:18.229Zstop 2:52.680790337
30752024-07-19T18:20:18.229Zprocess exited: duration 1010390 ms, exit code 0
 
30762024-07-19T18:20:18.278Zfound 0 output files