01JBK548ECQT0B7GVH92YMVDM6: 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: 01JBK54JQ9ZSTNG45C13GA17TW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-01T06:04:17.178Zjob assigned to worker 01JBK54PTBSC3V28WPMG3C1W0P (queued for 51 s)
 
22024-11-01T06:04:24.399Zstarting task 0: "setup"
32024-11-01T06:04:24.408Z++ uname -s
42024-11-01T06:04:24.411Z+ kern=SunOS
52024-11-01T06:04:24.411Z+ case "$kern" in
62024-11-01T06:04:24.411Z+ [[ 0 == 12345 ]]
72024-11-01T06:04:24.411Z+ groupadd -g 12345 build
82024-11-01T06:04:24.414Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-01T06:04:26.424Z+ zfs create -o mountpoint=/work rpool/work
102024-11-01T06:04:26.549Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-01T06:04:26.552Z+ home_fs=zfs
122024-11-01T06:04:26.552Z+ [[ zfs == autofs ]]
132024-11-01T06:04:26.552Z+ mkdir -p /home/build
142024-11-01T06:04:26.555Z+ chown build:build /home/build /work
152024-11-01T06:04:28.557Z+ chmod 0700 /home/build /work
162024-11-01T06:04:28.559Zprocess exited: duration 4161 ms, exit code 0
 
172024-11-01T06:04:28.565Zstarting task 1: "rust-toolchain"
182024-11-01T06:04:28.571Z+ printf ' * toolchain channel = "%s"
192024-11-01T06:04:28.571Z' 1.82.0
202024-11-01T06:04:28.574Z * toolchain channel = "1.82.0"
212024-11-01T06:04:28.574Z+ printf ' * toolchain profile = "%s"
222024-11-01T06:04:28.574Z' default
232024-11-01T06:04:28.574Z * toolchain profile = "default"
242024-11-01T06:04:28.574Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-01T06:04:28.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-01T06:04:28.692Zinfo: downloading installer
272024-11-01T06:04:30.033Zinfo: profile set to 'default'
282024-11-01T06:04:30.033Zinfo: default host triple is x86_64-unknown-illumos
292024-11-01T06:04:30.035Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-01T06:04:30.190Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-01T06:04:30.190Zinfo: downloading component 'cargo'
322024-11-01T06:04:31.031Zinfo: downloading component 'clippy'
332024-11-01T06:04:31.351Zinfo: downloading component 'rust-docs'
342024-11-01T06:04:32.533Zinfo: downloading component 'rust-std'
352024-11-01T06:04:34.407Zinfo: downloading component 'rustc'
362024-11-01T06:04:41.048Zinfo: downloading component 'rustfmt'
372024-11-01T06:04:41.289Zinfo: installing component 'cargo'
382024-11-01T06:04:42.107Zinfo: installing component 'clippy'
392024-11-01T06:04:42.499Zinfo: installing component 'rust-docs'
402024-11-01T06:04:44.170Zinfo: installing component 'rust-std'
412024-11-01T06:04:46.096Zinfo: installing component 'rustc'
422024-11-01T06:04:52.096Zinfo: installing component 'rustfmt'
432024-11-01T06:04:52.428Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-01T06:04:52.428Z
452024-11-01T06:04:52.806Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-01T06:04:52.807Z
472024-11-01T06:04:52.809Z
482024-11-01T06:04:52.809ZRust is installed now. Great!
492024-11-01T06:04:52.809Z
502024-11-01T06:04:52.809ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-01T06:04:52.809Zenvironment variable. This has not been done automatically.
522024-11-01T06:04:52.809Z
532024-11-01T06:04:52.809ZTo configure your current shell, you need to source
542024-11-01T06:04:52.809Zthe corresponding env file under $HOME/.cargo.
552024-11-01T06:04:52.810Z
562024-11-01T06:04:52.810ZThis is usually done by running one of the following (note the leading DOT):
572024-11-01T06:04:52.810Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-01T06:04:52.810Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-01T06:04:52.882Z+ rustc --version
602024-11-01T06:04:52.949Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-01T06:04:52.956Zprocess exited: duration 24384 ms, exit code 0
 
622024-11-01T06:04:52.966Zstarting task 2: "authentication"
632024-11-01T06:04:52.988Zprocess exited: duration 21 ms, exit code 0
 
642024-11-01T06:04:52.999Zstarting task 3: "clone repository"
652024-11-01T06:04:53.004Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-01T06:04:53.010Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-01T06:04:53.045ZCloning into '/work/oxidecomputer/omicron'...
682024-11-01T06:04:59.810Z+ cd /work/oxidecomputer/omicron
692024-11-01T06:04:59.810Z+ git fetch origin aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16
702024-11-01T06:05:00.075ZFrom https://github.com/oxidecomputer/omicron
712024-11-01T06:05:00.075Z * branch aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16 -> FETCH_HEAD
722024-11-01T06:05:00.085Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
732024-11-01T06:05:00.091Z++ git branch --show-current
742024-11-01T06:05:00.091Z+ current=main
752024-11-01T06:05:00.091Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
762024-11-01T06:05:00.092Z+ git branch -f renovate/anyhow-1.x-lockfile aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16
772024-11-01T06:05:00.106Z+ git checkout -f renovate/anyhow-1.x-lockfile
782024-11-01T06:05:00.222ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
792024-11-01T06:05:00.225Z+ git reset --hard aaf42b74b10d8dfa1f202ba92cabb6c2a3c15b16
802024-11-01T06:05:00.352ZHEAD is now at aaf42b74b Update Rust crate anyhow to v1.0.92
812024-11-01T06:05:00.359Zprocess exited: duration 7354 ms, exit code 0
 
