01J4JVWA4VNTF8XSA4WRSQY209: 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: 01J4JVWP2NG9K6YQWHMQ2XX8XT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-06T03:32:51.389Zjob assigned to worker 01J4JVWXAX9M4NKG3MKVTT2EZ8 (queued for 54 s)
 
22024-08-06T03:32:58.936Zstarting task 0: "setup"
32024-08-06T03:32:58.991Z++ uname -s
42024-08-06T03:32:58.994Z+ kern=SunOS
52024-08-06T03:32:58.994Z+ case "$kern" in
62024-08-06T03:32:58.994Z+ groupadd -g 12345 build
72024-08-06T03:32:58.997Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-06T03:33:01.005Z+ zfs create -o mountpoint=/work rpool/work
92024-08-06T03:33:01.144Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-06T03:33:01.146Z+ home_fs=zfs
112024-08-06T03:33:01.146Z+ [[ zfs == autofs ]]
122024-08-06T03:33:01.147Z+ mkdir -p /home/build
132024-08-06T03:33:01.150Z+ chown build:build /home/build /work
142024-08-06T03:33:03.150Z+ chmod 0700 /home/build /work
152024-08-06T03:33:03.153Zprocess exited: duration 4218 ms, exit code 0
 
162024-08-06T03:33:03.159Zstarting task 1: "rust-toolchain"
172024-08-06T03:33:03.164Z+ printf ' * toolchain channel = "%s"
182024-08-06T03:33:03.164Z * toolchain channel = "1.80.0"
192024-08-06T03:33:03.164Z' 1.80.0
202024-08-06T03:33:03.164Z+ printf ' * toolchain profile = "%s"
212024-08-06T03:33:03.164Z' default
222024-08-06T03:33:03.164Z * toolchain profile = "default"
232024-08-06T03:33:03.167Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-06T03:33:03.167Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-06T03:33:03.283Zinfo: downloading installer
262024-08-06T03:33:04.583Zinfo: profile set to 'default'
272024-08-06T03:33:04.583Zinfo: default host triple is x86_64-unknown-illumos
282024-08-06T03:33:04.586Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-06T03:33:04.716Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-06T03:33:04.716Zinfo: downloading component 'cargo'
312024-08-06T03:33:05.421Zinfo: downloading component 'clippy'
322024-08-06T03:33:05.673Zinfo: downloading component 'rust-docs'
332024-08-06T03:33:06.649Zinfo: downloading component 'rust-std'
342024-08-06T03:33:08.030Zinfo: downloading component 'rustc'
352024-08-06T03:33:11.866Zinfo: downloading component 'rustfmt'
362024-08-06T03:33:12.072Zinfo: installing component 'cargo'
372024-08-06T03:33:12.922Zinfo: installing component 'clippy'
382024-08-06T03:33:13.304Zinfo: installing component 'rust-docs'
392024-08-06T03:33:14.881Zinfo: installing component 'rust-std'
402024-08-06T03:33:16.542Zinfo: installing component 'rustc'
412024-08-06T03:33:20.814Zinfo: installing component 'rustfmt'
422024-08-06T03:33:21.145Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-06T03:33:21.145Z
442024-08-06T03:33:21.410Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-06T03:33:21.410Z
462024-08-06T03:33:21.410Z
472024-08-06T03:33:21.410ZRust is installed now. Great!
482024-08-06T03:33:21.410Z
492024-08-06T03:33:21.410ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-06T03:33:21.413Zenvironment variable. This has not been done automatically.
512024-08-06T03:33:21.413Z
522024-08-06T03:33:21.413ZTo configure your current shell, you need to source
532024-08-06T03:33:21.413Zthe corresponding env file under $HOME/.cargo.
542024-08-06T03:33:21.413Z
552024-08-06T03:33:21.413ZThis is usually done by running one of the following (note the leading DOT):
562024-08-06T03:33:21.413Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-06T03:33:21.413Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-06T03:33:21.478Z+ rustc --version
592024-08-06T03:33:21.540Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-06T03:33:21.543Zprocess exited: duration 18381 ms, exit code 0
 
612024-08-06T03:33:21.550Zstarting task 2: "authentication"
622024-08-06T03:33:21.568Zprocess exited: duration 19 ms, exit code 0
 
632024-08-06T03:33:21.574Zstarting task 3: "clone repository"
642024-08-06T03:33:21.578Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-06T03:33:21.581Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-06T03:33:21.731ZCloning into '/work/oxidecomputer/omicron'...
672024-08-06T03:33:27.266Z+ cd /work/oxidecomputer/omicron
682024-08-06T03:33:27.266Z+ git fetch origin ed12f2bd216e7388d140f2c2ec845dbff60b003d
692024-08-06T03:33:27.533ZFrom https://github.com/oxidecomputer/omicron
702024-08-06T03:33:27.533Z * branch ed12f2bd216e7388d140f2c2ec845dbff60b003d -> FETCH_HEAD
712024-08-06T03:33:27.543Z+ [[ -n '' ]]
722024-08-06T03:33:27.543Z+ git reset --hard ed12f2bd216e7388d140f2c2ec845dbff60b003d
732024-08-06T03:33:27.680ZHEAD is now at ed12f2bd2 Update Rust crate postgres-protocol to 0.6.7
742024-08-06T03:33:27.683Zprocess exited: duration 6107 ms, exit code 0
 
