01J48K0B6TDWK3M3M578RQ4PZQ: 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: 01J48K11JKQ0ATTRE0GQCS808W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-02T03:45:35.282Zjob assigned to worker 01J48K16CR7643HCCQ6RRPVVRX (queued for 56 s)
 
22024-08-02T03:45:43.547Zstarting task 0: "setup"
32024-08-02T03:45:43.597Z++ uname -s
42024-08-02T03:45:43.599Z+ kern=SunOS
52024-08-02T03:45:43.599Z+ case "$kern" in
62024-08-02T03:45:43.599Z+ groupadd -g 12345 build
72024-08-02T03:45:43.602Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-02T03:45:45.611Z+ zfs create -o mountpoint=/work rpool/work
92024-08-02T03:45:45.709Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-02T03:45:45.712Z+ home_fs=zfs
112024-08-02T03:45:45.713Z+ [[ zfs == autofs ]]
122024-08-02T03:45:45.713Z+ mkdir -p /home/build
132024-08-02T03:45:45.716Z+ chown build:build /home/build /work
142024-08-02T03:45:47.717Z+ chmod 0700 /home/build /work
152024-08-02T03:45:47.719Zprocess exited: duration 4171 ms, exit code 0
 
162024-08-02T03:45:47.725Zstarting task 1: "rust-toolchain"
172024-08-02T03:45:47.730Z+ printf ' * toolchain channel = "%s"
182024-08-02T03:45:47.730Z * toolchain channel = "1.80.0"
192024-08-02T03:45:47.730Z * toolchain profile = "default"
202024-08-02T03:45:47.730Z' 1.80.0
212024-08-02T03:45:47.730Z+ printf ' * toolchain profile = "%s"
222024-08-02T03:45:47.730Z' default
232024-08-02T03:45:47.733Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-02T03:45:47.733Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-02T03:45:47.850Zinfo: downloading installer
262024-08-02T03:45:50.755Zinfo: profile set to 'default'
272024-08-02T03:45:50.755Zinfo: default host triple is x86_64-unknown-illumos
282024-08-02T03:45:50.758Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-02T03:45:51.046Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-02T03:45:51.046Zinfo: downloading component 'cargo'
312024-08-02T03:45:53.062Zinfo: downloading component 'clippy'
322024-08-02T03:45:53.784Zinfo: downloading component 'rust-docs'
332024-08-02T03:45:56.546Zinfo: downloading component 'rust-std'
342024-08-02T03:46:00.469Zinfo: downloading component 'rustc'
352024-08-02T03:46:11.617Zinfo: downloading component 'rustfmt'
362024-08-02T03:46:12.209Zinfo: installing component 'cargo'
372024-08-02T03:46:13.042Zinfo: installing component 'clippy'
382024-08-02T03:46:13.407Zinfo: installing component 'rust-docs'
392024-08-02T03:46:15.029Zinfo: installing component 'rust-std'
402024-08-02T03:46:16.682Zinfo: installing component 'rustc'
412024-08-02T03:46:21.019Zinfo: installing component 'rustfmt'
422024-08-02T03:46:21.363Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-02T03:46:21.363Z
442024-08-02T03:46:21.639Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-02T03:46:21.639Z
462024-08-02T03:46:21.646Z
472024-08-02T03:46:21.646ZRust is installed now. Great!
482024-08-02T03:46:21.646Z
492024-08-02T03:46:21.646ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-02T03:46:21.646Zenvironment variable. This has not been done automatically.
512024-08-02T03:46:21.646Z
522024-08-02T03:46:21.646ZTo configure your current shell, you need to source
532024-08-02T03:46:21.646Zthe corresponding env file under $HOME/.cargo.
542024-08-02T03:46:21.646Z
552024-08-02T03:46:21.647ZThis is usually done by running one of the following (note the leading DOT):
562024-08-02T03:46:21.647Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-02T03:46:21.647Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-02T03:46:21.793Z+ rustc --version
592024-08-02T03:46:21.861Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-02T03:46:21.866Zprocess exited: duration 34130 ms, exit code 0
 
612024-08-02T03:46:21.877Zstarting task 2: "authentication"
622024-08-02T03:46:21.900Zprocess exited: duration 21 ms, exit code 0
 
632024-08-02T03:46:21.911Zstarting task 3: "clone repository"
642024-08-02T03:46:21.914Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-02T03:46:21.918Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-02T03:46:22.671ZCloning into '/work/oxidecomputer/omicron'...
672024-08-02T03:46:30.660Z+ cd /work/oxidecomputer/omicron
682024-08-02T03:46:30.661Z+ git fetch origin 613a728ea210b00646465017fc5981bab546139e
692024-08-02T03:46:31.047ZFrom https://github.com/oxidecomputer/omicron
702024-08-02T03:46:31.047Z * branch 613a728ea210b00646465017fc5981bab546139e -> FETCH_HEAD
712024-08-02T03:46:31.056Z+ [[ -n renovate/predicates-3.x ]]
722024-08-02T03:46:31.060Z++ git branch --show-current
732024-08-02T03:46:31.060Z+ current=main
742024-08-02T03:46:31.060Z+ [[ main != renovate/predicates-3.x ]]
752024-08-02T03:46:31.060Z+ git branch -f renovate/predicates-3.x 613a728ea210b00646465017fc5981bab546139e
762024-08-02T03:46:31.066Z+ git checkout -f renovate/predicates-3.x
772024-08-02T03:46:31.202ZSwitched to branch 'renovate/predicates-3.x'
782024-08-02T03:46:31.209Z+ git reset --hard 613a728ea210b00646465017fc5981bab546139e
792024-08-02T03:46:31.214ZHEAD is now at 613a728ea Update Rust crate predicates to 3.1.2
802024-08-02T03:46:31.217Zprocess exited: duration 9303 ms, exit code 0
 