822024-11-01T06:05:00.390Zstarting task 4: "build"
832024-11-01T06:05:00.453Z+ source .github/buildomat/ci-env.sh
842024-11-01T06:05:00.453Z++ export CARGO_TERM_COLOR=always
852024-11-01T06:05:00.453Z++ CARGO_TERM_COLOR=always
862024-11-01T06:05:00.453Z+ cargo --version
872024-11-01T06:05:00.458Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-01T06:05:00.458Z+ rustc --version
892024-11-01T06:05:00.511Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-01T06:05:00.520Z+ source ./env.sh
912024-11-01T06:05:00.520Z++ OLD_SHELL_OPTS=ehxB
922024-11-01T06:05:00.520Z++ set -o xtrace
932024-11-01T06:05:00.520Z++++ dirname ./env.sh
942024-11-01T06:05:00.520Z+++ readlink -f .
952024-11-01T06:05:00.531Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-11-01T06:05:00.531Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-01T06:05:00.531Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-01T06:05:00.531Z++ 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
992024-11-01T06:05:00.531Z++ 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
1002024-11-01T06:05:00.538Z++ 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
1012024-11-01T06:05:00.538Z++ 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
1022024-11-01T06:05:00.538Z++ 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
1032024-11-01T06:05:00.538Z++ 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
1042024-11-01T06:05:00.538Z++ case $OLD_SHELL_OPTS in
1052024-11-01T06:05:00.538Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-11-01T06:05:00.538Z+ 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
1072024-11-01T06:05:00.538Z+ 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
1082024-11-01T06:05:00.538Z+ banner prerequisites
1092024-11-01T06:05:00.538Z
1102024-11-01T06:05:00.539Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-11-01T06:05:00.539Z # # # # # # # # # # # # # # #
1122024-11-01T06:05:00.539Z # # # # ##### # # ##### # # # # # #### #
1132024-11-01T06:05:00.539Z ##### ##### # ##### # # # # # # # # #
1142024-11-01T06:05:00.539Z # # # # # # # # # # # # # # #
1152024-11-01T06:05:00.545Z # # # ###### # # ###### ### # #### # #### #
1162024-11-01T06:05:00.545Z
1172024-11-01T06:05:00.545Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-11-01T06:05:08.603Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-11-01T06:05:11.581Z Startup: Caching catalogs ... Done
1202024-11-01T06:05:18.834ZPlanning: Solver setup ... Done (6.385s)
1212024-11-01T06:05:18.927ZPlanning: Running solver ... Done (0.093s)
1222024-11-01T06:05:19.011ZPlanning: Finding local manifests ... Done (0.004s)
1232024-11-01T06:05:19.028ZPlanning: Fetching manifests: 0/5 0% complete
1242024-11-01T06:05:19.255ZPlanning: Fetching manifests: 5/5 100% complete
1252024-11-01T06:05:19.358ZPlanning: Package planning ... Done (0.102s)
1262024-11-01T06:05:19.412ZPlanning: Merging actions ... Done (0.055s)
1272024-11-01T06:05:19.604ZPlanning: Checking for conflicting actions ... Done (0.191s)
1282024-11-01T06:05:21.558ZPlanning: Consolidating action changes ... Done (1.954s)
1292024-11-01T06:05:21.996ZPlanning: Evaluating mediators ... Done (0.437s)
1302024-11-01T06:05:22.080ZPlanning: Planning completed in 10.41 seconds
1312024-11-01T06:05:22.097Z Packages to install: 4
1322024-11-01T06:05:22.097Z Packages to update: 1
1332024-11-01T06:05:22.100Z Mediators to change: 2
1342024-11-01T06:05:22.100Z Services to change: 1
1352024-11-01T06:05:22.100Z Estimated space available: 155.61 GB
1362024-11-01T06:05:22.100ZEstimated space to be consumed: 1.58 GB
1372024-11-01T06:05:22.100Z Create boot environment: No
1382024-11-01T06:05:22.100ZCreate backup boot environment: Yes
1392024-11-01T06:05:22.100Z Rebuild boot archive: No
1402024-11-01T06:05:22.100Z
1412024-11-01T06:05:22.100ZChanged mediators:
1422024-11-01T06:05:22.100Z mediator clang:
1432024-11-01T06:05:22.100Z version: None -> 15 (system default)
1442024-11-01T06:05:22.100Z
1452024-11-01T06:05:22.100Z mediator llvm:
1462024-11-01T06:05:22.100Z version: 14 (system default) -> 15 (system default)
1472024-11-01T06:05:22.100Z
1482024-11-01T06:05:22.100ZChanged packages:
1492024-11-01T06:05:22.100Zhelios-dev
1502024-11-01T06:05:22.100Z developer/build-essential
1512024-11-01T06:05:22.100Z None -> 11-2.0
1522024-11-01T06:05:22.100Z library/libxmlsec1
1532024-11-01T06:05:22.100Z None -> 1.2.35-2.0
1542024-11-01T06:05:22.100Z ooce/developer/clang-15
1552024-11-01T06:05:22.100Z None -> 15.0.7-2.0
1562024-11-01T06:05:22.100Z ooce/developer/llvm-15
1572024-11-01T06:05:22.100Z None -> 15.0.7-2.0
1582024-11-01T06:05:22.100Z package/pkg
1592024-11-01T06:05:22.100Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-11-01T06:05:22.101Z
1612024-11-01T06:05:22.101ZServices:
1622024-11-01T06:05:22.101Z restart_fmri:
1632024-11-01T06:05:22.101Z svc:/system/update-man-index:default
1642024-11-01T06:05:22.101Z
1652024-11-01T06:05:22.101ZEditable files to change:
1662024-11-01T06:05:22.101Z Update:
1672024-11-01T06:05:22.101Z usr/share/lib/pkg/web/config.shtml
1682024-11-01T06:05:22.178Z
1692024-11-01T06:05:22.178ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-11-01T06:05:27.247ZDownload: 1184/4281 items 62.1/220.6MB 28% complete (12.7M/s)
1712024-11-01T06:05:32.248ZDownload: 1997/4281 items 118.7/220.6MB 53% complete (11.9M/s)
1722024-11-01T06:05:37.279ZDownload: 3149/4281 items 153.8/220.6MB 69% complete (9.1M/s)
1732024-11-01T06:05:42.437ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (10.1M/s)
1742024-11-01T06:05:47.439ZDownload: 3741/4281 items 217.3/220.6MB 98% complete (6.0M/s)
1752024-11-01T06:05:50.424ZDownload: Completed 220.60 MB in 28.24 seconds (7.8M/s)
1762024-11-01T06:05:52.455Z Actions: 1/5063 actions (Removing old actions)
1772024-11-01T06:05:52.476Z Actions: 194/5063 actions (Installing new actions)
1782024-11-01T06:05:57.167Z Actions: 4226/5063 actions (Updating modified actions)
1792024-11-01T06:05:57.492Z Actions: Completed 5063 actions in 5.04 seconds.
1802024-11-01T06:05:57.848Z Done (0.349s)
1812024-11-01T06:05:57.851Z Done (0.000s)
1822024-11-01T06:05:58.350Z Done (0.500s)
1832024-11-01T06:06:02.850Z Done (4.292s)
1842024-11-01T06:06:02.940Z Done (0.017s)
1852024-11-01T06:06:02.943Z Done (0.000s)
1862024-11-01T06:06:03.115Z Done (0.000s)
1872024-11-01T06:06:03.782ZPlanning: Evaluating mediator changes ... Done
1882024-11-01T06:06:03.942ZPlanning: Checking for conflicting actions ... Done
1892024-11-01T06:06:03.946ZPlanning: Consolidating action changes ... Done
1902024-11-01T06:06:04.220ZPlanning: Evaluating mediators ... Done
1912024-11-01T06:06:04.223ZPlanning: Planning completed in 0.44 seconds
1922024-11-01T06:06:04.261Z Mediators to change: 2
1932024-11-01T06:06:04.261Z Create boot environment: No
1942024-11-01T06:06:04.264ZCreate backup boot environment: No
1952024-11-01T06:06:04.340Z Done
1962024-11-01T06:06:04.341Z Done
1972024-11-01T06:06:04.670Z Done
1982024-11-01T06:06:08.256Z Done
1992024-11-01T06:06:08.348Z Done
2002024-11-01T06:06:08.351Z Done
2012024-11-01T06:06:08.477Z Done
2022024-11-01T06:06:09.110ZPlanning: Evaluating mediator changes ... Done
2032024-11-01T06:06:09.113ZPlanning: Merging actions ... Done
2042024-11-01T06:06:09.306ZPlanning: Checking for conflicting actions ... Done
2052024-11-01T06:06:09.309ZPlanning: Consolidating action changes ... Done
2062024-11-01T06:06:09.584ZPlanning: Evaluating mediators ... Done
2072024-11-01T06:06:09.643ZPlanning: Planning completed in 0.79 seconds
2082024-11-01T06:06:09.684Z Packages to change: 1
2092024-11-01T06:06:09.684Z Mediators to change: 1
2102024-11-01T06:06:09.687Z Services to change: 1
2112024-11-01T06:06:09.687Z Create boot environment: No
2122024-11-01T06:06:09.687ZCreate backup boot environment: Yes
2132024-11-01T06:06:11.767Z Actions: 1/6 actions (Updating modified actions)
2142024-11-01T06:06:11.770Z Actions: Completed 6 actions in 0.00 seconds.
2152024-11-01T06:06:11.770Z Done
2162024-11-01T06:06:11.770Z Done
2172024-11-01T06:06:11.871Z Done
2182024-11-01T06:06:15.427Z Done
2192024-11-01T06:06:15.520Z Done
2202024-11-01T06:06:15.523Z Done
2212024-11-01T06:06:15.638Z Done
2222024-11-01T06:06:16.088ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-11-01T06:06:16.088Zclang system 15 system
2242024-11-01T06:06:16.088Zcsh system system illumos
2252024-11-01T06:06:16.088Zctags system system illumos
2262024-11-01T06:06:16.088Zgcc vendor 12 vendor
2272024-11-01T06:06:16.088Zgcc system 10 system
2282024-11-01T06:06:16.088Zgcc system 7 system
2292024-11-01T06:06:16.088Zgo system 1.20 system
2302024-11-01T06:06:16.088Zgo system 1.19 system
2312024-11-01T06:06:16.088Zllvm system 15 system
2322024-11-01T06:06:16.089Zllvm system 14 system
2332024-11-01T06:06:16.089Zmariadb system 10.6 system
2342024-11-01T06:06:16.089Zmta vendor vendor dma
2352024-11-01T06:06:16.089Zopenjdk system 17 system
2362024-11-01T06:06:16.089Zopenjdk system 11 system
2372024-11-01T06:06:16.089Zopenjdk system 1.8 system
2382024-11-01T06:06:16.089Zopenssl vendor 3 vendor
2392024-11-01T06:06:16.089Zperl system 5.36 system
2402024-11-01T06:06:16.089Zpostgresql system 15 system
2412024-11-01T06:06:16.089Zpostgresql system 13 system
2422024-11-01T06:06:16.089Zpython vendor 3 vendor
2432024-11-01T06:06:16.089Zpython system 2 system
2442024-11-01T06:06:16.089Zpython3 system 3.11 system
2452024-11-01T06:06:16.089Zruby system 3.0 system
2462024-11-01T06:06:16.089Zwords vendor vendor american-english
2472024-11-01T06:06:16.090Zwords system system australian-english
2482024-11-01T06:06:16.090Zwords system system british-english
2492024-11-01T06:06:16.090Zwords system system canadian-english
2502024-11-01T06:06:16.090Zwords system system french
2512024-11-01T06:06:16.090Zwords system system italian
2522024-11-01T06:06:16.090Zwords system system ngerman
2532024-11-01T06:06:16.090Zwords system system ogerman
2542024-11-01T06:06:16.090Zwords system system spanish
2552024-11-01T06:06:16.420ZPUBLISHER TYPE STATUS P LOCATION
2562024-11-01T06:06:16.420Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-11-01T06:06:18.831ZFMRI IFO
2582024-11-01T06:06:18.831Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-11-01T06:06:18.831Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-11-01T06:06:18.831Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-11-01T06:06:18.831Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-11-01T06:06:18.831Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-11-01T06:06:18.831Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-11-01T06:06:18.831Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-11-01T06:06:18.831Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-11-01T06:06:18.831Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-11-01T06:06:18.831Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-11-01T06:06:18.831Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-11-01T06:06:18.831Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-11-01T06:06:18.831Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-11-01T06:06:18.831Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-11-01T06:06:18.831Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-11-01T06:06:19.508Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-11-01T06:06:19.770Z Updating crates.io index
2752024-11-01T06:06:19.773Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-11-01T06:06:20.575Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-11-01T06:06:20.833Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-11-01T06:06:21.217Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-11-01T06:06:21.464Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-11-01T06:06:22.437Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-11-01T06:06:24.752Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-11-01T06:06:25.789Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-11-01T06:06:26.500Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-11-01T06:06:26.759Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-11-01T06:06:27.030Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-11-01T06:06:27.562Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-11-01T06:06:27.970Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-11-01T06:06:28.367Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-11-01T06:06:28.647Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-11-01T06:06:28.922Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-11-01T06:06:29.161Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-11-01T06:06:29.580Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-11-01T06:06:29.851Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-11-01T06:06:30.172Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-11-01T06:06:30.507Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-11-01T06:06:30.947Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-11-01T06:06:31.231Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-11-01T06:06:31.672Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-11-01T06:06:32.223Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-11-01T06:06:32.608Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-11-01T06:06:32.865Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-11-01T06:06:34.173Z Downloading crates ...
3032024-11-01T06:06:34.256Z Downloaded anstyle v1.0.8
3042024-11-01T06:06:34.296Z Downloaded toml_datetime v0.6.8
3052024-11-01T06:06:34.300Z Downloaded clap v4.5.20
3062024-11-01T06:06:34.308Z Downloaded memmap v0.7.0
3072024-11-01T06:06:34.311Z Downloaded thread-id v4.2.2
3082024-11-01T06:06:34.314Z Downloaded pretty-hex v0.4.1
3092024-11-01T06:06:34.314Z Downloaded crypto-common v0.1.6
3102024-11-01T06:06:34.314Z Downloaded clap_lex v0.7.2
3112024-11-01T06:06:34.316Z Downloaded fs-err v2.11.0
3122024-11-01T06:06:34.319Z Downloaded cargo_metadata v0.18.1
3132024-11-01T06:06:34.319Z Downloaded block-buffer v0.10.4
3142024-11-01T06:06:34.321Z Downloaded errno v0.3.9
3152024-11-01T06:06:34.326Z Downloaded version_check v0.9.5
3162024-11-01T06:06:34.329Z Downloaded strsim v0.11.1
3172024-11-01T06:06:34.329Z Downloaded usdt-impl v0.5.0
3182024-11-01T06:06:34.332Z Downloaded serde_tokenstream v0.2.2
3192024-11-01T06:06:34.334Z Downloaded macaddr v1.0.1
3202024-11-01T06:06:34.337Z Downloaded dof v0.3.0
3212024-11-01T06:06:34.339Z Downloaded unicode-linebreak v0.1.5
3222024-11-01T06:06:34.339Z Downloaded camino v1.1.9
3232024-11-01T06:06:34.342Z Downloaded anstyle-parse v0.2.5
3242024-11-01T06:06:34.344Z Downloaded anstream v0.6.15
3252024-11-01T06:06:34.358Z Downloaded zerocopy-derive v0.7.35
3262024-11-01T06:06:34.362Z Downloaded pest_meta v2.7.14
3272024-11-01T06:06:34.364Z Downloaded tempfile v3.13.0
3282024-11-01T06:06:34.367Z Downloaded dtrace-parser v0.2.0
3292024-11-01T06:06:34.369Z Downloaded semver v1.0.23
3302024-11-01T06:06:34.371Z Downloaded colorchoice v1.0.2
3312024-11-01T06:06:34.371Z Downloaded equivalent v1.0.1
3322024-11-01T06:06:34.377Z Downloaded serde_derive v1.0.210
3332024-11-01T06:06:34.380Z Downloaded ucd-trie v0.1.7
3342024-11-01T06:06:34.384Z Downloaded proc-macro2 v1.0.87
3352024-11-01T06:06:34.386Z Downloaded ryu v1.0.18
3362024-11-01T06:06:34.390Z Downloaded swrite v0.1.0
3372024-11-01T06:06:34.390Z Downloaded scroll_derive v0.12.0
3382024-11-01T06:06:34.392Z Downloaded usdt-attr-macro v0.5.0
3392024-11-01T06:06:34.399Z Downloaded proc-macro-error-attr v1.0.4
3402024-11-01T06:06:34.402Z Downloaded is_terminal_polyfill v1.70.1
3412024-11-01T06:06:34.404Z Downloaded camino-tempfile v1.1.1
3422024-11-01T06:06:34.406Z Downloaded autocfg v1.4.0
3432024-11-01T06:06:34.407Z Downloaded byteorder v1.5.0
3442024-11-01T06:06:34.409Z Downloaded anyhow v1.0.92
3452024-11-01T06:06:34.412Z Downloaded plain v0.2.3
3462024-11-01T06:06:34.417Z Downloaded itoa v1.0.11
3472024-11-01T06:06:34.417Z Downloaded cargo-platform v0.1.8
3482024-11-01T06:06:34.417Z Downloaded heck v0.5.0
3492024-11-01T06:06:34.417Z Downloaded digest v0.10.7
3502024-11-01T06:06:34.420Z Downloaded anstyle-query v1.1.1
3512024-11-01T06:06:34.420Z Downloaded heck v0.4.1
3522024-11-01T06:06:34.422Z Downloaded cpufeatures v0.2.14
3532024-11-01T06:06:34.422Z Downloaded fnv v1.0.7
3542024-11-01T06:06:34.425Z Downloaded cfg-if v1.0.0
3552024-11-01T06:06:34.429Z Downloaded textwrap v0.16.1
3562024-11-01T06:06:34.433Z Downloaded thiserror v1.0.64
3572024-11-01T06:06:34.437Z Downloaded generic-array v0.14.7
3582024-11-01T06:06:34.439Z Downloaded serde_spanned v0.6.8
3592024-11-01T06:06:34.442Z Downloaded utf8parse v0.2.2
3602024-11-01T06:06:34.445Z Downloaded scroll v0.12.0
3612024-11-01T06:06:34.445Z Downloaded usdt v0.5.0
3622024-11-01T06:06:34.449Z Downloaded thiserror-impl v1.0.64
3632024-11-01T06:06:34.452Z Downloaded tabled_derive v0.7.0
3642024-11-01T06:06:34.452Z Downloaded smawk v0.3.2
3652024-11-01T06:06:34.454Z Downloaded pest_derive v2.7.14
3662024-11-01T06:06:34.457Z Downloaded cargo_toml v0.20.5
3672024-11-01T06:06:34.460Z Downloaded usdt-macro v0.5.0
3682024-11-01T06:06:34.462Z Downloaded fastrand v2.1.1
3692024-11-01T06:06:34.463Z Downloaded pest_generator v2.7.14
3702024-11-01T06:06:34.465Z Downloaded proc-macro-error v1.0.4
3712024-11-01T06:06:34.468Z Downloaded indexmap v2.6.0
3722024-11-01T06:06:34.470Z Downloaded once_cell v1.20.2
3732024-11-01T06:06:34.473Z Downloaded terminal_size v0.4.0
3742024-11-01T06:06:34.476Z Downloaded sha2 v0.10.8
3752024-11-01T06:06:34.479Z Downloaded quote v1.0.37
3762024-11-01T06:06:34.481Z Downloaded clap_derive v4.5.18
3772024-11-01T06:06:34.484Z Downloaded log v0.4.22
3782024-11-01T06:06:34.486Z Downloaded bytecount v0.6.8
3792024-11-01T06:06:34.489Z Downloaded bitflags v2.6.0
3802024-11-01T06:06:34.491Z Downloaded unicode-ident v1.0.13
3812024-11-01T06:06:34.494Z Downloaded typenum v1.17.0
3822024-11-01T06:06:34.496Z Downloaded papergrid v0.11.0
3832024-11-01T06:06:34.520Z Downloaded toml v0.8.19
3842024-11-01T06:06:34.524Z Downloaded hashbrown v0.15.0
3852024-11-01T06:06:34.531Z Downloaded serde v1.0.210
3862024-11-01T06:06:34.543Z Downloaded memchr v2.7.4
3872024-11-01T06:06:34.547Z Downloaded pest v2.7.14
3882024-11-01T06:06:34.560Z Downloaded toml_edit v0.22.22
3892024-11-01T06:06:34.612Z Downloaded clap_builder v4.5.20
3902024-11-01T06:06:34.622Z Downloaded zerocopy v0.7.35
3912024-11-01T06:06:34.637Z Downloaded winnow v0.6.20
3922024-11-01T06:06:34.645Z Downloaded goblin v0.8.2
3932024-11-01T06:06:34.651Z Downloaded tabled v0.15.0
3942024-11-01T06:06:34.666Z Downloaded syn v2.0.79
3952024-11-01T06:06:34.676Z Downloaded unicode-width v0.1.14
3962024-11-01T06:06:34.681Z Downloaded syn v1.0.109
3972024-11-01T06:06:34.690Z Downloaded serde_json v1.0.128
3982024-11-01T06:06:34.708Z Downloaded rustix v0.38.37
3992024-11-01T06:06:34.740Z Downloaded libc v0.2.161
4002024-11-01T06:06:35.045Z Compiling proc-macro2 v1.0.87
4012024-11-01T06:06:35.045Z Compiling unicode-ident v1.0.13
4022024-11-01T06:06:35.048Z Compiling serde v1.0.210
4032024-11-01T06:06:35.048Z Compiling version_check v0.9.5
4042024-11-01T06:06:35.048Z Compiling thiserror v1.0.64
4052024-11-01T06:06:35.048Z Compiling memchr v2.7.4
4062024-11-01T06:06:35.048Z Compiling libc v0.2.161
4072024-11-01T06:06:35.048Z Compiling ucd-trie v0.1.7
4082024-11-01T06:06:35.296Z Compiling ryu v1.0.18
4092024-11-01T06:06:35.661Z Compiling itoa v1.0.11
4102024-11-01T06:06:35.787Z Compiling once_cell v1.20.2
4112024-11-01T06:06:35.903Z Compiling byteorder v1.5.0
4122024-11-01T06:06:35.928Z Compiling serde_json v1.0.128
4132024-11-01T06:06:36.113Z Compiling rustix v0.38.37
4142024-11-01T06:06:36.360Z Compiling bitflags v2.6.0
4152024-11-01T06:06:36.460Z Compiling proc-macro-error-attr v1.0.4
4162024-11-01T06:06:36.672Z Compiling usdt-impl v0.5.0
4172024-11-01T06:06:36.753Z Compiling syn v1.0.109
4182024-11-01T06:06:36.803Z Compiling proc-macro-error v1.0.4
4192024-11-01T06:06:36.871Z Compiling quote v1.0.37
4202024-11-01T06:06:36.994Z Compiling equivalent v1.0.1
4212024-11-01T06:06:37.087Z Compiling log v0.4.22
4222024-11-01T06:06:37.129Z Compiling plain v0.2.3
4232024-11-01T06:06:37.132Z Compiling hashbrown v0.15.0
4242024-11-01T06:06:37.286Z Compiling syn v2.0.79
4252024-11-01T06:06:37.381Z Compiling errno v0.3.9
4262024-11-01T06:06:37.547Z Compiling utf8parse v0.2.2
4272024-11-01T06:06:37.571Z Compiling camino v1.1.9
4282024-11-01T06:06:37.699Z Compiling anstyle-parse v0.2.5
4292024-11-01T06:06:37.726Z Compiling thread-id v4.2.2
4302024-11-01T06:06:38.026Z Compiling is_terminal_polyfill v1.70.1
4312024-11-01T06:06:38.160Z Compiling winnow v0.6.20
4322024-11-01T06:06:38.289Z Compiling unicode-width v0.1.14
4332024-11-01T06:06:38.348Z Compiling indexmap v2.6.0
4342024-11-01T06:06:38.387Z Compiling anstyle-query v1.1.1
4352024-11-01T06:06:38.558Z Compiling semver v1.0.23
4362024-11-01T06:06:38.588Z Compiling colorchoice v1.0.2
4372024-11-01T06:06:38.767Z Compiling autocfg v1.4.0
4382024-11-01T06:06:38.815Z Compiling anstyle v1.0.8
4392024-11-01T06:06:39.087Z Compiling pretty-hex v0.4.1
4402024-11-01T06:06:39.252Z Compiling anstream v0.6.15
4412024-11-01T06:06:39.682Z Compiling terminal_size v0.4.0
4422024-11-01T06:06:39.713Z Compiling cfg-if v1.0.0
4432024-11-01T06:06:39.827Z Compiling clap_lex v0.7.2
4442024-11-01T06:06:39.861Z Compiling fs-err v2.11.0
4452024-11-01T06:06:39.895Z Compiling heck v0.5.0
4462024-11-01T06:06:40.007Z Compiling fnv v1.0.7
4472024-11-01T06:06:40.148Z Compiling bytecount v0.6.8
4482024-11-01T06:06:40.173Z Compiling anyhow v1.0.92
4492024-11-01T06:06:40.330Z Compiling strsim v0.11.1
4502024-11-01T06:06:40.372Z Compiling fastrand v2.1.1
4512024-11-01T06:06:40.864Z Compiling heck v0.4.1
4522024-11-01T06:06:40.952Z Compiling tempfile v3.13.0
4532024-11-01T06:06:41.196Z Compiling clap_builder v4.5.20
4542024-11-01T06:06:41.252Z Compiling papergrid v0.11.0
4552024-11-01T06:06:41.343Z Compiling memmap v0.7.0
4562024-11-01T06:06:41.424Z Compiling unicode-linebreak v0.1.5
4572024-11-01T06:06:41.713Z Compiling smawk v0.3.2
4582024-11-01T06:06:41.926Z Compiling textwrap v0.16.1
4592024-11-01T06:06:41.948Z Compiling swrite v0.1.0
4602024-11-01T06:06:43.045Z Compiling tabled_derive v0.7.0
4612024-11-01T06:06:44.669Z Compiling tabled v0.15.0
4622024-11-01T06:06:45.436Z Compiling serde_derive v1.0.210
4632024-11-01T06:06:45.440Z Compiling thiserror-impl v1.0.64
4642024-11-01T06:06:45.460Z Compiling zerocopy-derive v0.7.35
4652024-11-01T06:06:45.465Z Compiling scroll_derive v0.12.0
4662024-11-01T06:06:45.484Z Compiling clap_derive v4.5.18
4672024-11-01T06:06:46.981Z Compiling scroll v0.12.0
4682024-11-01T06:06:47.541Z Compiling goblin v0.8.2
4692024-11-01T06:06:47.586Z Compiling zerocopy v0.7.35
4702024-11-01T06:06:49.060Z Compiling clap v4.5.20
4712024-11-01T06:06:50.665Z Compiling pest v2.7.14
4722024-11-01T06:06:52.379Z Compiling pest_meta v2.7.14
4732024-11-01T06:06:53.423Z Compiling pest_generator v2.7.14
4742024-11-01T06:06:54.879Z Compiling pest_derive v2.7.14
4752024-11-01T06:06:54.923Z Compiling serde_tokenstream v0.2.2
4762024-11-01T06:06:55.221Z Compiling toml_datetime v0.6.8
4772024-11-01T06:06:55.224Z Compiling serde_spanned v0.6.8
4782024-11-01T06:06:55.485Z Compiling cargo-platform v0.1.8
4792024-11-01T06:06:55.587Z Compiling toml_edit v0.22.22
4802024-11-01T06:06:55.621Z Compiling dtrace-parser v0.2.0
4812024-11-01T06:06:55.808Z Compiling macaddr v1.0.1
4822024-11-01T06:06:56.101Z Compiling camino-tempfile v1.1.1
4832024-11-01T06:06:56.559Z Compiling dof v0.3.0
4842024-11-01T06:06:56.919Z Compiling cargo_metadata v0.18.1
4852024-11-01T06:06:58.345Z Compiling usdt-attr-macro v0.5.0
4862024-11-01T06:06:58.345Z Compiling usdt-macro v0.5.0
4872024-11-01T06:06:58.617Z Compiling toml v0.8.19
4882024-11-01T06:06:59.426Z Compiling cargo_toml v0.20.5
4892024-11-01T06:06:59.513Z Compiling usdt v0.5.0
4902024-11-01T06:07:02.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-11-01T06:07:06.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.54s
4922024-11-01T06:07:07.110Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-11-01T06:07:07.618Z Downloading crates ...
4942024-11-01T06:07:07.741Z Downloaded adler2 v2.0.0
4952024-11-01T06:07:07.748Z Downloaded async-stream-impl v0.3.6
4962024-11-01T06:07:07.754Z Downloaded cfg_aliases v0.2.1
4972024-11-01T06:07:07.762Z Downloaded darling_macro v0.20.10
4982024-11-01T06:07:07.764Z Downloaded crucible-workspace-hack v0.1.0
4992024-11-01T06:07:07.764Z Downloaded atomicwrites v0.4.4
5002024-11-01T06:07:07.767Z Downloaded cstr-argument v0.1.2
5012024-11-01T06:07:07.772Z Downloaded chrono-tz-build v0.4.0
5022024-11-01T06:07:07.774Z Downloaded convert_case v0.4.0
5032024-11-01T06:07:07.776Z Downloaded bit-vec v0.6.3
5042024-11-01T06:07:07.779Z Downloaded crossbeam-deque v0.8.5
5052024-11-01T06:07:07.782Z Downloaded blowfish v0.9.1
5062024-11-01T06:07:07.786Z Downloaded buf-list v1.0.3
5072024-11-01T06:07:07.797Z Downloaded crc v3.2.1
5082024-11-01T06:07:07.797Z Downloaded curve25519-dalek-derive v0.1.1
5092024-11-01T06:07:07.797Z Downloaded ctr v0.9.2
5102024-11-01T06:07:07.800Z Downloaded newtype_derive v0.1.6
5112024-11-01T06:07:07.800Z Downloaded new_debug_unreachable v1.0.6
5122024-11-01T06:07:07.800Z Downloaded hostname v0.3.1
5132024-11-01T06:07:07.802Z Downloaded crc-catalog v2.4.0
5142024-11-01T06:07:07.805Z Downloaded instability v0.3.2
5152024-11-01T06:07:07.807Z Downloaded ascii-canvas v3.0.0
5162024-11-01T06:07:07.807Z Downloaded bcs v0.1.6
5172024-11-01T06:07:07.809Z Downloaded async-bb8-diesel v0.2.1
5182024-11-01T06:07:07.812Z Downloaded http-body-util v0.1.2
5192024-11-01T06:07:07.815Z Downloaded nanorand v0.7.0
5202024-11-01T06:07:07.818Z Downloaded atty v0.2.14
5212024-11-01T06:07:07.820Z Downloaded lazycell v1.3.0
5222024-11-01T06:07:07.823Z Downloaded mime v0.3.17
5232024-11-01T06:07:07.823Z Downloaded keccak v0.1.5
5242024-11-01T06:07:07.825Z Downloaded hyper-staticfile v0.10.1
5252024-11-01T06:07:07.828Z Downloaded ciborium-io v0.2.2
5262024-11-01T06:07:07.828Z Downloaded cfg_aliases v0.1.1
5272024-11-01T06:07:07.830Z Downloaded debug-ignore v1.0.5
5282024-11-01T06:07:07.830Z Downloaded hostname v0.4.0
5292024-11-01T06:07:07.833Z Downloaded maplit v1.0.2
5302024-11-01T06:07:07.835Z Downloaded iana-time-zone v0.1.61
5312024-11-01T06:07:07.838Z Downloaded home v0.5.9
5322024-11-01T06:07:07.840Z Downloaded highway v1.2.0
5332024-11-01T06:07:07.843Z Downloaded memmap2 v0.9.5
5342024-11-01T06:07:07.845Z Downloaded crunchy v0.2.2
5352024-11-01T06:07:07.845Z Downloaded lock_api v0.4.12
5362024-11-01T06:07:07.848Z Downloaded libloading v0.8.5
5372024-11-01T06:07:07.850Z Downloaded httparse v1.9.5
5382024-11-01T06:07:07.853Z Downloaded ciborium-ll v0.2.2
5392024-11-01T06:07:07.856Z Downloaded addr2line v0.24.2
5402024-11-01T06:07:07.859Z Downloaded instant v0.1.13
5412024-11-01T06:07:07.861Z Downloaded blake2 v0.10.6
5422024-11-01T06:07:07.864Z Downloaded http-body v1.0.1
5432024-11-01T06:07:07.866Z Downloaded async-recursion v1.1.1
5442024-11-01T06:07:07.869Z Downloaded russh-cryptovec v0.7.3
5452024-11-01T06:07:07.872Z Downloaded ident_case v1.0.1
5462024-11-01T06:07:07.872Z Downloaded assert_matches v1.5.0
5472024-11-01T06:07:07.874Z Downloaded maybe-uninit v2.0.0
5482024-11-01T06:07:07.878Z Downloaded mockall_derive v0.13.0
5492024-11-01T06:07:07.880Z Downloaded cipher v0.4.4
5502024-11-01T06:07:07.880Z Downloaded cbc v0.1.2
5512024-11-01T06:07:07.883Z Downloaded matches v0.1.10
5522024-11-01T06:07:07.883Z Downloaded castaway v0.2.3
5532024-11-01T06:07:07.885Z Downloaded md5 v0.7.0
5542024-11-01T06:07:07.888Z Downloaded match_cfg v0.1.0
5552024-11-01T06:07:07.888Z Downloaded cexpr v0.6.0
5562024-11-01T06:07:07.890Z Downloaded bcrypt-pbkdf v0.10.0
5572024-11-01T06:07:07.890Z Downloaded atomic-waker v1.1.2
5582024-11-01T06:07:07.893Z Downloaded newline-converter v0.3.0
5592024-11-01T06:07:07.895Z Downloaded cobs v0.2.3
5602024-11-01T06:07:07.895Z Downloaded chacha20 v0.9.1
5612024-11-01T06:07:07.898Z Downloaded miniz_oxide v0.8.0
5622024-11-01T06:07:07.901Z Downloaded indexmap v1.9.3
5632024-11-01T06:07:07.905Z Downloaded sigpipe v0.1.3
5642024-11-01T06:07:07.907Z Downloaded lalrpop-util v0.19.12
5652024-11-01T06:07:07.907Z Downloaded sqlparser_derive v0.2.2
5662024-11-01T06:07:07.910Z Downloaded httpdate v1.0.3
5672024-11-01T06:07:07.913Z Downloaded http-body v0.4.6
5682024-11-01T06:07:07.913Z Downloaded constant_time_eq v0.3.1
5692024-11-01T06:07:07.915Z Downloaded normalize-line-endings v0.3.0
5702024-11-01T06:07:07.917Z Downloaded indent_write v2.2.0
5712024-11-01T06:07:07.918Z Downloaded hyper-tls v0.6.0
5722024-11-01T06:07:07.920Z Downloaded zone_cfg_derive v0.1.2
5732024-11-01T06:07:07.920Z Downloaded universal-hash v0.5.1
5742024-11-01T06:07:07.922Z Downloaded cancel-safe-futures v0.1.5
5752024-11-01T06:07:07.925Z Downloaded bzip2 v0.4.4
5762024-11-01T06:07:07.928Z Downloaded internet-checksum v0.2.1
5772024-11-01T06:07:07.931Z Downloaded inout v0.1.3
5782024-11-01T06:07:07.933Z Downloaded compact_str v0.8.0
5792024-11-01T06:07:07.936Z Downloaded termcolor v1.4.1
5802024-11-01T06:07:07.939Z Downloaded allocator-api2 v0.2.18
5812024-11-01T06:07:07.941Z Downloaded rand_core v0.6.4
5822024-11-01T06:07:07.944Z Downloaded linked-hash-map v0.5.6
5832024-11-01T06:07:07.946Z Downloaded rustc_version v0.4.1
5842024-11-01T06:07:07.947Z Downloaded rfc6979 v0.4.0
5852024-11-01T06:07:07.949Z Downloaded multimap v0.10.0
5862024-11-01T06:07:07.952Z Downloaded nibble_vec v0.1.0
5872024-11-01T06:07:07.952Z Downloaded newtype-uuid v1.1.2
5882024-11-01T06:07:07.955Z Downloaded secrecy v0.8.0
5892024-11-01T06:07:07.957Z Downloaded scopeguard v1.2.0
5902024-11-01T06:07:07.957Z Downloaded ciborium v0.2.2
5912024-11-01T06:07:07.960Z Downloaded nodrop v0.1.14
5922024-11-01T06:07:07.963Z Downloaded float-ord v0.3.2
5932024-11-01T06:07:07.963Z Downloaded hickory-resolver v0.24.1
5942024-11-01T06:07:07.969Z Downloaded smf v0.2.3
5952024-11-01T06:07:07.971Z Downloaded sqlformat v0.2.6
5962024-11-01T06:07:07.974Z Downloaded signature v2.2.0
5972024-11-01T06:07:07.976Z Downloaded strum_macros v0.25.3
5982024-11-01T06:07:07.980Z Downloaded strum_macros v0.24.3
5992024-11-01T06:07:07.980Z Downloaded signal-hook-registry v1.4.2
6002024-11-01T06:07:07.983Z Downloaded serde_urlencoded v0.7.1
6012024-11-01T06:07:07.992Z Downloaded opaque-debug v0.3.1
6022024-11-01T06:07:07.992Z Downloaded darling v0.20.10
6032024-11-01T06:07:08.004Z Downloaded hyper-rustls v0.27.3
6042024-11-01T06:07:08.004Z Downloaded difflib v0.4.0
6052024-11-01T06:07:08.004Z Downloaded smallvec v1.13.2
6062024-11-01T06:07:08.004Z Downloaded peg-runtime v0.8.3
6072024-11-01T06:07:08.004Z Downloaded oso-derive v0.27.3
6082024-11-01T06:07:08.005Z Downloaded const-oid v0.9.6
6092024-11-01T06:07:08.007Z Downloaded multer v3.1.0
6102024-11-01T06:07:08.007Z Downloaded rustls-pemfile v1.0.4
6112024-11-01T06:07:08.016Z Downloaded mime_guess v2.0.5
6122024-11-01T06:07:08.021Z Downloaded lru v0.12.5
6132024-11-01T06:07:08.021Z Downloaded embedded-io v0.4.0
6142024-11-01T06:07:08.021Z Downloaded either v1.13.0
6152024-11-01T06:07:08.021Z Downloaded float-cmp v0.9.0
6162024-11-01T06:07:08.021Z Downloaded ff v0.13.0
6172024-11-01T06:07:08.021Z Downloaded dirs-next v2.0.0
6182024-11-01T06:07:08.025Z Downloaded hickory-server v0.24.1
6192024-11-01T06:07:08.030Z Downloaded termtree v0.4.1
6202024-11-01T06:07:08.032Z Downloaded serde-big-array v0.5.1
6212024-11-01T06:07:08.035Z Downloaded fragile v2.0.0
6222024-11-01T06:07:08.037Z Downloaded num v0.4.3
6232024-11-01T06:07:08.039Z Downloaded futures-macro v0.3.31
6242024-11-01T06:07:08.039Z Downloaded xattr v1.3.1
6252024-11-01T06:07:08.042Z Downloaded futures-io v0.3.31
6262024-11-01T06:07:08.044Z Downloaded tracing-attributes v0.1.27
6272024-11-01T06:07:08.046Z Downloaded hex v0.4.3
6282024-11-01T06:07:08.048Z Downloaded untrusted v0.7.1
6292024-11-01T06:07:08.051Z Downloaded num-iter v0.1.45
6302024-11-01T06:07:08.051Z Downloaded num-integer v0.1.46
6312024-11-01T06:07:08.053Z Downloaded pin-utils v0.1.0
6322024-11-01T06:07:08.055Z Downloaded der_derive v0.7.3
6332024-11-01T06:07:08.057Z Downloaded num-derive v0.4.2
6342024-11-01T06:07:08.059Z Downloaded group v0.13.0
6352024-11-01T06:07:08.062Z Downloaded crossbeam-epoch v0.9.18
6362024-11-01T06:07:08.065Z Downloaded foreign-types-shared v0.1.1
6372024-11-01T06:07:08.067Z Downloaded dhcproto-macros v0.1.0
6382024-11-01T06:07:08.067Z Downloaded tokio-rustls v0.26.0
6392024-11-01T06:07:08.070Z Downloaded resolv-conf v0.7.0
6402024-11-01T06:07:08.072Z Downloaded vte v0.11.1
6412024-11-01T06:07:08.074Z Downloaded rustls-pemfile v2.2.0
6422024-11-01T06:07:08.077Z Downloaded fallible-iterator v0.2.0
6432024-11-01T06:07:08.079Z Downloaded foreign-types-shared v0.3.1
6442024-11-01T06:07:08.079Z Downloaded bytes v1.7.2
6452024-11-01T06:07:08.084Z Downloaded phf_shared v0.10.0
6462024-11-01T06:07:08.086Z Downloaded predicates-core v1.0.8
6472024-11-01T06:07:08.089Z Downloaded r2d2 v0.8.10
6482024-11-01T06:07:08.089Z Downloaded shlex v1.3.0
6492024-11-01T06:07:08.091Z Downloaded rustversion v1.0.17
6502024-11-01T06:07:08.093Z Downloaded termios v0.3.3
6512024-11-01T06:07:08.096Z Downloaded tinyvec_macros v0.1.1
6522024-11-01T06:07:08.098Z Downloaded progenitor-client v0.8.0
6532024-11-01T06:07:08.101Z Downloaded siphasher v0.3.11
6542024-11-01T06:07:08.101Z Downloaded pretty-hex v0.2.1
6552024-11-01T06:07:08.103Z Downloaded owo-colors v4.1.0
6562024-11-01T06:07:08.106Z Downloaded topological-sort v0.2.2
6572024-11-01T06:07:08.108Z Downloaded slab v0.4.9
6582024-11-01T06:07:08.112Z Downloaded signal-hook-mio v0.2.4
6592024-11-01T06:07:08.112Z Downloaded rayon-core v1.12.1
6602024-11-01T06:07:08.116Z Downloaded xz2 v0.1.7
6612024-11-01T06:07:08.118Z Downloaded wyz v0.5.1
6622024-11-01T06:07:08.120Z Downloaded unicode-xid v0.2.6
6632024-11-01T06:07:08.123Z Downloaded postgres-types v0.2.8
6642024-11-01T06:07:08.125Z Downloaded diff v0.1.13
6652024-11-01T06:07:08.129Z Downloaded hash32 v0.2.1
6662024-11-01T06:07:08.131Z Downloaded hash32 v0.3.1
6672024-11-01T06:07:08.133Z Downloaded pkcs1 v0.7.5
6682024-11-01T06:07:08.136Z Downloaded dhcproto v0.12.0
6692024-11-01T06:07:08.140Z Downloaded sync_wrapper v1.0.1
6702024-11-01T06:07:08.142Z Downloaded fallible-streaming-iterator v0.1.9
6712024-11-01T06:07:08.144Z Downloaded fallible-iterator v0.3.0
6722024-11-01T06:07:08.144Z Downloaded aho-corasick v1.1.3
6732024-11-01T06:07:08.151Z Downloaded diesel_table_macro_syntax v0.2.0
6742024-11-01T06:07:08.153Z Downloaded radium v0.7.0
6752024-11-01T06:07:08.158Z Downloaded want v0.3.1
6762024-11-01T06:07:08.158Z Downloaded phf_shared v0.11.2
6772024-11-01T06:07:08.160Z Downloaded fxhash v0.2.1
6782024-11-01T06:07:08.160Z Downloaded crypto-bigint v0.5.5
6792024-11-01T06:07:08.166Z Downloaded primeorder v0.13.6
6802024-11-01T06:07:08.178Z Downloaded path-slash v0.1.5
6812024-11-01T06:07:08.181Z Downloaded number_prefix v0.4.0
6822024-11-01T06:07:08.183Z Downloaded slog-envlogger v2.2.0
6832024-11-01T06:07:08.186Z Downloaded sha1 v0.10.6
6842024-11-01T06:07:08.186Z Downloaded rustfmt-wrapper v0.2.1
6852024-11-01T06:07:08.188Z Downloaded slog-dtrace v0.3.0
6862024-11-01T06:07:08.191Z Downloaded hashlink v0.9.1
6872024-11-01T06:07:08.194Z Downloaded elliptic-curve v0.13.8
6882024-11-01T06:07:08.196Z Downloaded parse-size v1.1.0
6892024-11-01T06:07:08.198Z Downloaded psl-types v2.0.11
6902024-11-01T06:07:08.201Z Downloaded aes v0.8.4
6912024-11-01T06:07:08.204Z Downloaded tabwriter v1.4.0
6922024-11-01T06:07:08.207Z Downloaded password-hash v0.5.0
6932024-11-01T06:07:08.209Z Downloaded rustc_version v0.1.7
6942024-11-01T06:07:08.211Z Downloaded nom v7.1.3
6952024-11-01T06:07:08.216Z Downloaded strum v0.26.3
6962024-11-01T06:07:08.219Z Downloaded which v4.4.2
6972024-11-01T06:07:08.221Z Downloaded oso v0.27.3
6982024-11-01T06:07:08.224Z Downloaded filetime v0.2.25
6992024-11-01T06:07:08.226Z Downloaded fd-lock v4.0.2
7002024-11-01T06:07:08.229Z Downloaded embedded-io v0.6.1
7012024-11-01T06:07:08.232Z Downloaded dyn-clone v1.0.17
7022024-11-01T06:07:08.234Z Downloaded endian-type v0.1.2
7032024-11-01T06:07:08.234Z Downloaded similar v2.6.0
7042024-11-01T06:07:08.239Z Downloaded openssl-probe v0.1.5
7052024-11-01T06:07:08.242Z Downloaded precomputed-hash v0.1.1
7062024-11-01T06:07:08.244Z Downloaded olpc-cjson v0.1.4
7072024-11-01T06:07:08.244Z Downloaded gethostname v0.5.0
7082024-11-01T06:07:08.247Z Downloaded half v2.4.1
7092024-11-01T06:07:08.249Z Downloaded paste v1.0.15
7102024-11-01T06:07:08.252Z Downloaded signal-hook v0.3.17
7112024-11-01T06:07:08.256Z Downloaded poly1305 v0.8.0
7122024-11-01T06:07:08.259Z Downloaded p256 v0.13.2
7132024-11-01T06:07:08.263Z Downloaded tokio-rustls v0.24.1
7142024-11-01T06:07:08.266Z Downloaded tracing v0.1.40
7152024-11-01T06:07:08.271Z Downloaded slog-bunyan v2.5.0
7162024-11-01T06:07:08.274Z Downloaded tui-tree-widget v0.22.0
7172024-11-01T06:07:08.276Z Downloaded tokio-macros v2.4.0
7182024-11-01T06:07:08.278Z Downloaded take_mut v0.2.2
7192024-11-01T06:07:08.278Z Downloaded thiserror-no-std v2.0.2
7202024-11-01T06:07:08.282Z Downloaded env_logger v0.11.5
7212024-11-01T06:07:08.285Z Downloaded diesel-dtrace v0.3.0
7222024-11-01T06:07:08.288Z Downloaded structmeta-derive v0.3.0
7232024-11-01T06:07:08.290Z Downloaded vte_generate_state_changes v0.1.2
7242024-11-01T06:07:08.290Z Downloaded twox-hash v1.6.3
7252024-11-01T06:07:08.293Z Downloaded nu-ansi-term v0.50.1
7262024-11-01T06:07:08.295Z Downloaded derive_builder_core v0.20.2
7272024-11-01T06:07:08.298Z Downloaded unicase v2.7.0
7282024-11-01T06:07:08.301Z Downloaded unarray v0.1.4
7292024-11-01T06:07:08.303Z Downloaded num-conv v0.1.0
7302024-11-01T06:07:08.303Z Downloaded parse-display v0.10.0
7312024-11-01T06:07:08.305Z Downloaded rcgen v0.12.1
7322024-11-01T06:07:08.308Z Downloaded http v0.2.12
7332024-11-01T06:07:08.313Z Downloaded enum-as-inner v0.5.1
7342024-11-01T06:07:08.315Z Downloaded dsl_auto_type v0.1.2
7352024-11-01T06:07:08.317Z Downloaded pin-project-lite v0.2.14
7362024-11-01T06:07:08.322Z Downloaded openssl-sys v0.9.103
7372024-11-01T06:07:08.328Z Downloaded postcard v1.0.10
7382024-11-01T06:07:08.331Z Downloaded snafu-derive v0.8.5
7392024-11-01T06:07:08.334Z Downloaded unsafe-libyaml v0.2.11
7402024-11-01T06:07:08.337Z Downloaded ref-cast-impl v1.0.23
7412024-11-01T06:07:08.340Z Downloaded ppv-lite86 v0.2.20
7422024-11-01T06:07:08.342Z Downloaded derive_builder_macro v0.20.2
7432024-11-01T06:07:08.342Z Downloaded scheduled-thread-pool v0.2.7
7442024-11-01T06:07:08.345Z Downloaded mio v1.0.2
7452024-11-01T06:07:08.350Z Downloaded time-core v0.1.2
7462024-11-01T06:07:08.352Z Downloaded serde_derive_internals v0.29.1
7472024-11-01T06:07:08.355Z Downloaded utf-8 v0.7.6
7482024-11-01T06:07:08.357Z Downloaded unicode-truncate v1.1.0
7492024-11-01T06:07:08.360Z Downloaded num_threads v0.1.7
7502024-11-01T06:07:08.360Z Downloaded crossterm v0.28.1
7512024-11-01T06:07:08.367Z Downloaded zeroize v1.8.1
7522024-11-01T06:07:08.369Z Downloaded waitgroup v0.1.2
7532024-11-01T06:07:08.372Z Downloaded headers v0.4.0
7542024-11-01T06:07:08.377Z Downloaded snafu v0.8.5
7552024-11-01T06:07:08.385Z Downloaded packed_struct_codegen v0.10.1
7562024-11-01T06:07:08.387Z Downloaded ena v0.14.3
7572024-11-01T06:07:08.390Z Downloaded slog-stdlog v4.1.1
7582024-11-01T06:07:08.392Z Downloaded rustc-hash v1.1.0
7592024-11-01T06:07:08.392Z Downloaded tiny-keccak v2.0.2
7602024-11-01T06:07:08.395Z Downloaded num-complex v0.4.6
7612024-11-01T06:07:08.397Z Downloaded scrypt v0.11.0
7622024-11-01T06:07:08.400Z Downloaded same-file v1.0.6
7632024-11-01T06:07:08.402Z Downloaded predicates v3.1.2
7642024-11-01T06:07:08.405Z Downloaded unicode_categories v0.1.1
7652024-11-01T06:07:08.408Z Downloaded string_cache v0.8.7
7662024-11-01T06:07:08.410Z Downloaded postgres-protocol v0.6.7
7672024-11-01T06:07:08.413Z Downloaded libxml v0.3.3
7682024-11-01T06:07:08.418Z Downloaded display-error-chain v0.2.1
7692024-11-01T06:07:08.420Z Downloaded smallvec v0.6.14
7702024-11-01T06:07:08.423Z Downloaded futures-sink v0.3.31
7712024-11-01T06:07:08.423Z Downloaded deranged v0.3.11
7722024-11-01T06:07:08.426Z Downloaded zone v0.1.8
7732024-11-01T06:07:08.428Z Downloaded uzers v0.12.1
7742024-11-01T06:07:08.431Z Downloaded futures-executor v0.3.31
7752024-11-01T06:07:08.431Z Downloaded hyper v0.14.30
7762024-11-01T06:07:08.440Z Downloaded phf_generator v0.11.2
7772024-11-01T06:07:08.443Z Downloaded headers-core v0.3.0
7782024-11-01T06:07:08.445Z Downloaded quinn-udp v0.5.5
7792024-11-01T06:07:08.445Z Downloaded num_enum_derive v0.5.11
7802024-11-01T06:07:08.448Z Downloaded num_enum v0.5.11
7812024-11-01T06:07:08.453Z Downloaded heck v0.3.3
7822024-11-01T06:07:08.456Z Downloaded hkdf v0.12.4
7832024-11-01T06:07:08.458Z Downloaded num-rational v0.4.2
7842024-11-01T06:07:08.461Z Downloaded slog-async v2.8.0
7852024-11-01T06:07:08.463Z Downloaded walkdir v2.5.0
7862024-11-01T06:07:08.466Z Downloaded parking_lot_core v0.8.6
7872024-11-01T06:07:08.469Z Downloaded futures-core v0.3.31
7882024-11-01T06:07:08.469Z Downloaded pin-project v1.1.6
7892024-11-01T06:07:08.481Z Downloaded rpassword v7.3.1
7902024-11-01T06:07:08.484Z Downloaded zeroize_derive v1.4.2
7912024-11-01T06:07:08.484Z Downloaded tower-service v0.3.3
7922024-11-01T06:07:08.486Z Downloaded rand_chacha v0.3.1
7932024-11-01T06:07:08.486Z Downloaded toolchain_find v0.4.0
7942024-11-01T06:07:08.489Z Downloaded progenitor-macro v0.8.0
7952024-11-01T06:07:08.489Z Downloaded rand_seeder v0.3.0
7962024-11-01T06:07:08.492Z Downloaded try-lock v0.2.5
7972024-11-01T06:07:08.492Z Downloaded derive_builder v0.20.2
7982024-11-01T06:07:08.497Z Downloaded percent-encoding v2.3.1
7992024-11-01T06:07:08.499Z Downloaded funty v2.0.0
8002024-11-01T06:07:08.499Z Downloaded dirs-sys-next v0.1.2
8012024-11-01T06:07:08.502Z Downloaded defmt-parser v0.3.4
8022024-11-01T06:07:08.506Z Downloaded value-bag v1.9.0
8032024-11-01T06:07:08.509Z Downloaded serde_with_macros v3.11.0
8042024-11-01T06:07:08.509Z Downloaded zone v0.3.0
8052024-11-01T06:07:08.509Z Downloaded tokio-native-tls v0.3.1
8062024-11-01T06:07:08.511Z Downloaded vergen v8.3.2
8072024-11-01T06:07:08.514Z Downloaded dropshot_endpoint v0.12.0
8082024-11-01T06:07:08.518Z Downloaded foreign-types v0.3.2
8092024-11-01T06:07:08.520Z Downloaded hyper v1.4.1
8102024-11-01T06:07:08.526Z Downloaded ssh-key v0.6.6
8112024-11-01T06:07:08.534Z Downloaded zone_cfg_derive v0.3.0
8122024-11-01T06:07:08.539Z Downloaded downcast v0.11.0
8132024-11-01T06:07:08.543Z Downloaded progenitor-impl v0.8.0
8142024-11-01T06:07:08.543Z Downloaded form_urlencoded v1.2.1
8152024-11-01T06:07:08.543Z Downloaded rustc-hash v2.0.0
8162024-11-01T06:07:08.545Z Downloaded russh-keys v0.45.0
8172024-11-01T06:07:08.545Z Downloaded phf_codegen v0.11.2
8182024-11-01T06:07:08.548Z Downloaded derive_more v0.99.18
8192024-11-01T06:07:08.553Z Downloaded structmeta-derive v0.2.0
8202024-11-01T06:07:08.555Z Downloaded hex-literal v0.4.1
8212024-11-01T06:07:08.555Z Downloaded thiserror-impl-no-std v2.0.2
8222024-11-01T06:07:08.558Z Downloaded semver v0.1.20
8232024-11-01T06:07:08.558Z Downloaded pem-rfc7468 v0.7.0
8242024-11-01T06:07:08.560Z Downloaded tar v0.4.42
8252024-11-01T06:07:08.563Z Downloaded fixedbitset v0.4.2
8262024-11-01T06:07:08.565Z Downloaded sec1 v0.7.3
8272024-11-01T06:07:08.568Z Downloaded slog-term v2.9.1
8282024-11-01T06:07:08.571Z Downloaded toml_edit v0.19.15
8292024-11-01T06:07:08.587Z Downloaded openssl-macros v0.1.1
8302024-11-01T06:07:08.590Z Downloaded blake3 v1.5.4
8312024-11-01T06:07:08.597Z Downloaded rand_xorshift v0.3.0
8322024-11-01T06:07:08.600Z Downloaded omicron-zone-package v0.11.1
8332024-11-01T06:07:08.602Z Downloaded parking_lot v0.11.2
8342024-11-01T06:07:08.605Z Downloaded term v0.7.0
8352024-11-01T06:07:08.608Z Downloaded subtle v2.6.1
8362024-11-01T06:07:08.610Z Downloaded pbkdf2 v0.12.2
8372024-11-01T06:07:08.610Z Downloaded pbkdf2 v0.11.0
8382024-11-01T06:07:08.613Z Downloaded env_filter v0.1.2
8392024-11-01T06:07:08.616Z Downloaded pem v3.0.4
8402024-11-01T06:07:08.618Z Downloaded defmt v0.3.8
8412024-11-01T06:07:08.621Z Downloaded futures v0.3.31
8422024-11-01T06:07:08.626Z Downloaded defmt-macros v0.3.9
8432024-11-01T06:07:08.629Z Downloaded url v2.5.2
8442024-11-01T06:07:08.633Z Downloaded spin v0.5.2
8452024-11-01T06:07:08.635Z Downloaded parse-display-derive v0.10.0
8462024-11-01T06:07:08.635Z Downloaded ghash v0.5.1
8472024-11-01T06:07:08.638Z Downloaded foldhash v0.1.3
8482024-11-01T06:07:08.638Z Downloaded foreign-types v0.5.0
8492024-11-01T06:07:08.640Z Downloaded stable_deref_trait v1.2.0
8502024-11-01T06:07:08.642Z Downloaded unicode-properties v0.1.3
8512024-11-01T06:07:08.643Z Downloaded hashbrown v0.14.5
8522024-11-01T06:07:08.649Z Downloaded getrandom v0.2.15
8532024-11-01T06:07:08.652Z Downloaded pin-project-internal v1.1.6
8542024-11-01T06:07:08.655Z Downloaded p521 v0.13.3
8552024-11-01T06:07:08.658Z Downloaded hickory-client v0.24.1
8562024-11-01T06:07:08.661Z Downloaded tinyvec v1.8.0
8572024-11-01T06:07:08.665Z Downloaded futures-channel v0.3.31
8582024-11-01T06:07:08.668Z Downloaded heapless v0.7.17
8592024-11-01T06:07:08.672Z Downloaded serde_yaml v0.9.34+deprecated
8602024-11-01T06:07:08.677Z Downloaded packed_struct v0.10.1
8612024-11-01T06:07:08.680Z Downloaded pkcs5 v0.7.1
8622024-11-01T06:07:08.682Z Downloaded rustyline v14.0.0
8632024-11-01T06:07:08.688Z Downloaded flagset v0.4.6
8642024-11-01T06:07:08.691Z Downloaded chrono v0.4.38
8652024-11-01T06:07:08.698Z Downloaded spin v0.9.8
8662024-11-01T06:07:08.701Z Downloaded subprocess v0.2.9
8672024-11-01T06:07:08.704Z Downloaded zip v0.6.6
8682024-11-01T06:07:08.708Z Downloaded env_logger v0.10.2
8692024-11-01T06:07:08.712Z Downloaded rusqlite v0.32.1
8702024-11-01T06:07:08.719Z Downloaded test-strategy v0.3.1
8712024-11-01T06:07:08.723Z Downloaded h2 v0.3.26
8722024-11-01T06:07:08.731Z Downloaded diesel_derives v2.2.3
8732024-11-01T06:07:08.737Z Downloaded winnow v0.5.40
8742024-11-01T06:07:08.747Z Downloaded flume v0.11.0
8752024-11-01T06:07:08.751Z Downloaded tokio-util v0.7.12
8762024-11-01T06:07:08.759Z Downloaded bindgen v0.69.5
8772024-11-01T06:07:08.767Z Downloaded quinn v0.11.5
8782024-11-01T06:07:08.772Z Downloaded rand v0.8.5
8792024-11-01T06:07:08.776Z Downloaded unicode-bidi v0.3.17
8802024-11-01T06:07:08.779Z Downloaded rustls-webpki v0.102.8
8812024-11-01T06:07:08.800Z Downloaded unicode-segmentation v1.12.0
8822024-11-01T06:07:08.803Z Downloaded salty v0.3.0
8832024-11-01T06:07:08.811Z Downloaded rustls-webpki v0.101.7
8842024-11-01T06:07:08.827Z Downloaded steno v0.4.1
8852024-11-01T06:07:08.831Z Downloaded idna v0.2.3
8862024-11-01T06:07:08.838Z Downloaded flate2 v1.0.34
8872024-11-01T06:07:08.845Z Downloaded portable-atomic v1.9.0
8882024-11-01T06:07:08.852Z Downloaded rayon v1.10.0
8892024-11-01T06:07:08.863Z Downloaded serde_with v3.11.0
8902024-11-01T06:07:08.872Z Downloaded reqwest v0.11.27
8912024-11-01T06:07:08.881Z Downloaded futures-util v0.3.31
8922024-11-01T06:07:08.895Z Downloaded reqwest v0.12.8
8932024-11-01T06:07:08.905Z Downloaded nix v0.28.0
8942024-11-01T06:07:08.918Z Downloaded idna v0.3.0
8952024-11-01T06:07:08.926Z Downloaded idna v0.4.0
8962024-11-01T06:07:08.934Z Downloaded h2 v0.4.6
8972024-11-01T06:07:08.942Z Downloaded webpki-roots v0.26.6
8982024-11-01T06:07:08.946Z Downloaded regress v0.10.1
8992024-11-01T06:07:08.957Z Downloaded nix v0.27.1
9002024-11-01T06:07:08.969Z Downloaded object v0.30.4
9012024-11-01T06:07:08.980Z Downloaded trust-dns-proto v0.22.0
9022024-11-01T06:07:08.994Z Downloaded quinn-proto v0.11.8
9032024-11-01T06:07:09.002Z Downloaded vcpkg v0.2.15
9042024-11-01T06:07:09.043Z Downloaded proptest v1.5.0
9052024-11-01T06:07:09.053Z Downloaded nix v0.29.0
9062024-11-01T06:07:09.066Z Downloaded polar-core v0.27.3
9072024-11-01T06:07:09.076Z Downloaded git2 v0.19.0
9082024-11-01T06:07:09.086Z Downloaded openssl v0.10.66
9092024-11-01T06:07:09.097Z Downloaded radix_trie v0.2.1
9102024-11-01T06:07:09.103Z Downloaded gimli v0.31.1
9112024-11-01T06:07:09.113Z Downloaded regex-syntax v0.6.29
9122024-11-01T06:07:09.121Z Downloaded smoltcp v0.9.1
9132024-11-01T06:07:09.133Z Downloaded rustls v0.22.4
9142024-11-01T06:07:09.148Z Downloaded hickory-proto v0.24.1
9152024-11-01T06:07:09.164Z Downloaded object v0.36.5
9162024-11-01T06:07:09.176Z Downloaded smoltcp v0.11.0
9172024-11-01T06:07:09.191Z Downloaded regress v0.9.1
9182024-11-01T06:07:09.200Z Downloaded regex-syntax v0.8.5
9192024-11-01T06:07:09.209Z Downloaded rustls v0.23.14
9202024-11-01T06:07:09.222Z Downloaded openapiv3 v2.0.0
9212024-11-01T06:07:09.236Z Downloaded typify-impl v0.2.0
9222024-11-01T06:07:09.253Z Downloaded sled v0.34.7
9232024-11-01T06:07:09.264Z Downloaded bzip2-sys v0.1.11+1.0.8
9242024-11-01T06:07:09.277Z Downloaded diesel v2.2.4
9252024-11-01T06:07:09.298Z Downloaded ratatui v0.28.1
9262024-11-01T06:07:09.318Z Downloaded zerocopy-derive v0.6.6
9272024-11-01T06:07:09.327Z Downloaded dropshot v0.12.0
9282024-11-01T06:07:09.349Z Downloaded chrono-tz v0.10.0
9292024-11-01T06:07:09.358Z Downloaded bstr v1.10.0
9302024-11-01T06:07:09.367Z Downloaded rustls v0.21.12
9312024-11-01T06:07:09.379Z Downloaded curve25519-dalek v4.1.3
9322024-11-01T06:07:09.388Z Downloaded regex-automata v0.4.8
9332024-11-01T06:07:09.406Z Downloaded quick-xml v0.33.0
9342024-11-01T06:07:09.413Z Downloaded lzma-sys v0.1.20
9352024-11-01T06:07:09.442Z Downloaded tokio v1.40.0
9362024-11-01T06:07:09.482Z Downloaded libz-sys v1.1.20
9372024-11-01T06:07:09.506Z Downloaded petgraph v0.6.5
9382024-11-01T06:07:09.522Z Downloaded p384 v0.13.0
9392024-11-01T06:07:09.528Z Downloaded idna v0.5.0
9402024-11-01T06:07:09.535Z Downloaded regex v1.11.0
9412024-11-01T06:07:09.549Z Downloaded heapless v0.8.0
9422024-11-01T06:07:09.553Z Downloaded num-bigint-dig v0.8.4
9432024-11-01T06:07:09.557Z Downloaded csv v1.3.0
9442024-11-01T06:07:09.579Z Downloaded bitvec v1.0.1
9452024-11-01T06:07:09.593Z Downloaded parking_lot v0.12.3
9462024-11-01T06:07:09.595Z Downloaded reedline v0.35.0
9472024-11-01T06:07:09.603Z Downloaded sha3 v0.10.8
9482024-11-01T06:07:09.607Z Downloaded sqlparser v0.45.0
9492024-11-01T06:07:09.613Z Downloaded ron v0.7.1
9502024-11-01T06:07:09.618Z Downloaded ron v0.8.1
9512024-11-01T06:07:09.624Z Downloaded lalrpop v0.19.12
9522024-11-01T06:07:09.636Z Downloaded num-traits v0.2.19
9532024-11-01T06:07:09.638Z Downloaded typed-path v0.7.1
9542024-11-01T06:07:09.644Z Downloaded russh v0.45.0
9552024-11-01T06:07:09.650Z Downloaded sct v0.7.1
9562024-11-01T06:07:09.653Z Downloaded num-bigint v0.4.6
9572024-11-01T06:07:09.658Z Downloaded qorb v0.2.0
9582024-11-01T06:07:09.662Z Downloaded parse-zoneinfo v0.3.1
9592024-11-01T06:07:09.665Z Downloaded expectorate v1.1.0
9602024-11-01T06:07:09.667Z Downloaded slog v2.7.0
9612024-11-01T06:07:09.670Z Downloaded enum-as-inner v0.6.1
9622024-11-01T06:07:09.674Z Downloaded foreign-types-macros v0.2.3
9632024-11-01T06:07:09.674Z Downloaded rustc-demangle v0.1.24
9642024-11-01T06:07:09.676Z Downloaded derive-where v1.2.7
9652024-11-01T06:07:09.679Z Downloaded tough v0.17.1
9662024-11-01T06:07:09.687Z Downloaded unicode-normalization v0.1.24
9672024-11-01T06:07:09.690Z Downloaded schemars v0.8.21
9682024-11-01T06:07:09.702Z Downloaded tungstenite v0.21.0
9692024-11-01T06:07:09.705Z Downloaded rustls-pki-types v1.9.0
9702024-11-01T06:07:09.709Z Downloaded itertools v0.13.0
9712024-11-01T06:07:09.719Z Downloaded publicsuffix v2.2.3
9722024-11-01T06:07:09.721Z Downloaded time-macros v0.2.18
9732024-11-01T06:07:09.721Z Downloaded tokio-postgres v0.7.12
9742024-11-01T06:07:09.726Z Downloaded slog-json v2.6.1
9752024-11-01T06:07:09.729Z Downloaded hashbrown v0.12.3
9762024-11-01T06:07:09.731Z Downloaded tungstenite v0.24.0
9772024-11-01T06:07:09.734Z Downloaded hashbrown v0.13.2
9782024-11-01T06:07:09.739Z Downloaded serde_path_to_error v0.1.16
9792024-11-01T06:07:09.742Z Downloaded pkcs8 v0.10.2
9802024-11-01T06:07:09.744Z Downloaded tungstenite v0.23.0
9812024-11-01T06:07:09.748Z Downloaded socket2 v0.5.7
9822024-11-01T06:07:09.750Z Downloaded ed25519-dalek v2.1.1
9832024-11-01T06:07:09.753Z Downloaded itertools v0.12.1
9842024-11-01T06:07:09.760Z Downloaded schemars_derive v0.8.21
9852024-11-01T06:07:09.763Z Downloaded toml v0.7.8
9862024-11-01T06:07:09.767Z Downloaded libm v0.2.8
9872024-11-01T06:07:09.773Z Downloaded encoding_rs v0.8.34
9882024-11-01T06:07:09.795Z Downloaded slog-scope v4.4.0
9892024-11-01T06:07:09.797Z Downloaded itertools v0.10.5
9902024-11-01T06:07:09.803Z Downloaded pkg-config v0.3.31
9912024-11-01T06:07:09.805Z Downloaded phf v0.11.2
9922024-11-01T06:07:09.808Z Downloaded time v0.3.36
9932024-11-01T06:07:09.812Z Downloaded x509-cert v0.2.5
9942024-11-01T06:07:09.818Z Downloaded wait-timeout v0.2.0
9952024-11-01T06:07:09.821Z Downloaded parking_lot_core v0.9.10
9962024-11-01T06:07:09.823Z Downloaded zerocopy v0.6.6
9972024-11-01T06:07:09.826Z Downloaded untrusted v0.9.0
9982024-11-01T06:07:09.826Z Downloaded tap v1.0.1
9992024-11-01T06:07:09.828Z Downloaded static_assertions v1.1.0
10002024-11-01T06:07:09.833Z Downloaded prettyplease v0.2.22
10012024-11-01T06:07:09.835Z Downloaded powerfmt v0.2.0
10022024-11-01T06:07:09.835Z Downloaded der v0.7.9
10032024-11-01T06:07:09.838Z Downloaded typify-macro v0.2.0
10042024-11-01T06:07:09.841Z Downloaded fatfs v0.3.6
10052024-11-01T06:07:09.843Z Downloaded tokio-tungstenite v0.24.0
10062024-11-01T06:07:09.845Z Downloaded tokio-tungstenite v0.23.1
10072024-11-01T06:07:09.848Z Downloaded tokio-tungstenite v0.21.0
10082024-11-01T06:07:09.850Z Downloaded shell-words v1.1.0
10092024-11-01T06:07:09.851Z Downloaded minimal-lexical v0.2.1
10102024-11-01T06:07:09.855Z Downloaded password-hash v0.4.2
10112024-11-01T06:07:09.858Z Downloaded ecdsa v0.16.9
10122024-11-01T06:07:09.860Z Downloaded supports-color v3.0.1
10132024-11-01T06:07:09.860Z Downloaded libgit2-sys v0.17.0+1.8.1
10142024-11-01T06:07:09.921Z Downloaded ssh-encoding v0.2.0
10152024-11-01T06:07:09.923Z Downloaded ssh-cipher v0.2.0
10162024-11-01T06:07:09.925Z Downloaded crossbeam-channel v0.5.13
10172024-11-01T06:07:09.928Z Downloaded salsa20 v0.10.2
10182024-11-01T06:07:09.930Z Downloaded ref-cast v1.0.23
10192024-11-01T06:07:09.933Z Downloaded polyval v0.6.2
10202024-11-01T06:07:09.933Z Downloaded futures-task v0.3.31
10212024-11-01T06:07:09.936Z Downloaded des v0.8.1
10222024-11-01T06:07:09.936Z Downloaded yasna v0.5.2
10232024-11-01T06:07:09.938Z Downloaded whoami v1.5.2
10242024-11-01T06:07:09.941Z Downloaded typify v0.2.0
10252024-11-01T06:07:09.944Z Downloaded strip-ansi-escapes v0.2.0
10262024-11-01T06:07:09.944Z Downloaded rsa v0.9.6
10272024-11-01T06:07:09.948Z Downloaded predicates-tree v1.0.11
10282024-11-01T06:07:09.950Z Downloaded tls_codec v0.4.1
10292024-11-01T06:07:09.953Z Downloaded tracing-core v0.1.32
10302024-11-01T06:07:09.956Z Downloaded sync_wrapper v0.1.2
10312024-11-01T06:07:09.956Z Downloaded ed25519 v2.2.3
10322024-11-01T06:07:09.956Z Downloaded chacha20poly1305 v0.10.1
10332024-11-01T06:07:09.958Z Downloaded samael v0.0.17
10342024-11-01T06:07:09.963Z Downloaded vsss-rs v3.3.4
10352024-11-01T06:07:09.966Z Downloaded hyper-util v0.1.9
10362024-11-01T06:07:09.970Z Downloaded tls_codec_derive v0.4.1
10372024-11-01T06:07:09.973Z Downloaded structmeta v0.3.0
10382024-11-01T06:07:09.973Z Downloaded structmeta v0.2.0
10392024-11-01T06:07:09.976Z Downloaded stringprep v0.1.5
10402024-11-01T06:07:09.976Z Downloaded rusty-fork v0.3.0
10412024-11-01T06:07:09.978Z Downloaded peg-macros v0.8.4
10422024-11-01T06:07:09.981Z Downloaded peg v0.8.4
10432024-11-01T06:07:09.984Z Downloaded globset v0.4.15
10442024-11-01T06:07:09.984Z Downloaded glob v0.3.1
10452024-11-01T06:07:09.986Z Downloaded uuid v1.10.0
10462024-11-01T06:07:09.989Z Downloaded base64 v0.21.7
10472024-11-01T06:07:09.992Z Downloaded darling_core v0.20.10
10482024-11-01T06:07:09.997Z Downloaded base64 v0.22.1
10492024-11-01T06:07:10.000Z Downloaded serde-hex v0.1.0
10502024-11-01T06:07:10.002Z Downloaded rtoolbox v0.0.2
10512024-11-01T06:07:10.005Z Downloaded quick-error v1.2.3
10522024-11-01T06:07:10.005Z Downloaded tokio-stream v0.1.16
10532024-11-01T06:07:10.009Z Downloaded http v1.1.0
10542024-11-01T06:07:10.012Z Downloaded native-tls v0.2.12
10552024-11-01T06:07:10.016Z Downloaded progenitor v0.8.0
10562024-11-01T06:07:10.016Z Downloaded proc-macro-crate v1.3.1
10572024-11-01T06:07:10.018Z Downloaded aes-gcm v0.10.3
10582024-11-01T06:07:10.022Z Downloaded tokio-rustls v0.25.0
10592024-11-01T06:07:10.024Z Downloaded strum_macros v0.26.4
10602024-11-01T06:07:10.028Z Downloaded spki v0.7.3
10612024-11-01T06:07:10.030Z Downloaded crc-any v2.5.0
10622024-11-01T06:07:10.030Z Downloaded crc32fast v1.4.2
10632024-11-01T06:07:10.033Z Downloaded cookie v0.18.1
10642024-11-01T06:07:10.035Z Downloaded clang-sys v1.8.1
10652024-11-01T06:07:10.037Z Downloaded jobserver v0.1.32
10662024-11-01T06:07:10.040Z Downloaded memoffset v0.9.1
10672024-11-01T06:07:10.040Z Downloaded const_format v0.2.33
10682024-11-01T06:07:10.044Z Downloaded base64 v0.13.1
10692024-11-01T06:07:10.047Z Downloaded backtrace v0.3.74
10702024-11-01T06:07:10.052Z Downloaded arc-swap v1.7.1
10712024-11-01T06:07:10.057Z Downloaded cc v1.1.30
10722024-11-01T06:07:10.061Z Downloaded csv-core v0.1.11
10732024-11-01T06:07:10.063Z Downloaded thread_local v1.1.8
10742024-11-01T06:07:10.063Z Downloaded const_format_proc_macros v0.2.33
10752024-11-01T06:07:10.066Z Downloaded serde_repr v0.1.19
10762024-11-01T06:07:10.068Z Downloaded serde_plain v1.0.2
10772024-11-01T06:07:10.071Z Downloaded ipnet v2.10.1
10782024-11-01T06:07:10.071Z Downloaded console v0.15.8
10792024-11-01T06:07:10.074Z Downloaded colored v2.1.0
10802024-11-01T06:07:10.076Z Downloaded async-trait v0.1.83
10812024-11-01T06:07:10.079Z Downloaded lru-cache v0.1.2
10822024-11-01T06:07:10.082Z Downloaded libefi-sys v0.1.0
10832024-11-01T06:07:10.082Z Downloaded md-5 v0.10.6
10842024-11-01T06:07:10.084Z Downloaded indicatif v0.17.8
10852024-11-01T06:07:10.087Z Downloaded bit-set v0.5.3
10862024-11-01T06:07:10.089Z Downloaded backoff v0.4.0
10872024-11-01T06:07:10.091Z Downloaded bitflags v1.3.2
10882024-11-01T06:07:10.094Z Downloaded bitfield v0.14.0
10892024-11-01T06:07:10.094Z Downloaded base16ct v0.2.0
10902024-11-01T06:07:10.096Z Downloaded managed v0.8.0
10912024-11-01T06:07:10.099Z Downloaded linear-map v1.2.0
10922024-11-01T06:07:10.099Z Downloaded kstat-rs v0.2.4
10932024-11-01T06:07:10.101Z Downloaded cookie_store v0.21.0
10942024-11-01T06:07:10.102Z Downloaded ahash v0.8.11
10952024-11-01T06:07:10.104Z Downloaded mockall v0.13.0
10962024-11-01T06:07:10.107Z Downloaded lazy_static v1.5.0
10972024-11-01T06:07:10.107Z Downloaded is-terminal v0.4.13
10982024-11-01T06:07:10.110Z Downloaded indoc v1.0.9
10992024-11-01T06:07:10.112Z Downloaded impl-trait-for-tuples v0.2.2
11002024-11-01T06:07:10.112Z Downloaded humantime v2.1.0
11012024-11-01T06:07:10.115Z Downloaded crossbeam-utils v0.8.20
11022024-11-01T06:07:10.118Z Downloaded data-encoding v2.6.0
11032024-11-01T06:07:10.120Z Downloaded hubpack v0.1.2
11042024-11-01T06:07:10.120Z Downloaded signal-hook-tokio v0.3.1
11052024-11-01T06:07:10.120Z Downloaded block-padding v0.3.3
11062024-11-01T06:07:10.123Z Downloaded bb8 v0.8.5
11072024-11-01T06:07:10.123Z Downloaded async-stream v0.3.6
11082024-11-01T06:07:10.125Z Downloaded libsw v3.3.1
11092024-11-01T06:07:10.129Z Downloaded hubpack_derive v0.1.1
11102024-11-01T06:07:10.129Z Downloaded http-range v0.1.5
11112024-11-01T06:07:10.129Z Downloaded ipnetwork v0.20.0
11122024-11-01T06:07:10.132Z Downloaded hmac v0.12.1
11132024-11-01T06:07:10.132Z Downloaded base64ct v1.6.0
11142024-11-01T06:07:10.135Z Downloaded arrayref v0.3.9
11152024-11-01T06:07:10.135Z Downloaded arrayvec v0.7.6
11162024-11-01T06:07:10.137Z Downloaded argon2 v0.5.3
11172024-11-01T06:07:10.140Z Downloaded is_ci v1.2.0
11182024-11-01T06:07:10.142Z Downloaded bitfield-struct v0.6.2
11192024-11-01T06:07:10.142Z Downloaded array-init v0.0.4
11202024-11-01T06:07:10.142Z Downloaded cassowary v0.3.0
11212024-11-01T06:07:10.145Z Downloaded aead v0.5.2
11222024-11-01T06:07:10.249Z Downloaded ring v0.17.8
11232024-11-01T06:07:10.324Z Downloaded libsqlite3-sys v0.30.1
11242024-11-01T06:07:10.450Z Downloaded ring v0.16.20
11252024-11-01T06:07:10.731Z Compiling serde v1.0.210
11262024-11-01T06:07:10.734Z Compiling typenum v1.17.0
11272024-11-01T06:07:10.734Z Compiling lock_api v0.4.12
11282024-11-01T06:07:10.734Z Compiling generic-array v0.14.7
11292024-11-01T06:07:10.734Z Compiling scopeguard v1.2.0
11302024-11-01T06:07:10.734Z Compiling subtle v2.6.1
11312024-11-01T06:07:10.734Z Compiling syn v2.0.79
11322024-11-01T06:07:10.880Z Compiling getrandom v0.2.15
11332024-11-01T06:07:11.135Z Compiling rand_core v0.6.4
11342024-11-01T06:07:11.282Z Compiling value-bag v1.9.0
11352024-11-01T06:07:11.319Z Compiling const-oid v0.9.6
11362024-11-01T06:07:11.367Z Compiling pin-project-lite v0.2.14
11372024-11-01T06:07:11.474Z Compiling smallvec v1.13.2
11382024-11-01T06:07:11.501Z Compiling jobserver v0.1.32
11392024-11-01T06:07:11.665Z Compiling parking_lot_core v0.9.10
11402024-11-01T06:07:11.818Z Compiling log v0.4.22
11412024-11-01T06:07:11.916Z Compiling shlex v1.3.0
11422024-11-01T06:07:11.935Z Compiling futures-core v0.3.31
11432024-11-01T06:07:12.200Z Compiling cc v1.1.30
11442024-11-01T06:07:12.312Z Compiling signal-hook-registry v1.4.2
11452024-11-01T06:07:12.491Z Compiling mio v1.0.2
11462024-11-01T06:07:12.724Z Compiling parking_lot v0.12.3
11472024-11-01T06:07:12.912Z Compiling cpufeatures v0.2.14
11482024-11-01T06:07:13.023Z Compiling futures-sink v0.3.31
11492024-11-01T06:07:13.151Z Compiling spin v0.9.8
11502024-11-01T06:07:13.178Z Compiling socket2 v0.5.7
11512024-11-01T06:07:13.382Z Compiling slab v0.4.9
11522024-11-01T06:07:13.585Z Compiling serde_json v1.0.128
11532024-11-01T06:07:13.657Z Compiling futures-channel v0.3.31
11542024-11-01T06:07:13.697Z Compiling pin-utils v0.1.0
11552024-11-01T06:07:13.739Z Compiling futures-task v0.3.31
11562024-11-01T06:07:13.789Z Compiling futures-io v0.3.31
11572024-11-01T06:07:13.941Z Compiling tinyvec_macros v0.1.1
11582024-11-01T06:07:14.038Z Compiling foldhash v0.1.3
11592024-11-01T06:07:14.060Z Compiling allocator-api2 v0.2.18
11602024-11-01T06:07:14.060Z Compiling tinyvec v1.8.0
11612024-11-01T06:07:14.097Z Compiling libm v0.2.8
11622024-11-01T06:07:14.134Z Compiling num-traits v0.2.19
11632024-11-01T06:07:14.181Z Compiling unicode-bidi v0.3.17
11642024-11-01T06:07:14.322Z Compiling base64ct v1.6.0
11652024-11-01T06:07:14.654Z Compiling httparse v1.9.5
11662024-11-01T06:07:14.824Z Compiling hashbrown v0.15.0
11672024-11-01T06:07:14.920Z Compiling pem-rfc7468 v0.7.0
11682024-11-01T06:07:15.401Z Compiling flagset v0.4.6
11692024-11-01T06:07:15.537Z Compiling unicode-normalization v0.1.24
11702024-11-01T06:07:15.687Z Compiling tracing-core v0.1.32
11712024-11-01T06:07:15.714Z Compiling crossbeam-utils v0.8.20
11722024-11-01T06:07:15.863Z Compiling rustls-pki-types v1.9.0
11732024-11-01T06:07:16.248Z Compiling percent-encoding v2.3.1
11742024-11-01T06:07:16.269Z Compiling ring v0.17.8
11752024-11-01T06:07:16.616Z Compiling vcpkg v0.2.15
11762024-11-01T06:07:16.645Z Compiling pkg-config v0.3.31
11772024-11-01T06:07:16.996Z Compiling time-core v0.1.2
11782024-11-01T06:07:17.067Z Compiling untrusted v0.9.0
11792024-11-01T06:07:17.086Z Compiling num-conv v0.1.0
11802024-11-01T06:07:17.164Z Compiling powerfmt v0.2.0
11812024-11-01T06:07:17.364Z Compiling time-macros v0.2.18
11822024-11-01T06:07:17.551Z Compiling deranged v0.3.11
11832024-11-01T06:07:17.668Z Compiling num_threads v0.1.7
11842024-11-01T06:07:17.802Z Compiling atomic-waker v1.1.2
11852024-11-01T06:07:17.991Z Compiling form_urlencoded v1.2.1
11862024-11-01T06:07:18.096Z Compiling try-lock v0.2.5
11872024-11-01T06:07:18.241Z Compiling slog v2.7.0
11882024-11-01T06:07:18.308Z Compiling rustix v0.38.37
11892024-11-01T06:07:18.479Z Compiling want v0.3.1
11902024-11-01T06:07:18.582Z Compiling openssl-sys v0.9.103
11912024-11-01T06:07:18.757Z Compiling httpdate v1.0.3
11922024-11-01T06:07:19.185Z Compiling idna v0.5.0
11932024-11-01T06:07:19.215Z Compiling rustversion v1.0.17
11942024-11-01T06:07:19.399Z Compiling tower-service v0.3.3
11952024-11-01T06:07:19.521Z Compiling foreign-types-shared v0.1.1
11962024-11-01T06:07:19.554Z Compiling iana-time-zone v0.1.61
11972024-11-01T06:07:19.632Z Compiling match_cfg v0.1.0
11982024-11-01T06:07:19.723Z Compiling base64 v0.22.1
11992024-11-01T06:07:19.743Z Compiling openssl v0.10.66
12002024-11-01T06:07:19.994Z Compiling hostname v0.3.1
12012024-11-01T06:07:20.184Z Compiling url v2.5.2
12022024-11-01T06:07:20.226Z Compiling foreign-types v0.3.2
12032024-11-01T06:07:20.325Z Compiling dirs-sys-next v0.1.2
12042024-11-01T06:07:20.426Z Compiling time v0.3.36
12052024-11-01T06:07:20.463Z Compiling aho-corasick v1.1.3
12062024-11-01T06:07:20.717Z Compiling rustls v0.22.4
12072024-11-01T06:07:20.973Z Compiling adler2 v2.0.0
12082024-11-01T06:07:20.999Z Compiling syn v1.0.109
12092024-11-01T06:07:21.182Z Compiling data-encoding v2.6.0
12102024-11-01T06:07:21.290Z Compiling native-tls v0.2.12
12112024-11-01T06:07:21.606Z Compiling regex-syntax v0.8.5
12122024-11-01T06:07:21.625Z Compiling siphasher v0.3.11
12132024-11-01T06:07:21.958Z Compiling rustls v0.23.14
12142024-11-01T06:07:22.104Z Compiling miniz_oxide v0.8.0
12152024-11-01T06:07:22.228Z Compiling dirs-next v2.0.0
12162024-11-01T06:07:23.355Z Compiling serde_derive_internals v0.29.1
12172024-11-01T06:07:23.571Z Compiling crossbeam-epoch v0.9.18
12182024-11-01T06:07:23.778Z Compiling lazy_static v1.5.0
12192024-11-01T06:07:23.911Z Compiling thread_local v1.1.8
12202024-11-01T06:07:24.331Z Compiling cookie v0.18.1
12212024-11-01T06:07:24.468Z Compiling encoding_rs v0.8.34
12222024-11-01T06:07:24.593Z Compiling serde_derive v1.0.210
12232024-11-01T06:07:24.616Z Compiling zeroize_derive v1.4.2
12242024-11-01T06:07:25.355Z Compiling zerocopy-derive v0.7.35
12252024-11-01T06:07:25.569Z Compiling tokio-macros v2.4.0
12262024-11-01T06:07:25.937Z Compiling thiserror-impl v1.0.64
12272024-11-01T06:07:26.128Z Compiling zeroize v1.8.1
12282024-11-01T06:07:27.178Z Compiling futures-macro v0.3.31
12292024-11-01T06:07:27.196Z Compiling der_derive v0.7.3
12302024-11-01T06:07:27.583Z Compiling zerocopy v0.7.35
12312024-11-01T06:07:27.963Z Compiling crypto-common v0.1.6
12322024-11-01T06:07:27.999Z Compiling block-buffer v0.10.4
12332024-11-01T06:07:28.217Z Compiling digest v0.10.7
12342024-11-01T06:07:28.266Z Compiling block-padding v0.3.3
12352024-11-01T06:07:28.525Z Compiling inout v0.1.3
12362024-11-01T06:07:28.748Z Compiling hmac v0.12.1
12372024-11-01T06:07:28.748Z Compiling cipher v0.4.4
12382024-11-01T06:07:28.804Z Compiling sha2 v0.10.8
12392024-11-01T06:07:28.997Z Compiling tracing-attributes v0.1.27
12402024-11-01T06:07:29.057Z Compiling thiserror v1.0.64
12412024-11-01T06:07:29.114Z Compiling futures-util v0.3.31
12422024-11-01T06:07:29.207Z Compiling ppv-lite86 v0.2.20
12432024-11-01T06:07:29.261Z Compiling salsa20 v0.10.2
12442024-11-01T06:07:29.309Z Compiling pest v2.7.14
12452024-11-01T06:07:29.496Z Compiling pbkdf2 v0.12.2
12462024-11-01T06:07:29.546Z Compiling der v0.7.9
12472024-11-01T06:07:29.674Z Compiling scrypt v0.11.0
12482024-11-01T06:07:30.086Z Compiling rand_chacha v0.3.1
12492024-11-01T06:07:30.251Z Compiling aes v0.8.4
12502024-11-01T06:07:32.397Z Compiling spki v0.7.3
12512024-11-01T06:07:32.426Z Compiling rand v0.8.5
12522024-11-01T06:07:32.472Z Compiling pest_meta v2.7.14
12532024-11-01T06:07:32.609Z Compiling tracing v0.1.40
12542024-11-01T06:07:32.768Z Compiling cbc v0.1.2
12552024-11-01T06:07:32.983Z Compiling scroll_derive v0.12.0
12562024-11-01T06:07:33.007Z Compiling pkcs5 v0.7.1
12572024-11-01T06:07:33.130Z Compiling rustls-webpki v0.102.8
12582024-11-01T06:07:33.133Z Compiling openssl-macros v0.1.1
12592024-11-01T06:07:33.887Z Compiling pest_generator v2.7.14
12602024-11-01T06:07:34.187Z Compiling pkcs8 v0.10.2
12612024-11-01T06:07:34.476Z Compiling scroll v0.12.0
12622024-11-01T06:07:34.645Z Compiling async-trait v0.1.83
12632024-11-01T06:07:34.893Z Compiling signature v2.2.0
12642024-11-01T06:07:35.055Z Compiling goblin v0.8.2
12652024-11-01T06:07:35.133Z Compiling sha1 v0.10.6
12662024-11-01T06:07:35.189Z Compiling regex-automata v0.4.8
12672024-11-01T06:07:35.553Z Compiling multer v3.1.0
12682024-11-01T06:07:35.580Z Compiling gimli v0.31.1
12692024-11-01T06:07:35.806Z Compiling mime v0.3.17
12702024-11-01T06:07:35.846Z Compiling ipnet v2.10.1
12712024-11-01T06:07:36.439Z Compiling either v1.13.0
12722024-11-01T06:07:36.886Z Compiling schemars v0.8.21
12732024-11-01T06:07:37.088Z Compiling rayon-core v1.12.1
12742024-11-01T06:07:37.234Z Compiling openssl-probe v0.1.5
12752024-11-01T06:07:37.303Z Compiling pest_derive v2.7.14
12762024-11-01T06:07:37.372Z Compiling signal-hook v0.3.17
12772024-11-01T06:07:37.415Z Compiling unicode-properties v0.1.3
12782024-11-01T06:07:37.606Z Compiling paste v1.0.15
12792024-11-01T06:07:37.640Z Compiling slog-async v2.8.0
12802024-11-01T06:07:37.797Z Compiling stringprep v0.1.5
12812024-11-01T06:07:38.080Z Compiling dtrace-parser v0.2.0
12822024-11-01T06:07:38.298Z Compiling futures-executor v0.3.31
12832024-11-01T06:07:38.833Z Compiling bytes v1.7.2
12842024-11-01T06:07:38.928Z Compiling indexmap v2.6.0
12852024-11-01T06:07:40.086Z Compiling tokio v1.40.0
12862024-11-01T06:07:40.126Z Compiling http v1.1.0
12872024-11-01T06:07:40.497Z Compiling bitflags v2.6.0
12882024-11-01T06:07:40.735Z Compiling semver v1.0.23
12892024-11-01T06:07:40.961Z Compiling dof v0.3.0
12902024-11-01T06:07:41.493Z Compiling rustc_version v0.4.1
12912024-11-01T06:07:41.940Z Compiling http-body v1.0.1
12922024-11-01T06:07:42.267Z Compiling serde_spanned v0.6.8
12932024-11-01T06:07:42.514Z Compiling serde_tokenstream v0.2.2
12942024-11-01T06:07:42.636Z Compiling uuid v1.10.0
12952024-11-01T06:07:43.037Z Compiling toml_datetime v0.6.8
12962024-11-01T06:07:43.152Z Compiling usdt-impl v0.5.0
12972024-11-01T06:07:43.603Z Compiling chrono v0.4.38
12982024-11-01T06:07:44.113Z Compiling heapless v0.7.17
12992024-11-01T06:07:44.563Z Compiling http-body-util v0.1.2
13002024-11-01T06:07:45.067Z Compiling usdt-macro v0.5.0
13012024-11-01T06:07:45.088Z Compiling usdt-attr-macro v0.5.0
13022024-11-01T06:07:46.617Z Compiling toml_edit v0.22.22
13032024-11-01T06:07:46.717Z Compiling curve25519-dalek v4.1.3
13042024-11-01T06:07:47.246Z Compiling slog-json v2.6.1
13052024-11-01T06:07:47.305Z Compiling addr2line v0.24.2
13062024-11-01T06:07:47.416Z Compiling serde_urlencoded v0.7.1
13072024-11-01T06:07:47.609Z Compiling md-5 v0.10.6
13082024-11-01T06:07:47.871Z Compiling schemars_derive v0.8.21
13092024-11-01T06:07:47.994Z Compiling async-stream-impl v0.3.6
13102024-11-01T06:07:48.046Z Compiling enum-as-inner v0.6.1
13112024-11-01T06:07:49.111Z Compiling tokio-util v0.7.12
13122024-11-01T06:07:49.358Z Compiling crossbeam-deque v0.8.5
13132024-11-01T06:07:49.686Z Compiling term v0.7.0
13142024-11-01T06:07:50.493Z Compiling h2 v0.4.6
13152024-11-01T06:07:51.740Z Compiling crossbeam-channel v0.5.13
13162024-11-01T06:07:51.774Z Compiling num-integer v0.1.46
13172024-11-01T06:07:52.576Z Compiling rustls-pemfile v2.2.0
13182024-11-01T06:07:52.844Z Compiling idna v0.3.0
13192024-11-01T06:07:52.933Z Compiling idna v0.4.0
13202024-11-01T06:07:53.253Z Compiling hash32 v0.2.1
13212024-11-01T06:07:53.642Z Compiling ff v0.13.0
13222024-11-01T06:07:53.876Z Compiling is-terminal v0.4.13
13232024-11-01T06:07:54.017Z Compiling object v0.36.5
13242024-11-01T06:07:54.469Z Compiling dropshot v0.12.0
13252024-11-01T06:07:54.513Z Compiling anyhow v1.0.92
13262024-11-01T06:07:54.690Z Compiling take_mut v0.2.2
13272024-11-01T06:07:54.759Z Compiling smoltcp v0.9.1
13282024-11-01T06:07:54.855Z Compiling utf-8 v0.7.6
13292024-11-01T06:07:55.028Z Compiling psl-types v2.0.11
13302024-11-01T06:07:55.110Z Compiling stable_deref_trait v1.2.0
13312024-11-01T06:07:55.161Z Compiling fallible-iterator v0.2.0
13322024-11-01T06:07:55.226Z Compiling rustc-demangle v0.1.24
13332024-11-01T06:07:55.228Z Compiling portable-atomic v1.9.0
13342024-11-01T06:07:55.464Z Compiling dyn-clone v1.0.17
13352024-11-01T06:07:55.728Z Compiling num-bigint-dig v0.8.4
13362024-11-01T06:07:55.894Z Compiling base16ct v0.2.0
13372024-11-01T06:07:56.059Z Compiling quick-error v1.2.3
13382024-11-01T06:07:56.212Z Compiling linked-hash-map v0.5.6
13392024-11-01T06:07:56.214Z Compiling resolv-conf v0.7.0
13402024-11-01T06:07:56.250Z Compiling sec1 v0.7.3
13412024-11-01T06:07:56.432Z Compiling postgres-protocol v0.6.7
13422024-11-01T06:07:56.576Z Compiling lru-cache v0.1.2
13432024-11-01T06:07:56.979Z Compiling publicsuffix v2.2.3
13442024-11-01T06:07:57.491Z Compiling tungstenite v0.24.0
13452024-11-01T06:07:57.750Z Compiling hyper v1.4.1
13462024-11-01T06:07:58.110Z Compiling slog-term v2.9.1
13472024-11-01T06:07:58.741Z Compiling usdt v0.5.0
13482024-11-01T06:07:59.253Z Compiling group v0.13.0
13492024-11-01T06:07:59.316Z Compiling hickory-proto v0.24.1
13502024-11-01T06:07:59.590Z Compiling num-iter v0.1.45
13512024-11-01T06:07:59.772Z Compiling tokio-rustls v0.25.0
13522024-11-01T06:07:59.790Z Compiling tokio-native-tls v0.3.1
13532024-11-01T06:08:00.072Z Compiling toml v0.8.19
13542024-11-01T06:08:00.192Z Compiling hyper-util v0.1.9
13552024-11-01T06:08:01.000Z Compiling async-stream v0.3.6
13562024-11-01T06:08:01.296Z Compiling tokio-rustls v0.26.0
13572024-11-01T06:08:01.758Z Compiling backtrace v0.3.74
13582024-11-01T06:08:01.797Z Compiling slog-bunyan v2.5.0
13592024-11-01T06:08:02.127Z Compiling terminal_size v0.4.0
13602024-11-01T06:08:02.155Z Compiling dropshot_endpoint v0.12.0
13612024-11-01T06:08:02.356Z Compiling openapiv3 v2.0.0
13622024-11-01T06:08:02.865Z Compiling futures v0.3.31
13632024-11-01T06:08:02.986Z Compiling camino v1.1.9
13642024-11-01T06:08:03.329Z Compiling serde_path_to_error v0.1.16
13652024-11-01T06:08:04.221Z Compiling hkdf v0.12.4
13662024-11-01T06:08:04.441Z Compiling crypto-bigint v0.5.5
13672024-11-01T06:08:04.495Z Compiling curve25519-dalek-derive v0.1.1
13682024-11-01T06:08:04.808Z Compiling hubpack_derive v0.1.1
13692024-11-01T06:08:05.134Z Compiling zerocopy-derive v0.6.6
13702024-11-01T06:08:05.167Z Compiling phf_shared v0.11.2
13712024-11-01T06:08:05.573Z Compiling waitgroup v0.1.2
13722024-11-01T06:08:05.722Z Compiling webpki-roots v0.26.6
13732024-11-01T06:08:05.839Z Compiling hostname v0.4.0
13742024-11-01T06:08:05.946Z Compiling ahash v0.8.11
13752024-11-01T06:08:06.031Z Compiling fs-err v2.11.0
13762024-11-01T06:08:06.108Z Compiling winnow v0.5.40
13772024-11-01T06:08:06.293Z Compiling debug-ignore v1.0.5
13782024-11-01T06:08:06.335Z Compiling managed v0.8.0
13792024-11-01T06:08:06.447Z Compiling bitflags v1.3.2
13802024-11-01T06:08:06.555Z Compiling clap_builder v4.5.20
13812024-11-01T06:08:06.970Z Compiling console v0.15.8
13822024-11-01T06:08:07.266Z Compiling zerocopy v0.6.6
13832024-11-01T06:08:08.197Z Compiling elliptic-curve v0.13.8
13842024-11-01T06:08:08.525Z Compiling strum_macros v0.25.3
13852024-11-01T06:08:09.060Z Compiling hyper-rustls v0.27.3
13862024-11-01T06:08:09.526Z Compiling hubpack v0.1.2
13872024-11-01T06:08:09.674Z Compiling toml_edit v0.19.15
13882024-11-01T06:08:09.960Z Compiling phf v0.11.2
13892024-11-01T06:08:09.998Z Compiling hickory-resolver v0.24.1
13902024-11-01T06:08:10.279Z Compiling signal-hook-mio v0.2.4
13912024-11-01T06:08:10.451Z Compiling hyper-tls v0.6.0
13922024-11-01T06:08:10.902Z Compiling cookie_store v0.21.0
13932024-11-01T06:08:11.639Z Compiling rayon v1.10.0
13942024-11-01T06:08:12.470Z Compiling tokio-tungstenite v0.24.0
13952024-11-01T06:08:13.009Z Compiling postgres-types v0.2.8
13962024-11-01T06:08:15.550Z Compiling tokio-stream v0.1.16
13972024-11-01T06:08:15.891Z Compiling regex v1.11.0
13982024-11-01T06:08:15.989Z Compiling bstr v1.10.0
13992024-11-01T06:08:16.387Z Compiling serde-big-array v0.5.1
14002024-11-01T06:08:16.509Z Compiling ed25519 v2.2.3
14012024-11-01T06:08:16.621Z Compiling pkcs1 v0.7.5
14022024-11-01T06:08:16.656Z Compiling rfc6979 v0.4.0
14032024-11-01T06:08:16.847Z Compiling derive-where v1.2.7
14042024-11-01T06:08:16.989Z Compiling clap_derive v4.5.18
14052024-11-01T06:08:17.075Z Compiling serde_repr v0.1.19
14062024-11-01T06:08:17.414Z Compiling phf_shared v0.10.0
14072024-11-01T06:08:17.557Z Compiling float-cmp v0.9.0
14082024-11-01T06:08:17.766Z Compiling sync_wrapper v1.0.1
14092024-11-01T06:08:17.787Z Compiling crc32fast v1.4.2
14102024-11-01T06:08:17.832Z Compiling whoami v1.5.2
14112024-11-01T06:08:17.926Z Compiling fixedbitset v0.4.2
14122024-11-01T06:08:18.133Z Compiling static_assertions v1.1.0
14132024-11-01T06:08:18.233Z Compiling unicode-segmentation v1.12.0
14142024-11-01T06:08:18.253Z Compiling bit-vec v0.6.3
14152024-11-01T06:08:18.324Z Compiling precomputed-hash v0.1.1
14162024-11-01T06:08:18.402Z Compiling difflib v0.4.0
14172024-11-01T06:08:18.435Z Compiling new_debug_unreachable v1.0.6
14182024-11-01T06:08:18.454Z Compiling number_prefix v0.4.0
14192024-11-01T06:08:18.527Z Compiling minimal-lexical v0.2.1
14202024-11-01T06:08:18.666Z Compiling predicates-core v1.0.8
14212024-11-01T06:08:18.742Z Compiling normalize-line-endings v0.3.0
14222024-11-01T06:08:18.880Z Compiling predicates v3.1.2
14232024-11-01T06:08:19.030Z Compiling nom v7.1.3
14242024-11-01T06:08:19.030Z Compiling similar v2.6.0
14252024-11-01T06:08:19.100Z Compiling bit-set v0.5.3
14262024-11-01T06:08:19.397Z Compiling indicatif v0.17.8
14272024-11-01T06:08:19.961Z Compiling string_cache v0.8.7
14282024-11-01T06:08:20.205Z Compiling qorb v0.2.0
14292024-11-01T06:08:20.431Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14302024-11-01T06:08:20.608Z Compiling petgraph v0.6.5
14312024-11-01T06:08:21.445Z Compiling tokio-postgres v0.7.12
14322024-11-01T06:08:21.528Z Compiling flate2 v1.0.34
14332024-11-01T06:08:21.732Z Compiling clap v4.5.20
14342024-11-01T06:08:21.853Z Compiling reqwest v0.12.8
14352024-11-01T06:08:22.532Z Compiling rsa v0.9.6
14362024-11-01T06:08:22.797Z Compiling ecdsa v0.16.9
14372024-11-01T06:08:23.678Z Compiling ed25519-dalek v2.1.1
14382024-11-01T06:08:24.686Z Compiling toml v0.7.8
14392024-11-01T06:08:25.000Z Compiling crossterm v0.28.1
14402024-11-01T06:08:26.828Z Compiling hex v0.4.3
14412024-11-01T06:08:27.056Z Compiling itertools v0.12.1
14422024-11-01T06:08:27.133Z Compiling itertools v0.10.5
14432024-11-01T06:08:27.291Z Compiling x509-cert v0.2.5
14442024-11-01T06:08:27.422Z Compiling peg-runtime v0.8.3
14452024-11-01T06:08:27.447Z Compiling lalrpop-util v0.19.12
14462024-11-01T06:08:27.818Z Compiling unicode-xid v0.2.6
14472024-11-01T06:08:28.008Z Compiling xattr v1.3.1
14482024-11-01T06:08:28.086Z Compiling strum_macros v0.26.4
14492024-11-01T06:08:28.283Z Compiling filetime v0.2.25
14502024-11-01T06:08:28.616Z Compiling tar v0.4.42
14512024-11-01T06:08:31.502Z Compiling strum v0.26.3
14522024-11-01T06:08:31.602Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14532024-11-01T06:08:31.851Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14542024-11-01T06:08:37.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14552024-11-01T06:08:37.498Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14562024-11-01T06:08:37.545ZNov 01 06:08:35.857 INFO Starting download, target: Clickhouse
14572024-11-01T06:08:37.545ZNov 01 06:08:35.857 INFO Starting download, target: Cockroach
14582024-11-01T06:08:37.545ZNov 01 06:08:35.857 INFO Starting download, target: Console
14592024-11-01T06:08:37.548ZNov 01 06:08:35.857 INFO Starting download, target: DendriteOpenapi
14602024-11-01T06:08:37.548ZNov 01 06:08:35.857 INFO Starting download, target: DendriteStub
14612024-11-01T06:08:37.548ZNov 01 06:08:35.857 INFO Starting download, target: MaghemiteMgd
14622024-11-01T06:08:37.548ZNov 01 06:08:35.857 INFO Starting download, target: TransceiverControl
14632024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14642024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14652024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14662024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14672024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14682024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14692024-11-01T06:08:37.548ZNov 01 06:08:35.858 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14702024-11-01T06:08:37.801ZNov 01 06:08:36.113 INFO Download complete, target: DendriteOpenapi
14712024-11-01T06:08:38.089ZNov 01 06:08:36.383 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14722024-11-01T06:08:38.225ZNov 01 06:08:36.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14732024-11-01T06:08:38.527ZNov 01 06:08:36.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14742024-11-01T06:08:38.549ZNov 01 06:08:36.850 INFO Download complete, target: Console
14752024-11-01T06:08:38.691ZNov 01 06:08:37.002 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14762024-11-01T06:08:38.773ZNov 01 06:08:37.083 INFO Download complete, target: TransceiverControl
14772024-11-01T06:08:39.351ZNov 01 06:08:37.663 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14782024-11-01T06:08:39.351ZNov 01 06:08:37.663 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14792024-11-01T06:08:41.052ZNov 01 06:08:39.363 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14802024-11-01T06:08:41.355ZNov 01 06:08:39.666 INFO Download complete, target: DendriteStub
14812024-11-01T06:08:41.674ZNov 01 06:08:39.986 INFO Download complete, target: MaghemiteMgd
14822024-11-01T06:08:46.759ZNov 01 06:08:45.070 INFO Checking that binary works, target: Cockroach
14832024-11-01T06:08:46.919ZNov 01 06:08:45.230 INFO Download complete, target: Cockroach
14842024-11-01T06:08:53.216ZNov 01 06:08:51.526 INFO Checking that binary works, target: Clickhouse
14852024-11-01T06:08:53.373ZNov 01 06:08:51.682 INFO Download complete, target: Clickhouse
14862024-11-01T06:08:53.393ZAll builder prerequisites installed successfully, and PATH looks valid
14872024-11-01T06:08:53.396Z
14882024-11-01T06:08:53.396Zreal 3:52.839964599
14892024-11-01T06:08:53.396Zuser 12:19.048465772
14902024-11-01T06:08:53.397Zsys 2:42.670477958
14912024-11-01T06:08:53.397Ztrap 0.447442342
14922024-11-01T06:08:53.397Ztflt 1.282296377
14932024-11-01T06:08:53.397Zdflt 1.325158521
14942024-11-01T06:08:53.397Zkflt 0.020690272
14952024-11-01T06:08:53.397Zlock 22:50.812431642
14962024-11-01T06:08:53.397Zslp 47:37.263635439
14972024-11-01T06:08:53.397Zlat 47.830036726
14982024-11-01T06:08:53.397Zstop 2:02.715789703
14992024-11-01T06:08:53.397Z+ banner hack-check
15002024-11-01T06:08:53.400Z
15012024-11-01T06:08:53.400Z # # ## #### # # #### # # ###### #### # #
15022024-11-01T06:08:53.400Z # # # # # # # # # # # # # # # # #
15032024-11-01T06:08:53.400Z ###### # # # #### ##### # ###### ##### # ####
15042024-11-01T06:08:53.400Z # # ###### # # # # # # # # # #
15052024-11-01T06:08:53.400Z # # # # # # # # # # # # # # # # #
15062024-11-01T06:08:53.400Z # # # # #### # # #### # # ###### #### # #
15072024-11-01T06:08:53.400Z
15082024-11-01T06:08:53.400Z+ export CARGO_INCREMENTAL=0
15092024-11-01T06:08:53.400Z+ CARGO_INCREMENTAL=0
15102024-11-01T06:08:53.400Z+ ptime -m timeout 2h cargo xtask check-features --ci
15112024-11-01T06:08:53.922Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15122024-11-01T06:08:57.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
15132024-11-01T06:08:57.523Z Running `target/debug/xtask check-features --ci`
15142024-11-01T06:08:57.546Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15152024-11-01T06:08:57.546Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15162024-11-01T06:08:57.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15172024-11-01T06:08:58.000Z Running `target/debug/xtask download cargo-hack`
15182024-11-01T06:08:58.795Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15192024-11-01T06:08:59.172Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15202024-11-01T06:09:03.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.91s
15212024-11-01T06:09:04.089Z Running `target/debug/xtask-downloader cargo-hack`
15222024-11-01T06:09:04.127ZNov 01 06:09:02.435 INFO Starting download, target: CargoHack
15232024-11-01T06:09:04.129ZNov 01 06:09:02.435 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15242024-11-01T06:09:04.783ZNov 01 06:09:03.092 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15252024-11-01T06:09:04.871ZNov 01 06:09:03.180 INFO Download complete, target: CargoHack
15262024-11-01T06:09:04.876Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15272024-11-01T06:09:04.893Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15282024-11-01T06:09:05.057Zinfo: running `cargo check --bins` on api_identity (1/168)
15292024-11-01T06:09:05.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-11-01T06:09:05.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-11-01T06:09:05.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-11-01T06:09:05.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15332024-11-01T06:09:05.627Z
15342024-11-01T06:09:05.627Zinfo: running `cargo check --bins` on bootstore (2/168)
15352024-11-01T06:09:06.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-11-01T06:09:06.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-11-01T06:09:06.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-11-01T06:09:06.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15392024-11-01T06:09:06.227Z
15402024-11-01T06:09:06.227Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15412024-11-01T06:09:06.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-11-01T06:09:06.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-11-01T06:09:06.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-11-01T06:09:06.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15452024-11-01T06:09:06.841Z
15462024-11-01T06:09:06.841Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15472024-11-01T06:09:07.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-11-01T06:09:07.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-11-01T06:09:07.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-11-01T06:09:07.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15512024-11-01T06:09:07.396Z
15522024-11-01T06:09:07.396Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15532024-11-01T06:09:07.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-11-01T06:09:07.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-11-01T06:09:07.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15562024-11-01T06:09:07.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15572024-11-01T06:09:07.803Z
15582024-11-01T06:09:07.803Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15592024-11-01T06:09:08.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15602024-11-01T06:09:08.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15612024-11-01T06:09:08.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15622024-11-01T06:09:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15632024-11-01T06:09:08.216Z
15642024-11-01T06:09:08.216Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15652024-11-01T06:09:08.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15662024-11-01T06:09:08.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15672024-11-01T06:09:08.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15682024-11-01T06:09:08.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15692024-11-01T06:09:08.611Z
15702024-11-01T06:09:08.612Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15712024-11-01T06:09:08.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15722024-11-01T06:09:08.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15732024-11-01T06:09:08.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15742024-11-01T06:09:08.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15752024-11-01T06:09:09.019Z
15762024-11-01T06:09:09.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
15772024-11-01T06:09:09.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15782024-11-01T06:09:09.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15792024-11-01T06:09:09.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15802024-11-01T06:09:09.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15812024-11-01T06:09:09.435Z
15822024-11-01T06:09:09.435Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
15832024-11-01T06:09:09.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15842024-11-01T06:09:09.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15852024-11-01T06:09:09.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15862024-11-01T06:09:09.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15872024-11-01T06:09:09.847Z
15882024-11-01T06:09:09.848Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
15892024-11-01T06:09:10.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15902024-11-01T06:09:10.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15912024-11-01T06:09:10.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15922024-11-01T06:09:10.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15932024-11-01T06:09:10.251Z
15942024-11-01T06:09:10.251Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
15952024-11-01T06:09:10.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15962024-11-01T06:09:10.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15972024-11-01T06:09:10.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15982024-11-01T06:09:10.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15992024-11-01T06:09:10.664Z
16002024-11-01T06:09:10.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16012024-11-01T06:09:11.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16022024-11-01T06:09:11.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16032024-11-01T06:09:11.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16042024-11-01T06:09:11.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16052024-11-01T06:09:11.075Z
16062024-11-01T06:09:11.076Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16072024-11-01T06:09:11.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16082024-11-01T06:09:11.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16092024-11-01T06:09:11.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16102024-11-01T06:09:11.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16112024-11-01T06:09:11.488Z
16122024-11-01T06:09:11.488Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16132024-11-01T06:09:11.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-11-01T06:09:11.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-11-01T06:09:11.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-11-01T06:09:11.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16172024-11-01T06:09:11.908Z
16182024-11-01T06:09:11.908Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16192024-11-01T06:09:12.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-11-01T06:09:12.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-11-01T06:09:12.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-11-01T06:09:12.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16232024-11-01T06:09:12.324Z
16242024-11-01T06:09:12.324Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16252024-11-01T06:09:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-11-01T06:09:12.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-11-01T06:09:12.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-11-01T06:09:12.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16292024-11-01T06:09:12.738Z
16302024-11-01T06:09:12.738Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16312024-11-01T06:09:13.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-11-01T06:09:13.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-11-01T06:09:13.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-11-01T06:09:13.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16352024-11-01T06:09:13.152Z
16362024-11-01T06:09:13.152Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16372024-11-01T06:09:13.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-11-01T06:09:13.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-11-01T06:09:13.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-11-01T06:09:13.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16412024-11-01T06:09:13.562Z
16422024-11-01T06:09:13.562Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16432024-11-01T06:09:13.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-11-01T06:09:13.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-11-01T06:09:13.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-11-01T06:09:13.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16472024-11-01T06:09:13.971Z
16482024-11-01T06:09:13.971Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16492024-11-01T06:09:14.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-11-01T06:09:14.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-11-01T06:09:14.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-11-01T06:09:14.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16532024-11-01T06:09:14.382Z
16542024-11-01T06:09:14.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16552024-11-01T06:09:14.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-11-01T06:09:14.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-11-01T06:09:14.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-11-01T06:09:14.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16592024-11-01T06:09:14.799Z
16602024-11-01T06:09:14.799Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16612024-11-01T06:09:15.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-11-01T06:09:15.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-11-01T06:09:15.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-11-01T06:09:15.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16652024-11-01T06:09:15.221Z
16662024-11-01T06:09:15.222Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16672024-11-01T06:09:15.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-11-01T06:09:15.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-11-01T06:09:15.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-11-01T06:09:15.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16712024-11-01T06:09:15.732Z
16722024-11-01T06:09:15.732Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
16732024-11-01T06:09:16.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-11-01T06:09:16.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-11-01T06:09:16.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-11-01T06:09:16.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16772024-11-01T06:09:16.246Z
16782024-11-01T06:09:16.246Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
16792024-11-01T06:09:16.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-11-01T06:09:16.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-11-01T06:09:16.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-11-01T06:09:16.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16832024-11-01T06:09:16.837Z
16842024-11-01T06:09:16.837Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
16852024-11-01T06:09:17.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-11-01T06:09:17.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-11-01T06:09:17.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-11-01T06:09:17.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16892024-11-01T06:09:17.438Z
16902024-11-01T06:09:17.438Zinfo: running `cargo check --bins` on oxlog (28/168)
16912024-11-01T06:09:17.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-11-01T06:09:17.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-11-01T06:09:18.021Z Checking cfg-if v1.0.0
16942024-11-01T06:09:18.024Z Checking libc v0.2.161
16952024-11-01T06:09:18.123Z Checking serde v1.0.210
16962024-11-01T06:09:18.126Z Checking zeroize v1.8.1
16972024-11-01T06:09:18.140Z Checking memchr v2.7.4
16982024-11-01T06:09:18.151Z Checking typenum v1.17.0
16992024-11-01T06:09:18.153Z Checking scopeguard v1.2.0
17002024-11-01T06:09:18.163Z Checking subtle v2.6.1
17012024-11-01T06:09:18.184Z Checking value-bag v1.9.0
17022024-11-01T06:09:18.299Z Checking lock_api v0.4.12
17032024-11-01T06:09:18.380Z Checking const-oid v0.9.6
17042024-11-01T06:09:18.434Z Checking itoa v1.0.11
17052024-11-01T06:09:18.585Z Checking log v0.4.22
17062024-11-01T06:09:18.639Z Checking pin-project-lite v0.2.14
17072024-11-01T06:09:18.717Z Checking smallvec v1.13.2
17082024-11-01T06:09:18.779Z Checking byteorder v1.5.0
17092024-11-01T06:09:19.031Z Checking futures-core v0.3.31
17102024-11-01T06:09:19.076Z Checking once_cell v1.20.2
17112024-11-01T06:09:19.109Z Checking cpufeatures v0.2.14
17122024-11-01T06:09:19.201Z Checking futures-sink v0.3.31
17132024-11-01T06:09:19.224Z Checking spin v0.9.8
17142024-11-01T06:09:19.237Z Checking zerocopy v0.7.35
17152024-11-01T06:09:19.300Z Checking getrandom v0.2.15
17162024-11-01T06:09:19.343Z Checking parking_lot_core v0.9.10
17172024-11-01T06:09:19.389Z Checking signal-hook-registry v1.4.2
17182024-11-01T06:09:19.471Z Checking generic-array v0.14.7
17192024-11-01T06:09:19.521Z Checking rand_core v0.6.4
17202024-11-01T06:09:19.604Z Checking mio v1.0.2
17212024-11-01T06:09:19.624Z Checking socket2 v0.5.7
17222024-11-01T06:09:19.679Z Checking parking_lot v0.12.3
17232024-11-01T06:09:19.824Z Checking slab v0.4.9
17242024-11-01T06:09:20.033Z Checking futures-channel v0.3.31
17252024-11-01T06:09:20.097Z Checking futures-io v0.3.31
17262024-11-01T06:09:20.111Z Checking futures-task v0.3.31
17272024-11-01T06:09:20.176Z Checking tinyvec_macros v0.1.1
17282024-11-01T06:09:20.192Z Checking equivalent v1.0.1
17292024-11-01T06:09:20.259Z Checking pin-utils v0.1.0
17302024-11-01T06:09:20.273Z Checking allocator-api2 v0.2.18
17312024-11-01T06:09:20.294Z Checking foldhash v0.1.3
17322024-11-01T06:09:20.341Z Checking tinyvec v1.8.0
17332024-11-01T06:09:20.357Z Checking ryu v1.0.18
17342024-11-01T06:09:20.387Z Checking futures-util v0.3.31
17352024-11-01T06:09:20.494Z Checking unicode-bidi v0.3.17
17362024-11-01T06:09:20.587Z Checking fnv v1.0.7
17372024-11-01T06:09:20.674Z Checking crypto-common v0.1.6
17382024-11-01T06:09:20.677Z Checking block-buffer v0.10.4
17392024-11-01T06:09:20.710Z Checking block-padding v0.3.3
17402024-11-01T06:09:20.857Z Checking libm v0.2.8
17412024-11-01T06:09:20.906Z Checking digest v0.10.7
17422024-11-01T06:09:20.920Z Checking hashbrown v0.15.0
17432024-11-01T06:09:20.932Z Checking inout v0.1.3
17442024-11-01T06:09:21.107Z Checking base64ct v1.6.0
17452024-11-01T06:09:21.147Z Checking cipher v0.4.4
17462024-11-01T06:09:21.285Z Checking hmac v0.12.1
17472024-11-01T06:09:21.482Z Checking sha2 v0.10.8
17482024-11-01T06:09:21.544Z Checking pem-rfc7468 v0.7.0
17492024-11-01T06:09:21.559Z Checking ppv-lite86 v0.2.20
17502024-11-01T06:09:21.623Z Checking unicode-normalization v0.1.24
17512024-11-01T06:09:21.767Z Checking num-traits v0.2.19
17522024-11-01T06:09:21.807Z Checking flagset v0.4.6
17532024-11-01T06:09:21.998Z Checking der v0.7.9
17542024-11-01T06:09:22.043Z Checking tracing-core v0.1.32
17552024-11-01T06:09:22.075Z Checking thiserror v1.0.64
17562024-11-01T06:09:22.209Z Checking percent-encoding v2.3.1
17572024-11-01T06:09:22.342Z Checking rand_chacha v0.3.1
17582024-11-01T06:09:22.418Z Checking rustls-pki-types v1.9.0
17592024-11-01T06:09:22.600Z Checking salsa20 v0.10.2
17602024-11-01T06:09:22.705Z Checking tracing v0.1.40
17612024-11-01T06:09:22.769Z Checking rand v0.8.5
17622024-11-01T06:09:22.814Z Checking pbkdf2 v0.12.2
17632024-11-01T06:09:22.972Z Checking httparse v1.9.5
17642024-11-01T06:09:23.016Z Checking untrusted v0.9.0
17652024-11-01T06:09:23.059Z Checking powerfmt v0.2.0
17662024-11-01T06:09:23.079Z Checking bytes v1.7.2
17672024-11-01T06:09:23.170Z Checking indexmap v2.6.0
17682024-11-01T06:09:23.339Z Checking serde_json v1.0.128
17692024-11-01T06:09:23.425Z Checking bitflags v2.6.0
17702024-11-01T06:09:23.466Z Checking deranged v0.3.11
17712024-11-01T06:09:23.735Z Checking ring v0.17.8
17722024-11-01T06:09:23.875Z Checking spki v0.7.3
17732024-11-01T06:09:23.889Z Checking tokio v1.40.0
17742024-11-01T06:09:24.066Z Checking http v1.1.0
17752024-11-01T06:09:24.175Z Checking scrypt v0.11.0
17762024-11-01T06:09:24.405Z Checking cbc v0.1.2
17772024-11-01T06:09:24.538Z Checking aes v0.8.4
17782024-11-01T06:09:24.611Z Checking crossbeam-utils v0.8.20
17792024-11-01T06:09:25.120Z Checking time-core v0.1.2
17802024-11-01T06:09:25.270Z Checking atomic-waker v1.1.2
17812024-11-01T06:09:25.295Z Checking num_threads v0.1.7
17822024-11-01T06:09:25.342Z Checking num-conv v0.1.0
17832024-11-01T06:09:25.396Z Checking form_urlencoded v1.2.1
17842024-11-01T06:09:25.412Z Checking try-lock v0.2.5
17852024-11-01T06:09:25.431Z Checking http-body v1.0.1
17862024-11-01T06:09:25.446Z Checking pkcs5 v0.7.1
17872024-11-01T06:09:25.538Z Checking want v0.3.1
17882024-11-01T06:09:25.577Z Checking time v0.3.36
17892024-11-01T06:09:25.593Z Checking httpdate v1.0.3
17902024-11-01T06:09:25.614Z Checking rustls-webpki v0.102.8
17912024-11-01T06:09:25.629Z Checking unicode-ident v1.0.13
17922024-11-01T06:09:25.709Z Checking uuid v1.10.0
17932024-11-01T06:09:25.782Z Checking proc-macro2 v1.0.87
17942024-11-01T06:09:25.813Z Checking serde_spanned v0.6.8
17952024-11-01T06:09:25.829Z Checking toml_datetime v0.6.8
17962024-11-01T06:09:25.945Z Checking pkcs8 v0.10.2
17972024-11-01T06:09:25.990Z Checking idna v0.5.0
17982024-11-01T06:09:26.115Z Checking slog v2.7.0
17992024-11-01T06:09:26.269Z Checking scroll v0.12.0
18002024-11-01T06:09:26.346Z Checking base64 v0.22.1
18012024-11-01T06:09:26.376Z Checking tower-service v0.3.3
18022024-11-01T06:09:26.458Z Checking match_cfg v0.1.0
18032024-11-01T06:09:26.491Z Checking iana-time-zone v0.1.61
18042024-11-01T06:09:26.556Z Checking foreign-types-shared v0.1.1
18052024-11-01T06:09:26.604Z Checking ucd-trie v0.1.7
18062024-11-01T06:09:26.648Z Checking plain v0.2.3
18072024-11-01T06:09:26.666Z Checking foreign-types v0.3.2
18082024-11-01T06:09:26.740Z Checking chrono v0.4.38
18092024-11-01T06:09:26.756Z Checking hostname v0.3.1
18102024-11-01T06:09:26.796Z Checking goblin v0.8.2
18112024-11-01T06:09:26.812Z Checking pest v2.7.14
18122024-11-01T06:09:26.828Z Checking quote v1.0.37
18132024-11-01T06:09:26.867Z Checking url v2.5.2
18142024-11-01T06:09:26.888Z Checking openssl-sys v0.9.103
18152024-11-01T06:09:27.175Z Checking errno v0.3.9
18162024-11-01T06:09:27.368Z Checking dirs-sys-next v0.1.2
18172024-11-01T06:09:27.545Z Checking aho-corasick v1.1.3
18182024-11-01T06:09:27.697Z Checking adler2 v2.0.0
18192024-11-01T06:09:27.851Z Checking regex-syntax v0.8.5
18202024-11-01T06:09:28.040Z Checking pretty-hex v0.4.1
18212024-11-01T06:09:28.213Z Checking siphasher v0.3.11
18222024-11-01T06:09:28.238Z Checking data-encoding v2.6.0
18232024-11-01T06:09:28.529Z Checking openssl v0.10.66
18242024-11-01T06:09:28.879Z Checking miniz_oxide v0.8.0
18252024-11-01T06:09:28.913Z Checking dirs-next v2.0.0
18262024-11-01T06:09:29.051Z Checking rustix v0.38.37
18272024-11-01T06:09:29.221Z Checking syn v2.0.79
18282024-11-01T06:09:29.402Z Checking dtrace-parser v0.2.0
18292024-11-01T06:09:29.700Z Checking http-body-util v0.1.2
18302024-11-01T06:09:29.866Z Checking crossbeam-epoch v0.9.18
18312024-11-01T06:09:30.159Z Checking sha1 v0.10.6
18322024-11-01T06:09:30.303Z Checking signature v2.2.0
18332024-11-01T06:09:30.468Z Checking lazy_static v1.5.0
18342024-11-01T06:09:30.504Z Checking thread_local v1.1.8
18352024-11-01T06:09:30.596Z Checking thread-id v4.2.2
18362024-11-01T06:09:30.712Z Checking encoding_rs v0.8.34
18372024-11-01T06:09:30.793Z Checking winnow v0.6.20
18382024-11-01T06:09:31.140Z Checking tokio-util v0.7.12
18392024-11-01T06:09:31.226Z Checking regex-automata v0.4.8
18402024-11-01T06:09:31.815Z Checking dof v0.3.0
18412024-11-01T06:09:32.011Z Checking h2 v0.4.6
18422024-11-01T06:09:32.455Z Checking unicode-properties v0.1.3
18432024-11-01T06:09:32.620Z Checking ipnet v2.10.1
18442024-11-01T06:09:32.821Z Checking anstyle v1.0.8
18452024-11-01T06:09:33.086Z Checking gimli v0.31.1
18462024-11-01T06:09:33.162Z Checking either v1.13.0
18472024-11-01T06:09:33.189Z Checking utf8parse v0.2.2
18482024-11-01T06:09:33.327Z Checking mime v0.3.17
18492024-11-01T06:09:33.556Z Checking openssl-probe v0.1.5
18502024-11-01T06:09:33.648Z Checking anstyle-parse v0.2.5
18512024-11-01T06:09:33.707Z Checking stringprep v0.1.5
18522024-11-01T06:09:33.817Z Checking toml_edit v0.22.22
18532024-11-01T06:09:33.924Z Checking crossbeam-deque v0.8.5
18542024-11-01T06:09:33.980Z Checking term v0.7.0
18552024-11-01T06:09:34.027Z Checking native-tls v0.2.12
18562024-11-01T06:09:34.262Z Checking slog-json v2.6.1
18572024-11-01T06:09:34.364Z Checking rustls v0.22.4
18582024-11-01T06:09:34.414Z Checking rustls v0.23.14
18592024-11-01T06:09:34.526Z Checking futures-executor v0.3.31
18602024-11-01T06:09:34.764Z Checking serde_urlencoded v0.7.1
18612024-11-01T06:09:35.203Z Checking crossbeam-channel v0.5.13
18622024-11-01T06:09:35.729Z Checking usdt-impl v0.5.0
18632024-11-01T06:09:35.854Z Checking num-integer v0.1.46
18642024-11-01T06:09:35.975Z Checking rustls-pemfile v2.2.0
18652024-11-01T06:09:36.205Z Checking idna v0.3.0
18662024-11-01T06:09:36.271Z Checking idna v0.4.0
18672024-11-01T06:09:36.347Z Checking md-5 v0.10.6
18682024-11-01T06:09:36.483Z Checking ff v0.13.0
18692024-11-01T06:09:36.574Z Checking memmap v0.7.0
18702024-11-01T06:09:36.708Z Checking is-terminal v0.4.13
18712024-11-01T06:09:36.770Z Checking hash32 v0.2.1
18722024-11-01T06:09:36.832Z Checking object v0.36.5
18732024-11-01T06:09:37.020Z Checking linked-hash-map v0.5.6
18742024-11-01T06:09:37.086Z Checking utf-8 v0.7.6
18752024-11-01T06:09:37.166Z Checking dyn-clone v1.0.17
18762024-11-01T06:09:37.168Z Checking addr2line v0.24.2
18772024-11-01T06:09:37.291Z Checking quick-error v1.2.3
18782024-11-01T06:09:37.318Z Checking colorchoice v1.0.2
18792024-11-01T06:09:37.332Z Checking fallible-iterator v0.2.0
18802024-11-01T06:09:37.429Z Checking stable_deref_trait v1.2.0
18812024-11-01T06:09:37.444Z Checking is_terminal_polyfill v1.70.1
18822024-11-01T06:09:37.524Z Checking base16ct v0.2.0
18832024-11-01T06:09:37.555Z Checking take_mut v0.2.2
18842024-11-01T06:09:37.687Z Checking anstyle-query v1.1.1
18852024-11-01T06:09:37.702Z Checking psl-types v2.0.11
18862024-11-01T06:09:37.718Z Checking rustc-demangle v0.1.24
18872024-11-01T06:09:37.813Z Checking anstream v0.6.15
18882024-11-01T06:09:37.882Z Checking publicsuffix v2.2.3
18892024-11-01T06:09:37.946Z Checking postgres-protocol v0.6.7
18902024-11-01T06:09:37.978Z Checking tokio-rustls v0.25.0
18912024-11-01T06:09:38.120Z Checking sec1 v0.7.3
18922024-11-01T06:09:38.154Z Checking slog-async v2.8.0
18932024-11-01T06:09:38.184Z Checking heapless v0.7.17
18942024-11-01T06:09:38.338Z Checking resolv-conf v0.7.0
18952024-11-01T06:09:38.383Z Checking hyper v1.4.1
18962024-11-01T06:09:38.458Z Checking lru-cache v0.1.2
18972024-11-01T06:09:38.481Z Checking schemars v0.8.21
18982024-11-01T06:09:38.623Z Checking tungstenite v0.24.0
18992024-11-01T06:09:38.644Z Checking hickory-proto v0.24.1
19002024-11-01T06:09:38.691Z Checking slog-term v2.9.1
19012024-11-01T06:09:39.197Z Checking usdt v0.5.0
19022024-11-01T06:09:39.291Z Checking group v0.13.0
19032024-11-01T06:09:39.397Z Checking tokio-rustls v0.26.0
19042024-11-01T06:09:39.458Z Checking toml v0.8.19
19052024-11-01T06:09:39.538Z Checking num-iter v0.1.45
19062024-11-01T06:09:39.553Z Checking futures v0.3.31
19072024-11-01T06:09:39.659Z Checking slog-bunyan v2.5.0
19082024-11-01T06:09:39.721Z Checking tokio-native-tls v0.3.1
19092024-11-01T06:09:39.803Z Checking rayon-core v1.12.1
19102024-11-01T06:09:39.828Z Checking multer v3.1.0
19112024-11-01T06:09:39.970Z Checking terminal_size v0.4.0
19122024-11-01T06:09:40.083Z Checking phf_shared v0.11.2
19132024-11-01T06:09:40.137Z Checking cookie v0.18.1
19142024-11-01T06:09:40.163Z Checking async-stream v0.3.6
19152024-11-01T06:09:40.222Z Checking signal-hook v0.3.17
19162024-11-01T06:09:40.345Z Checking camino v1.1.9
19172024-11-01T06:09:40.367Z Checking waitgroup v0.1.2
19182024-11-01T06:09:40.468Z Checking hyper-util v0.1.9
19192024-11-01T06:09:40.490Z Checking openapiv3 v2.0.0
19202024-11-01T06:09:40.511Z Checking serde_path_to_error v0.1.16
19212024-11-01T06:09:40.566Z Checking webpki-roots v0.26.6
19222024-11-01T06:09:40.569Z Checking hkdf v0.12.4
19232024-11-01T06:09:40.782Z Checking crypto-bigint v0.5.5
19242024-11-01T06:09:40.784Z Checking hostname v0.4.0
19252024-11-01T06:09:40.918Z Checking managed v0.8.0
19262024-11-01T06:09:40.933Z Checking unicode-width v0.1.14
19272024-11-01T06:09:41.133Z Checking clap_lex v0.7.2
19282024-11-01T06:09:41.320Z Checking strsim v0.11.1
19292024-11-01T06:09:41.375Z Checking debug-ignore v1.0.5
19302024-11-01T06:09:41.426Z Checking bitflags v1.3.2
19312024-11-01T06:09:41.520Z Checking winnow v0.5.40
19322024-11-01T06:09:41.534Z Checking smoltcp v0.9.1
19332024-11-01T06:09:41.601Z Checking clap_builder v4.5.20
19342024-11-01T06:09:42.600Z Checking hyper-tls v0.6.0
19352024-11-01T06:09:42.876Z Checking hyper-rustls v0.27.3
19362024-11-01T06:09:43.103Z Checking console v0.15.8
19372024-11-01T06:09:43.233Z Checking signal-hook-mio v0.2.4
19382024-11-01T06:09:43.371Z Checking cookie_store v0.21.0
19392024-11-01T06:09:43.530Z Checking hickory-resolver v0.24.1
19402024-11-01T06:09:43.664Z Checking elliptic-curve v0.13.8
19412024-11-01T06:09:43.684Z Checking rayon v1.10.0
19422024-11-01T06:09:43.702Z Checking backtrace v0.3.74
19432024-11-01T06:09:43.866Z Checking dropshot v0.12.0
19442024-11-01T06:09:44.011Z Checking phf v0.11.2
19452024-11-01T06:09:44.275Z Checking anyhow v1.0.92
19462024-11-01T06:09:44.304Z Checking num-bigint-dig v0.8.4
19472024-11-01T06:09:44.307Z Checking tokio-tungstenite v0.24.0
19482024-11-01T06:09:44.640Z Checking toml_edit v0.19.15
19492024-11-01T06:09:44.674Z Checking postgres-types v0.2.8
19502024-11-01T06:09:44.709Z Checking bstr v1.10.0
19512024-11-01T06:09:44.788Z Checking regex v1.11.0
19522024-11-01T06:09:45.148Z Checking tokio-stream v0.1.16
19532024-11-01T06:09:45.411Z Checking ed25519 v2.2.3
19542024-11-01T06:09:45.432Z Checking phf_shared v0.10.0
19552024-11-01T06:09:45.640Z Checking curve25519-dalek v4.1.3
19562024-11-01T06:09:45.702Z Checking zerocopy v0.6.6
19572024-11-01T06:09:45.716Z Checking pkcs1 v0.7.5
19582024-11-01T06:09:46.031Z Checking hubpack v0.1.2
19592024-11-01T06:09:46.142Z Checking portable-atomic v1.9.0
19602024-11-01T06:09:46.350Z Checking float-cmp v0.9.0
19612024-11-01T06:09:46.478Z Checking serde-big-array v0.5.1
19622024-11-01T06:09:46.540Z Checking rfc6979 v0.4.0
19632024-11-01T06:09:46.554Z Checking sync_wrapper v1.0.1
19642024-11-01T06:09:46.677Z Checking crc32fast v1.4.2
19652024-11-01T06:09:46.692Z Checking static_assertions v1.1.0
19662024-11-01T06:09:46.723Z Checking fixedbitset v0.4.2
19672024-11-01T06:09:46.780Z Checking whoami v1.5.2
19682024-11-01T06:09:46.896Z Checking difflib v0.4.0
19692024-11-01T06:09:47.003Z Checking minimal-lexical v0.2.1
19702024-11-01T06:09:47.100Z Checking normalize-line-endings v0.3.0
19712024-11-01T06:09:47.149Z Checking precomputed-hash v0.1.1
19722024-11-01T06:09:47.213Z Checking predicates-core v1.0.8
19732024-11-01T06:09:47.227Z Checking number_prefix v0.4.0
19742024-11-01T06:09:47.229Z Checking bit-vec v0.6.3
19752024-11-01T06:09:47.254Z Checking unicode-segmentation v1.12.0
19762024-11-01T06:09:47.388Z Checking new_debug_unreachable v1.0.6
19772024-11-01T06:09:47.402Z Checking nom v7.1.3
19782024-11-01T06:09:47.416Z Checking predicates v3.1.2
19792024-11-01T06:09:47.478Z Checking string_cache v0.8.7
19802024-11-01T06:09:47.557Z Checking ed25519-dalek v2.1.1
19812024-11-01T06:09:47.573Z Checking bit-set v0.5.3
19822024-11-01T06:09:47.589Z Checking indicatif v0.17.8
19832024-11-01T06:09:47.652Z Checking qorb v0.2.0
19842024-11-01T06:09:47.743Z Checking toml v0.7.8
19852024-11-01T06:09:47.845Z Checking tokio-postgres v0.7.12
19862024-11-01T06:09:47.931Z Checking similar v2.6.0
19872024-11-01T06:09:47.986Z Checking petgraph v0.6.5
19882024-11-01T06:09:48.046Z Checking flate2 v1.0.34
19892024-11-01T06:09:48.336Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19902024-11-01T06:09:48.459Z Checking ecdsa v0.16.9
19912024-11-01T06:09:48.721Z Checking reqwest v0.12.8
19922024-11-01T06:09:48.787Z Checking rsa v0.9.6
19932024-11-01T06:09:49.197Z Checking clap v4.5.20
19942024-11-01T06:09:49.328Z Checking crossterm v0.28.1
19952024-11-01T06:09:49.902Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-11-01T06:09:49.928Z Checking itertools v0.12.1
19972024-11-01T06:09:50.330Z Checking itertools v0.10.5
19982024-11-01T06:09:50.347Z Checking fs-err v2.11.0
19992024-11-01T06:09:50.665Z Checking ahash v0.8.11
20002024-11-01T06:09:50.945Z Checking x509-cert v0.2.5
20012024-11-01T06:09:51.053Z Checking hex v0.4.3
20022024-11-01T06:09:51.211Z Checking semver v1.0.23
20032024-11-01T06:09:51.245Z Checking lalrpop-util v0.19.12
20042024-11-01T06:09:51.330Z Checking peg-runtime v0.8.3
20052024-11-01T06:09:51.543Z Checking sigpipe v0.1.3
20062024-11-01T06:09:53.097Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20072024-11-01T06:09:53.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.97s
20082024-11-01T06:09:53.565Z
20092024-11-01T06:09:53.565Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20102024-11-01T06:09:54.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-11-01T06:09:54.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-11-01T06:09:54.187Z Compiling hashbrown v0.14.5
20132024-11-01T06:09:54.303Z Checking heck v0.5.0
20142024-11-01T06:09:54.320Z Compiling unsafe-libyaml v0.2.11
20152024-11-01T06:09:54.334Z Compiling ident_case v1.0.1
20162024-11-01T06:09:54.337Z Checking progenitor-client v0.8.0
20172024-11-01T06:09:54.359Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20182024-11-01T06:09:54.374Z Compiling proc-macro-crate v1.3.1
20192024-11-01T06:09:54.484Z Compiling darling_core v0.20.10
20202024-11-01T06:09:54.506Z Checking ipnetwork v0.20.0
20212024-11-01T06:09:54.639Z Compiling structmeta-derive v0.3.0
20222024-11-01T06:09:54.727Z Compiling newtype-uuid v1.1.2
20232024-11-01T06:09:54.871Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20242024-11-01T06:09:55.043Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20252024-11-01T06:09:55.222Z Compiling lzma-sys v0.1.20
20262024-11-01T06:09:55.406Z Compiling foreign-types-macros v0.2.3
20272024-11-01T06:09:55.426Z Compiling num_enum_derive v0.5.11
20282024-11-01T06:09:55.469Z Checking regress v0.10.1
20292024-11-01T06:09:55.965Z Compiling serde_yaml v0.9.34+deprecated
20302024-11-01T06:09:56.162Z Checking arc-swap v1.7.1
20312024-11-01T06:09:56.583Z Checking foreign-types-shared v0.3.1
20322024-11-01T06:09:56.671Z Checking slog-scope v4.4.0
20332024-11-01T06:09:56.691Z Checking foreign-types v0.5.0
20342024-11-01T06:09:56.839Z Compiling proc-macro-error v1.0.4
20352024-11-01T06:09:57.454Z Compiling structmeta v0.3.0
20362024-11-01T06:09:57.470Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20372024-11-01T06:09:57.488Z Checking tungstenite v0.21.0
20382024-11-01T06:09:57.578Z Compiling heck v0.3.3
20392024-11-01T06:09:57.830Z Compiling parse-display-derive v0.10.0
20402024-11-01T06:09:57.880Z Checking num_enum v0.5.11
20412024-11-01T06:09:58.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20422024-11-01T06:09:58.035Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-11-01T06:09:58.427Z Checking cstr-argument v0.1.2
20442024-11-01T06:09:58.596Z Checking instant v0.1.13
20452024-11-01T06:09:58.713Z Checking fastrand v2.1.1
20462024-11-01T06:09:58.797Z Checking base64 v0.21.7
20472024-11-01T06:09:58.800Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20482024-11-01T06:09:58.988Z Checking typify-impl v0.2.0
20492024-11-01T06:09:59.020Z Checking pretty-hex v0.2.1
20502024-11-01T06:09:59.130Z Checking tempfile v3.13.0
20512024-11-01T06:09:59.229Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20522024-11-01T06:09:59.520Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532024-11-01T06:09:59.545Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-11-01T06:09:59.680Z Checking backoff v0.4.0
20552024-11-01T06:09:59.682Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20562024-11-01T06:09:59.978Z Checking tokio-tungstenite v0.21.0
20572024-11-01T06:10:00.017Z Checking strum v0.26.3
20582024-11-01T06:10:00.033Z Compiling zone_cfg_derive v0.1.2
20592024-11-01T06:10:00.172Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20602024-11-01T06:10:00.490Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20612024-11-01T06:10:00.622Z Checking slog-stdlog v4.1.1
20622024-11-01T06:10:00.798Z Checking regress v0.9.1
20632024-11-01T06:10:00.903Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20642024-11-01T06:10:00.936Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20652024-11-01T06:10:01.012Z Compiling darling_macro v0.20.10
20662024-11-01T06:10:01.048Z Checking colored v2.1.0
20672024-11-01T06:10:01.214Z Checking macaddr v1.0.1
20682024-11-01T06:10:01.339Z Checking base64 v0.13.1
20692024-11-01T06:10:01.445Z Checking zone v0.1.8
20702024-11-01T06:10:01.567Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20712024-11-01T06:10:01.721Z Checking ron v0.7.1
20722024-11-01T06:10:01.915Z Compiling darling v0.20.10
20732024-11-01T06:10:01.998Z Checking xz2 v0.1.7
20742024-11-01T06:10:02.039Z Compiling serde_with_macros v3.11.0
20752024-11-01T06:10:02.087Z Checking slog-envlogger v2.2.0
20762024-11-01T06:10:02.134Z Checking parse-display v0.10.0
20772024-11-01T06:10:02.297Z Checking tabwriter v1.4.0
20782024-11-01T06:10:02.313Z Checking xattr v1.3.1
20792024-11-01T06:10:02.354Z Checking pem v3.0.4
20802024-11-01T06:10:02.517Z Checking yasna v0.5.2
20812024-11-01T06:10:02.534Z Checking headers-core v0.3.0
20822024-11-01T06:10:02.627Z Checking smf v0.2.3
20832024-11-01T06:10:02.670Z Checking filetime v0.2.25
20842024-11-01T06:10:02.881Z Checking same-file v1.0.6
20852024-11-01T06:10:02.897Z Checking tar v0.4.42
20862024-11-01T06:10:03.048Z Checking walkdir v2.5.0
20872024-11-01T06:10:03.063Z Checking headers v0.4.0
20882024-11-01T06:10:03.323Z Checking camino-tempfile v1.1.1
20892024-11-01T06:10:03.462Z Checking rcgen v0.12.1
20902024-11-01T06:10:03.546Z Checking atomicwrites v0.4.4
20912024-11-01T06:10:03.598Z Checking subprocess v0.2.9
20922024-11-01T06:10:04.559Z Checking serde_with v3.11.0
20932024-11-01T06:10:07.856Z Compiling typify-macro v0.2.0
20942024-11-01T06:10:09.704Z Compiling typify v0.2.0
20952024-11-01T06:10:09.772Z Compiling progenitor-impl v0.8.0
20962024-11-01T06:10:12.931Z Compiling progenitor-macro v0.8.0
20972024-11-01T06:10:18.732Z Checking progenitor v0.8.0
20982024-11-01T06:10:18.860Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20992024-11-01T06:10:18.863Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21002024-11-01T06:10:21.568Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21012024-11-01T06:10:21.837Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21022024-11-01T06:10:28.351Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21032024-11-01T06:10:29.915Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21042024-11-01T06:10:31.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.59s
21052024-11-01T06:10:31.327Z
21062024-11-01T06:10:31.327Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21072024-11-01T06:10:31.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-11-01T06:10:31.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-11-01T06:10:31.943Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21102024-11-01T06:10:33.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
21112024-11-01T06:10:33.509Z
21122024-11-01T06:10:33.509Zinfo: running `cargo check --bins` on nexus-config (31/168)
21132024-11-01T06:10:34.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-11-01T06:10:34.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-11-01T06:10:34.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-11-01T06:10:34.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21172024-11-01T06:10:34.095Z
21182024-11-01T06:10:34.095Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21192024-11-01T06:10:34.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-11-01T06:10:34.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-11-01T06:10:34.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222024-11-01T06:10:34.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232024-11-01T06:10:34.675Z
21242024-11-01T06:10:34.675Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21252024-11-01T06:10:35.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-11-01T06:10:35.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-11-01T06:10:35.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-11-01T06:10:35.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292024-11-01T06:10:35.265Z
21302024-11-01T06:10:35.265Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21312024-11-01T06:10:35.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-11-01T06:10:35.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-11-01T06:10:35.875Z Compiling heapless v0.8.0
21342024-11-01T06:10:35.878Z Checking hash32 v0.3.1
21352024-11-01T06:10:35.981Z Compiling smoltcp v0.11.0
21362024-11-01T06:10:35.992Z Checking cobs v0.2.3
21372024-11-01T06:10:36.003Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21382024-11-01T06:10:36.006Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-11-01T06:10:36.030Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-11-01T06:10:36.030Z Compiling crucible-workspace-hack v0.1.0
21412024-11-01T06:10:36.126Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21422024-11-01T06:10:36.151Z Checking newline-converter v0.3.0
21432024-11-01T06:10:36.165Z Checking postcard v1.0.10
21442024-11-01T06:10:36.298Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21452024-11-01T06:10:36.338Z Compiling convert_case v0.4.0
21462024-11-01T06:10:36.452Z Checking expectorate v1.1.0
21472024-11-01T06:10:36.521Z Compiling zone_cfg_derive v0.3.0
21482024-11-01T06:10:36.605Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21492024-11-01T06:10:36.692Z Checking itertools v0.13.0
21502024-11-01T06:10:36.712Z Compiling num-derive v0.4.2
21512024-11-01T06:10:36.885Z Compiling slog-dtrace v0.3.0
21522024-11-01T06:10:36.962Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21532024-11-01T06:10:37.207Z Compiling derive_more v0.99.18
21542024-11-01T06:10:37.265Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21552024-11-01T06:10:37.906Z Checking zone v0.3.0
21562024-11-01T06:10:38.456Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21572024-11-01T06:10:40.062Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21582024-11-01T06:10:40.967Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21592024-11-01T06:10:40.978Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21602024-11-01T06:10:42.048Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-11-01T06:10:42.255Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21622024-11-01T06:10:43.887Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21632024-11-01T06:10:44.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s
21642024-11-01T06:10:44.954Z
21652024-11-01T06:10:44.954Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21662024-11-01T06:10:45.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-11-01T06:10:45.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-11-01T06:10:45.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-11-01T06:10:45.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21702024-11-01T06:10:45.557Z
21712024-11-01T06:10:45.557Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
21722024-11-01T06:10:46.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-11-01T06:10:46.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-11-01T06:10:46.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752024-11-01T06:10:46.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21762024-11-01T06:10:46.162Z
21772024-11-01T06:10:46.162Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
21782024-11-01T06:10:46.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-11-01T06:10:46.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-11-01T06:10:46.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-11-01T06:10:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21822024-11-01T06:10:46.863Z
21832024-11-01T06:10:46.863Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
21842024-11-01T06:10:47.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-11-01T06:10:47.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-11-01T06:10:47.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-11-01T06:10:47.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21882024-11-01T06:10:47.560Z
21892024-11-01T06:10:47.560Zinfo: running `cargo check --bins` on dns-server (39/168)
21902024-11-01T06:10:48.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-11-01T06:10:48.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-11-01T06:10:48.171Z Compiling parking_lot_core v0.8.6
21932024-11-01T06:10:48.171Z Checking nibble_vec v0.1.0
21942024-11-01T06:10:48.174Z Checking endian-type v0.1.2
21952024-11-01T06:10:48.174Z Checking fxhash v0.2.1
21962024-11-01T06:10:48.174Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21972024-11-01T06:10:48.174Z Checking hickory-server v0.24.1
21982024-11-01T06:10:48.426Z Checking radix_trie v0.2.1
21992024-11-01T06:10:48.714Z Checking hickory-client v0.24.1
22002024-11-01T06:10:48.934Z Checking parking_lot v0.11.2
22012024-11-01T06:10:49.016Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22022024-11-01T06:10:49.016Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22032024-11-01T06:10:49.208Z Checking sled v0.34.7
22042024-11-01T06:10:51.024Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22052024-11-01T06:10:52.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
22062024-11-01T06:10:52.413Z
22072024-11-01T06:10:52.413Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22082024-11-01T06:10:52.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-11-01T06:10:52.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-11-01T06:10:52.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-11-01T06:10:52.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22122024-11-01T06:10:53.015Z
22132024-11-01T06:10:53.015Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22142024-11-01T06:10:53.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-11-01T06:10:53.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-11-01T06:10:53.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-11-01T06:10:53.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22182024-11-01T06:10:53.617Z
22192024-11-01T06:10:53.617Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22202024-11-01T06:10:54.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-11-01T06:10:54.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-11-01T06:10:54.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232024-11-01T06:10:54.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22242024-11-01T06:10:54.222Z
22252024-11-01T06:10:54.222Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22262024-11-01T06:10:54.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-11-01T06:10:54.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-11-01T06:10:54.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-11-01T06:10:54.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22302024-11-01T06:10:54.882Z
22312024-11-01T06:10:54.882Zinfo: running `cargo check --bins` on gateway-types (44/168)
22322024-11-01T06:10:55.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-11-01T06:10:55.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-11-01T06:10:55.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-11-01T06:10:55.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22362024-11-01T06:10:55.490Z
22372024-11-01T06:10:55.491Zinfo: running `cargo check --bins` on ipcc (45/168)
22382024-11-01T06:10:56.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-11-01T06:10:56.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-11-01T06:10:56.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-11-01T06:10:56.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22422024-11-01T06:10:56.076Z
22432024-11-01T06:10:56.076Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22442024-11-01T06:10:56.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-11-01T06:10:56.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-11-01T06:10:56.746Z Checking num-rational v0.4.2
22472024-11-01T06:10:56.746Z Compiling progenitor-client v0.8.0
22482024-11-01T06:10:56.749Z Checking num-complex v0.4.6
22492024-11-01T06:10:56.749Z Compiling prettyplease v0.2.22
22502024-11-01T06:10:56.749Z Compiling newtype-uuid v1.1.2
22512024-11-01T06:10:56.749Z Compiling ipnetwork v0.20.0
22522024-11-01T06:10:56.847Z Compiling instant v0.1.13
22532024-11-01T06:10:56.858Z Compiling radium v0.7.0
22542024-11-01T06:10:57.139Z Checking float-ord v0.3.2
22552024-11-01T06:10:57.167Z Compiling progenitor v0.8.0
22562024-11-01T06:10:57.188Z Compiling semver v0.1.20
22572024-11-01T06:10:57.277Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22582024-11-01T06:10:57.293Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592024-11-01T06:10:57.332Z Compiling backoff v0.4.0
22602024-11-01T06:10:57.389Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22612024-11-01T06:10:57.429Z Compiling parse-display v0.10.0
22622024-11-01T06:10:57.623Z Compiling rustc_version v0.1.7
22632024-11-01T06:10:57.705Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642024-11-01T06:10:57.732Z Checking num v0.4.3
22652024-11-01T06:10:57.768Z Compiling serde_with v3.11.0
22662024-11-01T06:10:57.796Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-11-01T06:10:57.836Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22682024-11-01T06:10:57.877Z Compiling regress v0.9.1
22692024-11-01T06:10:58.080Z Compiling macaddr v1.0.1
22702024-11-01T06:10:58.104Z Compiling maybe-uninit v2.0.0
22712024-11-01T06:10:58.526Z Checking tap v1.0.1
22722024-11-01T06:10:58.673Z Compiling newtype_derive v0.1.6
22732024-11-01T06:10:58.690Z Checking wyz v0.5.1
22742024-11-01T06:10:59.133Z Checking password-hash v0.5.0
22752024-11-01T06:10:59.241Z Checking blake2 v0.10.6
22762024-11-01T06:10:59.430Z Compiling bzip2-sys v0.1.11+1.0.8
22772024-11-01T06:10:59.609Z Compiling packed_struct v0.10.1
22782024-11-01T06:10:59.705Z Checking crc-catalog v2.4.0
22792024-11-01T06:10:59.753Z Compiling cancel-safe-futures v0.1.5
22802024-11-01T06:10:59.854Z Checking funty v2.0.0
22812024-11-01T06:10:59.930Z Compiling owo-colors v4.1.0
22822024-11-01T06:11:00.151Z Checking crc v3.2.1
22832024-11-01T06:11:00.238Z Checking argon2 v0.5.3
22842024-11-01T06:11:00.774Z Checking bitvec v1.0.1
22852024-11-01T06:11:00.939Z Compiling packed_struct_codegen v0.10.1
22862024-11-01T06:11:01.251Z Compiling indexmap v1.9.3
22872024-11-01T06:11:01.543Z Checking half v2.4.1
22882024-11-01T06:11:01.567Z Checking nodrop v0.1.14
22892024-11-01T06:11:01.580Z Checking ciborium-io v0.2.2
22902024-11-01T06:11:01.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22912024-11-01T06:11:01.704Z Checking array-init v0.0.4
22922024-11-01T06:11:02.025Z Checking ciborium-ll v0.2.2
22932024-11-01T06:11:02.195Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22942024-11-01T06:11:02.348Z Checking smallvec v0.6.14
22952024-11-01T06:11:02.607Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962024-11-01T06:11:02.704Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22972024-11-01T06:11:03.264Z Checking libsw v3.3.1
22982024-11-01T06:11:03.514Z Compiling memoffset v0.9.1
22992024-11-01T06:11:03.558Z Checking hashbrown v0.12.3
23002024-11-01T06:11:03.757Z Checking swrite v0.1.0
23012024-11-01T06:11:03.851Z Checking indent_write v2.2.0
23022024-11-01T06:11:03.885Z Checking bitfield v0.14.0
23032024-11-01T06:11:04.060Z Checking termcolor v1.4.1
23042024-11-01T06:11:04.167Z Checking linear-map v1.2.0
23052024-11-01T06:11:04.332Z Checking highway v1.2.0
23062024-11-01T06:11:04.514Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23072024-11-01T06:11:04.535Z Checking env_logger v0.10.2
23082024-11-01T06:11:04.707Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23092024-11-01T06:11:04.776Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23102024-11-01T06:11:05.013Z Checking ron v0.8.1
23112024-11-01T06:11:05.089Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23122024-11-01T06:11:05.359Z Checking serde-hex v0.1.0
23132024-11-01T06:11:05.529Z Checking steno v0.4.1
23142024-11-01T06:11:06.214Z Checking ciborium v0.2.2
23152024-11-01T06:11:06.258Z Checking bzip2 v0.4.4
23162024-11-01T06:11:06.597Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23172024-11-01T06:11:06.760Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23182024-11-01T06:11:06.844Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23192024-11-01T06:11:07.241Z Checking hashbrown v0.13.2
23202024-11-01T06:11:07.645Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23212024-11-01T06:11:07.774Z Checking humantime v2.1.0
23222024-11-01T06:11:07.872Z Checking crc-any v2.5.0
23232024-11-01T06:11:07.943Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23242024-11-01T06:11:08.068Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252024-11-01T06:11:08.246Z Checking zip v0.6.6
23262024-11-01T06:11:08.266Z Checking object v0.30.4
23272024-11-01T06:11:08.434Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23282024-11-01T06:11:08.485Z Checking path-slash v0.1.5
23292024-11-01T06:11:08.630Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23302024-11-01T06:11:08.821Z Checking nix v0.27.1
23312024-11-01T06:11:08.930Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23322024-11-01T06:11:09.451Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23332024-11-01T06:11:09.711Z Checking tungstenite v0.23.0
23342024-11-01T06:11:09.728Z Checking kstat-rs v0.2.4
23352024-11-01T06:11:10.095Z Checking signal-hook-tokio v0.3.1
23362024-11-01T06:11:10.714Z Checking tokio-tungstenite v0.23.1
23372024-11-01T06:11:11.095Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382024-11-01T06:11:11.805Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23392024-11-01T06:11:16.649Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23402024-11-01T06:11:18.460Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23412024-11-01T06:11:18.561Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422024-11-01T06:11:21.708Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23432024-11-01T06:11:21.955Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23442024-11-01T06:11:23.529Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23452024-11-01T06:11:29.437Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23462024-11-01T06:11:30.093Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23472024-11-01T06:11:33.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.77s
23482024-11-01T06:11:34.024Z
23492024-11-01T06:11:34.024Zinfo: running `cargo check --bins` on gateway-api (47/168)
23502024-11-01T06:11:34.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-11-01T06:11:34.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-11-01T06:11:34.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-11-01T06:11:34.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23542024-11-01T06:11:34.625Z
23552024-11-01T06:11:34.625Zinfo: running `cargo check --bins` on oximeter (48/168)
23562024-11-01T06:11:35.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-11-01T06:11:35.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-11-01T06:11:35.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-11-01T06:11:35.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23602024-11-01T06:11:35.214Z
23612024-11-01T06:11:35.214Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23622024-11-01T06:11:35.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-11-01T06:11:35.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-11-01T06:11:35.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-11-01T06:11:35.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23662024-11-01T06:11:35.778Z
23672024-11-01T06:11:35.778Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23682024-11-01T06:11:36.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-11-01T06:11:36.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-11-01T06:11:36.367Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23712024-11-01T06:11:36.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23722024-11-01T06:11:36.939Z
23732024-11-01T06:11:36.939Zinfo: running `cargo check --bins` on oximeter-types (51/168)
23742024-11-01T06:11:37.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-11-01T06:11:37.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-11-01T06:11:37.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-11-01T06:11:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23782024-11-01T06:11:37.521Z
23792024-11-01T06:11:37.521Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
23802024-11-01T06:11:38.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-11-01T06:11:38.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-11-01T06:11:38.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-11-01T06:11:38.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23842024-11-01T06:11:38.112Z
23852024-11-01T06:11:38.112Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
23862024-11-01T06:11:38.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-11-01T06:11:38.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-11-01T06:11:38.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-11-01T06:11:38.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23902024-11-01T06:11:38.700Z
23912024-11-01T06:11:38.700Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
23922024-11-01T06:11:39.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-11-01T06:11:39.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-11-01T06:11:39.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-11-01T06:11:39.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23962024-11-01T06:11:39.297Z
23972024-11-01T06:11:39.297Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
23982024-11-01T06:11:39.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-11-01T06:11:39.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-11-01T06:11:39.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-11-01T06:11:39.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24022024-11-01T06:11:39.887Z
24032024-11-01T06:11:39.887Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24042024-11-01T06:11:40.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-11-01T06:11:40.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-11-01T06:11:40.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-11-01T06:11:40.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24082024-11-01T06:11:40.477Z
24092024-11-01T06:11:40.477Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24102024-11-01T06:11:40.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-11-01T06:11:40.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-11-01T06:11:40.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-11-01T06:11:40.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24142024-11-01T06:11:41.070Z
24152024-11-01T06:11:41.070Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24162024-11-01T06:11:41.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-11-01T06:11:41.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-11-01T06:11:41.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-11-01T06:11:41.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24202024-11-01T06:11:41.669Z
24212024-11-01T06:11:41.669Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24222024-11-01T06:11:42.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-11-01T06:11:42.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-11-01T06:11:42.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-11-01T06:11:42.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24262024-11-01T06:11:42.281Z
24272024-11-01T06:11:42.281Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24282024-11-01T06:11:42.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-11-01T06:11:42.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-11-01T06:11:42.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-11-01T06:11:42.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24322024-11-01T06:11:42.914Z
24332024-11-01T06:11:42.914Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24342024-11-01T06:11:43.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-11-01T06:11:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-11-01T06:11:43.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-11-01T06:11:43.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24382024-11-01T06:11:43.498Z
24392024-11-01T06:11:43.498Zinfo: running `cargo check --bins` on nexus-client (62/168)
24402024-11-01T06:11:44.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-11-01T06:11:44.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-11-01T06:11:44.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-11-01T06:11:44.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24442024-11-01T06:11:44.119Z
24452024-11-01T06:11:44.119Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24462024-11-01T06:11:44.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-11-01T06:11:44.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-11-01T06:11:44.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-11-01T06:11:44.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24502024-11-01T06:11:44.720Z
24512024-11-01T06:11:44.720Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24522024-11-01T06:11:45.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-11-01T06:11:45.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-11-01T06:11:45.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-11-01T06:11:45.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24562024-11-01T06:11:45.293Z
24572024-11-01T06:11:45.293Zinfo: running `cargo check --bins` on nexus-types (65/168)
24582024-11-01T06:11:45.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-11-01T06:11:45.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-11-01T06:11:45.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-11-01T06:11:45.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24622024-11-01T06:11:45.908Z
24632024-11-01T06:11:45.908Zinfo: running `cargo check --bins` on gateway-client (66/168)
24642024-11-01T06:11:46.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-11-01T06:11:46.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-11-01T06:11:46.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-11-01T06:11:46.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24682024-11-01T06:11:46.497Z
24692024-11-01T06:11:46.497Zinfo: running `cargo check --bins` on oxql-types (67/168)
24702024-11-01T06:11:47.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-11-01T06:11:47.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-11-01T06:11:47.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-11-01T06:11:47.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24742024-11-01T06:11:47.084Z
24752024-11-01T06:11:47.084Zinfo: running `cargo check --bins` on update-engine (68/168)
24762024-11-01T06:11:47.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-11-01T06:11:47.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-11-01T06:11:47.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-11-01T06:11:47.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24802024-11-01T06:11:47.666Z
24812024-11-01T06:11:47.666Zinfo: running `cargo check --bins` on sp-sim (69/168)
24822024-11-01T06:11:48.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-11-01T06:11:48.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-11-01T06:11:48.261Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24852024-11-01T06:11:50.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
24862024-11-01T06:11:50.262Z
24872024-11-01T06:11:50.262Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
24882024-11-01T06:11:50.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-11-01T06:11:50.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-11-01T06:11:50.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-11-01T06:11:50.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24922024-11-01T06:11:50.901Z
24932024-11-01T06:11:50.901Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
24942024-11-01T06:11:51.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-11-01T06:11:51.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-11-01T06:11:51.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-11-01T06:11:51.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24982024-11-01T06:11:51.549Z
24992024-11-01T06:11:51.549Zinfo: running `cargo check --bins` on db-macros (72/168)
25002024-11-01T06:11:52.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-11-01T06:11:52.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-11-01T06:11:52.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-11-01T06:11:52.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25042024-11-01T06:11:52.130Z
25052024-11-01T06:11:52.130Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25062024-11-01T06:11:52.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-11-01T06:11:52.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-11-01T06:11:52.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-11-01T06:11:52.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25102024-11-01T06:11:52.708Z
25112024-11-01T06:11:52.708Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25122024-11-01T06:11:53.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-11-01T06:11:53.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-11-01T06:11:53.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-11-01T06:11:53.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25162024-11-01T06:11:53.343Z
25172024-11-01T06:11:53.343Zinfo: running `cargo check --bins` on authz-macros (75/168)
25182024-11-01T06:11:53.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-11-01T06:11:53.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-11-01T06:11:53.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-11-01T06:11:53.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25222024-11-01T06:11:53.925Z
25232024-11-01T06:11:53.925Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25242024-11-01T06:11:54.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-11-01T06:11:54.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-11-01T06:11:54.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-11-01T06:11:54.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25282024-11-01T06:11:54.552Z
25292024-11-01T06:11:54.552Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25302024-11-01T06:11:55.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-11-01T06:11:55.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-11-01T06:11:55.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-11-01T06:11:55.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25342024-11-01T06:11:55.171Z
25352024-11-01T06:11:55.171Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25362024-11-01T06:11:55.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-11-01T06:11:55.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-11-01T06:11:55.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-11-01T06:11:55.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25402024-11-01T06:11:55.760Z
25412024-11-01T06:11:55.760Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25422024-11-01T06:11:56.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-11-01T06:11:56.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-11-01T06:11:56.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-11-01T06:11:56.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25462024-11-01T06:11:56.352Z
25472024-11-01T06:11:56.352Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25482024-11-01T06:11:56.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-11-01T06:11:56.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-11-01T06:11:56.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-11-01T06:11:56.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25522024-11-01T06:11:56.965Z
25532024-11-01T06:11:56.965Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25542024-11-01T06:11:57.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-11-01T06:11:57.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-11-01T06:11:57.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-11-01T06:11:57.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25582024-11-01T06:11:57.553Z
25592024-11-01T06:11:57.553Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25602024-11-01T06:11:58.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-11-01T06:11:58.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-11-01T06:11:58.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-11-01T06:11:58.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25642024-11-01T06:11:58.151Z
25652024-11-01T06:11:58.151Zinfo: running `cargo check --bins` on typed-rng (83/168)
25662024-11-01T06:11:58.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-11-01T06:11:58.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-11-01T06:11:58.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-11-01T06:11:58.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25702024-11-01T06:11:58.717Z
25712024-11-01T06:11:58.717Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25722024-11-01T06:11:59.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-11-01T06:11:59.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-11-01T06:11:59.408Z Checking keccak v0.1.5
25752024-11-01T06:11:59.509Z Checking secrecy v0.8.0
25762024-11-01T06:11:59.512Z Compiling unicase v2.7.0
25772024-11-01T06:11:59.512Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25782024-11-01T06:11:59.518Z Compiling same-file v1.0.6
25792024-11-01T06:11:59.521Z Compiling tempfile v3.13.0
25802024-11-01T06:11:59.552Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25812024-11-01T06:11:59.557Z Compiling thiserror-impl-no-std v2.0.2
25822024-11-01T06:11:59.687Z Compiling walkdir v2.5.0
25832024-11-01T06:11:59.789Z Checking sha3 v0.10.8
25842024-11-01T06:11:59.821Z Checking universal-hash v0.5.1
25852024-11-01T06:11:59.872Z Compiling ring v0.16.20
25862024-11-01T06:12:00.004Z Compiling blake3 v1.5.4
25872024-11-01T06:12:00.073Z Checking opaque-debug v0.3.1
25882024-11-01T06:12:00.212Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25892024-11-01T06:12:00.351Z Checking chacha20 v0.9.1
25902024-11-01T06:12:00.371Z Checking aead v0.5.2
25912024-11-01T06:12:00.397Z Compiling memmap2 v0.9.5
25922024-11-01T06:12:00.513Z Compiling salty v0.3.0
25932024-11-01T06:12:00.557Z Compiling home v0.5.9
25942024-11-01T06:12:00.592Z Checking poly1305 v0.8.0
25952024-11-01T06:12:00.667Z Compiling arrayref v0.3.9
25962024-11-01T06:12:00.773Z Compiling libefi-sys v0.1.0
25972024-11-01T06:12:00.812Z Compiling untrusted v0.7.1
25982024-11-01T06:12:00.843Z Compiling spin v0.5.2
25992024-11-01T06:12:00.942Z Compiling constant_time_eq v0.3.1
26002024-11-01T06:12:00.989Z Compiling arrayvec v0.7.6
26012024-11-01T06:12:01.080Z Checking chacha20poly1305 v0.10.1
26022024-11-01T06:12:01.094Z Compiling toolchain_find v0.4.0
26032024-11-01T06:12:01.228Z Compiling camino-tempfile v1.1.1
26042024-11-01T06:12:01.254Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26052024-11-01T06:12:01.411Z Compiling bitfield-struct v0.6.2
26062024-11-01T06:12:01.537Z Compiling topological-sort v0.2.2
26072024-11-01T06:12:01.680Z Compiling mime_guess v2.0.5
26082024-11-01T06:12:01.716Z Compiling rustfmt-wrapper v0.2.1
26092024-11-01T06:12:02.184Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26102024-11-01T06:12:02.275Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26112024-11-01T06:12:02.328Z Checking primeorder v0.13.6
26122024-11-01T06:12:02.515Z Checking thiserror-no-std v2.0.2
26132024-11-01T06:12:02.576Z Checking env_filter v0.1.2
26142024-11-01T06:12:02.576Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152024-11-01T06:12:02.625Z Checking vsss-rs v3.3.4
26162024-11-01T06:12:02.779Z Checking p384 v0.13.0
26172024-11-01T06:12:02.816Z Checking env_logger v0.11.5
26182024-11-01T06:12:02.834Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26192024-11-01T06:12:02.916Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26202024-11-01T06:12:02.931Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26212024-11-01T06:12:03.174Z Checking gethostname v0.5.0
26222024-11-01T06:12:03.304Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26232024-11-01T06:12:03.398Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26242024-11-01T06:12:03.414Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252024-11-01T06:12:03.721Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262024-11-01T06:12:03.743Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26272024-11-01T06:12:03.888Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26282024-11-01T06:12:03.906Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26292024-11-01T06:12:04.220Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26302024-11-01T06:12:04.286Z Checking nanorand v0.7.0
26312024-11-01T06:12:04.311Z Checking atty v0.2.14
26322024-11-01T06:12:04.394Z Checking glob v0.3.1
26332024-11-01T06:12:04.447Z Checking http-range v0.1.5
26342024-11-01T06:12:04.642Z Checking hyper-staticfile v0.10.1
26352024-11-01T06:12:04.660Z Checking flume v0.11.0
26362024-11-01T06:12:04.740Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26372024-11-01T06:12:05.164Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26382024-11-01T06:12:05.377Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392024-11-01T06:12:05.427Z Compiling omicron-zone-package v0.11.1
26402024-11-01T06:12:05.890Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412024-11-01T06:12:06.547Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422024-11-01T06:12:06.631Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26432024-11-01T06:12:07.049Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26442024-11-01T06:12:07.229Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26452024-11-01T06:12:07.772Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26462024-11-01T06:12:07.932Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26472024-11-01T06:12:08.269Z Checking display-error-chain v0.2.1
26482024-11-01T06:12:08.627Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26492024-11-01T06:12:09.696Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-11-01T06:12:11.363Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26512024-11-01T06:12:11.413Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26522024-11-01T06:12:22.815Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26532024-11-01T06:13:11.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
26542024-11-01T06:13:11.699Z
26552024-11-01T06:13:11.699Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26562024-11-01T06:13:12.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-11-01T06:13:12.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-11-01T06:13:12.392Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26592024-11-01T06:14:00.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.03s
26602024-11-01T06:14:00.917Z
26612024-11-01T06:14:00.917Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26622024-11-01T06:14:01.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-11-01T06:14:01.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-11-01T06:14:01.616Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26652024-11-01T06:14:50.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.31s
26662024-11-01T06:14:50.423Z
26672024-11-01T06:14:50.423Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26682024-11-01T06:14:50.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-11-01T06:14:50.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-11-01T06:14:51.120Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26712024-11-01T06:15:39.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.09s
26722024-11-01T06:15:39.703Z
26732024-11-01T06:15:39.703Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
26742024-11-01T06:15:40.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-11-01T06:15:40.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-11-01T06:15:40.386Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26772024-11-01T06:16:29.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.41s
26782024-11-01T06:16:29.302Z
26792024-11-01T06:16:29.302Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
26802024-11-01T06:16:29.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-11-01T06:16:29.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-11-01T06:16:29.992Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-11-01T06:17:18.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.53s
26842024-11-01T06:17:19.018Z
26852024-11-01T06:17:19.018Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
26862024-11-01T06:17:19.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-11-01T06:17:19.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-11-01T06:17:19.712Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26892024-11-01T06:18:08.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s
26902024-11-01T06:18:08.652Z
26912024-11-01T06:18:08.652Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
26922024-11-01T06:18:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-11-01T06:18:09.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-11-01T06:18:09.347Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26952024-11-01T06:18:57.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.97s
26962024-11-01T06:18:57.814Z
26972024-11-01T06:18:57.814Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
26982024-11-01T06:18:58.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-11-01T06:18:58.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-11-01T06:18:58.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-11-01T06:18:58.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27022024-11-01T06:18:58.433Z
27032024-11-01T06:18:58.433Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27042024-11-01T06:18:58.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-11-01T06:18:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-11-01T06:18:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-11-01T06:18:58.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27082024-11-01T06:18:59.048Z
27092024-11-01T06:18:59.048Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27102024-11-01T06:18:59.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-11-01T06:18:59.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-11-01T06:18:59.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132024-11-01T06:18:59.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27142024-11-01T06:18:59.650Z
27152024-11-01T06:18:59.650Zinfo: running `cargo check --bins` on dpd-client (95/168)
27162024-11-01T06:19:00.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-11-01T06:19:00.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-11-01T06:19:00.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-11-01T06:19:00.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27202024-11-01T06:19:00.239Z
27212024-11-01T06:19:00.239Zinfo: running `cargo check --bins` on installinator-common (96/168)
27222024-11-01T06:19:00.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-11-01T06:19:00.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-11-01T06:19:00.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-11-01T06:19:00.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27262024-11-01T06:19:00.844Z
27272024-11-01T06:19:00.844Zinfo: running `cargo check --bins` on key-manager (97/168)
27282024-11-01T06:19:01.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-11-01T06:19:01.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-11-01T06:19:01.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-11-01T06:19:01.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27322024-11-01T06:19:01.434Z
27332024-11-01T06:19:01.434Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27342024-11-01T06:19:01.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-11-01T06:19:01.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-11-01T06:19:01.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-11-01T06:19:01.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27382024-11-01T06:19:02.048Z
27392024-11-01T06:19:02.048Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27402024-11-01T06:19:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-11-01T06:19:02.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-11-01T06:19:02.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-11-01T06:19:02.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27442024-11-01T06:19:02.643Z
27452024-11-01T06:19:02.643Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27462024-11-01T06:19:03.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-11-01T06:19:03.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-11-01T06:19:03.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-11-01T06:19:03.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27502024-11-01T06:19:03.227Z
27512024-11-01T06:19:03.227Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27522024-11-01T06:19:03.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-11-01T06:19:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-11-01T06:19:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-11-01T06:19:03.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27562024-11-01T06:19:03.852Z
27572024-11-01T06:19:03.852Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27582024-11-01T06:19:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-11-01T06:19:04.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-11-01T06:19:04.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-11-01T06:19:04.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27622024-11-01T06:19:04.470Z
27632024-11-01T06:19:04.470Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27642024-11-01T06:19:05.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-11-01T06:19:05.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-11-01T06:19:05.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-11-01T06:19:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27682024-11-01T06:19:05.087Z
27692024-11-01T06:19:05.087Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27702024-11-01T06:19:05.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-11-01T06:19:05.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-11-01T06:19:05.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-11-01T06:19:05.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27742024-11-01T06:19:05.697Z
27752024-11-01T06:19:05.697Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
27762024-11-01T06:19:06.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-11-01T06:19:06.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-11-01T06:19:06.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-11-01T06:19:06.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27802024-11-01T06:19:06.324Z
27812024-11-01T06:19:06.324Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
27822024-11-01T06:19:06.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-11-01T06:19:06.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-11-01T06:19:06.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-11-01T06:19:06.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27862024-11-01T06:19:06.946Z
27872024-11-01T06:19:06.946Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
27882024-11-01T06:19:07.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-11-01T06:19:07.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-11-01T06:19:07.592Z Compiling phf_generator v0.11.2
27912024-11-01T06:19:07.594Z Compiling parse-zoneinfo v0.3.1
27922024-11-01T06:19:07.700Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27932024-11-01T06:19:07.703Z Checking bcs v0.1.6
27942024-11-01T06:19:07.703Z Compiling async-recursion v1.1.1
27952024-11-01T06:19:07.703Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962024-11-01T06:19:07.703Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27972024-11-01T06:19:07.798Z Compiling phf_codegen v0.11.2
27982024-11-01T06:19:08.223Z Compiling chrono-tz-build v0.4.0
27992024-11-01T06:19:09.152Z Compiling chrono-tz v0.10.0
28002024-11-01T06:19:16.361Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012024-11-01T06:19:20.600Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28022024-11-01T06:19:23.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s
28032024-11-01T06:19:23.210Z
28042024-11-01T06:19:23.210Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28052024-11-01T06:19:23.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-11-01T06:19:23.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-11-01T06:19:23.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-11-01T06:19:23.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28092024-11-01T06:19:23.813Z
28102024-11-01T06:19:23.813Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28112024-11-01T06:19:24.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-11-01T06:19:24.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-11-01T06:19:24.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-11-01T06:19:24.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28152024-11-01T06:19:24.399Z
28162024-11-01T06:19:24.399Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28172024-11-01T06:19:24.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-01T06:19:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-01T06:19:25.013Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202024-11-01T06:19:25.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
28212024-11-01T06:19:25.792Z
28222024-11-01T06:19:25.792Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28232024-11-01T06:19:26.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-01T06:19:26.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-01T06:19:26.406Z Compiling cfg_aliases v0.1.1
28262024-11-01T06:19:26.409Z Compiling vte_generate_state_changes v0.1.2
28272024-11-01T06:19:26.409Z Checking fd-lock v4.0.2
28282024-11-01T06:19:26.409Z Checking bytecount v0.6.8
28292024-11-01T06:19:26.409Z Compiling tabled_derive v0.7.0
28302024-11-01T06:19:26.505Z Compiling peg-macros v0.8.4
28312024-11-01T06:19:26.514Z Compiling sqlparser_derive v0.2.2
28322024-11-01T06:19:26.516Z Checking nu-ansi-term v0.50.1
28332024-11-01T06:19:26.588Z Compiling nix v0.28.0
28342024-11-01T06:19:26.679Z Checking unicode_categories v0.1.1
28352024-11-01T06:19:26.716Z Checking papergrid v0.11.0
28362024-11-01T06:19:26.946Z Checking home v0.5.9
28372024-11-01T06:19:26.984Z Checking sqlformat v0.2.6
28382024-11-01T06:19:27.117Z Checking vte v0.11.1
28392024-11-01T06:19:27.565Z Checking sqlparser v0.45.0
28402024-11-01T06:19:28.398Z Checking tabled v0.15.0
28412024-11-01T06:19:28.510Z Checking strip-ansi-escapes v0.2.0
28422024-11-01T06:19:28.676Z Checking reedline v0.35.0
28432024-11-01T06:19:29.245Z Checking peg v0.8.4
28442024-11-01T06:19:29.877Z Checking rustyline v14.0.0
28452024-11-01T06:19:33.919Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462024-11-01T06:19:40.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
28472024-11-01T06:19:40.440Z
28482024-11-01T06:19:40.440Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28492024-11-01T06:19:40.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-11-01T06:19:40.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-11-01T06:19:41.083Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522024-11-01T06:19:47.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.15s
28532024-11-01T06:19:47.756Z
28542024-11-01T06:19:47.756Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28552024-11-01T06:19:48.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-11-01T06:19:48.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-11-01T06:19:48.372Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582024-11-01T06:19:53.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
28592024-11-01T06:19:53.560Z
28602024-11-01T06:19:53.560Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28612024-11-01T06:19:54.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-11-01T06:19:54.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-11-01T06:19:54.189Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642024-11-01T06:20:00.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
28652024-11-01T06:20:00.487Z
28662024-11-01T06:20:00.487Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28672024-11-01T06:20:01.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-11-01T06:20:01.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-11-01T06:20:01.103Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702024-11-01T06:20:07.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
28712024-11-01T06:20:07.423Z
28722024-11-01T06:20:07.423Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
28732024-11-01T06:20:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-11-01T06:20:07.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-11-01T06:20:08.047Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-11-01T06:20:13.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
28772024-11-01T06:20:13.395Z
28782024-11-01T06:20:13.395Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
28792024-11-01T06:20:13.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-11-01T06:20:13.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-11-01T06:20:14.011Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822024-11-01T06:20:19.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
28832024-11-01T06:20:19.340Z
28842024-11-01T06:20:19.340Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
28852024-11-01T06:20:19.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-11-01T06:20:19.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-11-01T06:20:19.959Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882024-11-01T06:20:26.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s
28892024-11-01T06:20:26.441Z
28902024-11-01T06:20:26.441Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
28912024-11-01T06:20:26.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-11-01T06:20:26.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-11-01T06:20:26.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-11-01T06:20:26.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28952024-11-01T06:20:27.051Z
28962024-11-01T06:20:27.051Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
28972024-11-01T06:20:27.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-11-01T06:20:27.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-11-01T06:20:27.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-11-01T06:20:27.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012024-11-01T06:20:27.624Z
29022024-11-01T06:20:27.624Zinfo: running `cargo check --bins` on installinator-client (121/168)
29032024-11-01T06:20:28.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-11-01T06:20:28.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-11-01T06:20:28.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-11-01T06:20:28.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29072024-11-01T06:20:28.228Z
29082024-11-01T06:20:28.228Zinfo: running `cargo check --bins` on oxide-client (122/168)
29092024-11-01T06:20:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-11-01T06:20:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-11-01T06:20:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-11-01T06:20:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132024-11-01T06:20:28.804Z
29142024-11-01T06:20:28.804Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29152024-11-01T06:20:29.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-11-01T06:20:29.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-11-01T06:20:29.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-11-01T06:20:29.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29192024-11-01T06:20:29.425Z
29202024-11-01T06:20:29.425Zinfo: running `cargo check --bins` on wicket-common (124/168)
29212024-11-01T06:20:29.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-11-01T06:20:29.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-11-01T06:20:29.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242024-11-01T06:20:29.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29252024-11-01T06:20:30.031Z
29262024-11-01T06:20:30.031Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29272024-11-01T06:20:30.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-11-01T06:20:30.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-11-01T06:20:30.651Z Checking csv-core v0.1.11
29302024-11-01T06:20:30.653Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29312024-11-01T06:20:30.957Z Checking csv v1.3.0
29322024-11-01T06:20:31.496Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29332024-11-01T06:20:31.838Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29342024-11-01T06:20:33.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
29352024-11-01T06:20:33.201Z
29362024-11-01T06:20:33.201Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29372024-11-01T06:20:33.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-11-01T06:20:33.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-11-01T06:20:33.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402024-11-01T06:20:33.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412024-11-01T06:20:33.783Z
29422024-11-01T06:20:33.783Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29432024-11-01T06:20:34.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-11-01T06:20:34.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-11-01T06:20:34.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462024-11-01T06:20:34.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29472024-11-01T06:20:34.373Z
29482024-11-01T06:20:34.373Zinfo: running `cargo check --bins` on cert-dev (128/168)
29492024-11-01T06:20:34.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-11-01T06:20:34.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-11-01T06:20:34.949Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29522024-11-01T06:20:35.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29532024-11-01T06:20:35.364Z
29542024-11-01T06:20:35.364Zinfo: running `cargo check --bins` on ch-dev (129/168)
29552024-11-01T06:20:35.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-11-01T06:20:35.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-11-01T06:20:35.978Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29582024-11-01T06:20:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
29592024-11-01T06:20:36.839Z
29602024-11-01T06:20:36.839Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29612024-11-01T06:20:37.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-11-01T06:20:37.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-11-01T06:20:37.438Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29642024-11-01T06:20:37.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
29652024-11-01T06:20:37.933Z
29662024-11-01T06:20:37.933Zinfo: running `cargo check --bins` on db-dev (131/168)
29672024-11-01T06:20:38.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-11-01T06:20:38.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-11-01T06:20:38.546Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29702024-11-01T06:20:39.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
29712024-11-01T06:20:39.412Z
29722024-11-01T06:20:39.412Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
29732024-11-01T06:20:39.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-11-01T06:20:39.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-11-01T06:20:39.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762024-11-01T06:20:39.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29772024-11-01T06:20:40.018Z
29782024-11-01T06:20:40.018Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
29792024-11-01T06:20:40.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-11-01T06:20:40.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-11-01T06:20:40.586Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29822024-11-01T06:20:41.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
29832024-11-01T06:20:41.669Z
29842024-11-01T06:20:41.669Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
29852024-11-01T06:20:42.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-11-01T06:20:42.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-11-01T06:20:42.249Z Checking cargo-platform v0.1.8
29882024-11-01T06:20:42.515Z Checking cargo_metadata v0.18.1
29892024-11-01T06:20:43.501Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29902024-11-01T06:20:44.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
29912024-11-01T06:20:44.409Z
29922024-11-01T06:20:44.409Zinfo: running `cargo check --bins` on mgs-dev (135/168)
29932024-11-01T06:20:44.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-11-01T06:20:44.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-11-01T06:20:45.083Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29962024-11-01T06:20:45.769Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29972024-11-01T06:20:46.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
29982024-11-01T06:20:46.448Z
29992024-11-01T06:20:46.448Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30002024-11-01T06:20:47.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-11-01T06:20:47.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-11-01T06:20:47.188Z Compiling crunchy v0.2.2
30032024-11-01T06:20:47.188Z Compiling glob v0.3.1
30042024-11-01T06:20:47.189Z Compiling tiny-keccak v2.0.2
30052024-11-01T06:20:47.192Z Compiling dsl_auto_type v0.1.2
30062024-11-01T06:20:47.192Z Checking scheduled-thread-pool v0.2.7
30072024-11-01T06:20:47.192Z Compiling diesel_table_macro_syntax v0.2.0
30082024-11-01T06:20:47.192Z Compiling ascii-canvas v3.0.0
30092024-11-01T06:20:47.192Z Compiling ena v0.14.3
30102024-11-01T06:20:47.495Z Checking r2d2 v0.8.10
30112024-11-01T06:20:47.645Z Compiling libloading v0.8.5
30122024-11-01T06:20:47.714Z Compiling bindgen v0.69.5
30132024-11-01T06:20:47.755Z Compiling diff v0.1.13
30142024-11-01T06:20:47.821Z Compiling regex-syntax v0.6.29
30152024-11-01T06:20:47.838Z Compiling which v4.4.2
30162024-11-01T06:20:48.118Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30172024-11-01T06:20:48.249Z Compiling clang-sys v1.8.1
30182024-11-01T06:20:48.348Z Compiling cexpr v0.6.0
30192024-11-01T06:20:48.368Z Compiling ref-cast v1.0.23
30202024-11-01T06:20:48.444Z Compiling rustc-hash v1.1.0
30212024-11-01T06:20:48.525Z Compiling lazycell v1.3.0
30222024-11-01T06:20:48.618Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30232024-11-01T06:20:48.636Z Compiling derive_builder_core v0.20.2
30242024-11-01T06:20:48.704Z Compiling libxml v0.3.3
30252024-11-01T06:20:48.815Z Compiling diesel_derives v2.2.3
30262024-11-01T06:20:48.921Z Compiling ref-cast-impl v1.0.23
30272024-11-01T06:20:48.958Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30282024-11-01T06:20:49.173Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30292024-11-01T06:20:49.489Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30302024-11-01T06:20:49.793Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30312024-11-01T06:20:50.096Z Compiling strum_macros v0.24.3
30322024-11-01T06:20:50.194Z Compiling indoc v1.0.9
30332024-11-01T06:20:51.058Z Compiling derive_builder_macro v0.20.2
30342024-11-01T06:20:51.185Z Compiling lalrpop v0.19.12
30352024-11-01T06:20:51.993Z Checking derive_builder v0.20.2
30362024-11-01T06:20:52.108Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30372024-11-01T06:20:52.155Z Compiling oso-derive v0.27.3
30382024-11-01T06:20:52.402Z Compiling impl-trait-for-tuples v0.2.2
30392024-11-01T06:20:53.187Z Checking quick-xml v0.33.0
30402024-11-01T06:20:53.554Z Compiling diesel-dtrace v0.3.0
30412024-11-01T06:20:53.648Z Checking maplit v1.0.2
30422024-11-01T06:20:53.806Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30432024-11-01T06:20:53.963Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30442024-11-01T06:20:54.316Z Checking bb8 v0.8.5
30452024-11-01T06:20:54.856Z Compiling const_format_proc_macros v0.2.33
30462024-11-01T06:20:55.508Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30472024-11-01T06:20:55.556Z Checking castaway v0.2.3
30482024-11-01T06:20:55.738Z Checking rand_seeder v0.3.0
30492024-11-01T06:20:55.845Z Checking compact_str v0.8.0
30502024-11-01T06:20:55.988Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30512024-11-01T06:20:56.195Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30522024-11-01T06:20:56.782Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30532024-11-01T06:20:56.913Z Checking const_format v0.2.33
30542024-11-01T06:20:57.437Z Checking unicode-truncate v1.1.0
30552024-11-01T06:20:57.680Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30562024-11-01T06:20:57.980Z Checking lru v0.12.5
30572024-11-01T06:20:58.068Z Compiling instability v0.3.2
30582024-11-01T06:20:58.097Z Checking is_ci v1.2.0
30592024-11-01T06:20:58.244Z Checking cassowary v0.3.0
30602024-11-01T06:20:58.271Z Checking smawk v0.3.2
30612024-11-01T06:20:58.488Z Checking unicode-linebreak v0.1.5
30622024-11-01T06:20:58.674Z Checking supports-color v3.0.1
30632024-11-01T06:20:58.864Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30642024-11-01T06:20:58.910Z Checking textwrap v0.16.1
30652024-11-01T06:20:59.102Z Checking ratatui v0.28.1
30662024-11-01T06:20:59.381Z Checking multimap v0.10.0
30672024-11-01T06:21:00.588Z Checking diesel v2.2.4
30682024-11-01T06:21:20.699Z Compiling samael v0.0.17
30692024-11-01T06:21:36.376Z Checking async-bb8-diesel v0.2.1
30702024-11-01T06:21:37.168Z Compiling polar-core v0.27.3
30712024-11-01T06:21:44.623Z Checking oso v0.27.3
30722024-11-01T06:23:19.685Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30732024-11-01T06:23:27.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
30742024-11-01T06:23:27.857Z
30752024-11-01T06:23:27.857Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
30762024-11-01T06:23:28.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-11-01T06:23:28.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-11-01T06:23:28.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-11-01T06:23:28.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30802024-11-01T06:23:28.515Z
30812024-11-01T06:23:28.515Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
30822024-11-01T06:23:29.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-11-01T06:23:29.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-11-01T06:23:29.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852024-11-01T06:23:29.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30862024-11-01T06:23:29.165Z
30872024-11-01T06:23:29.165Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
30882024-11-01T06:23:29.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-11-01T06:23:29.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-11-01T06:23:29.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-11-01T06:23:29.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922024-11-01T06:23:29.735Z
30932024-11-01T06:23:29.735Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
30942024-11-01T06:23:30.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-11-01T06:23:30.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-11-01T06:23:30.510Z Compiling libz-sys v1.1.20
30972024-11-01T06:23:30.513Z Checking http v0.2.12
30982024-11-01T06:23:30.620Z Compiling libgit2-sys v0.17.0+1.8.1
30992024-11-01T06:23:30.638Z Compiling vergen v8.3.2
31002024-11-01T06:23:30.641Z Compiling cargo-platform v0.1.8
31012024-11-01T06:23:30.641Z Compiling pin-project-internal v1.1.6
31022024-11-01T06:23:30.676Z Compiling libsqlite3-sys v0.30.1
31032024-11-01T06:23:30.676Z Compiling snafu-derive v0.8.5
31042024-11-01T06:23:30.946Z Compiling cargo_metadata v0.18.1
31052024-11-01T06:23:31.206Z Checking sync_wrapper v0.1.2
31062024-11-01T06:23:31.217Z Compiling buf-list v1.0.3
31072024-11-01T06:23:31.346Z Compiling cfg_aliases v0.2.1
31082024-11-01T06:23:31.460Z Compiling rustls v0.21.12
31092024-11-01T06:23:31.554Z Compiling nix v0.29.0
31102024-11-01T06:23:31.826Z Checking globset v0.4.15
31112024-11-01T06:23:31.938Z Checking http-body v0.4.6
31122024-11-01T06:23:31.957Z Checking h2 v0.3.26
31132024-11-01T06:23:32.343Z Checking sct v0.7.1
31142024-11-01T06:23:32.362Z Checking olpc-cjson v0.1.4
31152024-11-01T06:23:32.428Z Checking rustls-webpki v0.101.7
31162024-11-01T06:23:32.548Z Checking serde_plain v1.0.2
31172024-11-01T06:23:32.577Z Checking typed-path v0.7.1
31182024-11-01T06:23:33.490Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31192024-11-01T06:23:33.557Z Checking pin-project v1.1.6
31202024-11-01T06:23:33.665Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31212024-11-01T06:23:33.788Z Checking hashlink v0.9.1
31222024-11-01T06:23:33.939Z Checking fallible-streaming-iterator v0.1.9
31232024-11-01T06:23:34.189Z Checking fallible-iterator v0.3.0
31242024-11-01T06:23:34.409Z Checking parse-size v1.1.0
31252024-11-01T06:23:34.522Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31262024-11-01T06:23:34.592Z Checking rustls-pemfile v1.0.4
31272024-11-01T06:23:34.789Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31282024-11-01T06:23:34.838Z Checking rusqlite v0.32.1
31292024-11-01T06:23:35.022Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31302024-11-01T06:23:35.084Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31312024-11-01T06:23:35.218Z Checking twox-hash v1.6.3
31322024-11-01T06:23:35.582Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31332024-11-01T06:23:35.959Z Checking snafu v0.8.5
31342024-11-01T06:23:36.261Z Checking tokio-rustls v0.24.1
31352024-11-01T06:23:36.381Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31362024-11-01T06:23:36.423Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31372024-11-01T06:23:36.642Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31382024-11-01T06:23:36.644Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31392024-11-01T06:23:36.898Z Checking fatfs v0.3.6
31402024-11-01T06:23:37.363Z Checking assert_matches v1.5.0
31412024-11-01T06:23:37.967Z Checking hyper v0.14.30
31422024-11-01T06:23:42.103Z Checking reqwest v0.11.27
31432024-11-01T06:23:42.886Z Checking tough v0.17.1
31442024-11-01T06:23:43.626Z Compiling git2 v0.19.0
31452024-11-01T06:23:46.086Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31462024-11-01T06:23:47.271Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31472024-11-01T06:23:48.810Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31482024-11-01T06:27:21.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s
31492024-11-01T06:27:21.544Z
31502024-11-01T06:27:21.544Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31512024-11-01T06:27:22.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-11-01T06:27:22.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-11-01T06:27:22.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542024-11-01T06:27:22.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31552024-11-01T06:27:22.202Z
31562024-11-01T06:27:22.202Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31572024-11-01T06:27:22.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-11-01T06:27:22.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-11-01T06:27:22.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602024-11-01T06:27:22.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31612024-11-01T06:27:22.774Z
31622024-11-01T06:27:22.774Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31632024-11-01T06:27:23.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-11-01T06:27:23.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-11-01T06:27:23.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662024-11-01T06:27:23.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31672024-11-01T06:27:23.395Z
31682024-11-01T06:27:23.395Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31692024-11-01T06:27:23.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-11-01T06:27:23.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-11-01T06:27:23.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722024-11-01T06:27:23.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31732024-11-01T06:27:24.039Z
31742024-11-01T06:27:24.039Zinfo: running `cargo check --bins` on nexus-networking (145/168)
31752024-11-01T06:27:24.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-11-01T06:27:24.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-11-01T06:27:24.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-11-01T06:27:24.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31792024-11-01T06:27:24.685Z
31802024-11-01T06:27:24.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
31812024-11-01T06:27:25.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-11-01T06:27:25.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-11-01T06:27:25.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-11-01T06:27:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31852024-11-01T06:27:25.330Z
31862024-11-01T06:27:25.330Zinfo: running `cargo check --bins` on update-common (147/168)
31872024-11-01T06:27:25.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-11-01T06:27:25.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-11-01T06:27:25.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902024-11-01T06:27:25.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31912024-11-01T06:27:25.950Z
31922024-11-01T06:27:25.950Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
31932024-11-01T06:27:26.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-11-01T06:27:26.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-11-01T06:27:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962024-11-01T06:27:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31972024-11-01T06:27:26.561Z
31982024-11-01T06:27:26.561Zinfo: running `cargo check --bins` on tufaceous (149/168)
31992024-11-01T06:27:27.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-11-01T06:27:27.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-11-01T06:27:27.188Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32022024-11-01T06:27:28.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
32032024-11-01T06:27:28.278Z
32042024-11-01T06:27:28.278Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32052024-11-01T06:27:28.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-11-01T06:27:28.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-11-01T06:27:29.090Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32082024-11-01T06:27:29.211Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092024-11-01T06:27:29.214Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102024-11-01T06:27:29.214Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32112024-11-01T06:28:24.688Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32122024-11-01T06:28:24.688Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32132024-11-01T06:28:24.690Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32142024-11-01T06:28:24.690Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32152024-11-01T06:28:24.690Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32162024-11-01T06:28:25.557Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32172024-11-01T06:28:26.763Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32182024-11-01T06:31:43.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
32192024-11-01T06:31:43.842Z
32202024-11-01T06:31:43.842Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32212024-11-01T06:31:44.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-11-01T06:31:44.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-11-01T06:31:44.514Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32242024-11-01T06:31:44.514Z Checking heck v0.4.1
32252024-11-01T06:31:44.517Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32262024-11-01T06:31:44.756Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32272024-11-01T06:31:46.105Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32282024-11-01T06:31:46.925Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32292024-11-01T06:31:47.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32302024-11-01T06:31:48.075Z
32312024-11-01T06:31:48.075Zinfo: running `cargo check --bins` on installinator-api (152/168)
32322024-11-01T06:31:48.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-11-01T06:31:48.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-11-01T06:31:48.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-11-01T06:31:48.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32362024-11-01T06:31:48.680Z
32372024-11-01T06:31:48.680Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32382024-11-01T06:31:49.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-11-01T06:31:49.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-11-01T06:31:49.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412024-11-01T06:31:49.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32422024-11-01T06:31:49.298Z
32432024-11-01T06:31:49.298Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32442024-11-01T06:31:49.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-11-01T06:31:49.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-11-01T06:31:49.962Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32472024-11-01T06:31:51.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
32482024-11-01T06:31:51.285Z
32492024-11-01T06:31:51.285Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32502024-11-01T06:31:51.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-11-01T06:31:51.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-11-01T06:31:51.920Z Checking memmap2 v0.9.5
32532024-11-01T06:31:51.920Z Checking spin v0.5.2
32542024-11-01T06:31:51.923Z Checking untrusted v0.7.1
32552024-11-01T06:31:51.923Z Checking arrayref v0.3.9
32562024-11-01T06:31:51.923Z Checking arrayvec v0.7.6
32572024-11-01T06:31:51.923Z Checking constant_time_eq v0.3.1
32582024-11-01T06:31:51.923Z Checking topological-sort v0.2.2
32592024-11-01T06:31:52.019Z Checking shell-words v1.1.0
32602024-11-01T06:31:52.186Z Checking ring v0.16.20
32612024-11-01T06:31:52.353Z Checking blake3 v1.5.4
32622024-11-01T06:31:53.333Z Checking omicron-zone-package v0.11.1
32632024-11-01T06:31:54.449Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32642024-11-01T06:31:55.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
32652024-11-01T06:31:55.519Z
32662024-11-01T06:31:55.519Zinfo: running `cargo check --bins` on xtask (156/168)
32672024-11-01T06:31:55.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-11-01T06:31:55.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-11-01T06:31:55.936Z Checking bitflags v2.6.0
32702024-11-01T06:31:55.938Z Checking serde v1.0.210
32712024-11-01T06:31:55.939Z Checking thiserror v1.0.64
32722024-11-01T06:31:56.028Z Checking scroll v0.12.0
32732024-11-01T06:31:56.035Z Checking hashbrown v0.15.0
32742024-11-01T06:31:56.037Z Checking log v0.4.22
32752024-11-01T06:31:56.043Z Checking zerocopy v0.7.35
32762024-11-01T06:31:56.065Z Checking syn v2.0.79
32772024-11-01T06:31:56.133Z Checking pest v2.7.14
32782024-11-01T06:31:56.259Z Checking rustix v0.38.37
32792024-11-01T06:31:56.300Z Checking once_cell v1.20.2
32802024-11-01T06:31:56.464Z Checking goblin v0.8.2
32812024-11-01T06:31:56.608Z Checking fs-err v2.11.0
32822024-11-01T06:31:56.921Z Checking anyhow v1.0.92
32832024-11-01T06:31:57.096Z Checking indexmap v2.6.0
32842024-11-01T06:31:57.320Z Checking tabled v0.15.0
32852024-11-01T06:31:58.267Z Checking terminal_size v0.4.0
32862024-11-01T06:31:58.267Z Checking tempfile v3.13.0
32872024-11-01T06:31:58.444Z Checking clap_builder v4.5.20
32882024-11-01T06:31:58.746Z Checking dtrace-parser v0.2.0
32892024-11-01T06:32:00.289Z Checking serde_json v1.0.128
32902024-11-01T06:32:00.292Z Checking serde_spanned v0.6.8
32912024-11-01T06:32:00.292Z Checking toml_datetime v0.6.8
32922024-11-01T06:32:00.292Z Checking camino v1.1.9
32932024-11-01T06:32:00.292Z Checking semver v1.0.23
32942024-11-01T06:32:00.496Z Checking cargo-platform v0.1.8
32952024-11-01T06:32:00.513Z Checking macaddr v1.0.1
32962024-11-01T06:32:00.598Z Checking toml_edit v0.22.22
32972024-11-01T06:32:00.828Z Checking camino-tempfile v1.1.1
32982024-11-01T06:32:01.068Z Checking clap v4.5.20
32992024-11-01T06:32:01.470Z Checking dof v0.3.0
33002024-11-01T06:32:01.470Z Checking cargo_metadata v0.18.1
33012024-11-01T06:32:01.868Z Checking usdt-impl v0.5.0
33022024-11-01T06:32:02.229Z Checking usdt v0.5.0
33032024-11-01T06:32:02.433Z Checking toml v0.8.19
33042024-11-01T06:32:02.903Z Checking cargo_toml v0.20.5
33052024-11-01T06:32:04.117Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33062024-11-01T06:32:04.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
33072024-11-01T06:32:04.841Z
33082024-11-01T06:32:04.841Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33092024-11-01T06:32:05.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-11-01T06:32:05.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-11-01T06:32:05.563Z Checking polyval v0.6.2
33122024-11-01T06:32:05.670Z Checking ctr v0.9.2
33132024-11-01T06:32:05.681Z Checking ssh-encoding v0.2.0
33142024-11-01T06:32:05.688Z Checking blowfish v0.9.1
33152024-11-01T06:32:05.803Z Checking password-hash v0.4.2
33162024-11-01T06:32:05.806Z Checking matches v0.1.10
33172024-11-01T06:32:05.806Z Checking p256 v0.13.2
33182024-11-01T06:32:05.806Z Checking p521 v0.13.3
33192024-11-01T06:32:05.806Z Checking idna v0.2.3
33202024-11-01T06:32:05.910Z Checking ghash v0.5.1
33212024-11-01T06:32:05.926Z Checking bcrypt-pbkdf v0.10.0
33222024-11-01T06:32:05.951Z Compiling enum-as-inner v0.5.1
33232024-11-01T06:32:05.999Z Checking russh-cryptovec v0.7.3
33242024-11-01T06:32:06.066Z Checking aes-gcm v0.10.3
33252024-11-01T06:32:06.118Z Checking pbkdf2 v0.11.0
33262024-11-01T06:32:06.170Z Checking md5 v0.7.0
33272024-11-01T06:32:06.189Z Checking num-bigint v0.4.6
33282024-11-01T06:32:06.208Z Checking des v0.8.1
33292024-11-01T06:32:06.295Z Checking ssh-cipher v0.2.0
33302024-11-01T06:32:06.393Z Compiling dhcproto-macros v0.1.0
33312024-11-01T06:32:06.462Z Checking hex-literal v0.4.1
33322024-11-01T06:32:06.481Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332024-11-01T06:32:06.585Z Checking ssh-key v0.6.6
33342024-11-01T06:32:06.602Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33352024-11-01T06:32:06.639Z Checking internet-checksum v0.2.1
33362024-11-01T06:32:06.977Z Checking trust-dns-proto v0.22.0
33372024-11-01T06:32:07.908Z Checking russh-keys v0.45.0
33382024-11-01T06:32:08.828Z Checking russh v0.45.0
33392024-11-01T06:32:09.511Z Checking dhcproto v0.12.0
33402024-11-01T06:32:31.387Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33412024-11-01T06:32:32.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.91s
33422024-11-01T06:32:32.993Z
33432024-11-01T06:32:32.993Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33442024-11-01T06:32:33.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-11-01T06:32:33.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-11-01T06:32:33.539Z Checking termios v0.3.3
33472024-11-01T06:32:33.756Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33482024-11-01T06:32:34.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
33492024-11-01T06:32:34.679Z
33502024-11-01T06:32:34.680Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33512024-11-01T06:32:35.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-11-01T06:32:35.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-11-01T06:32:35.340Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33542024-11-01T06:32:37.323Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33552024-11-01T06:32:39.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
33562024-11-01T06:32:39.500Z
33572024-11-01T06:32:39.500Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33582024-11-01T06:32:40.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-11-01T06:32:40.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-11-01T06:32:40.099Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33612024-11-01T06:32:40.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33622024-11-01T06:32:40.704Z
33632024-11-01T06:32:40.704Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33642024-11-01T06:32:41.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-11-01T06:32:41.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-11-01T06:32:41.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672024-11-01T06:32:41.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33682024-11-01T06:32:41.272Z
33692024-11-01T06:32:41.272Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33702024-11-01T06:32:41.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-11-01T06:32:41.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-11-01T06:32:41.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-11-01T06:32:41.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33742024-11-01T06:32:41.839Z
33752024-11-01T06:32:41.840Zinfo: running `cargo check --bins` on omicron-package (163/168)
33762024-11-01T06:32:42.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-11-01T06:32:42.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-11-01T06:32:42.466Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33792024-11-01T06:32:43.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
33802024-11-01T06:32:43.881Z
33812024-11-01T06:32:43.881Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
33822024-11-01T06:32:44.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-11-01T06:32:44.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-11-01T06:32:44.560Z Checking rtoolbox v0.0.2
33852024-11-01T06:32:44.563Z Checking tui-tree-widget v0.22.0
33862024-11-01T06:32:44.563Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33872024-11-01T06:32:44.780Z Checking rpassword v7.3.1
33882024-11-01T06:32:48.855Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33892024-11-01T06:32:52.000Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33902024-11-01T06:32:53.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
33912024-11-01T06:32:53.311Z
33922024-11-01T06:32:53.311Zinfo: running `cargo check --bins` on wicket (165/168)
33932024-11-01T06:32:53.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-11-01T06:32:53.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-11-01T06:32:53.976Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33962024-11-01T06:32:54.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33972024-11-01T06:32:54.547Z
33982024-11-01T06:32:54.547Zinfo: running `cargo check --bins` on wicketd (166/168)
33992024-11-01T06:32:55.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-11-01T06:32:55.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-11-01T06:32:55.226Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34022024-11-01T06:33:04.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
34032024-11-01T06:33:04.898Z
34042024-11-01T06:33:04.898Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34052024-11-01T06:33:05.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-11-01T06:33:05.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-11-01T06:33:05.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082024-11-01T06:33:05.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34092024-11-01T06:33:05.480Z
34102024-11-01T06:33:05.480Zinfo: running `cargo check --bins` on zone-setup (168/168)
34112024-11-01T06:33:06.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122024-11-01T06:33:06.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132024-11-01T06:33:06.171Z Checking uzers v0.12.1
34142024-11-01T06:33:06.506Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34152024-11-01T06:33:07.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
34162024-11-01T06:33:07.761Z
34172024-11-01T06:33:07.761Zreal 24:14.188402374
34182024-11-01T06:33:07.761Zuser 36:31.470095010
34192024-11-01T06:33:07.761Zsys 5:19.194150034
34202024-11-01T06:33:07.761Ztrap 0.570185077
34212024-11-01T06:33:07.761Ztflt 2.813213183
34222024-11-01T06:33:07.761Zdflt 2.704528636
34232024-11-01T06:33:07.763Zkflt 0.001444496
34242024-11-01T06:33:07.764Zlock 1:28:28.882746578
34252024-11-01T06:33:07.764Zslp 3:26:22.307937246
34262024-11-01T06:33:07.764Zlat 59.990648592
34272024-11-01T06:33:07.764Zstop 3:04.591040606
34282024-11-01T06:33:07.764Zprocess exited: duration 1687176 ms, exit code 0
 
34292024-11-01T06:33:07.770Zfound 0 output files