752024-08-06T03:33:27.689Zstarting task 4: "build"
762024-08-06T03:33:27.695Z+ cargo --version
772024-08-06T03:33:27.747Zcargo 1.80.0 (376290515 2024-07-16)
782024-08-06T03:33:27.750Z+ rustc --version
792024-08-06T03:33:27.805Zrustc 1.80.0 (051478957 2024-07-21)
802024-08-06T03:33:27.808Z+ source ./env.sh
812024-08-06T03:33:27.808Z++ OLD_SHELL_OPTS=ehxB
822024-08-06T03:33:27.808Z++ set -o xtrace
832024-08-06T03:33:27.811Z++++ dirname ./env.sh
842024-08-06T03:33:27.813Z+++ readlink -f .
852024-08-06T03:33:27.830Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-08-06T03:33:27.830Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-08-06T03:33:27.830Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-08-06T03:33:27.833Z++ 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
892024-08-06T03:33:27.833Z++ 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
902024-08-06T03:33:27.833Z++ 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
912024-08-06T03:33:27.833Z++ 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
922024-08-06T03:33:27.833Z++ 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
932024-08-06T03:33:27.833Z++ 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
942024-08-06T03:33:27.833Z++ case $OLD_SHELL_OPTS in
952024-08-06T03:33:27.833Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-08-06T03:33:27.833Z+ 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
972024-08-06T03:33:27.833Z+ 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
982024-08-06T03:33:27.833Z+ banner prerequisites
992024-08-06T03:33:27.848Z
1002024-08-06T03:33:27.848Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-08-06T03:33:27.848Z # # # # # # # # # # # # # # #
1022024-08-06T03:33:27.848Z # # # # ##### # # ##### # # # # # #### #
1032024-08-06T03:33:27.848Z ##### ##### # ##### # # # # # # # # #
1042024-08-06T03:33:27.848Z # # # # # # # # # # # # # # #
1052024-08-06T03:33:27.848Z # # # ###### # # ###### ### # #### # #### #
1062024-08-06T03:33:27.848Z
1072024-08-06T03:33:27.851Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-08-06T03:33:35.792Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-08-06T03:33:38.150Z Startup: Caching catalogs ... Done
1102024-08-06T03:33:41.853ZPlanning: Solver setup ... Done (3.128s)
1112024-08-06T03:33:41.912ZPlanning: Running solver ... Done (0.060s)
1122024-08-06T03:33:41.963ZPlanning: Finding local manifests ... Done (0.002s)
1132024-08-06T03:33:41.988ZPlanning: Fetching manifests: 0/4 0% complete
1142024-08-06T03:33:42.375ZPlanning: Fetching manifests: 4/4 100% complete
1152024-08-06T03:33:42.422ZPlanning: Package planning ... Done (0.048s)
1162024-08-06T03:33:42.473ZPlanning: Merging actions ... Done (0.050s)
1172024-08-06T03:33:43.959ZPlanning: Checking for conflicting actions ... Done (1.486s)
1182024-08-06T03:33:43.970ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-08-06T03:33:50.245ZPlanning: Evaluating mediators ... Done (6.274s)
1202024-08-06T03:33:50.254ZPlanning: Planning completed in 12.03 seconds
1212024-08-06T03:33:51.366Z Packages to install: 4
1222024-08-06T03:33:51.366Z Mediators to change: 2
1232024-08-06T03:33:51.366Z Services to change: 1
1242024-08-06T03:33:51.375Z Estimated space available: 155.75 GB
1252024-08-06T03:33:51.375ZEstimated space to be consumed: 1.47 GB
1262024-08-06T03:33:51.375Z Create boot environment: No
1272024-08-06T03:33:51.375ZCreate backup boot environment: No
1282024-08-06T03:33:51.375Z Rebuild boot archive: No
1292024-08-06T03:33:51.375Z
1302024-08-06T03:33:51.375ZChanged mediators:
1312024-08-06T03:33:51.375Z mediator clang:
1322024-08-06T03:33:51.375Z version: None -> 15 (system default)
1332024-08-06T03:33:51.375Z
1342024-08-06T03:33:51.375Z mediator llvm:
1352024-08-06T03:33:51.375Z version: 14 (system default) -> 15 (system default)
1362024-08-06T03:33:51.376Z
1372024-08-06T03:33:51.376ZChanged packages:
1382024-08-06T03:33:51.376Zhelios-dev
1392024-08-06T03:33:51.376Z developer/build-essential
1402024-08-06T03:33:51.376Z None -> 11-2.0
1412024-08-06T03:33:51.376Z library/libxmlsec1
1422024-08-06T03:33:51.376Z None -> 1.2.35-2.0
1432024-08-06T03:33:51.376Z ooce/developer/clang-15
1442024-08-06T03:33:51.376Z None -> 15.0.7-2.0
1452024-08-06T03:33:51.376Z ooce/developer/llvm-15
1462024-08-06T03:33:51.376Z None -> 15.0.7-2.0
1472024-08-06T03:33:51.376Z
1482024-08-06T03:33:51.376ZServices:
1492024-08-06T03:33:51.377Z restart_fmri:
1502024-08-06T03:33:51.377Z svc:/system/update-man-index:default
1512024-08-06T03:33:51.566Z
1522024-08-06T03:33:51.566ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-08-06T03:33:56.540ZDownload: 1178/3290 items 68.1/212.6MB 32% complete (13.6M/s)
1542024-08-06T03:34:01.547ZDownload: 1919/3290 items 118.6/212.6MB 55% complete (12.0M/s)
1552024-08-06T03:34:06.549ZDownload: 3049/3290 items 121.4/212.6MB 57% complete (5.7M/s)
1562024-08-06T03:34:11.548ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1572024-08-06T03:34:12.886ZDownload: Completed 212.60 MB in 21.34 seconds (10.0M/s)
1582024-08-06T03:34:13.055Z Actions: 1/3689 actions (Installing new actions)
1592024-08-06T03:34:18.156Z Actions: 3569/3689 actions (Installing new actions)
1602024-08-06T03:34:18.920Z Actions: Completed 3689 actions in 5.86 seconds.
1612024-08-06T03:34:19.173Z Done (0.248s)
1622024-08-06T03:34:19.173Z Done (0.000s)
1632024-08-06T03:34:19.524Z Done (0.351s)
1642024-08-06T03:34:25.645Z Done (5.958s)
1652024-08-06T03:34:25.889Z Done (0.181s)
1662024-08-06T03:34:25.892Z Done (0.000s)
1672024-08-06T03:34:26.045Z Done (0.000s)
1682024-08-06T03:34:26.621ZPlanning: Evaluating mediator changes ... Done
1692024-08-06T03:34:26.781ZPlanning: Checking for conflicting actions ... Done
1702024-08-06T03:34:26.784ZPlanning: Consolidating action changes ... Done
1712024-08-06T03:34:27.046ZPlanning: Evaluating mediators ... Done
1722024-08-06T03:34:27.049ZPlanning: Planning completed in 0.43 seconds
1732024-08-06T03:34:27.079Z Mediators to change: 2
1742024-08-06T03:34:27.079Z Create boot environment: No
1752024-08-06T03:34:27.082ZCreate backup boot environment: No
1762024-08-06T03:34:27.156Z Done
1772024-08-06T03:34:27.156Z Done
1782024-08-06T03:34:27.373Z Done
1792024-08-06T03:34:30.824Z Done
1802024-08-06T03:34:30.905Z Done
1812024-08-06T03:34:30.905Z Done
1822024-08-06T03:34:31.053Z Done
1832024-08-06T03:34:31.650ZPlanning: Evaluating mediator changes ... Done
1842024-08-06T03:34:31.653ZPlanning: Merging actions ... Done
1852024-08-06T03:34:31.837ZPlanning: Checking for conflicting actions ... Done
1862024-08-06T03:34:31.839ZPlanning: Consolidating action changes ... Done
1872024-08-06T03:34:32.097ZPlanning: Evaluating mediators ... Done
1882024-08-06T03:34:32.152ZPlanning: Planning completed in 0.74 seconds
1892024-08-06T03:34:32.186Z Packages to change: 1
1902024-08-06T03:34:32.186Z Mediators to change: 1
1912024-08-06T03:34:32.188Z Services to change: 1
1922024-08-06T03:34:32.188Z Create boot environment: No
1932024-08-06T03:34:32.188ZCreate backup boot environment: Yes
1942024-08-06T03:34:33.975Z Actions: 1/6 actions (Updating modified actions)
1952024-08-06T03:34:34.052Z Actions: Completed 6 actions in 0.08 seconds.
1962024-08-06T03:34:34.052Z Done
1972024-08-06T03:34:34.054Z Done
1982024-08-06T03:34:34.127Z Done
1992024-08-06T03:34:37.753Z Done
2002024-08-06T03:34:37.834Z Done
2012024-08-06T03:34:37.834Z Done
2022024-08-06T03:34:37.949Z Done
2032024-08-06T03:34:38.376ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-08-06T03:34:38.376Zclang system 15 system
2052024-08-06T03:34:38.376Zcsh system system illumos
2062024-08-06T03:34:38.376Zctags system system illumos
2072024-08-06T03:34:38.376Zgcc vendor 12 vendor
2082024-08-06T03:34:38.376Zgcc system 10 system
2092024-08-06T03:34:38.376Zgcc system 7 system
2102024-08-06T03:34:38.376Zgo system 1.20 system
2112024-08-06T03:34:38.376Zgo system 1.19 system
2122024-08-06T03:34:38.376Zllvm system 15 system
2132024-08-06T03:34:38.376Zllvm system 14 system
2142024-08-06T03:34:38.376Zmariadb system 10.6 system
2152024-08-06T03:34:38.376Zmta vendor vendor dma
2162024-08-06T03:34:38.376Zopenjdk system 17 system
2172024-08-06T03:34:38.376Zopenjdk system 11 system
2182024-08-06T03:34:38.376Zopenjdk system 1.8 system
2192024-08-06T03:34:38.376Zopenssl vendor 3 vendor
2202024-08-06T03:34:38.376Zperl system 5.36 system
2212024-08-06T03:34:38.376Zpostgresql system 15 system
2222024-08-06T03:34:38.376Zpostgresql system 13 system
2232024-08-06T03:34:38.376Zpython vendor 3 vendor
2242024-08-06T03:34:38.376Zpython system 2 system
2252024-08-06T03:34:38.376Zpython3 system 3.11 system
2262024-08-06T03:34:38.376Zruby system 3.0 system
2272024-08-06T03:34:38.376Zwords vendor vendor american-english
2282024-08-06T03:34:38.376Zwords system system australian-english
2292024-08-06T03:34:38.376Zwords system system british-english
2302024-08-06T03:34:38.376Zwords system system canadian-english
2312024-08-06T03:34:38.376Zwords system system french
2322024-08-06T03:34:38.376Zwords system system italian
2332024-08-06T03:34:38.376Zwords system system ngerman
2342024-08-06T03:34:38.376Zwords system system ogerman
2352024-08-06T03:34:38.377Zwords system system spanish
2362024-08-06T03:34:38.696ZPUBLISHER TYPE STATUS P LOCATION
2372024-08-06T03:34:38.696Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-08-06T03:34:40.318ZFMRI IFO
2392024-08-06T03:34:40.318Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-08-06T03:34:40.318Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-08-06T03:34:40.318Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-08-06T03:34:40.318Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-08-06T03:34:40.318Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-08-06T03:34:40.318Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-08-06T03:34:40.318Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2462024-08-06T03:34:40.318Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-08-06T03:34:40.318Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2482024-08-06T03:34:40.318Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2492024-08-06T03:34:40.318Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-08-06T03:34:40.318Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-08-06T03:34:40.884Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2522024-08-06T03:34:41.187Z Updating git repository `https://github.com/oxidecomputer/zone`
2532024-08-06T03:34:41.464Z Updating crates.io index
2542024-08-06T03:34:41.554Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2552024-08-06T03:34:42.240Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562024-08-06T03:34:42.999Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2572024-08-06T03:34:43.238Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2582024-08-06T03:34:44.785Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592024-08-06T03:34:45.028Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602024-08-06T03:34:45.299Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612024-08-06T03:34:46.321Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622024-08-06T03:34:48.168Z Updating git repository `https://github.com/oxidecomputer/opte`
2632024-08-06T03:34:49.190Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642024-08-06T03:34:49.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652024-08-06T03:34:50.508Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662024-08-06T03:34:50.788Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2672024-08-06T03:34:51.060Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2682024-08-06T03:34:51.342Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692024-08-06T03:34:51.601Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2702024-08-06T03:34:51.840Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2712024-08-06T03:34:52.087Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2722024-08-06T03:34:52.364Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732024-08-06T03:34:52.637Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742024-08-06T03:34:52.960Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752024-08-06T03:34:53.207Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2762024-08-06T03:34:53.726Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772024-08-06T03:34:54.130Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782024-08-06T03:34:54.423Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792024-08-06T03:34:54.806Z Updating git repository `https://github.com/oxidecomputer/typify`
2802024-08-06T03:34:56.815Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-08-06T03:34:57.176Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-08-06T03:34:57.410Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-08-06T03:34:57.841Z Updating git repository `https://github.com/oxidecomputer/rfb`
2842024-08-06T03:34:59.005Z Downloading crates ...
2852024-08-06T03:34:59.080Z Downloaded anstyle v1.0.8
2862024-08-06T03:34:59.083Z Downloaded bytecount v0.6.8
2872024-08-06T03:34:59.087Z Downloaded byteorder v1.5.0
2882024-08-06T03:34:59.090Z Downloaded anstyle-parse v0.2.4
2892024-08-06T03:34:59.094Z Downloaded bitflags v2.6.0
2902024-08-06T03:34:59.096Z Downloaded anstream v0.6.14
2912024-08-06T03:34:59.105Z Downloaded swrite v0.1.0
2922024-08-06T03:34:59.108Z Downloaded usdt-attr-macro v0.5.0
2932024-08-06T03:34:59.113Z Downloaded usdt-macro v0.5.0
2942024-08-06T03:34:59.116Z Downloaded autocfg v1.3.0
2952024-08-06T03:34:59.116Z Downloaded anyhow v1.0.86
2962024-08-06T03:34:59.119Z Downloaded equivalent v1.0.1
2972024-08-06T03:34:59.122Z Downloaded toml_datetime v0.6.8
2982024-08-06T03:34:59.122Z Downloaded thiserror v1.0.63
2992024-08-06T03:34:59.125Z Downloaded itoa v1.0.11
3002024-08-06T03:34:59.128Z Downloaded thread-id v4.2.1
3012024-08-06T03:34:59.128Z Downloaded cargo_metadata v0.18.1
3022024-08-06T03:34:59.131Z Downloaded generic-array v0.14.7
3032024-08-06T03:34:59.131Z Downloaded cpufeatures v0.2.12
3042024-08-06T03:34:59.134Z Downloaded serde_spanned v0.6.7
3052024-08-06T03:34:59.134Z Downloaded fnv v1.0.7
3062024-08-06T03:34:59.134Z Downloaded tabled_derive v0.7.0
3072024-08-06T03:34:59.137Z Downloaded proc-macro-error v1.0.4
3082024-08-06T03:34:59.139Z Downloaded heck v0.5.0
3092024-08-06T03:34:59.139Z Downloaded block-buffer v0.10.4
3102024-08-06T03:34:59.142Z Downloaded cfg-if v1.0.0
3112024-08-06T03:34:59.142Z Downloaded clap_lex v0.7.0
3122024-08-06T03:34:59.142Z Downloaded anstyle-query v1.0.3
3132024-08-06T03:34:59.145Z Downloaded semver v1.0.23
3142024-08-06T03:34:59.147Z Downloaded version_check v0.9.5
3152024-08-06T03:34:59.150Z Downloaded pest_derive v2.7.10
3162024-08-06T03:34:59.150Z Downloaded dof v0.3.0
3172024-08-06T03:34:59.153Z Downloaded sha2 v0.10.8
3182024-08-06T03:34:59.153Z Downloaded scroll v0.12.0
3192024-08-06T03:34:59.156Z Downloaded dtrace-parser v0.2.0
3202024-08-06T03:34:59.158Z Downloaded is_terminal_polyfill v1.70.0
3212024-08-06T03:34:59.165Z Downloaded camino v1.1.7
3222024-08-06T03:34:59.168Z Downloaded proc-macro2 v1.0.86
3232024-08-06T03:34:59.170Z Downloaded pest_meta v2.7.10
3242024-08-06T03:34:59.174Z Downloaded log v0.4.21
3252024-08-06T03:34:59.180Z Downloaded scroll_derive v0.12.0
3262024-08-06T03:34:59.183Z Downloaded pretty-hex v0.4.1
3272024-08-06T03:34:59.183Z Downloaded proc-macro-error-attr v1.0.4
3282024-08-06T03:34:59.188Z Downloaded once_cell v1.19.0
3292024-08-06T03:34:59.191Z Downloaded colorchoice v1.0.1
3302024-08-06T03:34:59.193Z Downloaded pest_generator v2.7.10
3312024-08-06T03:34:59.193Z Downloaded utf8parse v0.2.1
3322024-08-06T03:34:59.196Z Downloaded errno v0.3.9
3332024-08-06T03:34:59.196Z Downloaded heck v0.4.1
3342024-08-06T03:34:59.196Z Downloaded cargo-platform v0.1.8
3352024-08-06T03:34:59.199Z Downloaded serde_derive v1.0.204
3362024-08-06T03:34:59.201Z Downloaded ucd-trie v0.1.6
3372024-08-06T03:34:59.201Z Downloaded digest v0.10.7
3382024-08-06T03:34:59.206Z Downloaded terminal_size v0.3.0
3392024-08-06T03:34:59.210Z Downloaded strsim v0.11.1
3402024-08-06T03:34:59.210Z Downloaded plain v0.2.3
3412024-08-06T03:34:59.212Z Downloaded macaddr v1.0.1
3422024-08-06T03:34:59.215Z Downloaded fs-err v2.11.0
3432024-08-06T03:34:59.215Z Downloaded thiserror-impl v1.0.63
3442024-08-06T03:34:59.218Z Downloaded serde_tokenstream v0.2.1
3452024-08-06T03:34:59.222Z Downloaded memmap v0.7.0
3462024-08-06T03:34:59.224Z Downloaded usdt-impl v0.5.0
3472024-08-06T03:34:59.224Z Downloaded usdt v0.5.0
3482024-08-06T03:34:59.224Z Downloaded crypto-common v0.1.6
3492024-08-06T03:34:59.227Z Downloaded cargo_toml v0.20.4
3502024-08-06T03:34:59.242Z Downloaded zerocopy-derive v0.7.34
3512024-08-06T03:34:59.247Z Downloaded clap_derive v4.5.13
3522024-08-06T03:34:59.251Z Downloaded clap v4.5.13
3532024-08-06T03:34:59.261Z Downloaded unicode-ident v1.0.12
3542024-08-06T03:34:59.264Z Downloaded toml v0.8.19
3552024-08-06T03:34:59.267Z Downloaded papergrid v0.11.0
3562024-08-06T03:34:59.277Z Downloaded typenum v1.17.0
3572024-08-06T03:34:59.280Z Downloaded memchr v2.7.2
3582024-08-06T03:34:59.282Z Downloaded quote v1.0.36
3592024-08-06T03:34:59.285Z Downloaded ryu v1.0.18
3602024-08-06T03:34:59.287Z Downloaded indexmap v2.3.0
3612024-08-06T03:34:59.290Z Downloaded serde v1.0.204
3622024-08-06T03:34:59.301Z Downloaded toml_edit v0.22.20
3632024-08-06T03:34:59.321Z Downloaded hashbrown v0.14.5
3642024-08-06T03:34:59.338Z Downloaded zerocopy v0.7.34
3652024-08-06T03:34:59.352Z Downloaded clap_builder v4.5.13
3662024-08-06T03:34:59.358Z Downloaded pest v2.7.10
3672024-08-06T03:34:59.363Z Downloaded winnow v0.6.18
3682024-08-06T03:34:59.371Z Downloaded goblin v0.8.2
3692024-08-06T03:34:59.377Z Downloaded serde_json v1.0.122
3702024-08-06T03:34:59.383Z Downloaded tabled v0.15.0
3712024-08-06T03:34:59.398Z Downloaded syn v2.0.72
3722024-08-06T03:34:59.408Z Downloaded syn v1.0.109
3732024-08-06T03:34:59.419Z Downloaded rustix v0.38.34
3742024-08-06T03:34:59.440Z Downloaded unicode-width v0.1.13
3752024-08-06T03:34:59.460Z Downloaded libc v0.2.155
3762024-08-06T03:34:59.753Z Compiling proc-macro2 v1.0.86
3772024-08-06T03:34:59.753Z Compiling unicode-ident v1.0.12
3782024-08-06T03:34:59.753Z Compiling version_check v0.9.5
3792024-08-06T03:34:59.753Z Compiling serde v1.0.204
3802024-08-06T03:34:59.756Z Compiling thiserror v1.0.63
3812024-08-06T03:34:59.756Z Compiling memchr v2.7.2
3822024-08-06T03:34:59.756Z Compiling libc v0.2.155
3832024-08-06T03:34:59.786Z Compiling ucd-trie v0.1.6
3842024-08-06T03:35:00.008Z Compiling itoa v1.0.11
3852024-08-06T03:35:00.238Z Compiling ryu v1.0.18
3862024-08-06T03:35:00.513Z Compiling once_cell v1.19.0
3872024-08-06T03:35:00.569Z Compiling byteorder v1.5.0
3882024-08-06T03:35:00.811Z Compiling serde_json v1.0.122
3892024-08-06T03:35:02.853Z Compiling usdt-impl v0.5.0
3902024-08-06T03:35:02.856Z Compiling proc-macro-error-attr v1.0.4
3912024-08-06T03:35:02.936Z Compiling rustix v0.38.34
3922024-08-06T03:35:02.939Z Compiling syn v1.0.109
3932024-08-06T03:35:03.003Z Compiling proc-macro-error v1.0.4
3942024-08-06T03:35:03.286Z Compiling equivalent v1.0.1
3952024-08-06T03:35:03.329Z Compiling bitflags v2.6.0
3962024-08-06T03:35:03.353Z Compiling hashbrown v0.14.5
3972024-08-06T03:35:03.406Z Compiling log v0.4.21
3982024-08-06T03:35:03.719Z Compiling thread-id v4.2.1
3992024-08-06T03:35:03.766Z Compiling plain v0.2.3
4002024-08-06T03:35:03.788Z Compiling utf8parse v0.2.1
4012024-08-06T03:35:03.812Z Compiling quote v1.0.36
4022024-08-06T03:35:03.904Z Compiling semver v1.0.23
4032024-08-06T03:35:03.948Z Compiling anstyle-parse v0.2.4
4042024-08-06T03:35:04.006Z Compiling camino v1.1.7
4052024-08-06T03:35:04.239Z Compiling syn v2.0.72
4062024-08-06T03:35:04.274Z Compiling errno v0.3.9
4072024-08-06T03:35:04.499Z Compiling anstyle v1.0.8
4082024-08-06T03:35:04.522Z Compiling colorchoice v1.0.1
4092024-08-06T03:35:04.629Z Compiling indexmap v2.3.0
4102024-08-06T03:35:04.659Z Compiling autocfg v1.3.0
4112024-08-06T03:35:04.681Z Compiling is_terminal_polyfill v1.70.0
4122024-08-06T03:35:04.800Z Compiling pretty-hex v0.4.1
4132024-08-06T03:35:04.937Z Compiling winnow v0.6.18
4142024-08-06T03:35:04.997Z Compiling anstyle-query v1.0.3
4152024-08-06T03:35:05.142Z Compiling anstream v0.6.14
4162024-08-06T03:35:05.615Z Compiling fs-err v2.11.0
4172024-08-06T03:35:05.781Z Compiling terminal_size v0.3.0
4182024-08-06T03:35:05.967Z Compiling unicode-width v0.1.13
4192024-08-06T03:35:06.034Z Compiling anyhow v1.0.86
4202024-08-06T03:35:06.036Z Compiling fnv v1.0.7
4212024-08-06T03:35:06.109Z Compiling heck v0.4.1
4222024-08-06T03:35:06.134Z Compiling bytecount v0.6.8
4232024-08-06T03:35:06.190Z Compiling strsim v0.11.1
4242024-08-06T03:35:06.216Z Compiling heck v0.5.0
4252024-08-06T03:35:06.360Z Compiling clap_lex v0.7.0
4262024-08-06T03:35:06.592Z Compiling papergrid v0.11.0
4272024-08-06T03:35:06.741Z Compiling clap_builder v4.5.13
4282024-08-06T03:35:06.849Z Compiling memmap v0.7.0
4292024-08-06T03:35:07.554Z Compiling swrite v0.1.0
4302024-08-06T03:35:09.401Z Compiling tabled_derive v0.7.0
4312024-08-06T03:35:10.769Z Compiling tabled v0.15.0
4322024-08-06T03:35:12.641Z Compiling serde_derive v1.0.204
4332024-08-06T03:35:12.641Z Compiling thiserror-impl v1.0.63
4342024-08-06T03:35:12.644Z Compiling zerocopy-derive v0.7.34
4352024-08-06T03:35:12.644Z Compiling scroll_derive v0.12.0
4362024-08-06T03:35:12.644Z Compiling clap_derive v4.5.13
4372024-08-06T03:35:13.773Z Compiling scroll v0.12.0
4382024-08-06T03:35:14.333Z Compiling goblin v0.8.2
4392024-08-06T03:35:14.483Z Compiling zerocopy v0.7.34
4402024-08-06T03:35:16.570Z Compiling clap v4.5.13
4412024-08-06T03:35:17.613Z Compiling pest v2.7.10
4422024-08-06T03:35:19.279Z Compiling pest_meta v2.7.10
4432024-08-06T03:35:20.476Z Compiling pest_generator v2.7.10
4442024-08-06T03:35:22.065Z Compiling pest_derive v2.7.10
4452024-08-06T03:35:22.112Z Compiling toml_datetime v0.6.8
4462024-08-06T03:35:22.112Z Compiling serde_spanned v0.6.7
4472024-08-06T03:35:22.481Z Compiling serde_tokenstream v0.2.1
4482024-08-06T03:35:22.706Z Compiling toml_edit v0.22.20
4492024-08-06T03:35:22.726Z Compiling cargo-platform v0.1.8
4502024-08-06T03:35:22.795Z Compiling dtrace-parser v0.2.0
4512024-08-06T03:35:22.861Z Compiling macaddr v1.0.1
4522024-08-06T03:35:23.562Z Compiling dof v0.3.0
4532024-08-06T03:35:23.562Z Compiling cargo_metadata v0.18.1
4542024-08-06T03:35:25.651Z Compiling toml v0.8.19
4552024-08-06T03:35:25.703Z Compiling usdt-macro v0.5.0
4562024-08-06T03:35:25.703Z Compiling usdt-attr-macro v0.5.0
4572024-08-06T03:35:26.440Z Compiling cargo_toml v0.20.4
4582024-08-06T03:35:27.041Z Compiling usdt v0.5.0
4592024-08-06T03:35:29.923Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602024-08-06T03:35:33.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.94s
4612024-08-06T03:35:33.850Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4622024-08-06T03:35:34.362Z Downloading crates ...
4632024-08-06T03:35:34.478Z Downloaded aead v0.5.2
4642024-08-06T03:35:34.481Z Downloaded adler v1.0.2
4652024-08-06T03:35:34.483Z Downloaded arrayref v0.3.7
4662024-08-06T03:35:34.486Z Downloaded crunchy v0.2.2
4672024-08-06T03:35:34.489Z Downloaded ciborium-io v0.2.2
4682024-08-06T03:35:34.492Z Downloaded async-stream-impl v0.3.5
4692024-08-06T03:35:34.495Z Downloaded atty v0.2.14
4702024-08-06T03:35:34.498Z Downloaded is_ci v1.2.0
4712024-08-06T03:35:34.502Z Downloaded bitstruct v0.1.1
4722024-08-06T03:35:34.504Z Downloaded matches v0.1.10
4732024-08-06T03:35:34.507Z Downloaded cstr-argument v0.1.2
4742024-08-06T03:35:34.510Z Downloaded instant v0.1.12
4752024-08-06T03:35:34.512Z Downloaded allocator-api2 v0.2.18
4762024-08-06T03:35:34.515Z Downloaded opaque-debug v0.3.1
4772024-08-06T03:35:34.515Z Downloaded openssl-probe v0.1.5
4782024-08-06T03:35:34.517Z Downloaded num-conv v0.1.0
4792024-08-06T03:35:34.517Z Downloaded new_debug_unreachable v1.0.6
4802024-08-06T03:35:34.520Z Downloaded atomic-waker v1.1.2
4812024-08-06T03:35:34.523Z Downloaded num_threads v0.1.7
4822024-08-06T03:35:34.523Z Downloaded nodrop v0.1.14
4832024-08-06T03:35:34.523Z Downloaded newtype_derive v0.1.6
4842024-08-06T03:35:34.525Z Downloaded cexpr v0.6.0
4852024-08-06T03:35:34.529Z Downloaded async-recursion v1.1.1
4862024-08-06T03:35:34.532Z Downloaded maplit v1.0.2
4872024-08-06T03:35:34.532Z Downloaded libsw v3.3.1
4882024-08-06T03:35:34.535Z Downloaded indoc v1.0.9
4892024-08-06T03:35:34.538Z Downloaded normalize-line-endings v0.3.0
4902024-08-06T03:35:34.541Z Downloaded num_enum v0.5.11
4912024-08-06T03:35:34.545Z Downloaded num v0.4.3
4922024-08-06T03:35:34.548Z Downloaded crc v3.2.1
4932024-08-06T03:35:34.550Z Downloaded olpc-cjson v0.1.3
4942024-08-06T03:35:34.553Z Downloaded lock_api v0.4.12
4952024-08-06T03:35:34.555Z Downloaded buf-list v1.0.3
4962024-08-06T03:35:34.558Z Downloaded atomicwrites v0.4.3
4972024-08-06T03:35:34.558Z Downloaded match_cfg v0.1.0
4982024-08-06T03:35:34.561Z Downloaded paste v1.0.15
4992024-08-06T03:35:34.564Z Downloaded parse-display-derive v0.9.1
5002024-08-06T03:35:34.564Z Downloaded is-terminal v0.4.12
5012024-08-06T03:35:34.567Z Downloaded bitstruct_derive v0.1.0
5022024-08-06T03:35:34.567Z Downloaded owo-colors v4.0.0
5032024-08-06T03:35:34.570Z Downloaded mime_guess v2.0.4
5042024-08-06T03:35:34.572Z Downloaded multer v3.1.0
5052024-08-06T03:35:34.575Z Downloaded parking_lot_core v0.9.10
5062024-08-06T03:35:34.579Z Downloaded parking_lot v0.11.2
5072024-08-06T03:35:34.581Z Downloaded const_format_proc_macros v0.2.32
5082024-08-06T03:35:34.584Z Downloaded newline-converter v0.3.0
5092024-08-06T03:35:34.584Z Downloaded indexmap v1.9.3
5102024-08-06T03:35:34.588Z Downloaded memmap2 v0.9.4
5112024-08-06T03:35:34.590Z Downloaded openssl-macros v0.1.1
5122024-08-06T03:35:34.593Z Downloaded darling_macro v0.20.9
5132024-08-06T03:35:34.593Z Downloaded parse-size v1.0.0
5142024-08-06T03:35:34.596Z Downloaded oso-derive v0.27.3
5152024-08-06T03:35:34.596Z Downloaded signal-hook-tokio v0.3.1
5162024-08-06T03:35:34.599Z Downloaded ahash v0.8.11
5172024-08-06T03:35:34.602Z Downloaded bzip2 v0.4.4
5182024-08-06T03:35:34.602Z Downloaded addr2line v0.21.0
5192024-08-06T03:35:34.604Z Downloaded number_prefix v0.4.0
5202024-08-06T03:35:34.607Z Downloaded termtree v0.4.1
5212024-08-06T03:35:34.607Z Downloaded sync_wrapper v0.1.2
5222024-08-06T03:35:34.610Z Downloaded oso v0.27.3
5232024-08-06T03:35:34.612Z Downloaded num-traits v0.2.19
5242024-08-06T03:35:34.615Z Downloaded ciborium-ll v0.2.2
5252024-08-06T03:35:34.618Z Downloaded mime v0.3.17
5262024-08-06T03:35:34.621Z Downloaded strum_macros v0.25.3
5272024-08-06T03:35:34.621Z Downloaded md-5 v0.10.6
5282024-08-06T03:35:34.624Z Downloaded untrusted v0.7.1
5292024-08-06T03:35:34.627Z Downloaded ipnet v2.9.0
5302024-08-06T03:35:34.627Z Downloaded foreign-types v0.5.0
5312024-08-06T03:35:34.630Z Downloaded foreign-types v0.3.2
5322024-08-06T03:35:34.630Z Downloaded endian-type v0.1.2
5332024-08-06T03:35:34.630Z Downloaded foreign-types-macros v0.2.3
5342024-08-06T03:35:34.633Z Downloaded crossbeam-epoch v0.9.18
5352024-08-06T03:35:34.635Z Downloaded parking_lot v0.12.2
5362024-08-06T03:35:34.638Z Downloaded num_cpus v1.16.0
5372024-08-06T03:35:34.641Z Downloaded parse-display v0.9.1
5382024-08-06T03:35:34.641Z Downloaded flagset v0.4.5
5392024-08-06T03:35:34.643Z Downloaded packed_struct_codegen v0.10.1
5402024-08-06T03:35:34.646Z Downloaded native-tls v0.2.11
5412024-08-06T03:35:34.648Z Downloaded predicates-core v1.0.6
5422024-08-06T03:35:34.649Z Downloaded inout v0.1.3
5432024-08-06T03:35:34.651Z Downloaded cookie v0.18.1
5442024-08-06T03:35:34.654Z Downloaded path-slash v0.1.5
5452024-08-06T03:35:34.654Z Downloaded num_enum_derive v0.5.11
5462024-08-06T03:35:34.657Z Downloaded defmt-macros v0.3.9
5472024-08-06T03:35:34.662Z Downloaded nibble_vec v0.1.0
5482024-08-06T03:35:34.663Z Downloaded crossbeam-deque v0.8.5
5492024-08-06T03:35:34.663Z Downloaded num-integer v0.1.46
5502024-08-06T03:35:34.667Z Downloaded slab v0.4.9
5512024-08-06T03:35:34.667Z Downloaded phf_shared v0.10.0
5522024-08-06T03:35:34.667Z Downloaded zeroize_derive v1.4.2
5532024-08-06T03:35:34.670Z Downloaded zeroize v1.7.0
5542024-08-06T03:35:34.670Z Downloaded precomputed-hash v0.1.1
5552024-08-06T03:35:34.672Z Downloaded serde_with_macros v3.8.3
5562024-08-06T03:35:34.674Z Downloaded camino-tempfile v1.1.1
5572024-08-06T03:35:34.684Z Downloaded socket2 v0.5.7
5582024-08-06T03:35:34.684Z Downloaded num-rational v0.4.2
5592024-08-06T03:35:34.684Z Downloaded colored v2.1.0
5602024-08-06T03:35:34.684Z Downloaded float-cmp v0.9.0
5612024-08-06T03:35:34.687Z Downloaded take_mut v0.2.2
5622024-08-06T03:35:34.687Z Downloaded packed_struct v0.10.1
5632024-08-06T03:35:34.687Z Downloaded nu-ansi-term v0.50.0
5642024-08-06T03:35:34.690Z Downloaded xattr v1.3.1
5652024-08-06T03:35:34.693Z Downloaded time-core v0.1.2
5662024-08-06T03:35:34.696Z Downloaded predicates v3.1.2
5672024-08-06T03:35:34.699Z Downloaded radium v0.7.0
5682024-08-06T03:35:34.699Z Downloaded fixedbitset v0.4.2
5692024-08-06T03:35:34.702Z Downloaded password-hash v0.5.0
5702024-08-06T03:35:34.702Z Downloaded parking_lot_core v0.8.6
5712024-08-06T03:35:34.704Z Downloaded compact_str v0.7.1
5722024-08-06T03:35:34.707Z Downloaded try-lock v0.2.5
5732024-08-06T03:35:34.710Z Downloaded chacha20poly1305 v0.10.1
5742024-08-06T03:35:34.713Z Downloaded ascii v1.1.0
5752024-08-06T03:35:34.715Z Downloaded base64 v0.13.1
5762024-08-06T03:35:34.718Z Downloaded rustc-hash v1.1.0
5772024-08-06T03:35:34.718Z Downloaded cookie v0.17.0
5782024-08-06T03:35:34.720Z Downloaded arc-swap v1.7.1
5792024-08-06T03:35:34.724Z Downloaded slog-term v2.9.1
5802024-08-06T03:35:34.727Z Downloaded diesel_table_macro_syntax v0.1.0
5812024-08-06T03:35:34.730Z Downloaded tls_codec_derive v0.4.1
5822024-08-06T03:35:34.733Z Downloaded phf_shared v0.11.2
5832024-08-06T03:35:34.733Z Downloaded siphasher v0.3.11
5842024-08-06T03:35:34.736Z Downloaded rustls-pemfile v1.0.4
5852024-08-06T03:35:34.738Z Downloaded heck v0.3.3
5862024-08-06T03:35:34.741Z Downloaded test-strategy v0.3.1
5872024-08-06T03:35:34.744Z Downloaded tokio-tungstenite v0.20.1
5882024-08-06T03:35:34.746Z Downloaded tap v1.0.1
5892024-08-06T03:35:34.749Z Downloaded tracing-attributes v0.1.27
5902024-08-06T03:35:34.752Z Downloaded serde_urlencoded v0.7.1
5912024-08-06T03:35:34.752Z Downloaded indicatif v0.17.8
5922024-08-06T03:35:34.756Z Downloaded textwrap v0.16.1
5932024-08-06T03:35:34.759Z Downloaded tui-tree-widget v0.21.0
5942024-08-06T03:35:34.762Z Downloaded wyz v0.5.1
5952024-08-06T03:35:34.764Z Downloaded smawk v0.3.2
5962024-08-06T03:35:34.767Z Downloaded backtrace v0.3.71
5972024-08-06T03:35:34.771Z Downloaded serde-big-array v0.5.1
5982024-08-06T03:35:34.773Z Downloaded crc32fast v1.4.0
5992024-08-06T03:35:34.776Z Downloaded tower-service v0.3.2
6002024-08-06T03:35:34.776Z Downloaded darling_core v0.20.9
6012024-08-06T03:35:34.781Z Downloaded futures-task v0.3.30
6022024-08-06T03:35:34.784Z Downloaded group v0.13.0
6032024-08-06T03:35:34.786Z Downloaded hubpack_derive v0.1.1
6042024-08-06T03:35:34.786Z Downloaded smf v0.2.3
6052024-08-06T03:35:34.789Z Downloaded pin-project-internal v1.1.5
6062024-08-06T03:35:34.789Z Downloaded zone_cfg_derive v0.1.2
6072024-08-06T03:35:34.792Z Downloaded difflib v0.4.0
6082024-08-06T03:35:34.792Z Downloaded pkg-config v0.3.30
6092024-08-06T03:35:34.794Z Downloaded headers-core v0.2.0
6102024-08-06T03:35:34.794Z Downloaded rustfmt-wrapper v0.2.1
6112024-08-06T03:35:34.797Z Downloaded ref-cast-impl v1.0.23
6122024-08-06T03:35:34.797Z Downloaded ref-cast v1.0.23
6132024-08-06T03:35:34.800Z Downloaded glob v0.3.1
6142024-08-06T03:35:34.803Z Downloaded phf v0.11.2
6152024-08-06T03:35:34.806Z Downloaded ident_case v1.0.1
6162024-08-06T03:35:34.806Z Downloaded tokio-stream v0.1.15
6172024-08-06T03:35:34.810Z Downloaded smallvec v1.13.2
6182024-08-06T03:35:34.812Z Downloaded stability v0.2.0
6192024-08-06T03:35:34.815Z Downloaded sqlparser_derive v0.2.2
6202024-08-06T03:35:34.815Z Downloaded tiny-keccak v2.0.2
6212024-08-06T03:35:34.818Z Downloaded time-macros v0.2.18
6222024-08-06T03:35:34.821Z Downloaded slog-envlogger v2.2.0
6232024-08-06T03:35:34.824Z Downloaded sha1 v0.10.6
6242024-08-06T03:35:34.826Z Downloaded predicates-tree v1.0.9
6252024-08-06T03:35:34.826Z Downloaded rustls-pki-types v1.7.0
6262024-08-06T03:35:34.829Z Downloaded crossbeam-channel v0.5.12
6272024-08-06T03:35:34.834Z Downloaded spki v0.7.3
6282024-08-06T03:35:34.837Z Downloaded tokio-native-tls v0.3.1
6292024-08-06T03:35:34.837Z Downloaded termcolor v1.4.1
6302024-08-06T03:35:34.840Z Downloaded stringprep v0.1.4
6312024-08-06T03:35:34.843Z Downloaded unicase v2.7.0
6322024-08-06T03:35:34.843Z Downloaded strip-ansi-escapes v0.2.0
6332024-08-06T03:35:34.846Z Downloaded unarray v0.1.4
6342024-08-06T03:35:34.846Z Downloaded pin-project v1.1.5
6352024-08-06T03:35:34.857Z Downloaded filetime v0.2.23
6362024-08-06T03:35:34.860Z Downloaded fxhash v0.2.1
6372024-08-06T03:35:34.863Z Downloaded fallible-iterator v0.2.0
6382024-08-06T03:35:34.863Z Downloaded erased-serde v0.3.31
6392024-08-06T03:35:34.866Z Downloaded unsafe-libyaml v0.2.11
6402024-08-06T03:35:34.869Z Downloaded powerfmt v0.2.0
6412024-08-06T03:35:34.871Z Downloaded dirs-sys-next v0.1.2
6422024-08-06T03:35:34.874Z Downloaded dirs-next v2.0.0
6432024-08-06T03:35:34.874Z Downloaded ppv-lite86 v0.2.17
6442024-08-06T03:35:34.877Z Downloaded globset v0.4.14
6452024-08-06T03:35:34.877Z Downloaded num-bigint-dig v0.8.4
6462024-08-06T03:35:34.882Z Downloaded serde-hex v0.1.0
6472024-08-06T03:35:34.884Z Downloaded scopeguard v1.2.0
6482024-08-06T03:35:34.887Z Downloaded sigpipe v0.1.3
6492024-08-06T03:35:34.887Z Downloaded serde_arrays v0.1.0
6502024-08-06T03:35:34.889Z Downloaded fd-lock v4.0.2
6512024-08-06T03:35:34.892Z Downloaded term v0.7.0
6522024-08-06T03:35:34.895Z Downloaded similar v2.5.0
6532024-08-06T03:35:34.900Z Downloaded want v0.3.1
6542024-08-06T03:35:34.903Z Downloaded thiserror-no-std v2.0.2
6552024-08-06T03:35:34.906Z Downloaded ena v0.14.3
6562024-08-06T03:35:34.908Z Downloaded zone v0.1.8
6572024-08-06T03:35:34.918Z Downloaded hmac v0.12.1
6582024-08-06T03:35:34.921Z Downloaded tinyvec_macros v0.1.1
6592024-08-06T03:35:34.924Z Downloaded rand_xorshift v0.3.0
6602024-08-06T03:35:34.924Z Downloaded iana-time-zone v0.1.60
6612024-08-06T03:35:34.926Z Downloaded postgres-protocol v0.6.7
6622024-08-06T03:35:34.930Z Downloaded signal-hook-registry v1.4.2
6632024-08-06T03:35:34.932Z Downloaded tungstenite v0.21.0
6642024-08-06T03:35:34.935Z Downloaded tungstenite v0.20.1
6652024-08-06T03:35:34.938Z Downloaded crypto-bigint v0.5.5
6662024-08-06T03:35:34.945Z Downloaded structmeta-derive v0.2.0
6672024-08-06T03:35:34.947Z Downloaded serde_derive_internals v0.29.1
6682024-08-06T03:35:34.950Z Downloaded toml v0.5.11
6692024-08-06T03:35:34.954Z Downloaded http v1.1.0
6702024-08-06T03:35:34.957Z Downloaded futures-io v0.3.30
6712024-08-06T03:35:34.957Z Downloaded foreign-types-shared v0.3.1
6722024-08-06T03:35:34.960Z Downloaded http v0.2.12
6732024-08-06T03:35:34.962Z Downloaded downcast v0.11.0
6742024-08-06T03:35:34.965Z Downloaded pin-utils v0.1.0
6752024-08-06T03:35:34.967Z Downloaded rustc_version v0.1.7
6762024-08-06T03:35:34.967Z Downloaded mio v0.8.11
6772024-08-06T03:35:34.972Z Downloaded rand_seeder v0.3.0
6782024-08-06T03:35:34.975Z Downloaded rpassword v7.3.1
6792024-08-06T03:35:34.975Z Downloaded foreign-types-shared v0.1.1
6802024-08-06T03:35:34.979Z Downloaded stable_deref_trait v1.2.0
6812024-08-06T03:35:34.979Z Downloaded sqlformat v0.2.4
6822024-08-06T03:35:34.982Z Downloaded futures-macro v0.3.30
6832024-08-06T03:35:34.982Z Downloaded derive_builder_macro v0.20.0
6842024-08-06T03:35:34.982Z Downloaded postcard v1.0.8
6852024-08-06T03:35:34.986Z Downloaded flate2 v1.0.31
6862024-08-06T03:35:34.990Z Downloaded strum v0.26.3
6872024-08-06T03:35:34.993Z Downloaded percent-encoding v2.3.1
6882024-08-06T03:35:34.993Z Downloaded trust-dns-server v0.22.1
6892024-08-06T03:35:34.999Z Downloaded highway v1.1.0
6902024-08-06T03:35:35.002Z Downloaded peg-runtime v0.8.3
6912024-08-06T03:35:35.004Z Downloaded rusty-fork v0.3.0
6922024-08-06T03:35:35.004Z Downloaded rustversion v1.0.17
6932024-08-06T03:35:35.007Z Downloaded tokio-tungstenite v0.21.0
6942024-08-06T03:35:35.010Z Downloaded publicsuffix v2.2.3
6952024-08-06T03:35:35.013Z Downloaded rustc-demangle v0.1.24
6962024-08-06T03:35:35.016Z Downloaded funty v2.0.0
6972024-08-06T03:35:35.016Z Downloaded portpicker v0.1.1
6982024-08-06T03:35:35.016Z Downloaded pretty-hex v0.2.1
6992024-08-06T03:35:35.019Z Downloaded futures-sink v0.3.30
7002024-08-06T03:35:35.019Z Downloaded either v1.12.0
7012024-08-06T03:35:35.022Z Downloaded unicode-xid v0.2.4
7022024-08-06T03:35:35.022Z Downloaded structmeta v0.3.0
7032024-08-06T03:35:35.025Z Downloaded serde_plain v1.0.2
7042024-08-06T03:35:35.025Z Downloaded structmeta v0.2.0
7052024-08-06T03:35:35.025Z Downloaded spin v0.5.2
7062024-08-06T03:35:35.028Z Downloaded walkdir v2.5.0
7072024-08-06T03:35:35.031Z Downloaded pin-project-lite v0.2.14
7082024-08-06T03:35:35.033Z Downloaded derive_builder v0.20.0
7092024-08-06T03:35:35.038Z Downloaded waitgroup v0.1.2
7102024-08-06T03:35:35.041Z Downloaded schemars v0.8.21
7112024-08-06T03:35:35.052Z Downloaded ron v0.7.1
7122024-08-06T03:35:35.057Z Downloaded structmeta-derive v0.3.0
7132024-08-06T03:35:35.059Z Downloaded trust-dns-resolver v0.22.0
7142024-08-06T03:35:35.063Z Downloaded poly1305 v0.8.0
7152024-08-06T03:35:35.065Z Downloaded subtle v2.5.0
7162024-08-06T03:35:35.068Z Downloaded same-file v1.0.6
7172024-08-06T03:35:35.068Z Downloaded whoami v1.5.1
7182024-08-06T03:35:35.071Z Downloaded pem v3.0.4
7192024-08-06T03:35:35.074Z Downloaded tracing v0.1.40
7202024-08-06T03:35:35.077Z Downloaded prettyplease v0.2.20
7212024-08-06T03:35:35.080Z Downloaded ron v0.8.1
7222024-08-06T03:35:35.086Z Downloaded proc-macro-crate v1.3.1
7232024-08-06T03:35:35.088Z Downloaded wait-timeout v0.2.0
7242024-08-06T03:35:35.091Z Downloaded slog-bunyan v2.5.0
7252024-08-06T03:35:35.091Z Downloaded slog-async v2.8.0
7262024-08-06T03:35:35.091Z Downloaded strum_macros v0.24.3
7272024-08-06T03:35:35.094Z Downloaded tinyvec v1.6.0
7282024-08-06T03:35:35.097Z Downloaded hyper-tls v0.5.0
7292024-08-06T03:35:35.099Z Downloaded shell-words v1.1.0
7302024-08-06T03:35:35.099Z Downloaded resolv-conf v0.7.0
7312024-08-06T03:35:35.102Z Downloaded slog-json v2.6.1
7322024-08-06T03:35:35.104Z Downloaded r2d2 v0.8.10
7332024-08-06T03:35:35.104Z Downloaded snafu-derive v0.8.2
7342024-08-06T03:35:35.107Z Downloaded serde_path_to_error v0.1.16
7352024-08-06T03:35:35.107Z Downloaded hyper-staticfile v0.9.5
7362024-08-06T03:35:35.110Z Downloaded hex v0.4.3
7372024-08-06T03:35:35.112Z Downloaded unicode-truncate v1.0.0
7382024-08-06T03:35:35.115Z Downloaded universal-hash v0.5.1
7392024-08-06T03:35:35.115Z Downloaded httpdate v1.0.3
7402024-08-06T03:35:35.115Z Downloaded unicode-linebreak v0.1.5
7412024-08-06T03:35:35.118Z Downloaded signal-hook-mio v0.2.3
7422024-08-06T03:35:35.118Z Downloaded slog-dtrace v0.3.0
7432024-08-06T03:35:35.121Z Downloaded scheduled-thread-pool v0.2.7
7442024-08-06T03:35:35.121Z Downloaded elliptic-curve v0.13.8
7452024-08-06T03:35:35.124Z Downloaded futures v0.3.30
7462024-08-06T03:35:35.130Z Downloaded typed-path v0.7.1
7472024-08-06T03:35:35.135Z Downloaded topological-sort v0.2.2
7482024-08-06T03:35:35.138Z Downloaded which v4.4.2
7492024-08-06T03:35:35.140Z Downloaded uzers v0.11.3
7502024-08-06T03:35:35.140Z Downloaded peg-macros v0.8.4
7512024-08-06T03:35:35.143Z Downloaded derive_more v0.99.18
7522024-08-06T03:35:35.147Z Downloaded samael v0.0.15
7532024-08-06T03:35:35.152Z Downloaded hyper-rustls v0.24.2
7542024-08-06T03:35:35.155Z Downloaded tokio-rustls v0.24.1
7552024-08-06T03:35:35.158Z Downloaded derive_builder_core v0.20.0
7562024-08-06T03:35:35.160Z Downloaded subprocess v0.2.9
7572024-08-06T03:35:35.163Z Downloaded socket2 v0.4.10
7582024-08-06T03:35:35.165Z Downloaded uuid v1.10.0
7592024-08-06T03:35:35.168Z Downloaded signal-hook v0.3.17
7602024-08-06T03:35:35.171Z Downloaded rsa v0.9.6
7612024-08-06T03:35:35.176Z Downloaded expectorate v1.1.0
7622024-08-06T03:35:35.179Z Downloaded blake3 v1.5.1
7632024-08-06T03:35:35.186Z Downloaded rand v0.8.5
7642024-08-06T03:35:35.190Z Downloaded toml_edit v0.19.15
7652024-08-06T03:35:35.207Z Downloaded serde_with v3.8.3
7662024-08-06T03:35:35.215Z Downloaded rayon-core v1.12.1
7672024-08-06T03:35:35.219Z Downloaded serde_yaml v0.9.34+deprecated
7682024-08-06T03:35:35.223Z Downloaded unicode-normalization v0.1.23
7692024-08-06T03:35:35.226Z Downloaded tokio-postgres v0.7.11
7702024-08-06T03:35:35.231Z Downloaded headers v0.3.9
7712024-08-06T03:35:35.237Z Downloaded winnow v0.5.40
7722024-08-06T03:35:35.247Z Downloaded heapless v0.8.0
7732024-08-06T03:35:35.250Z Downloaded time v0.3.36
7742024-08-06T03:35:35.257Z Downloaded rustyline v14.0.0
7752024-08-06T03:35:35.262Z Downloaded hashbrown v0.12.3
7762024-08-06T03:35:35.267Z Downloaded reedline v0.31.0
7772024-08-06T03:35:35.275Z Downloaded hashbrown v0.13.2
7782024-08-06T03:35:35.279Z Downloaded snafu v0.8.2
7792024-08-06T03:35:35.286Z Downloaded openssl v0.10.66
7802024-08-06T03:35:35.296Z Downloaded hkdf v0.12.4
7812024-08-06T03:35:35.298Z Downloaded tokio-util v0.7.11
7822024-08-06T03:35:35.306Z Downloaded chrono v0.4.38
7832024-08-06T03:35:35.313Z Downloaded bitvec v1.0.1
7842024-08-06T03:35:35.329Z Downloaded regex-automata v0.1.10
7852024-08-06T03:35:35.334Z Downloaded tough v0.17.1
7862024-08-06T03:35:35.342Z Downloaded hyper v0.14.30
7872024-08-06T03:35:35.351Z Downloaded bindgen v0.69.4
7882024-08-06T03:35:35.359Z Downloaded portable-atomic v1.6.0
7892024-08-06T03:35:35.364Z Downloaded object v0.32.2
7902024-08-06T03:35:35.375Z Downloaded futures-util v0.3.30
7912024-08-06T03:35:35.388Z Downloaded reqwest v0.11.27
7922024-08-06T03:35:35.395Z Downloaded rustls-webpki v0.102.4
7932024-08-06T03:35:35.414Z Downloaded rustls-webpki v0.101.7
7942024-08-06T03:35:35.427Z Downloaded quick-xml v0.31.0
7952024-08-06T03:35:35.433Z Downloaded gimli v0.28.1
7962024-08-06T03:35:35.442Z Downloaded proptest v1.4.0
7972024-08-06T03:35:35.451Z Downloaded idna v0.2.3
7982024-08-06T03:35:35.457Z Downloaded idna v0.3.0
7992024-08-06T03:35:35.464Z Downloaded vcpkg v0.2.15
8002024-08-06T03:35:35.502Z Downloaded rustls v0.22.4
8012024-08-06T03:35:35.515Z Downloaded idna v0.5.0
8022024-08-06T03:35:35.523Z Downloaded diesel v2.1.6
8032024-08-06T03:35:35.541Z Downloaded regress v0.9.1
8042024-08-06T03:35:35.549Z Downloaded trust-dns-proto v0.22.0
8052024-08-06T03:35:35.560Z Downloaded zerocopy-derive v0.6.6
8062024-08-06T03:35:35.570Z Downloaded sled v0.34.7
8072024-08-06T03:35:35.581Z Downloaded ratatui v0.27.0
8082024-08-06T03:35:35.601Z Downloaded regex-syntax v0.8.3
8092024-08-06T03:35:35.609Z Downloaded regex-automata v0.4.6
8102024-08-06T03:35:35.627Z Downloaded bstr v1.9.1
8112024-08-06T03:35:35.638Z Downloaded petgraph v0.6.5
8122024-08-06T03:35:35.656Z Downloaded tokio v1.38.1
8132024-08-06T03:35:35.692Z Downloaded finl_unicode v1.2.0
8142024-08-06T03:35:35.704Z Downloaded sha3 v0.10.8
8152024-08-06T03:35:35.709Z Downloaded bzip2-sys v0.1.11+1.0.8
8162024-08-06T03:35:35.722Z Downloaded smoltcp v0.11.0
8172024-08-06T03:35:35.734Z Downloaded openapiv3 v2.0.0
8182024-08-06T03:35:35.746Z Downloaded rustls v0.21.12
8192024-08-06T03:35:35.757Z Downloaded csv v1.3.0
8202024-08-06T03:35:35.777Z Downloaded regex-syntax v0.6.29
8212024-08-06T03:35:35.784Z Downloaded curve25519-dalek v4.1.3
8222024-08-06T03:35:35.793Z Downloaded bstr v0.2.17
8232024-08-06T03:35:35.803Z Downloaded webpki-roots v0.25.4
8242024-08-06T03:35:35.807Z Downloaded regex v1.10.5
8252024-08-06T03:35:35.819Z Downloaded polar-core v0.27.3
8262024-08-06T03:35:35.828Z Downloaded smoltcp v0.9.1
8272024-08-06T03:35:35.839Z Downloaded nix v0.28.0
8282024-08-06T03:35:35.850Z Downloaded radix_trie v0.2.1
8292024-08-06T03:35:35.855Z Downloaded rayon v1.10.0
8302024-08-06T03:35:35.864Z Downloaded nix v0.27.1
8312024-08-06T03:35:35.876Z Downloaded encoding_rs v0.8.34
8322024-08-06T03:35:35.896Z Downloaded lalrpop v0.19.12
8332024-08-06T03:35:35.907Z Downloaded unicode_categories v0.1.1
8342024-08-06T03:35:35.910Z Downloaded object v0.30.4
8352024-08-06T03:35:35.918Z Downloaded h2 v0.3.26
8362024-08-06T03:35:35.925Z Downloaded heapless v0.7.17
8372024-08-06T03:35:35.928Z Downloaded sqlparser v0.45.0
8382024-08-06T03:35:35.934Z Downloaded unicode-segmentation v1.11.0
8392024-08-06T03:35:35.937Z Downloaded derive-where v1.2.7
8402024-08-06T03:35:35.941Z Downloaded half v2.4.1
8412024-08-06T03:35:35.943Z Downloaded slog v2.7.0
8422024-08-06T03:35:35.946Z Downloaded zip v0.6.6
8432024-08-06T03:35:35.950Z Downloaded aho-corasick v1.1.3
8442024-08-06T03:35:35.956Z Downloaded futures-channel v0.3.30
8452024-08-06T03:35:35.959Z Downloaded spin v0.9.8
8462024-08-06T03:35:35.961Z Downloaded nom v7.1.3
8472024-08-06T03:35:35.965Z Downloaded itertools v0.13.0
8482024-08-06T03:35:35.972Z Downloaded vte_generate_state_changes v0.1.1
8492024-08-06T03:35:35.975Z Downloaded fragile v2.0.0
8502024-08-06T03:35:35.975Z Downloaded x509-cert v0.2.5
8512024-08-06T03:35:35.982Z Downloaded steno v0.4.1
8522024-08-06T03:35:35.985Z Downloaded httparse v1.8.0
8532024-08-06T03:35:35.988Z Downloaded vsss-rs v3.3.4
8542024-08-06T03:35:35.991Z Downloaded vte v0.11.1
8552024-08-06T03:35:35.993Z Downloaded futures-executor v0.3.30
8562024-08-06T03:35:35.993Z Downloaded rcgen v0.12.1
8572024-08-06T03:35:35.996Z Downloaded tokio-macros v2.3.0
8582024-08-06T03:35:35.996Z Downloaded tls_codec v0.4.1
8592024-08-06T03:35:35.999Z Downloaded libm v0.2.8
8602024-08-06T03:35:36.005Z Downloaded deranged v0.3.11
8612024-08-06T03:35:36.007Z Downloaded slog-scope v4.4.0
8622024-08-06T03:35:36.007Z Downloaded pkcs8 v0.10.2
8632024-08-06T03:35:36.010Z Downloaded env_logger v0.9.3
8642024-08-06T03:35:36.013Z Downloaded env_logger v0.10.2
8652024-08-06T03:35:36.015Z Downloaded diesel_derives v2.1.4
8662024-08-06T03:35:36.018Z Downloaded libxml v0.3.3
8672024-08-06T03:35:36.025Z Downloaded rtoolbox v0.0.2
8682024-08-06T03:35:36.028Z Downloaded http-body v0.4.6
8692024-08-06T03:35:36.028Z Downloaded futures-core v0.3.30
8702024-08-06T03:35:36.028Z Downloaded form_urlencoded v1.2.1
8712024-08-06T03:35:36.031Z Downloaded thread_local v1.1.8
8722024-08-06T03:35:36.031Z Downloaded display-error-chain v0.2.0
8732024-08-06T03:35:36.031Z Downloaded itertools v0.10.5
8742024-08-06T03:35:36.037Z Downloaded crossterm v0.27.0
8752024-08-06T03:35:36.043Z Downloaded signature v2.2.0
8762024-08-06T03:35:36.046Z Downloaded num-bigint v0.4.5
8772024-08-06T03:35:36.049Z Downloaded serde_repr v0.1.19
8782024-08-06T03:35:36.052Z Downloaded rand_core v0.6.4
8792024-08-06T03:35:36.055Z Downloaded sct v0.7.1
8802024-08-06T03:35:36.058Z Downloaded schemars_derive v0.8.21
8812024-08-06T03:35:36.058Z Downloaded pkcs1 v0.7.5
8822024-08-06T03:35:36.060Z Downloaded postgres-types v0.2.7
8832024-08-06T03:35:36.063Z Downloaded zerocopy v0.6.6
8842024-08-06T03:35:36.066Z Downloaded const_format v0.2.32
8852024-08-06T03:35:36.068Z Downloaded base64 v0.21.7
8862024-08-06T03:35:36.071Z Downloaded http-range v0.1.5
8872024-08-06T03:35:36.074Z Downloaded rand_chacha v0.3.1
8882024-08-06T03:35:36.074Z Downloaded pem-rfc7468 v0.7.0
8892024-08-06T03:35:36.078Z Downloaded hash32 v0.3.1
8902024-08-06T03:35:36.078Z Downloaded hash32 v0.2.1
8912024-08-06T03:35:36.080Z Downloaded getopts v0.2.21
8922024-08-06T03:35:36.080Z Downloaded gethostname v0.5.0
8932024-08-06T03:35:36.080Z Downloaded trust-dns-client v0.22.0
8942024-08-06T03:35:36.085Z Downloaded getrandom v0.2.14
8952024-08-06T03:35:36.088Z Downloaded der_derive v0.7.2
8962024-08-06T03:35:36.091Z Downloaded fatfs v0.3.6
8972024-08-06T03:35:36.093Z Downloaded itertools v0.12.1
8982024-08-06T03:35:36.100Z Downloaded embedded-io v0.4.0
8992024-08-06T03:35:36.102Z Downloaded diff v0.1.13
9002024-08-06T03:35:36.105Z Downloaded thiserror-impl-no-std v2.0.2
9012024-08-06T03:35:36.105Z Downloaded termios v0.3.3
9022024-08-06T03:35:36.108Z Downloaded tabwriter v1.4.0
9032024-08-06T03:35:36.108Z Downloaded toolchain_find v0.4.0
9042024-08-06T03:35:36.110Z Downloaded supports-color v3.0.0
9052024-08-06T03:35:36.113Z Downloaded tempfile v3.10.1
9062024-08-06T03:35:36.116Z Downloaded toml v0.7.8
9072024-08-06T03:35:36.119Z Downloaded url v2.5.2
9082024-08-06T03:35:36.123Z Downloaded minimal-lexical v0.2.1
9092024-08-06T03:35:36.127Z Downloaded fastrand v2.1.0
9102024-08-06T03:35:36.129Z Downloaded static_assertions v1.1.0
9112024-08-06T03:35:36.129Z Downloaded flume v0.11.0
9122024-08-06T03:35:36.133Z Downloaded base64 v0.22.1
9132024-08-06T03:35:36.137Z Downloaded strum_macros v0.26.4
9142024-08-06T03:35:36.140Z Downloaded sec1 v0.7.3
9152024-08-06T03:35:36.143Z Downloaded rustc_version v0.4.0
9162024-08-06T03:35:36.143Z Downloaded hubpack v0.1.2
9172024-08-06T03:35:36.143Z Downloaded bytes v1.6.0
9182024-08-06T03:35:36.146Z Downloaded unicode-bidi v0.3.15
9192024-08-06T03:35:36.149Z Downloaded tracing-core v0.1.32
9202024-08-06T03:35:36.151Z Downloaded der v0.7.9
9212024-08-06T03:35:36.156Z Downloaded quick-error v1.2.3
9222024-08-06T03:35:36.159Z Downloaded psl-types v2.0.11
9232024-08-06T03:35:36.159Z Downloaded humantime v2.1.0
9242024-08-06T03:35:36.162Z Downloaded rustls-pemfile v2.1.3
9252024-08-06T03:35:36.162Z Downloaded home v0.5.9
9262024-08-06T03:35:36.165Z Downloaded openssl-sys v0.9.103
9272024-08-06T03:35:36.168Z Downloaded ff v0.13.0
9282024-08-06T03:35:36.170Z Downloaded cc v1.0.97
9292024-08-06T03:35:36.173Z Downloaded smallvec v0.6.14
9302024-08-06T03:35:36.175Z Downloaded slog-stdlog v4.1.1
9312024-08-06T03:35:36.175Z Downloaded yasna v0.5.2
9322024-08-06T03:35:36.178Z Downloaded tar v0.4.41
9332024-08-06T03:35:36.181Z Downloaded omicron-zone-package v0.11.0
9342024-08-06T03:35:36.183Z Downloaded crossbeam-utils v0.8.19
9352024-08-06T03:35:36.187Z Downloaded clang-sys v1.7.0
9362024-08-06T03:35:36.189Z Downloaded tokio-rustls v0.25.0
9372024-08-06T03:35:36.189Z Downloaded crc-any v2.5.0
9382024-08-06T03:35:36.192Z Downloaded ciborium v0.2.2
9392024-08-06T03:35:36.195Z Downloaded shlex v1.3.0
9402024-08-06T03:35:36.195Z Downloaded semver v0.1.20
9412024-08-06T03:35:36.197Z Downloaded secrecy v0.8.0
9422024-08-06T03:35:36.197Z Downloaded enum-as-inner v0.5.1
9432024-08-06T03:35:36.197Z Downloaded mockall_derive v0.12.1
9442024-08-06T03:35:36.200Z Downloaded defmt-parser v0.3.4
9452024-08-06T03:35:36.200Z Downloaded darling v0.20.9
9462024-08-06T03:35:36.204Z Downloaded console v0.15.8
9472024-08-06T03:35:36.207Z Downloaded blake2 v0.10.6
9482024-08-06T03:35:36.210Z Downloaded peg v0.8.4
9492024-08-06T03:35:36.213Z Downloaded hostname v0.3.1
9502024-08-06T03:35:36.215Z Downloaded hostname v0.4.0
9512024-08-06T03:35:36.216Z Downloaded cookie_store v0.20.0
9522024-08-06T03:35:36.218Z Downloaded base64ct v1.6.0
9532024-08-06T03:35:36.221Z Downloaded base16ct v0.2.0
9542024-08-06T03:35:36.223Z Downloaded num-complex v0.4.6
9552024-08-06T03:35:36.223Z Downloaded bcs v0.1.6
9562024-08-06T03:35:36.226Z Downloaded backoff v0.4.0
9572024-08-06T03:35:36.226Z Downloaded async-trait v0.1.81
9582024-08-06T03:35:36.229Z Downloaded utf-8 v0.7.6
9592024-08-06T03:35:36.232Z Downloaded untrusted v0.9.0
9602024-08-06T03:35:36.232Z Downloaded debug-ignore v1.0.5
9612024-08-06T03:35:36.234Z Downloaded constant_time_eq v0.3.0
9622024-08-06T03:35:36.234Z Downloaded multimap v0.10.0
9632024-08-06T03:35:36.237Z Downloaded float-ord v0.3.2
9642024-08-06T03:35:36.237Z Downloaded dyn-clone v1.0.17
9652024-08-06T03:35:36.240Z Downloaded castaway v0.2.2
9662024-08-06T03:35:36.240Z Downloaded block-padding v0.3.3
9672024-08-06T03:35:36.242Z Downloaded bitfield v0.14.0
9682024-08-06T03:35:36.242Z Downloaded libefi-sys v0.1.0
9692024-08-06T03:35:36.245Z Downloaded bitflags v1.3.2
9702024-08-06T03:35:36.255Z Downloaded cassowary v0.3.0
9712024-08-06T03:35:36.255Z Downloaded bit-set v0.5.3
9722024-08-06T03:35:36.255Z Downloaded async-stream v0.3.5
9732024-08-06T03:35:36.255Z Downloaded miniz_oxide v0.7.2
9742024-08-06T03:35:36.255Z Downloaded string_cache v0.8.7
9752024-08-06T03:35:36.258Z Downloaded ring v0.17.8
9762024-08-06T03:35:36.323Z Downloaded maybe-uninit v2.0.0
9772024-08-06T03:35:36.326Z Downloaded managed v0.8.0
9782024-08-06T03:35:36.326Z Downloaded lru v0.12.3
9792024-08-06T03:35:36.326Z Downloaded linked-hash-map v0.5.6
9802024-08-06T03:35:36.330Z Downloaded csv-core v0.1.11
9812024-08-06T03:35:36.330Z Downloaded crucible-workspace-hack v0.1.0
9822024-08-06T03:35:36.330Z Downloaded const-oid v0.9.6
9832024-08-06T03:35:36.335Z Downloaded cfg_aliases v0.1.1
9842024-08-06T03:35:36.335Z Downloaded lazy_static v1.5.0
9852024-08-06T03:35:36.339Z Downloaded curve25519-dalek-derive v0.1.1
9862024-08-06T03:35:36.339Z Downloaded chacha20 v0.9.1
9872024-08-06T03:35:36.339Z Downloaded cancel-safe-futures v0.1.5
9882024-08-06T03:35:36.341Z Downloaded indent_write v2.2.0
9892024-08-06T03:35:36.341Z Downloaded assert_matches v1.5.0
9902024-08-06T03:35:36.342Z Downloaded arrayvec v0.7.4
9912024-08-06T03:35:36.344Z Downloaded argon2 v0.5.3
9922024-08-06T03:35:36.347Z Downloaded libloading v0.8.3
9932024-08-06T03:35:36.347Z Downloaded num-iter v0.1.45
9942024-08-06T03:35:36.350Z Downloaded num-derive v0.4.2
9952024-08-06T03:35:36.350Z Downloaded mockall v0.12.1
9962024-08-06T03:35:36.354Z Downloaded defmt v0.3.8
9972024-08-06T03:35:36.358Z Downloaded newtype-uuid v1.1.0
9982024-08-06T03:35:36.358Z Downloaded nanorand v0.7.0
9992024-08-06T03:35:36.358Z Downloaded memoffset v0.9.1
10002024-08-06T03:35:36.361Z Downloaded linear-map v1.2.0
10012024-08-06T03:35:36.361Z Downloaded lalrpop-util v0.19.12
10022024-08-06T03:35:36.361Z Downloaded ipnetwork v0.20.0
10032024-08-06T03:35:36.363Z Downloaded data-encoding v2.6.0
10042024-08-06T03:35:36.363Z Downloaded bit-vec v0.6.3
10052024-08-06T03:35:36.366Z Downloaded cobs v0.2.3
10062024-08-06T03:35:36.366Z Downloaded bb8 v0.8.5
10072024-08-06T03:35:36.366Z Downloaded ring v0.16.20
10082024-08-06T03:35:36.446Z Downloaded lazycell v1.3.0
10092024-08-06T03:35:36.448Z Downloaded kstat-rs v0.2.4
10102024-08-06T03:35:36.449Z Downloaded crc-catalog v2.4.0
10112024-08-06T03:35:36.449Z Downloaded convert_case v0.4.0
10122024-08-06T03:35:36.452Z Downloaded bitfield-struct v0.6.1
10132024-08-06T03:35:36.452Z Downloaded lru-cache v0.1.2
10142024-08-06T03:35:36.452Z Downloaded keccak v0.1.5
10152024-08-06T03:35:36.456Z Downloaded impl-trait-for-tuples v0.2.2
10162024-08-06T03:35:36.456Z Downloaded cipher v0.4.4
10172024-08-06T03:35:36.459Z Downloaded ascii-canvas v3.0.0
10182024-08-06T03:35:36.459Z Downloaded array-init v0.0.4
10192024-08-06T03:35:36.537Z Compiling cfg-if v1.0.0
10202024-08-06T03:35:36.537Z Compiling serde v1.0.204
10212024-08-06T03:35:36.540Z Compiling lock_api v0.4.12
10222024-08-06T03:35:36.540Z Compiling scopeguard v1.2.0
10232024-08-06T03:35:36.540Z Compiling log v0.4.21
10242024-08-06T03:35:36.690Z Compiling syn v2.0.72
10252024-08-06T03:35:36.704Z Compiling cc v1.0.97
10262024-08-06T03:35:36.708Z Compiling parking_lot_core v0.9.10
10272024-08-06T03:35:36.756Z Compiling getrandom v0.2.14
10282024-08-06T03:35:36.821Z Compiling smallvec v1.13.2
10292024-08-06T03:35:37.116Z Compiling rand_core v0.6.4
10302024-08-06T03:35:37.188Z Compiling typenum v1.17.0
10312024-08-06T03:35:37.243Z Compiling generic-array v0.14.7
10322024-08-06T03:35:37.277Z Compiling pin-project-lite v0.2.14
10332024-08-06T03:35:37.395Z Compiling signal-hook-registry v1.4.2
10342024-08-06T03:35:37.513Z Compiling spin v0.9.8
10352024-08-06T03:35:37.616Z Compiling parking_lot v0.12.2
10362024-08-06T03:35:37.632Z Compiling mio v0.8.11
10372024-08-06T03:35:37.850Z Compiling libm v0.2.8
10382024-08-06T03:35:38.033Z Compiling serde_json v1.0.122
10392024-08-06T03:35:38.280Z Compiling num-traits v0.2.19
10402024-08-06T03:35:38.336Z Compiling ahash v0.8.11
10412024-08-06T03:35:38.403Z Compiling tinyvec_macros v0.1.1
10422024-08-06T03:35:38.496Z Compiling futures-core v0.3.30
10432024-08-06T03:35:38.711Z Compiling tinyvec v1.6.0
10442024-08-06T03:35:38.803Z Compiling socket2 v0.5.7
10452024-08-06T03:35:38.827Z Compiling num_cpus v1.16.0
10462024-08-06T03:35:38.954Z Compiling const-oid v0.9.6
10472024-08-06T03:35:39.037Z Compiling subtle v2.5.0
10482024-08-06T03:35:39.410Z Compiling slab v0.4.9
10492024-08-06T03:35:39.726Z Compiling futures-sink v0.3.30
10502024-08-06T03:35:39.887Z Compiling allocator-api2 v0.2.18
10512024-08-06T03:35:40.017Z Compiling unicode-bidi v0.3.15
10522024-08-06T03:35:40.261Z Compiling unicode-normalization v0.1.23
10532024-08-06T03:35:40.323Z Compiling futures-channel v0.3.30
10542024-08-06T03:35:40.686Z Compiling futures-io v0.3.30
10552024-08-06T03:35:40.712Z Compiling vcpkg v0.2.15
10562024-08-06T03:35:40.733Z Compiling futures-task v0.3.30
10572024-08-06T03:35:41.012Z Compiling pkg-config v0.3.30
10582024-08-06T03:35:41.015Z Compiling pin-utils v0.1.0
10592024-08-06T03:35:41.015Z Compiling ring v0.17.8
10602024-08-06T03:35:41.114Z Compiling percent-encoding v2.3.1
10612024-08-06T03:35:41.341Z Compiling ppv-lite86 v0.2.17
10622024-08-06T03:35:41.491Z Compiling tracing-core v0.1.32
10632024-08-06T03:35:41.560Z Compiling powerfmt v0.2.0
10642024-08-06T03:35:41.929Z Compiling untrusted v0.9.0
10652024-08-06T03:35:41.972Z Compiling num-conv v0.1.0
10662024-08-06T03:35:42.093Z Compiling rand_chacha v0.3.1
10672024-08-06T03:35:42.110Z Compiling syn v1.0.109
10682024-08-06T03:35:42.242Z Compiling rustix v0.38.34
10692024-08-06T03:35:42.540Z Compiling time-core v0.1.2
10702024-08-06T03:35:42.697Z Compiling time-macros v0.2.18
10712024-08-06T03:35:42.742Z Compiling rand v0.8.5
10722024-08-06T03:35:42.800Z Compiling openssl-sys v0.9.103
10732024-08-06T03:35:42.831Z Compiling deranged v0.3.11
10742024-08-06T03:35:43.114Z Compiling base64ct v1.6.0
10752024-08-06T03:35:43.596Z Compiling rustversion v1.0.17
10762024-08-06T03:35:44.123Z Compiling httparse v1.8.0
10772024-08-06T03:35:44.192Z Compiling foreign-types-shared v0.1.1
10782024-08-06T03:35:44.296Z Compiling num_threads v0.1.7
10792024-08-06T03:35:44.416Z Compiling openssl v0.10.66
10802024-08-06T03:35:44.506Z Compiling iana-time-zone v0.1.60
10812024-08-06T03:35:44.583Z Compiling foreign-types v0.3.2
10822024-08-06T03:35:44.665Z Compiling pem-rfc7468 v0.7.0
10832024-08-06T03:35:44.803Z Compiling form_urlencoded v1.2.1
10842024-08-06T03:35:44.905Z Compiling rustls v0.21.12
10852024-08-06T03:35:45.095Z Compiling try-lock v0.2.5
10862024-08-06T03:35:45.161Z Compiling native-tls v0.2.11
10872024-08-06T03:35:45.235Z Compiling crossbeam-utils v0.8.19
10882024-08-06T03:35:45.270Z Compiling siphasher v0.3.11
10892024-08-06T03:35:45.462Z Compiling flagset v0.4.5
10902024-08-06T03:35:45.580Z Compiling want v0.3.1
10912024-08-06T03:35:45.627Z Compiling time v0.3.36
10922024-08-06T03:35:45.831Z Compiling serde_derive_internals v0.29.1
10932024-08-06T03:35:46.345Z Compiling idna v0.5.0
10942024-08-06T03:35:46.934Z Compiling lazy_static v1.5.0
10952024-08-06T03:35:47.042Z Compiling cookie v0.17.0
10962024-08-06T03:35:47.351Z Compiling aho-corasick v1.1.3
10972024-08-06T03:35:47.638Z Compiling signal-hook v0.3.17
10982024-08-06T03:35:47.877Z Compiling adler v1.0.2
10992024-08-06T03:35:48.105Z Compiling cpufeatures v0.2.12
11002024-08-06T03:35:48.202Z Compiling schemars v0.8.21
11012024-08-06T03:35:48.327Z Compiling finl_unicode v1.2.0
11022024-08-06T03:35:48.541Z Compiling slog v2.7.0
11032024-08-06T03:35:48.589Z Compiling httpdate v1.0.3
11042024-08-06T03:35:48.848Z Compiling regex-syntax v0.8.3
11052024-08-06T03:35:49.042Z Compiling tower-service v0.3.2
11062024-08-06T03:35:49.061Z Compiling openssl-probe v0.1.5
11072024-08-06T03:35:49.223Z Compiling stringprep v0.1.4
11082024-08-06T03:35:49.384Z Compiling miniz_oxide v0.7.2
11092024-08-06T03:35:50.327Z Compiling serde_derive v1.0.204
11102024-08-06T03:35:50.346Z Compiling zeroize_derive v1.4.2
11112024-08-06T03:35:50.362Z Compiling zerocopy-derive v0.7.34
11122024-08-06T03:35:50.745Z Compiling tokio-macros v2.3.0
11132024-08-06T03:35:51.884Z Compiling zeroize v1.7.0
11142024-08-06T03:35:52.300Z Compiling thiserror-impl v1.0.63
11152024-08-06T03:35:52.523Z Compiling zerocopy v0.7.34
11162024-08-06T03:35:52.544Z Compiling futures-macro v0.3.30
11172024-08-06T03:35:53.412Z Compiling scroll_derive v0.12.0
11182024-08-06T03:35:53.756Z Compiling crypto-common v0.1.6
11192024-08-06T03:35:53.979Z Compiling block-buffer v0.10.4
11202024-08-06T03:35:54.243Z Compiling digest v0.10.7
11212024-08-06T03:35:54.515Z Compiling futures-util v0.3.30
11222024-08-06T03:35:54.726Z Compiling hashbrown v0.14.5
11232024-08-06T03:35:54.792Z Compiling tracing-attributes v0.1.27
11242024-08-06T03:35:54.841Z Compiling scroll v0.12.0
11252024-08-06T03:35:55.362Z Compiling goblin v0.8.2
11262024-08-06T03:35:55.612Z Compiling thiserror v1.0.63
11272024-08-06T03:35:55.748Z Compiling pest v2.7.10
11282024-08-06T03:35:56.141Z Compiling hmac v0.12.1
11292024-08-06T03:35:56.399Z Compiling der_derive v0.7.2
11302024-08-06T03:35:57.887Z Compiling openssl-macros v0.1.1
11312024-08-06T03:35:58.614Z Compiling pest_meta v2.7.10
11322024-08-06T03:35:58.629Z Compiling tracing v0.1.40
11332024-08-06T03:35:58.867Z Compiling sct v0.7.1
11342024-08-06T03:35:58.962Z Compiling der v0.7.9
11352024-08-06T03:35:59.054Z Compiling rustls-webpki v0.101.7
11362024-08-06T03:35:59.156Z Compiling md-5 v0.10.6
11372024-08-06T03:35:59.172Z Compiling sha2 v0.10.8
11382024-08-06T03:35:59.415Z Compiling regex-automata v0.4.6
11392024-08-06T03:36:00.778Z Compiling pest_generator v2.7.10
11402024-08-06T03:36:02.211Z Compiling spki v0.7.3
11412024-08-06T03:36:02.582Z Compiling schemars_derive v0.8.21
11422024-08-06T03:36:02.802Z Compiling url v2.5.2
11432024-08-06T03:36:03.680Z Compiling pest_derive v2.7.10
11442024-08-06T03:36:04.146Z Compiling num-integer v0.1.46
11452024-08-06T03:36:04.446Z Compiling bytes v1.6.0
11462024-08-06T03:36:04.647Z Compiling bitflags v2.6.0
11472024-08-06T03:36:04.952Z Compiling indexmap v2.3.0
11482024-08-06T03:36:05.106Z Compiling uuid v1.10.0
11492024-08-06T03:36:05.749Z Compiling tokio v1.38.1
11502024-08-06T03:36:05.765Z Compiling http v0.2.12
11512024-08-06T03:36:05.947Z Compiling semver v1.0.23
11522024-08-06T03:36:06.433Z Compiling rustc_version v0.4.0
11532024-08-06T03:36:06.716Z Compiling chrono v0.4.38
11542024-08-06T03:36:07.193Z Compiling heapless v0.7.17
11552024-08-06T03:36:07.655Z Compiling http-body v0.4.6
11562024-08-06T03:36:07.949Z Compiling dof v0.3.0
11572024-08-06T03:36:08.268Z Compiling dtrace-parser v0.2.0
11582024-08-06T03:36:09.588Z Compiling usdt-impl v0.5.0
11592024-08-06T03:36:09.966Z Compiling serde_spanned v0.6.7
11602024-08-06T03:36:10.135Z Compiling toml_datetime v0.6.8
11612024-08-06T03:36:10.203Z Compiling serde_tokenstream v0.2.1
11622024-08-06T03:36:10.380Z Compiling idna v0.3.0
11632024-08-06T03:36:10.487Z Compiling backtrace v0.3.71
11642024-08-06T03:36:10.630Z Compiling hash32 v0.2.1
11652024-08-06T03:36:10.736Z Compiling base64 v0.22.1
11662024-08-06T03:36:10.950Z Compiling smoltcp v0.9.1
11672024-08-06T03:36:11.020Z Compiling stable_deref_trait v1.2.0
11682024-08-06T03:36:11.117Z Compiling psl-types v2.0.11
11692024-08-06T03:36:11.141Z Compiling fallible-iterator v0.2.0
11702024-08-06T03:36:11.313Z Compiling dyn-clone v1.0.17
11712024-08-06T03:36:11.522Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11722024-08-06T03:36:11.541Z Compiling gimli v0.28.1
11732024-08-06T03:36:11.692Z Compiling crc32fast v1.4.0
11742024-08-06T03:36:11.840Z Compiling postgres-protocol v0.6.7
11752024-08-06T03:36:12.271Z Compiling publicsuffix v2.2.3
11762024-08-06T03:36:12.504Z Compiling terminal_size v0.3.0
11772024-08-06T03:36:13.161Z Compiling pkcs8 v0.10.2
11782024-08-06T03:36:13.478Z Compiling hubpack_derive v0.1.1
11792024-08-06T03:36:13.691Z Compiling tokio-util v0.7.11
11802024-08-06T03:36:13.840Z Compiling tokio-rustls v0.24.1
11812024-08-06T03:36:13.972Z Compiling block-padding v0.3.3
11822024-08-06T03:36:14.242Z Compiling async-trait v0.1.81
11832024-08-06T03:36:14.364Z Compiling zerocopy-derive v0.6.6
11842024-08-06T03:36:14.841Z Compiling h2 v0.3.26
11852024-08-06T03:36:15.077Z Compiling tokio-native-tls v0.3.1
11862024-08-06T03:36:15.878Z Compiling addr2line v0.21.0
11872024-08-06T03:36:16.182Z Compiling phf_shared v0.11.2
11882024-08-06T03:36:16.449Z Compiling diesel_table_macro_syntax v0.1.0
11892024-08-06T03:36:16.482Z Compiling ff v0.13.0
11902024-08-06T03:36:16.559Z Compiling scheduled-thread-pool v0.2.7
11912024-08-06T03:36:16.575Z Compiling object v0.32.2
11922024-08-06T03:36:16.683Z Compiling fs-err v2.11.0
11932024-08-06T03:36:16.723Z Compiling winnow v0.5.40
11942024-08-06T03:36:16.816Z Compiling regex-automata v0.1.10
11952024-08-06T03:36:16.977Z Compiling anyhow v1.0.86
11962024-08-06T03:36:16.994Z Compiling bitflags v1.3.2
11972024-08-06T03:36:17.095Z Compiling ipnet v2.9.0
11982024-08-06T03:36:17.189Z Compiling base64 v0.21.7
11992024-08-06T03:36:17.272Z Compiling either v1.12.0
12002024-08-06T03:36:17.610Z Compiling managed v0.8.0
12012024-08-06T03:36:17.698Z Compiling rustc-demangle v0.1.24
12022024-08-06T03:36:17.963Z Compiling matches v0.1.10
12032024-08-06T03:36:18.059Z Compiling bit-vec v0.6.3
12042024-08-06T03:36:18.088Z Compiling base16ct v0.2.0
12052024-08-06T03:36:18.302Z Compiling sec1 v0.7.3
12062024-08-06T03:36:18.415Z Compiling clap_builder v4.5.13
12072024-08-06T03:36:18.530Z Compiling idna v0.2.3
12082024-08-06T03:36:18.851Z Compiling rustls-pemfile v1.0.4
12092024-08-06T03:36:19.458Z Compiling bstr v0.2.17
12102024-08-06T03:36:20.174Z Compiling toml_edit v0.19.15
12112024-08-06T03:36:20.706Z Compiling diesel_derives v2.1.4
12122024-08-06T03:36:20.764Z Compiling r2d2 v0.8.10
12132024-08-06T03:36:20.854Z Compiling group v0.13.0
12142024-08-06T03:36:20.926Z Compiling phf v0.11.2
12152024-08-06T03:36:21.109Z Compiling zerocopy v0.6.6
12162024-08-06T03:36:21.178Z Compiling hubpack v0.1.2
12172024-08-06T03:36:21.225Z Compiling inout v0.1.3
12182024-08-06T03:36:21.490Z Compiling ipnetwork v0.20.0
12192024-08-06T03:36:21.592Z Compiling signal-hook-mio v0.2.3
12202024-08-06T03:36:21.747Z Compiling hyper v0.14.30
12212024-08-06T03:36:22.011Z Compiling cookie_store v0.20.0
12222024-08-06T03:36:22.692Z Compiling postgres-types v0.2.7
12232024-08-06T03:36:24.262Z Compiling usdt-attr-macro v0.5.0
12242024-08-06T03:36:24.281Z Compiling usdt-macro v0.5.0
12252024-08-06T03:36:25.336Z Compiling regex v1.10.5
12262024-08-06T03:36:25.759Z Compiling num-bigint v0.4.5
12272024-08-06T03:36:25.905Z Compiling serde_urlencoded v0.7.1
12282024-08-06T03:36:26.405Z Compiling futures-executor v0.3.30
12292024-08-06T03:36:26.431Z Compiling enum-as-inner v0.5.1
12302024-08-06T03:36:26.965Z Compiling hkdf v0.12.4
12312024-08-06T03:36:26.997Z Compiling crypto-bigint v0.5.5
12322024-08-06T03:36:27.219Z Compiling serde_repr v0.1.19
12332024-08-06T03:36:27.503Z Compiling clap_derive v4.5.13
12342024-08-06T03:36:27.573Z Compiling strum_macros v0.25.3
12352024-08-06T03:36:28.008Z Compiling phf_shared v0.10.0
12362024-08-06T03:36:28.393Z Compiling float-cmp v0.9.0
12372024-08-06T03:36:28.411Z Compiling encoding_rs v0.8.34
12382024-08-06T03:36:28.608Z Compiling hyper-rustls v0.24.2
12392024-08-06T03:36:28.956Z Compiling hyper-tls v0.5.0
12402024-08-06T03:36:29.306Z Compiling unicode-segmentation v1.11.0
12412024-08-06T03:36:30.170Z Compiling whoami v1.5.1
12422024-08-06T03:36:30.816Z Compiling normalize-line-endings v0.3.0
12432024-08-06T03:36:30.941Z Compiling webpki-roots v0.25.4
12442024-08-06T03:36:31.107Z Compiling precomputed-hash v0.1.1
12452024-08-06T03:36:31.223Z Compiling mime v0.3.17
12462024-08-06T03:36:31.659Z Compiling fixedbitset v0.4.2
12472024-08-06T03:36:31.677Z Compiling data-encoding v2.6.0
12482024-08-06T03:36:31.865Z Compiling difflib v0.4.0
12492024-08-06T03:36:32.127Z Compiling predicates-core v1.0.6
12502024-08-06T03:36:32.413Z Compiling new_debug_unreachable v1.0.6
12512024-08-06T03:36:32.444Z Compiling sync_wrapper v0.1.2
12522024-08-06T03:36:32.510Z Compiling static_assertions v1.1.0
12532024-08-06T03:36:32.573Z Compiling minimal-lexical v0.2.1
12542024-08-06T03:36:32.608Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12552024-08-06T03:36:32.831Z Compiling reqwest v0.11.27
12562024-08-06T03:36:33.016Z Compiling diesel v2.1.6
12572024-08-06T03:36:33.064Z Compiling nom v7.1.3
12582024-08-06T03:36:33.168Z Compiling console v0.15.8
12592024-08-06T03:36:33.525Z Compiling string_cache v0.8.7
12602024-08-06T03:36:33.983Z Compiling clap v4.5.13
12612024-08-06T03:36:34.106Z Compiling trust-dns-proto v0.22.0
12622024-08-06T03:36:34.154Z Compiling predicates v3.1.2
12632024-08-06T03:36:34.605Z Compiling petgraph v0.6.5
12642024-08-06T03:36:35.838Z Compiling toml_edit v0.22.20
12652024-08-06T03:36:36.511Z Compiling tokio-postgres v0.7.11
12662024-08-06T03:36:36.793Z Compiling elliptic-curve v0.13.8
12672024-08-06T03:36:37.651Z Compiling similar v2.5.0
12682024-08-06T03:36:38.578Z Compiling usdt v0.5.0
12692024-08-06T03:36:38.868Z Compiling yasna v0.5.2
12702024-08-06T03:36:39.069Z Compiling futures v0.3.30
12712024-08-06T03:36:40.081Z Compiling flate2 v1.0.31
12722024-08-06T03:36:40.102Z Compiling toml v0.7.8
12732024-08-06T03:36:40.794Z Compiling crossterm v0.27.0
12742024-08-06T03:36:41.078Z Compiling cipher v0.4.4
12752024-08-06T03:36:41.790Z Compiling bit-set v0.5.3
12762024-08-06T03:36:42.069Z Compiling itertools v0.12.1
12772024-08-06T03:36:42.181Z Compiling itertools v0.10.5
12782024-08-06T03:36:42.439Z Compiling tokio-stream v0.1.15
12792024-08-06T03:36:42.471Z Compiling openapiv3 v2.0.0
12802024-08-06T03:36:43.430Z Compiling bstr v1.9.1
12812024-08-06T03:36:44.143Z Compiling num-iter v0.1.45
12822024-08-06T03:36:44.324Z Compiling hex v0.4.3
12832024-08-06T03:36:44.531Z Compiling crossbeam-epoch v0.9.18
12842024-08-06T03:36:44.929Z Compiling dirs-sys-next v0.1.2
12852024-08-06T03:36:45.025Z Compiling peg-runtime v0.8.3
12862024-08-06T03:36:45.206Z Compiling unicode-xid v0.2.4
12872024-08-06T03:36:45.224Z Compiling lalrpop-util v0.19.12
12882024-08-06T03:36:45.313Z Compiling dirs-next v2.0.0
12892024-08-06T03:36:45.490Z Compiling thread_local v1.1.8
12902024-08-06T03:36:45.507Z Compiling slog-async v2.8.0
12912024-08-06T03:36:45.584Z Compiling term v0.7.0
12922024-08-06T03:36:45.602Z Compiling xattr v1.3.1
12932024-08-06T03:36:45.659Z Compiling crossbeam-channel v0.5.12
12942024-08-06T03:36:45.879Z Compiling strum_macros v0.26.4
12952024-08-06T03:36:45.924Z Compiling filetime v0.2.23
12962024-08-06T03:36:46.124Z Compiling is-terminal v0.4.12
12972024-08-06T03:36:46.212Z Compiling take_mut v0.2.2
12982024-08-06T03:36:46.247Z Compiling slog-term v2.9.1
12992024-08-06T03:36:46.364Z Compiling tar v0.4.41
13002024-08-06T03:36:46.908Z Compiling camino v1.1.7
13012024-08-06T03:36:48.915Z Compiling strum v0.26.3
13022024-08-06T03:36:59.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13032024-08-06T03:36:59.245Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13042024-08-06T03:37:04.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
13052024-08-06T03:37:04.211Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13062024-08-06T03:37:04.252ZAug 06 03:37:02.920 INFO Starting download, target: DendriteOpenapi
13072024-08-06T03:37:04.252ZAug 06 03:37:02.920 INFO Starting download, target: Clickhouse
13082024-08-06T03:37:04.252ZAug 06 03:37:02.920 INFO Starting download, target: Cockroach
13092024-08-06T03:37:04.256ZAug 06 03:37:02.920 INFO Starting download, target: Console
13102024-08-06T03:37:04.256ZAug 06 03:37:02.920 INFO Starting download, target: DendriteStub
13112024-08-06T03:37:04.256ZAug 06 03:37:02.920 INFO Starting download, target: MaghemiteMgd
13122024-08-06T03:37:04.256ZAug 06 03:37:02.920 INFO Starting download, target: TransceiverControl
13132024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13142024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13152024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13162024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13172024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13182024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13192024-08-06T03:37:04.256ZAug 06 03:37:02.921 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13202024-08-06T03:37:04.449ZAug 06 03:37:03.096 INFO Download complete, target: DendriteOpenapi
13212024-08-06T03:37:04.570ZAug 06 03:37:03.227 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13222024-08-06T03:37:04.837ZAug 06 03:37:03.504 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13232024-08-06T03:37:04.856ZAug 06 03:37:03.523 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13242024-08-06T03:37:04.859ZAug 06 03:37:03.527 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13252024-08-06T03:37:05.227ZAug 06 03:37:03.895 INFO Download complete, target: Console
13262024-08-06T03:37:05.374ZAug 06 03:37:04.041 INFO Download complete, target: TransceiverControl
13272024-08-06T03:37:06.396ZAug 06 03:37:05.064 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13282024-08-06T03:37:06.858ZAug 06 03:37:05.525 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13292024-08-06T03:37:06.858ZAug 06 03:37:05.525 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13302024-08-06T03:37:07.977ZAug 06 03:37:06.645 INFO Download complete, target: DendriteStub
13312024-08-06T03:37:08.169ZAug 06 03:37:06.837 INFO Download complete, target: MaghemiteMgd
13322024-08-06T03:37:15.096ZAug 06 03:37:13.763 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13332024-08-06T03:37:15.400ZAug 06 03:37:14.067 INFO Checking that binary works, target: Cockroach
13342024-08-06T03:37:15.617ZAug 06 03:37:14.283 INFO Download complete, target: Cockroach
13352024-08-06T03:37:20.717ZAug 06 03:37:19.384 INFO Checking that binary works, target: Clickhouse
13362024-08-06T03:37:21.213ZAug 06 03:37:19.879 INFO Download complete, target: Clickhouse
13372024-08-06T03:37:21.232ZAll builder prerequisites installed successfully, and PATH looks valid
13382024-08-06T03:37:21.235Z
13392024-08-06T03:37:21.235Zreal 3:53.345225176
13402024-08-06T03:37:21.235Zuser 11:25.640228049
13412024-08-06T03:37:21.235Zsys 2:25.869013580
13422024-08-06T03:37:21.235Ztrap 0.382969563
13432024-08-06T03:37:21.235Ztflt 9.942655451
13442024-08-06T03:37:21.235Zdflt 10.522674559
13452024-08-06T03:37:21.235Zkflt 0.167198508
13462024-08-06T03:37:21.235Zlock 22:05.462991493
13472024-08-06T03:37:21.235Zslp 46:03.497584830
13482024-08-06T03:37:21.235Zlat 37.577585460
13492024-08-06T03:37:21.236Zstop 1:37.444426411
13502024-08-06T03:37:21.236Z+ banner hack-check
13512024-08-06T03:37:21.240Z
13522024-08-06T03:37:21.240Z # # ## #### # # #### # # ###### #### # #
13532024-08-06T03:37:21.240Z # # # # # # # # # # # # # # # # #
13542024-08-06T03:37:21.240Z ###### # # # #### ##### # ###### ##### # ####
13552024-08-06T03:37:21.240Z # # ###### # # # # # # # # # #
13562024-08-06T03:37:21.240Z # # # # # # # # # # # # # # # # #
13572024-08-06T03:37:21.240Z # # # # #### # # #### # # ###### #### # #
13582024-08-06T03:37:21.240Z
13592024-08-06T03:37:21.240Z+ export CARGO_INCREMENTAL=0
13602024-08-06T03:37:21.240Z+ CARGO_INCREMENTAL=0
13612024-08-06T03:37:21.240Z+ ptime -m timeout 2h cargo xtask check-features --ci
13622024-08-06T03:37:21.750Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13632024-08-06T03:37:25.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
13642024-08-06T03:37:25.118Z Running `target/debug/xtask check-features --ci`
13652024-08-06T03:37:25.138Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13662024-08-06T03:37:25.138Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13672024-08-06T03:37:25.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
13682024-08-06T03:37:25.621Z Running `target/debug/xtask download cargo-hack`
13692024-08-06T03:37:26.356Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13702024-08-06T03:37:26.677Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13712024-08-06T03:37:30.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
13722024-08-06T03:37:30.947Z Running `target/debug/xtask-downloader cargo-hack`
13732024-08-06T03:37:30.977ZAug 06 03:37:29.643 INFO Starting download, target: CargoHack
13742024-08-06T03:37:30.980ZAug 06 03:37:29.644 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13752024-08-06T03:37:31.336ZAug 06 03:37:30.002 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13762024-08-06T03:37:31.440ZAug 06 03:37:30.105 INFO Download complete, target: CargoHack
13772024-08-06T03:37:31.444Zrunning: "/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"
13782024-08-06T03:37:31.458Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13792024-08-06T03:37:31.598Zinfo: running `cargo check --bins` on api_identity (1/142)
13802024-08-06T03:37:32.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13812024-08-06T03:37:32.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13822024-08-06T03:37:32.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13832024-08-06T03:37:32.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13842024-08-06T03:37:32.156Z
13852024-08-06T03:37:32.156Zinfo: running `cargo check --bins` on bootstore (2/142)
13862024-08-06T03:37:32.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13872024-08-06T03:37:32.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13882024-08-06T03:37:32.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13892024-08-06T03:37:32.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
13902024-08-06T03:37:32.752Z
13912024-08-06T03:37:32.752Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13922024-08-06T03:37:33.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13932024-08-06T03:37:33.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13942024-08-06T03:37:33.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13952024-08-06T03:37:33.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13962024-08-06T03:37:33.334Z
13972024-08-06T03:37:33.334Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
13982024-08-06T03:37:33.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13992024-08-06T03:37:33.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14002024-08-06T03:37:33.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14012024-08-06T03:37:33.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14022024-08-06T03:37:33.915Z
14032024-08-06T03:37:33.915Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14042024-08-06T03:37:34.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14052024-08-06T03:37:34.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14062024-08-06T03:37:34.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14072024-08-06T03:37:34.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14082024-08-06T03:37:34.344Z
14092024-08-06T03:37:34.344Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14102024-08-06T03:37:34.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14112024-08-06T03:37:34.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14122024-08-06T03:37:34.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14132024-08-06T03:37:34.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14142024-08-06T03:37:34.774Z
14152024-08-06T03:37:34.774Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14162024-08-06T03:37:35.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14172024-08-06T03:37:35.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14182024-08-06T03:37:35.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14192024-08-06T03:37:35.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14202024-08-06T03:37:35.204Z
14212024-08-06T03:37:35.204Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14222024-08-06T03:37:35.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-06T03:37:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-06T03:37:35.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-06T03:37:35.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14262024-08-06T03:37:35.653Z
14272024-08-06T03:37:35.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14282024-08-06T03:37:36.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-06T03:37:36.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-06T03:37:36.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-06T03:37:36.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14322024-08-06T03:37:36.088Z
14332024-08-06T03:37:36.088Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14342024-08-06T03:37:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-06T03:37:36.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-06T03:37:36.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-06T03:37:36.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14382024-08-06T03:37:36.522Z
14392024-08-06T03:37:36.523Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14402024-08-06T03:37:36.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-06T03:37:36.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-06T03:37:36.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-06T03:37:36.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14442024-08-06T03:37:36.949Z
14452024-08-06T03:37:36.949Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14462024-08-06T03:37:37.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-06T03:37:37.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-06T03:37:37.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-06T03:37:37.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14502024-08-06T03:37:37.384Z
14512024-08-06T03:37:37.384Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14522024-08-06T03:37:37.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-06T03:37:37.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-06T03:37:37.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-06T03:37:37.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14562024-08-06T03:37:37.819Z
14572024-08-06T03:37:37.819Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14582024-08-06T03:37:38.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-06T03:37:38.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-06T03:37:38.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-06T03:37:38.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14622024-08-06T03:37:38.246Z
14632024-08-06T03:37:38.246Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14642024-08-06T03:37:38.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-06T03:37:38.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-06T03:37:38.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-06T03:37:38.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14682024-08-06T03:37:38.683Z
14692024-08-06T03:37:38.683Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14702024-08-06T03:37:39.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-06T03:37:39.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-06T03:37:39.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-06T03:37:39.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14742024-08-06T03:37:39.110Z
14752024-08-06T03:37:39.110Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14762024-08-06T03:37:39.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-06T03:37:39.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-06T03:37:39.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-06T03:37:39.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14802024-08-06T03:37:39.537Z
14812024-08-06T03:37:39.537Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14822024-08-06T03:37:39.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-06T03:37:39.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-06T03:37:39.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-06T03:37:39.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14862024-08-06T03:37:39.969Z
14872024-08-06T03:37:39.969Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14882024-08-06T03:37:40.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-06T03:37:40.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-06T03:37:40.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-06T03:37:40.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14922024-08-06T03:37:40.399Z
14932024-08-06T03:37:40.399Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14942024-08-06T03:37:40.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-06T03:37:40.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-06T03:37:40.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-06T03:37:40.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14982024-08-06T03:37:40.827Z
14992024-08-06T03:37:40.827Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15002024-08-06T03:37:41.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-06T03:37:41.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-06T03:37:41.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-06T03:37:41.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15042024-08-06T03:37:41.253Z
15052024-08-06T03:37:41.253Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15062024-08-06T03:37:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-06T03:37:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-06T03:37:41.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-06T03:37:41.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15102024-08-06T03:37:41.683Z
15112024-08-06T03:37:41.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15122024-08-06T03:37:42.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-06T03:37:42.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-06T03:37:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-06T03:37:42.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15162024-08-06T03:37:42.112Z
15172024-08-06T03:37:42.112Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15182024-08-06T03:37:42.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-06T03:37:42.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-06T03:37:42.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-06T03:37:42.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15222024-08-06T03:37:42.539Z
15232024-08-06T03:37:42.539Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15242024-08-06T03:37:43.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-06T03:37:43.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-06T03:37:43.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-06T03:37:43.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15282024-08-06T03:37:43.129Z
15292024-08-06T03:37:43.129Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15302024-08-06T03:37:43.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-06T03:37:43.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-06T03:37:43.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-06T03:37:43.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15342024-08-06T03:37:43.718Z
15352024-08-06T03:37:43.718Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15362024-08-06T03:37:44.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-06T03:37:44.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-06T03:37:44.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-06T03:37:44.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15402024-08-06T03:37:44.308Z
15412024-08-06T03:37:44.308Zinfo: running `cargo check --bins` on oxlog (28/142)
15422024-08-06T03:37:44.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-06T03:37:44.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-06T03:37:44.866Z Checking cfg-if v1.0.0
15452024-08-06T03:37:44.871Z Checking libc v0.2.155
15462024-08-06T03:37:44.871Z Checking memchr v2.7.2
15472024-08-06T03:37:44.959Z Checking serde v1.0.204
15482024-08-06T03:37:44.959Z Checking scopeguard v1.2.0
15492024-08-06T03:37:44.972Z Checking byteorder v1.5.0
15502024-08-06T03:37:44.973Z Checking log v0.4.21
15512024-08-06T03:37:44.994Z Checking itoa v1.0.11
15522024-08-06T03:37:45.010Z Checking zeroize v1.7.0
15532024-08-06T03:37:45.074Z Checking lock_api v0.4.12
15542024-08-06T03:37:45.177Z Checking smallvec v1.13.2
15552024-08-06T03:37:45.247Z Checking once_cell v1.19.0
15562024-08-06T03:37:45.272Z Checking pin-project-lite v0.2.14
15572024-08-06T03:37:45.359Z Checking typenum v1.17.0
15582024-08-06T03:37:45.385Z Checking zerocopy v0.7.34
15592024-08-06T03:37:45.501Z Checking spin v0.9.8
15602024-08-06T03:37:45.527Z Checking futures-core v0.3.30
15612024-08-06T03:37:45.543Z Checking tinyvec_macros v0.1.1
15622024-08-06T03:37:45.636Z Checking tinyvec v1.6.0
15632024-08-06T03:37:45.707Z Checking libm v0.2.8
15642024-08-06T03:37:45.814Z Checking ryu v1.0.18
15652024-08-06T03:37:45.839Z Checking subtle v2.5.0
15662024-08-06T03:37:46.047Z Checking const-oid v0.9.6
15672024-08-06T03:37:46.082Z Checking futures-sink v0.3.30
15682024-08-06T03:37:46.097Z Checking getrandom v0.2.14
15692024-08-06T03:37:46.217Z Checking parking_lot_core v0.9.10
15702024-08-06T03:37:46.330Z Checking rand_core v0.6.4
15712024-08-06T03:37:46.562Z Checking parking_lot v0.12.2
15722024-08-06T03:37:46.604Z Checking signal-hook-registry v1.4.2
15732024-08-06T03:37:46.607Z Checking mio v0.8.11
15742024-08-06T03:37:46.629Z Checking generic-array v0.14.7
15752024-08-06T03:37:46.781Z Checking num_cpus v1.16.0
15762024-08-06T03:37:46.834Z Checking socket2 v0.5.7
15772024-08-06T03:37:46.875Z Checking ahash v0.8.11
15782024-08-06T03:37:46.888Z Checking num-traits v0.2.19
15792024-08-06T03:37:46.991Z Checking unicode-normalization v0.1.23
15802024-08-06T03:37:47.208Z Checking allocator-api2 v0.2.18
15812024-08-06T03:37:47.287Z Checking unicode-bidi v0.3.15
15822024-08-06T03:37:47.413Z Checking equivalent v1.0.1
15832024-08-06T03:37:47.518Z Checking futures-channel v0.3.30
15842024-08-06T03:37:47.761Z Checking slab v0.4.9
15852024-08-06T03:37:47.809Z Checking crypto-common v0.1.6
15862024-08-06T03:37:47.824Z Checking hashbrown v0.14.5
15872024-08-06T03:37:47.855Z Checking pin-utils v0.1.0
15882024-08-06T03:37:47.883Z Checking futures-task v0.3.30
15892024-08-06T03:37:47.911Z Checking futures-io v0.3.30
15902024-08-06T03:37:47.937Z Checking block-buffer v0.10.4
15912024-08-06T03:37:47.986Z Checking ppv-lite86 v0.2.17
15922024-08-06T03:37:48.024Z Checking percent-encoding v2.3.1
15932024-08-06T03:37:48.085Z Checking tracing-core v0.1.32
15942024-08-06T03:37:48.107Z Checking futures-util v0.3.30
15952024-08-06T03:37:48.143Z Checking digest v0.10.7
15962024-08-06T03:37:48.213Z Checking untrusted v0.9.0
15972024-08-06T03:37:48.364Z Checking fnv v1.0.7
15982024-08-06T03:37:48.485Z Checking ring v0.17.8
15992024-08-06T03:37:48.518Z Checking thiserror v1.0.63
16002024-08-06T03:37:48.611Z Checking foreign-types-shared v0.1.1
16012024-08-06T03:37:48.642Z Checking iana-time-zone v0.1.60
16022024-08-06T03:37:48.665Z Checking rand_chacha v0.3.1
16032024-08-06T03:37:48.704Z Checking powerfmt v0.2.0
16042024-08-06T03:37:48.718Z Checking tracing v0.1.40
16052024-08-06T03:37:48.769Z Checking base64ct v1.6.0
16062024-08-06T03:37:48.964Z Checking deranged v0.3.11
16072024-08-06T03:37:49.004Z Checking rand v0.8.5
16082024-08-06T03:37:49.007Z Checking foreign-types v0.3.2
16092024-08-06T03:37:49.050Z Checking hmac v0.12.1
16102024-08-06T03:37:49.084Z Checking form_urlencoded v1.2.1
16112024-08-06T03:37:49.195Z Checking pem-rfc7468 v0.7.0
16122024-08-06T03:37:49.246Z Checking openssl-sys v0.9.103
16132024-08-06T03:37:49.280Z Checking flagset v0.4.5
16142024-08-06T03:37:49.455Z Checking num_threads v0.1.7
16152024-08-06T03:37:49.469Z Checking try-lock v0.2.5
16162024-08-06T03:37:49.565Z Checking unicode-ident v1.0.12
16172024-08-06T03:37:49.586Z Checking num-conv v0.1.0
16182024-08-06T03:37:49.724Z Checking time-core v0.1.2
16192024-08-06T03:37:49.814Z Checking siphasher v0.3.11
16202024-08-06T03:37:49.864Z Checking proc-macro2 v1.0.86
16212024-08-06T03:37:49.966Z Checking bytes v1.6.0
16222024-08-06T03:37:50.103Z Checking bitflags v2.6.0
16232024-08-06T03:37:50.196Z Checking serde_json v1.0.122
16242024-08-06T03:37:50.277Z Checking indexmap v2.3.0
16252024-08-06T03:37:50.392Z Checking uuid v1.10.0
16262024-08-06T03:37:50.529Z Checking chrono v0.4.38
16272024-08-06T03:37:50.544Z Checking openssl v0.10.66
16282024-08-06T03:37:50.719Z Checking time v0.3.36
16292024-08-06T03:37:50.737Z Checking tokio v1.38.1
16302024-08-06T03:37:51.036Z Checking http v0.2.12
16312024-08-06T03:37:51.497Z Checking sct v0.7.1
16322024-08-06T03:37:51.690Z Checking rustls-webpki v0.101.7
16332024-08-06T03:37:51.817Z Checking want v0.3.1
16342024-08-06T03:37:51.989Z Checking der v0.7.9
16352024-08-06T03:37:52.360Z Checking idna v0.5.0
16362024-08-06T03:37:52.374Z Checking http-body v0.4.6
16372024-08-06T03:37:52.589Z Checking errno v0.3.9
16382024-08-06T03:37:52.751Z Checking httparse v1.8.0
16392024-08-06T03:37:52.754Z Checking lazy_static v1.5.0
16402024-08-06T03:37:52.868Z Checking aho-corasick v1.1.3
16412024-08-06T03:37:53.119Z Checking scroll v0.12.0
16422024-08-06T03:37:53.151Z Checking regex-syntax v0.8.3
16432024-08-06T03:37:53.166Z Checking utf8parse v0.2.1
16442024-08-06T03:37:53.228Z Checking adler v1.0.2
16452024-08-06T03:37:53.308Z Checking cpufeatures v0.2.12
16462024-08-06T03:37:53.371Z Checking httpdate v1.0.3
16472024-08-06T03:37:53.391Z Checking finl_unicode v1.2.0
16482024-08-06T03:37:53.595Z Checking tower-service v0.3.2
16492024-08-06T03:37:53.610Z Checking anstyle v1.0.8
16502024-08-06T03:37:53.716Z Checking openssl-probe v0.1.5
16512024-08-06T03:37:53.853Z Checking plain v0.2.3
16522024-08-06T03:37:53.853Z Checking ucd-trie v0.1.6
16532024-08-06T03:37:53.929Z Checking spki v0.7.3
16542024-08-06T03:37:53.952Z Checking stringprep v0.1.4
16552024-08-06T03:37:53.990Z Checking goblin v0.8.2
16562024-08-06T03:37:54.046Z Checking pest v2.7.10
16572024-08-06T03:37:54.198Z Checking sha2 v0.10.8
16582024-08-06T03:37:54.213Z Checking miniz_oxide v0.7.2
16592024-08-06T03:37:54.535Z Checking anstyle-parse v0.2.4
16602024-08-06T03:37:54.740Z Checking url v2.5.2
16612024-08-06T03:37:54.784Z Checking rustix v0.38.34
16622024-08-06T03:37:54.977Z Checking rustls v0.21.12
16632024-08-06T03:37:55.558Z Checking quote v1.0.36
16642024-08-06T03:37:55.909Z Checking serde_spanned v0.6.7
16652024-08-06T03:37:56.026Z Checking native-tls v0.2.11
16662024-08-06T03:37:56.101Z Checking toml_datetime v0.6.8
16672024-08-06T03:37:56.345Z Checking num-integer v0.1.46
16682024-08-06T03:37:56.361Z Checking md-5 v0.10.6
16692024-08-06T03:37:56.406Z Checking regex-automata v0.4.6
16702024-08-06T03:37:56.530Z Checking idna v0.3.0
16712024-08-06T03:37:56.543Z Checking hash32 v0.2.1
16722024-08-06T03:37:56.798Z Checking anstyle-query v1.0.3
16732024-08-06T03:37:56.837Z Checking stable_deref_trait v1.2.0
16742024-08-06T03:37:56.851Z Checking base64 v0.22.1
16752024-08-06T03:37:56.923Z Checking gimli v0.28.1
16762024-08-06T03:37:56.936Z Checking colorchoice v1.0.1
16772024-08-06T03:37:57.054Z Checking fallible-iterator v0.2.0
16782024-08-06T03:37:57.315Z Checking dyn-clone v1.0.17
16792024-08-06T03:37:57.369Z Checking psl-types v2.0.11
16802024-08-06T03:37:57.452Z Checking is_terminal_polyfill v1.70.0
16812024-08-06T03:37:57.539Z Checking pretty-hex v0.4.1
16822024-08-06T03:37:57.558Z Checking tokio-util v0.7.11
16832024-08-06T03:37:57.576Z Checking anstream v0.6.14
16842024-08-06T03:37:57.659Z Checking postgres-protocol v0.6.7
16852024-08-06T03:37:57.694Z Checking tokio-native-tls v0.3.1
16862024-08-06T03:37:57.921Z Checking publicsuffix v2.2.3
16872024-08-06T03:37:57.957Z Checking schemars v0.8.21
16882024-08-06T03:37:58.069Z Checking tokio-rustls v0.24.1
16892024-08-06T03:37:58.157Z Checking heapless v0.7.17
16902024-08-06T03:37:58.321Z Checking terminal_size v0.3.0
16912024-08-06T03:37:58.387Z Checking h2 v0.3.26
16922024-08-06T03:37:58.419Z Checking dtrace-parser v0.2.0
16932024-08-06T03:37:58.474Z Checking syn v2.0.72
16942024-08-06T03:37:58.871Z Checking pkcs8 v0.10.2
16952024-08-06T03:37:59.001Z Checking dof v0.3.0
16962024-08-06T03:37:59.118Z Checking cookie v0.17.0
16972024-08-06T03:37:59.202Z Checking phf_shared v0.11.2
16982024-08-06T03:37:59.471Z Checking signal-hook v0.3.17
16992024-08-06T03:37:59.515Z Checking block-padding v0.3.3
17002024-08-06T03:37:59.532Z Checking scheduled-thread-pool v0.2.7
17012024-08-06T03:37:59.613Z Checking ff v0.13.0
17022024-08-06T03:37:59.720Z Checking thread-id v4.2.1
17032024-08-06T03:37:59.735Z Checking object v0.32.2
17042024-08-06T03:37:59.784Z Checking either v1.12.0
17052024-08-06T03:37:59.818Z Checking matches v0.1.10
17062024-08-06T03:37:59.830Z Checking base16ct v0.2.0
17072024-08-06T03:37:59.899Z Checking winnow v0.5.40
17082024-08-06T03:38:00.009Z Checking bit-vec v0.6.3
17092024-08-06T03:38:00.147Z Checking base64 v0.21.7
17102024-08-06T03:38:00.327Z Checking regex-automata v0.1.10
17112024-08-06T03:38:00.640Z Checking strsim v0.11.1
17122024-08-06T03:38:00.717Z Checking managed v0.8.0
17132024-08-06T03:38:00.794Z Checking addr2line v0.21.0
17142024-08-06T03:38:00.902Z Checking clap_lex v0.7.0
17152024-08-06T03:38:00.950Z Checking rustc-demangle v0.1.24
17162024-08-06T03:38:01.069Z Checking bitflags v1.3.2
17172024-08-06T03:38:01.144Z Checking ipnet v2.9.0
17182024-08-06T03:38:01.161Z Checking smoltcp v0.9.1
17192024-08-06T03:38:01.284Z Checking clap_builder v4.5.13
17202024-08-06T03:38:01.374Z Checking regex v1.10.5
17212024-08-06T03:38:01.587Z Checking bstr v0.2.17
17222024-08-06T03:38:01.983Z Checking rustls-pemfile v1.0.4
17232024-08-06T03:38:02.175Z Checking sec1 v0.7.3
17242024-08-06T03:38:02.456Z Checking idna v0.2.3
17252024-08-06T03:38:02.552Z Checking group v0.13.0
17262024-08-06T03:38:02.589Z Checking signal-hook-mio v0.2.3
17272024-08-06T03:38:02.727Z Checking r2d2 v0.8.10
17282024-08-06T03:38:02.802Z Checking inout v0.1.3
17292024-08-06T03:38:02.990Z Checking toml_edit v0.19.15
17302024-08-06T03:38:03.020Z Checking ipnetwork v0.20.0
17312024-08-06T03:38:03.040Z Checking cookie_store v0.20.0
17322024-08-06T03:38:03.270Z Checking phf v0.11.2
17332024-08-06T03:38:03.387Z Checking postgres-types v0.2.7
17342024-08-06T03:38:03.544Z Checking num-bigint v0.4.5
17352024-08-06T03:38:03.652Z Checking futures-executor v0.3.30
17362024-08-06T03:38:03.876Z Checking phf_shared v0.10.0
17372024-08-06T03:38:04.102Z Checking hubpack v0.1.2
17382024-08-06T03:38:04.143Z Checking serde_urlencoded v0.7.1
17392024-08-06T03:38:04.300Z Checking hkdf v0.12.4
17402024-08-06T03:38:04.382Z Checking zerocopy v0.6.6
17412024-08-06T03:38:04.485Z Checking float-cmp v0.9.0
17422024-08-06T03:38:04.549Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17432024-08-06T03:38:04.573Z Checking hyper v0.14.30
17442024-08-06T03:38:04.657Z Checking crc32fast v1.4.0
17452024-08-06T03:38:04.791Z Checking crossbeam-utils v0.8.19
17462024-08-06T03:38:04.803Z Checking usdt-impl v0.5.0
17472024-08-06T03:38:04.863Z Checking crypto-bigint v0.5.5
17482024-08-06T03:38:05.148Z Checking memmap v0.7.0
17492024-08-06T03:38:05.326Z Checking encoding_rs v0.8.34
17502024-08-06T03:38:05.339Z Checking precomputed-hash v0.1.1
17512024-08-06T03:38:05.428Z Checking predicates-core v1.0.6
17522024-08-06T03:38:05.455Z Checking webpki-roots v0.25.4
17532024-08-06T03:38:05.504Z Checking new_debug_unreachable v1.0.6
17542024-08-06T03:38:05.590Z Checking sync_wrapper v0.1.2
17552024-08-06T03:38:05.604Z Checking unicode-width v0.1.13
17562024-08-06T03:38:05.607Z Checking normalize-line-endings v0.3.0
17572024-08-06T03:38:05.701Z Checking static_assertions v1.1.0
17582024-08-06T03:38:05.715Z Checking minimal-lexical v0.2.1
17592024-08-06T03:38:05.761Z Checking backtrace v0.3.71
17602024-08-06T03:38:05.776Z Checking mime v0.3.17
17612024-08-06T03:38:05.788Z Checking fixedbitset v0.4.2
17622024-08-06T03:38:06.041Z Checking winnow v0.6.18
17632024-08-06T03:38:06.056Z Checking difflib v0.4.0
17642024-08-06T03:38:06.089Z Checking unicode-segmentation v1.11.0
17652024-08-06T03:38:06.092Z Checking whoami v1.5.1
17662024-08-06T03:38:06.290Z Checking data-encoding v2.6.0
17672024-08-06T03:38:06.356Z Checking predicates v3.1.2
17682024-08-06T03:38:06.383Z Checking tokio-postgres v0.7.11
17692024-08-06T03:38:06.703Z Checking similar v2.5.0
17702024-08-06T03:38:06.995Z Checking trust-dns-proto v0.22.0
17712024-08-06T03:38:07.049Z Checking anyhow v1.0.86
17722024-08-06T03:38:07.415Z Checking nom v7.1.3
17732024-08-06T03:38:07.539Z Checking yasna v0.5.2
17742024-08-06T03:38:07.651Z Checking elliptic-curve v0.13.8
17752024-08-06T03:38:07.682Z Checking petgraph v0.6.5
17762024-08-06T03:38:08.301Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17772024-08-06T03:38:08.413Z Checking console v0.15.8
17782024-08-06T03:38:08.970Z Checking string_cache v0.8.7
17792024-08-06T03:38:09.028Z Checking toml_edit v0.22.20
17802024-08-06T03:38:09.256Z Checking crossbeam-epoch v0.9.18
17812024-08-06T03:38:09.363Z Checking toml v0.7.8
17822024-08-06T03:38:09.715Z Checking usdt v0.5.0
17832024-08-06T03:38:09.968Z Checking flate2 v1.0.31
17842024-08-06T03:38:10.083Z Checking diesel v2.1.6
17852024-08-06T03:38:10.229Z Checking clap v4.5.13
17862024-08-06T03:38:10.343Z Checking futures v0.3.30
17872024-08-06T03:38:10.462Z Checking cipher v0.4.4
17882024-08-06T03:38:10.630Z Checking crossterm v0.27.0
17892024-08-06T03:38:10.770Z Checking hyper-rustls v0.24.2
17902024-08-06T03:38:10.859Z Checking hyper-tls v0.5.0
17912024-08-06T03:38:10.875Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922024-08-06T03:38:10.896Z Checking bstr v1.9.1
17932024-08-06T03:38:10.984Z Checking bit-set v0.5.3
17942024-08-06T03:38:11.049Z Checking itertools v0.12.1
17952024-08-06T03:38:11.134Z Checking reqwest v0.11.27
17962024-08-06T03:38:11.236Z Checking itertools v0.10.5
17972024-08-06T03:38:11.632Z Checking fs-err v2.11.0
17982024-08-06T03:38:11.767Z Checking tokio-stream v0.1.15
17992024-08-06T03:38:12.164Z Checking num-iter v0.1.45
18002024-08-06T03:38:12.336Z Checking openapiv3 v2.0.0
18012024-08-06T03:38:12.415Z Checking hex v0.4.3
18022024-08-06T03:38:12.546Z Checking semver v1.0.23
18032024-08-06T03:38:12.794Z Checking slog v2.7.0
18042024-08-06T03:38:12.927Z Checking peg-runtime v0.8.3
18052024-08-06T03:38:12.961Z Checking lalrpop-util v0.19.12
18062024-08-06T03:38:13.137Z Checking camino v1.1.7
18072024-08-06T03:38:13.203Z Checking sigpipe v0.1.3
18082024-08-06T03:38:29.570Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18092024-08-06T03:38:29.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.54s
18102024-08-06T03:38:29.986Z
18112024-08-06T03:38:29.986Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18122024-08-06T03:38:30.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132024-08-06T03:38:30.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142024-08-06T03:38:30.608Z Compiling regress v0.9.1
18152024-08-06T03:38:30.699Z Checking sha1 v0.10.6
18162024-08-06T03:38:30.707Z Checking strum v0.26.3
18172024-08-06T03:38:30.715Z Checking heck v0.5.0
18182024-08-06T03:38:30.735Z Compiling getopts v0.2.21
18192024-08-06T03:38:30.738Z Checking dirs-sys-next v0.1.2
18202024-08-06T03:38:30.757Z Compiling unsafe-libyaml v0.2.11
18212024-08-06T03:38:30.886Z Checking http v1.1.0
18222024-08-06T03:38:30.904Z Checking dirs-next v2.0.0
18232024-08-06T03:38:30.933Z Checking thread_local v1.1.8
18242024-08-06T03:38:31.026Z Compiling ident_case v1.0.1
18252024-08-06T03:38:31.119Z Checking rustls-pki-types v1.7.0
18262024-08-06T03:38:31.188Z Compiling darling_core v0.20.9
18272024-08-06T03:38:31.208Z Checking term v0.7.0
18282024-08-06T03:38:31.588Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18292024-08-06T03:38:31.616Z Checking crossbeam-channel v0.5.12
18302024-08-06T03:38:31.619Z Checking atty v0.2.14
18312024-08-06T03:38:31.733Z Checking is-terminal v0.4.12
18322024-08-06T03:38:31.850Z Checking take_mut v0.2.2
18332024-08-06T03:38:31.903Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18342024-08-06T03:38:31.994Z Compiling serde_yaml v0.9.34+deprecated
18352024-08-06T03:38:32.236Z Checking utf-8 v0.7.6
18362024-08-06T03:38:32.250Z Checking humantime v2.1.0
18372024-08-06T03:38:32.333Z Checking termcolor v1.4.1
18382024-08-06T03:38:32.424Z Compiling rustls v0.22.4
18392024-08-06T03:38:32.531Z Compiling paste v1.0.15
18402024-08-06T03:38:32.659Z Checking slog-async v2.8.0
18412024-08-06T03:38:32.737Z Checking slog-term v2.9.1
18422024-08-06T03:38:32.779Z Checking env_logger v0.9.3
18432024-08-06T03:38:32.936Z Checking rustls-webpki v0.102.4
18442024-08-06T03:38:33.127Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18452024-08-06T03:38:33.197Z Compiling proc-macro-crate v1.3.1
18462024-08-06T03:38:33.225Z Compiling bitstruct_derive v0.1.0
18472024-08-06T03:38:33.476Z Compiling structmeta-derive v0.3.0
18482024-08-06T03:38:33.696Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18492024-08-06T03:38:33.820Z Compiling multer v3.1.0
18502024-08-06T03:38:34.119Z Checking ascii v1.1.0
18512024-08-06T03:38:34.159Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18522024-08-06T03:38:34.496Z Checking match_cfg v0.1.0
18532024-08-06T03:38:34.574Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18542024-08-06T03:38:34.577Z Checking bitstruct v0.1.1
18552024-08-06T03:38:34.689Z Checking hostname v0.3.1
18562024-08-06T03:38:34.820Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18572024-08-06T03:38:34.877Z Compiling num_enum_derive v0.5.11
18582024-08-06T03:38:35.737Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-08-06T03:38:35.885Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-08-06T03:38:36.122Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18612024-08-06T03:38:36.408Z Checking slog-json v2.6.1
18622024-08-06T03:38:36.434Z Compiling structmeta v0.3.0
18632024-08-06T03:38:36.662Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-08-06T03:38:36.692Z Checking serde_arrays v0.1.0
18652024-08-06T03:38:36.844Z Checking erased-serde v0.3.31
18662024-08-06T03:38:36.870Z Compiling async-stream-impl v0.3.5
18672024-08-06T03:38:36.904Z Compiling foreign-types-macros v0.2.3
18682024-08-06T03:38:37.254Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18692024-08-06T03:38:37.568Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18702024-08-06T03:38:37.590Z Checking foreign-types-shared v0.3.1
18712024-08-06T03:38:37.687Z Checking arc-swap v1.7.1
18722024-08-06T03:38:37.849Z Checking atomic-waker v1.1.2
18732024-08-06T03:38:37.974Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18742024-08-06T03:38:37.977Z Checking waitgroup v0.1.2
18752024-08-06T03:38:38.088Z Checking slog-scope v4.4.0
18762024-08-06T03:38:38.131Z Checking num_enum v0.5.11
18772024-08-06T03:38:38.191Z Checking foreign-types v0.5.0
18782024-08-06T03:38:38.194Z Compiling darling_macro v0.20.9
18792024-08-06T03:38:38.241Z Checking async-stream v0.3.5
18802024-08-06T03:38:38.268Z Compiling parse-display-derive v0.9.1
18812024-08-06T03:38:38.297Z Checking slog-bunyan v2.5.0
18822024-08-06T03:38:38.330Z Compiling proc-macro-error v1.0.4
18832024-08-06T03:38:38.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842024-08-06T03:38:38.701Z Checking toml v0.8.19
18852024-08-06T03:38:38.968Z Checking tungstenite v0.20.1
18862024-08-06T03:38:39.006Z Checking rustls-pemfile v2.1.3
18872024-08-06T03:38:39.136Z Compiling darling v0.20.9
18882024-08-06T03:38:39.237Z Compiling heck v0.3.3
18892024-08-06T03:38:39.252Z Compiling serde_with_macros v3.8.3
18902024-08-06T03:38:39.267Z Checking tokio-rustls v0.25.0
18912024-08-06T03:38:39.378Z Checking newtype-uuid v1.1.0
18922024-08-06T03:38:39.614Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18932024-08-06T03:38:39.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18942024-08-06T03:38:39.676Z Checking serde_path_to_error v0.1.16
18952024-08-06T03:38:39.860Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18962024-08-06T03:38:40.289Z Checking hostname v0.4.0
18972024-08-06T03:38:40.437Z Checking cstr-argument v0.1.2
18982024-08-06T03:38:40.507Z Checking instant v0.1.12
18992024-08-06T03:38:40.623Z Checking debug-ignore v1.0.5
19002024-08-06T03:38:40.638Z Checking pretty-hex v0.2.1
19012024-08-06T03:38:40.691Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19022024-08-06T03:38:40.765Z Checking fastrand v2.1.0
19032024-08-06T03:38:40.796Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19042024-08-06T03:38:41.019Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19052024-08-06T03:38:41.074Z Checking backoff v0.4.0
19062024-08-06T03:38:41.104Z Checking tempfile v3.10.1
19072024-08-06T03:38:41.156Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19082024-08-06T03:38:41.446Z Checking tokio-tungstenite v0.20.1
19092024-08-06T03:38:41.461Z Compiling zone_cfg_derive v0.1.2
19102024-08-06T03:38:41.508Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19112024-08-06T03:38:41.728Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19122024-08-06T03:38:41.892Z Checking slog-stdlog v4.1.1
19132024-08-06T03:38:42.054Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19142024-08-06T03:38:42.203Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19152024-08-06T03:38:42.233Z Checking serde_with v3.8.3
19162024-08-06T03:38:42.496Z Checking tungstenite v0.21.0
19172024-08-06T03:38:42.560Z Checking colored v2.1.0
19182024-08-06T03:38:42.870Z Checking macaddr v1.0.1
19192024-08-06T03:38:42.891Z Checking socket2 v0.4.10
19202024-08-06T03:38:43.012Z Checking parse-display v0.9.1
19212024-08-06T03:38:43.177Z Checking base64 v0.13.1
19222024-08-06T03:38:43.223Z Checking zone v0.1.8
19232024-08-06T03:38:43.387Z Checking tokio-tungstenite v0.21.0
19242024-08-06T03:38:43.581Z Checking ron v0.7.1
19252024-08-06T03:38:43.830Z Checking slog-envlogger v2.2.0
19262024-08-06T03:38:43.879Z Checking pem v3.0.4
19272024-08-06T03:38:44.051Z Checking tabwriter v1.4.0
19282024-08-06T03:38:44.150Z Checking xattr v1.3.1
19292024-08-06T03:38:44.286Z Checking portpicker v0.1.1
19302024-08-06T03:38:44.333Z Checking headers-core v0.2.0
19312024-08-06T03:38:44.417Z Checking smf v0.2.3
19322024-08-06T03:38:44.469Z Checking filetime v0.2.23
19332024-08-06T03:38:44.676Z Checking same-file v1.0.6
19342024-08-06T03:38:44.749Z Checking tar v0.4.41
19352024-08-06T03:38:44.841Z Checking walkdir v2.5.0
19362024-08-06T03:38:44.874Z Checking headers v0.3.9
19372024-08-06T03:38:45.026Z Checking rcgen v0.12.1
19382024-08-06T03:38:45.113Z Checking atomicwrites v0.4.3
19392024-08-06T03:38:45.306Z Checking camino-tempfile v1.1.1
19402024-08-06T03:38:45.543Z Checking subprocess v0.2.9
19412024-08-06T03:38:46.770Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-08-06T03:38:46.994Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19432024-08-06T03:38:48.699Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19442024-08-06T03:38:50.544Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19452024-08-06T03:38:50.609Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19462024-08-06T03:38:53.621Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19472024-08-06T03:38:59.653Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19482024-08-06T03:38:59.777Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19492024-08-06T03:38:59.777Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-08-06T03:39:02.186Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19512024-08-06T03:39:02.577Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19522024-08-06T03:39:07.907Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19532024-08-06T03:39:09.232Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19542024-08-06T03:39:10.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.30s
19552024-08-06T03:39:10.434Z
19562024-08-06T03:39:10.434Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19572024-08-06T03:39:10.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582024-08-06T03:39:10.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592024-08-06T03:39:11.045Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19602024-08-06T03:39:12.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
19612024-08-06T03:39:12.391Z
19622024-08-06T03:39:12.391Zinfo: running `cargo check --bins` on nexus-config (31/142)
19632024-08-06T03:39:12.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642024-08-06T03:39:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652024-08-06T03:39:12.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662024-08-06T03:39:12.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19672024-08-06T03:39:12.986Z
19682024-08-06T03:39:12.986Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19692024-08-06T03:39:13.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702024-08-06T03:39:13.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712024-08-06T03:39:13.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722024-08-06T03:39:13.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19732024-08-06T03:39:13.541Z
19742024-08-06T03:39:13.541Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19752024-08-06T03:39:14.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762024-08-06T03:39:14.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772024-08-06T03:39:14.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782024-08-06T03:39:14.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19792024-08-06T03:39:14.135Z
19802024-08-06T03:39:14.135Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19812024-08-06T03:39:14.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822024-08-06T03:39:14.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832024-08-06T03:39:14.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842024-08-06T03:39:14.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19852024-08-06T03:39:14.737Z
19862024-08-06T03:39:14.737Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19872024-08-06T03:39:15.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882024-08-06T03:39:15.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892024-08-06T03:39:15.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902024-08-06T03:39:15.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19912024-08-06T03:39:15.305Z
19922024-08-06T03:39:15.305Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19932024-08-06T03:39:15.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942024-08-06T03:39:15.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952024-08-06T03:39:15.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962024-08-06T03:39:15.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972024-08-06T03:39:15.905Z
19982024-08-06T03:39:15.906Zinfo: running `cargo check --bins` on dns-service-client (37/142)
19992024-08-06T03:39:16.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-06T03:39:16.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-06T03:39:16.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022024-08-06T03:39:16.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20032024-08-06T03:39:16.475Z
20042024-08-06T03:39:16.475Zinfo: running `cargo check --bins` on dpd-client (38/142)
20052024-08-06T03:39:16.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-06T03:39:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-06T03:39:16.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082024-08-06T03:39:16.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20092024-08-06T03:39:17.052Z
20102024-08-06T03:39:17.053Zinfo: running `cargo check --bins` on gateway-client (39/142)
20112024-08-06T03:39:17.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-06T03:39:17.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-06T03:39:17.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-06T03:39:17.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20152024-08-06T03:39:17.618Z
20162024-08-06T03:39:17.618Zinfo: running `cargo check --bins` on installinator-client (40/142)
20172024-08-06T03:39:18.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-06T03:39:18.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-06T03:39:18.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-08-06T03:39:18.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20212024-08-06T03:39:18.212Z
20222024-08-06T03:39:18.212Zinfo: running `cargo check --bins` on installinator-common (41/142)
20232024-08-06T03:39:18.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-08-06T03:39:18.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-08-06T03:39:18.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262024-08-06T03:39:18.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20272024-08-06T03:39:18.806Z
20282024-08-06T03:39:18.806Zinfo: running `cargo check --bins` on update-engine (42/142)
20292024-08-06T03:39:19.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302024-08-06T03:39:19.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312024-08-06T03:39:19.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322024-08-06T03:39:19.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20332024-08-06T03:39:19.372Z
20342024-08-06T03:39:19.372Zinfo: running `cargo check --bins` on nexus-client (43/142)
20352024-08-06T03:39:19.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362024-08-06T03:39:19.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372024-08-06T03:39:19.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382024-08-06T03:39:19.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20392024-08-06T03:39:19.969Z
20402024-08-06T03:39:19.969Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20412024-08-06T03:39:20.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-08-06T03:39:20.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-08-06T03:39:20.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442024-08-06T03:39:20.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20452024-08-06T03:39:20.563Z
20462024-08-06T03:39:20.563Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20472024-08-06T03:39:21.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-06T03:39:21.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-06T03:39:21.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-06T03:39:21.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20512024-08-06T03:39:21.123Z
20522024-08-06T03:39:21.123Zinfo: running `cargo check --bins` on nexus-types (46/142)
20532024-08-06T03:39:21.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-06T03:39:21.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-06T03:39:21.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-06T03:39:21.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20572024-08-06T03:39:21.724Z
20582024-08-06T03:39:21.724Zinfo: running `cargo check --bins` on oxide-client (47/142)
20592024-08-06T03:39:22.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-06T03:39:22.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-06T03:39:22.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-06T03:39:22.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20632024-08-06T03:39:22.290Z
20642024-08-06T03:39:22.290Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20652024-08-06T03:39:22.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-06T03:39:22.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-06T03:39:22.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-06T03:39:22.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20692024-08-06T03:39:22.870Z
20702024-08-06T03:39:22.870Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20712024-08-06T03:39:23.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-06T03:39:23.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-06T03:39:23.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742024-08-06T03:39:23.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20752024-08-06T03:39:23.463Z
20762024-08-06T03:39:23.463Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20772024-08-06T03:39:24.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-08-06T03:39:24.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-08-06T03:39:24.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802024-08-06T03:39:24.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20812024-08-06T03:39:24.068Z
20822024-08-06T03:39:24.068Zinfo: running `cargo check --bins` on wicket-common (51/142)
20832024-08-06T03:39:24.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842024-08-06T03:39:24.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852024-08-06T03:39:24.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862024-08-06T03:39:24.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20872024-08-06T03:39:24.678Z
20882024-08-06T03:39:24.678Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20892024-08-06T03:39:25.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-08-06T03:39:25.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-08-06T03:39:25.295Z Compiling heapless v0.8.0
20922024-08-06T03:39:25.298Z Checking hash32 v0.3.1
20932024-08-06T03:39:25.390Z Compiling smoltcp v0.11.0
20942024-08-06T03:39:25.400Z Checking embedded-io v0.4.0
20952024-08-06T03:39:25.400Z Checking cobs v0.2.3
20962024-08-06T03:39:25.421Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20972024-08-06T03:39:25.424Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20982024-08-06T03:39:25.442Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20992024-08-06T03:39:25.531Z Compiling crucible-workspace-hack v0.1.0
21002024-08-06T03:39:25.562Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21012024-08-06T03:39:25.575Z Checking postcard v1.0.8
21022024-08-06T03:39:25.578Z Checking csv-core v0.1.11
21032024-08-06T03:39:25.770Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21042024-08-06T03:39:25.899Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21052024-08-06T03:39:25.917Z Checking csv v1.3.0
21062024-08-06T03:39:25.972Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21072024-08-06T03:39:26.115Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21082024-08-06T03:39:26.272Z Compiling num-derive v0.4.2
21092024-08-06T03:39:26.275Z Compiling slog-dtrace v0.3.0
21102024-08-06T03:39:26.306Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21112024-08-06T03:39:26.418Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21122024-08-06T03:39:26.621Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21132024-08-06T03:39:26.717Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21142024-08-06T03:39:27.172Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21152024-08-06T03:39:27.195Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21162024-08-06T03:39:27.839Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21172024-08-06T03:39:29.056Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21182024-08-06T03:39:29.870Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21192024-08-06T03:39:30.898Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21202024-08-06T03:39:33.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s
21212024-08-06T03:39:33.632Z
21222024-08-06T03:39:33.632Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21232024-08-06T03:39:34.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-08-06T03:39:34.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-08-06T03:39:34.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262024-08-06T03:39:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21272024-08-06T03:39:34.227Z
21282024-08-06T03:39:34.228Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21292024-08-06T03:39:34.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302024-08-06T03:39:34.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312024-08-06T03:39:34.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322024-08-06T03:39:34.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21332024-08-06T03:39:34.824Z
21342024-08-06T03:39:34.824Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21352024-08-06T03:39:35.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-08-06T03:39:35.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-08-06T03:39:35.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-08-06T03:39:35.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21392024-08-06T03:39:35.527Z
21402024-08-06T03:39:35.527Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21412024-08-06T03:39:36.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-08-06T03:39:36.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-08-06T03:39:36.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-08-06T03:39:36.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21452024-08-06T03:39:36.226Z
21462024-08-06T03:39:36.226Zinfo: running `cargo check --bins` on dns-server (57/142)
21472024-08-06T03:39:36.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-08-06T03:39:36.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-08-06T03:39:36.816Z Compiling parking_lot_core v0.8.6
21502024-08-06T03:39:36.902Z Checking nibble_vec v0.1.0
21512024-08-06T03:39:36.905Z Checking endian-type v0.1.2
21522024-08-06T03:39:36.917Z Checking newline-converter v0.3.0
21532024-08-06T03:39:36.920Z Checking quick-error v1.2.3
21542024-08-06T03:39:36.920Z Checking linked-hash-map v0.5.6
21552024-08-06T03:39:36.933Z Checking fxhash v0.2.1
21562024-08-06T03:39:36.936Z Checking toml v0.5.11
21572024-08-06T03:39:37.036Z Checking resolv-conf v0.7.0
21582024-08-06T03:39:37.039Z Checking expectorate v1.1.0
21592024-08-06T03:39:37.060Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21602024-08-06T03:39:37.085Z Checking radix_trie v0.2.1
21612024-08-06T03:39:37.225Z Checking lru-cache v0.1.2
21622024-08-06T03:39:37.315Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21632024-08-06T03:39:37.409Z Checking trust-dns-resolver v0.22.0
21642024-08-06T03:39:37.429Z Checking trust-dns-client v0.22.0
21652024-08-06T03:39:37.637Z Checking parking_lot v0.11.2
21662024-08-06T03:39:37.959Z Checking sled v0.34.7
21672024-08-06T03:39:38.319Z Checking trust-dns-server v0.22.1
21682024-08-06T03:39:39.816Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21692024-08-06T03:39:40.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
21702024-08-06T03:39:40.992Z
21712024-08-06T03:39:40.992Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21722024-08-06T03:39:41.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-08-06T03:39:41.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-08-06T03:39:41.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-08-06T03:39:41.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762024-08-06T03:39:41.569Z
21772024-08-06T03:39:41.569Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21782024-08-06T03:39:42.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-08-06T03:39:42.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-08-06T03:39:42.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-08-06T03:39:42.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21822024-08-06T03:39:42.212Z
21832024-08-06T03:39:42.212Zinfo: running `cargo check --bins` on gateway-types (60/142)
21842024-08-06T03:39:42.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-08-06T03:39:42.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-08-06T03:39:42.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-08-06T03:39:42.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21882024-08-06T03:39:42.795Z
21892024-08-06T03:39:42.795Zinfo: running `cargo check --bins` on ipcc (61/142)
21902024-08-06T03:39:43.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-08-06T03:39:43.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-08-06T03:39:43.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-08-06T03:39:43.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21942024-08-06T03:39:43.385Z
21952024-08-06T03:39:43.385Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
21962024-08-06T03:39:43.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-08-06T03:39:43.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-08-06T03:39:44.013Z Compiling radium v0.7.0
21992024-08-06T03:39:44.101Z Compiling maybe-uninit v2.0.0
22002024-08-06T03:39:44.101Z Checking tap v1.0.1
22012024-08-06T03:39:44.115Z Compiling bzip2-sys v0.1.11+1.0.8
22022024-08-06T03:39:44.118Z Compiling num-bigint-dig v0.8.4
22032024-08-06T03:39:44.118Z Compiling packed_struct v0.10.1
22042024-08-06T03:39:44.125Z Checking funty v2.0.0
22052024-08-06T03:39:44.128Z Checking crc-catalog v2.4.0
22062024-08-06T03:39:44.277Z Checking crc v3.2.1
22072024-08-06T03:39:44.441Z Compiling packed_struct_codegen v0.10.1
22082024-08-06T03:39:44.589Z Checking wyz v0.5.1
22092024-08-06T03:39:44.603Z Checking half v2.4.1
22102024-08-06T03:39:44.674Z Compiling indexmap v1.9.3
22112024-08-06T03:39:44.768Z Checking ciborium-io v0.2.2
22122024-08-06T03:39:44.845Z Checking nodrop v0.1.14
22132024-08-06T03:39:44.884Z Checking smallvec v0.6.14
22142024-08-06T03:39:44.947Z Checking array-init v0.0.4
22152024-08-06T03:39:44.993Z Checking pkcs1 v0.7.5
22162024-08-06T03:39:45.027Z Checking bitvec v1.0.1
22172024-08-06T03:39:45.071Z Checking ciborium-ll v0.2.2
22182024-08-06T03:39:45.276Z Checking signature v2.2.0
22192024-08-06T03:39:45.335Z Compiling memoffset v0.9.1
22202024-08-06T03:39:45.360Z Checking bitfield v0.14.0
22212024-08-06T03:39:45.375Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22222024-08-06T03:39:45.471Z Checking hashbrown v0.12.3
22232024-08-06T03:39:45.649Z Checking env_logger v0.10.2
22242024-08-06T03:39:45.713Z Checking ciborium v0.2.2
22252024-08-06T03:39:45.809Z Checking bzip2 v0.4.4
22262024-08-06T03:39:45.926Z Checking serde-hex v0.1.0
22272024-08-06T03:39:46.070Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282024-08-06T03:39:46.092Z Checking ron v0.8.1
22292024-08-06T03:39:46.305Z Checking x509-cert v0.2.5
22302024-08-06T03:39:46.715Z Checking hashbrown v0.13.2
22312024-08-06T03:39:47.098Z Checking rsa v0.9.6
22322024-08-06T03:39:47.180Z Checking crc-any v2.5.0
22332024-08-06T03:39:47.274Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22342024-08-06T03:39:47.505Z Checking zip v0.6.6
22352024-08-06T03:39:47.654Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22362024-08-06T03:39:47.737Z Checking object v0.30.4
22372024-08-06T03:39:47.795Z Checking path-slash v0.1.5
22382024-08-06T03:39:47.855Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22392024-08-06T03:39:47.925Z Checking nix v0.27.1
22402024-08-06T03:39:48.005Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22412024-08-06T03:39:48.112Z Checking serde-big-array v0.5.1
22422024-08-06T03:39:48.159Z Checking signal-hook-tokio v0.3.1
22432024-08-06T03:39:50.027Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22442024-08-06T03:39:50.314Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22452024-08-06T03:39:56.747Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22462024-08-06T03:39:57.931Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22472024-08-06T03:39:59.568Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22482024-08-06T03:40:01.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s
22492024-08-06T03:40:01.437Z
22502024-08-06T03:40:01.437Zinfo: running `cargo check --bins` on gateway-api (63/142)
22512024-08-06T03:40:01.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-08-06T03:40:01.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-08-06T03:40:01.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-08-06T03:40:01.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22552024-08-06T03:40:02.031Z
22562024-08-06T03:40:02.031Zinfo: running `cargo check --bins` on sp-sim (64/142)
22572024-08-06T03:40:02.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-08-06T03:40:02.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-08-06T03:40:02.628Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22602024-08-06T03:40:04.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
22612024-08-06T03:40:04.318Z
22622024-08-06T03:40:04.318Zinfo: running `cargo check --bins` on internal-dns (65/142)
22632024-08-06T03:40:04.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-08-06T03:40:04.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-08-06T03:40:04.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662024-08-06T03:40:04.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22672024-08-06T03:40:04.917Z
22682024-08-06T03:40:04.917Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22692024-08-06T03:40:05.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-08-06T03:40:05.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-08-06T03:40:05.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722024-08-06T03:40:05.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22732024-08-06T03:40:05.552Z
22742024-08-06T03:40:05.552Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22752024-08-06T03:40:06.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762024-08-06T03:40:06.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772024-08-06T03:40:06.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782024-08-06T03:40:06.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22792024-08-06T03:40:06.183Z
22802024-08-06T03:40:06.183Zinfo: running `cargo check --bins` on db-macros (68/142)
22812024-08-06T03:40:06.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822024-08-06T03:40:06.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832024-08-06T03:40:06.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842024-08-06T03:40:06.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22852024-08-06T03:40:06.744Z
22862024-08-06T03:40:06.744Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22872024-08-06T03:40:07.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882024-08-06T03:40:07.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892024-08-06T03:40:07.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902024-08-06T03:40:07.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22912024-08-06T03:40:07.303Z
22922024-08-06T03:40:07.303Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22932024-08-06T03:40:07.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-08-06T03:40:07.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-08-06T03:40:07.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-08-06T03:40:07.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22972024-08-06T03:40:07.921Z
22982024-08-06T03:40:07.921Zinfo: running `cargo check --bins` on authz-macros (71/142)
22992024-08-06T03:40:08.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-08-06T03:40:08.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-08-06T03:40:08.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-08-06T03:40:08.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23032024-08-06T03:40:08.479Z
23042024-08-06T03:40:08.479Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23052024-08-06T03:40:09.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-08-06T03:40:09.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-08-06T03:40:09.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082024-08-06T03:40:09.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23092024-08-06T03:40:09.078Z
23102024-08-06T03:40:09.078Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23112024-08-06T03:40:09.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-08-06T03:40:09.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-08-06T03:40:09.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-08-06T03:40:09.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23152024-08-06T03:40:09.679Z
23162024-08-06T03:40:09.679Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23172024-08-06T03:40:10.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-08-06T03:40:10.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-08-06T03:40:10.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-08-06T03:40:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23212024-08-06T03:40:10.261Z
23222024-08-06T03:40:10.261Zinfo: running `cargo check --bins` on oximeter (75/142)
23232024-08-06T03:40:10.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-06T03:40:10.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-06T03:40:10.863Z Compiling rustls-pki-types v1.7.0
23262024-08-06T03:40:10.948Z Compiling match_cfg v0.1.0
23272024-08-06T03:40:10.951Z Compiling prettyplease v0.2.20
23282024-08-06T03:40:10.961Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23292024-08-06T03:40:10.964Z Compiling slog-json v2.6.1
23302024-08-06T03:40:10.971Z Compiling http v1.1.0
23312024-08-06T03:40:10.987Z Compiling atomic-waker v1.1.2
23322024-08-06T03:40:11.001Z Compiling hostname v0.3.1
23332024-08-06T03:40:11.017Z Compiling async-stream v0.3.5
23342024-08-06T03:40:11.156Z Compiling waitgroup v0.1.2
23352024-08-06T03:40:11.223Z Compiling slog-bunyan v2.5.0
23362024-08-06T03:40:11.248Z Compiling toml v0.8.19
23372024-08-06T03:40:11.307Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23382024-08-06T03:40:11.320Z Compiling sha1 v0.10.6
23392024-08-06T03:40:11.360Z Compiling newtype-uuid v1.1.0
23402024-08-06T03:40:11.375Z Compiling rustls-webpki v0.102.4
23412024-08-06T03:40:11.417Z Compiling rustls-pemfile v2.1.3
23422024-08-06T03:40:11.515Z Compiling serde_path_to_error v0.1.16
23432024-08-06T03:40:11.656Z Compiling hostname v0.4.0
23442024-08-06T03:40:11.736Z Compiling instant v0.1.12
23452024-08-06T03:40:11.769Z Compiling debug-ignore v1.0.5
23462024-08-06T03:40:11.873Z Compiling backoff v0.4.0
23472024-08-06T03:40:11.904Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23482024-08-06T03:40:11.907Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23492024-08-06T03:40:11.930Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502024-08-06T03:40:12.089Z Compiling serde_with v3.8.3
23512024-08-06T03:40:12.205Z Compiling rustls v0.22.4
23522024-08-06T03:40:12.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23532024-08-06T03:40:12.366Z Compiling parse-display v0.9.1
23542024-08-06T03:40:12.929Z Compiling multer v3.1.0
23552024-08-06T03:40:13.015Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23562024-08-06T03:40:13.173Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23572024-08-06T03:40:13.366Z Compiling num-rational v0.4.2
23582024-08-06T03:40:13.405Z Compiling num-complex v0.4.6
23592024-08-06T03:40:13.485Z Compiling macaddr v1.0.1
23602024-08-06T03:40:14.480Z Compiling num v0.4.3
23612024-08-06T03:40:14.590Z Compiling float-ord v0.3.2
23622024-08-06T03:40:15.553Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23632024-08-06T03:40:16.140Z Compiling tokio-rustls v0.25.0
23642024-08-06T03:40:16.381Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23652024-08-06T03:40:19.614Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23662024-08-06T03:40:30.345Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23672024-08-06T03:40:33.336Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23682024-08-06T03:40:33.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.65s
23692024-08-06T03:40:34.057Z
23702024-08-06T03:40:34.057Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23712024-08-06T03:40:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-08-06T03:40:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-08-06T03:40:34.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-08-06T03:40:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23752024-08-06T03:40:34.640Z
23762024-08-06T03:40:34.640Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23772024-08-06T03:40:35.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-08-06T03:40:35.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-08-06T03:40:35.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-08-06T03:40:35.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23812024-08-06T03:40:35.195Z
23822024-08-06T03:40:35.195Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23832024-08-06T03:40:35.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-08-06T03:40:35.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-08-06T03:40:35.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-08-06T03:40:35.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23872024-08-06T03:40:35.816Z
23882024-08-06T03:40:35.816Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23892024-08-06T03:40:36.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-08-06T03:40:36.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-08-06T03:40:36.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-08-06T03:40:36.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23932024-08-06T03:40:36.425Z
23942024-08-06T03:40:36.425Zinfo: running `cargo check --bins` on typed-rng (80/142)
23952024-08-06T03:40:36.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-08-06T03:40:36.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-08-06T03:40:36.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-08-06T03:40:36.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23992024-08-06T03:40:36.978Z
24002024-08-06T03:40:36.978Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24012024-08-06T03:40:37.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-08-06T03:40:37.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-08-06T03:40:37.662Z Checking password-hash v0.5.0
24042024-08-06T03:40:37.662Z Checking blake2 v0.10.6
24052024-08-06T03:40:37.662Z Compiling semver v0.1.20
24062024-08-06T03:40:37.665Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24072024-08-06T03:40:37.665Z Compiling rayon-core v1.12.1
24082024-08-06T03:40:37.665Z Compiling convert_case v0.4.0
24092024-08-06T03:40:37.781Z Compiling crossbeam-deque v0.8.5
24102024-08-06T03:40:37.793Z Compiling unicase v2.7.0
24112024-08-06T03:40:38.084Z Compiling rustc_version v0.1.7
24122024-08-06T03:40:38.105Z Compiling same-file v1.0.6
24132024-08-06T03:40:38.135Z Compiling fastrand v2.1.0
24142024-08-06T03:40:38.256Z Compiling libefi-sys v0.1.0
24152024-08-06T03:40:38.259Z Checking argon2 v0.5.3
24162024-08-06T03:40:38.368Z Compiling walkdir v2.5.0
24172024-08-06T03:40:38.469Z Compiling tempfile v3.10.1
24182024-08-06T03:40:38.571Z Compiling curve25519-dalek v4.1.3
24192024-08-06T03:40:38.586Z Compiling newtype_derive v0.1.6
24202024-08-06T03:40:38.671Z Compiling derive-where v1.2.7
24212024-08-06T03:40:38.740Z Compiling derive_more v0.99.18
24222024-08-06T03:40:38.819Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24232024-08-06T03:40:38.947Z Compiling bitfield-struct v0.6.1
24242024-08-06T03:40:39.093Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24252024-08-06T03:40:39.114Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24262024-08-06T03:40:39.201Z Compiling blake3 v1.5.1
24272024-08-06T03:40:39.285Z Compiling ring v0.16.20
24282024-08-06T03:40:39.497Z Checking keccak v0.1.5
24292024-08-06T03:40:39.822Z Checking sha3 v0.10.8
24302024-08-06T03:40:40.221Z Compiling rayon v1.10.0
24312024-08-06T03:40:40.383Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24322024-08-06T03:40:40.410Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332024-08-06T03:40:40.458Z Checking universal-hash v0.5.1
24342024-08-06T03:40:40.646Z Compiling thiserror-impl-no-std v2.0.2
24352024-08-06T03:40:40.702Z Checking secrecy v0.8.0
24362024-08-06T03:40:40.723Z Compiling curve25519-dalek-derive v0.1.1
24372024-08-06T03:40:40.912Z Compiling memmap2 v0.9.4
24382024-08-06T03:40:41.085Z Compiling spin v0.5.2
24392024-08-06T03:40:41.263Z Compiling untrusted v0.7.1
24402024-08-06T03:40:41.384Z Checking opaque-debug v0.3.1
24412024-08-06T03:40:41.450Z Compiling arrayvec v0.7.4
24422024-08-06T03:40:41.477Z Compiling constant_time_eq v0.3.0
24432024-08-06T03:40:41.660Z Compiling arrayref v0.3.7
24442024-08-06T03:40:41.764Z Compiling home v0.5.9
24452024-08-06T03:40:41.843Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462024-08-06T03:40:41.953Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24472024-08-06T03:40:42.031Z Compiling toolchain_find v0.4.0
24482024-08-06T03:40:42.167Z Checking poly1305 v0.8.0
24492024-08-06T03:40:42.434Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24502024-08-06T03:40:42.679Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24512024-08-06T03:40:42.682Z Checking steno v0.4.1
24522024-08-06T03:40:42.877Z Compiling camino-tempfile v1.1.1
24532024-08-06T03:40:43.323Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24542024-08-06T03:40:43.388Z Checking chacha20 v0.9.1
24552024-08-06T03:40:43.745Z Checking gethostname v0.5.0
24562024-08-06T03:40:43.826Z Checking thiserror-no-std v2.0.2
24572024-08-06T03:40:43.869Z Checking aead v0.5.2
24582024-08-06T03:40:43.931Z Compiling cancel-safe-futures v0.1.5
24592024-08-06T03:40:44.074Z Compiling topological-sort v0.2.2
24602024-08-06T03:40:44.097Z Checking vsss-rs v3.3.4
24612024-08-06T03:40:44.298Z Checking chacha20poly1305 v0.10.1
24622024-08-06T03:40:44.314Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24632024-08-06T03:40:44.918Z Compiling mime_guess v2.0.4
24642024-08-06T03:40:45.044Z Compiling rustfmt-wrapper v0.2.1
24652024-08-06T03:40:45.646Z Compiling omicron-zone-package v0.11.0
24662024-08-06T03:40:45.710Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24672024-08-06T03:40:45.726Z Checking glob v0.3.1
24682024-08-06T03:40:46.387Z Checking libsw v3.3.1
24692024-08-06T03:40:46.483Z Checking linear-map v1.2.0
24702024-08-06T03:40:46.498Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24712024-08-06T03:40:46.556Z Checking owo-colors v4.0.0
24722024-08-06T03:40:46.575Z Checking swrite v0.1.0
24732024-08-06T03:40:46.683Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24742024-08-06T03:40:46.796Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24752024-08-06T03:40:47.295Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24762024-08-06T03:40:47.467Z Checking kstat-rs v0.2.4
24772024-08-06T03:40:47.563Z Checking nanorand v0.7.0
24782024-08-06T03:40:47.812Z Checking http-range v0.1.5
24792024-08-06T03:40:47.904Z Checking flume v0.11.0
24802024-08-06T03:40:47.908Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24812024-08-06T03:40:47.935Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24822024-08-06T03:40:47.986Z Checking hyper-staticfile v0.9.5
24832024-08-06T03:40:48.313Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24842024-08-06T03:40:48.377Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24852024-08-06T03:40:48.393Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24862024-08-06T03:40:48.428Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24872024-08-06T03:40:48.570Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24882024-08-06T03:40:49.722Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24892024-08-06T03:40:49.947Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24902024-08-06T03:40:51.383Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24912024-08-06T03:40:51.566Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24922024-08-06T03:40:51.908Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24932024-08-06T03:40:52.178Z Checking display-error-chain v0.2.0
24942024-08-06T03:40:58.897Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24952024-08-06T03:41:03.915Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24962024-08-06T03:41:03.915Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24972024-08-06T03:41:04.543Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24982024-08-06T03:41:18.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.50s
24992024-08-06T03:41:18.641Z
25002024-08-06T03:41:18.641Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25012024-08-06T03:41:19.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-08-06T03:41:19.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-08-06T03:41:19.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25042024-08-06T03:41:33.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
25052024-08-06T03:41:33.479Z
25062024-08-06T03:41:33.479Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25072024-08-06T03:41:34.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-08-06T03:41:34.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-08-06T03:41:34.152Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25102024-08-06T03:41:48.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.73s
25112024-08-06T03:41:48.376Z
25122024-08-06T03:41:48.376Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25132024-08-06T03:41:48.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-08-06T03:41:48.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-08-06T03:41:49.049Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25162024-08-06T03:42:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
25172024-08-06T03:42:03.229Z
25182024-08-06T03:42:03.230Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25192024-08-06T03:42:03.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-08-06T03:42:03.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-08-06T03:42:03.902Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25222024-08-06T03:42:18.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
25232024-08-06T03:42:18.192Z
25242024-08-06T03:42:18.192Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25252024-08-06T03:42:18.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-08-06T03:42:18.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-08-06T03:42:18.867Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25282024-08-06T03:42:32.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
25292024-08-06T03:42:33.034Z
25302024-08-06T03:42:33.034Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25312024-08-06T03:42:33.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-08-06T03:42:33.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-08-06T03:42:33.712Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25342024-08-06T03:42:47.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
25352024-08-06T03:42:47.869Z
25362024-08-06T03:42:47.869Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25372024-08-06T03:42:48.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-08-06T03:42:48.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-08-06T03:42:48.538Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25402024-08-06T03:43:02.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s
25412024-08-06T03:43:02.669Z
25422024-08-06T03:43:02.669Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25432024-08-06T03:43:03.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-08-06T03:43:03.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-08-06T03:43:03.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-08-06T03:43:03.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25472024-08-06T03:43:03.277Z
25482024-08-06T03:43:03.277Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25492024-08-06T03:43:03.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-08-06T03:43:03.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-08-06T03:43:03.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-08-06T03:43:03.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25532024-08-06T03:43:03.895Z
25542024-08-06T03:43:03.895Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25552024-08-06T03:43:04.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-08-06T03:43:04.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-08-06T03:43:04.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-08-06T03:43:04.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25592024-08-06T03:43:04.498Z
25602024-08-06T03:43:04.498Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25612024-08-06T03:43:05.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-08-06T03:43:05.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-08-06T03:43:05.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-08-06T03:43:05.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25652024-08-06T03:43:05.105Z
25662024-08-06T03:43:05.105Zinfo: running `cargo check --bins` on key-manager (93/142)
25672024-08-06T03:43:05.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-08-06T03:43:05.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-08-06T03:43:05.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-08-06T03:43:05.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25712024-08-06T03:43:05.701Z
25722024-08-06T03:43:05.701Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25732024-08-06T03:43:06.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-08-06T03:43:06.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-08-06T03:43:06.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-08-06T03:43:06.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25772024-08-06T03:43:06.305Z
25782024-08-06T03:43:06.305Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25792024-08-06T03:43:06.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-08-06T03:43:06.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-08-06T03:43:06.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-08-06T03:43:06.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25832024-08-06T03:43:06.868Z
25842024-08-06T03:43:06.868Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25852024-08-06T03:43:07.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-08-06T03:43:07.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-08-06T03:43:07.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-08-06T03:43:07.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25892024-08-06T03:43:07.456Z
25902024-08-06T03:43:07.457Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25912024-08-06T03:43:07.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-08-06T03:43:07.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-08-06T03:43:07.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-08-06T03:43:07.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25952024-08-06T03:43:08.041Z
25962024-08-06T03:43:08.041Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
25972024-08-06T03:43:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-08-06T03:43:08.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-08-06T03:43:08.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-08-06T03:43:08.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26012024-08-06T03:43:08.636Z
26022024-08-06T03:43:08.636Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26032024-08-06T03:43:09.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-08-06T03:43:09.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-08-06T03:43:09.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-08-06T03:43:09.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26072024-08-06T03:43:09.224Z
26082024-08-06T03:43:09.224Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26092024-08-06T03:43:09.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-08-06T03:43:09.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-08-06T03:43:09.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-08-06T03:43:09.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26132024-08-06T03:43:09.821Z
26142024-08-06T03:43:09.821Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26152024-08-06T03:43:10.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-08-06T03:43:10.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-08-06T03:43:10.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-08-06T03:43:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26192024-08-06T03:43:10.421Z
26202024-08-06T03:43:10.421Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26212024-08-06T03:43:10.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-08-06T03:43:10.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-08-06T03:43:10.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-08-06T03:43:10.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26252024-08-06T03:43:11.035Z
26262024-08-06T03:43:11.035Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26272024-08-06T03:43:11.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-08-06T03:43:11.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-08-06T03:43:11.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-08-06T03:43:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26312024-08-06T03:43:11.647Z
26322024-08-06T03:43:11.647Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26332024-08-06T03:43:12.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-08-06T03:43:12.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-08-06T03:43:12.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-08-06T03:43:12.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26372024-08-06T03:43:12.256Z
26382024-08-06T03:43:12.256Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26392024-08-06T03:43:12.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-08-06T03:43:12.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-08-06T03:43:12.888Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26422024-08-06T03:43:12.888Z Checking bcs v0.1.6
26432024-08-06T03:43:12.891Z Compiling async-recursion v1.1.1
26442024-08-06T03:43:12.891Z Checking highway v1.1.0
26452024-08-06T03:43:12.891Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26462024-08-06T03:43:12.891Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26472024-08-06T03:43:13.968Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26482024-08-06T03:43:17.048Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26492024-08-06T03:43:18.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
26502024-08-06T03:43:18.814Z
26512024-08-06T03:43:18.814Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26522024-08-06T03:43:19.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-08-06T03:43:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-08-06T03:43:19.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-08-06T03:43:19.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26562024-08-06T03:43:19.403Z
26572024-08-06T03:43:19.404Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26582024-08-06T03:43:19.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-08-06T03:43:19.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-08-06T03:43:20.006Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26612024-08-06T03:43:20.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
26622024-08-06T03:43:20.707Z
26632024-08-06T03:43:20.707Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26642024-08-06T03:43:21.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-08-06T03:43:21.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-08-06T03:43:21.333Z Compiling cfg_aliases v0.1.1
26672024-08-06T03:43:21.333Z Compiling vte_generate_state_changes v0.1.1
26682024-08-06T03:43:21.333Z Checking fd-lock v4.0.2
26692024-08-06T03:43:21.433Z Checking bytecount v0.6.8
26702024-08-06T03:43:21.441Z Compiling tabled_derive v0.7.0
26712024-08-06T03:43:21.444Z Compiling peg-macros v0.8.4
26722024-08-06T03:43:21.444Z Compiling sqlparser_derive v0.2.2
26732024-08-06T03:43:21.444Z Checking unicode_categories v0.1.1
26742024-08-06T03:43:21.495Z Compiling nix v0.28.0
26752024-08-06T03:43:21.554Z Checking papergrid v0.11.0
26762024-08-06T03:43:21.573Z Checking home v0.5.9
26772024-08-06T03:43:21.709Z Checking nu-ansi-term v0.50.0
26782024-08-06T03:43:21.772Z Checking sqlformat v0.2.4
26792024-08-06T03:43:22.039Z Checking vte v0.11.1
26802024-08-06T03:43:22.539Z Checking sqlparser v0.45.0
26812024-08-06T03:43:23.450Z Checking strip-ansi-escapes v0.2.0
26822024-08-06T03:43:23.486Z Checking tabled v0.15.0
26832024-08-06T03:43:23.589Z Checking reedline v0.31.0
26842024-08-06T03:43:24.108Z Checking peg v0.8.4
26852024-08-06T03:43:24.555Z Checking rustyline v14.0.0
26862024-08-06T03:43:28.918Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26872024-08-06T03:43:34.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
26882024-08-06T03:43:34.518Z
26892024-08-06T03:43:34.518Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26902024-08-06T03:43:35.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-08-06T03:43:35.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-08-06T03:43:35.135Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26932024-08-06T03:43:40.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
26942024-08-06T03:43:40.855Z
26952024-08-06T03:43:40.855Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
26962024-08-06T03:43:41.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-08-06T03:43:41.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-08-06T03:43:41.471Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26992024-08-06T03:43:46.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
27002024-08-06T03:43:46.957Z
27012024-08-06T03:43:46.957Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27022024-08-06T03:43:47.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-08-06T03:43:47.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-08-06T03:43:47.571Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27052024-08-06T03:43:51.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
27062024-08-06T03:43:51.701Z
27072024-08-06T03:43:51.701Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27082024-08-06T03:43:52.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-08-06T03:43:52.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-08-06T03:43:52.324Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27112024-08-06T03:43:52.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27122024-08-06T03:43:52.785Z
27132024-08-06T03:43:52.785Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27142024-08-06T03:43:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-08-06T03:43:53.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-08-06T03:43:53.355Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27172024-08-06T03:43:54.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
27182024-08-06T03:43:54.298Z
27192024-08-06T03:43:54.298Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27202024-08-06T03:43:54.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-08-06T03:43:54.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-08-06T03:43:55.037Z Compiling glob v0.3.1
27232024-08-06T03:43:55.037Z Compiling crunchy v0.2.2
27242024-08-06T03:43:55.040Z Compiling tiny-keccak v2.0.2
27252024-08-06T03:43:55.148Z Compiling ascii-canvas v3.0.0
27262024-08-06T03:43:55.151Z Compiling ena v0.14.3
27272024-08-06T03:43:55.155Z Compiling libloading v0.8.3
27282024-08-06T03:43:55.180Z Compiling diff v0.1.13
27292024-08-06T03:43:55.183Z Compiling regex-syntax v0.6.29
27302024-08-06T03:43:55.445Z Compiling bindgen v0.69.4
27312024-08-06T03:43:55.556Z Compiling which v4.4.2
27322024-08-06T03:43:55.607Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27332024-08-06T03:43:55.663Z Compiling cexpr v0.6.0
27342024-08-06T03:43:55.825Z Compiling lazycell v1.3.0
27352024-08-06T03:43:55.842Z Compiling rustc-hash v1.1.0
27362024-08-06T03:43:55.993Z Compiling shlex v1.3.0
27372024-08-06T03:43:56.006Z Compiling ref-cast v1.0.23
27382024-08-06T03:43:56.095Z Compiling clang-sys v1.7.0
27392024-08-06T03:43:56.146Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27402024-08-06T03:43:56.227Z Compiling derive_builder_core v0.20.0
27412024-08-06T03:43:56.418Z Compiling libxml v0.3.3
27422024-08-06T03:43:56.437Z Compiling ref-cast-impl v1.0.23
27432024-08-06T03:43:56.453Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27442024-08-06T03:43:56.619Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27452024-08-06T03:43:56.810Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27462024-08-06T03:43:56.939Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27472024-08-06T03:43:57.097Z Compiling strum_macros v0.24.3
27482024-08-06T03:43:57.288Z Compiling cookie v0.18.1
27492024-08-06T03:43:57.430Z Compiling indoc v1.0.9
27502024-08-06T03:43:57.716Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27512024-08-06T03:43:58.004Z Compiling oso-derive v0.27.3
27522024-08-06T03:43:58.410Z Compiling lalrpop v0.19.12
27532024-08-06T03:43:58.612Z Compiling derive_builder_macro v0.20.0
27542024-08-06T03:43:59.112Z Compiling impl-trait-for-tuples v0.2.2
27552024-08-06T03:43:59.414Z Checking quick-xml v0.31.0
27562024-08-06T03:43:59.505Z Checking derive_builder v0.20.0
27572024-08-06T03:43:59.653Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27582024-08-06T03:43:59.966Z Checking maplit v1.0.2
27592024-08-06T03:44:01.052Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27602024-08-06T03:44:01.285Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27612024-08-06T03:44:01.523Z Checking bb8 v0.8.5
27622024-08-06T03:44:01.586Z Compiling const_format_proc_macros v0.2.32
27632024-08-06T03:44:02.007Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27642024-08-06T03:44:02.761Z Checking crossbeam-deque v0.8.5
27652024-08-06T03:44:02.979Z Compiling portable-atomic v1.6.0
27662024-08-06T03:44:03.093Z Checking rayon-core v1.12.1
27672024-08-06T03:44:03.750Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27682024-08-06T03:44:03.781Z Checking const_format v0.2.32
27692024-08-06T03:44:04.062Z Checking castaway v0.2.2
27702024-08-06T03:44:04.221Z Checking compact_str v0.7.1
27712024-08-06T03:44:04.284Z Checking rayon v1.10.0
27722024-08-06T03:44:05.005Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27732024-08-06T03:44:05.140Z Checking unicode-truncate v1.0.0
27742024-08-06T03:44:05.297Z Checking itertools v0.13.0
27752024-08-06T03:44:05.369Z Checking lru v0.12.3
27762024-08-06T03:44:05.723Z Compiling stability v0.2.0
27772024-08-06T03:44:06.771Z Checking cassowary v0.3.0
27782024-08-06T03:44:07.181Z Checking unicode-linebreak v0.1.5
27792024-08-06T03:44:07.348Z Checking number_prefix v0.4.0
27802024-08-06T03:44:07.541Z Checking smawk v0.3.2
27812024-08-06T03:44:07.618Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822024-08-06T03:44:07.759Z Checking textwrap v0.16.1
27832024-08-06T03:44:07.959Z Checking ratatui v0.27.0
27842024-08-06T03:44:08.133Z Checking multimap v0.10.0
27852024-08-06T03:44:08.136Z Checking indicatif v0.17.8
27862024-08-06T03:44:28.820Z Compiling samael v0.0.15
27872024-08-06T03:44:43.634Z Compiling polar-core v0.27.3
27882024-08-06T03:44:50.324Z Checking oso v0.27.3
27892024-08-06T03:45:17.144Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902024-08-06T03:45:21.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
27912024-08-06T03:45:21.852Z
27922024-08-06T03:45:21.852Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27932024-08-06T03:45:22.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-08-06T03:45:22.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-08-06T03:45:22.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-08-06T03:45:22.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27972024-08-06T03:45:22.499Z
27982024-08-06T03:45:22.499Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
27992024-08-06T03:45:23.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-08-06T03:45:23.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-08-06T03:45:23.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-08-06T03:45:23.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28032024-08-06T03:45:23.132Z
28042024-08-06T03:45:23.132Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28052024-08-06T03:45:23.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-08-06T03:45:23.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-08-06T03:45:23.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-08-06T03:45:23.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28092024-08-06T03:45:23.701Z
28102024-08-06T03:45:23.701Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28112024-08-06T03:45:24.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-08-06T03:45:24.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-08-06T03:45:24.440Z Compiling pin-project-internal v1.1.5
28142024-08-06T03:45:24.442Z Compiling snafu-derive v0.8.2
28152024-08-06T03:45:24.536Z Compiling buf-list v1.0.3
28162024-08-06T03:45:24.551Z Checking globset v0.4.14
28172024-08-06T03:45:24.554Z Checking olpc-cjson v0.1.3
28182024-08-06T03:45:24.554Z Checking rand_seeder v0.3.0
28192024-08-06T03:45:24.554Z Checking serde_plain v1.0.2
28202024-08-06T03:45:24.559Z Checking typed-path v0.7.1
28212024-08-06T03:45:24.754Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222024-08-06T03:45:24.785Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28232024-08-06T03:45:24.818Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28242024-08-06T03:45:24.975Z Checking parse-size v1.0.0
28252024-08-06T03:45:25.010Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28262024-08-06T03:45:25.071Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28272024-08-06T03:45:25.130Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28282024-08-06T03:45:25.147Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28292024-08-06T03:45:25.574Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302024-08-06T03:45:25.960Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28312024-08-06T03:45:26.039Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322024-08-06T03:45:26.055Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28332024-08-06T03:45:26.303Z Checking fatfs v0.3.6
28342024-08-06T03:45:26.412Z Checking assert_matches v1.5.0
28352024-08-06T03:45:27.328Z Checking pin-project v1.1.5
28362024-08-06T03:45:28.235Z Checking snafu v0.8.2
28372024-08-06T03:45:28.532Z Checking tough v0.17.1
28382024-08-06T03:45:31.265Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28392024-08-06T03:45:32.308Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28402024-08-06T03:46:12.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.40s
28412024-08-06T03:46:12.273Z
28422024-08-06T03:46:12.273Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28432024-08-06T03:46:12.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-08-06T03:46:12.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-08-06T03:46:12.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-08-06T03:46:12.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28472024-08-06T03:46:12.884Z
28482024-08-06T03:46:12.884Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28492024-08-06T03:46:13.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-08-06T03:46:13.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-08-06T03:46:13.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-08-06T03:46:13.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28532024-08-06T03:46:13.516Z
28542024-08-06T03:46:13.516Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28552024-08-06T03:46:14.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-08-06T03:46:14.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-08-06T03:46:14.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-08-06T03:46:14.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28592024-08-06T03:46:14.140Z
28602024-08-06T03:46:14.140Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28612024-08-06T03:46:14.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-08-06T03:46:14.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-08-06T03:46:14.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-08-06T03:46:14.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28652024-08-06T03:46:14.771Z
28662024-08-06T03:46:14.771Zinfo: running `cargo check --bins` on update-common (123/142)
28672024-08-06T03:46:15.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-08-06T03:46:15.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-08-06T03:46:15.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-08-06T03:46:15.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28712024-08-06T03:46:15.384Z
28722024-08-06T03:46:15.384Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28732024-08-06T03:46:15.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-08-06T03:46:15.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-08-06T03:46:15.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-08-06T03:46:15.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28772024-08-06T03:46:15.992Z
28782024-08-06T03:46:15.992Zinfo: running `cargo check --bins` on tufaceous (125/142)
28792024-08-06T03:46:16.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-08-06T03:46:16.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-08-06T03:46:16.613Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28822024-08-06T03:46:17.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
28832024-08-06T03:46:17.619Z
28842024-08-06T03:46:17.619Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28852024-08-06T03:46:18.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-08-06T03:46:18.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-08-06T03:46:18.385Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28882024-08-06T03:46:18.385Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28892024-08-06T03:46:18.388Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28902024-08-06T03:46:19.661Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28912024-08-06T03:46:22.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
28922024-08-06T03:46:22.298Z
28932024-08-06T03:46:22.298Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28942024-08-06T03:46:22.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-08-06T03:46:22.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-08-06T03:46:22.951Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28972024-08-06T03:46:22.951Z Checking heck v0.4.1
28982024-08-06T03:46:22.951Z Checking is_ci v1.2.0
28992024-08-06T03:46:22.954Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002024-08-06T03:46:22.954Z Checking indent_write v2.2.0
29012024-08-06T03:46:23.128Z Checking supports-color v3.0.0
29022024-08-06T03:46:23.229Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29032024-08-06T03:46:24.461Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29042024-08-06T03:46:25.219Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29052024-08-06T03:46:26.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
29062024-08-06T03:46:26.280Z
29072024-08-06T03:46:26.280Zinfo: running `cargo check --bins` on installinator-api (128/142)
29082024-08-06T03:46:26.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-08-06T03:46:26.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-08-06T03:46:26.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-08-06T03:46:26.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29122024-08-06T03:46:26.883Z
29132024-08-06T03:46:26.883Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29142024-08-06T03:46:27.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-08-06T03:46:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-08-06T03:46:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-08-06T03:46:27.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29182024-08-06T03:46:27.496Z
29192024-08-06T03:46:27.496Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29202024-08-06T03:46:28.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-08-06T03:46:28.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-08-06T03:46:28.159Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29232024-08-06T03:46:29.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
29242024-08-06T03:46:29.443Z
29252024-08-06T03:46:29.443Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29262024-08-06T03:46:29.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-08-06T03:46:30.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-08-06T03:46:30.071Z Checking memmap2 v0.9.4
29292024-08-06T03:46:30.071Z Checking arrayvec v0.7.4
29302024-08-06T03:46:30.071Z Checking constant_time_eq v0.3.0
29312024-08-06T03:46:30.071Z Checking untrusted v0.7.1
29322024-08-06T03:46:30.074Z Checking arrayref v0.3.7
29332024-08-06T03:46:30.074Z Checking spin v0.5.2
29342024-08-06T03:46:30.074Z Checking cargo-platform v0.1.8
29352024-08-06T03:46:30.160Z Checking topological-sort v0.2.2
29362024-08-06T03:46:30.235Z Checking shell-words v1.1.0
29372024-08-06T03:46:30.387Z Checking ring v0.16.20
29382024-08-06T03:46:30.444Z Checking blake3 v1.5.1
29392024-08-06T03:46:30.457Z Checking cargo_metadata v0.18.1
29402024-08-06T03:46:31.515Z Checking omicron-zone-package v0.11.0
29412024-08-06T03:46:32.543Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29422024-08-06T03:46:33.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
29432024-08-06T03:46:33.493Z
29442024-08-06T03:46:33.493Zinfo: running `cargo check --bins` on xtask (132/142)
29452024-08-06T03:46:33.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462024-08-06T03:46:33.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472024-08-06T03:46:33.937Z Checking serde v1.0.204
29482024-08-06T03:46:33.937Z Checking thiserror v1.0.63
29492024-08-06T03:46:33.940Z Checking scroll v0.12.0
29502024-08-06T03:46:33.940Z Checking hashbrown v0.14.5
29512024-08-06T03:46:34.011Z Checking bitflags v2.6.0
29522024-08-06T03:46:34.013Z Checking log v0.4.21
29532024-08-06T03:46:34.026Z Checking zerocopy v0.7.34
29542024-08-06T03:46:34.044Z Checking syn v2.0.72
29552024-08-06T03:46:34.110Z Checking pest v2.7.10
29562024-08-06T03:46:34.263Z Checking rustix v0.38.34
29572024-08-06T03:46:34.278Z Checking fs-err v2.11.0
29582024-08-06T03:46:34.445Z Checking goblin v0.8.2
29592024-08-06T03:46:34.574Z Checking tabled v0.15.0
29602024-08-06T03:46:35.109Z Checking indexmap v2.3.0
29612024-08-06T03:46:35.237Z Checking terminal_size v0.3.0
29622024-08-06T03:46:35.363Z Checking anyhow v1.0.86
29632024-08-06T03:46:35.393Z Checking clap_builder v4.5.13
29642024-08-06T03:46:36.327Z Checking dtrace-parser v0.2.0
29652024-08-06T03:46:38.068Z Checking clap v4.5.13
29662024-08-06T03:46:38.238Z Checking serde_json v1.0.122
29672024-08-06T03:46:38.238Z Checking serde_spanned v0.6.7
29682024-08-06T03:46:38.241Z Checking toml_datetime v0.6.8
29692024-08-06T03:46:38.241Z Checking semver v1.0.23
29702024-08-06T03:46:38.241Z Checking cargo-platform v0.1.8
29712024-08-06T03:46:38.241Z Checking camino v1.1.7
29722024-08-06T03:46:38.241Z Checking macaddr v1.0.1
29732024-08-06T03:46:38.556Z Checking toml_edit v0.22.20
29742024-08-06T03:46:39.185Z Checking dof v0.3.0
29752024-08-06T03:46:39.185Z Checking cargo_metadata v0.18.1
29762024-08-06T03:46:39.570Z Checking usdt-impl v0.5.0
29772024-08-06T03:46:39.906Z Checking usdt v0.5.0
29782024-08-06T03:46:40.173Z Checking toml v0.8.19
29792024-08-06T03:46:40.613Z Checking cargo_toml v0.20.4
29802024-08-06T03:46:41.761Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29812024-08-06T03:46:42.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s
29822024-08-06T03:46:42.387Z
29832024-08-06T03:46:42.387Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29842024-08-06T03:46:42.809Z Downloading crates ...
29852024-08-06T03:46:43.078Z Downloaded option-ext v0.2.0
29862024-08-06T03:46:43.081Z Downloaded md5 v0.7.0
29872024-08-06T03:46:43.086Z Downloaded russh v0.43.0
29882024-08-06T03:46:43.092Z Downloaded dhcproto-macros v0.1.0
29892024-08-06T03:46:43.094Z Downloaded russh-cryptovec v0.7.2
29902024-08-06T03:46:43.097Z Downloaded dirs v5.0.1
29912024-08-06T03:46:43.100Z Downloaded rand_core v0.5.1
29922024-08-06T03:46:43.100Z Downloaded hex-literal v0.4.1
29932024-08-06T03:46:43.100Z Downloaded cbc v0.1.2
29942024-08-06T03:46:43.103Z Downloaded pbkdf2 v0.11.0
29952024-08-06T03:46:43.106Z Downloaded ed25519 v2.2.3
29962024-08-06T03:46:43.108Z Downloaded rand_chacha v0.2.2
29972024-08-06T03:46:43.108Z Downloaded primeorder v0.13.6
29982024-08-06T03:46:43.111Z Downloaded polyval v0.6.2
29992024-08-06T03:46:43.111Z Downloaded dirs-sys v0.4.1
30002024-08-06T03:46:43.114Z Downloaded pbkdf2 v0.12.2
30012024-08-06T03:46:43.114Z Downloaded rfc6979 v0.4.0
30022024-08-06T03:46:43.114Z Downloaded internet-checksum v0.2.1
30032024-08-06T03:46:43.117Z Downloaded ghash v0.5.1
30042024-08-06T03:46:43.117Z Downloaded blowfish v0.9.1
30052024-08-06T03:46:43.117Z Downloaded getrandom v0.1.16
30062024-08-06T03:46:43.120Z Downloaded ctr v0.9.2
30072024-08-06T03:46:43.123Z Downloaded ecdsa v0.16.9
30082024-08-06T03:46:43.123Z Downloaded password-hash v0.4.2
30092024-08-06T03:46:43.126Z Downloaded russh-keys v0.43.0
30102024-08-06T03:46:43.129Z Downloaded dhcproto v0.11.0
30112024-08-06T03:46:43.131Z Downloaded bcrypt-pbkdf v0.10.0
30122024-08-06T03:46:43.131Z Downloaded p256 v0.13.2
30132024-08-06T03:46:43.141Z Downloaded ed25519-dalek v2.1.1
30142024-08-06T03:46:43.147Z Downloaded rand v0.7.3
30152024-08-06T03:46:43.152Z Downloaded p521 v0.13.3
30162024-08-06T03:46:43.155Z Downloaded aes-gcm v0.10.3
30172024-08-06T03:46:43.158Z Downloaded aes v0.8.4
30182024-08-06T03:46:43.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-08-06T03:46:43.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-08-06T03:46:43.286Z Compiling getrandom v0.1.16
30212024-08-06T03:46:43.386Z Checking rfc6979 v0.4.0
30222024-08-06T03:46:43.398Z Checking primeorder v0.13.6
30232024-08-06T03:46:43.401Z Checking option-ext v0.2.0
30242024-08-06T03:46:43.409Z Checking ed25519 v2.2.3
30252024-08-06T03:46:43.412Z Checking polyval v0.6.2
30262024-08-06T03:46:43.412Z Checking blowfish v0.9.1
30272024-08-06T03:46:43.412Z Checking aes v0.8.4
30282024-08-06T03:46:43.515Z Checking ecdsa v0.16.9
30292024-08-06T03:46:43.540Z Checking dirs-sys v0.4.1
30302024-08-06T03:46:43.679Z Checking ctr v0.9.2
30312024-08-06T03:46:43.707Z Checking password-hash v0.4.2
30322024-08-06T03:46:43.724Z Checking pbkdf2 v0.12.2
30332024-08-06T03:46:43.739Z Checking ghash v0.5.1
30342024-08-06T03:46:43.832Z Checking dirs v5.0.1
30352024-08-06T03:46:43.880Z Checking bcrypt-pbkdf v0.10.0
30362024-08-06T03:46:43.898Z Checking ed25519-dalek v2.1.1
30372024-08-06T03:46:43.958Z Checking cbc v0.1.2
30382024-08-06T03:46:43.976Z Checking russh-cryptovec v0.7.2
30392024-08-06T03:46:44.095Z Checking pbkdf2 v0.11.0
30402024-08-06T03:46:44.127Z Checking md5 v0.7.0
30412024-08-06T03:46:44.156Z Compiling dhcproto-macros v0.1.0
30422024-08-06T03:46:44.172Z Checking hex-literal v0.4.1
30432024-08-06T03:46:44.193Z Checking p521 v0.13.3
30442024-08-06T03:46:44.211Z Checking p256 v0.13.2
30452024-08-06T03:46:44.286Z Checking aes-gcm v0.10.3
30462024-08-06T03:46:44.289Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30472024-08-06T03:46:44.344Z Checking rand_core v0.5.1
30482024-08-06T03:46:44.362Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30492024-08-06T03:46:44.400Z Checking internet-checksum v0.2.1
30502024-08-06T03:46:44.625Z Checking rand_chacha v0.2.2
30512024-08-06T03:46:44.855Z Checking rand v0.7.3
30522024-08-06T03:46:44.906Z Checking dhcproto v0.11.0
30532024-08-06T03:46:45.763Z Checking russh-keys v0.43.0
30542024-08-06T03:46:46.478Z Checking russh v0.43.0
30552024-08-06T03:47:02.231Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30562024-08-06T03:47:03.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
30572024-08-06T03:47:03.627Z
30582024-08-06T03:47:03.628Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30592024-08-06T03:47:04.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-08-06T03:47:04.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-08-06T03:47:04.224Z Checking termios v0.3.3
30622024-08-06T03:47:04.420Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30632024-08-06T03:47:05.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
30642024-08-06T03:47:05.270Z
30652024-08-06T03:47:05.270Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30662024-08-06T03:47:05.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-08-06T03:47:05.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-08-06T03:47:05.919Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30692024-08-06T03:47:07.847Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30702024-08-06T03:47:09.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
30712024-08-06T03:47:09.678Z
30722024-08-06T03:47:09.678Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30732024-08-06T03:47:10.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-08-06T03:47:10.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-08-06T03:47:10.262Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30762024-08-06T03:47:10.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30772024-08-06T03:47:10.830Z
30782024-08-06T03:47:10.830Zinfo: running `cargo check --bins` on omicron-package (137/142)
30792024-08-06T03:47:11.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-08-06T03:47:11.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-08-06T03:47:11.452Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30822024-08-06T03:47:12.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
30832024-08-06T03:47:12.772Z
30842024-08-06T03:47:12.772Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30852024-08-06T03:47:13.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-08-06T03:47:13.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-08-06T03:47:13.435Z Checking rtoolbox v0.0.2
30882024-08-06T03:47:13.435Z Checking tui-tree-widget v0.21.0
30892024-08-06T03:47:13.435Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30902024-08-06T03:47:13.637Z Checking rpassword v7.3.1
30912024-08-06T03:47:17.318Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30922024-08-06T03:47:19.949Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30932024-08-06T03:47:20.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s
30942024-08-06T03:47:21.129Z
30952024-08-06T03:47:21.129Zinfo: running `cargo check --bins` on wicket (139/142)
30962024-08-06T03:47:21.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-08-06T03:47:21.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-08-06T03:47:21.767Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30992024-08-06T03:47:22.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31002024-08-06T03:47:22.281Z
31012024-08-06T03:47:22.281Zinfo: running `cargo check --bins` on wicketd (140/142)
31022024-08-06T03:47:22.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-08-06T03:47:22.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-08-06T03:47:22.940Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31052024-08-06T03:47:26.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
31062024-08-06T03:47:26.538Z
31072024-08-06T03:47:26.538Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31082024-08-06T03:47:27.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-08-06T03:47:27.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-08-06T03:47:27.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112024-08-06T03:47:27.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122024-08-06T03:47:27.099Z
31132024-08-06T03:47:27.099Zinfo: running `cargo check --bins` on zone-setup (142/142)
31142024-08-06T03:47:27.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-08-06T03:47:27.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-08-06T03:47:27.777Z Checking uzers v0.11.3
31172024-08-06T03:47:28.057Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31182024-08-06T03:47:29.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
31192024-08-06T03:47:29.207Z
31202024-08-06T03:47:29.207Zreal 10:07.915934843
31212024-08-06T03:47:29.207Zuser 21:48.386801727
31222024-08-06T03:47:29.207Zsys 4:35.627302769
31232024-08-06T03:47:29.207Ztrap 0.449264865
31242024-08-06T03:47:29.207Ztflt 2.403603507
31252024-08-06T03:47:29.207Zdflt 2.005843258
31262024-08-06T03:47:29.207Zkflt 0.000797293
31272024-08-06T03:47:29.207Zlock 38:49.306563885
31282024-08-06T03:47:29.207Zslp 1:46:18.341912038
31292024-08-06T03:47:29.207Zlat 52.682742612
31302024-08-06T03:47:29.207Zstop 2:36.564148336
31312024-08-06T03:47:29.210Zprocess exited: duration 841445 ms, exit code 0
 
31322024-08-06T03:47:29.217Zfound 0 output files