812024-08-02T03:46:31.227Zstarting task 4: "build"
822024-08-02T03:46:31.234Z+ cargo --version
832024-08-02T03:46:31.286Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-02T03:46:31.297Z+ rustc --version
852024-08-02T03:46:31.344Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-02T03:46:31.347Z+ source ./env.sh
872024-08-02T03:46:31.347Z++ OLD_SHELL_OPTS=ehxB
882024-08-02T03:46:31.347Z++ set -o xtrace
892024-08-02T03:46:31.350Z++++ dirname ./env.sh
902024-08-02T03:46:31.353Z+++ readlink -f .
912024-08-02T03:46:31.436Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-02T03:46:31.442Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-02T03:46:31.442Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-02T03:46:31.442Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-02T03:46:31.442Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-02T03:46:31.442Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-02T03:46:31.442Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-02T03:46:31.443Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-02T03:46:31.443Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-02T03:46:31.443Z++ case $OLD_SHELL_OPTS in
1012024-08-02T03:46:31.443Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-02T03:46:31.443Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-02T03:46:31.443Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-02T03:46:31.443Z+ banner prerequisites
1052024-08-02T03:46:31.486Z
1062024-08-02T03:46:31.486Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-02T03:46:31.486Z # # # # # # # # # # # # # # #
1082024-08-02T03:46:31.486Z # # # # ##### # # ##### # # # # # #### #
1092024-08-02T03:46:31.486Z ##### ##### # ##### # # # # # # # # #
1102024-08-02T03:46:31.487Z # # # # # # # # # # # # # # #
1112024-08-02T03:46:31.487Z # # # ###### # # ###### ### # #### # #### #
1122024-08-02T03:46:31.487Z
1132024-08-02T03:46:31.498Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-02T03:46:44.705Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-02T03:46:46.878Z Startup: Caching catalogs ... Done
1162024-08-02T03:46:50.498ZPlanning: Solver setup ... Done (3.048s)
1172024-08-02T03:46:50.559ZPlanning: Running solver ... Done (0.059s)
1182024-08-02T03:46:50.606ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-02T03:46:51.053ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-02T03:46:53.119ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-02T03:46:53.171ZPlanning: Package planning ... Done (0.050s)
1222024-08-02T03:46:53.220ZPlanning: Merging actions ... Done (0.051s)
1232024-08-02T03:46:53.936ZPlanning: Checking for conflicting actions ... Done (0.709s)
1242024-08-02T03:46:53.947ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-02T03:46:57.497ZPlanning: Evaluating mediators ... Done (3.556s)
1262024-08-02T03:46:57.509ZPlanning: Planning completed in 10.56 seconds
1272024-08-02T03:46:57.755Z Packages to install: 4
1282024-08-02T03:46:57.755Z Mediators to change: 2
1292024-08-02T03:46:57.755Z Services to change: 1
1302024-08-02T03:46:57.755Z Estimated space available: 155.75 GB
1312024-08-02T03:46:57.755ZEstimated space to be consumed: 1.47 GB
1322024-08-02T03:46:57.771Z Create boot environment: No
1332024-08-02T03:46:57.771ZCreate backup boot environment: No
1342024-08-02T03:46:57.771Z Rebuild boot archive: No
1352024-08-02T03:46:57.771Z
1362024-08-02T03:46:57.771ZChanged mediators:
1372024-08-02T03:46:57.771Z mediator clang:
1382024-08-02T03:46:57.771Z version: None -> 15 (system default)
1392024-08-02T03:46:57.772Z
1402024-08-02T03:46:57.772Z mediator llvm:
1412024-08-02T03:46:57.772Z version: 14 (system default) -> 15 (system default)
1422024-08-02T03:46:57.772Z
1432024-08-02T03:46:57.772ZChanged packages:
1442024-08-02T03:46:57.772Zhelios-dev
1452024-08-02T03:46:57.772Z developer/build-essential
1462024-08-02T03:46:57.772Z None -> 11-2.0
1472024-08-02T03:46:57.772Z library/libxmlsec1
1482024-08-02T03:46:57.772Z None -> 1.2.35-2.0
1492024-08-02T03:46:57.772Z ooce/developer/clang-15
1502024-08-02T03:46:57.772Z None -> 15.0.7-2.0
1512024-08-02T03:46:57.772Z ooce/developer/llvm-15
1522024-08-02T03:46:57.772Z None -> 15.0.7-2.0
1532024-08-02T03:46:57.773Z
1542024-08-02T03:46:57.773ZServices:
1552024-08-02T03:46:57.773Z restart_fmri:
1562024-08-02T03:46:57.773Z svc:/system/update-man-index:default
1572024-08-02T03:46:57.866Z
1582024-08-02T03:46:57.866ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-02T03:47:02.866ZDownload: 883/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1602024-08-02T03:47:08.677ZDownload: 1192/3290 items 83.2/212.6MB 39% complete (9.3M/s)
1612024-08-02T03:47:15.030ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (8.9M/s)
1622024-08-02T03:47:32.669ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1632024-08-02T03:47:37.685ZDownload: 1379/3290 items 116.3/212.6MB 54% complete (7.3M/s)
1642024-08-02T03:47:42.717ZDownload: 1711/3290 items 117.4/212.6MB 55% complete (3.7M/s)
1652024-08-02T03:47:47.743ZDownload: 1846/3290 items 117.9/212.6MB 55% complete (386k/s)
1662024-08-02T03:47:52.906ZDownload: 2213/3290 items 118.6/212.6MB 55% complete (110k/s)
1672024-08-02T03:47:59.160ZDownload: 2223/3290 items 118.6/212.6MB 55% complete (108k/s)
1682024-08-02T03:48:04.172ZDownload: 2426/3290 items 120.1/212.6MB 56% complete (155k/s)
1692024-08-02T03:48:09.183ZDownload: 2836/3290 items 121.1/212.6MB 56% complete (255k/s)
1702024-08-02T03:48:14.190ZDownload: 3099/3290 items 162.6/212.6MB 76% complete (4.2M/s)
1712024-08-02T03:48:19.208ZDownload: 3243/3290 items 200.6/212.6MB 94% complete (7.9M/s)
1722024-08-02T03:48:26.447ZDownload: 3246/3290 items 202.7/212.6MB 95% complete (8.0M/s)
1732024-08-02T03:48:35.874ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (4.9M/s)
1742024-08-02T03:48:42.196ZDownload: 3286/3290 items 211.4/212.6MB 99% complete (2.3M/s)
1752024-08-02T03:48:48.619ZDownload: 3289/3290 items 211.8/212.6MB 99% complete (1.9M/s)
1762024-08-02T03:48:48.668ZDownload: Completed 212.60 MB in 110.78 seconds (1.9M/s)
1772024-08-02T03:48:48.819Z Actions: 1/3689 actions (Installing new actions)
1782024-08-02T03:48:53.868Z Actions: 3607/3689 actions (Installing new actions)
1792024-08-02T03:48:53.905Z Actions: Completed 3689 actions in 5.09 seconds.
1802024-08-02T03:48:54.169Z Done (0.260s)
1812024-08-02T03:48:54.169Z Done (0.000s)
1822024-08-02T03:48:54.516Z Done (0.346s)
1832024-08-02T03:48:59.635Z Done (4.954s)
1842024-08-02T03:48:59.798Z Done (0.099s)
1852024-08-02T03:48:59.801Z Done (0.000s)
1862024-08-02T03:48:59.961Z Done (0.000s)
1872024-08-02T03:49:00.551ZPlanning: Evaluating mediator changes ... Done
1882024-08-02T03:49:00.723ZPlanning: Checking for conflicting actions ... Done
1892024-08-02T03:49:00.725ZPlanning: Consolidating action changes ... Done
1902024-08-02T03:49:00.993ZPlanning: Evaluating mediators ... Done
1912024-08-02T03:49:00.996ZPlanning: Planning completed in 0.44 seconds
1922024-08-02T03:49:01.028Z Mediators to change: 2
1932024-08-02T03:49:01.028Z Create boot environment: No
1942024-08-02T03:49:01.028ZCreate backup boot environment: No
1952024-08-02T03:49:01.098Z Done
1962024-08-02T03:49:01.099Z Done
1972024-08-02T03:49:01.332Z Done
1982024-08-02T03:49:04.952Z Done
1992024-08-02T03:49:05.043Z Done
2002024-08-02T03:49:05.043Z Done
2012024-08-02T03:49:05.160Z Done
2022024-08-02T03:49:05.785ZPlanning: Evaluating mediator changes ... Done
2032024-08-02T03:49:05.788ZPlanning: Merging actions ... Done
2042024-08-02T03:49:05.984ZPlanning: Checking for conflicting actions ... Done
2052024-08-02T03:49:05.987ZPlanning: Consolidating action changes ... Done
2062024-08-02T03:49:06.269ZPlanning: Evaluating mediators ... Done
2072024-08-02T03:49:06.320ZPlanning: Planning completed in 0.77 seconds
2082024-08-02T03:49:06.355Z Packages to change: 1
2092024-08-02T03:49:06.355Z Mediators to change: 1
2102024-08-02T03:49:06.355Z Services to change: 1
2112024-08-02T03:49:06.355Z Create boot environment: No
2122024-08-02T03:49:06.355ZCreate backup boot environment: Yes
2132024-08-02T03:49:08.261Z Actions: 1/6 actions (Updating modified actions)
2142024-08-02T03:49:08.291Z Actions: Completed 6 actions in 0.03 seconds.
2152024-08-02T03:49:08.295Z Done
2162024-08-02T03:49:08.295Z Done
2172024-08-02T03:49:08.366Z Done
2182024-08-02T03:49:12.095Z Done
2192024-08-02T03:49:12.184Z Done
2202024-08-02T03:49:12.187Z Done
2212024-08-02T03:49:12.290Z Done
2222024-08-02T03:49:12.722ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-08-02T03:49:12.722Zclang system 15 system
2242024-08-02T03:49:12.722Zcsh system system illumos
2252024-08-02T03:49:12.722Zctags system system illumos
2262024-08-02T03:49:12.722Zgcc vendor 12 vendor
2272024-08-02T03:49:12.722Zgcc system 10 system
2282024-08-02T03:49:12.722Zgcc system 7 system
2292024-08-02T03:49:12.722Zgo system 1.20 system
2302024-08-02T03:49:12.722Zgo system 1.19 system
2312024-08-02T03:49:12.722Zllvm system 15 system
2322024-08-02T03:49:12.722Zllvm system 14 system
2332024-08-02T03:49:12.722Zmariadb system 10.6 system
2342024-08-02T03:49:12.722Zmta vendor vendor dma
2352024-08-02T03:49:12.722Zopenjdk system 17 system
2362024-08-02T03:49:12.722Zopenjdk system 11 system
2372024-08-02T03:49:12.722Zopenjdk system 1.8 system
2382024-08-02T03:49:12.722Zopenssl vendor 3 vendor
2392024-08-02T03:49:12.722Zperl system 5.36 system
2402024-08-02T03:49:12.722Zpostgresql system 15 system
2412024-08-02T03:49:12.722Zpostgresql system 13 system
2422024-08-02T03:49:12.722Zpython vendor 3 vendor
2432024-08-02T03:49:12.722Zpython system 2 system
2442024-08-02T03:49:12.722Zpython3 system 3.11 system
2452024-08-02T03:49:12.722Zruby system 3.0 system
2462024-08-02T03:49:12.722Zwords vendor vendor american-english
2472024-08-02T03:49:12.722Zwords system system australian-english
2482024-08-02T03:49:12.722Zwords system system british-english
2492024-08-02T03:49:12.723Zwords system system canadian-english
2502024-08-02T03:49:12.723Zwords system system french
2512024-08-02T03:49:12.723Zwords system system italian
2522024-08-02T03:49:12.723Zwords system system ngerman
2532024-08-02T03:49:12.723Zwords system system ogerman
2542024-08-02T03:49:12.723Zwords system system spanish
2552024-08-02T03:49:13.052ZPUBLISHER TYPE STATUS P LOCATION
2562024-08-02T03:49:13.052Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-08-02T03:49:14.702ZFMRI IFO
2582024-08-02T03:49:14.702Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-08-02T03:49:14.702Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-08-02T03:49:14.702Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-08-02T03:49:14.703Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-08-02T03:49:14.703Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-08-02T03:49:14.703Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-08-02T03:49:14.703Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2652024-08-02T03:49:14.703Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-08-02T03:49:14.703Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-08-02T03:49:14.703Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-08-02T03:49:14.703Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-08-02T03:49:14.703Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-08-02T03:49:15.261Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-08-02T03:49:15.500Z Updating git repository `https://github.com/oxidecomputer/zone`
2722024-08-02T03:49:15.741Z Updating crates.io index
2732024-08-02T03:49:15.744Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2742024-08-02T03:49:16.436Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-08-02T03:49:17.206Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-08-02T03:49:17.479Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2772024-08-02T03:49:19.186Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-08-02T03:49:19.428Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-08-02T03:49:19.700Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-08-02T03:49:20.808Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-08-02T03:49:22.653Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-08-02T03:49:23.544Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-08-02T03:49:24.207Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-08-02T03:49:24.749Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-08-02T03:49:25.032Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2862024-08-02T03:49:25.331Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-08-02T03:49:25.591Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-08-02T03:49:25.868Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-08-02T03:49:26.117Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-08-02T03:49:26.351Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-08-02T03:49:26.626Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-08-02T03:49:26.962Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-08-02T03:49:27.262Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-08-02T03:49:27.673Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-08-02T03:49:28.111Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-08-02T03:49:28.395Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-08-02T03:49:28.755Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-08-02T03:49:30.990Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-08-02T03:49:31.251Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-08-02T03:49:31.524Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-08-02T03:49:31.827Z Updating git repository `https://github.com/oxidecomputer/rfb`
3022024-08-02T03:49:32.993Z Downloading crates ...
3032024-08-02T03:49:33.071Z Downloaded autocfg v1.3.0
3042024-08-02T03:49:33.074Z Downloaded anstyle-parse v0.2.4
3052024-08-02T03:49:33.077Z Downloaded dtrace-parser v0.2.0
3062024-08-02T03:49:33.089Z Downloaded pretty-hex v0.4.1
3072024-08-02T03:49:33.093Z Downloaded scroll_derive v0.12.0
3082024-08-02T03:49:33.098Z Downloaded heck v0.4.1
3092024-08-02T03:49:33.102Z Downloaded cfg-if v1.0.0
3102024-08-02T03:49:33.102Z Downloaded fs-err v2.11.0
3112024-08-02T03:49:33.105Z Downloaded errno v0.3.9
3122024-08-02T03:49:33.105Z Downloaded equivalent v1.0.1
3132024-08-02T03:49:33.105Z Downloaded cpufeatures v0.2.12
3142024-08-02T03:49:33.108Z Downloaded anstyle-query v1.0.3
3152024-08-02T03:49:33.108Z Downloaded bytecount v0.6.8
3162024-08-02T03:49:33.112Z Downloaded memmap v0.7.0
3172024-08-02T03:49:33.112Z Downloaded itoa v1.0.11
3182024-08-02T03:49:33.115Z Downloaded anstyle v1.0.8
3192024-08-02T03:49:33.115Z Downloaded clap_lex v0.7.0
3202024-08-02T03:49:33.115Z Downloaded cargo_metadata v0.18.1
3212024-08-02T03:49:33.119Z Downloaded block-buffer v0.10.4
3222024-08-02T03:49:33.119Z Downloaded thiserror-impl v1.0.63
3232024-08-02T03:49:33.119Z Downloaded strsim v0.11.1
3242024-08-02T03:49:33.121Z Downloaded serde_tokenstream v0.2.1
3252024-08-02T03:49:33.124Z Downloaded proc-macro-error-attr v1.0.4
3262024-08-02T03:49:33.127Z Downloaded terminal_size v0.3.0
3272024-08-02T03:49:33.130Z Downloaded usdt v0.5.0
3282024-08-02T03:49:33.130Z Downloaded is_terminal_polyfill v1.70.0
3292024-08-02T03:49:33.134Z Downloaded bitflags v2.6.0
3302024-08-02T03:49:33.138Z Downloaded tabled_derive v0.7.0
3312024-08-02T03:49:33.143Z Downloaded digest v0.10.7
3322024-08-02T03:49:33.143Z Downloaded colorchoice v1.0.1
3332024-08-02T03:49:33.146Z Downloaded anyhow v1.0.86
3342024-08-02T03:49:33.146Z Downloaded anstream v0.6.14
3352024-08-02T03:49:33.148Z Downloaded usdt-attr-macro v0.5.0
3362024-08-02T03:49:33.148Z Downloaded swrite v0.1.0
3372024-08-02T03:49:33.152Z Downloaded usdt-macro v0.5.0
3382024-08-02T03:49:33.161Z Downloaded usdt-impl v0.5.0
3392024-08-02T03:49:33.164Z Downloaded once_cell v1.19.0
3402024-08-02T03:49:33.167Z Downloaded pest_derive v2.7.10
3412024-08-02T03:49:33.170Z Downloaded zerocopy-derive v0.7.34
3422024-08-02T03:49:33.174Z Downloaded quote v1.0.36
3432024-08-02T03:49:33.177Z Downloaded utf8parse v0.2.1
3442024-08-02T03:49:33.179Z Downloaded heck v0.5.0
3452024-08-02T03:49:33.179Z Downloaded log v0.4.21
3462024-08-02T03:49:33.182Z Downloaded fnv v1.0.7
3472024-08-02T03:49:33.182Z Downloaded macaddr v1.0.1
3482024-08-02T03:49:33.184Z Downloaded plain v0.2.3
3492024-08-02T03:49:33.185Z Downloaded generic-array v0.14.7
3502024-08-02T03:49:33.187Z Downloaded dof v0.3.0
3512024-08-02T03:49:33.190Z Downloaded version_check v0.9.4
3522024-08-02T03:49:33.196Z Downloaded thread-id v4.2.1
3532024-08-02T03:49:33.199Z Downloaded thiserror v1.0.63
3542024-08-02T03:49:33.204Z Downloaded pest_generator v2.7.10
3552024-08-02T03:49:33.207Z Downloaded cargo-platform v0.1.8
3562024-08-02T03:49:33.207Z Downloaded camino v1.1.7
3572024-08-02T03:49:33.210Z Downloaded pest_meta v2.7.10
3582024-08-02T03:49:33.212Z Downloaded unicode-ident v1.0.12
3592024-08-02T03:49:33.213Z Downloaded typenum v1.17.0
3602024-08-02T03:49:33.215Z Downloaded ryu v1.0.18
3612024-08-02T03:49:33.218Z Downloaded crypto-common v0.1.6
3622024-08-02T03:49:33.221Z Downloaded sha2 v0.10.8
3632024-08-02T03:49:33.221Z Downloaded serde_spanned v0.6.7
3642024-08-02T03:49:33.224Z Downloaded semver v1.0.23
3652024-08-02T03:49:33.227Z Downloaded scroll v0.12.0
3662024-08-02T03:49:33.227Z Downloaded clap_derive v4.5.8
3672024-08-02T03:49:33.230Z Downloaded cargo_toml v0.20.4
3682024-08-02T03:49:33.230Z Downloaded proc-macro-error v1.0.4
3692024-08-02T03:49:33.233Z Downloaded byteorder v1.5.0
3702024-08-02T03:49:33.236Z Downloaded toml_datetime v0.6.8
3712024-08-02T03:49:33.236Z Downloaded toml v0.8.19
3722024-08-02T03:49:33.241Z Downloaded clap v4.5.9
3732024-08-02T03:49:33.250Z Downloaded ucd-trie v0.1.6
3742024-08-02T03:49:33.253Z Downloaded indexmap v2.2.6
3752024-08-02T03:49:33.259Z Downloaded serde v1.0.204
3762024-08-02T03:49:33.262Z Downloaded proc-macro2 v1.0.86
3772024-08-02T03:49:33.270Z Downloaded serde_derive v1.0.204
3782024-08-02T03:49:33.274Z Downloaded papergrid v0.11.0
3792024-08-02T03:49:33.284Z Downloaded memchr v2.7.2
3802024-08-02T03:49:33.291Z Downloaded toml_edit v0.22.20
3812024-08-02T03:49:33.312Z Downloaded pest v2.7.10
3822024-08-02T03:49:33.338Z Downloaded hashbrown v0.14.5
3832024-08-02T03:49:33.347Z Downloaded goblin v0.8.2
3842024-08-02T03:49:33.353Z Downloaded clap_builder v4.5.9
3852024-08-02T03:49:33.360Z Downloaded zerocopy v0.7.34
3862024-08-02T03:49:33.376Z Downloaded winnow v0.6.18
3872024-08-02T03:49:33.384Z Downloaded serde_json v1.0.120
3882024-08-02T03:49:33.391Z Downloaded tabled v0.15.0
3892024-08-02T03:49:33.406Z Downloaded syn v2.0.72
3902024-08-02T03:49:33.416Z Downloaded syn v1.0.109
3912024-08-02T03:49:33.427Z Downloaded rustix v0.38.34
3922024-08-02T03:49:33.448Z Downloaded unicode-width v0.1.13
3932024-08-02T03:49:33.457Z Downloaded libc v0.2.155
3942024-08-02T03:49:33.748Z Compiling proc-macro2 v1.0.86
3952024-08-02T03:49:33.748Z Compiling unicode-ident v1.0.12
3962024-08-02T03:49:33.751Z Compiling version_check v0.9.4
3972024-08-02T03:49:33.751Z Compiling serde v1.0.204
3982024-08-02T03:49:33.751Z Compiling thiserror v1.0.63
3992024-08-02T03:49:33.751Z Compiling libc v0.2.155
4002024-08-02T03:49:33.751Z Compiling memchr v2.7.2
4012024-08-02T03:49:33.751Z Compiling itoa v1.0.11
4022024-08-02T03:49:34.035Z Compiling ryu v1.0.18
4032024-08-02T03:49:34.086Z Compiling ucd-trie v0.1.6
4042024-08-02T03:49:34.346Z Compiling once_cell v1.19.0
4052024-08-02T03:49:34.624Z Compiling byteorder v1.5.0
4062024-08-02T03:49:34.688Z Compiling serde_json v1.0.120
4072024-08-02T03:49:35.610Z Compiling usdt-impl v0.5.0
4082024-08-02T03:49:35.631Z Compiling proc-macro-error-attr v1.0.4
4092024-08-02T03:49:35.634Z Compiling syn v1.0.109
4102024-08-02T03:49:35.672Z Compiling rustix v0.38.34
4112024-08-02T03:49:35.795Z Compiling proc-macro-error v1.0.4
4122024-08-02T03:49:35.981Z Compiling hashbrown v0.14.5
4132024-08-02T03:49:36.083Z Compiling bitflags v2.6.0
4142024-08-02T03:49:36.103Z Compiling equivalent v1.0.1
4152024-08-02T03:49:36.216Z Compiling log v0.4.21
4162024-08-02T03:49:36.393Z Compiling thread-id v4.2.1
4172024-08-02T03:49:36.481Z Compiling utf8parse v0.2.1
4182024-08-02T03:49:36.521Z Compiling quote v1.0.36
4192024-08-02T03:49:36.543Z Compiling plain v0.2.3
4202024-08-02T03:49:36.623Z Compiling anstyle-parse v0.2.4
4212024-08-02T03:49:36.700Z Compiling anstyle-query v1.0.3
4222024-08-02T03:49:36.748Z Compiling anstyle v1.0.8
4232024-08-02T03:49:36.862Z Compiling errno v0.3.9
4242024-08-02T03:49:36.967Z Compiling syn v2.0.72
4252024-08-02T03:49:37.158Z Compiling colorchoice v1.0.1
4262024-08-02T03:49:37.217Z Compiling indexmap v2.2.6
4272024-08-02T03:49:37.242Z Compiling is_terminal_polyfill v1.70.0
4282024-08-02T03:49:37.349Z Compiling semver v1.0.23
4292024-08-02T03:49:37.352Z Compiling camino v1.1.7
4302024-08-02T03:49:37.415Z Compiling winnow v0.6.18
4312024-08-02T03:49:37.953Z Compiling autocfg v1.3.0
4322024-08-02T03:49:38.106Z Compiling pretty-hex v0.4.1
4332024-08-02T03:49:38.374Z Compiling terminal_size v0.3.0
4342024-08-02T03:49:38.712Z Compiling anstream v0.6.14
4352024-08-02T03:49:38.821Z Compiling clap_lex v0.7.0
4362024-08-02T03:49:38.860Z Compiling strsim v0.11.1
4372024-08-02T03:49:38.865Z Compiling heck v0.5.0
4382024-08-02T03:49:38.918Z Compiling fs-err v2.11.0
4392024-08-02T03:49:39.224Z Compiling fnv v1.0.7
4402024-08-02T03:49:39.299Z Compiling anyhow v1.0.86
4412024-08-02T03:49:39.364Z Compiling unicode-width v0.1.13
4422024-08-02T03:49:39.421Z Compiling bytecount v0.6.8
4432024-08-02T03:49:39.450Z Compiling heck v0.4.1
4442024-08-02T03:49:39.610Z Compiling papergrid v0.11.0
4452024-08-02T03:49:39.781Z Compiling clap_builder v4.5.9
4462024-08-02T03:49:39.811Z Compiling memmap v0.7.0
4472024-08-02T03:49:40.552Z Compiling swrite v0.1.0
4482024-08-02T03:49:42.248Z Compiling tabled_derive v0.7.0
4492024-08-02T03:49:43.614Z Compiling tabled v0.15.0
4502024-08-02T03:49:45.679Z Compiling serde_derive v1.0.204
4512024-08-02T03:49:45.679Z Compiling thiserror-impl v1.0.63
4522024-08-02T03:49:45.681Z Compiling zerocopy-derive v0.7.34
4532024-08-02T03:49:45.681Z Compiling scroll_derive v0.12.0
4542024-08-02T03:49:45.681Z Compiling clap_derive v4.5.8
4552024-08-02T03:49:46.971Z Compiling scroll v0.12.0
4562024-08-02T03:49:47.489Z Compiling goblin v0.8.2
4572024-08-02T03:49:47.562Z Compiling zerocopy v0.7.34
4582024-08-02T03:49:48.141Z Compiling pest v2.7.10
4592024-08-02T03:49:49.606Z Compiling clap v4.5.9
4602024-08-02T03:49:50.405Z Compiling pest_meta v2.7.10
4612024-08-02T03:49:51.216Z Compiling pest_generator v2.7.10
4622024-08-02T03:49:52.885Z Compiling pest_derive v2.7.10
4632024-08-02T03:49:53.565Z Compiling dtrace-parser v0.2.0
4642024-08-02T03:49:55.577Z Compiling serde_spanned v0.6.7
4652024-08-02T03:49:55.580Z Compiling toml_datetime v0.6.8
4662024-08-02T03:49:55.580Z Compiling cargo-platform v0.1.8
4672024-08-02T03:49:55.957Z Compiling serde_tokenstream v0.2.1
4682024-08-02T03:49:55.961Z Compiling toml_edit v0.22.20
4692024-08-02T03:49:56.139Z Compiling macaddr v1.0.1
4702024-08-02T03:49:56.991Z Compiling dof v0.3.0
4712024-08-02T03:49:56.991Z Compiling cargo_metadata v0.18.1
4722024-08-02T03:49:58.901Z Compiling toml v0.8.19
4732024-08-02T03:49:59.059Z Compiling usdt-attr-macro v0.5.0
4742024-08-02T03:49:59.059Z Compiling usdt-macro v0.5.0
4752024-08-02T03:49:59.781Z Compiling cargo_toml v0.20.4
4762024-08-02T03:50:00.516Z Compiling usdt v0.5.0
4772024-08-02T03:50:03.671Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4782024-08-02T03:50:07.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s
4792024-08-02T03:50:07.810Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4802024-08-02T03:50:08.370Z Downloading crates ...
4812024-08-02T03:50:08.483Z Downloaded atty v0.2.14
4822024-08-02T03:50:08.491Z Downloaded async-stream-impl v0.3.5
4832024-08-02T03:50:08.495Z Downloaded bitstruct v0.1.1
4842024-08-02T03:50:08.499Z Downloaded atomic-waker v1.1.2
4852024-08-02T03:50:08.503Z Downloaded ascii-canvas v3.0.0
4862024-08-02T03:50:08.508Z Downloaded async-recursion v1.1.1
4872024-08-02T03:50:08.511Z Downloaded array-init v0.0.4
4882024-08-02T03:50:08.512Z Downloaded is-terminal v0.4.12
4892024-08-02T03:50:08.512Z Downloaded ciborium-io v0.2.2
4902024-08-02T03:50:08.512Z Downloaded adler v1.0.2
4912024-08-02T03:50:08.516Z Downloaded cfg_aliases v0.1.1
4922024-08-02T03:50:08.519Z Downloaded new_debug_unreachable v1.0.6
4932024-08-02T03:50:08.519Z Downloaded inout v0.1.3
4942024-08-02T03:50:08.522Z Downloaded ipnet v2.9.0
4952024-08-02T03:50:08.526Z Downloaded crunchy v0.2.2
4962024-08-02T03:50:08.529Z Downloaded cstr-argument v0.1.2
4972024-08-02T03:50:08.529Z Downloaded atomicwrites v0.4.3
4982024-08-02T03:50:08.532Z Downloaded assert_matches v1.5.0
4992024-08-02T03:50:08.532Z Downloaded cipher v0.4.4
5002024-08-02T03:50:08.535Z Downloaded number_prefix v0.4.0
5012024-08-02T03:50:08.538Z Downloaded base16ct v0.2.0
5022024-08-02T03:50:08.538Z Downloaded aead v0.5.2
5032024-08-02T03:50:08.540Z Downloaded addr2line v0.21.0
5042024-08-02T03:50:08.543Z Downloaded openssl-macros v0.1.1
5052024-08-02T03:50:08.546Z Downloaded num-conv v0.1.0
5062024-08-02T03:50:08.546Z Downloaded peg-runtime v0.8.3
5072024-08-02T03:50:08.546Z Downloaded match_cfg v0.1.0
5082024-08-02T03:50:08.549Z Downloaded instant v0.1.12
5092024-08-02T03:50:08.552Z Downloaded oso-derive v0.27.3
5102024-08-02T03:50:08.552Z Downloaded maybe-uninit v2.0.0
5112024-08-02T03:50:08.555Z Downloaded crc v3.2.1
5122024-08-02T03:50:08.558Z Downloaded lazycell v1.3.0
5132024-08-02T03:50:08.558Z Downloaded bitfield-struct v0.6.1
5142024-08-02T03:50:08.558Z Downloaded crc-catalog v2.4.0
5152024-08-02T03:50:08.562Z Downloaded nanorand v0.7.0
5162024-08-02T03:50:08.564Z Downloaded convert_case v0.4.0
5172024-08-02T03:50:08.565Z Downloaded nibble_vec v0.1.0
5182024-08-02T03:50:08.567Z Downloaded lru v0.12.3
5192024-08-02T03:50:08.568Z Downloaded linked-hash-map v0.5.6
5202024-08-02T03:50:08.570Z Downloaded num_cpus v1.16.0
5212024-08-02T03:50:08.574Z Downloaded darling_macro v0.20.9
5222024-08-02T03:50:08.574Z Downloaded paste v1.0.15
5232024-08-02T03:50:08.580Z Downloaded bitstruct_derive v0.1.0
5242024-08-02T03:50:08.580Z Downloaded colored v2.1.0
5252024-08-02T03:50:08.585Z Downloaded packed_struct v0.10.1
5262024-08-02T03:50:08.585Z Downloaded num-integer v0.1.46
5272024-08-02T03:50:08.585Z Downloaded camino-tempfile v1.1.1
5282024-08-02T03:50:08.591Z Downloaded defmt-parser v0.3.4
5292024-08-02T03:50:08.591Z Downloaded peg v0.8.4
5302024-08-02T03:50:08.598Z Downloaded arrayvec v0.7.4
5312024-08-02T03:50:08.598Z Downloaded signal-hook-tokio v0.3.1
5322024-08-02T03:50:08.598Z Downloaded impl-trait-for-tuples v0.2.2
5332024-08-02T03:50:08.603Z Downloaded nodrop v0.1.14
5342024-08-02T03:50:08.603Z Downloaded normalize-line-endings v0.3.0
5352024-08-02T03:50:08.603Z Downloaded newline-converter v0.3.0
5362024-08-02T03:50:08.603Z Downloaded chacha20 v0.9.1
5372024-08-02T03:50:08.603Z Downloaded bitfield v0.14.0
5382024-08-02T03:50:08.607Z Downloaded crossbeam-deque v0.8.5
5392024-08-02T03:50:08.607Z Downloaded newtype-uuid v1.1.0
5402024-08-02T03:50:08.607Z Downloaded multer v3.1.0
5412024-08-02T03:50:08.610Z Downloaded num_enum_derive v0.5.11
5422024-08-02T03:50:08.614Z Downloaded num-complex v0.4.6
5432024-08-02T03:50:08.614Z Downloaded cancel-safe-futures v0.1.5
5442024-08-02T03:50:08.625Z Downloaded maplit v1.0.2
5452024-08-02T03:50:08.625Z Downloaded opaque-debug v0.3.1
5462024-08-02T03:50:08.625Z Downloaded num_threads v0.1.7
5472024-08-02T03:50:08.625Z Downloaded buf-list v1.0.3
5482024-08-02T03:50:08.625Z Downloaded path-slash v0.1.5
5492024-08-02T03:50:08.629Z Downloaded openssl-probe v0.1.5
5502024-08-02T03:50:08.629Z Downloaded sync_wrapper v0.1.2
5512024-08-02T03:50:08.629Z Downloaded console v0.15.8
5522024-08-02T03:50:08.629Z Downloaded lru-cache v0.1.2
5532024-08-02T03:50:08.632Z Downloaded parking_lot_core v0.8.6
5542024-08-02T03:50:08.632Z Downloaded md-5 v0.10.6
5552024-08-02T03:50:08.636Z Downloaded strum_macros v0.25.3
5562024-08-02T03:50:08.642Z Downloaded password-hash v0.5.0
5572024-08-02T03:50:08.642Z Downloaded tower-service v0.3.2
5582024-08-02T03:50:08.642Z Downloaded cobs v0.2.3
5592024-08-02T03:50:08.655Z Downloaded parse-size v1.0.0
5602024-08-02T03:50:08.655Z Downloaded float-ord v0.3.2
5612024-08-02T03:50:08.655Z Downloaded csv-core v0.1.11
5622024-08-02T03:50:08.655Z Downloaded cookie_store v0.20.0
5632024-08-02T03:50:08.660Z Downloaded debug-ignore v1.0.5
5642024-08-02T03:50:08.660Z Downloaded num v0.4.3
5652024-08-02T03:50:08.660Z Downloaded diesel_table_macro_syntax v0.1.0
5662024-08-02T03:50:08.660Z Downloaded packed_struct_codegen v0.10.1
5672024-08-02T03:50:08.660Z Downloaded multimap v0.10.0
5682024-08-02T03:50:08.660Z Downloaded ciborium v0.2.2
5692024-08-02T03:50:08.660Z Downloaded base64ct v1.6.0
5702024-08-02T03:50:08.660Z Downloaded shell-words v1.1.0
5712024-08-02T03:50:08.666Z Downloaded parking_lot v0.12.2
5722024-08-02T03:50:08.666Z Downloaded omicron-zone-package v0.11.0
5732024-08-02T03:50:08.724Z Downloaded slog-stdlog v4.1.1
5742024-08-02T03:50:08.724Z Downloaded hubpack_derive v0.1.1
5752024-08-02T03:50:08.724Z Downloaded hash32 v0.2.1
5762024-08-02T03:50:08.724Z Downloaded float-cmp v0.9.0
5772024-08-02T03:50:08.747Z Downloaded clang-sys v1.7.0
5782024-08-02T03:50:08.747Z Downloaded futures-core v0.3.30
5792024-08-02T03:50:08.747Z Downloaded structmeta v0.3.0
5802024-08-02T03:50:08.747Z Downloaded spin v0.5.2
5812024-08-02T03:50:08.747Z Downloaded num-derive v0.4.2
5822024-08-02T03:50:08.747Z Downloaded lock_api v0.4.12
5832024-08-02T03:50:08.747Z Downloaded num_enum v0.5.11
5842024-08-02T03:50:08.747Z Downloaded ascii v1.1.0
5852024-08-02T03:50:08.747Z Downloaded untrusted v0.9.0
5862024-08-02T03:50:08.747Z Downloaded unicode-linebreak v0.1.5
5872024-08-02T03:50:08.747Z Downloaded zone v0.1.8
5882024-08-02T03:50:08.747Z Downloaded crc32fast v1.4.0
5892024-08-02T03:50:08.747Z Downloaded embedded-io v0.4.0
5902024-08-02T03:50:08.747Z Downloaded thiserror-impl-no-std v2.0.2
5912024-08-02T03:50:08.747Z Downloaded crossbeam-epoch v0.9.18
5922024-08-02T03:50:08.748Z Downloaded hash32 v0.3.1
5932024-08-02T03:50:08.748Z Downloaded cookie v0.17.0
5942024-08-02T03:50:08.748Z Downloaded base64 v0.13.1
5952024-08-02T03:50:08.748Z Downloaded cassowary v0.3.0
5962024-08-02T03:50:08.748Z Downloaded sqlparser_derive v0.2.2
5972024-08-02T03:50:08.748Z Downloaded psl-types v2.0.11
5982024-08-02T03:50:08.748Z Downloaded ff v0.13.0
5992024-08-02T03:50:08.748Z Downloaded zeroize_derive v1.4.2
6002024-08-02T03:50:08.748Z Downloaded native-tls v0.2.11
6012024-08-02T03:50:08.748Z Downloaded darling v0.20.9
6022024-08-02T03:50:08.748Z Downloaded linear-map v1.2.0
6032024-08-02T03:50:08.748Z Downloaded phf_shared v0.10.0
6042024-08-02T03:50:08.748Z Downloaded humantime v2.1.0
6052024-08-02T03:50:08.748Z Downloaded futures-io v0.3.30
6062024-08-02T03:50:08.749Z Downloaded futures-executor v0.3.30
6072024-08-02T03:50:08.749Z Downloaded chacha20poly1305 v0.10.1
6082024-08-02T03:50:08.873Z Downloaded tempfile v3.10.1
6092024-08-02T03:50:08.873Z Downloaded openssl-sys v0.9.103
6102024-08-02T03:50:08.873Z Downloaded waitgroup v0.1.2
6112024-08-02T03:50:08.873Z Downloaded foreign-types v0.5.0
6122024-08-02T03:50:08.873Z Downloaded ahash v0.8.11
6132024-08-02T03:50:08.873Z Downloaded foreign-types v0.3.2
6142024-08-02T03:50:08.873Z Downloaded crc-any v2.5.0
6152024-08-02T03:50:08.873Z Downloaded hex v0.4.3
6162024-08-02T03:50:08.873Z Downloaded walkdir v2.5.0
6172024-08-02T03:50:08.873Z Downloaded rpassword v7.3.1
6182024-08-02T03:50:08.873Z Downloaded http-body v0.4.6
6192024-08-02T03:50:08.873Z Downloaded rustc_version v0.1.7
6202024-08-02T03:50:08.873Z Downloaded whoami v1.5.1
6212024-08-02T03:50:08.873Z Downloaded rand_xorshift v0.3.0
6222024-08-02T03:50:08.874Z Downloaded darling_core v0.20.9
6232024-08-02T03:50:08.961Z Downloaded base64 v0.21.7
6242024-08-02T03:50:08.961Z Downloaded quick-error v1.2.3
6252024-08-02T03:50:08.961Z Downloaded serde_repr v0.1.19
6262024-08-02T03:50:08.961Z Downloaded smallvec v0.6.14
6272024-08-02T03:50:08.961Z Downloaded serde_plain v1.0.2
6282024-08-02T03:50:08.962Z Downloaded thread_local v1.1.8
6292024-08-02T03:50:08.962Z Downloaded compact_str v0.7.1
6302024-08-02T03:50:08.962Z Downloaded thiserror-no-std v2.0.2
6312024-08-02T03:50:08.962Z Downloaded topological-sort v0.2.2
6322024-08-02T03:50:08.963Z Downloaded foreign-types-macros v0.2.3
6332024-08-02T03:50:08.963Z Downloaded derive_builder_macro v0.20.0
6342024-08-02T03:50:08.963Z Downloaded vte_generate_state_changes v0.1.1
6352024-08-02T03:50:08.963Z Downloaded stability v0.2.0
6362024-08-02T03:50:08.963Z Downloaded fd-lock v4.0.2
6372024-08-02T03:50:08.963Z Downloaded difflib v0.4.0
6382024-08-02T03:50:08.964Z Downloaded textwrap v0.16.1
6392024-08-02T03:50:08.964Z Downloaded base64 v0.22.1
6402024-08-02T03:50:08.964Z Downloaded socket2 v0.5.7
6412024-08-02T03:50:08.965Z Downloaded parking_lot_core v0.9.10
6422024-08-02T03:50:08.965Z Downloaded wait-timeout v0.2.0
6432024-08-02T03:50:08.965Z Downloaded const-oid v0.9.6
6442024-08-02T03:50:08.965Z Downloaded mockall_derive v0.12.1
6452024-08-02T03:50:08.965Z Downloaded backtrace v0.3.71
6462024-08-02T03:50:08.965Z Downloaded phf v0.11.2
6472024-08-02T03:50:08.965Z Downloaded precomputed-hash v0.1.1
6482024-08-02T03:50:08.965Z Downloaded hubpack v0.1.2
6492024-08-02T03:50:08.965Z Downloaded poly1305 v0.8.0
6502024-08-02T03:50:08.965Z Downloaded httpdate v1.0.3
6512024-08-02T03:50:08.965Z Downloaded scheduled-thread-pool v0.2.7
6522024-08-02T03:50:08.965Z Downloaded rustversion v1.0.17
6532024-08-02T03:50:08.965Z Downloaded rustls-pki-types v1.7.0
6542024-08-02T03:50:08.965Z Downloaded siphasher v0.3.11
6552024-08-02T03:50:08.965Z Downloaded rustls-pemfile v2.1.2
6562024-08-02T03:50:08.966Z Downloaded bytes v1.6.0
6572024-08-02T03:50:08.966Z Downloaded rand_seeder v0.2.3
6582024-08-02T03:50:08.966Z Downloaded spki v0.7.3
6592024-08-02T03:50:08.966Z Downloaded schemars_derive v0.8.21
6602024-08-02T03:50:08.966Z Downloaded sha1 v0.10.6
6612024-08-02T03:50:08.966Z Downloaded socket2 v0.4.10
6622024-08-02T03:50:08.966Z Downloaded fastrand v2.1.0
6632024-08-02T03:50:08.966Z Downloaded filetime v0.2.23
6642024-08-02T03:50:08.966Z Downloaded rand_core v0.6.4
6652024-08-02T03:50:08.966Z Downloaded rand_chacha v0.3.1
6662024-08-02T03:50:08.966Z Downloaded crossbeam-channel v0.5.12
6672024-08-02T03:50:08.967Z Downloaded crypto-bigint v0.5.5
6682024-08-02T03:50:08.967Z Downloaded endian-type v0.1.2
6692024-08-02T03:50:08.967Z Downloaded percent-encoding v2.3.1
6702024-08-02T03:50:08.967Z Downloaded heck v0.3.3
6712024-08-02T03:50:08.967Z Downloaded group v0.13.0
6722024-08-02T03:50:08.967Z Downloaded tui-tree-widget v0.21.0
6732024-08-02T03:50:08.967Z Downloaded diff v0.1.13
6742024-08-02T03:50:08.967Z Downloaded tap v1.0.1
6752024-08-02T03:50:08.967Z Downloaded fxhash v0.2.1
6762024-08-02T03:50:08.995Z Downloaded sqlformat v0.2.4
6772024-08-02T03:50:08.995Z Downloaded pretty-hex v0.2.1
6782024-08-02T03:50:08.995Z Downloaded rustc-hash v1.1.0
6792024-08-02T03:50:08.996Z Downloaded home v0.5.9
6802024-08-02T03:50:08.996Z Downloaded strum v0.26.3
6812024-08-02T03:50:08.996Z Downloaded postgres-protocol v0.6.7
6822024-08-02T03:50:08.996Z Downloaded hyper-rustls v0.24.2
6832024-08-02T03:50:08.996Z Downloaded gethostname v0.4.3
6842024-08-02T03:50:08.996Z Downloaded foreign-types-shared v0.3.1
6852024-08-02T03:50:08.996Z Downloaded foreign-types-shared v0.1.1
6862024-08-02T03:50:08.996Z Downloaded half v2.4.1
6872024-08-02T03:50:08.996Z Downloaded elliptic-curve v0.13.8
6882024-08-02T03:50:08.996Z Downloaded want v0.3.1
6892024-08-02T03:50:08.996Z Downloaded time-core v0.1.2
6902024-08-02T03:50:08.996Z Downloaded smf v0.2.3
6912024-08-02T03:50:08.996Z Downloaded smawk v0.3.2
6922024-08-02T03:50:08.996Z Downloaded tokio-rustls v0.25.0
6932024-08-02T03:50:08.996Z Downloaded zip v0.6.6
6942024-08-02T03:50:08.996Z Downloaded r2d2 v0.8.10
6952024-08-02T03:50:08.996Z Downloaded enum-as-inner v0.5.1
6962024-08-02T03:50:08.996Z Downloaded xattr v1.3.1
6972024-08-02T03:50:08.996Z Downloaded wyz v0.5.1
6982024-08-02T03:50:08.996Z Downloaded zeroize v1.7.0
6992024-08-02T03:50:08.996Z Downloaded cc v1.0.97
7002024-08-02T03:50:08.996Z Downloaded signature v2.2.0
7012024-08-02T03:50:08.996Z Downloaded serde_arrays v0.1.0
7022024-08-02T03:50:08.996Z Downloaded tokio-stream v0.1.15
7032024-08-02T03:50:08.996Z Downloaded radium v0.7.0
7042024-08-02T03:50:08.997Z Downloaded pem-rfc7468 v0.7.0
7052024-08-02T03:50:08.997Z Downloaded toolchain_find v0.4.0
7062024-08-02T03:50:08.997Z Downloaded pem v3.0.4
7072024-08-02T03:50:08.997Z Downloaded similar v2.5.0
7082024-08-02T03:50:08.997Z Downloaded hyper-staticfile v0.9.5
7092024-08-02T03:50:08.997Z Downloaded headers-core v0.2.0
7102024-08-02T03:50:08.997Z Downloaded display-error-chain v0.2.0
7112024-08-02T03:50:08.997Z Downloaded zone_cfg_derive v0.1.2
7122024-08-02T03:50:08.997Z Downloaded predicates-tree v1.0.9
7132024-08-02T03:50:08.997Z Downloaded predicates-core v1.0.6
7142024-08-02T03:50:08.997Z Downloaded slog-bunyan v2.5.0
7152024-08-02T03:50:08.997Z Downloaded spin v0.9.8
7162024-08-02T03:50:08.997Z Downloaded tabwriter v1.4.0
7172024-08-02T03:50:08.997Z Downloaded strum_macros v0.24.3
7182024-08-02T03:50:08.997Z Downloaded structmeta-derive v0.3.0
7192024-08-02T03:50:08.997Z Downloaded slog-envlogger v2.2.0
7202024-08-02T03:50:08.997Z Downloaded slog-async v2.8.0
7212024-08-02T03:50:08.997Z Downloaded postcard v1.0.8
7222024-08-02T03:50:08.997Z Downloaded tokio-rustls v0.24.1
7232024-08-02T03:50:08.997Z Downloaded rcgen v0.12.1
7242024-08-02T03:50:08.997Z Downloaded fatfs v0.3.6
7252024-08-02T03:50:08.997Z Downloaded indent_write v2.2.0
7262024-08-02T03:50:08.998Z Downloaded crossterm v0.27.0
7272024-08-02T03:50:09.008Z Downloaded termios v0.3.3
7282024-08-02T03:50:09.008Z Downloaded ena v0.14.3
7292024-08-02T03:50:09.008Z Downloaded yasna v0.5.2
7302024-08-02T03:50:09.008Z Downloaded subprocess v0.2.9
7312024-08-02T03:50:09.008Z Downloaded env_logger v0.9.3
7322024-08-02T03:50:09.008Z Downloaded ppv-lite86 v0.2.17
7332024-08-02T03:50:09.008Z Downloaded pin-project v1.1.5
7342024-08-02T03:50:09.020Z Downloaded rsa v0.9.6
7352024-08-02T03:50:09.020Z Downloaded serde-big-array v0.5.1
7362024-08-02T03:50:09.020Z Downloaded tiny-keccak v2.0.2
7372024-08-02T03:50:09.020Z Downloaded unicode-bidi v0.3.15
7382024-08-02T03:50:09.020Z Downloaded indicatif v0.17.8
7392024-08-02T03:50:09.030Z Downloaded form_urlencoded v1.2.1
7402024-08-02T03:50:09.030Z Downloaded vte v0.11.1
7412024-08-02T03:50:09.030Z Downloaded vsss-rs v3.3.4
7422024-08-02T03:50:09.031Z Downloaded toml_edit v0.19.15
7432024-08-02T03:50:09.039Z Downloaded ref-cast-impl v1.0.23
7442024-08-02T03:50:09.043Z Downloaded hmac v0.12.1
7452024-08-02T03:50:09.043Z Downloaded strip-ansi-escapes v0.2.0
7462024-08-02T03:50:09.043Z Downloaded derive_more v0.99.18
7472024-08-02T03:50:09.048Z Downloaded schemars v0.8.21
7482024-08-02T03:50:09.058Z Downloaded tls_codec v0.4.1
7492024-08-02T03:50:09.061Z Downloaded ident_case v1.0.1
7502024-08-02T03:50:09.061Z Downloaded http-range v0.1.5
7512024-08-02T03:50:09.064Z Downloaded tokio-native-tls v0.3.1
7522024-08-02T03:50:09.064Z Downloaded tokio-macros v2.3.0
7532024-08-02T03:50:09.066Z Downloaded pin-utils v0.1.0
7542024-08-02T03:50:09.066Z Downloaded indexmap v1.9.3
7552024-08-02T03:50:09.069Z Downloaded heapless v0.8.0
7562024-08-02T03:50:09.073Z Downloaded try-lock v0.2.5
7572024-08-02T03:50:09.075Z Downloaded downcast v0.11.0
7582024-08-02T03:50:09.076Z Downloaded universal-hash v0.5.1
7592024-08-02T03:50:09.078Z Downloaded itertools v0.13.0
7602024-08-02T03:50:09.083Z Downloaded trust-dns-resolver v0.22.0
7612024-08-02T03:50:09.087Z Downloaded shlex v1.3.0
7622024-08-02T03:50:09.089Z Downloaded sigpipe v0.1.3
7632024-08-02T03:50:09.089Z Downloaded futures-sink v0.3.30
7642024-08-02T03:50:09.093Z Downloaded serde_with_macros v3.8.3
7652024-08-02T03:50:09.093Z Downloaded sct v0.7.1
7662024-08-02T03:50:09.098Z Downloaded tracing-core v0.1.32
7672024-08-02T03:50:09.104Z Downloaded erased-serde v0.3.31
7682024-08-02T03:50:09.104Z Downloaded scopeguard v1.2.0
7692024-08-02T03:50:09.104Z Downloaded pin-project-internal v1.1.5
7702024-08-02T03:50:09.119Z Downloaded utf-8 v0.7.6
7712024-08-02T03:50:09.119Z Downloaded url v2.5.2
7722024-08-02T03:50:09.122Z Downloaded unicode-xid v0.2.4
7732024-08-02T03:50:09.122Z Downloaded time-macros v0.2.18
7742024-08-02T03:50:09.122Z Downloaded snafu-derive v0.8.2
7752024-08-02T03:50:09.122Z Downloaded getopts v0.2.21
7762024-08-02T03:50:09.122Z Downloaded futures-task v0.3.30
7772024-08-02T03:50:09.122Z Downloaded rand v0.8.5
7782024-08-02T03:50:09.122Z Downloaded serde_yaml v0.9.34+deprecated
7792024-08-02T03:50:09.123Z Downloaded pkcs8 v0.10.2
7802024-08-02T03:50:09.126Z Downloaded iana-time-zone v0.1.60
7812024-08-02T03:50:09.129Z Downloaded hostname v0.3.1
7822024-08-02T03:50:09.129Z Downloaded hostname v0.4.0
7832024-08-02T03:50:09.132Z Downloaded tar v0.4.41
7842024-08-02T03:50:09.132Z Downloaded hyper-tls v0.5.0
7852024-08-02T03:50:09.135Z Downloaded funty v2.0.0
7862024-08-02T03:50:09.135Z Downloaded toml v0.7.8
7872024-08-02T03:50:09.138Z Downloaded aho-corasick v1.1.3
7882024-08-02T03:50:09.143Z Downloaded dyn-clone v1.0.17
7892024-08-02T03:50:09.146Z Downloaded sec1 v0.7.3
7902024-08-02T03:50:09.149Z Downloaded glob v0.3.1
7912024-08-02T03:50:09.149Z Downloaded same-file v1.0.6
7922024-08-02T03:50:09.152Z Downloaded rusty-fork v0.3.0
7932024-08-02T03:50:09.152Z Downloaded rustfmt-wrapper v0.2.1
7942024-08-02T03:50:09.152Z Downloaded stringprep v0.1.4
7952024-08-02T03:50:09.154Z Downloaded blake3 v1.5.1
7962024-08-02T03:50:09.162Z Downloaded prettyplease v0.2.20
7972024-08-02T03:50:09.166Z Downloaded fragile v2.0.0
7982024-08-02T03:50:09.166Z Downloaded tinyvec v1.6.0
7992024-08-02T03:50:09.169Z Downloaded unarray v0.1.4
8002024-08-02T03:50:09.172Z Downloaded rustc-demangle v0.1.24
8012024-08-02T03:50:09.172Z Downloaded signal-hook-mio v0.2.3
8022024-08-02T03:50:09.175Z Downloaded static_assertions v1.1.0
8032024-08-02T03:50:09.175Z Downloaded deranged v0.3.11
8042024-08-02T03:50:09.175Z Downloaded rustc_version v0.4.0
8052024-08-02T03:50:09.179Z Downloaded rtoolbox v0.0.2
8062024-08-02T03:50:09.179Z Downloaded secrecy v0.8.0
8072024-08-02T03:50:09.181Z Downloaded headers v0.3.9
8082024-08-02T03:50:09.184Z Downloaded pin-project-lite v0.2.14
8092024-08-02T03:50:09.188Z Downloaded futures v0.3.30
8102024-08-02T03:50:09.192Z Downloaded tracing-attributes v0.1.27
8112024-08-02T03:50:09.195Z Downloaded signal-hook-registry v1.4.2
8122024-08-02T03:50:09.198Z Downloaded getrandom v0.2.14
8132024-08-02T03:50:09.201Z Downloaded ron v0.8.1
8142024-08-02T03:50:09.204Z Downloaded signal-hook v0.3.17
8152024-08-02T03:50:09.207Z Downloaded ron v0.7.1
8162024-08-02T03:50:09.211Z Downloaded typed-path v0.7.1
8172024-08-02T03:50:09.217Z Downloaded num-bigint-dig v0.8.4
8182024-08-02T03:50:09.221Z Downloaded pkcs1 v0.7.5
8192024-08-02T03:50:09.224Z Downloaded der_derive v0.7.2
8202024-08-02T03:50:09.227Z Downloaded tokio-postgres v0.7.11
8212024-08-02T03:50:09.230Z Downloaded time v0.3.36
8222024-08-02T03:50:09.238Z Downloaded derive_builder_core v0.20.0
8232024-08-02T03:50:09.242Z Downloaded derive-where v1.2.7
8242024-08-02T03:50:09.242Z Downloaded heapless v0.7.17
8252024-08-02T03:50:09.245Z Downloaded unicode-normalization v0.1.23
8262024-08-02T03:50:09.249Z Downloaded env_logger v0.10.2
8272024-08-02T03:50:09.252Z Downloaded http v0.2.12
8282024-08-02T03:50:09.257Z Downloaded steno v0.4.1
8292024-08-02T03:50:09.260Z Downloaded hashbrown v0.13.2
8302024-08-02T03:50:09.264Z Downloaded portable-atomic v1.6.0
8312024-08-02T03:50:09.270Z Downloaded zerocopy v0.6.6
8322024-08-02T03:50:09.272Z Downloaded snafu v0.8.2
8332024-08-02T03:50:09.278Z Downloaded trust-dns-server v0.22.1
8342024-08-02T03:50:09.283Z Downloaded uuid v1.10.0
8352024-08-02T03:50:09.286Z Downloaded http v1.1.0
8362024-08-02T03:50:09.289Z Downloaded winnow v0.5.40
8372024-08-02T03:50:09.298Z Downloaded x509-cert v0.2.5
8382024-08-02T03:50:09.305Z Downloaded tracing v0.1.40
8392024-08-02T03:50:09.309Z Downloaded unicode_categories v0.1.1
8402024-08-02T03:50:09.312Z Downloaded chrono v0.4.38
8412024-08-02T03:50:09.318Z Downloaded rustls-webpki v0.101.7
8422024-08-02T03:50:09.331Z Downloaded reedline v0.31.0
8432024-08-02T03:50:09.338Z Downloaded tough v0.17.1
8442024-08-02T03:50:09.346Z Downloaded tokio-util v0.7.11
8452024-08-02T03:50:09.353Z Downloaded sqlparser v0.45.0
8462024-08-02T03:50:09.359Z Downloaded regex-automata v0.1.10
8472024-08-02T03:50:09.364Z Downloaded serde_with v3.8.3
8482024-08-02T03:50:09.371Z Downloaded lalrpop v0.19.12
8492024-08-02T03:50:09.383Z Downloaded hkdf v0.12.4
8502024-08-02T03:50:09.386Z Downloaded reqwest v0.11.27
8512024-08-02T03:50:09.392Z Downloaded quick-xml v0.31.0
8522024-08-02T03:50:09.398Z Downloaded hyper v0.14.30
8532024-08-02T03:50:09.408Z Downloaded proptest v1.4.0
8542024-08-02T03:50:09.415Z Downloaded h2 v0.3.26
8552024-08-02T03:50:09.421Z Downloaded object v0.30.4
8562024-08-02T03:50:09.431Z Downloaded rustls-webpki v0.102.4
8572024-08-02T03:50:09.449Z Downloaded nix v0.28.0
8582024-08-02T03:50:09.459Z Downloaded futures-util v0.3.30
8592024-08-02T03:50:09.470Z Downloaded openssl v0.10.66
8602024-08-02T03:50:09.480Z Downloaded nix v0.27.1
8612024-08-02T03:50:09.490Z Downloaded polar-core v0.27.3
8622024-08-02T03:50:09.498Z Downloaded webpki-roots v0.25.4
8632024-08-02T03:50:09.502Z Downloaded openapiv3 v2.0.0
8642024-08-02T03:50:09.513Z Downloaded vcpkg v0.2.15
8652024-08-02T03:50:09.550Z Downloaded idna v0.3.0
8662024-08-02T03:50:09.557Z Downloaded regex v1.10.5
8672024-08-02T03:50:09.570Z Downloaded rustls v0.22.4
8682024-08-02T03:50:09.584Z Downloaded diesel v2.1.6
8692024-08-02T03:50:09.600Z Downloaded rustls v0.21.12
8702024-08-02T03:50:09.611Z Downloaded idna v0.2.3
8712024-08-02T03:50:09.617Z Downloaded regex-syntax v0.6.29
8722024-08-02T03:50:09.625Z Downloaded gimli v0.28.1
8732024-08-02T03:50:09.634Z Downloaded idna v0.5.0
8742024-08-02T03:50:09.641Z Downloaded regex-syntax v0.8.3
8752024-08-02T03:50:09.649Z Downloaded regress v0.9.1
8762024-08-02T03:50:09.657Z Downloaded sled v0.34.7
8772024-08-02T03:50:09.667Z Downloaded smoltcp v0.11.0
8782024-08-02T03:50:09.681Z Downloaded finl_unicode v1.2.0
8792024-08-02T03:50:09.692Z Downloaded bstr v1.9.1
8802024-08-02T03:50:09.702Z Downloaded tokio v1.38.1
8812024-08-02T03:50:09.739Z Downloaded ratatui v0.27.0
8822024-08-02T03:50:09.758Z Downloaded zerocopy-derive v0.6.6
8832024-08-02T03:50:09.767Z Downloaded bzip2-sys v0.1.11+1.0.8
8842024-08-02T03:50:09.779Z Downloaded regex-automata v0.4.6
8852024-08-02T03:50:09.796Z Downloaded smoltcp v0.9.1
8862024-08-02T03:50:09.806Z Downloaded radix_trie v0.2.1
8872024-08-02T03:50:09.813Z Downloaded petgraph v0.6.5
8882024-08-02T03:50:09.830Z Downloaded bstr v0.2.17
8892024-08-02T03:50:09.839Z Downloaded csv v1.3.0
8902024-08-02T03:50:09.859Z Downloaded trust-dns-proto v0.22.0
8912024-08-02T03:50:09.870Z Downloaded sha3 v0.10.8
8922024-08-02T03:50:09.874Z Downloaded curve25519-dalek v4.1.3
8932024-08-02T03:50:09.884Z Downloaded object v0.32.2
8942024-08-02T03:50:09.894Z Downloaded encoding_rs v0.8.34
8952024-08-02T03:50:09.915Z Downloaded rayon v1.10.0
8962024-08-02T03:50:09.924Z Downloaded bitvec v1.0.1
8972024-08-02T03:50:09.938Z Downloaded bindgen v0.69.4
8982024-08-02T03:50:09.945Z Downloaded rustyline v14.0.0
8992024-08-02T03:50:09.949Z Downloaded itertools v0.12.1
9002024-08-02T03:50:09.960Z Downloaded unsafe-libyaml v0.2.11
9012024-08-02T03:50:09.963Z Downloaded string_cache v0.8.7
9022024-08-02T03:50:09.963Z Downloaded derive_builder v0.20.0
9032024-08-02T03:50:09.966Z Downloaded either v1.12.0
9042024-08-02T03:50:09.966Z Downloaded which v4.4.2
9052024-08-02T03:50:09.970Z Downloaded postgres-types v0.2.7
9062024-08-02T03:50:09.970Z Downloaded powerfmt v0.2.0
9072024-08-02T03:50:09.970Z Downloaded publicsuffix v2.2.3
9082024-08-02T03:50:09.973Z Downloaded unicode-segmentation v1.11.0
9092024-08-02T03:50:09.976Z Downloaded unicode-truncate v1.0.0
9102024-08-02T03:50:09.979Z Downloaded unicase v2.7.0
9112024-08-02T03:50:09.979Z Downloaded untrusted v0.7.1
9122024-08-02T03:50:09.979Z Downloaded stable_deref_trait v1.2.0
9132024-08-02T03:50:09.986Z Downloaded predicates v3.1.2
9142024-08-02T03:50:09.986Z Downloaded fallible-iterator v0.2.0
9152024-08-02T03:50:09.989Z Downloaded serde-hex v0.1.0
9162024-08-02T03:50:09.989Z Downloaded futures-macro v0.3.30
9172024-08-02T03:50:09.989Z Downloaded samael v0.0.15
9182024-08-02T03:50:09.989Z Downloaded trust-dns-client v0.22.0
9192024-08-02T03:50:09.994Z Downloaded globset v0.4.14
9202024-08-02T03:50:10.000Z Downloaded expectorate v1.1.0
9212024-08-02T03:50:10.000Z Downloaded pkg-config v0.3.30
9222024-08-02T03:50:10.004Z Downloaded tungstenite v0.20.1
9232024-08-02T03:50:10.004Z Downloaded libm v0.2.8
9242024-08-02T03:50:10.008Z Downloaded structmeta v0.2.0
9252024-08-02T03:50:10.013Z Downloaded flume v0.11.0
9262024-08-02T03:50:10.018Z Downloaded hashbrown v0.12.3
9272024-08-02T03:50:10.018Z Downloaded ref-cast v1.0.23
9282024-08-02T03:50:10.021Z Downloaded toml v0.5.11
9292024-08-02T03:50:10.021Z Downloaded smallvec v1.13.2
9302024-08-02T03:50:10.025Z Downloaded term v0.7.0
9312024-08-02T03:50:10.028Z Downloaded itertools v0.10.5
9322024-08-02T03:50:10.033Z Downloaded resolv-conf v0.7.0
9332024-08-02T03:50:10.036Z Downloaded httparse v1.8.0
9342024-08-02T03:50:10.036Z Downloaded slog v2.7.0
9352024-08-02T03:50:10.039Z Downloaded num-bigint v0.4.5
9362024-08-02T03:50:10.043Z Downloaded nom v7.1.3
9372024-08-02T03:50:10.046Z Downloaded strum_macros v0.26.4
9382024-08-02T03:50:10.049Z Downloaded serde_derive_internals v0.29.1
9392024-08-02T03:50:10.052Z Downloaded libxml v0.3.3
9402024-08-02T03:50:10.056Z Downloaded minimal-lexical v0.2.1
9412024-08-02T03:50:10.059Z Downloaded termcolor v1.4.1
9422024-08-02T03:50:10.063Z Downloaded mio v0.8.11
9432024-08-02T03:50:10.066Z Downloaded flate2 v1.0.30
9442024-08-02T03:50:10.071Z Downloaded diesel_derives v2.1.4
9452024-08-02T03:50:10.074Z Downloaded rayon-core v1.12.1
9462024-08-02T03:50:10.077Z Downloaded supports-color v3.0.0
9472024-08-02T03:50:10.080Z Downloaded tokio-tungstenite v0.21.0
9482024-08-02T03:50:10.080Z Downloaded tungstenite v0.21.0
9492024-08-02T03:50:10.083Z Downloaded test-strategy v0.3.1
9502024-08-02T03:50:10.086Z Downloaded const_format v0.2.32
9512024-08-02T03:50:10.090Z Downloaded highway v1.1.0
9522024-08-02T03:50:10.093Z Downloaded flagset v0.4.5
9532024-08-02T03:50:10.095Z Downloaded fixedbitset v0.4.2
9542024-08-02T03:50:10.095Z Downloaded dirs-sys-next v0.1.2
9552024-08-02T03:50:10.095Z Downloaded dirs-next v2.0.0
9562024-08-02T03:50:10.098Z Downloaded oso v0.27.3
9572024-08-02T03:50:10.101Z Downloaded uzers v0.11.3
9582024-08-02T03:50:10.101Z Downloaded tinyvec_macros v0.1.1
9592024-08-02T03:50:10.104Z Downloaded take_mut v0.2.2
9602024-08-02T03:50:10.104Z Downloaded parking_lot v0.11.2
9612024-08-02T03:50:10.104Z Downloaded num-traits v0.2.19
9622024-08-02T03:50:10.107Z Downloaded structmeta-derive v0.2.0
9632024-08-02T03:50:10.109Z Downloaded futures-channel v0.3.30
9642024-08-02T03:50:10.109Z Downloaded subtle v2.5.0
9652024-08-02T03:50:10.112Z Downloaded slog-scope v4.4.0
9662024-08-02T03:50:10.112Z Downloaded slog-json v2.6.1
9672024-08-02T03:50:10.112Z Downloaded serde_urlencoded v0.7.1
9682024-08-02T03:50:10.115Z Downloaded serde_path_to_error v0.1.16
9692024-08-02T03:50:10.115Z Downloaded rustls-pemfile v1.0.4
9702024-08-02T03:50:10.118Z Downloaded semver v0.1.20
9712024-08-02T03:50:10.118Z Downloaded tokio-tungstenite v0.20.1
9722024-08-02T03:50:10.124Z Downloaded tls_codec_derive v0.4.1
9732024-08-02T03:50:10.124Z Downloaded portpicker v0.1.1
9742024-08-02T03:50:10.128Z Downloaded cookie v0.18.1
9752024-08-02T03:50:10.129Z Downloaded termtree v0.4.1
9762024-08-02T03:50:10.129Z Downloaded owo-colors v4.0.0
9772024-08-02T03:50:10.129Z Downloaded proc-macro-crate v1.3.1
9782024-08-02T03:50:10.132Z Downloaded phf_shared v0.11.2
9792024-08-02T03:50:10.132Z Downloaded crossbeam-utils v0.8.19
9802024-08-02T03:50:10.132Z Downloaded peg-macros v0.8.4
9812024-08-02T03:50:10.135Z Downloaded allocator-api2 v0.2.18
9822024-08-02T03:50:10.137Z Downloaded slog-term v2.9.1
9832024-08-02T03:50:10.137Z Downloaded blake2 v0.10.6
9842024-08-02T03:50:10.140Z Downloaded libloading v0.8.3
9852024-08-02T03:50:10.144Z Downloaded olpc-cjson v0.1.3
9862024-08-02T03:50:10.147Z Downloaded num-iter v0.1.45
9872024-08-02T03:50:10.148Z Downloaded slog-dtrace v0.3.0
9882024-08-02T03:50:10.148Z Downloaded slab v0.4.9
9892024-08-02T03:50:10.151Z Downloaded libsw v3.3.1
9902024-08-02T03:50:10.151Z Downloaded miniz_oxide v0.7.2
9912024-08-02T03:50:10.154Z Downloaded bcs v0.1.6
9922024-08-02T03:50:10.154Z Downloaded keccak v0.1.5
9932024-08-02T03:50:10.156Z Downloaded ipnetwork v0.20.0
9942024-08-02T03:50:10.156Z Downloaded nu-ansi-term v0.50.0
9952024-08-02T03:50:10.159Z Downloaded arc-swap v1.7.1
9962024-08-02T03:50:10.162Z Downloaded backoff v0.4.0
9972024-08-02T03:50:10.166Z Downloaded newtype_derive v0.1.6
9982024-08-02T03:50:10.166Z Downloaded memoffset v0.9.1
9992024-08-02T03:50:10.166Z Downloaded lazy_static v1.5.0
10002024-08-02T03:50:10.170Z Downloaded defmt-macros v0.3.9
10012024-08-02T03:50:10.170Z Downloaded constant_time_eq v0.3.0
10022024-08-02T03:50:10.172Z Downloaded async-trait v0.1.81
10032024-08-02T03:50:10.172Z Downloaded argon2 v0.5.3
10042024-08-02T03:50:10.175Z Downloaded num-rational v0.4.2
10052024-08-02T03:50:10.178Z Downloaded mime_guess v2.0.4
10062024-08-02T03:50:10.178Z Downloaded managed v0.8.0
10072024-08-02T03:50:10.178Z Downloaded memmap2 v0.9.4
10082024-08-02T03:50:10.181Z Downloaded is_ci v1.2.0
10092024-08-02T03:50:10.181Z Downloaded ciborium-ll v0.2.2
10102024-08-02T03:50:10.184Z Downloaded block-padding v0.3.3
10112024-08-02T03:50:10.184Z Downloaded bitflags v1.3.2
10122024-08-02T03:50:10.187Z Downloaded matches v0.1.10
10132024-08-02T03:50:10.187Z Downloaded crucible-workspace-hack v0.1.0
10142024-08-02T03:50:10.187Z Downloaded bzip2 v0.4.4
10152024-08-02T03:50:10.187Z Downloaded parse-display-derive v0.9.1
10162024-08-02T03:50:10.190Z Downloaded parse-display v0.9.1
10172024-08-02T03:50:10.190Z Downloaded indoc v1.0.9
10182024-08-02T03:50:10.192Z Downloaded defmt v0.3.8
10192024-08-02T03:50:10.195Z Downloaded const_format_proc_macros v0.2.32
10202024-08-02T03:50:10.198Z Downloaded data-encoding v2.6.0
10212024-08-02T03:50:10.198Z Downloaded curve25519-dalek-derive v0.1.1
10222024-08-02T03:50:10.198Z Downloaded bit-set v0.5.3
10232024-08-02T03:50:10.201Z Downloaded arrayref v0.3.7
10242024-08-02T03:50:10.201Z Downloaded kstat-rs v0.2.4
10252024-08-02T03:50:10.201Z Downloaded cexpr v0.6.0
10262024-08-02T03:50:10.203Z Downloaded castaway v0.2.2
10272024-08-02T03:50:10.204Z Downloaded bit-vec v0.6.3
10282024-08-02T03:50:10.206Z Downloaded mockall v0.12.1
10292024-08-02T03:50:10.206Z Downloaded mime v0.3.17
10302024-08-02T03:50:10.209Z Downloaded lalrpop-util v0.19.12
10312024-08-02T03:50:10.209Z Downloaded bb8 v0.8.5
10322024-08-02T03:50:10.209Z Downloaded libefi-sys v0.1.0
10332024-08-02T03:50:10.209Z Downloaded async-stream v0.3.5
10342024-08-02T03:50:10.212Z Downloaded der v0.7.9
10352024-08-02T03:50:10.216Z Downloaded ring v0.17.8
10362024-08-02T03:50:10.329Z Downloaded ring v0.16.20
10372024-08-02T03:50:10.494Z Compiling cfg-if v1.0.0
10382024-08-02T03:50:10.494Z Compiling serde v1.0.204
10392024-08-02T03:50:10.494Z Compiling scopeguard v1.2.0
10402024-08-02T03:50:10.497Z Compiling lock_api v0.4.12
10412024-08-02T03:50:10.497Z Compiling log v0.4.21
10422024-08-02T03:50:10.649Z Compiling syn v2.0.72
10432024-08-02T03:50:10.652Z Compiling cc v1.0.97
10442024-08-02T03:50:10.662Z Compiling parking_lot_core v0.9.10
10452024-08-02T03:50:10.717Z Compiling getrandom v0.2.14
10462024-08-02T03:50:10.768Z Compiling smallvec v1.13.2
10472024-08-02T03:50:11.081Z Compiling rand_core v0.6.4
10482024-08-02T03:50:11.159Z Compiling typenum v1.17.0
10492024-08-02T03:50:11.215Z Compiling generic-array v0.14.7
10502024-08-02T03:50:11.218Z Compiling pin-project-lite v0.2.14
10512024-08-02T03:50:11.356Z Compiling signal-hook-registry v1.4.2
10522024-08-02T03:50:11.486Z Compiling spin v0.9.8
10532024-08-02T03:50:11.588Z Compiling parking_lot v0.12.2
10542024-08-02T03:50:11.606Z Compiling mio v0.8.11
10552024-08-02T03:50:11.840Z Compiling libm v0.2.8
10562024-08-02T03:50:11.898Z Compiling serde_json v1.0.120
10572024-08-02T03:50:12.163Z Compiling num-traits v0.2.19
10582024-08-02T03:50:12.390Z Compiling ahash v0.8.11
10592024-08-02T03:50:12.433Z Compiling futures-core v0.3.30
10602024-08-02T03:50:12.565Z Compiling tinyvec_macros v0.1.1
10612024-08-02T03:50:12.658Z Compiling tinyvec v1.6.0
10622024-08-02T03:50:12.825Z Compiling socket2 v0.5.7
10632024-08-02T03:50:12.863Z Compiling num_cpus v1.16.0
10642024-08-02T03:50:12.985Z Compiling const-oid v0.9.6
10652024-08-02T03:50:13.066Z Compiling subtle v2.5.0
10662024-08-02T03:50:13.439Z Compiling slab v0.4.9
10672024-08-02T03:50:13.929Z Compiling unicode-bidi v0.3.15
10682024-08-02T03:50:14.150Z Compiling futures-sink v0.3.30
10692024-08-02T03:50:14.229Z Compiling unicode-normalization v0.1.23
10702024-08-02T03:50:14.285Z Compiling allocator-api2 v0.2.18
10712024-08-02T03:50:14.759Z Compiling futures-channel v0.3.30
10722024-08-02T03:50:15.013Z Compiling pin-utils v0.1.0
10732024-08-02T03:50:15.108Z Compiling pkg-config v0.3.30
10742024-08-02T03:50:15.111Z Compiling futures-task v0.3.30
10752024-08-02T03:50:15.157Z Compiling futures-io v0.3.30
10762024-08-02T03:50:15.367Z Compiling vcpkg v0.2.15
10772024-08-02T03:50:15.395Z Compiling percent-encoding v2.3.1
10782024-08-02T03:50:15.461Z Compiling ppv-lite86 v0.2.17
10792024-08-02T03:50:15.478Z Compiling tracing-core v0.1.32
10802024-08-02T03:50:15.692Z Compiling time-core v0.1.2
10812024-08-02T03:50:15.728Z Compiling powerfmt v0.2.0
10822024-08-02T03:50:15.834Z Compiling rustix v0.38.34
10832024-08-02T03:50:16.126Z Compiling syn v1.0.109
10842024-08-02T03:50:16.202Z Compiling rand_chacha v0.3.1
10852024-08-02T03:50:16.531Z Compiling num-conv v0.1.0
10862024-08-02T03:50:16.547Z Compiling untrusted v0.9.0
10872024-08-02T03:50:16.715Z Compiling rand v0.8.5
10882024-08-02T03:50:16.773Z Compiling deranged v0.3.11
10892024-08-02T03:50:16.805Z Compiling time-macros v0.2.18
10902024-08-02T03:50:16.855Z Compiling base64ct v1.6.0
10912024-08-02T03:50:17.443Z Compiling iana-time-zone v0.1.60
10922024-08-02T03:50:17.481Z Compiling num_threads v0.1.7
10932024-08-02T03:50:17.605Z Compiling httparse v1.8.0
10942024-08-02T03:50:17.892Z Compiling foreign-types-shared v0.1.1
10952024-08-02T03:50:17.995Z Compiling openssl v0.10.66
10962024-08-02T03:50:18.034Z Compiling rustversion v1.0.17
10972024-08-02T03:50:18.437Z Compiling foreign-types v0.3.2
10982024-08-02T03:50:18.463Z Compiling pem-rfc7468 v0.7.0
10992024-08-02T03:50:18.511Z Compiling form_urlencoded v1.2.1
11002024-08-02T03:50:18.636Z Compiling native-tls v0.2.11
11012024-08-02T03:50:18.789Z Compiling crossbeam-utils v0.8.19
11022024-08-02T03:50:18.805Z Compiling siphasher v0.3.11
11032024-08-02T03:50:18.965Z Compiling flagset v0.4.5
11042024-08-02T03:50:19.127Z Compiling rustls v0.21.12
11052024-08-02T03:50:19.165Z Compiling try-lock v0.2.5
11062024-08-02T03:50:19.304Z Compiling want v0.3.1
11072024-08-02T03:50:19.379Z Compiling serde_derive_internals v0.29.1
11082024-08-02T03:50:19.551Z Compiling idna v0.5.0
11092024-08-02T03:50:19.882Z Compiling time v0.3.36
11102024-08-02T03:50:20.043Z Compiling lazy_static v1.5.0
11112024-08-02T03:50:20.165Z Compiling aho-corasick v1.1.3
11122024-08-02T03:50:20.535Z Compiling cookie v0.17.0
11132024-08-02T03:50:20.772Z Compiling slog v2.7.0
11142024-08-02T03:50:20.989Z Compiling httpdate v1.0.3
11152024-08-02T03:50:21.299Z Compiling finl_unicode v1.2.0
11162024-08-02T03:50:21.370Z Compiling tower-service v0.3.2
11172024-08-02T03:50:21.494Z Compiling adler v1.0.2
11182024-08-02T03:50:21.733Z Compiling regex-syntax v0.8.3
11192024-08-02T03:50:21.856Z Compiling openssl-probe v0.1.5
11202024-08-02T03:50:22.063Z Compiling signal-hook v0.3.17
11212024-08-02T03:50:22.177Z Compiling schemars v0.8.21
11222024-08-02T03:50:22.352Z Compiling cpufeatures v0.2.12
11232024-08-02T03:50:22.486Z Compiling stringprep v0.1.4
11242024-08-02T03:50:22.575Z Compiling miniz_oxide v0.7.2
11252024-08-02T03:50:23.807Z Compiling url v2.5.2
11262024-08-02T03:50:24.537Z Compiling ring v0.17.8
11272024-08-02T03:50:24.645Z Compiling serde_derive v1.0.204
11282024-08-02T03:50:24.946Z Compiling zeroize_derive v1.4.2
11292024-08-02T03:50:25.269Z Compiling zerocopy-derive v0.7.34
11302024-08-02T03:50:25.364Z Compiling tokio-macros v2.3.0
11312024-08-02T03:50:25.639Z Compiling thiserror-impl v1.0.63
11322024-08-02T03:50:25.684Z Compiling futures-macro v0.3.30
11332024-08-02T03:50:26.622Z Compiling zeroize v1.7.0
11342024-08-02T03:50:27.085Z Compiling openssl-sys v0.9.103
11352024-08-02T03:50:27.590Z Compiling zerocopy v0.7.34
11362024-08-02T03:50:27.855Z Compiling futures-util v0.3.30
11372024-08-02T03:50:28.470Z Compiling crypto-common v0.1.6
11382024-08-02T03:50:28.689Z Compiling block-buffer v0.10.4
11392024-08-02T03:50:28.897Z Compiling digest v0.10.7
11402024-08-02T03:50:29.078Z Compiling thiserror v1.0.63
11412024-08-02T03:50:29.219Z Compiling pest v2.7.10
11422024-08-02T03:50:29.348Z Compiling tracing-attributes v0.1.27
11432024-08-02T03:50:29.499Z Compiling hashbrown v0.14.5
11442024-08-02T03:50:30.663Z Compiling scroll_derive v0.12.0
11452024-08-02T03:50:31.726Z Compiling pest_meta v2.7.10
11462024-08-02T03:50:32.017Z Compiling scroll v0.12.0
11472024-08-02T03:50:32.110Z Compiling hmac v0.12.1
11482024-08-02T03:50:32.231Z Compiling der_derive v0.7.2
11492024-08-02T03:50:32.379Z Compiling openssl-macros v0.1.1
11502024-08-02T03:50:32.610Z Compiling goblin v0.8.2
11512024-08-02T03:50:32.923Z Compiling tracing v0.1.40
11522024-08-02T03:50:33.111Z Compiling pest_generator v2.7.10
11532024-08-02T03:50:33.382Z Compiling sha2 v0.10.8
11542024-08-02T03:50:33.419Z Compiling md-5 v0.10.6
11552024-08-02T03:50:33.673Z Compiling regex-automata v0.4.6
11562024-08-02T03:50:34.812Z Compiling der v0.7.9
11572024-08-02T03:50:35.204Z Compiling schemars_derive v0.8.21
11582024-08-02T03:50:36.851Z Compiling pest_derive v2.7.10
11592024-08-02T03:50:37.007Z Compiling spki v0.7.3
11602024-08-02T03:50:37.429Z Compiling rustls-webpki v0.101.7
11612024-08-02T03:50:37.698Z Compiling dtrace-parser v0.2.0
11622024-08-02T03:50:38.192Z Compiling sct v0.7.1
11632024-08-02T03:50:38.672Z Compiling bytes v1.6.0
11642024-08-02T03:50:38.905Z Compiling bitflags v2.6.0
11652024-08-02T03:50:39.355Z Compiling indexmap v2.2.6
11662024-08-02T03:50:39.370Z Compiling semver v1.0.23
11672024-08-02T03:50:39.859Z Compiling tokio v1.38.1
11682024-08-02T03:50:39.954Z Compiling http v0.2.12
11692024-08-02T03:50:40.146Z Compiling uuid v1.10.0
11702024-08-02T03:50:40.823Z Compiling rustc_version v0.4.0
11712024-08-02T03:50:41.623Z Compiling chrono v0.4.38
11722024-08-02T03:50:41.995Z Compiling heapless v0.7.17
11732024-08-02T03:50:42.494Z Compiling http-body v0.4.6
11742024-08-02T03:50:42.539Z Compiling dof v0.3.0
11752024-08-02T03:50:43.139Z Compiling serde_tokenstream v0.2.1
11762024-08-02T03:50:43.699Z Compiling usdt-impl v0.5.0
11772024-08-02T03:50:44.655Z Compiling toml_datetime v0.6.8
11782024-08-02T03:50:44.738Z Compiling serde_spanned v0.6.7
11792024-08-02T03:50:44.979Z Compiling backtrace v0.3.71
11802024-08-02T03:50:45.161Z Compiling num-integer v0.1.46
11812024-08-02T03:50:45.315Z Compiling idna v0.3.0
11822024-08-02T03:50:45.428Z Compiling hash32 v0.2.1
11832024-08-02T03:50:45.461Z Compiling fallible-iterator v0.2.0
11842024-08-02T03:50:45.829Z Compiling crc32fast v1.4.0
11852024-08-02T03:50:45.959Z Compiling gimli v0.28.1
11862024-08-02T03:50:46.189Z Compiling smoltcp v0.9.1
11872024-08-02T03:50:46.395Z Compiling psl-types v2.0.11
11882024-08-02T03:50:46.600Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11892024-08-02T03:50:46.717Z Compiling stable_deref_trait v1.2.0
11902024-08-02T03:50:46.825Z Compiling dyn-clone v1.0.17
11912024-08-02T03:50:46.936Z Compiling base64 v0.22.1
11922024-08-02T03:50:47.712Z Compiling postgres-protocol v0.6.7
11932024-08-02T03:50:47.767Z Compiling publicsuffix v2.2.3
11942024-08-02T03:50:47.966Z Compiling terminal_size v0.3.0
11952024-08-02T03:50:48.022Z Compiling pkcs8 v0.10.2
11962024-08-02T03:50:48.182Z Compiling tokio-util v0.7.11
11972024-08-02T03:50:48.241Z Compiling tokio-rustls v0.24.1
11982024-08-02T03:50:48.623Z Compiling hubpack_derive v0.1.1
11992024-08-02T03:50:48.643Z Compiling block-padding v0.3.3
12002024-08-02T03:50:48.892Z Compiling zerocopy-derive v0.6.6
12012024-08-02T03:50:49.038Z Compiling async-trait v0.1.81
12022024-08-02T03:50:49.535Z Compiling h2 v0.3.26
12032024-08-02T03:50:50.221Z Compiling tokio-native-tls v0.3.1
12042024-08-02T03:50:50.505Z Compiling addr2line v0.21.0
12052024-08-02T03:50:51.194Z Compiling phf_shared v0.11.2
12062024-08-02T03:50:51.573Z Compiling diesel_table_macro_syntax v0.1.0
12072024-08-02T03:50:51.800Z Compiling ff v0.13.0
12082024-08-02T03:50:51.818Z Compiling scheduled-thread-pool v0.2.7
12092024-08-02T03:50:51.913Z Compiling object v0.32.2
12102024-08-02T03:50:51.986Z Compiling fs-err v2.11.0
12112024-08-02T03:50:52.017Z Compiling base16ct v0.2.0
12122024-08-02T03:50:52.022Z Compiling ipnet v2.9.0
12132024-08-02T03:50:52.122Z Compiling bit-vec v0.6.3
12142024-08-02T03:50:52.319Z Compiling managed v0.8.0
12152024-08-02T03:50:52.380Z Compiling winnow v0.5.40
12162024-08-02T03:50:52.480Z Compiling rustc-demangle v0.1.24
12172024-08-02T03:50:52.605Z Compiling matches v0.1.10
12182024-08-02T03:50:52.701Z Compiling either v1.12.0
12192024-08-02T03:50:52.767Z Compiling regex-automata v0.1.10
12202024-08-02T03:50:53.144Z Compiling base64 v0.21.7
12212024-08-02T03:50:53.263Z Compiling anyhow v1.0.86
12222024-08-02T03:50:53.299Z Compiling bitflags v1.3.2
12232024-08-02T03:50:53.488Z Compiling bstr v0.2.17
12242024-08-02T03:50:53.918Z Compiling rustls-pemfile v1.0.4
12252024-08-02T03:50:54.104Z Compiling idna v0.2.3
12262024-08-02T03:50:54.388Z Compiling clap_builder v4.5.9
12272024-08-02T03:50:55.042Z Compiling sec1 v0.7.3
12282024-08-02T03:50:55.453Z Compiling r2d2 v0.8.10
12292024-08-02T03:50:55.527Z Compiling diesel_derives v2.1.4
12302024-08-02T03:50:55.605Z Compiling group v0.13.0
12312024-08-02T03:50:55.695Z Compiling signal-hook-mio v0.2.3
12322024-08-02T03:50:55.813Z Compiling phf v0.11.2
12332024-08-02T03:50:55.859Z Compiling toml_edit v0.19.15
12342024-08-02T03:50:55.933Z Compiling cookie_store v0.20.0
12352024-08-02T03:50:56.205Z Compiling zerocopy v0.6.6
12362024-08-02T03:50:56.236Z Compiling hubpack v0.1.2
12372024-08-02T03:50:56.696Z Compiling hyper v0.14.30
12382024-08-02T03:50:56.995Z Compiling ipnetwork v0.20.0
12392024-08-02T03:50:57.510Z Compiling inout v0.1.3
12402024-08-02T03:50:57.784Z Compiling postgres-types v0.2.7
12412024-08-02T03:50:59.148Z Compiling num-bigint v0.4.5
12422024-08-02T03:50:59.275Z Compiling usdt-macro v0.5.0
12432024-08-02T03:51:00.128Z Compiling usdt-attr-macro v0.5.0
12442024-08-02T03:51:00.740Z Compiling regex v1.10.5
12452024-08-02T03:51:01.827Z Compiling serde_urlencoded v0.7.1
12462024-08-02T03:51:01.831Z Compiling futures-executor v0.3.30
12472024-08-02T03:51:02.035Z Compiling hkdf v0.12.4
12482024-08-02T03:51:02.348Z Compiling enum-as-inner v0.5.1
12492024-08-02T03:51:02.409Z Compiling crypto-bigint v0.5.5
12502024-08-02T03:51:02.454Z Compiling serde_repr v0.1.19
12512024-08-02T03:51:03.442Z Compiling clap_derive v4.5.8
12522024-08-02T03:51:03.685Z Compiling hyper-rustls v0.24.2
12532024-08-02T03:51:03.705Z Compiling hyper-tls v0.5.0
12542024-08-02T03:51:03.816Z Compiling strum_macros v0.25.3
12552024-08-02T03:51:04.025Z Compiling phf_shared v0.10.0
12562024-08-02T03:51:04.069Z Compiling float-cmp v0.9.0
12572024-08-02T03:51:04.292Z Compiling encoding_rs v0.8.34
12582024-08-02T03:51:04.442Z Compiling data-encoding v2.6.0
12592024-08-02T03:51:06.757Z Compiling whoami v1.5.1
12602024-08-02T03:51:06.855Z Compiling sync_wrapper v0.1.2
12612024-08-02T03:51:06.988Z Compiling predicates-core v1.0.6
12622024-08-02T03:51:07.358Z Compiling new_debug_unreachable v1.0.6
12632024-08-02T03:51:07.431Z Compiling webpki-roots v0.25.4
12642024-08-02T03:51:07.452Z Compiling difflib v0.4.0
12652024-08-02T03:51:07.595Z Compiling minimal-lexical v0.2.1
12662024-08-02T03:51:07.951Z Compiling static_assertions v1.1.0
12672024-08-02T03:51:08.019Z Compiling mime v0.3.17
12682024-08-02T03:51:08.048Z Compiling fixedbitset v0.4.2
12692024-08-02T03:51:08.148Z Compiling unicode-segmentation v1.11.0
12702024-08-02T03:51:08.480Z Compiling normalize-line-endings v0.3.0
12712024-08-02T03:51:08.499Z Compiling precomputed-hash v0.1.1
12722024-08-02T03:51:08.563Z Compiling clap v4.5.9
12732024-08-02T03:51:08.601Z Compiling predicates v3.1.2
12742024-08-02T03:51:08.618Z Compiling string_cache v0.8.7
12752024-08-02T03:51:08.621Z Compiling reqwest v0.11.27
12762024-08-02T03:51:08.674Z Compiling petgraph v0.6.5
12772024-08-02T03:51:08.851Z Compiling similar v2.5.0
12782024-08-02T03:51:08.973Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12792024-08-02T03:51:08.991Z Compiling diesel v2.1.6
12802024-08-02T03:51:09.092Z Compiling nom v7.1.3
12812024-08-02T03:51:10.217Z Compiling tokio-postgres v0.7.11
12822024-08-02T03:51:10.332Z Compiling console v0.15.8
12832024-08-02T03:51:11.424Z Compiling toml_edit v0.22.20
12842024-08-02T03:51:11.856Z Compiling elliptic-curve v0.13.8
12852024-08-02T03:51:12.680Z Compiling trust-dns-proto v0.22.0
12862024-08-02T03:51:12.697Z Compiling usdt v0.5.0
12872024-08-02T03:51:12.897Z Compiling yasna v0.5.2
12882024-08-02T03:51:13.200Z Compiling futures v0.3.30
12892024-08-02T03:51:14.207Z Compiling toml v0.7.8
12902024-08-02T03:51:14.840Z Compiling flate2 v1.0.30
12912024-08-02T03:51:15.288Z Compiling cipher v0.4.4
12922024-08-02T03:51:15.813Z Compiling crossterm v0.27.0
12932024-08-02T03:51:15.929Z Compiling itertools v0.12.1
12942024-08-02T03:51:15.932Z Compiling itertools v0.10.5
12952024-08-02T03:51:16.687Z Compiling bit-set v0.5.3
12962024-08-02T03:51:16.991Z Compiling tokio-stream v0.1.15
12972024-08-02T03:51:18.014Z Compiling num-iter v0.1.45
12982024-08-02T03:51:18.208Z Compiling openapiv3 v2.0.0
12992024-08-02T03:51:18.774Z Compiling bstr v1.9.1
13002024-08-02T03:51:19.121Z Compiling hex v0.4.3
13012024-08-02T03:51:19.521Z Compiling crossbeam-epoch v0.9.18
13022024-08-02T03:51:19.714Z Compiling dirs-sys-next v0.1.2
13032024-08-02T03:51:19.956Z Compiling lalrpop-util v0.19.12
13042024-08-02T03:51:20.290Z Compiling unicode-xid v0.2.4
13052024-08-02T03:51:20.327Z Compiling peg-runtime v0.8.3
13062024-08-02T03:51:20.401Z Compiling dirs-next v2.0.0
13072024-08-02T03:51:20.467Z Compiling thread_local v1.1.8
13082024-08-02T03:51:20.592Z Compiling slog-async v2.8.0
13092024-08-02T03:51:20.612Z Compiling term v0.7.0
13102024-08-02T03:51:21.013Z Compiling xattr v1.3.1
13112024-08-02T03:51:21.031Z Compiling crossbeam-channel v0.5.12
13122024-08-02T03:51:21.210Z Compiling strum_macros v0.26.4
13132024-08-02T03:51:21.256Z Compiling filetime v0.2.23
13142024-08-02T03:51:21.284Z Compiling is-terminal v0.4.12
13152024-08-02T03:51:21.423Z Compiling take_mut v0.2.2
13162024-08-02T03:51:21.585Z Compiling tar v0.4.41
13172024-08-02T03:51:21.588Z Compiling slog-term v2.9.1
13182024-08-02T03:51:22.194Z Compiling camino v1.1.7
13192024-08-02T03:51:24.406Z Compiling strum v0.26.3
13202024-08-02T03:51:36.882Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13212024-08-02T03:51:37.150Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13222024-08-02T03:51:42.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
13232024-08-02T03:51:42.642Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13242024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: Clickhouse
13252024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: Console
13262024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: Cockroach
13272024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: DendriteOpenapi
13282024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: DendriteStub
13292024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: MaghemiteMgd
13302024-08-02T03:51:42.687ZAug 02 03:51:41.742 INFO Starting download, target: TransceiverControl
13312024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13322024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13332024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13342024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13352024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13362024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13372024-08-02T03:51:42.690ZAug 02 03:51:41.743 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13382024-08-02T03:51:42.863ZAug 02 03:51:41.908 INFO Download complete, target: DendriteOpenapi
13392024-08-02T03:51:42.990ZAug 02 03:51:42.038 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13402024-08-02T03:51:43.693ZAug 02 03:51:42.404 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13412024-08-02T03:51:43.698ZAug 02 03:51:42.465 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13422024-08-02T03:51:43.725ZAug 02 03:51:42.779 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13432024-08-02T03:51:43.750ZAug 02 03:51:42.805 INFO Download complete, target: TransceiverControl
13442024-08-02T03:51:43.774ZAug 02 03:51:42.828 INFO Download complete, target: Console
13452024-08-02T03:51:44.666ZAug 02 03:51:43.721 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13462024-08-02T03:51:45.020ZAug 02 03:51:44.075 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13472024-08-02T03:51:45.020ZAug 02 03:51:44.075 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13482024-08-02T03:51:46.454ZAug 02 03:51:45.508 INFO Download complete, target: DendriteStub
13492024-08-02T03:51:46.815ZAug 02 03:51:45.869 INFO Download complete, target: MaghemiteMgd
13502024-08-02T03:51:53.284ZAug 02 03:51:52.336 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13512024-08-02T03:51:53.612ZAug 02 03:51:52.664 INFO Checking that binary works, target: Cockroach
13522024-08-02T03:51:53.775ZAug 02 03:51:52.828 INFO Download complete, target: Cockroach
13532024-08-02T03:51:58.745ZAug 02 03:51:57.797 INFO Checking that binary works, target: Clickhouse
13542024-08-02T03:51:59.041ZAug 02 03:51:58.092 INFO Download complete, target: Clickhouse
13552024-08-02T03:51:59.059ZAll builder prerequisites installed successfully, and PATH looks valid
13562024-08-02T03:51:59.063Z
13572024-08-02T03:51:59.063Zreal 5:27.452107728
13582024-08-02T03:51:59.063Zuser 11:39.503093035
13592024-08-02T03:51:59.063Zsys 2:28.080421411
13602024-08-02T03:51:59.063Ztrap 0.411309373
13612024-08-02T03:51:59.063Ztflt 5.650314599
13622024-08-02T03:51:59.063Zdflt 5.238043028
13632024-08-02T03:51:59.063Zkflt 0.164857187
13642024-08-02T03:51:59.063Zlock 22:26.229746793
13652024-08-02T03:51:59.063Zslp 48:45.647475902
13662024-08-02T03:51:59.063Zlat 35.153371317
13672024-08-02T03:51:59.063Zstop 1:37.186997606
13682024-08-02T03:51:59.063Z+ banner hack-check
13692024-08-02T03:51:59.064Z
13702024-08-02T03:51:59.064Z # # ## #### # # #### # # ###### #### # #
13712024-08-02T03:51:59.064Z # # # # # # # # # # # # # # # # #
13722024-08-02T03:51:59.064Z ###### # # # #### ##### # ###### ##### # ####
13732024-08-02T03:51:59.064Z # # ###### # # # # # # # # # #
13742024-08-02T03:51:59.064Z # # # # # # # # # # # # # # # # #
13752024-08-02T03:51:59.064Z # # # # #### # # #### # # ###### #### # #
13762024-08-02T03:51:59.064Z
13772024-08-02T03:51:59.064Z+ export CARGO_INCREMENTAL=0
13782024-08-02T03:51:59.064Z+ CARGO_INCREMENTAL=0
13792024-08-02T03:51:59.064Z+ ptime -m timeout 2h cargo xtask check-features --ci
13802024-08-02T03:51:59.635Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13812024-08-02T03:52:03.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
13822024-08-02T03:52:03.104Z Running `target/debug/xtask check-features --ci`
13832024-08-02T03:52:03.123Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13842024-08-02T03:52:03.123Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13852024-08-02T03:52:03.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13862024-08-02T03:52:03.631Z Running `target/debug/xtask download cargo-hack`
13872024-08-02T03:52:04.439Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13882024-08-02T03:52:04.813Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13892024-08-02T03:52:09.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
13902024-08-02T03:52:09.651Z Running `target/debug/xtask-downloader cargo-hack`
13912024-08-02T03:52:09.690ZAug 02 03:52:08.739 INFO Starting download, target: CargoHack
13922024-08-02T03:52:09.694ZAug 02 03:52:08.740 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13932024-08-02T03:52:10.146ZAug 02 03:52:09.195 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13942024-08-02T03:52:10.248ZAug 02 03:52:09.297 INFO Download complete, target: CargoHack
13952024-08-02T03:52:10.252Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13962024-08-02T03:52:10.268Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13972024-08-02T03:52:10.412Zinfo: running `cargo check --bins` on api_identity (1/142)
13982024-08-02T03:52:10.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13992024-08-02T03:52:10.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14002024-08-02T03:52:10.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14012024-08-02T03:52:10.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14022024-08-02T03:52:10.991Z
14032024-08-02T03:52:10.992Zinfo: running `cargo check --bins` on bootstore (2/142)
14042024-08-02T03:52:11.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14052024-08-02T03:52:11.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14062024-08-02T03:52:11.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14072024-08-02T03:52:11.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14082024-08-02T03:52:11.601Z
14092024-08-02T03:52:11.601Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
14102024-08-02T03:52:12.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14112024-08-02T03:52:12.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14122024-08-02T03:52:12.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14132024-08-02T03:52:12.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14142024-08-02T03:52:12.199Z
14152024-08-02T03:52:12.199Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14162024-08-02T03:52:12.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14172024-08-02T03:52:12.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14182024-08-02T03:52:12.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14192024-08-02T03:52:12.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14202024-08-02T03:52:12.790Z
14212024-08-02T03:52:12.790Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14222024-08-02T03:52:13.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-02T03:52:13.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-02T03:52:13.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-02T03:52:13.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14262024-08-02T03:52:13.231Z
14272024-08-02T03:52:13.231Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14282024-08-02T03:52:13.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-02T03:52:13.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-02T03:52:13.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-02T03:52:13.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14322024-08-02T03:52:13.656Z
14332024-08-02T03:52:13.656Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14342024-08-02T03:52:14.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-02T03:52:14.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-02T03:52:14.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-02T03:52:14.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14382024-08-02T03:52:14.100Z
14392024-08-02T03:52:14.100Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14402024-08-02T03:52:14.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-02T03:52:14.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-02T03:52:14.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-02T03:52:14.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14442024-08-02T03:52:14.571Z
14452024-08-02T03:52:14.571Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14462024-08-02T03:52:14.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-02T03:52:14.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-02T03:52:14.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-02T03:52:14.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14502024-08-02T03:52:15.015Z
14512024-08-02T03:52:15.015Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14522024-08-02T03:52:15.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-02T03:52:15.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-02T03:52:15.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-02T03:52:15.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14562024-08-02T03:52:15.446Z
14572024-08-02T03:52:15.446Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14582024-08-02T03:52:15.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-02T03:52:15.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-02T03:52:15.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-02T03:52:15.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14622024-08-02T03:52:15.884Z
14632024-08-02T03:52:15.884Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14642024-08-02T03:52:16.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-02T03:52:16.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-02T03:52:16.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-02T03:52:16.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14682024-08-02T03:52:16.332Z
14692024-08-02T03:52:16.332Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14702024-08-02T03:52:16.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-02T03:52:16.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-02T03:52:16.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-02T03:52:16.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14742024-08-02T03:52:16.766Z
14752024-08-02T03:52:16.766Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14762024-08-02T03:52:17.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-02T03:52:17.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-02T03:52:17.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-02T03:52:17.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14802024-08-02T03:52:17.200Z
14812024-08-02T03:52:17.200Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14822024-08-02T03:52:17.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-02T03:52:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-02T03:52:17.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-02T03:52:17.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14862024-08-02T03:52:17.634Z
14872024-08-02T03:52:17.634Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14882024-08-02T03:52:18.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-02T03:52:18.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-02T03:52:18.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-02T03:52:18.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14922024-08-02T03:52:18.069Z
14932024-08-02T03:52:18.069Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14942024-08-02T03:52:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-02T03:52:18.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-02T03:52:18.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-02T03:52:18.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14982024-08-02T03:52:18.500Z
14992024-08-02T03:52:18.500Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
15002024-08-02T03:52:18.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-02T03:52:18.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-02T03:52:18.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-02T03:52:18.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15042024-08-02T03:52:18.931Z
15052024-08-02T03:52:18.931Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
15062024-08-02T03:52:19.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-02T03:52:19.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-02T03:52:19.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-02T03:52:19.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15102024-08-02T03:52:19.367Z
15112024-08-02T03:52:19.367Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
15122024-08-02T03:52:19.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-02T03:52:19.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-02T03:52:19.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-02T03:52:19.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15162024-08-02T03:52:19.799Z
15172024-08-02T03:52:19.799Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15182024-08-02T03:52:20.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-02T03:52:20.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-02T03:52:20.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-02T03:52:20.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15222024-08-02T03:52:20.230Z
15232024-08-02T03:52:20.230Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15242024-08-02T03:52:20.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-02T03:52:20.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-02T03:52:20.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-02T03:52:20.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15282024-08-02T03:52:20.665Z
15292024-08-02T03:52:20.665Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15302024-08-02T03:52:21.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-02T03:52:21.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-02T03:52:21.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-02T03:52:21.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15342024-08-02T03:52:21.107Z
15352024-08-02T03:52:21.108Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15362024-08-02T03:52:21.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-02T03:52:21.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-02T03:52:21.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-02T03:52:21.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15402024-08-02T03:52:21.530Z
15412024-08-02T03:52:21.530Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15422024-08-02T03:52:22.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-02T03:52:22.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-02T03:52:22.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-08-02T03:52:22.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15462024-08-02T03:52:22.127Z
15472024-08-02T03:52:22.127Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15482024-08-02T03:52:22.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-08-02T03:52:22.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-08-02T03:52:22.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-08-02T03:52:22.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15522024-08-02T03:52:22.738Z
15532024-08-02T03:52:22.738Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15542024-08-02T03:52:23.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-08-02T03:52:23.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-08-02T03:52:23.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-08-02T03:52:23.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15582024-08-02T03:52:23.369Z
15592024-08-02T03:52:23.369Zinfo: running `cargo check --bins` on oxlog (28/142)
15602024-08-02T03:52:23.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-08-02T03:52:23.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-08-02T03:52:23.942Z Checking cfg-if v1.0.0
15632024-08-02T03:52:23.960Z Checking libc v0.2.155
15642024-08-02T03:52:24.032Z Checking scopeguard v1.2.0
15652024-08-02T03:52:24.038Z Checking serde v1.0.204
15662024-08-02T03:52:24.046Z Checking memchr v2.7.2
15672024-08-02T03:52:24.046Z Checking byteorder v1.5.0
15682024-08-02T03:52:24.050Z Checking log v0.4.21
15692024-08-02T03:52:24.069Z Checking itoa v1.0.11
15702024-08-02T03:52:24.105Z Checking zeroize v1.7.0
15712024-08-02T03:52:24.142Z Checking lock_api v0.4.12
15722024-08-02T03:52:24.275Z Checking smallvec v1.13.2
15732024-08-02T03:52:24.317Z Checking once_cell v1.19.0
15742024-08-02T03:52:24.341Z Checking pin-project-lite v0.2.14
15752024-08-02T03:52:24.459Z Checking typenum v1.17.0
15762024-08-02T03:52:24.474Z Checking zerocopy v0.7.34
15772024-08-02T03:52:24.556Z Checking spin v0.9.8
15782024-08-02T03:52:24.608Z Checking tinyvec_macros v0.1.1
15792024-08-02T03:52:24.637Z Checking futures-core v0.3.30
15802024-08-02T03:52:24.689Z Checking tinyvec v1.6.0
15812024-08-02T03:52:24.812Z Checking libm v0.2.8
15822024-08-02T03:52:24.890Z Checking subtle v2.5.0
15832024-08-02T03:52:24.902Z Checking ryu v1.0.18
15842024-08-02T03:52:25.135Z Checking const-oid v0.9.6
15852024-08-02T03:52:25.150Z Checking unicode-bidi v0.3.15
15862024-08-02T03:52:25.221Z Checking getrandom v0.2.14
15872024-08-02T03:52:25.475Z Checking rand_core v0.6.4
15882024-08-02T03:52:25.740Z Checking parking_lot_core v0.9.10
15892024-08-02T03:52:25.762Z Checking signal-hook-registry v1.4.2
15902024-08-02T03:52:25.775Z Checking mio v0.8.11
15912024-08-02T03:52:25.814Z Checking generic-array v0.14.7
15922024-08-02T03:52:25.864Z Checking socket2 v0.5.7
15932024-08-02T03:52:25.965Z Checking num_cpus v1.16.0
15942024-08-02T03:52:26.027Z Checking unicode-normalization v0.1.23
15952024-08-02T03:52:26.069Z Checking parking_lot v0.12.2
15962024-08-02T03:52:26.083Z Checking ahash v0.8.11
15972024-08-02T03:52:26.358Z Checking num-traits v0.2.19
15982024-08-02T03:52:26.431Z Checking allocator-api2 v0.2.18
15992024-08-02T03:52:26.446Z Checking futures-sink v0.3.30
16002024-08-02T03:52:26.599Z Checking equivalent v1.0.1
16012024-08-02T03:52:26.652Z Checking futures-channel v0.3.30
16022024-08-02T03:52:26.700Z Checking slab v0.4.9
16032024-08-02T03:52:26.897Z Checking crypto-common v0.1.6
16042024-08-02T03:52:26.957Z Checking pin-utils v0.1.0
16052024-08-02T03:52:26.969Z Checking futures-task v0.3.30
16062024-08-02T03:52:26.992Z Checking futures-io v0.3.30
16072024-08-02T03:52:27.006Z Checking block-buffer v0.10.4
16082024-08-02T03:52:27.035Z Checking percent-encoding v2.3.1
16092024-08-02T03:52:27.066Z Checking hashbrown v0.14.5
16102024-08-02T03:52:27.080Z Checking ppv-lite86 v0.2.17
16112024-08-02T03:52:27.150Z Checking tracing-core v0.1.32
16122024-08-02T03:52:27.196Z Checking futures-util v0.3.30
16132024-08-02T03:52:27.219Z Checking digest v0.10.7
16142024-08-02T03:52:27.233Z Checking untrusted v0.9.0
16152024-08-02T03:52:27.380Z Checking fnv v1.0.7
16162024-08-02T03:52:27.508Z Checking ring v0.17.8
16172024-08-02T03:52:27.595Z Checking thiserror v1.0.63
16182024-08-02T03:52:27.723Z Checking powerfmt v0.2.0
16192024-08-02T03:52:27.783Z Checking tracing v0.1.40
16202024-08-02T03:52:27.786Z Checking rand_chacha v0.3.1
16212024-08-02T03:52:28.009Z Checking iana-time-zone v0.1.60
16222024-08-02T03:52:28.067Z Checking base64ct v1.6.0
16232024-08-02T03:52:28.136Z Checking foreign-types-shared v0.1.1
16242024-08-02T03:52:28.153Z Checking deranged v0.3.11
16252024-08-02T03:52:28.183Z Checking rand v0.8.5
16262024-08-02T03:52:28.234Z Checking foreign-types v0.3.2
16272024-08-02T03:52:28.284Z Checking hmac v0.12.1
16282024-08-02T03:52:28.320Z Checking form_urlencoded v1.2.1
16292024-08-02T03:52:28.480Z Checking openssl-sys v0.9.103
16302024-08-02T03:52:28.505Z Checking pem-rfc7468 v0.7.0
16312024-08-02T03:52:28.525Z Checking siphasher v0.3.11
16322024-08-02T03:52:28.765Z Checking time-core v0.1.2
16332024-08-02T03:52:28.781Z Checking num_threads v0.1.7
16342024-08-02T03:52:28.884Z Checking num-conv v0.1.0
16352024-08-02T03:52:28.917Z Checking unicode-ident v1.0.12
16362024-08-02T03:52:29.082Z Checking try-lock v0.2.5
16372024-08-02T03:52:29.117Z Checking flagset v0.4.5
16382024-08-02T03:52:29.204Z Checking bytes v1.6.0
16392024-08-02T03:52:29.204Z Checking bitflags v2.6.0
16402024-08-02T03:52:29.314Z Checking serde_json v1.0.120
16412024-08-02T03:52:29.379Z Checking indexmap v2.2.6
16422024-08-02T03:52:29.444Z Checking uuid v1.10.0
16432024-08-02T03:52:29.535Z Checking chrono v0.4.38
16442024-08-02T03:52:29.808Z Checking openssl v0.10.66
16452024-08-02T03:52:29.890Z Checking time v0.3.36
16462024-08-02T03:52:30.010Z Checking tokio v1.38.1
16472024-08-02T03:52:30.026Z Checking http v0.2.12
16482024-08-02T03:52:30.621Z Checking sct v0.7.1
16492024-08-02T03:52:30.943Z Checking rustls-webpki v0.101.7
16502024-08-02T03:52:30.979Z Checking der v0.7.9
16512024-08-02T03:52:31.383Z Checking http-body v0.4.6
16522024-08-02T03:52:31.476Z Checking want v0.3.1
16532024-08-02T03:52:31.548Z Checking proc-macro2 v1.0.86
16542024-08-02T03:52:31.639Z Checking idna v0.5.0
16552024-08-02T03:52:31.785Z Checking errno v0.3.9
16562024-08-02T03:52:31.957Z Checking httparse v1.8.0
16572024-08-02T03:52:32.219Z Checking lazy_static v1.5.0
16582024-08-02T03:52:32.288Z Checking aho-corasick v1.1.3
16592024-08-02T03:52:32.318Z Checking scroll v0.12.0
16602024-08-02T03:52:32.386Z Checking openssl-probe v0.1.5
16612024-08-02T03:52:32.396Z Checking ucd-trie v0.1.6
16622024-08-02T03:52:32.530Z Checking plain v0.2.3
16632024-08-02T03:52:32.544Z Checking utf8parse v0.2.1
16642024-08-02T03:52:32.607Z Checking finl_unicode v1.2.0
16652024-08-02T03:52:32.673Z Checking adler v1.0.2
16662024-08-02T03:52:32.688Z Checking regex-syntax v0.8.3
16672024-08-02T03:52:32.766Z Checking tower-service v0.3.2
16682024-08-02T03:52:32.788Z Checking httpdate v1.0.3
16692024-08-02T03:52:32.816Z Checking cpufeatures v0.2.12
16702024-08-02T03:52:32.878Z Checking anstyle v1.0.8
16712024-08-02T03:52:32.906Z Checking sha2 v0.10.8
16722024-08-02T03:52:33.022Z Checking miniz_oxide v0.7.2
16732024-08-02T03:52:33.166Z Checking stringprep v0.1.4
16742024-08-02T03:52:33.229Z Checking goblin v0.8.2
16752024-08-02T03:52:33.424Z Checking spki v0.7.3
16762024-08-02T03:52:33.492Z Checking anstyle-parse v0.2.4
16772024-08-02T03:52:33.708Z Checking pest v2.7.10
16782024-08-02T03:52:33.748Z Checking url v2.5.2
16792024-08-02T03:52:33.775Z Checking quote v1.0.36
16802024-08-02T03:52:33.930Z Checking rustix v0.38.34
16812024-08-02T03:52:34.071Z Checking rustls v0.21.12
16822024-08-02T03:52:34.543Z Checking serde_spanned v0.6.7
16832024-08-02T03:52:34.729Z Checking toml_datetime v0.6.8
16842024-08-02T03:52:34.995Z Checking num-integer v0.1.46
16852024-08-02T03:52:35.280Z Checking native-tls v0.2.11
16862024-08-02T03:52:35.506Z Checking md-5 v0.10.6
16872024-08-02T03:52:35.604Z Checking idna v0.3.0
16882024-08-02T03:52:35.719Z Checking hash32 v0.2.1
16892024-08-02T03:52:35.905Z Checking regex-automata v0.4.6
16902024-08-02T03:52:35.995Z Checking fallible-iterator v0.2.0
16912024-08-02T03:52:36.012Z Checking psl-types v2.0.11
16922024-08-02T03:52:36.176Z Checking gimli v0.28.1
16932024-08-02T03:52:36.190Z Checking base64 v0.22.1
16942024-08-02T03:52:36.432Z Checking is_terminal_polyfill v1.70.0
16952024-08-02T03:52:36.550Z Checking anstyle-query v1.0.3
16962024-08-02T03:52:36.600Z Checking pretty-hex v0.4.1
16972024-08-02T03:52:36.634Z Checking colorchoice v1.0.1
16982024-08-02T03:52:36.662Z Checking stable_deref_trait v1.2.0
16992024-08-02T03:52:36.753Z Checking dyn-clone v1.0.17
17002024-08-02T03:52:36.757Z Checking anstream v0.6.14
17012024-08-02T03:52:36.789Z Checking heapless v0.7.17
17022024-08-02T03:52:36.880Z Checking schemars v0.8.21
17032024-08-02T03:52:36.992Z Checking tokio-util v0.7.11
17042024-08-02T03:52:37.145Z Checking tokio-native-tls v0.3.1
17052024-08-02T03:52:37.205Z Checking tokio-rustls v0.24.1
17062024-08-02T03:52:37.397Z Checking postgres-protocol v0.6.7
17072024-08-02T03:52:37.551Z Checking publicsuffix v2.2.3
17082024-08-02T03:52:37.786Z Checking dtrace-parser v0.2.0
17092024-08-02T03:52:37.807Z Checking terminal_size v0.3.0
17102024-08-02T03:52:37.869Z Checking h2 v0.3.26
17112024-08-02T03:52:37.970Z Checking syn v2.0.72
17122024-08-02T03:52:38.047Z Checking pkcs8 v0.10.2
17132024-08-02T03:52:38.244Z Checking cookie v0.17.0
17142024-08-02T03:52:38.281Z Checking dof v0.3.0
17152024-08-02T03:52:38.313Z Checking phf_shared v0.11.2
17162024-08-02T03:52:38.532Z Checking signal-hook v0.3.17
17172024-08-02T03:52:38.599Z Checking block-padding v0.3.3
17182024-08-02T03:52:38.661Z Checking scheduled-thread-pool v0.2.7
17192024-08-02T03:52:38.794Z Checking ff v0.13.0
17202024-08-02T03:52:38.855Z Checking thread-id v4.2.1
17212024-08-02T03:52:38.876Z Checking object v0.32.2
17222024-08-02T03:52:38.890Z Checking managed v0.8.0
17232024-08-02T03:52:38.964Z Checking ipnet v2.9.0
17242024-08-02T03:52:38.986Z Checking either v1.12.0
17252024-08-02T03:52:39.275Z Checking strsim v0.11.1
17262024-08-02T03:52:39.349Z Checking bit-vec v0.6.3
17272024-08-02T03:52:39.408Z Checking bitflags v1.3.2
17282024-08-02T03:52:39.516Z Checking base16ct v0.2.0
17292024-08-02T03:52:39.574Z Checking matches v0.1.10
17302024-08-02T03:52:39.668Z Checking regex-automata v0.1.10
17312024-08-02T03:52:39.709Z Checking base64 v0.21.7
17322024-08-02T03:52:39.715Z Checking winnow v0.5.40
17332024-08-02T03:52:40.046Z Checking clap_lex v0.7.0
17342024-08-02T03:52:40.073Z Checking addr2line v0.21.0
17352024-08-02T03:52:40.171Z Checking rustc-demangle v0.1.24
17362024-08-02T03:52:40.287Z Checking clap_builder v4.5.9
17372024-08-02T03:52:40.475Z Checking regex v1.10.5
17382024-08-02T03:52:40.587Z Checking rustls-pemfile v1.0.4
17392024-08-02T03:52:40.590Z Checking bstr v0.2.17
17402024-08-02T03:52:40.784Z Checking sec1 v0.7.3
17412024-08-02T03:52:41.095Z Checking idna v0.2.3
17422024-08-02T03:52:41.177Z Checking smoltcp v0.9.1
17432024-08-02T03:52:41.427Z Checking group v0.13.0
17442024-08-02T03:52:41.697Z Checking r2d2 v0.8.10
17452024-08-02T03:52:41.969Z Checking signal-hook-mio v0.2.3
17462024-08-02T03:52:41.993Z Checking inout v0.1.3
17472024-08-02T03:52:42.115Z Checking cookie_store v0.20.0
17482024-08-02T03:52:42.238Z Checking phf v0.11.2
17492024-08-02T03:52:42.496Z Checking ipnetwork v0.20.0
17502024-08-02T03:52:42.671Z Checking postgres-types v0.2.7
17512024-08-02T03:52:42.780Z Checking num-bigint v0.4.5
17522024-08-02T03:52:42.822Z Checking toml_edit v0.19.15
17532024-08-02T03:52:42.867Z Checking futures-executor v0.3.30
17542024-08-02T03:52:43.103Z Checking hubpack v0.1.2
17552024-08-02T03:52:43.378Z Checking serde_urlencoded v0.7.1
17562024-08-02T03:52:43.393Z Checking phf_shared v0.10.0
17572024-08-02T03:52:43.417Z Checking hkdf v0.12.4
17582024-08-02T03:52:43.621Z Checking float-cmp v0.9.0
17592024-08-02T03:52:43.674Z Checking zerocopy v0.6.6
17602024-08-02T03:52:43.785Z Checking crc32fast v1.4.0
17612024-08-02T03:52:43.816Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17622024-08-02T03:52:44.001Z Checking crossbeam-utils v0.8.19
17632024-08-02T03:52:44.073Z Checking crypto-bigint v0.5.5
17642024-08-02T03:52:44.169Z Checking hyper v0.14.30
17652024-08-02T03:52:44.259Z Checking usdt-impl v0.5.0
17662024-08-02T03:52:44.460Z Checking memmap v0.7.0
17672024-08-02T03:52:44.673Z Checking encoding_rs v0.8.34
17682024-08-02T03:52:44.716Z Checking new_debug_unreachable v1.0.6
17692024-08-02T03:52:44.805Z Checking minimal-lexical v0.2.1
17702024-08-02T03:52:44.822Z Checking static_assertions v1.1.0
17712024-08-02T03:52:44.914Z Checking unicode-segmentation v1.11.0
17722024-08-02T03:52:44.942Z Checking backtrace v0.3.71
17732024-08-02T03:52:45.208Z Checking difflib v0.4.0
17742024-08-02T03:52:45.341Z Checking unicode-width v0.1.13
17752024-08-02T03:52:45.428Z Checking winnow v0.6.18
17762024-08-02T03:52:45.516Z Checking predicates-core v1.0.6
17772024-08-02T03:52:45.530Z Checking precomputed-hash v0.1.1
17782024-08-02T03:52:45.542Z Checking webpki-roots v0.25.4
17792024-08-02T03:52:45.566Z Checking data-encoding v2.6.0
17802024-08-02T03:52:45.638Z Checking whoami v1.5.1
17812024-08-02T03:52:45.709Z Checking normalize-line-endings v0.3.0
17822024-08-02T03:52:45.714Z Checking mime v0.3.17
17832024-08-02T03:52:45.811Z Checking fixedbitset v0.4.2
17842024-08-02T03:52:45.931Z Checking sync_wrapper v0.1.2
17852024-08-02T03:52:46.018Z Checking tokio-postgres v0.7.11
17862024-08-02T03:52:46.055Z Checking predicates v3.1.2
17872024-08-02T03:52:46.075Z Checking petgraph v0.6.5
17882024-08-02T03:52:46.228Z Checking trust-dns-proto v0.22.0
17892024-08-02T03:52:46.740Z Checking string_cache v0.8.7
17902024-08-02T03:52:47.002Z Checking elliptic-curve v0.13.8
17912024-08-02T03:52:47.016Z Checking similar v2.5.0
17922024-08-02T03:52:47.033Z Checking console v0.15.8
17932024-08-02T03:52:47.604Z Checking anyhow v1.0.86
17942024-08-02T03:52:47.671Z Checking yasna v0.5.2
17952024-08-02T03:52:47.847Z Checking toml v0.7.8
17962024-08-02T03:52:47.986Z Checking nom v7.1.3
17972024-08-02T03:52:48.545Z Checking toml_edit v0.22.20
17982024-08-02T03:52:48.565Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17992024-08-02T03:52:48.583Z Checking usdt v0.5.0
18002024-08-02T03:52:48.842Z Checking crossbeam-epoch v0.9.18
18012024-08-02T03:52:48.988Z Checking diesel v2.1.6
18022024-08-02T03:52:49.265Z Checking flate2 v1.0.30
18032024-08-02T03:52:49.411Z Checking clap v4.5.9
18042024-08-02T03:52:49.534Z Checking futures v0.3.30
18052024-08-02T03:52:49.652Z Checking cipher v0.4.4
18062024-08-02T03:52:49.905Z Checking crossterm v0.27.0
18072024-08-02T03:52:50.075Z Checking bstr v1.9.1
18082024-08-02T03:52:50.216Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092024-08-02T03:52:50.238Z Checking bit-set v0.5.3
18102024-08-02T03:52:50.467Z Checking hyper-rustls v0.24.2
18112024-08-02T03:52:50.508Z Checking hyper-tls v0.5.0
18122024-08-02T03:52:50.756Z Checking itertools v0.12.1
18132024-08-02T03:52:50.815Z Checking reqwest v0.11.27
18142024-08-02T03:52:50.891Z Checking itertools v0.10.5
18152024-08-02T03:52:50.929Z Checking tokio-stream v0.1.15
18162024-08-02T03:52:51.192Z Checking fs-err v2.11.0
18172024-08-02T03:52:51.734Z Checking num-iter v0.1.45
18182024-08-02T03:52:51.757Z Checking openapiv3 v2.0.0
18192024-08-02T03:52:51.760Z Checking slog v2.7.0
18202024-08-02T03:52:51.909Z Checking hex v0.4.3
18212024-08-02T03:52:52.272Z Checking semver v1.0.23
18222024-08-02T03:52:52.447Z Checking lalrpop-util v0.19.12
18232024-08-02T03:52:52.454Z Checking peg-runtime v0.8.3
18242024-08-02T03:52:52.662Z Checking camino v1.1.7
18252024-08-02T03:52:52.694Z Checking sigpipe v0.1.3
18262024-08-02T03:53:09.304Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18272024-08-02T03:53:09.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.22s
18282024-08-02T03:53:09.738Z
18292024-08-02T03:53:09.738Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18302024-08-02T03:53:10.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312024-08-02T03:53:10.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322024-08-02T03:53:10.381Z Compiling regress v0.9.1
18332024-08-02T03:53:10.472Z Checking sha1 v0.10.6
18342024-08-02T03:53:10.483Z Checking strum v0.26.3
18352024-08-02T03:53:10.502Z Checking heck v0.5.0
18362024-08-02T03:53:10.514Z Compiling getopts v0.2.21
18372024-08-02T03:53:10.525Z Checking dirs-sys-next v0.1.2
18382024-08-02T03:53:10.538Z Compiling unsafe-libyaml v0.2.11
18392024-08-02T03:53:10.667Z Checking http v1.1.0
18402024-08-02T03:53:10.690Z Checking dirs-next v2.0.0
18412024-08-02T03:53:10.710Z Checking thread_local v1.1.8
18422024-08-02T03:53:10.806Z Compiling ident_case v1.0.1
18432024-08-02T03:53:10.926Z Checking rustls-pki-types v1.7.0
18442024-08-02T03:53:10.966Z Compiling darling_core v0.20.9
18452024-08-02T03:53:11.000Z Checking term v0.7.0
18462024-08-02T03:53:11.326Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18472024-08-02T03:53:11.416Z Checking crossbeam-channel v0.5.12
18482024-08-02T03:53:11.438Z Checking atty v0.2.14
18492024-08-02T03:53:11.550Z Checking is-terminal v0.4.12
18502024-08-02T03:53:11.625Z Checking take_mut v0.2.2
18512024-08-02T03:53:11.660Z Checking humantime v2.1.0
18522024-08-02T03:53:11.772Z Compiling paste v1.0.15
18532024-08-02T03:53:11.960Z Compiling serde_yaml v0.9.34+deprecated
18542024-08-02T03:53:12.054Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18552024-08-02T03:53:12.136Z Checking termcolor v1.4.1
18562024-08-02T03:53:12.306Z Checking utf-8 v0.7.6
18572024-08-02T03:53:12.407Z Compiling rustls v0.22.4
18582024-08-02T03:53:12.511Z Checking slog-async v2.8.0
18592024-08-02T03:53:12.539Z Checking slog-term v2.9.1
18602024-08-02T03:53:12.553Z Checking env_logger v0.9.3
18612024-08-02T03:53:12.713Z Checking rustls-webpki v0.102.4
18622024-08-02T03:53:12.788Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18632024-08-02T03:53:12.988Z Compiling proc-macro-crate v1.3.1
18642024-08-02T03:53:13.023Z Compiling bitstruct_derive v0.1.0
18652024-08-02T03:53:13.111Z Compiling structmeta-derive v0.3.0
18662024-08-02T03:53:13.476Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-08-02T03:53:13.600Z Compiling multer v3.1.0
18682024-08-02T03:53:13.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18692024-08-02T03:53:13.952Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18702024-08-02T03:53:14.173Z Checking ascii v1.1.0
18712024-08-02T03:53:14.408Z Checking match_cfg v0.1.0
18722024-08-02T03:53:14.497Z Checking hostname v0.3.1
18732024-08-02T03:53:14.579Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18742024-08-02T03:53:14.627Z Checking bitstruct v0.1.1
18752024-08-02T03:53:14.754Z Compiling num_enum_derive v0.5.11
18762024-08-02T03:53:15.530Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18772024-08-02T03:53:15.678Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18782024-08-02T03:53:16.127Z Compiling structmeta v0.3.0
18792024-08-02T03:53:16.142Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-08-02T03:53:16.407Z Checking slog-json v2.6.1
18812024-08-02T03:53:16.429Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-08-02T03:53:16.562Z Checking erased-serde v0.3.31
18832024-08-02T03:53:16.665Z Checking serde_arrays v0.1.0
18842024-08-02T03:53:16.680Z Compiling async-stream-impl v0.3.5
18852024-08-02T03:53:16.811Z Compiling foreign-types-macros v0.2.3
18862024-08-02T03:53:17.148Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18872024-08-02T03:53:17.390Z Checking foreign-types-shared v0.3.1
18882024-08-02T03:53:17.432Z Checking atomic-waker v1.1.2
18892024-08-02T03:53:17.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18902024-08-02T03:53:17.554Z Checking arc-swap v1.7.1
18912024-08-02T03:53:17.610Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-08-02T03:53:17.802Z Checking waitgroup v0.1.2
18932024-08-02T03:53:18.222Z Checking slog-scope v4.4.0
18942024-08-02T03:53:18.254Z Checking num_enum v0.5.11
18952024-08-02T03:53:18.254Z Compiling darling_macro v0.20.9
18962024-08-02T03:53:18.254Z Checking async-stream v0.3.5
18972024-08-02T03:53:18.254Z Checking foreign-types v0.5.0
18982024-08-02T03:53:18.254Z Checking slog-bunyan v2.5.0
18992024-08-02T03:53:18.254Z Compiling parse-display-derive v0.9.1
19002024-08-02T03:53:18.254Z Compiling proc-macro-error v1.0.4
19012024-08-02T03:53:18.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19022024-08-02T03:53:18.549Z Checking tungstenite v0.20.1
19032024-08-02T03:53:18.775Z Checking toml v0.8.19
19042024-08-02T03:53:18.854Z Checking rustls-pemfile v2.1.2
19052024-08-02T03:53:18.932Z Compiling darling v0.20.9
19062024-08-02T03:53:19.051Z Compiling serde_with_macros v3.8.3
19072024-08-02T03:53:19.090Z Compiling heck v0.3.3
19082024-08-02T03:53:19.164Z Checking tokio-rustls v0.25.0
19092024-08-02T03:53:19.427Z Checking newtype-uuid v1.1.0
19102024-08-02T03:53:19.543Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
19112024-08-02T03:53:19.558Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19122024-08-02T03:53:19.592Z Checking serde_path_to_error v0.1.16
19132024-08-02T03:53:19.669Z Checking cstr-argument v0.1.2
19142024-08-02T03:53:19.853Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19152024-08-02T03:53:20.210Z Checking hostname v0.4.0
19162024-08-02T03:53:20.352Z Checking instant v0.1.12
19172024-08-02T03:53:20.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19182024-08-02T03:53:20.460Z Checking debug-ignore v1.0.5
19192024-08-02T03:53:20.595Z Checking fastrand v2.1.0
19202024-08-02T03:53:20.625Z Checking pretty-hex v0.2.1
19212024-08-02T03:53:20.746Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19222024-08-02T03:53:20.783Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19232024-08-02T03:53:20.874Z Checking backoff v0.4.0
19242024-08-02T03:53:20.910Z Checking tempfile v3.10.1
19252024-08-02T03:53:21.168Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19262024-08-02T03:53:21.189Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19272024-08-02T03:53:21.256Z Compiling zone_cfg_derive v0.1.2
19282024-08-02T03:53:21.408Z Checking tokio-tungstenite v0.20.1
19292024-08-02T03:53:21.473Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19302024-08-02T03:53:21.869Z Checking slog-stdlog v4.1.1
19312024-08-02T03:53:22.042Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19322024-08-02T03:53:22.057Z Checking serde_with v3.8.3
19332024-08-02T03:53:22.179Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19342024-08-02T03:53:22.226Z Checking tungstenite v0.21.0
19352024-08-02T03:53:22.522Z Checking colored v2.1.0
19362024-08-02T03:53:22.731Z Checking macaddr v1.0.1
19372024-08-02T03:53:22.796Z Checking socket2 v0.4.10
19382024-08-02T03:53:22.861Z Checking parse-display v0.9.1
19392024-08-02T03:53:23.037Z Checking base64 v0.13.1
19402024-08-02T03:53:23.080Z Checking zone v0.1.8
19412024-08-02T03:53:23.113Z Checking tokio-tungstenite v0.21.0
19422024-08-02T03:53:23.446Z Checking ron v0.7.1
19432024-08-02T03:53:23.552Z Checking slog-envlogger v2.2.0
19442024-08-02T03:53:23.685Z Checking pem v3.0.4
19452024-08-02T03:53:23.771Z Checking tabwriter v1.4.0
19462024-08-02T03:53:23.942Z Checking xattr v1.3.1
19472024-08-02T03:53:24.007Z Checking portpicker v0.1.1
19482024-08-02T03:53:24.132Z Checking headers-core v0.2.0
19492024-08-02T03:53:24.146Z Checking smf v0.2.3
19502024-08-02T03:53:24.270Z Checking filetime v0.2.23
19512024-08-02T03:53:24.505Z Checking same-file v1.0.6
19522024-08-02T03:53:24.605Z Checking tar v0.4.41
19532024-08-02T03:53:24.621Z Checking headers v0.3.9
19542024-08-02T03:53:24.677Z Checking walkdir v2.5.0
19552024-08-02T03:53:24.946Z Checking rcgen v0.12.1
19562024-08-02T03:53:24.949Z Checking atomicwrites v0.4.3
19572024-08-02T03:53:25.141Z Checking camino-tempfile v1.1.1
19582024-08-02T03:53:25.351Z Checking subprocess v0.2.9
19592024-08-02T03:53:26.318Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-08-02T03:53:26.528Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-08-02T03:53:28.337Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19622024-08-02T03:53:30.176Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19632024-08-02T03:53:30.240Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19642024-08-02T03:53:33.228Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19652024-08-02T03:53:39.384Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19662024-08-02T03:53:39.527Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19672024-08-02T03:53:39.527Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19682024-08-02T03:53:42.031Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19692024-08-02T03:53:42.484Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19702024-08-02T03:53:48.180Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19712024-08-02T03:53:49.535Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19722024-08-02T03:53:50.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.84s
19732024-08-02T03:53:50.739Z
19742024-08-02T03:53:50.739Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19752024-08-02T03:53:51.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762024-08-02T03:53:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772024-08-02T03:53:51.359Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19782024-08-02T03:53:52.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
19792024-08-02T03:53:52.704Z
19802024-08-02T03:53:52.704Zinfo: running `cargo check --bins` on nexus-config (31/142)
19812024-08-02T03:53:53.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822024-08-02T03:53:53.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832024-08-02T03:53:53.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842024-08-02T03:53:53.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19852024-08-02T03:53:53.286Z
19862024-08-02T03:53:53.286Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19872024-08-02T03:53:53.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882024-08-02T03:53:53.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892024-08-02T03:53:53.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902024-08-02T03:53:53.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19912024-08-02T03:53:53.844Z
19922024-08-02T03:53:53.844Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19932024-08-02T03:53:54.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942024-08-02T03:53:54.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952024-08-02T03:53:54.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962024-08-02T03:53:54.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972024-08-02T03:53:54.440Z
19982024-08-02T03:53:54.441Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19992024-08-02T03:53:54.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-02T03:53:54.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-02T03:53:54.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022024-08-02T03:53:54.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20032024-08-02T03:53:55.044Z
20042024-08-02T03:53:55.044Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
20052024-08-02T03:53:55.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-02T03:53:55.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-02T03:53:55.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082024-08-02T03:53:55.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20092024-08-02T03:53:55.623Z
20102024-08-02T03:53:55.623Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
20112024-08-02T03:53:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-02T03:53:56.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-02T03:53:56.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-02T03:53:56.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20152024-08-02T03:53:56.248Z
20162024-08-02T03:53:56.248Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20172024-08-02T03:53:56.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-02T03:53:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-02T03:53:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-08-02T03:53:56.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20212024-08-02T03:53:56.857Z
20222024-08-02T03:53:56.857Zinfo: running `cargo check --bins` on dpd-client (38/142)
20232024-08-02T03:53:57.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-08-02T03:53:57.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-08-02T03:53:57.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262024-08-02T03:53:57.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20272024-08-02T03:53:57.451Z
20282024-08-02T03:53:57.451Zinfo: running `cargo check --bins` on gateway-client (39/142)
20292024-08-02T03:53:57.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302024-08-02T03:53:57.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312024-08-02T03:53:57.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322024-08-02T03:53:57.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20332024-08-02T03:53:58.052Z
20342024-08-02T03:53:58.052Zinfo: running `cargo check --bins` on installinator-client (40/142)
20352024-08-02T03:53:58.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362024-08-02T03:53:58.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372024-08-02T03:53:58.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382024-08-02T03:53:58.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20392024-08-02T03:53:58.708Z
20402024-08-02T03:53:58.708Zinfo: running `cargo check --bins` on installinator-common (41/142)
20412024-08-02T03:53:59.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-08-02T03:53:59.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-08-02T03:53:59.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442024-08-02T03:53:59.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20452024-08-02T03:53:59.345Z
20462024-08-02T03:53:59.345Zinfo: running `cargo check --bins` on update-engine (42/142)
20472024-08-02T03:53:59.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-02T03:53:59.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-02T03:53:59.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-02T03:53:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20512024-08-02T03:53:59.953Z
20522024-08-02T03:53:59.953Zinfo: running `cargo check --bins` on nexus-client (43/142)
20532024-08-02T03:54:00.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-02T03:54:00.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-02T03:54:00.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-02T03:54:00.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20572024-08-02T03:54:00.614Z
20582024-08-02T03:54:00.614Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20592024-08-02T03:54:01.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-02T03:54:01.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-02T03:54:01.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-02T03:54:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20632024-08-02T03:54:01.258Z
20642024-08-02T03:54:01.258Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20652024-08-02T03:54:01.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-02T03:54:01.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-02T03:54:01.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-02T03:54:01.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20692024-08-02T03:54:01.883Z
20702024-08-02T03:54:01.883Zinfo: running `cargo check --bins` on nexus-types (46/142)
20712024-08-02T03:54:02.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-02T03:54:02.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-02T03:54:02.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742024-08-02T03:54:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20752024-08-02T03:54:02.532Z
20762024-08-02T03:54:02.532Zinfo: running `cargo check --bins` on oxide-client (47/142)
20772024-08-02T03:54:03.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-08-02T03:54:03.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-08-02T03:54:03.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802024-08-02T03:54:03.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20812024-08-02T03:54:03.160Z
20822024-08-02T03:54:03.160Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20832024-08-02T03:54:03.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842024-08-02T03:54:03.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852024-08-02T03:54:03.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862024-08-02T03:54:03.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20872024-08-02T03:54:03.765Z
20882024-08-02T03:54:03.765Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20892024-08-02T03:54:04.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-08-02T03:54:04.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-08-02T03:54:04.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-08-02T03:54:04.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20932024-08-02T03:54:04.382Z
20942024-08-02T03:54:04.382Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20952024-08-02T03:54:04.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-08-02T03:54:04.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-08-02T03:54:04.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-08-02T03:54:04.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20992024-08-02T03:54:05.008Z
21002024-08-02T03:54:05.008Zinfo: running `cargo check --bins` on wicket-common (51/142)
21012024-08-02T03:54:05.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-08-02T03:54:05.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-08-02T03:54:05.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-08-02T03:54:05.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21052024-08-02T03:54:05.625Z
21062024-08-02T03:54:05.625Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
21072024-08-02T03:54:06.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-08-02T03:54:06.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-08-02T03:54:06.246Z Compiling heapless v0.8.0
21102024-08-02T03:54:06.255Z Checking hash32 v0.3.1
21112024-08-02T03:54:06.255Z Compiling smoltcp v0.11.0
21122024-08-02T03:54:06.348Z Checking embedded-io v0.4.0
21132024-08-02T03:54:06.351Z Checking cobs v0.2.3
21142024-08-02T03:54:06.365Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21152024-08-02T03:54:06.368Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21162024-08-02T03:54:06.388Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21172024-08-02T03:54:06.481Z Compiling crucible-workspace-hack v0.1.0
21182024-08-02T03:54:06.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21192024-08-02T03:54:06.511Z Checking csv-core v0.1.11
21202024-08-02T03:54:06.523Z Checking postcard v1.0.8
21212024-08-02T03:54:06.710Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21222024-08-02T03:54:06.826Z Checking csv v1.3.0
21232024-08-02T03:54:06.863Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21242024-08-02T03:54:06.915Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21252024-08-02T03:54:07.047Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21262024-08-02T03:54:07.198Z Compiling num-derive v0.4.2
21272024-08-02T03:54:07.257Z Compiling slog-dtrace v0.3.0
21282024-08-02T03:54:07.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21292024-08-02T03:54:07.323Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21302024-08-02T03:54:07.597Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21312024-08-02T03:54:07.668Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21322024-08-02T03:54:08.132Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21332024-08-02T03:54:08.211Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21342024-08-02T03:54:08.978Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21352024-08-02T03:54:09.991Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21362024-08-02T03:54:10.859Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21372024-08-02T03:54:11.907Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21382024-08-02T03:54:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s
21392024-08-02T03:54:14.762Z
21402024-08-02T03:54:14.762Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21412024-08-02T03:54:15.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-08-02T03:54:15.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-08-02T03:54:15.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-08-02T03:54:15.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21452024-08-02T03:54:15.354Z
21462024-08-02T03:54:15.354Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21472024-08-02T03:54:15.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-08-02T03:54:15.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-08-02T03:54:15.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502024-08-02T03:54:15.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21512024-08-02T03:54:15.941Z
21522024-08-02T03:54:15.941Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21532024-08-02T03:54:16.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-08-02T03:54:16.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-08-02T03:54:16.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-08-02T03:54:16.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21572024-08-02T03:54:16.630Z
21582024-08-02T03:54:16.630Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21592024-08-02T03:54:17.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-08-02T03:54:17.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-08-02T03:54:17.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-08-02T03:54:17.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21632024-08-02T03:54:17.336Z
21642024-08-02T03:54:17.336Zinfo: running `cargo check --bins` on dns-server (57/142)
21652024-08-02T03:54:17.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-08-02T03:54:17.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-08-02T03:54:17.942Z Compiling parking_lot_core v0.8.6
21682024-08-02T03:54:18.022Z Checking nibble_vec v0.1.0
21692024-08-02T03:54:18.031Z Checking endian-type v0.1.2
21702024-08-02T03:54:18.040Z Checking newline-converter v0.3.0
21712024-08-02T03:54:18.043Z Checking linked-hash-map v0.5.6
21722024-08-02T03:54:18.043Z Checking quick-error v1.2.3
21732024-08-02T03:54:18.043Z Checking fxhash v0.2.1
21742024-08-02T03:54:18.051Z Checking toml v0.5.11
21752024-08-02T03:54:18.165Z Checking expectorate v1.1.0
21762024-08-02T03:54:18.180Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21772024-08-02T03:54:18.194Z Checking resolv-conf v0.7.0
21782024-08-02T03:54:18.214Z Checking radix_trie v0.2.1
21792024-08-02T03:54:18.317Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21802024-08-02T03:54:18.333Z Checking lru-cache v0.1.2
21812024-08-02T03:54:18.487Z Checking trust-dns-resolver v0.22.0
21822024-08-02T03:54:18.623Z Checking trust-dns-client v0.22.0
21832024-08-02T03:54:18.749Z Checking parking_lot v0.11.2
21842024-08-02T03:54:19.029Z Checking sled v0.34.7
21852024-08-02T03:54:19.537Z Checking trust-dns-server v0.22.1
21862024-08-02T03:54:21.101Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21872024-08-02T03:54:22.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
21882024-08-02T03:54:22.357Z
21892024-08-02T03:54:22.357Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21902024-08-02T03:54:22.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-08-02T03:54:22.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-08-02T03:54:22.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-08-02T03:54:22.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21942024-08-02T03:54:22.952Z
21952024-08-02T03:54:22.952Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21962024-08-02T03:54:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-08-02T03:54:23.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-08-02T03:54:23.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-08-02T03:54:23.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22002024-08-02T03:54:23.613Z
22012024-08-02T03:54:23.613Zinfo: running `cargo check --bins` on gateway-types (60/142)
22022024-08-02T03:54:24.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-08-02T03:54:24.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-08-02T03:54:24.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-08-02T03:54:24.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22062024-08-02T03:54:24.240Z
22072024-08-02T03:54:24.240Zinfo: running `cargo check --bins` on ipcc (61/142)
22082024-08-02T03:54:24.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-08-02T03:54:24.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-08-02T03:54:24.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-08-02T03:54:24.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22122024-08-02T03:54:24.853Z
22132024-08-02T03:54:24.853Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22142024-08-02T03:54:25.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-08-02T03:54:25.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-08-02T03:54:25.505Z Compiling radium v0.7.0
22172024-08-02T03:54:25.598Z Compiling maybe-uninit v2.0.0
22182024-08-02T03:54:25.601Z Checking tap v1.0.1
22192024-08-02T03:54:25.612Z Compiling bzip2-sys v0.1.11+1.0.8
22202024-08-02T03:54:25.617Z Compiling packed_struct v0.10.1
22212024-08-02T03:54:25.617Z Checking crc-catalog v2.4.0
22222024-08-02T03:54:25.617Z Checking funty v2.0.0
22232024-08-02T03:54:25.623Z Compiling num-bigint-dig v0.8.4
22242024-08-02T03:54:25.726Z Checking wyz v0.5.1
22252024-08-02T03:54:25.766Z Checking crc v3.2.1
22262024-08-02T03:54:25.960Z Compiling packed_struct_codegen v0.10.1
22272024-08-02T03:54:26.114Z Compiling indexmap v1.9.3
22282024-08-02T03:54:26.128Z Checking half v2.4.1
22292024-08-02T03:54:26.218Z Checking ciborium-io v0.2.2
22302024-08-02T03:54:26.249Z Checking nodrop v0.1.14
22312024-08-02T03:54:26.331Z Checking smallvec v0.6.14
22322024-08-02T03:54:26.371Z Checking array-init v0.0.4
22332024-08-02T03:54:26.442Z Checking pkcs1 v0.7.5
22342024-08-02T03:54:26.563Z Checking bitvec v1.0.1
22352024-08-02T03:54:26.607Z Checking ciborium-ll v0.2.2
22362024-08-02T03:54:26.710Z Checking signature v2.2.0
22372024-08-02T03:54:26.815Z Compiling memoffset v0.9.1
22382024-08-02T03:54:26.907Z Checking bitfield v0.14.0
22392024-08-02T03:54:26.910Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22402024-08-02T03:54:26.957Z Checking hashbrown v0.12.3
22412024-08-02T03:54:27.174Z Checking bzip2 v0.4.4
22422024-08-02T03:54:27.248Z Checking env_logger v0.10.2
22432024-08-02T03:54:27.268Z Checking ciborium v0.2.2
22442024-08-02T03:54:27.368Z Checking serde-hex v0.1.0
22452024-08-02T03:54:27.474Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22462024-08-02T03:54:27.659Z Checking ron v0.8.1
22472024-08-02T03:54:27.717Z Checking x509-cert v0.2.5
22482024-08-02T03:54:28.307Z Checking hashbrown v0.13.2
22492024-08-02T03:54:28.621Z Checking rsa v0.9.6
22502024-08-02T03:54:28.708Z Checking crc-any v2.5.0
22512024-08-02T03:54:28.958Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22522024-08-02T03:54:29.076Z Checking zip v0.6.6
22532024-08-02T03:54:29.329Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22542024-08-02T03:54:29.372Z Checking path-slash v0.1.5
22552024-08-02T03:54:29.432Z Checking object v0.30.4
22562024-08-02T03:54:29.508Z Checking nix v0.27.1
22572024-08-02T03:54:29.549Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22582024-08-02T03:54:29.655Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22592024-08-02T03:54:29.698Z Checking serde-big-array v0.5.1
22602024-08-02T03:54:29.760Z Checking signal-hook-tokio v0.3.1
22612024-08-02T03:54:31.769Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22622024-08-02T03:54:31.913Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22632024-08-02T03:54:38.680Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22642024-08-02T03:54:39.927Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22652024-08-02T03:54:41.622Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22662024-08-02T03:54:43.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.52s
22672024-08-02T03:54:43.539Z
22682024-08-02T03:54:43.539Zinfo: running `cargo check --bins` on gateway-api (63/142)
22692024-08-02T03:54:44.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-08-02T03:54:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-08-02T03:54:44.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722024-08-02T03:54:44.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22732024-08-02T03:54:44.132Z
22742024-08-02T03:54:44.132Zinfo: running `cargo check --bins` on sp-sim (64/142)
22752024-08-02T03:54:44.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762024-08-02T03:54:44.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772024-08-02T03:54:44.720Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22782024-08-02T03:54:46.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
22792024-08-02T03:54:46.488Z
22802024-08-02T03:54:46.488Zinfo: running `cargo check --bins` on internal-dns (65/142)
22812024-08-02T03:54:47.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822024-08-02T03:54:47.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832024-08-02T03:54:47.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842024-08-02T03:54:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22852024-08-02T03:54:47.091Z
22862024-08-02T03:54:47.091Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22872024-08-02T03:54:47.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882024-08-02T03:54:47.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892024-08-02T03:54:47.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902024-08-02T03:54:47.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22912024-08-02T03:54:47.736Z
22922024-08-02T03:54:47.736Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22932024-08-02T03:54:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-08-02T03:54:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-08-02T03:54:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-08-02T03:54:48.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22972024-08-02T03:54:48.401Z
22982024-08-02T03:54:48.401Zinfo: running `cargo check --bins` on db-macros (68/142)
22992024-08-02T03:54:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-08-02T03:54:48.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-08-02T03:54:48.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-08-02T03:54:48.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23032024-08-02T03:54:48.994Z
23042024-08-02T03:54:48.994Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
23052024-08-02T03:54:49.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-08-02T03:54:49.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-08-02T03:54:49.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082024-08-02T03:54:49.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23092024-08-02T03:54:49.568Z
23102024-08-02T03:54:49.568Zinfo: running `cargo check --bins` on nexus-auth (70/142)
23112024-08-02T03:54:50.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-08-02T03:54:50.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-08-02T03:54:50.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-08-02T03:54:50.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23152024-08-02T03:54:50.208Z
23162024-08-02T03:54:50.208Zinfo: running `cargo check --bins` on authz-macros (71/142)
23172024-08-02T03:54:50.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-08-02T03:54:50.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-08-02T03:54:50.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-08-02T03:54:50.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23212024-08-02T03:54:50.781Z
23222024-08-02T03:54:50.781Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23232024-08-02T03:54:51.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-02T03:54:51.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-02T03:54:51.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-08-02T03:54:51.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23272024-08-02T03:54:51.414Z
23282024-08-02T03:54:51.414Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23292024-08-02T03:54:51.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-08-02T03:54:51.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-08-02T03:54:51.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-08-02T03:54:51.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23332024-08-02T03:54:52.034Z
23342024-08-02T03:54:52.034Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23352024-08-02T03:54:52.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-08-02T03:54:52.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-08-02T03:54:52.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-08-02T03:54:52.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23392024-08-02T03:54:52.839Z
23402024-08-02T03:54:52.839Zinfo: running `cargo check --bins` on oximeter (75/142)
23412024-08-02T03:54:53.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-08-02T03:54:53.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-08-02T03:54:53.272Z Compiling rustls-pki-types v1.7.0
23442024-08-02T03:54:53.359Z Compiling match_cfg v0.1.0
23452024-08-02T03:54:53.361Z Compiling prettyplease v0.2.20
23462024-08-02T03:54:53.379Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23472024-08-02T03:54:53.399Z Compiling slog-json v2.6.1
23482024-08-02T03:54:53.402Z Compiling http v1.1.0
23492024-08-02T03:54:53.407Z Compiling atomic-waker v1.1.2
23502024-08-02T03:54:53.563Z Compiling async-stream v0.3.5
23512024-08-02T03:54:53.565Z Compiling hostname v0.3.1
23522024-08-02T03:54:53.589Z Compiling waitgroup v0.1.2
23532024-08-02T03:54:53.639Z Compiling slog-bunyan v2.5.0
23542024-08-02T03:54:53.692Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23552024-08-02T03:54:53.723Z Compiling toml v0.8.19
23562024-08-02T03:54:53.755Z Compiling rustls-webpki v0.102.4
23572024-08-02T03:54:53.775Z Compiling rustls-pemfile v2.1.2
23582024-08-02T03:54:53.801Z Compiling sha1 v0.10.6
23592024-08-02T03:54:53.841Z Compiling newtype-uuid v1.1.0
23602024-08-02T03:54:53.895Z Compiling serde_path_to_error v0.1.16
23612024-08-02T03:54:54.145Z Compiling hostname v0.4.0
23622024-08-02T03:54:54.148Z Compiling instant v0.1.12
23632024-08-02T03:54:54.234Z Compiling debug-ignore v1.0.5
23642024-08-02T03:54:54.262Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652024-08-02T03:54:54.315Z Compiling backoff v0.4.0
23662024-08-02T03:54:54.387Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23672024-08-02T03:54:54.432Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682024-08-02T03:54:54.599Z Compiling rustls v0.22.4
23692024-08-02T03:54:54.614Z Compiling parse-display v0.9.1
23702024-08-02T03:54:54.672Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23712024-08-02T03:54:54.745Z Compiling serde_with v3.8.3
23722024-08-02T03:54:55.274Z Compiling multer v3.1.0
23732024-08-02T03:54:55.527Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23742024-08-02T03:54:55.689Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23752024-08-02T03:54:55.822Z Compiling num-rational v0.4.2
23762024-08-02T03:54:55.861Z Compiling num-complex v0.4.6
23772024-08-02T03:54:55.890Z Compiling macaddr v1.0.1
23782024-08-02T03:54:56.958Z Compiling num v0.4.3
23792024-08-02T03:54:57.031Z Compiling float-ord v0.3.2
23802024-08-02T03:54:58.071Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23812024-08-02T03:54:58.558Z Compiling tokio-rustls v0.25.0
23822024-08-02T03:54:58.812Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23832024-08-02T03:55:02.225Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842024-08-02T03:55:13.327Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23852024-08-02T03:55:16.351Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23862024-08-02T03:55:16.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.30s
23872024-08-02T03:55:17.105Z
23882024-08-02T03:55:17.105Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23892024-08-02T03:55:17.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-08-02T03:55:17.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-08-02T03:55:17.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-08-02T03:55:17.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23932024-08-02T03:55:17.737Z
23942024-08-02T03:55:17.737Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23952024-08-02T03:55:18.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-08-02T03:55:18.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-08-02T03:55:18.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-08-02T03:55:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23992024-08-02T03:55:18.321Z
24002024-08-02T03:55:18.321Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
24012024-08-02T03:55:18.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-08-02T03:55:18.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-08-02T03:55:18.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-08-02T03:55:18.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24052024-08-02T03:55:18.924Z
24062024-08-02T03:55:18.924Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
24072024-08-02T03:55:19.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-08-02T03:55:19.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-08-02T03:55:19.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-08-02T03:55:19.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24112024-08-02T03:55:19.577Z
24122024-08-02T03:55:19.577Zinfo: running `cargo check --bins` on typed-rng (80/142)
24132024-08-02T03:55:20.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-08-02T03:55:20.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-08-02T03:55:20.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-08-02T03:55:20.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24172024-08-02T03:55:20.160Z
24182024-08-02T03:55:20.160Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24192024-08-02T03:55:20.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-08-02T03:55:20.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-08-02T03:55:20.870Z Checking password-hash v0.5.0
24222024-08-02T03:55:20.870Z Checking blake2 v0.10.6
24232024-08-02T03:55:20.870Z Compiling semver v0.1.20
24242024-08-02T03:55:20.870Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24252024-08-02T03:55:20.964Z Compiling convert_case v0.4.0
24262024-08-02T03:55:20.975Z Compiling rayon-core v1.12.1
24272024-08-02T03:55:21.023Z Compiling crossbeam-deque v0.8.5
24282024-08-02T03:55:21.026Z Compiling unicase v2.7.0
24292024-08-02T03:55:21.279Z Compiling rustc_version v0.1.7
24302024-08-02T03:55:21.370Z Compiling libefi-sys v0.1.0
24312024-08-02T03:55:21.373Z Compiling same-file v1.0.6
24322024-08-02T03:55:21.375Z Compiling fastrand v2.1.0
24332024-08-02T03:55:21.433Z Checking argon2 v0.5.3
24342024-08-02T03:55:21.558Z Compiling walkdir v2.5.0
24352024-08-02T03:55:21.723Z Compiling tempfile v3.10.1
24362024-08-02T03:55:21.745Z Compiling newtype_derive v0.1.6
24372024-08-02T03:55:21.872Z Compiling curve25519-dalek v4.1.3
24382024-08-02T03:55:21.937Z Compiling derive_more v0.99.18
24392024-08-02T03:55:21.942Z Compiling derive-where v1.2.7
24402024-08-02T03:55:22.104Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24412024-08-02T03:55:22.133Z Compiling bitfield-struct v0.6.1
24422024-08-02T03:55:22.267Z Compiling ring v0.16.20
24432024-08-02T03:55:22.383Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24442024-08-02T03:55:22.491Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24452024-08-02T03:55:22.550Z Compiling blake3 v1.5.1
24462024-08-02T03:55:22.880Z Checking keccak v0.1.5
24472024-08-02T03:55:23.199Z Checking sha3 v0.10.8
24482024-08-02T03:55:23.567Z Compiling rayon v1.10.0
24492024-08-02T03:55:23.584Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502024-08-02T03:55:23.698Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512024-08-02T03:55:23.721Z Checking universal-hash v0.5.1
24522024-08-02T03:55:23.903Z Compiling thiserror-impl-no-std v2.0.2
24532024-08-02T03:55:23.961Z Checking secrecy v0.8.0
24542024-08-02T03:55:23.990Z Compiling curve25519-dalek-derive v0.1.1
24552024-08-02T03:55:24.157Z Compiling memmap2 v0.9.4
24562024-08-02T03:55:24.173Z Compiling home v0.5.9
24572024-08-02T03:55:24.469Z Compiling arrayref v0.3.7
24582024-08-02T03:55:24.578Z Checking opaque-debug v0.3.1
24592024-08-02T03:55:24.643Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24602024-08-02T03:55:24.679Z Compiling arrayvec v0.7.4
24612024-08-02T03:55:24.760Z Compiling spin v0.5.2
24622024-08-02T03:55:24.999Z Compiling constant_time_eq v0.3.0
24632024-08-02T03:55:25.093Z Compiling untrusted v0.7.1
24642024-08-02T03:55:25.181Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24652024-08-02T03:55:25.289Z Checking poly1305 v0.8.0
24662024-08-02T03:55:25.572Z Compiling toolchain_find v0.4.0
24672024-08-02T03:55:25.780Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24682024-08-02T03:55:25.885Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24692024-08-02T03:55:26.032Z Checking steno v0.4.1
24702024-08-02T03:55:26.198Z Compiling camino-tempfile v1.1.1
24712024-08-02T03:55:26.630Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24722024-08-02T03:55:26.671Z Checking chacha20 v0.9.1
24732024-08-02T03:55:27.036Z Checking aead v0.5.2
24742024-08-02T03:55:27.160Z Checking thiserror-no-std v2.0.2
24752024-08-02T03:55:27.252Z Checking gethostname v0.4.3
24762024-08-02T03:55:27.269Z Compiling cancel-safe-futures v0.1.5
24772024-08-02T03:55:27.387Z Compiling topological-sort v0.2.2
24782024-08-02T03:55:27.422Z Checking vsss-rs v3.3.4
24792024-08-02T03:55:27.613Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24802024-08-02T03:55:27.655Z Checking chacha20poly1305 v0.10.1
24812024-08-02T03:55:28.278Z Compiling mime_guess v2.0.4
24822024-08-02T03:55:28.436Z Compiling omicron-zone-package v0.11.0
24832024-08-02T03:55:29.021Z Compiling rustfmt-wrapper v0.2.1
24842024-08-02T03:55:29.057Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24852024-08-02T03:55:29.602Z Checking glob v0.3.1
24862024-08-02T03:55:29.710Z Checking libsw v3.3.1
24872024-08-02T03:55:29.787Z Checking swrite v0.1.0
24882024-08-02T03:55:29.911Z Checking owo-colors v4.0.0
24892024-08-02T03:55:29.927Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24902024-08-02T03:55:29.966Z Checking linear-map v1.2.0
24912024-08-02T03:55:30.065Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24922024-08-02T03:55:30.282Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24932024-08-02T03:55:30.672Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24942024-08-02T03:55:30.902Z Checking kstat-rs v0.2.4
24952024-08-02T03:55:30.944Z Checking nanorand v0.7.0
24962024-08-02T03:55:31.162Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24972024-08-02T03:55:31.250Z Checking http-range v0.1.5
24982024-08-02T03:55:31.300Z Checking flume v0.11.0
24992024-08-02T03:55:31.411Z Checking hyper-staticfile v0.9.5
25002024-08-02T03:55:31.415Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25012024-08-02T03:55:31.674Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022024-08-02T03:55:31.781Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25032024-08-02T03:55:31.831Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25042024-08-02T03:55:31.887Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25052024-08-02T03:55:32.083Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25062024-08-02T03:55:33.135Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25072024-08-02T03:55:33.353Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25082024-08-02T03:55:34.610Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25092024-08-02T03:55:34.843Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25102024-08-02T03:55:35.057Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25112024-08-02T03:55:35.744Z Checking display-error-chain v0.2.0
25122024-08-02T03:55:42.088Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25132024-08-02T03:55:47.189Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25142024-08-02T03:55:47.190Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25152024-08-02T03:55:47.838Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25162024-08-02T03:56:02.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.34s
25172024-08-02T03:56:02.689Z
25182024-08-02T03:56:02.689Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25192024-08-02T03:56:03.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-08-02T03:56:03.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-08-02T03:56:03.398Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25222024-08-02T03:56:18.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.01s
25232024-08-02T03:56:18.874Z
25242024-08-02T03:56:18.874Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25252024-08-02T03:56:19.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-08-02T03:56:19.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-08-02T03:56:19.580Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25282024-08-02T03:56:34.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s
25292024-08-02T03:56:34.406Z
25302024-08-02T03:56:34.406Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25312024-08-02T03:56:35.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-08-02T03:56:35.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-08-02T03:56:35.125Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25342024-08-02T03:56:50.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.70s
25352024-08-02T03:56:50.274Z
25362024-08-02T03:56:50.274Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25372024-08-02T03:56:50.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-08-02T03:56:50.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-08-02T03:56:50.974Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25402024-08-02T03:57:06.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.72s
25412024-08-02T03:57:06.171Z
25422024-08-02T03:57:06.171Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25432024-08-02T03:57:06.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-08-02T03:57:06.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-08-02T03:57:06.866Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25462024-08-02T03:57:21.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.13s
25472024-08-02T03:57:21.481Z
25482024-08-02T03:57:21.482Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25492024-08-02T03:57:22.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-08-02T03:57:22.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-08-02T03:57:22.191Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25522024-08-02T03:57:36.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.38s
25532024-08-02T03:57:37.044Z
25542024-08-02T03:57:37.044Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25552024-08-02T03:57:37.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-08-02T03:57:37.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-08-02T03:57:37.765Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25582024-08-02T03:57:52.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s
25592024-08-02T03:57:52.237Z
25602024-08-02T03:57:52.237Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25612024-08-02T03:57:52.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-08-02T03:57:52.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-08-02T03:57:52.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-08-02T03:57:52.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25652024-08-02T03:57:52.907Z
25662024-08-02T03:57:52.907Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25672024-08-02T03:57:53.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-08-02T03:57:53.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-08-02T03:57:53.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-08-02T03:57:53.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25712024-08-02T03:57:53.561Z
25722024-08-02T03:57:53.561Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25732024-08-02T03:57:54.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-08-02T03:57:54.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-08-02T03:57:54.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-08-02T03:57:54.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25772024-08-02T03:57:54.183Z
25782024-08-02T03:57:54.183Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25792024-08-02T03:57:54.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-08-02T03:57:54.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-08-02T03:57:54.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-08-02T03:57:54.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25832024-08-02T03:57:54.819Z
25842024-08-02T03:57:54.819Zinfo: running `cargo check --bins` on key-manager (93/142)
25852024-08-02T03:57:55.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-08-02T03:57:55.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-08-02T03:57:55.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-08-02T03:57:55.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25892024-08-02T03:57:55.428Z
25902024-08-02T03:57:55.428Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25912024-08-02T03:57:55.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-08-02T03:57:55.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-08-02T03:57:55.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-08-02T03:57:55.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25952024-08-02T03:57:56.037Z
25962024-08-02T03:57:56.037Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25972024-08-02T03:57:56.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-08-02T03:57:56.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-08-02T03:57:56.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-08-02T03:57:56.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26012024-08-02T03:57:56.595Z
26022024-08-02T03:57:56.595Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
26032024-08-02T03:57:57.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-08-02T03:57:57.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-08-02T03:57:57.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-08-02T03:57:57.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26072024-08-02T03:57:57.188Z
26082024-08-02T03:57:57.188Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
26092024-08-02T03:57:57.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-08-02T03:57:57.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-08-02T03:57:57.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-08-02T03:57:57.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26132024-08-02T03:57:57.783Z
26142024-08-02T03:57:57.783Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26152024-08-02T03:57:58.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-08-02T03:57:58.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-08-02T03:57:58.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-08-02T03:57:58.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26192024-08-02T03:57:58.413Z
26202024-08-02T03:57:58.413Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26212024-08-02T03:57:58.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-08-02T03:57:58.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-08-02T03:57:58.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-08-02T03:57:58.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26252024-08-02T03:57:59.010Z
26262024-08-02T03:57:59.010Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26272024-08-02T03:57:59.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-08-02T03:57:59.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-08-02T03:57:59.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-08-02T03:57:59.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26312024-08-02T03:57:59.618Z
26322024-08-02T03:57:59.619Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26332024-08-02T03:58:00.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-08-02T03:58:00.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-08-02T03:58:00.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-08-02T03:58:00.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26372024-08-02T03:58:00.250Z
26382024-08-02T03:58:00.250Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26392024-08-02T03:58:00.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-08-02T03:58:00.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-08-02T03:58:00.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-08-02T03:58:00.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26432024-08-02T03:58:00.906Z
26442024-08-02T03:58:00.906Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26452024-08-02T03:58:01.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-08-02T03:58:01.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-08-02T03:58:01.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-08-02T03:58:01.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26492024-08-02T03:58:01.578Z
26502024-08-02T03:58:01.578Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26512024-08-02T03:58:02.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-08-02T03:58:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-08-02T03:58:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-08-02T03:58:02.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26552024-08-02T03:58:02.255Z
26562024-08-02T03:58:02.255Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26572024-08-02T03:58:02.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-08-02T03:58:02.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-08-02T03:58:02.912Z Checking bcs v0.1.6
26602024-08-02T03:58:02.912Z Compiling async-recursion v1.1.1
26612024-08-02T03:58:02.915Z Checking highway v1.1.0
26622024-08-02T03:58:02.916Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26632024-08-02T03:58:02.916Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26642024-08-02T03:58:03.992Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652024-08-02T03:58:07.180Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26662024-08-02T03:58:08.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
26672024-08-02T03:58:08.993Z
26682024-08-02T03:58:08.993Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26692024-08-02T03:58:09.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-08-02T03:58:09.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-08-02T03:58:09.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-08-02T03:58:09.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26732024-08-02T03:58:09.585Z
26742024-08-02T03:58:09.585Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26752024-08-02T03:58:10.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-08-02T03:58:10.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-08-02T03:58:10.189Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26782024-08-02T03:58:10.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
26792024-08-02T03:58:10.899Z
26802024-08-02T03:58:10.899Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26812024-08-02T03:58:11.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-08-02T03:58:11.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-08-02T03:58:11.511Z Compiling cfg_aliases v0.1.1
26842024-08-02T03:58:11.514Z Compiling vte_generate_state_changes v0.1.1
26852024-08-02T03:58:11.514Z Checking fd-lock v4.0.2
26862024-08-02T03:58:11.605Z Checking bytecount v0.6.8
26872024-08-02T03:58:11.613Z Compiling tabled_derive v0.7.0
26882024-08-02T03:58:11.616Z Compiling peg-macros v0.8.4
26892024-08-02T03:58:11.621Z Compiling sqlparser_derive v0.2.2
26902024-08-02T03:58:11.623Z Checking unicode_categories v0.1.1
26912024-08-02T03:58:11.671Z Compiling nix v0.28.0
26922024-08-02T03:58:11.727Z Checking papergrid v0.11.0
26932024-08-02T03:58:11.747Z Checking home v0.5.9
26942024-08-02T03:58:11.881Z Checking nu-ansi-term v0.50.0
26952024-08-02T03:58:11.931Z Checking sqlformat v0.2.4
26962024-08-02T03:58:12.235Z Checking vte v0.11.1
26972024-08-02T03:58:12.748Z Checking sqlparser v0.45.0
26982024-08-02T03:58:13.568Z Checking strip-ansi-escapes v0.2.0
26992024-08-02T03:58:13.635Z Checking tabled v0.15.0
27002024-08-02T03:58:13.714Z Checking reedline v0.31.0
27012024-08-02T03:58:14.296Z Checking peg v0.8.4
27022024-08-02T03:58:14.865Z Checking rustyline v14.0.0
27032024-08-02T03:58:18.926Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27042024-08-02T03:58:24.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
27052024-08-02T03:58:24.785Z
27062024-08-02T03:58:24.785Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
27072024-08-02T03:58:25.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-08-02T03:58:25.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-08-02T03:58:25.405Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-02T03:58:30.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
27112024-08-02T03:58:31.085Z
27122024-08-02T03:58:31.085Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27132024-08-02T03:58:31.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-02T03:58:31.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-02T03:58:31.747Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27162024-08-02T03:58:37.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
27172024-08-02T03:58:37.338Z
27182024-08-02T03:58:37.338Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27192024-08-02T03:58:37.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-02T03:58:37.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-02T03:58:37.950Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27222024-08-02T03:58:42.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
27232024-08-02T03:58:42.150Z
27242024-08-02T03:58:42.150Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27252024-08-02T03:58:42.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-02T03:58:42.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-02T03:58:42.802Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27282024-08-02T03:58:43.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
27292024-08-02T03:58:43.270Z
27302024-08-02T03:58:43.270Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27312024-08-02T03:58:43.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-08-02T03:58:43.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-08-02T03:58:43.868Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27342024-08-02T03:58:44.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
27352024-08-02T03:58:44.930Z
27362024-08-02T03:58:44.930Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27372024-08-02T03:58:45.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-08-02T03:58:45.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-08-02T03:58:45.739Z Compiling glob v0.3.1
27402024-08-02T03:58:45.739Z Compiling crunchy v0.2.2
27412024-08-02T03:58:45.739Z Compiling tiny-keccak v2.0.2
27422024-08-02T03:58:45.863Z Compiling ascii-canvas v3.0.0
27432024-08-02T03:58:45.866Z Compiling ena v0.14.3
27442024-08-02T03:58:45.866Z Compiling libloading v0.8.3
27452024-08-02T03:58:45.876Z Compiling bindgen v0.69.4
27462024-08-02T03:58:45.904Z Compiling diff v0.1.13
27472024-08-02T03:58:46.164Z Compiling regex-syntax v0.6.29
27482024-08-02T03:58:46.290Z Compiling which v4.4.2
27492024-08-02T03:58:46.355Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502024-08-02T03:58:46.395Z Compiling cexpr v0.6.0
27512024-08-02T03:58:46.585Z Compiling ref-cast v1.0.23
27522024-08-02T03:58:46.603Z Compiling lazycell v1.3.0
27532024-08-02T03:58:46.696Z Compiling rustc-hash v1.1.0
27542024-08-02T03:58:46.779Z Compiling clang-sys v1.7.0
27552024-08-02T03:58:46.782Z Compiling shlex v1.3.0
27562024-08-02T03:58:46.854Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27572024-08-02T03:58:46.896Z Compiling derive_builder_core v0.20.0
27582024-08-02T03:58:47.155Z Compiling libxml v0.3.3
27592024-08-02T03:58:47.185Z Compiling ref-cast-impl v1.0.23
27602024-08-02T03:58:47.203Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27612024-08-02T03:58:47.252Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622024-08-02T03:58:47.595Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27632024-08-02T03:58:47.675Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27642024-08-02T03:58:47.902Z Compiling strum_macros v0.24.3
27652024-08-02T03:58:48.037Z Compiling cookie v0.18.1
27662024-08-02T03:58:48.153Z Compiling indoc v1.0.9
27672024-08-02T03:58:48.490Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27682024-08-02T03:58:48.795Z Compiling impl-trait-for-tuples v0.2.2
27692024-08-02T03:58:49.147Z Compiling oso-derive v0.27.3
27702024-08-02T03:58:49.493Z Compiling lalrpop v0.19.12
27712024-08-02T03:58:50.269Z Compiling derive_builder_macro v0.20.0
27722024-08-02T03:58:50.272Z Checking quick-xml v0.31.0
27732024-08-02T03:58:51.632Z Checking derive_builder v0.20.0
27742024-08-02T03:58:51.785Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27752024-08-02T03:58:52.064Z Checking maplit v1.0.2
27762024-08-02T03:58:52.216Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27772024-08-02T03:58:52.347Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27782024-08-02T03:58:52.638Z Checking bb8 v0.8.5
27792024-08-02T03:58:52.670Z Compiling const_format_proc_macros v0.2.32
27802024-08-02T03:58:53.130Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27812024-08-02T03:58:54.041Z Checking crossbeam-deque v0.8.5
27822024-08-02T03:58:54.176Z Compiling portable-atomic v1.6.0
27832024-08-02T03:58:54.382Z Checking rayon-core v1.12.1
27842024-08-02T03:58:54.979Z Checking const_format v0.2.32
27852024-08-02T03:58:55.150Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27862024-08-02T03:58:55.376Z Checking castaway v0.2.2
27872024-08-02T03:58:55.493Z Checking rayon v1.10.0
27882024-08-02T03:58:55.530Z Checking compact_str v0.7.1
27892024-08-02T03:58:56.279Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27902024-08-02T03:58:56.598Z Checking unicode-truncate v1.0.0
27912024-08-02T03:58:56.627Z Checking itertools v0.13.0
27922024-08-02T03:58:56.818Z Checking lru v0.12.3
27932024-08-02T03:58:57.144Z Compiling stability v0.2.0
27942024-08-02T03:58:57.278Z Checking number_prefix v0.4.0
27952024-08-02T03:58:57.490Z Checking smawk v0.3.2
27962024-08-02T03:58:57.709Z Checking unicode-linebreak v0.1.5
27972024-08-02T03:58:58.129Z Checking cassowary v0.3.0
27982024-08-02T03:58:58.279Z Checking textwrap v0.16.1
27992024-08-02T03:58:58.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28002024-08-02T03:58:58.684Z Checking multimap v0.10.0
28012024-08-02T03:58:59.239Z Checking ratatui v0.27.0
28022024-08-02T03:58:59.383Z Checking indicatif v0.17.8
28032024-08-02T03:59:23.051Z Compiling samael v0.0.15
28042024-08-02T03:59:34.521Z Compiling polar-core v0.27.3
28052024-08-02T03:59:41.253Z Checking oso v0.27.3
28062024-08-02T04:00:10.967Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072024-08-02T04:00:15.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
28082024-08-02T04:00:15.825Z
28092024-08-02T04:00:15.825Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
28102024-08-02T04:00:16.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-08-02T04:00:16.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-08-02T04:00:16.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-08-02T04:00:16.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28142024-08-02T04:00:16.506Z
28152024-08-02T04:00:16.506Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28162024-08-02T04:00:17.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-08-02T04:00:17.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-08-02T04:00:17.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-08-02T04:00:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28202024-08-02T04:00:17.158Z
28212024-08-02T04:00:17.158Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28222024-08-02T04:00:17.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-08-02T04:00:17.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-08-02T04:00:17.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-08-02T04:00:17.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28262024-08-02T04:00:17.735Z
28272024-08-02T04:00:17.735Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28282024-08-02T04:00:18.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-08-02T04:00:18.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-08-02T04:00:18.469Z Compiling pin-project-internal v1.1.5
28312024-08-02T04:00:18.472Z Compiling snafu-derive v0.8.2
28322024-08-02T04:00:18.566Z Compiling buf-list v1.0.3
28332024-08-02T04:00:18.585Z Checking globset v0.4.14
28342024-08-02T04:00:18.588Z Checking olpc-cjson v0.1.3
28352024-08-02T04:00:18.588Z Checking rand_seeder v0.2.3
28362024-08-02T04:00:18.588Z Checking serde_plain v1.0.2
28372024-08-02T04:00:18.598Z Checking typed-path v0.7.1
28382024-08-02T04:00:18.806Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28392024-08-02T04:00:18.830Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28402024-08-02T04:00:18.878Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28412024-08-02T04:00:19.016Z Checking parse-size v1.0.0
28422024-08-02T04:00:19.053Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432024-08-02T04:00:19.143Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28442024-08-02T04:00:19.216Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452024-08-02T04:00:19.252Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28462024-08-02T04:00:19.573Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28472024-08-02T04:00:19.933Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482024-08-02T04:00:20.047Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492024-08-02T04:00:20.128Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28502024-08-02T04:00:20.447Z Checking fatfs v0.3.6
28512024-08-02T04:00:20.513Z Checking assert_matches v1.5.0
28522024-08-02T04:00:21.481Z Checking pin-project v1.1.5
28532024-08-02T04:00:22.453Z Checking snafu v0.8.2
28542024-08-02T04:00:22.800Z Checking tough v0.17.1
28552024-08-02T04:00:25.857Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28562024-08-02T04:00:26.939Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28572024-08-02T04:01:09.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.29s
28582024-08-02T04:01:09.208Z
28592024-08-02T04:01:09.208Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28602024-08-02T04:01:09.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-08-02T04:01:09.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-08-02T04:01:09.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-08-02T04:01:09.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28642024-08-02T04:01:09.831Z
28652024-08-02T04:01:09.831Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28662024-08-02T04:01:10.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-08-02T04:01:10.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-08-02T04:01:10.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-08-02T04:01:10.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28702024-08-02T04:01:10.471Z
28712024-08-02T04:01:10.471Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28722024-08-02T04:01:11.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-08-02T04:01:11.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-08-02T04:01:11.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-08-02T04:01:11.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28762024-08-02T04:01:11.110Z
28772024-08-02T04:01:11.110Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28782024-08-02T04:01:11.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-08-02T04:01:11.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-08-02T04:01:11.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-08-02T04:01:11.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28822024-08-02T04:01:11.737Z
28832024-08-02T04:01:11.737Zinfo: running `cargo check --bins` on update-common (123/142)
28842024-08-02T04:01:12.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-08-02T04:01:12.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-08-02T04:01:12.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-08-02T04:01:12.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28882024-08-02T04:01:12.355Z
28892024-08-02T04:01:12.355Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28902024-08-02T04:01:12.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-08-02T04:01:12.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-08-02T04:01:12.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-08-02T04:01:12.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28942024-08-02T04:01:12.972Z
28952024-08-02T04:01:12.972Zinfo: running `cargo check --bins` on tufaceous (125/142)
28962024-08-02T04:01:13.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-08-02T04:01:13.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-08-02T04:01:13.593Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28992024-08-02T04:01:14.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
29002024-08-02T04:01:14.614Z
29012024-08-02T04:01:14.614Zinfo: running `cargo check --bins` on omicron-dev (126/142)
29022024-08-02T04:01:15.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-08-02T04:01:15.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-08-02T04:01:15.393Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29052024-08-02T04:01:15.393Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062024-08-02T04:01:15.397Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29072024-08-02T04:01:16.732Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29082024-08-02T04:01:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
29092024-08-02T04:01:19.393Z
29102024-08-02T04:01:19.393Zinfo: running `cargo check --bins` on openapi-manager (127/142)
29112024-08-02T04:01:19.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-08-02T04:01:19.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-08-02T04:01:20.051Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29142024-08-02T04:01:20.051Z Checking heck v0.4.1
29152024-08-02T04:01:20.051Z Checking is_ci v1.2.0
29162024-08-02T04:01:20.054Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172024-08-02T04:01:20.054Z Checking indent_write v2.2.0
29182024-08-02T04:01:20.243Z Checking supports-color v3.0.0
29192024-08-02T04:01:20.308Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29202024-08-02T04:01:21.654Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29212024-08-02T04:01:22.498Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29222024-08-02T04:01:23.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
29232024-08-02T04:01:23.610Z
29242024-08-02T04:01:23.610Zinfo: running `cargo check --bins` on installinator-api (128/142)
29252024-08-02T04:01:24.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-08-02T04:01:24.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-08-02T04:01:24.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282024-08-02T04:01:24.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29292024-08-02T04:01:24.261Z
29302024-08-02T04:01:24.261Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29312024-08-02T04:01:24.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-08-02T04:01:24.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-08-02T04:01:24.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342024-08-02T04:01:24.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29352024-08-02T04:01:24.950Z
29362024-08-02T04:01:24.951Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29372024-08-02T04:01:25.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-08-02T04:01:25.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-08-02T04:01:25.698Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29402024-08-02T04:01:26.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
29412024-08-02T04:01:27.079Z
29422024-08-02T04:01:27.079Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29432024-08-02T04:01:27.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-08-02T04:01:27.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-08-02T04:01:27.739Z Checking memmap2 v0.9.4
29462024-08-02T04:01:27.739Z Checking untrusted v0.7.1
29472024-08-02T04:01:27.739Z Checking arrayref v0.3.7
29482024-08-02T04:01:27.739Z Checking arrayvec v0.7.4
29492024-08-02T04:01:27.742Z Checking spin v0.5.2
29502024-08-02T04:01:27.742Z Checking constant_time_eq v0.3.0
29512024-08-02T04:01:27.742Z Checking cargo-platform v0.1.8
29522024-08-02T04:01:27.742Z Checking topological-sort v0.2.2
29532024-08-02T04:01:27.958Z Checking shell-words v1.1.0
29542024-08-02T04:01:27.992Z Checking ring v0.16.20
29552024-08-02T04:01:28.105Z Checking cargo_metadata v0.18.1
29562024-08-02T04:01:28.122Z Checking blake3 v1.5.1
29572024-08-02T04:01:29.167Z Checking omicron-zone-package v0.11.0
29582024-08-02T04:01:30.255Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29592024-08-02T04:01:31.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29602024-08-02T04:01:31.240Z
29612024-08-02T04:01:31.240Zinfo: running `cargo check --bins` on xtask (132/142)
29622024-08-02T04:01:31.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-08-02T04:01:31.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-08-02T04:01:31.706Z Checking serde v1.0.204
29652024-08-02T04:01:31.706Z Checking thiserror v1.0.63
29662024-08-02T04:01:31.709Z Checking scroll v0.12.0
29672024-08-02T04:01:31.709Z Checking hashbrown v0.14.5
29682024-08-02T04:01:31.709Z Checking log v0.4.21
29692024-08-02T04:01:31.794Z Checking bitflags v2.6.0
29702024-08-02T04:01:31.798Z Checking zerocopy v0.7.34
29712024-08-02T04:01:31.831Z Checking syn v2.0.72
29722024-08-02T04:01:31.898Z Checking pest v2.7.10
29732024-08-02T04:01:32.059Z Checking fs-err v2.11.0
29742024-08-02T04:01:32.072Z Checking rustix v0.38.34
29752024-08-02T04:01:32.225Z Checking goblin v0.8.2
29762024-08-02T04:01:32.347Z Checking tabled v0.15.0
29772024-08-02T04:01:32.919Z Checking indexmap v2.2.6
29782024-08-02T04:01:33.117Z Checking terminal_size v0.3.0
29792024-08-02T04:01:33.208Z Checking anyhow v1.0.86
29802024-08-02T04:01:33.274Z Checking clap_builder v4.5.9
29812024-08-02T04:01:34.282Z Checking dtrace-parser v0.2.0
29822024-08-02T04:01:35.607Z Checking clap v4.5.9
29832024-08-02T04:01:36.174Z Checking serde_json v1.0.120
29842024-08-02T04:01:36.174Z Checking toml_datetime v0.6.8
29852024-08-02T04:01:36.177Z Checking serde_spanned v0.6.7
29862024-08-02T04:01:36.177Z Checking semver v1.0.23
29872024-08-02T04:01:36.177Z Checking camino v1.1.7
29882024-08-02T04:01:36.177Z Checking cargo-platform v0.1.8
29892024-08-02T04:01:36.177Z Checking macaddr v1.0.1
29902024-08-02T04:01:36.470Z Checking toml_edit v0.22.20
29912024-08-02T04:01:37.223Z Checking dof v0.3.0
29922024-08-02T04:01:37.224Z Checking cargo_metadata v0.18.1
29932024-08-02T04:01:37.637Z Checking usdt-impl v0.5.0
29942024-08-02T04:01:37.992Z Checking usdt v0.5.0
29952024-08-02T04:01:38.198Z Checking toml v0.8.19
29962024-08-02T04:01:38.641Z Checking cargo_toml v0.20.4
29972024-08-02T04:01:39.834Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29982024-08-02T04:01:40.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
29992024-08-02T04:01:40.460Z
30002024-08-02T04:01:40.461Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
30012024-08-02T04:01:40.897Z Downloading crates ...
30022024-08-02T04:01:41.166Z Downloaded blowfish v0.9.1
30032024-08-02T04:01:41.169Z Downloaded ctr v0.9.2
30042024-08-02T04:01:41.173Z Downloaded dhcproto-macros v0.1.0
30052024-08-02T04:01:41.177Z Downloaded ed25519 v2.2.3
30062024-08-02T04:01:41.177Z Downloaded dirs-sys v0.4.1
30072024-08-02T04:01:41.184Z Downloaded russh-cryptovec v0.7.2
30082024-08-02T04:01:41.187Z Downloaded md5 v0.7.0
30092024-08-02T04:01:41.199Z Downloaded pbkdf2 v0.12.2
30102024-08-02T04:01:41.202Z Downloaded rfc6979 v0.4.0
30112024-08-02T04:01:41.202Z Downloaded rand_chacha v0.2.2
30122024-08-02T04:01:41.205Z Downloaded hex-literal v0.4.1
30132024-08-02T04:01:41.208Z Downloaded option-ext v0.2.0
30142024-08-02T04:01:41.208Z Downloaded getrandom v0.1.16
30152024-08-02T04:01:41.211Z Downloaded primeorder v0.13.6
30162024-08-02T04:01:41.211Z Downloaded ghash v0.5.1
30172024-08-02T04:01:41.214Z Downloaded bcrypt-pbkdf v0.10.0
30182024-08-02T04:01:41.216Z Downloaded cbc v0.1.2
30192024-08-02T04:01:41.219Z Downloaded pbkdf2 v0.11.0
30202024-08-02T04:01:41.222Z Downloaded dirs v5.0.1
30212024-08-02T04:01:41.222Z Downloaded rand_core v0.5.1
30222024-08-02T04:01:41.222Z Downloaded internet-checksum v0.2.1
30232024-08-02T04:01:41.225Z Downloaded ecdsa v0.16.9
30242024-08-02T04:01:41.237Z Downloaded polyval v0.6.2
30252024-08-02T04:01:41.240Z Downloaded russh-keys v0.43.0
30262024-08-02T04:01:41.243Z Downloaded dhcproto v0.11.0
30272024-08-02T04:01:41.250Z Downloaded p256 v0.13.2
30282024-08-02T04:01:41.258Z Downloaded ed25519-dalek v2.1.1
30292024-08-02T04:01:41.261Z Downloaded aes-gcm v0.10.3
30302024-08-02T04:01:41.268Z Downloaded russh v0.43.0
30312024-08-02T04:01:41.273Z Downloaded aes v0.8.4
30322024-08-02T04:01:41.276Z Downloaded rand v0.7.3
30332024-08-02T04:01:41.280Z Downloaded password-hash v0.4.2
30342024-08-02T04:01:41.283Z Downloaded p521 v0.13.3
30352024-08-02T04:01:41.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-08-02T04:01:41.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-08-02T04:01:41.415Z Compiling getrandom v0.1.16
30382024-08-02T04:01:41.516Z Checking rfc6979 v0.4.0
30392024-08-02T04:01:41.519Z Checking primeorder v0.13.6
30402024-08-02T04:01:41.519Z Checking option-ext v0.2.0
30412024-08-02T04:01:41.519Z Checking ed25519 v2.2.3
30422024-08-02T04:01:41.521Z Checking polyval v0.6.2
30432024-08-02T04:01:41.521Z Checking aes v0.8.4
30442024-08-02T04:01:41.521Z Checking ctr v0.9.2
30452024-08-02T04:01:41.665Z Checking dirs-sys v0.4.1
30462024-08-02T04:01:41.694Z Checking ecdsa v0.16.9
30472024-08-02T04:01:41.812Z Checking blowfish v0.9.1
30482024-08-02T04:01:41.831Z Checking password-hash v0.4.2
30492024-08-02T04:01:41.834Z Checking pbkdf2 v0.12.2
30502024-08-02T04:01:41.861Z Checking dirs v5.0.1
30512024-08-02T04:01:41.982Z Checking ghash v0.5.1
30522024-08-02T04:01:41.999Z Checking ed25519-dalek v2.1.1
30532024-08-02T04:01:42.042Z Checking bcrypt-pbkdf v0.10.0
30542024-08-02T04:01:42.067Z Checking cbc v0.1.2
30552024-08-02T04:01:42.139Z Checking russh-cryptovec v0.7.2
30562024-08-02T04:01:42.257Z Checking pbkdf2 v0.11.0
30572024-08-02T04:01:42.279Z Checking md5 v0.7.0
30582024-08-02T04:01:42.303Z Checking hex-literal v0.4.1
30592024-08-02T04:01:42.332Z Compiling dhcproto-macros v0.1.0
30602024-08-02T04:01:42.335Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30612024-08-02T04:01:42.420Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30622024-08-02T04:01:42.436Z Checking p256 v0.13.2
30632024-08-02T04:01:42.477Z Checking rand_core v0.5.1
30642024-08-02T04:01:42.511Z Checking p521 v0.13.3
30652024-08-02T04:01:42.528Z Checking aes-gcm v0.10.3
30662024-08-02T04:01:42.544Z Checking internet-checksum v0.2.1
30672024-08-02T04:01:42.759Z Checking rand_chacha v0.2.2
30682024-08-02T04:01:43.024Z Checking rand v0.7.3
30692024-08-02T04:01:43.068Z Checking dhcproto v0.11.0
30702024-08-02T04:01:43.940Z Checking russh-keys v0.43.0
30712024-08-02T04:01:44.726Z Checking russh v0.43.0
30722024-08-02T04:02:01.379Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30732024-08-02T04:02:02.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
30742024-08-02T04:02:02.858Z
30752024-08-02T04:02:02.858Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30762024-08-02T04:02:03.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-08-02T04:02:03.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-08-02T04:02:03.515Z Checking termios v0.3.3
30792024-08-02T04:02:03.723Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30802024-08-02T04:02:04.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
30812024-08-02T04:02:04.684Z
30822024-08-02T04:02:04.684Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30832024-08-02T04:02:05.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-08-02T04:02:05.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-08-02T04:02:05.379Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30862024-08-02T04:02:07.338Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30872024-08-02T04:02:09.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
30882024-08-02T04:02:09.193Z
30892024-08-02T04:02:09.193Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30902024-08-02T04:02:09.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-08-02T04:02:09.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-08-02T04:02:09.801Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30932024-08-02T04:02:10.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30942024-08-02T04:02:10.366Z
30952024-08-02T04:02:10.366Zinfo: running `cargo check --bins` on omicron-package (137/142)
30962024-08-02T04:02:10.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-08-02T04:02:10.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-08-02T04:02:11.028Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30992024-08-02T04:02:12.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
31002024-08-02T04:02:12.419Z
31012024-08-02T04:02:12.419Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
31022024-08-02T04:02:13.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-08-02T04:02:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-08-02T04:02:13.090Z Checking rtoolbox v0.0.2
31052024-08-02T04:02:13.090Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31062024-08-02T04:02:13.090Z Checking tui-tree-widget v0.21.0
31072024-08-02T04:02:13.298Z Checking rpassword v7.3.1
31082024-08-02T04:02:16.998Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31092024-08-02T04:02:19.809Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31102024-08-02T04:02:20.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
31112024-08-02T04:02:21.015Z
31122024-08-02T04:02:21.015Zinfo: running `cargo check --bins` on wicket (139/142)
31132024-08-02T04:02:21.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-08-02T04:02:21.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-08-02T04:02:21.662Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31162024-08-02T04:02:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31172024-08-02T04:02:22.179Z
31182024-08-02T04:02:22.179Zinfo: running `cargo check --bins` on wicketd (140/142)
31192024-08-02T04:02:22.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-08-02T04:02:22.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-08-02T04:02:22.865Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31222024-08-02T04:02:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
31232024-08-02T04:02:26.574Z
31242024-08-02T04:02:26.574Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31252024-08-02T04:02:27.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-08-02T04:02:27.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-08-02T04:02:27.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282024-08-02T04:02:27.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292024-08-02T04:02:27.152Z
31302024-08-02T04:02:27.152Zinfo: running `cargo check --bins` on zone-setup (142/142)
31312024-08-02T04:02:27.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-08-02T04:02:27.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-08-02T04:02:27.866Z Checking uzers v0.11.3
31342024-08-02T04:02:28.157Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31352024-08-02T04:02:29.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
31362024-08-02T04:02:29.343Z
31372024-08-02T04:02:29.343Zreal 10:30.117434254
31382024-08-02T04:02:29.343Zuser 22:22.029547605
31392024-08-02T04:02:29.343Zsys 4:42.166516239
31402024-08-02T04:02:29.343Ztrap 0.487315161
31412024-08-02T04:02:29.343Ztflt 2.543107459
31422024-08-02T04:02:29.343Zdflt 2.182966966
31432024-08-02T04:02:29.343Zkflt 0.000836356
31442024-08-02T04:02:29.343Zlock 40:17.987752780
31452024-08-02T04:02:29.343Zslp 1:49:27.984886745
31462024-08-02T04:02:29.346Zlat 56.627789581
31472024-08-02T04:02:29.346Zstop 2:43.595746567
31482024-08-02T04:02:29.346Zprocess exited: duration 957875 ms, exit code 0
 
31492024-08-02T04:02:29.352Zfound 0 output files