01JC4K5WNCK66513VE3X8HZH9S: 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: 01JC4K68WWE9GJW23M1QE7H0WJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-08T00:37:00.004Zjob assigned to worker 01JC4K6DVRAYAJM027SD73G3XQ (queued for 53 s)
 
22024-11-08T00:37:07.829Zstarting task 0: "setup"
32024-11-08T00:37:07.839Z++ uname -s
42024-11-08T00:37:07.843Z+ kern=SunOS
52024-11-08T00:37:07.843Z+ case "$kern" in
62024-11-08T00:37:07.843Z+ groupadd -g 12345 build
72024-11-08T00:37:07.846Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-08T00:37:09.854Z+ zfs create -o mountpoint=/work rpool/work
92024-11-08T00:37:09.943Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-08T00:37:09.948Z+ home_fs=zfs
112024-11-08T00:37:09.948Z+ [[ zfs == autofs ]]
122024-11-08T00:37:09.948Z+ mkdir -p /home/build
132024-11-08T00:37:09.951Z+ chown build:build /home/build /work
142024-11-08T00:37:11.950Z+ chmod 0700 /home/build /work
152024-11-08T00:37:11.953Zprocess exited: duration 4123 ms, exit code 0
 
162024-11-08T00:37:11.958Zstarting task 1: "rust-toolchain"
172024-11-08T00:37:11.963Z+ printf ' * toolchain channel = "%s"
182024-11-08T00:37:11.963Z * toolchain channel = "1.82.0"
192024-11-08T00:37:11.964Z' 1.82.0
202024-11-08T00:37:11.964Z+ printf ' * toolchain profile = "%s"
212024-11-08T00:37:11.964Z' default
222024-11-08T00:37:11.964Z * toolchain profile = "default"
232024-11-08T00:37:11.966Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-08T00:37:11.966Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-08T00:37:12.069Zinfo: downloading installer
262024-11-08T00:37:13.577Zinfo: profile set to 'default'
272024-11-08T00:37:13.577Zinfo: default host triple is x86_64-unknown-illumos
282024-11-08T00:37:13.580Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-08T00:37:13.731Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-08T00:37:13.731Zinfo: downloading component 'cargo'
312024-11-08T00:37:14.565Zinfo: downloading component 'clippy'
322024-11-08T00:37:14.884Zinfo: downloading component 'rust-docs'
332024-11-08T00:37:16.061Zinfo: downloading component 'rust-std'
342024-11-08T00:37:17.915Zinfo: downloading component 'rustc'
352024-11-08T00:37:24.433Zinfo: downloading component 'rustfmt'
362024-11-08T00:37:24.679Zinfo: installing component 'cargo'
372024-11-08T00:37:25.523Zinfo: installing component 'clippy'
382024-11-08T00:37:25.921Zinfo: installing component 'rust-docs'
392024-11-08T00:37:27.635Zinfo: installing component 'rust-std'
402024-11-08T00:37:29.534Zinfo: installing component 'rustc'
412024-11-08T00:37:35.721Zinfo: installing component 'rustfmt'
422024-11-08T00:37:36.063Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-08T00:37:36.063Z
442024-11-08T00:37:36.439Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-08T00:37:36.439Z
462024-11-08T00:37:36.441Z
472024-11-08T00:37:36.441ZRust is installed now. Great!
482024-11-08T00:37:36.441Z
492024-11-08T00:37:36.441ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-08T00:37:36.441Zenvironment variable. This has not been done automatically.
512024-11-08T00:37:36.442Z
522024-11-08T00:37:36.442ZTo configure your current shell, you need to source
532024-11-08T00:37:36.442Zthe corresponding env file under $HOME/.cargo.
542024-11-08T00:37:36.442Z
552024-11-08T00:37:36.442ZThis is usually done by running one of the following (note the leading DOT):
562024-11-08T00:37:36.442Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-08T00:37:36.442Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-08T00:37:36.514Z+ rustc --version
592024-11-08T00:37:36.581Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-08T00:37:36.584Zprocess exited: duration 24623 ms, exit code 0
 
612024-11-08T00:37:36.590Zstarting task 2: "authentication"
622024-11-08T00:37:36.612Zprocess exited: duration 21 ms, exit code 0
 
632024-11-08T00:37:36.617Zstarting task 3: "clone repository"
642024-11-08T00:37:36.622Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-08T00:37:36.625Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-08T00:37:36.877ZCloning into '/work/oxidecomputer/omicron'...
672024-11-08T00:37:44.172Z+ cd /work/oxidecomputer/omicron
682024-11-08T00:37:44.172Z+ git fetch origin 6d6589d43fcc55678b5e2688fac2264e31720024
692024-11-08T00:37:44.460ZFrom https://github.com/oxidecomputer/omicron
702024-11-08T00:37:44.460Z * branch 6d6589d43fcc55678b5e2688fac2264e31720024 -> FETCH_HEAD
712024-11-08T00:37:44.470Z+ [[ -n use-native-client-for-schema-updates ]]
722024-11-08T00:37:44.473Z++ git branch --show-current
732024-11-08T00:37:44.475Z+ current=main
742024-11-08T00:37:44.475Z+ [[ main != use-native-client-for-schema-updates ]]
752024-11-08T00:37:44.475Z+ git branch -f use-native-client-for-schema-updates 6d6589d43fcc55678b5e2688fac2264e31720024
762024-11-08T00:37:44.478Z+ git checkout -f use-native-client-for-schema-updates
772024-11-08T00:37:44.648ZSwitched to branch 'use-native-client-for-schema-updates'
782024-11-08T00:37:44.651Z+ git reset --hard 6d6589d43fcc55678b5e2688fac2264e31720024
792024-11-08T00:37:44.815ZHEAD is now at 6d6589d43 Use ClickHouse native client to read database tables
802024-11-08T00:37:44.820Zprocess exited: duration 8198 ms, exit code 0
 
812024-11-08T00:37:44.825Zstarting task 4: "build"
822024-11-08T00:37:44.831Z+ source .github/buildomat/ci-env.sh
832024-11-08T00:37:44.831Z++ export CARGO_TERM_COLOR=always
842024-11-08T00:37:44.833Z++ CARGO_TERM_COLOR=always
852024-11-08T00:37:44.833Z+ cargo --version
862024-11-08T00:37:44.890Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-08T00:37:44.893Z+ rustc --version
882024-11-08T00:37:44.953Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-08T00:37:44.958Z+ source ./env.sh
902024-11-08T00:37:44.959Z++ OLD_SHELL_OPTS=ehxB
912024-11-08T00:37:44.959Z++ set -o xtrace
922024-11-08T00:37:44.962Z++++ dirname ./env.sh
932024-11-08T00:37:44.962Z+++ readlink -f .
942024-11-08T00:37:45.086Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-08T00:37:45.089Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-08T00:37:45.089Z++ 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-08T00:37:45.089Z++ 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
982024-11-08T00:37:45.089Z++ 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-08T00:37:45.089Z++ 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
1002024-11-08T00:37:45.089Z++ 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-08T00:37:45.089Z++ 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
1022024-11-08T00:37:45.089Z++ 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-08T00:37:45.089Z++ case $OLD_SHELL_OPTS in
1042024-11-08T00:37:45.089Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-08T00:37:45.089Z+ 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
1062024-11-08T00:37:45.089Z+ 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-08T00:37:45.089Z+ banner prerequisites
1082024-11-08T00:37:45.240Z
1092024-11-08T00:37:45.240Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-08T00:37:45.240Z # # # # # # # # # # # # # # #
1112024-11-08T00:37:45.240Z # # # # ##### # # ##### # # # # # #### #
1122024-11-08T00:37:45.240Z ##### ##### # ##### # # # # # # # # #
1132024-11-08T00:37:45.240Z # # # # # # # # # # # # # # #
1142024-11-08T00:37:45.240Z # # # ###### # # ###### ### # #### # #### #
1152024-11-08T00:37:45.240Z
1162024-11-08T00:37:45.243Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-08T00:38:09.748Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-08T00:38:13.476Z Startup: Caching catalogs ... Done
1192024-11-08T00:38:21.650ZPlanning: Solver setup ... Done (7.431s)
1202024-11-08T00:38:21.755ZPlanning: Running solver ... Done (0.105s)
1212024-11-08T00:38:21.926ZPlanning: Finding local manifests ... Done (0.082s)
1222024-11-08T00:38:22.362ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-08T00:38:22.633ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-08T00:38:22.966ZPlanning: Package planning ... Done (0.332s)
1252024-11-08T00:38:23.021ZPlanning: Merging actions ... Done (0.056s)
1262024-11-08T00:38:23.757ZPlanning: Checking for conflicting actions ... Done (0.735s)
1272024-11-08T00:38:30.055ZPlanning: Consolidating action changes ... Done (6.295s)
1282024-11-08T00:38:30.435ZPlanning: Evaluating mediators ... Done (0.383s)
1292024-11-08T00:38:30.575ZPlanning: Planning completed in 17.01 seconds
1302024-11-08T00:38:30.673Z Packages to install: 4
1312024-11-08T00:38:30.673Z Packages to update: 1
1322024-11-08T00:38:30.675Z Mediators to change: 2
1332024-11-08T00:38:30.676Z Services to change: 1
1342024-11-08T00:38:30.676Z Estimated space available: 155.61 GB
1352024-11-08T00:38:30.676ZEstimated space to be consumed: 1.59 GB
1362024-11-08T00:38:30.676Z Create boot environment: No
1372024-11-08T00:38:30.676ZCreate backup boot environment: Yes
1382024-11-08T00:38:30.676Z Rebuild boot archive: No
1392024-11-08T00:38:30.676Z
1402024-11-08T00:38:30.676ZChanged mediators:
1412024-11-08T00:38:30.676Z mediator clang:
1422024-11-08T00:38:30.676Z version: None -> 15 (system default)
1432024-11-08T00:38:30.676Z
1442024-11-08T00:38:30.676Z mediator llvm:
1452024-11-08T00:38:30.676Z version: 14 (system default) -> 15 (system default)
1462024-11-08T00:38:30.676Z
1472024-11-08T00:38:30.676ZChanged packages:
1482024-11-08T00:38:30.676Zhelios-dev
1492024-11-08T00:38:30.676Z developer/build-essential
1502024-11-08T00:38:30.676Z None -> 11-2.0
1512024-11-08T00:38:30.676Z library/libxmlsec1
1522024-11-08T00:38:30.676Z None -> 1.2.35-2.0
1532024-11-08T00:38:30.676Z ooce/developer/clang-15
1542024-11-08T00:38:30.676Z None -> 15.0.7-2.0
1552024-11-08T00:38:30.676Z ooce/developer/llvm-15
1562024-11-08T00:38:30.676Z None -> 15.0.7-2.0
1572024-11-08T00:38:30.676Z package/pkg
1582024-11-08T00:38:30.676Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-08T00:38:30.676Z
1602024-11-08T00:38:30.676ZServices:
1612024-11-08T00:38:30.676Z restart_fmri:
1622024-11-08T00:38:30.676Z svc:/system/update-man-index:default
1632024-11-08T00:38:30.676Z
1642024-11-08T00:38:30.676ZEditable files to change:
1652024-11-08T00:38:30.676Z Update:
1662024-11-08T00:38:30.676Z usr/share/lib/pkg/web/config.shtml
1672024-11-08T00:38:31.129Z
1682024-11-08T00:38:31.129ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-08T00:38:36.129ZDownload: 981/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1702024-11-08T00:38:41.129ZDownload: 1222/4281 items 96.5/220.6MB 43% complete (9.6M/s)
1712024-11-08T00:38:46.154ZDownload: 1806/4281 items 118.1/220.6MB 53% complete (9.9M/s)
1722024-11-08T00:38:51.136ZDownload: 2433/4281 items 119.9/220.6MB 54% complete (2.8M/s)
1732024-11-08T00:38:57.363ZDownload: 3278/4281 items 208.7/220.6MB 94% complete (9.0M/s)
1742024-11-08T00:39:02.368ZDownload: 3449/4281 items 215.2/220.6MB 97% complete (9.4M/s)
1752024-11-08T00:39:13.194ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (1.4M/s)
1762024-11-08T00:39:13.305ZDownload: Completed 220.60 MB in 42.17 seconds (5.2M/s)
1772024-11-08T00:39:15.211Z Actions: 1/5063 actions (Removing old actions)
1782024-11-08T00:39:15.227Z Actions: 194/5063 actions (Installing new actions)
1792024-11-08T00:39:20.231Z Actions: 4095/5063 actions (Installing new actions)
1802024-11-08T00:39:21.172Z Actions: 4226/5063 actions (Updating modified actions)
1812024-11-08T00:39:21.594Z Actions: Completed 5063 actions in 6.38 seconds.
1822024-11-08T00:39:21.976Z Done (0.372s)
1832024-11-08T00:39:21.979Z Done (0.000s)
1842024-11-08T00:39:22.500Z Done (0.524s)
1852024-11-08T00:39:28.841Z Done (6.125s)
1862024-11-08T00:39:29.293Z Done (0.381s)
1872024-11-08T00:39:29.295Z Done (0.000s)
1882024-11-08T00:39:29.446Z Done (0.000s)
1892024-11-08T00:39:30.131ZPlanning: Evaluating mediator changes ... Done
1902024-11-08T00:39:30.286ZPlanning: Checking for conflicting actions ... Done
1912024-11-08T00:39:30.291ZPlanning: Consolidating action changes ... Done
1922024-11-08T00:39:30.572ZPlanning: Evaluating mediators ... Done
1932024-11-08T00:39:30.576ZPlanning: Planning completed in 0.45 seconds
1942024-11-08T00:39:30.611Z Mediators to change: 2
1952024-11-08T00:39:30.611Z Create boot environment: No
1962024-11-08T00:39:30.614ZCreate backup boot environment: No
1972024-11-08T00:39:30.694Z Done
1982024-11-08T00:39:30.694Z Done
1992024-11-08T00:39:31.032Z Done
2002024-11-08T00:39:34.674Z Done
2012024-11-08T00:39:34.762Z Done
2022024-11-08T00:39:34.765Z Done
2032024-11-08T00:39:34.976Z Done
2042024-11-08T00:39:35.601ZPlanning: Evaluating mediator changes ... Done
2052024-11-08T00:39:35.604ZPlanning: Merging actions ... Done
2062024-11-08T00:39:35.792ZPlanning: Checking for conflicting actions ... Done
2072024-11-08T00:39:35.795ZPlanning: Consolidating action changes ... Done
2082024-11-08T00:39:36.069ZPlanning: Evaluating mediators ... Done
2092024-11-08T00:39:36.127ZPlanning: Planning completed in 0.77 seconds
2102024-11-08T00:39:36.167Z Packages to change: 1
2112024-11-08T00:39:36.167Z Mediators to change: 1
2122024-11-08T00:39:36.170Z Services to change: 1
2132024-11-08T00:39:36.170Z Create boot environment: No
2142024-11-08T00:39:36.170ZCreate backup boot environment: Yes
2152024-11-08T00:39:38.267Z Actions: 1/6 actions (Updating modified actions)
2162024-11-08T00:39:38.352Z Actions: Completed 6 actions in 0.08 seconds.
2172024-11-08T00:39:38.354Z Done
2182024-11-08T00:39:38.354Z Done
2192024-11-08T00:39:38.458Z Done
2202024-11-08T00:39:42.236Z Done
2212024-11-08T00:39:42.340Z Done
2222024-11-08T00:39:42.342Z Done
2232024-11-08T00:39:42.469Z Done
2242024-11-08T00:39:42.904ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-11-08T00:39:42.904Zclang system 15 system
2262024-11-08T00:39:42.904Zcsh system system illumos
2272024-11-08T00:39:42.904Zctags system system illumos
2282024-11-08T00:39:42.904Zgcc vendor 12 vendor
2292024-11-08T00:39:42.904Zgcc system 10 system
2302024-11-08T00:39:42.904Zgcc system 7 system
2312024-11-08T00:39:42.904Zgo system 1.20 system
2322024-11-08T00:39:42.905Zgo system 1.19 system
2332024-11-08T00:39:42.905Zllvm system 15 system
2342024-11-08T00:39:42.905Zllvm system 14 system
2352024-11-08T00:39:42.905Zmariadb system 10.6 system
2362024-11-08T00:39:42.905Zmta vendor vendor dma
2372024-11-08T00:39:42.905Zopenjdk system 17 system
2382024-11-08T00:39:42.905Zopenjdk system 11 system
2392024-11-08T00:39:42.905Zopenjdk system 1.8 system
2402024-11-08T00:39:42.905Zopenssl vendor 3 vendor
2412024-11-08T00:39:42.905Zperl system 5.36 system
2422024-11-08T00:39:42.905Zpostgresql system 15 system
2432024-11-08T00:39:42.905Zpostgresql system 13 system
2442024-11-08T00:39:42.905Zpython vendor 3 vendor
2452024-11-08T00:39:42.905Zpython system 2 system
2462024-11-08T00:39:42.905Zpython3 system 3.11 system
2472024-11-08T00:39:42.905Zruby system 3.0 system
2482024-11-08T00:39:42.905Zwords vendor vendor american-english
2492024-11-08T00:39:42.905Zwords system system australian-english
2502024-11-08T00:39:42.905Zwords system system british-english
2512024-11-08T00:39:42.905Zwords system system canadian-english
2522024-11-08T00:39:42.905Zwords system system french
2532024-11-08T00:39:42.905Zwords system system italian
2542024-11-08T00:39:42.905Zwords system system ngerman
2552024-11-08T00:39:42.905Zwords system system ogerman
2562024-11-08T00:39:42.905Zwords system system spanish
2572024-11-08T00:39:43.239ZPUBLISHER TYPE STATUS P LOCATION
2582024-11-08T00:39:43.239Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-11-08T00:39:45.733ZFMRI IFO
2602024-11-08T00:39:45.733Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-11-08T00:39:45.733Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-11-08T00:39:45.733Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-11-08T00:39:45.733Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-11-08T00:39:45.733Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-11-08T00:39:45.733Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-11-08T00:39:45.733Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-11-08T00:39:45.733Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-11-08T00:39:45.733Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-11-08T00:39:45.733Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-11-08T00:39:45.733Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-11-08T00:39:45.734Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-11-08T00:39:45.734Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-11-08T00:39:45.734Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-11-08T00:39:45.734Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-11-08T00:39:46.442Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-11-08T00:39:46.703Z Updating crates.io index
2772024-11-08T00:39:46.795Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-11-08T00:39:47.623Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-11-08T00:39:47.896Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-11-08T00:39:48.132Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-11-08T00:39:48.505Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-11-08T00:39:49.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-11-08T00:39:51.782Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-11-08T00:39:52.938Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-11-08T00:39:53.671Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-11-08T00:39:53.935Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-11-08T00:39:54.231Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-11-08T00:39:54.839Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-11-08T00:39:55.157Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-11-08T00:39:55.497Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-11-08T00:39:55.753Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-11-08T00:39:56.010Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-11-08T00:39:56.249Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-11-08T00:39:56.629Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-11-08T00:39:56.908Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-11-08T00:39:57.375Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-11-08T00:39:57.627Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-11-08T00:39:58.091Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-11-08T00:39:58.400Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-11-08T00:39:58.782Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-11-08T00:39:59.195Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-11-08T00:39:59.502Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-11-08T00:39:59.754Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-11-08T00:40:01.094Z Downloading crates ...
3052024-11-08T00:40:01.163Z Downloaded block-buffer v0.10.4
3062024-11-08T00:40:01.165Z Downloaded autocfg v1.4.0
3072024-11-08T00:40:01.169Z Downloaded anstyle-parse v0.2.5
3082024-11-08T00:40:01.172Z Downloaded cargo_metadata v0.18.1
3092024-11-08T00:40:01.193Z Downloaded tempfile v3.13.0
3102024-11-08T00:40:01.195Z Downloaded usdt-macro v0.5.0
3112024-11-08T00:40:01.201Z Downloaded thread-id v4.2.2
3122024-11-08T00:40:01.203Z Downloaded heck v0.4.1
3132024-11-08T00:40:01.203Z Downloaded generic-array v0.14.7
3142024-11-08T00:40:01.206Z Downloaded macaddr v1.0.1
3152024-11-08T00:40:01.208Z Downloaded bytecount v0.6.8
3162024-11-08T00:40:01.208Z Downloaded dof v0.3.0
3172024-11-08T00:40:01.210Z Downloaded crypto-common v0.1.6
3182024-11-08T00:40:01.210Z Downloaded strsim v0.11.1
3192024-11-08T00:40:01.212Z Downloaded version_check v0.9.5
3202024-11-08T00:40:01.213Z Downloaded thiserror v1.0.64
3212024-11-08T00:40:01.218Z Downloaded camino-tempfile v1.1.1
3222024-11-08T00:40:01.220Z Downloaded errno v0.3.9
3232024-11-08T00:40:01.220Z Downloaded clap_lex v0.7.2
3242024-11-08T00:40:01.223Z Downloaded proc-macro-error-attr v1.0.4
3252024-11-08T00:40:01.225Z Downloaded semver v1.0.23
3262024-11-08T00:40:01.228Z Downloaded quote v1.0.37
3272024-11-08T00:40:01.230Z Downloaded scroll v0.12.0
3282024-11-08T00:40:01.234Z Downloaded zerocopy-derive v0.7.35
3292024-11-08T00:40:01.238Z Downloaded plain v0.2.3
3302024-11-08T00:40:01.241Z Downloaded pest_derive v2.7.14
3312024-11-08T00:40:01.244Z Downloaded once_cell v1.20.2
3322024-11-08T00:40:01.247Z Downloaded clap v4.5.20
3332024-11-08T00:40:01.252Z Downloaded ucd-trie v0.1.7
3342024-11-08T00:40:01.256Z Downloaded byteorder v1.5.0
3352024-11-08T00:40:01.259Z Downloaded anstream v0.6.15
3362024-11-08T00:40:01.263Z Downloaded indexmap v2.6.0
3372024-11-08T00:40:01.267Z Downloaded bitflags v2.6.0
3382024-11-08T00:40:01.272Z Downloaded anstyle-query v1.1.1
3392024-11-08T00:40:01.275Z Downloaded cargo-platform v0.1.8
3402024-11-08T00:40:01.275Z Downloaded camino v1.1.9
3412024-11-08T00:40:01.282Z Downloaded toml_edit v0.22.22
3422024-11-08T00:40:01.303Z Downloaded pretty-hex v0.4.1
3432024-11-08T00:40:01.306Z Downloaded anyhow v1.0.92
3442024-11-08T00:40:01.308Z Downloaded equivalent v1.0.1
3452024-11-08T00:40:01.311Z Downloaded dtrace-parser v0.2.0
3462024-11-08T00:40:01.311Z Downloaded anstyle v1.0.8
3472024-11-08T00:40:01.314Z Downloaded scroll_derive v0.12.0
3482024-11-08T00:40:01.323Z Downloaded colorchoice v1.0.2
3492024-11-08T00:40:01.326Z Downloaded terminal_size v0.4.0
3502024-11-08T00:40:01.328Z Downloaded heck v0.5.0
3512024-11-08T00:40:01.328Z Downloaded fnv v1.0.7
3522024-11-08T00:40:01.328Z Downloaded cfg-if v1.0.0
3532024-11-08T00:40:01.333Z Downloaded usdt-attr-macro v0.5.0
3542024-11-08T00:40:01.336Z Downloaded memmap v0.7.0
3552024-11-08T00:40:01.336Z Downloaded cargo_toml v0.20.5
3562024-11-08T00:40:01.338Z Downloaded itoa v1.0.11
3572024-11-08T00:40:01.338Z Downloaded is_terminal_polyfill v1.70.1
3582024-11-08T00:40:01.340Z Downloaded digest v0.10.7
3592024-11-08T00:40:01.340Z Downloaded swrite v0.1.0
3602024-11-08T00:40:01.343Z Downloaded fs-err v2.11.0
3612024-11-08T00:40:01.345Z Downloaded toml_datetime v0.6.8
3622024-11-08T00:40:01.347Z Downloaded pest_generator v2.7.14
3632024-11-08T00:40:01.348Z Downloaded fastrand v2.1.1
3642024-11-08T00:40:01.353Z Downloaded usdt v0.5.0
3652024-11-08T00:40:01.355Z Downloaded tabled_derive v0.7.0
3662024-11-08T00:40:01.355Z Downloaded serde_spanned v0.6.8
3672024-11-08T00:40:01.362Z Downloaded utf8parse v0.2.2
3682024-11-08T00:40:01.364Z Downloaded unicode-linebreak v0.1.5
3692024-11-08T00:40:01.367Z Downloaded thiserror-impl v1.0.64
3702024-11-08T00:40:01.367Z Downloaded clap_derive v4.5.18
3712024-11-08T00:40:01.372Z Downloaded cpufeatures v0.2.14
3722024-11-08T00:40:01.374Z Downloaded smawk v0.3.2
3732024-11-08T00:40:01.383Z Downloaded proc-macro-error v1.0.4
3742024-11-08T00:40:01.394Z Downloaded log v0.4.22
3752024-11-08T00:40:01.402Z Downloaded serde_tokenstream v0.2.2
3762024-11-08T00:40:01.405Z Downloaded unicode-ident v1.0.13
3772024-11-08T00:40:01.412Z Downloaded sha2 v0.10.8
3782024-11-08T00:40:01.416Z Downloaded usdt-impl v0.5.0
3792024-11-08T00:40:01.418Z Downloaded typenum v1.17.0
3802024-11-08T00:40:01.420Z Downloaded textwrap v0.16.1
3812024-11-08T00:40:01.423Z Downloaded ryu v1.0.18
3822024-11-08T00:40:01.425Z Downloaded toml v0.8.19
3832024-11-08T00:40:01.427Z Downloaded proc-macro2 v1.0.87
3842024-11-08T00:40:01.432Z Downloaded serde_json v1.0.128
3852024-11-08T00:40:01.438Z Downloaded serde_derive v1.0.210
3862024-11-08T00:40:01.441Z Downloaded pest_meta v2.7.14
3872024-11-08T00:40:01.443Z Downloaded papergrid v0.11.0
3882024-11-08T00:40:01.458Z Downloaded serde v1.0.210
3892024-11-08T00:40:01.472Z Downloaded memchr v2.7.4
3902024-11-08T00:40:01.504Z Downloaded pest v2.7.14
3912024-11-08T00:40:01.507Z Downloaded hashbrown v0.15.0
3922024-11-08T00:40:01.523Z Downloaded unicode-width v0.1.14
3932024-11-08T00:40:01.528Z Downloaded clap_builder v4.5.20
3942024-11-08T00:40:01.535Z Downloaded zerocopy v0.7.35
3952024-11-08T00:40:01.550Z Downloaded winnow v0.6.20
3962024-11-08T00:40:01.558Z Downloaded tabled v0.15.0
3972024-11-08T00:40:01.573Z Downloaded goblin v0.8.2
3982024-11-08T00:40:01.582Z Downloaded syn v2.0.79
3992024-11-08T00:40:01.588Z Downloaded syn v1.0.109
4002024-11-08T00:40:01.610Z Downloaded rustix v0.38.37
4012024-11-08T00:40:01.646Z Downloaded libc v0.2.161
4022024-11-08T00:40:01.953Z Compiling proc-macro2 v1.0.87
4032024-11-08T00:40:01.954Z Compiling unicode-ident v1.0.13
4042024-11-08T00:40:01.956Z Compiling version_check v0.9.5
4052024-11-08T00:40:01.956Z Compiling serde v1.0.210
4062024-11-08T00:40:01.956Z Compiling memchr v2.7.4
4072024-11-08T00:40:01.956Z Compiling thiserror v1.0.64
4082024-11-08T00:40:01.956Z Compiling libc v0.2.161
4092024-11-08T00:40:01.956Z Compiling ryu v1.0.18
4102024-11-08T00:40:02.356Z Compiling ucd-trie v0.1.7
4112024-11-08T00:40:02.737Z Compiling itoa v1.0.11
4122024-11-08T00:40:02.870Z Compiling once_cell v1.20.2
4132024-11-08T00:40:03.168Z Compiling byteorder v1.5.0
4142024-11-08T00:40:03.369Z Compiling rustix v0.38.37
4152024-11-08T00:40:03.480Z Compiling serde_json v1.0.128
4162024-11-08T00:40:04.235Z Compiling bitflags v2.6.0
4172024-11-08T00:40:04.300Z Compiling usdt-impl v0.5.0
4182024-11-08T00:40:04.324Z Compiling proc-macro-error-attr v1.0.4
4192024-11-08T00:40:04.348Z Compiling syn v1.0.109
4202024-11-08T00:40:04.573Z Compiling proc-macro-error v1.0.4
4212024-11-08T00:40:04.657Z Compiling plain v0.2.3
4222024-11-08T00:40:04.704Z Compiling equivalent v1.0.1
4232024-11-08T00:40:04.752Z Compiling utf8parse v0.2.2
4242024-11-08T00:40:04.829Z Compiling log v0.4.22
4252024-11-08T00:40:04.830Z Compiling camino v1.1.9
4262024-11-08T00:40:04.881Z Compiling hashbrown v0.15.0
4272024-11-08T00:40:04.906Z Compiling anstyle-parse v0.2.5
4282024-11-08T00:40:05.184Z Compiling quote v1.0.37
4292024-11-08T00:40:05.255Z Compiling semver v1.0.23
4302024-11-08T00:40:05.470Z Compiling errno v0.3.9
4312024-11-08T00:40:05.554Z Compiling syn v2.0.79
4322024-11-08T00:40:05.579Z Compiling thread-id v4.2.2
4332024-11-08T00:40:05.776Z Compiling is_terminal_polyfill v1.70.1
4342024-11-08T00:40:05.818Z Compiling pretty-hex v0.4.1
4352024-11-08T00:40:05.843Z Compiling autocfg v1.4.0
4362024-11-08T00:40:05.897Z Compiling anstyle v1.0.8
4372024-11-08T00:40:06.029Z Compiling indexmap v2.6.0
4382024-11-08T00:40:06.104Z Compiling colorchoice v1.0.2
4392024-11-08T00:40:06.274Z Compiling anstyle-query v1.1.1
4402024-11-08T00:40:06.325Z Compiling unicode-width v0.1.14
4412024-11-08T00:40:06.428Z Compiling winnow v0.6.20
4422024-11-08T00:40:06.855Z Compiling anstream v0.6.15
4432024-11-08T00:40:06.885Z Compiling fs-err v2.11.0
4442024-11-08T00:40:07.391Z Compiling heck v0.4.1
4452024-11-08T00:40:07.455Z Compiling cfg-if v1.0.0
4462024-11-08T00:40:07.559Z Compiling fnv v1.0.7
4472024-11-08T00:40:07.587Z Compiling fastrand v2.1.1
4482024-11-08T00:40:07.692Z Compiling anyhow v1.0.92
4492024-11-08T00:40:07.901Z Compiling terminal_size v0.4.0
4502024-11-08T00:40:07.927Z Compiling strsim v0.11.1
4512024-11-08T00:40:08.119Z Compiling clap_lex v0.7.2
4522024-11-08T00:40:08.144Z Compiling bytecount v0.6.8
4532024-11-08T00:40:08.319Z Compiling heck v0.5.0
4542024-11-08T00:40:08.375Z Compiling clap_builder v4.5.20
4552024-11-08T00:40:08.801Z Compiling papergrid v0.11.0
4562024-11-08T00:40:08.833Z Compiling tempfile v3.13.0
4572024-11-08T00:40:09.124Z Compiling memmap v0.7.0
4582024-11-08T00:40:09.221Z Compiling smawk v0.3.2
4592024-11-08T00:40:09.445Z Compiling unicode-linebreak v0.1.5
4602024-11-08T00:40:09.945Z Compiling textwrap v0.16.1
4612024-11-08T00:40:10.102Z Compiling swrite v0.1.0
4622024-11-08T00:40:11.039Z Compiling tabled_derive v0.7.0
4632024-11-08T00:40:12.632Z Compiling tabled v0.15.0
4642024-11-08T00:40:13.589Z Compiling serde_derive v1.0.210
4652024-11-08T00:40:13.592Z Compiling thiserror-impl v1.0.64
4662024-11-08T00:40:13.592Z Compiling zerocopy-derive v0.7.35
4672024-11-08T00:40:13.667Z Compiling scroll_derive v0.12.0
4682024-11-08T00:40:13.706Z Compiling clap_derive v4.5.18
4692024-11-08T00:40:14.952Z Compiling scroll v0.12.0
4702024-11-08T00:40:15.421Z Compiling goblin v0.8.2
4712024-11-08T00:40:15.482Z Compiling zerocopy v0.7.35
4722024-11-08T00:40:16.026Z Compiling pest v2.7.14
4732024-11-08T00:40:17.229Z Compiling clap v4.5.20
4742024-11-08T00:40:18.355Z Compiling pest_meta v2.7.14
4752024-11-08T00:40:19.180Z Compiling pest_generator v2.7.14
4762024-11-08T00:40:20.763Z Compiling pest_derive v2.7.14
4772024-11-08T00:40:21.439Z Compiling dtrace-parser v0.2.0
4782024-11-08T00:40:23.440Z Compiling toml_datetime v0.6.8
4792024-11-08T00:40:23.440Z Compiling serde_spanned v0.6.8
4802024-11-08T00:40:23.442Z Compiling cargo-platform v0.1.8
4812024-11-08T00:40:23.796Z Compiling serde_tokenstream v0.2.2
4822024-11-08T00:40:24.012Z Compiling toml_edit v0.22.22
4832024-11-08T00:40:24.039Z Compiling macaddr v1.0.1
4842024-11-08T00:40:24.090Z Compiling camino-tempfile v1.1.1
4852024-11-08T00:40:24.874Z Compiling dof v0.3.0
4862024-11-08T00:40:24.875Z Compiling cargo_metadata v0.18.1
4872024-11-08T00:40:26.771Z Compiling toml v0.8.19
4882024-11-08T00:40:26.853Z Compiling usdt-macro v0.5.0
4892024-11-08T00:40:26.853Z Compiling usdt-attr-macro v0.5.0
4902024-11-08T00:40:27.652Z Compiling cargo_toml v0.20.5
4912024-11-08T00:40:28.169Z Compiling usdt v0.5.0
4922024-11-08T00:40:31.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-11-08T00:40:35.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.78s
4942024-11-08T00:40:35.285Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-11-08T00:40:35.802Z Downloading crates ...
4962024-11-08T00:40:35.916Z Downloaded atty v0.2.14
4972024-11-08T00:40:35.920Z Downloaded assert_matches v1.5.0
4982024-11-08T00:40:35.922Z Downloaded addr2line v0.24.2
4992024-11-08T00:40:35.924Z Downloaded async-recursion v1.1.1
5002024-11-08T00:40:35.927Z Downloaded ahash v0.8.11
5012024-11-08T00:40:35.931Z Downloaded cfg_aliases v0.2.1
5022024-11-08T00:40:35.933Z Downloaded arc-swap v1.7.1
5032024-11-08T00:40:35.940Z Downloaded arrayref v0.3.9
5042024-11-08T00:40:35.944Z Downloaded castaway v0.2.3
5052024-11-08T00:40:35.944Z Downloaded bcs v0.1.6
5062024-11-08T00:40:35.946Z Downloaded block-padding v0.3.3
5072024-11-08T00:40:35.949Z Downloaded colored v2.1.0
5082024-11-08T00:40:35.951Z Downloaded crc-catalog v2.4.0
5092024-11-08T00:40:35.954Z Downloaded cexpr v0.6.0
5102024-11-08T00:40:35.956Z Downloaded crunchy v0.2.2
5112024-11-08T00:40:35.956Z Downloaded cipher v0.4.4
5122024-11-08T00:40:35.958Z Downloaded ident_case v1.0.1
5132024-11-08T00:40:35.960Z Downloaded http-body v1.0.1
5142024-11-08T00:40:35.962Z Downloaded http-range v0.1.5
5152024-11-08T00:40:35.962Z Downloaded matches v0.1.10
5162024-11-08T00:40:35.964Z Downloaded cancel-safe-futures v0.1.5
5172024-11-08T00:40:35.967Z Downloaded bit-set v0.5.3
5182024-11-08T00:40:35.970Z Downloaded is_ci v1.2.0
5192024-11-08T00:40:35.970Z Downloaded data-encoding v2.6.0
5202024-11-08T00:40:35.972Z Downloaded indent_write v2.2.0
5212024-11-08T00:40:35.972Z Downloaded humantime v2.1.0
5222024-11-08T00:40:35.975Z Downloaded new_debug_unreachable v1.0.6
5232024-11-08T00:40:35.975Z Downloaded newtype_derive v0.1.6
5242024-11-08T00:40:35.977Z Downloaded crossbeam-deque v0.8.5
5252024-11-08T00:40:35.981Z Downloaded libsw v3.3.1
5262024-11-08T00:40:35.981Z Downloaded lalrpop-util v0.19.12
5272024-11-08T00:40:35.981Z Downloaded instability v0.3.2
5282024-11-08T00:40:35.984Z Downloaded num v0.4.3
5292024-11-08T00:40:35.984Z Downloaded constant_time_eq v0.3.1
5302024-11-08T00:40:35.986Z Downloaded base64 v0.13.1
5312024-11-08T00:40:35.989Z Downloaded managed v0.8.0
5322024-11-08T00:40:35.992Z Downloaded keccak v0.1.5
5332024-11-08T00:40:35.994Z Downloaded mockall v0.13.0
5342024-11-08T00:40:35.994Z Downloaded memoffset v0.9.1
5352024-11-08T00:40:35.996Z Downloaded num-complex v0.4.6
5362024-11-08T00:40:35.998Z Downloaded lru v0.12.5
5372024-11-08T00:40:36.001Z Downloaded multer v3.1.0
5382024-11-08T00:40:36.003Z Downloaded cookie_store v0.21.0
5392024-11-08T00:40:36.005Z Downloaded hostname v0.4.0
5402024-11-08T00:40:36.008Z Downloaded atomicwrites v0.4.4
5412024-11-08T00:40:36.008Z Downloaded lock_api v0.4.12
5422024-11-08T00:40:36.012Z Downloaded ipnet v2.10.1
5432024-11-08T00:40:36.012Z Downloaded hostname v0.3.1
5442024-11-08T00:40:36.015Z Downloaded aead v0.5.2
5452024-11-08T00:40:36.015Z Downloaded ascii-canvas v3.0.0
5462024-11-08T00:40:36.018Z Downloaded hubpack_derive v0.1.1
5472024-11-08T00:40:36.018Z Downloaded array-init v0.0.4
5482024-11-08T00:40:36.020Z Downloaded lazy_static v1.5.0
5492024-11-08T00:40:36.022Z Downloaded darling_core v0.20.10
5502024-11-08T00:40:36.026Z Downloaded rustc-hash v1.1.0
5512024-11-08T00:40:36.028Z Downloaded cfg_aliases v0.1.1
5522024-11-08T00:40:36.030Z Downloaded adler2 v2.0.0
5532024-11-08T00:40:36.030Z Downloaded instant v0.1.13
5542024-11-08T00:40:36.032Z Downloaded ciborium-io v0.2.2
5552024-11-08T00:40:36.036Z Downloaded termtree v0.4.1
5562024-11-08T00:40:36.036Z Downloaded httpdate v1.0.3
5572024-11-08T00:40:36.036Z Downloaded http-body-util v0.1.2
5582024-11-08T00:40:36.040Z Downloaded const-oid v0.9.6
5592024-11-08T00:40:36.043Z Downloaded slab v0.4.9
5602024-11-08T00:40:36.043Z Downloaded inout v0.1.3
5612024-11-08T00:40:36.043Z Downloaded impl-trait-for-tuples v0.2.2
5622024-11-08T00:40:36.046Z Downloaded md5 v0.7.0
5632024-11-08T00:40:36.048Z Downloaded atomic-waker v1.1.2
5642024-11-08T00:40:36.050Z Downloaded async-bb8-diesel v0.2.1
5652024-11-08T00:40:36.052Z Downloaded arrayvec v0.7.6
5662024-11-08T00:40:36.055Z Downloaded match_cfg v0.1.0
5672024-11-08T00:40:36.057Z Downloaded argon2 v0.5.3
5682024-11-08T00:40:36.059Z Downloaded httparse v1.9.5
5692024-11-08T00:40:36.063Z Downloaded hyper-rustls v0.27.3
5702024-11-08T00:40:36.065Z Downloaded signature v2.2.0
5712024-11-08T00:40:36.065Z Downloaded serde_repr v0.1.19
5722024-11-08T00:40:36.068Z Downloaded toolchain_find v0.4.0
5732024-11-08T00:40:36.070Z Downloaded nodrop v0.1.14
5742024-11-08T00:40:36.070Z Downloaded bitflags v1.3.2
5752024-11-08T00:40:36.073Z Downloaded newline-converter v0.3.0
5762024-11-08T00:40:36.074Z Downloaded chacha20 v0.9.1
5772024-11-08T00:40:36.078Z Downloaded ciborium-ll v0.2.2
5782024-11-08T00:40:36.078Z Downloaded cbc v0.1.2
5792024-11-08T00:40:36.080Z Downloaded blowfish v0.9.1
5802024-11-08T00:40:36.080Z Downloaded buf-list v1.0.3
5812024-11-08T00:40:36.083Z Downloaded convert_case v0.4.0
5822024-11-08T00:40:36.085Z Downloaded bitfield-struct v0.6.2
5832024-11-08T00:40:36.085Z Downloaded bcrypt-pbkdf v0.10.0
5842024-11-08T00:40:36.089Z Downloaded bb8 v0.8.5
5852024-11-08T00:40:36.089Z Downloaded crc v3.2.1
5862024-11-08T00:40:36.091Z Downloaded endian-type v0.1.2
5872024-11-08T00:40:36.094Z Downloaded vte_generate_state_changes v0.1.2
5882024-11-08T00:40:36.094Z Downloaded cobs v0.2.3
5892024-11-08T00:40:36.094Z Downloaded async-stream v0.3.6
5902024-11-08T00:40:36.097Z Downloaded termios v0.3.3
5912024-11-08T00:40:36.099Z Downloaded termcolor v1.4.1
5922024-11-08T00:40:36.101Z Downloaded strum_macros v0.24.3
5932024-11-08T00:40:36.103Z Downloaded maplit v1.0.2
5942024-11-08T00:40:36.103Z Downloaded aes v0.8.4
5952024-11-08T00:40:36.107Z Downloaded newtype-uuid v1.1.2
5962024-11-08T00:40:36.110Z Downloaded oso-derive v0.27.3
5972024-11-08T00:40:36.110Z Downloaded num-conv v0.1.0
5982024-11-08T00:40:36.113Z Downloaded rustfmt-wrapper v0.2.1
5992024-11-08T00:40:36.113Z Downloaded semver v0.1.20
6002024-11-08T00:40:36.115Z Downloaded libefi-sys v0.1.0
6012024-11-08T00:40:36.115Z Downloaded stable_deref_trait v1.2.0
6022024-11-08T00:40:36.117Z Downloaded xz2 v0.1.7
6032024-11-08T00:40:36.120Z Downloaded kstat-rs v0.2.4
6042024-11-08T00:40:36.123Z Downloaded bit-vec v0.6.3
6052024-11-08T00:40:36.123Z Downloaded foreign-types-shared v0.1.1
6062024-11-08T00:40:36.123Z Downloaded xattr v1.3.1
6072024-11-08T00:40:36.126Z Downloaded wait-timeout v0.2.0
6082024-11-08T00:40:36.126Z Downloaded multimap v0.10.0
6092024-11-08T00:40:36.128Z Downloaded lazycell v1.3.0
6102024-11-08T00:40:36.128Z Downloaded ipnetwork v0.20.0
6112024-11-08T00:40:36.131Z Downloaded nibble_vec v0.1.0
6122024-11-08T00:40:36.133Z Downloaded crc32fast v1.4.2
6132024-11-08T00:40:36.136Z Downloaded iana-time-zone v0.1.61
6142024-11-08T00:40:36.138Z Downloaded darling v0.20.10
6152024-11-08T00:40:36.142Z Downloaded progenitor-client v0.8.0
6162024-11-08T00:40:36.144Z Downloaded deranged v0.3.11
6172024-11-08T00:40:36.146Z Downloaded hickory-client v0.24.1
6182024-11-08T00:40:36.148Z Downloaded csv-core v0.1.11
6192024-11-08T00:40:36.151Z Downloaded scheduled-thread-pool v0.2.7
6202024-11-08T00:40:36.153Z Downloaded allocator-api2 v0.2.18
6212024-11-08T00:40:36.155Z Downloaded hyper-staticfile v0.10.1
6222024-11-08T00:40:36.158Z Downloaded signal-hook-tokio v0.3.1
6232024-11-08T00:40:36.160Z Downloaded sigpipe v0.1.3
6242024-11-08T00:40:36.160Z Downloaded sqlparser_derive v0.2.2
6252024-11-08T00:40:36.163Z Downloaded unicode-truncate v1.1.0
6262024-11-08T00:40:36.163Z Downloaded topological-sort v0.2.2
6272024-11-08T00:40:36.167Z Downloaded futures-sink v0.3.31
6282024-11-08T00:40:36.167Z Downloaded foreign-types-macros v0.2.3
6292024-11-08T00:40:36.169Z Downloaded hash32 v0.2.1
6302024-11-08T00:40:36.169Z Downloaded indexmap v1.9.3
6312024-11-08T00:40:36.172Z Downloaded foreign-types v0.5.0
6322024-11-08T00:40:36.174Z Downloaded unicode-xid v0.2.6
6332024-11-08T00:40:36.177Z Downloaded memmap2 v0.9.5
6342024-11-08T00:40:36.177Z Downloaded native-tls v0.2.12
6352024-11-08T00:40:36.180Z Downloaded blake2 v0.10.6
6362024-11-08T00:40:36.184Z Downloaded console v0.15.8
6372024-11-08T00:40:36.187Z Downloaded ghash v0.5.1
6382024-11-08T00:40:36.190Z Downloaded enum-as-inner v0.5.1
6392024-11-08T00:40:36.190Z Downloaded dirs-sys-next v0.1.2
6402024-11-08T00:40:36.193Z Downloaded dirs-next v2.0.0
6412024-11-08T00:40:36.193Z Downloaded nom v7.1.3
6422024-11-08T00:40:36.199Z Downloaded rand_chacha v0.3.1
6432024-11-08T00:40:36.201Z Downloaded crossbeam-epoch v0.9.18
6442024-11-08T00:40:36.203Z Downloaded try-lock v0.2.5
6452024-11-08T00:40:36.203Z Downloaded rustversion v1.0.17
6462024-11-08T00:40:36.206Z Downloaded slog v2.7.0
6472024-11-08T00:40:36.209Z Downloaded tokio-macros v2.4.0
6482024-11-08T00:40:36.211Z Downloaded tokio-native-tls v0.3.1
6492024-11-08T00:40:36.214Z Downloaded spin v0.9.8
6502024-11-08T00:40:36.216Z Downloaded downcast v0.11.0
6512024-11-08T00:40:36.219Z Downloaded zone_cfg_derive v0.3.0
6522024-11-08T00:40:36.219Z Downloaded packed_struct v0.10.1
6532024-11-08T00:40:36.221Z Downloaded packed_struct_codegen v0.10.1
6542024-11-08T00:40:36.221Z Downloaded parse-size v1.1.0
6552024-11-08T00:40:36.224Z Downloaded owo-colors v4.1.0
6562024-11-08T00:40:36.227Z Downloaded pin-utils v0.1.0
6572024-11-08T00:40:36.229Z Downloaded tokio-rustls v0.24.1
6582024-11-08T00:40:36.231Z Downloaded structmeta-derive v0.2.0
6592024-11-08T00:40:36.231Z Downloaded yasna v0.5.2
6602024-11-08T00:40:36.233Z Downloaded derive_builder_macro v0.20.2
6612024-11-08T00:40:36.235Z Downloaded miniz_oxide v0.8.0
6622024-11-08T00:40:36.237Z Downloaded rand_xorshift v0.3.0
6632024-11-08T00:40:36.240Z Downloaded displaydoc v0.2.5
6642024-11-08T00:40:36.243Z Downloaded des v0.8.1
6652024-11-08T00:40:36.243Z Downloaded chacha20poly1305 v0.10.1
6662024-11-08T00:40:36.245Z Downloaded path-slash v0.1.5
6672024-11-08T00:40:36.248Z Downloaded quinn-udp v0.5.5
6682024-11-08T00:40:36.248Z Downloaded rpassword v7.3.1
6692024-11-08T00:40:36.251Z Downloaded fd-lock v4.0.2
6702024-11-08T00:40:36.254Z Downloaded postgres-protocol v0.6.7
6712024-11-08T00:40:36.254Z Downloaded schemars v0.8.21
6722024-11-08T00:40:36.266Z Downloaded pretty-hex v0.2.1
6732024-11-08T00:40:36.269Z Downloaded embedded-io v0.4.0
6742024-11-08T00:40:36.271Z Downloaded hyper v1.4.1
6752024-11-08T00:40:36.277Z Downloaded ena v0.14.3
6762024-11-08T00:40:36.280Z Downloaded take_mut v0.2.2
6772024-11-08T00:40:36.282Z Downloaded time-core v0.1.2
6782024-11-08T00:40:36.282Z Downloaded ron v0.7.1
6792024-11-08T00:40:36.286Z Downloaded pin-project-lite v0.2.14
6802024-11-08T00:40:36.291Z Downloaded tokio-tungstenite v0.24.0
6812024-11-08T00:40:36.294Z Downloaded postcard v1.0.10
6822024-11-08T00:40:36.297Z Downloaded futures-executor v0.3.31
6832024-11-08T00:40:36.300Z Downloaded derive_more v0.99.18
6842024-11-08T00:40:36.304Z Downloaded tinyvec_macros v0.1.1
6852024-11-08T00:40:36.307Z Downloaded powerfmt v0.2.0
6862024-11-08T00:40:36.307Z Downloaded pbkdf2 v0.11.0
6872024-11-08T00:40:36.311Z Downloaded foreign-types v0.3.2
6882024-11-08T00:40:36.314Z Downloaded diesel_table_macro_syntax v0.2.0
6892024-11-08T00:40:36.314Z Downloaded zone_cfg_derive v0.1.2
6902024-11-08T00:40:36.314Z Downloaded num-derive v0.4.2
6912024-11-08T00:40:36.314Z Downloaded mockall_derive v0.13.0
6922024-11-08T00:40:36.317Z Downloaded slog-bunyan v2.5.0
6932024-11-08T00:40:36.319Z Downloaded salsa20 v0.10.2
6942024-11-08T00:40:36.319Z Downloaded rusty-fork v0.3.0
6952024-11-08T00:40:36.321Z Downloaded ref-cast-impl v1.0.23
6962024-11-08T00:40:36.323Z Downloaded olpc-cjson v0.1.4
6972024-11-08T00:40:36.323Z Downloaded getrandom v0.2.15
6982024-11-08T00:40:36.326Z Downloaded foreign-types-shared v0.3.1
6992024-11-08T00:40:36.329Z Downloaded either v1.13.0
7002024-11-08T00:40:36.331Z Downloaded phf_shared v0.10.0
7012024-11-08T00:40:36.331Z Downloaded number_prefix v0.4.0
7022024-11-08T00:40:36.331Z Downloaded phf v0.11.2
7032024-11-08T00:40:36.334Z Downloaded ref-cast v1.0.23
7042024-11-08T00:40:36.336Z Downloaded p256 v0.13.2
7052024-11-08T00:40:36.339Z Downloaded backtrace v0.3.74
7062024-11-08T00:40:36.345Z Downloaded crossbeam-channel v0.5.13
7072024-11-08T00:40:36.359Z Downloaded slog-stdlog v4.1.1
7082024-11-08T00:40:36.361Z Downloaded parse-display v0.10.0
7092024-11-08T00:40:36.364Z Downloaded foldhash v0.1.3
7102024-11-08T00:40:36.365Z Downloaded zerocopy v0.6.6
7112024-11-08T00:40:36.367Z Downloaded dyn-clone v1.0.17
7122024-11-08T00:40:36.369Z Downloaded group v0.13.0
7132024-11-08T00:40:36.378Z Downloaded spki v0.7.3
7142024-11-08T00:40:36.378Z Downloaded proc-macro-crate v1.3.1
7152024-11-08T00:40:36.378Z Downloaded dsl_auto_type v0.1.2
7162024-11-08T00:40:36.378Z Downloaded same-file v1.0.6
7172024-11-08T00:40:36.378Z Downloaded glob v0.3.1
7182024-11-08T00:40:36.378Z Downloaded tiny-keccak v2.0.2
7192024-11-08T00:40:36.382Z Downloaded tls_codec v0.4.1
7202024-11-08T00:40:36.384Z Downloaded globset v0.4.15
7212024-11-08T00:40:36.387Z Downloaded derive_builder_core v0.20.2
7222024-11-08T00:40:36.387Z Downloaded unicode_categories v0.1.1
7232024-11-08T00:40:36.389Z Downloaded phf_generator v0.11.2
7242024-11-08T00:40:36.392Z Downloaded time-macros v0.2.18
7252024-11-08T00:40:36.394Z Downloaded zeroize_derive v1.4.2
7262024-11-08T00:40:36.396Z Downloaded hex v0.4.3
7272024-11-08T00:40:36.398Z Downloaded pkcs5 v0.7.1
7282024-11-08T00:40:36.401Z Downloaded test-strategy v0.3.1
7292024-11-08T00:40:36.404Z Downloaded shell-words v1.1.0
7302024-11-08T00:40:36.406Z Downloaded futures-core v0.3.31
7312024-11-08T00:40:36.409Z Downloaded x509-cert v0.2.5
7322024-11-08T00:40:36.413Z Downloaded slog-async v2.8.0
7332024-11-08T00:40:36.415Z Downloaded phf_shared v0.11.2
7342024-11-08T00:40:36.418Z Downloaded supports-color v3.0.1
7352024-11-08T00:40:36.418Z Downloaded minimal-lexical v0.2.1
7362024-11-08T00:40:36.423Z Downloaded tar v0.4.42
7372024-11-08T00:40:36.426Z Downloaded slog-envlogger v2.2.0
7382024-11-08T00:40:36.428Z Downloaded vsss-rs v3.3.4
7392024-11-08T00:40:36.430Z Downloaded rustls-pki-types v1.9.0
7402024-11-08T00:40:36.433Z Downloaded sqlformat v0.2.6
7412024-11-08T00:40:36.436Z Downloaded flume v0.11.0
7422024-11-08T00:40:36.439Z Downloaded funty v2.0.0
7432024-11-08T00:40:36.442Z Downloaded fallible-streaming-iterator v0.1.9
7442024-11-08T00:40:36.442Z Downloaded diesel-dtrace v0.3.0
7452024-11-08T00:40:36.444Z Downloaded waitgroup v0.1.2
7462024-11-08T00:40:36.446Z Downloaded serde-hex v0.1.0
7472024-11-08T00:40:36.446Z Downloaded rustc-hash v2.0.0
7482024-11-08T00:40:36.449Z Downloaded rustc-demangle v0.1.24
7492024-11-08T00:40:36.451Z Downloaded r2d2 v0.8.10
7502024-11-08T00:40:36.454Z Downloaded hex-literal v0.4.1
7512024-11-08T00:40:36.454Z Downloaded hickory-server v0.24.1
7522024-11-08T00:40:36.459Z Downloaded want v0.3.1
7532024-11-08T00:40:36.461Z Downloaded http v1.1.0
7542024-11-08T00:40:36.464Z Downloaded futures-macro v0.3.31
7552024-11-08T00:40:36.466Z Downloaded dropshot_endpoint v0.12.0
7562024-11-08T00:40:36.468Z Downloaded itertools v0.12.1
7572024-11-08T00:40:36.476Z Downloaded sec1 v0.7.3
7582024-11-08T00:40:36.478Z Downloaded twox-hash v1.6.3
7592024-11-08T00:40:36.480Z Downloaded smallvec v0.6.14
7602024-11-08T00:40:36.483Z Downloaded highway v1.2.0
7612024-11-08T00:40:36.485Z Downloaded pbkdf2 v0.12.2
7622024-11-08T00:40:36.487Z Downloaded ecdsa v0.16.9
7632024-11-08T00:40:36.490Z Downloaded whoami v1.5.2
7642024-11-08T00:40:36.493Z Downloaded elliptic-curve v0.13.8
7652024-11-08T00:40:36.496Z Downloaded peg v0.8.4
7662024-11-08T00:40:36.500Z Downloaded paste v1.0.15
7672024-11-08T00:40:36.503Z Downloaded precomputed-hash v0.1.1
7682024-11-08T00:40:36.505Z Downloaded rustc_version v0.4.1
7692024-11-08T00:40:36.505Z Downloaded predicates v3.1.2
7702024-11-08T00:40:36.508Z Downloaded poly1305 v0.8.0
7712024-11-08T00:40:36.511Z Downloaded polyval v0.6.2
7722024-11-08T00:40:36.515Z Downloaded snafu-derive v0.8.5
7732024-11-08T00:40:36.517Z Downloaded bitvec v1.0.1
7742024-11-08T00:40:36.531Z Downloaded sync_wrapper v1.0.1
7752024-11-08T00:40:36.534Z Downloaded structmeta-derive v0.3.0
7762024-11-08T00:40:36.534Z Downloaded structmeta v0.2.0
7772024-11-08T00:40:36.537Z Downloaded stringprep v0.1.5
7782024-11-08T00:40:36.537Z Downloaded rtoolbox v0.0.2
7792024-11-08T00:40:36.539Z Downloaded percent-encoding v2.3.1
7802024-11-08T00:40:36.539Z Downloaded string_cache v0.8.7
7812024-11-08T00:40:36.542Z Downloaded predicates-tree v1.0.11
7822024-11-08T00:40:36.542Z Downloaded num-iter v0.1.45
7832024-11-08T00:40:36.545Z Downloaded filetime v0.2.25
7842024-11-08T00:40:36.548Z Downloaded walkdir v2.5.0
7852024-11-08T00:40:36.548Z Downloaded ff v0.13.0
7862024-11-08T00:40:36.551Z Downloaded samael v0.0.17
7872024-11-08T00:40:36.555Z Downloaded psl-types v2.0.11
7882024-11-08T00:40:36.557Z Downloaded tungstenite v0.23.0
7892024-11-08T00:40:36.562Z Downloaded rustls-pemfile v1.0.4
7902024-11-08T00:40:36.564Z Downloaded num-integer v0.1.46
7912024-11-08T00:40:36.564Z Downloaded hmac v0.12.1
7922024-11-08T00:40:36.567Z Downloaded headers-core v0.3.0
7932024-11-08T00:40:36.569Z Downloaded futures-task v0.3.31
7942024-11-08T00:40:36.569Z Downloaded tokio-tungstenite v0.23.1
7952024-11-08T00:40:36.572Z Downloaded itertools v0.10.5
7962024-11-08T00:40:36.580Z Downloaded sync_wrapper v0.1.2
7972024-11-08T00:40:36.583Z Downloaded rand v0.8.5
7982024-11-08T00:40:36.587Z Downloaded peg-runtime v0.8.3
7992024-11-08T00:40:36.587Z Downloaded rfc6979 v0.4.0
8002024-11-08T00:40:36.587Z Downloaded tokio-util v0.7.12
8012024-11-08T00:40:36.592Z Downloaded hash32 v0.3.1
8022024-11-08T00:40:36.595Z Downloaded unicode-bidi v0.3.17
8032024-11-08T00:40:36.598Z Downloaded diesel_derives v2.2.3
8042024-11-08T00:40:36.601Z Downloaded ssh-encoding v0.2.0
8052024-11-08T00:40:36.603Z Downloaded radium v0.7.0
8062024-11-08T00:40:36.606Z Downloaded num_enum v0.5.11
8072024-11-08T00:40:36.609Z Downloaded progenitor-macro v0.8.0
8082024-11-08T00:40:36.611Z Downloaded derive-where v1.2.7
8092024-11-08T00:40:36.614Z Downloaded serde_with v3.11.0
8102024-11-08T00:40:36.622Z Downloaded zone v0.3.0
8112024-11-08T00:40:36.624Z Downloaded zone v0.1.8
8122024-11-08T00:40:36.625Z Downloaded num-rational v0.4.2
8132024-11-08T00:40:36.627Z Downloaded opaque-debug v0.3.1
8142024-11-08T00:40:36.627Z Downloaded num_enum_derive v0.5.11
8152024-11-08T00:40:36.629Z Downloaded tokio-postgres v0.7.12
8162024-11-08T00:40:36.633Z Downloaded num_threads v0.1.7
8172024-11-08T00:40:36.635Z Downloaded aho-corasick v1.1.3
8182024-11-08T00:40:36.640Z Downloaded form_urlencoded v1.2.1
8192024-11-08T00:40:36.642Z Downloaded parking_lot_core v0.9.10
8202024-11-08T00:40:36.646Z Downloaded unarray v0.1.4
8212024-11-08T00:40:36.646Z Downloaded shlex v1.3.0
8222024-11-08T00:40:36.650Z Downloaded sha1 v0.10.6
8232024-11-08T00:40:36.650Z Downloaded fragile v2.0.0
8242024-11-08T00:40:36.652Z Downloaded enum-as-inner v0.6.1
8252024-11-08T00:40:36.652Z Downloaded simd-adler32 v0.3.7
8262024-11-08T00:40:36.654Z Downloaded parking_lot_core v0.8.6
8272024-11-08T00:40:36.656Z Downloaded typify v0.2.0
8282024-11-08T00:40:36.659Z Downloaded russh-cryptovec v0.7.3
8292024-11-08T00:40:36.662Z Downloaded typify-macro v0.2.0
8302024-11-08T00:40:36.662Z Downloaded env_logger v0.11.5
8312024-11-08T00:40:36.665Z Downloaded portable-atomic v1.9.0
8322024-11-08T00:40:36.671Z Downloaded dhcproto-macros v0.1.0
8332024-11-08T00:40:36.673Z Downloaded float-cmp v0.9.0
8342024-11-08T00:40:36.673Z Downloaded schemars_derive v0.8.21
8352024-11-08T00:40:36.675Z Downloaded tokio-tungstenite v0.21.0
8362024-11-08T00:40:36.678Z Downloaded fxhash v0.2.1
8372024-11-08T00:40:36.679Z Downloaded parking_lot v0.12.3
8382024-11-08T00:40:36.681Z Downloaded oso v0.27.3
8392024-11-08T00:40:36.683Z Downloaded unicase v2.7.0
8402024-11-08T00:40:36.686Z Downloaded pem v3.0.4
8412024-11-08T00:40:36.688Z Downloaded value-bag v1.9.0
8422024-11-08T00:40:36.690Z Downloaded tracing-attributes v0.1.27
8432024-11-08T00:40:36.693Z Downloaded tower-service v0.3.3
8442024-11-08T00:40:36.693Z Downloaded universal-hash v0.5.1
8452024-11-08T00:40:36.695Z Downloaded tinyvec v1.8.0
8462024-11-08T00:40:36.698Z Downloaded progenitor v0.8.0
8472024-11-08T00:40:36.698Z Downloaded peg-macros v0.8.4
8482024-11-08T00:40:36.700Z Downloaded uuid v1.10.0
8492024-11-08T00:40:36.704Z Downloaded float-ord v0.3.2
8502024-11-08T00:40:36.704Z Downloaded tungstenite v0.24.0
8512024-11-08T00:40:36.707Z Downloaded socket2 v0.5.7
8522024-11-08T00:40:36.710Z Downloaded futures v0.3.31
8532024-11-08T00:40:36.715Z Downloaded tabwriter v1.4.0
8542024-11-08T00:40:36.717Z Downloaded quick-error v1.2.3
8552024-11-08T00:40:36.720Z Downloaded ppv-lite86 v0.2.20
8562024-11-08T00:40:36.722Z Downloaded thiserror-impl-no-std v2.0.2
8572024-11-08T00:40:36.722Z Downloaded pkcs1 v0.7.5
8582024-11-08T00:40:36.724Z Downloaded hickory-resolver v0.24.1
8592024-11-08T00:40:36.727Z Downloaded snafu v0.8.5
8602024-11-08T00:40:36.733Z Downloaded tap v1.0.1
8612024-11-08T00:40:36.735Z Downloaded parse-zoneinfo v0.3.1
8622024-11-08T00:40:36.738Z Downloaded env_filter v0.1.2
8632024-11-08T00:40:36.740Z Downloaded serde_yaml v0.9.34+deprecated
8642024-11-08T00:40:36.742Z Downloaded winnow v0.5.40
8652024-11-08T00:40:36.751Z Downloaded pem-rfc7468 v0.7.0
8662024-11-08T00:40:36.753Z Downloaded zip v2.1.3
8672024-11-08T00:40:36.757Z Downloaded postgres-types v0.2.8
8682024-11-08T00:40:36.760Z Downloaded flagset v0.4.6
8692024-11-08T00:40:36.762Z Downloaded defmt-macros v0.3.9
8702024-11-08T00:40:36.764Z Downloaded hashlink v0.9.1
8712024-11-08T00:40:36.766Z Downloaded der v0.7.9
8722024-11-08T00:40:36.770Z Downloaded pin-project v1.1.6
8732024-11-08T00:40:36.782Z Downloaded debug-ignore v1.0.5
8742024-11-08T00:40:36.784Z Downloaded pkcs8 v0.10.2
8752024-11-08T00:40:36.787Z Downloaded hyper v0.14.30
8762024-11-08T00:40:36.794Z Downloaded similar v2.6.0
8772024-11-08T00:40:36.799Z Downloaded rayon-core v1.12.1
8782024-11-08T00:40:36.803Z Downloaded url v2.5.2
8792024-11-08T00:40:36.806Z Downloaded curve25519-dalek v4.1.3
8802024-11-08T00:40:36.815Z Downloaded env_logger v0.10.2
8812024-11-08T00:40:36.818Z Downloaded rcgen v0.12.1
8822024-11-08T00:40:36.821Z Downloaded bindgen v0.69.5
8832024-11-08T00:40:36.828Z Downloaded publicsuffix v2.2.3
8842024-11-08T00:40:36.831Z Downloaded h2 v0.3.26
8852024-11-08T00:40:36.838Z Downloaded signal-hook v0.3.17
8862024-11-08T00:40:36.841Z Downloaded typed-path v0.7.1
8872024-11-08T00:40:36.847Z Downloaded flate2 v1.0.34
8882024-11-08T00:40:36.852Z Downloaded idna v0.4.0
8892024-11-08T00:40:36.859Z Downloaded quick-xml v0.33.0
8902024-11-08T00:40:36.865Z Downloaded p384 v0.13.0
8912024-11-08T00:40:36.871Z Downloaded p521 v0.13.3
8922024-11-08T00:40:36.875Z Downloaded rustls-webpki v0.102.8
8932024-11-08T00:40:36.894Z Downloaded heapless v0.8.0
8942024-11-08T00:40:36.897Z Downloaded expectorate v1.1.0
8952024-11-08T00:40:36.900Z Downloaded omicron-zone-package v0.11.1
8962024-11-08T00:40:36.902Z Downloaded rayon v1.10.0
8972024-11-08T00:40:36.911Z Downloaded unicode-properties v0.1.3
8982024-11-08T00:40:36.914Z Downloaded unicode-normalization v0.1.24
8992024-11-08T00:40:36.917Z Downloaded russh-keys v0.45.0
9002024-11-08T00:40:36.919Z Downloaded headers v0.4.0
9012024-11-08T00:40:36.925Z Downloaded rustls v0.21.12
9022024-11-08T00:40:36.936Z Downloaded hashbrown v0.14.5
9032024-11-08T00:40:36.942Z Downloaded bstr v1.10.0
9042024-11-08T00:40:36.953Z Downloaded gimli v0.31.1
9052024-11-08T00:40:36.960Z Downloaded qorb v0.2.0
9062024-11-08T00:40:36.965Z Downloaded lalrpop v0.19.12
9072024-11-08T00:40:36.976Z Downloaded webpki-roots v0.26.6
9082024-11-08T00:40:36.980Z Downloaded hkdf v0.12.4
9092024-11-08T00:40:36.982Z Downloaded h2 v0.4.6
9102024-11-08T00:40:36.989Z Downloaded hashbrown v0.13.2
9112024-11-08T00:40:36.993Z Downloaded trust-dns-proto v0.22.0
9122024-11-08T00:40:37.006Z Downloaded steno v0.4.1
9132024-11-08T00:40:37.010Z Downloaded dropshot v0.12.0
9142024-11-08T00:40:37.029Z Downloaded hashbrown v0.12.3
9152024-11-08T00:40:37.033Z Downloaded polar-core v0.27.3
9162024-11-08T00:40:37.043Z Downloaded idna v0.5.0
9172024-11-08T00:40:37.049Z Downloaded openssl v0.10.66
9182024-11-08T00:40:37.059Z Downloaded idna v0.3.0
9192024-11-08T00:40:37.066Z Downloaded ssh-key v0.6.6
9202024-11-08T00:40:37.074Z Downloaded futures-util v0.3.31
9212024-11-08T00:40:37.085Z Downloaded russh v0.45.0
9222024-11-08T00:40:37.091Z Downloaded git2 v0.19.0
9232024-11-08T00:40:37.099Z Downloaded smoltcp v0.9.1
9242024-11-08T00:40:37.110Z Downloaded quinn-proto v0.11.8
9252024-11-08T00:40:37.117Z Downloaded nix v0.27.1
9262024-11-08T00:40:37.128Z Downloaded regex v1.11.0
9272024-11-08T00:40:37.141Z Downloaded openapiv3 v2.0.0
9282024-11-08T00:40:37.153Z Downloaded reqwest v0.12.8
9292024-11-08T00:40:37.161Z Downloaded regex-automata v0.4.8
9302024-11-08T00:40:37.179Z Downloaded object v0.36.5
9312024-11-08T00:40:37.189Z Downloaded regex-syntax v0.6.29
9322024-11-08T00:40:37.197Z Downloaded typify-impl v0.2.0
9332024-11-08T00:40:37.212Z Downloaded ratatui v0.28.1
9342024-11-08T00:40:37.231Z Downloaded bzip2-sys v0.1.11+1.0.8
9352024-11-08T00:40:37.243Z Downloaded nix v0.29.0
9362024-11-08T00:40:37.255Z Downloaded smoltcp v0.11.0
9372024-11-08T00:40:37.267Z Downloaded regress v0.9.1
9382024-11-08T00:40:37.276Z Downloaded regex-syntax v0.8.5
9392024-11-08T00:40:37.284Z Downloaded rustls v0.23.14
9402024-11-08T00:40:37.296Z Downloaded regress v0.10.1
9412024-11-08T00:40:37.305Z Downloaded rustls v0.22.4
9422024-11-08T00:40:37.319Z Downloaded diesel v2.2.4
9432024-11-08T00:40:37.336Z Downloaded sled v0.34.7
9442024-11-08T00:40:37.346Z Downloaded petgraph v0.6.5
9452024-11-08T00:40:37.364Z Downloaded tokio v1.40.0
9462024-11-08T00:40:37.427Z Downloaded csv v1.3.0
9472024-11-08T00:40:37.452Z Downloaded rusqlite v0.32.1
9482024-11-08T00:40:37.459Z Downloaded object v0.30.4
9492024-11-08T00:40:37.469Z Downloaded chrono-tz v0.10.0
9502024-11-08T00:40:37.476Z Downloaded idna v0.2.3
9512024-11-08T00:40:37.483Z Downloaded hickory-proto v0.24.1
9522024-11-08T00:40:37.500Z Downloaded zerocopy-derive v0.6.6
9532024-11-08T00:40:37.509Z Downloaded tough v0.17.1
9542024-11-08T00:40:37.517Z Downloaded sqlparser v0.45.0
9552024-11-08T00:40:37.522Z Downloaded proptest v1.5.0
9562024-11-08T00:40:37.532Z Downloaded radix_trie v0.2.1
9572024-11-08T00:40:37.538Z Downloaded salty v0.3.0
9582024-11-08T00:40:37.544Z Downloaded zip v0.6.6
9592024-11-08T00:40:37.548Z Downloaded sha3 v0.10.8
9602024-11-08T00:40:37.552Z Downloaded tracing v0.1.40
9612024-11-08T00:40:37.556Z Downloaded vcpkg v0.2.15
9622024-11-08T00:40:37.597Z Downloaded nix v0.28.0
9632024-11-08T00:40:37.607Z Downloaded libz-sys v1.1.20
9642024-11-08T00:40:37.627Z Downloaded lzma-sys v0.1.20
9652024-11-08T00:40:37.656Z Downloaded unsafe-libyaml v0.2.11
9662024-11-08T00:40:37.659Z Downloaded rustls-webpki v0.101.7
9672024-11-08T00:40:37.675Z Downloaded serde_derive_internals v0.29.1
9682024-11-08T00:40:37.677Z Downloaded password-hash v0.4.2
9692024-11-08T00:40:37.680Z Downloaded tracing-core v0.1.32
9702024-11-08T00:40:37.682Z Downloaded static_assertions v1.1.0
9712024-11-08T00:40:37.684Z Downloaded signal-hook-mio v0.2.4
9722024-11-08T00:40:37.684Z Downloaded zeroize v1.8.1
9732024-11-08T00:40:37.687Z Downloaded ed25519-dalek v2.1.1
9742024-11-08T00:40:37.690Z Downloaded defmt v0.3.8
9752024-11-08T00:40:37.693Z Downloaded pkg-config v0.3.31
9762024-11-08T00:40:37.697Z Downloaded gethostname v0.5.0
9772024-11-08T00:40:37.697Z Downloaded ed25519 v2.2.3
9782024-11-08T00:40:37.699Z Downloaded pin-project-internal v1.1.6
9792024-11-08T00:40:37.699Z Downloaded itertools v0.13.0
9802024-11-08T00:40:37.704Z Downloaded blake3 v1.5.4
9812024-11-08T00:40:37.712Z Downloaded rustls-pemfile v2.2.0
9822024-11-08T00:40:37.717Z Downloaded thiserror-no-std v2.0.2
9832024-11-08T00:40:37.720Z Downloaded time v0.3.36
9842024-11-08T00:40:37.725Z Downloaded tokio-stream v0.1.16
9852024-11-08T00:40:37.729Z Downloaded tokio-rustls v0.26.0
9862024-11-08T00:40:37.731Z Downloaded tokio-rustls v0.25.0
9872024-11-08T00:40:37.733Z Downloaded quinn v0.11.5
9882024-11-08T00:40:37.736Z Downloaded reedline v0.35.0
9892024-11-08T00:40:37.743Z Downloaded derive_builder v0.20.2
9902024-11-08T00:40:37.748Z Downloaded slog-term v2.9.1
9912024-11-08T00:40:37.752Z Downloaded libm v0.2.8
9922024-11-08T00:40:37.759Z Downloaded openssl-sys v0.9.103
9932024-11-08T00:40:37.764Z Downloaded untrusted v0.9.0
9942024-11-08T00:40:37.767Z Downloaded untrusted v0.7.1
9952024-11-08T00:40:37.769Z Downloaded thread_local v1.1.8
9962024-11-08T00:40:37.769Z Downloaded serde_path_to_error v0.1.16
9972024-11-08T00:40:37.772Z Downloaded resolv-conf v0.7.0
9982024-11-08T00:40:37.772Z Downloaded phf_codegen v0.11.2
9992024-11-08T00:40:37.784Z Downloaded subprocess v0.2.9
10002024-11-08T00:40:37.784Z Downloaded num-bigint-dig v0.8.4
10012024-11-08T00:40:37.784Z Downloaded futures-io v0.3.31
10022024-11-08T00:40:37.784Z Downloaded fixedbitset v0.4.2
10032024-11-08T00:40:37.784Z Downloaded password-hash v0.5.0
10042024-11-08T00:40:37.787Z Downloaded libxml v0.3.3
10052024-11-08T00:40:37.791Z Downloaded prettyplease v0.2.22
10062024-11-08T00:40:37.795Z Downloaded toml_edit v0.19.15
10072024-11-08T00:40:37.813Z Downloaded fallible-iterator v0.3.0
10082024-11-08T00:40:37.817Z Downloaded fallible-iterator v0.2.0
10092024-11-08T00:40:37.817Z Downloaded uzers v0.12.1
10102024-11-08T00:40:37.821Z Downloaded dhcproto v0.12.0
10112024-11-08T00:40:37.824Z Downloaded sct v0.7.1
10122024-11-08T00:40:37.827Z Downloaded smallvec v1.13.2
10132024-11-08T00:40:37.827Z Downloaded tungstenite v0.21.0
10142024-11-08T00:40:37.831Z Downloaded rsa v0.9.6
10152024-11-08T00:40:37.836Z Downloaded aes-gcm v0.10.3
10162024-11-08T00:40:37.839Z Downloaded futures-channel v0.3.31
10172024-11-08T00:40:37.842Z Downloaded der_derive v0.7.3
10182024-11-08T00:40:37.845Z Downloaded vergen v8.3.2
10192024-11-08T00:40:37.847Z Downloaded encoding_rs v0.8.34
10202024-11-08T00:40:37.868Z Downloaded unicode-segmentation v1.12.0
10212024-11-08T00:40:37.874Z Downloaded diff v0.1.13
10222024-11-08T00:40:37.877Z Downloaded scrypt v0.11.0
10232024-11-08T00:40:37.877Z Downloaded scopeguard v1.2.0
10242024-11-08T00:40:37.880Z Downloaded chrono v0.4.38
10252024-11-08T00:40:37.885Z Downloaded zopfli v0.8.1
10262024-11-08T00:40:37.888Z Downloaded reqwest v0.11.27
10272024-11-08T00:40:37.896Z Downloaded libgit2-sys v0.17.0+1.8.1
10282024-11-08T00:40:37.957Z Downloaded num-bigint v0.4.6
10292024-11-08T00:40:37.963Z Downloaded heck v0.3.3
10302024-11-08T00:40:37.965Z Downloaded rustyline v14.0.0
10312024-11-08T00:40:37.969Z Downloaded which v4.4.2
10322024-11-08T00:40:37.971Z Downloaded rustc_version v0.1.7
10332024-11-08T00:40:37.971Z Downloaded predicates-core v1.0.8
10342024-11-08T00:40:37.976Z Downloaded mio v1.0.2
10352024-11-08T00:40:37.981Z Downloaded slog-dtrace v0.3.0
10362024-11-08T00:40:37.984Z Downloaded ron v0.8.1
10372024-11-08T00:40:37.986Z Downloaded strum v0.26.3
10382024-11-08T00:40:37.986Z Downloaded serde-big-array v0.5.1
10392024-11-08T00:40:37.992Z Downloaded slog-scope v4.4.0
10402024-11-08T00:40:37.995Z Downloaded slog-json v2.6.1
10412024-11-08T00:40:37.995Z Downloaded siphasher v0.3.11
10422024-11-08T00:40:37.995Z Downloaded parse-display-derive v0.10.0
10432024-11-08T00:40:37.995Z Downloaded vte v0.11.1
10442024-11-08T00:40:37.997Z Downloaded term v0.7.0
10452024-11-08T00:40:38.000Z Downloaded subtle v2.6.1
10462024-11-08T00:40:38.000Z Downloaded heapless v0.7.17
10472024-11-08T00:40:38.004Z Downloaded primeorder v0.13.6
10482024-11-08T00:40:38.008Z Downloaded progenitor-impl v0.8.0
10492024-11-08T00:40:38.011Z Downloaded parking_lot v0.11.2
10502024-11-08T00:40:38.011Z Downloaded toml v0.7.8
10512024-11-08T00:40:38.014Z Downloaded num-traits v0.2.19
10522024-11-08T00:40:38.016Z Downloaded bumpalo v3.16.0
10532024-11-08T00:40:38.019Z Downloaded crypto-bigint v0.5.5
10542024-11-08T00:40:38.025Z Downloaded crc-any v2.5.0
10552024-11-08T00:40:38.027Z Downloaded const_format v0.2.33
10562024-11-08T00:40:38.032Z Downloaded compact_str v0.8.0
10572024-11-08T00:40:38.035Z Downloaded cc v1.1.30
10582024-11-08T00:40:38.039Z Downloaded base64 v0.22.1
10592024-11-08T00:40:38.043Z Downloaded base64 v0.21.7
10602024-11-08T00:40:38.046Z Downloaded home v0.5.9
10612024-11-08T00:40:38.049Z Downloaded half v2.4.1
10622024-11-08T00:40:38.052Z Downloaded embedded-io v0.6.1
10632024-11-08T00:40:38.052Z Downloaded difflib v0.4.0
10642024-11-08T00:40:38.055Z Downloaded defmt-parser v0.3.4
10652024-11-08T00:40:38.055Z Downloaded openssl-probe v0.1.5
10662024-11-08T00:40:38.059Z Downloaded openssl-macros v0.1.1
10672024-11-08T00:40:38.059Z Downloaded wyz v0.5.1
10682024-11-08T00:40:38.059Z Downloaded utf-8 v0.7.6
10692024-11-08T00:40:38.059Z Downloaded tui-tree-widget v0.22.0
10702024-11-08T00:40:38.061Z Downloaded serde_with_macros v3.11.0
10712024-11-08T00:40:38.061Z Downloaded secrecy v0.8.0
10722024-11-08T00:40:38.064Z Downloaded rand_core v0.6.4
10732024-11-08T00:40:38.064Z Downloaded fatfs v0.3.6
10742024-11-08T00:40:38.066Z Downloaded indicatif v0.17.8
10752024-11-08T00:40:38.071Z Downloaded hyper-util v0.1.9
10762024-11-08T00:40:38.075Z Downloaded jobserver v0.1.32
10772024-11-08T00:40:38.078Z Downloaded strum_macros v0.26.4
10782024-11-08T00:40:38.080Z Downloaded nu-ansi-term v0.50.1
10792024-11-08T00:40:38.083Z Downloaded structmeta v0.3.0
10802024-11-08T00:40:38.085Z Downloaded ssh-cipher v0.2.0
10812024-11-08T00:40:38.085Z Downloaded smf v0.2.3
10822024-11-08T00:40:38.085Z Downloaded signal-hook-registry v1.4.2
10832024-11-08T00:40:38.088Z Downloaded serde_plain v1.0.2
10842024-11-08T00:40:38.091Z Downloaded rand_seeder v0.3.0
10852024-11-08T00:40:38.091Z Downloaded crossbeam-utils v0.8.20
10862024-11-08T00:40:38.093Z Downloaded cookie v0.18.1
10872024-11-08T00:40:38.095Z Downloaded clang-sys v1.8.1
10882024-11-08T00:40:38.097Z Downloaded mime_guess v2.0.5
10892024-11-08T00:40:38.099Z Downloaded lockfree-object-pool v0.1.6
10902024-11-08T00:40:38.101Z Downloaded libloading v0.8.5
10912024-11-08T00:40:38.104Z Downloaded tls_codec_derive v0.4.1
10922024-11-08T00:40:38.107Z Downloaded crossterm v0.28.1
10932024-11-08T00:40:38.112Z Downloaded display-error-chain v0.2.2
10942024-11-08T00:40:38.116Z Downloaded spin v0.5.2
10952024-11-08T00:40:38.116Z Downloaded mime v0.3.17
10962024-11-08T00:40:38.119Z Downloaded const_format_proc_macros v0.2.33
10972024-11-08T00:40:38.119Z Downloaded cassowary v0.3.0
10982024-11-08T00:40:38.121Z Downloaded bzip2 v0.4.4
10992024-11-08T00:40:38.121Z Downloaded strum_macros v0.25.3
11002024-11-08T00:40:38.123Z Downloaded strip-ansi-escapes v0.2.0
11012024-11-08T00:40:38.126Z Downloaded serde_urlencoded v0.7.1
11022024-11-08T00:40:38.126Z Downloaded internet-checksum v0.2.1
11032024-11-08T00:40:38.129Z Downloaded maybe-uninit v2.0.0
11042024-11-08T00:40:38.131Z Downloaded lru-cache v0.1.2
11052024-11-08T00:40:38.133Z Downloaded linked-hash-map v0.5.6
11062024-11-08T00:40:38.133Z Downloaded linear-map v1.2.0
11072024-11-08T00:40:38.135Z Downloaded backoff v0.4.0
11082024-11-08T00:40:38.138Z Downloaded ctr v0.9.2
11092024-11-08T00:40:38.140Z Downloaded is-terminal v0.4.13
11102024-11-08T00:40:38.140Z Downloaded curve25519-dalek-derive v0.1.1
11112024-11-08T00:40:38.141Z Downloaded normalize-line-endings v0.3.0
11122024-11-08T00:40:38.143Z Downloaded base16ct v0.2.0
11132024-11-08T00:40:38.143Z Downloaded http-body v0.4.6
11142024-11-08T00:40:38.146Z Downloaded darling_macro v0.20.10
11152024-11-08T00:40:38.146Z Downloaded cstr-argument v0.1.2
11162024-11-08T00:40:38.146Z Downloaded crucible-workspace-hack v0.1.0
11172024-11-08T00:40:38.149Z Downloaded chrono-tz-build v0.4.0
11182024-11-08T00:40:38.149Z Downloaded async-stream-impl v0.3.6
11192024-11-08T00:40:38.149Z Downloaded nanorand v0.7.0
11202024-11-08T00:40:38.152Z Downloaded md-5 v0.10.6
11212024-11-08T00:40:38.152Z Downloaded bytes v1.7.2
11222024-11-08T00:40:38.159Z Downloaded indoc v1.0.9
11232024-11-08T00:40:38.167Z Downloaded hyper-tls v0.6.0
11242024-11-08T00:40:38.174Z Downloaded hubpack v0.1.2
11252024-11-08T00:40:38.175Z Downloaded ciborium v0.2.2
11262024-11-08T00:40:38.175Z Downloaded bitfield v0.14.0
11272024-11-08T00:40:38.175Z Downloaded http v0.2.12
11282024-11-08T00:40:38.182Z Downloaded base64ct v1.6.0
11292024-11-08T00:40:38.185Z Downloaded async-trait v0.1.83
11302024-11-08T00:40:38.252Z Downloaded ring v0.17.8
11312024-11-08T00:40:38.374Z Downloaded ring v0.16.20
11322024-11-08T00:40:38.462Z Downloaded libsqlite3-sys v0.30.1
11332024-11-08T00:40:38.662Z Compiling serde v1.0.210
11342024-11-08T00:40:38.665Z Compiling typenum v1.17.0
11352024-11-08T00:40:38.665Z Compiling lock_api v0.4.12
11362024-11-08T00:40:38.665Z Compiling generic-array v0.14.7
11372024-11-08T00:40:38.665Z Compiling scopeguard v1.2.0
11382024-11-08T00:40:38.665Z Compiling subtle v2.6.1
11392024-11-08T00:40:38.810Z Compiling syn v2.0.79
11402024-11-08T00:40:38.822Z Compiling getrandom v0.2.15
11412024-11-08T00:40:38.988Z Compiling value-bag v1.9.0
11422024-11-08T00:40:39.135Z Compiling rand_core v0.6.4
11432024-11-08T00:40:39.250Z Compiling const-oid v0.9.6
11442024-11-08T00:40:39.287Z Compiling jobserver v0.1.32
11452024-11-08T00:40:39.334Z Compiling shlex v1.3.0
11462024-11-08T00:40:39.589Z Compiling log v0.4.22
11472024-11-08T00:40:39.675Z Compiling cc v1.1.30
11482024-11-08T00:40:39.693Z Compiling pin-project-lite v0.2.14
11492024-11-08T00:40:39.737Z Compiling smallvec v1.13.2
11502024-11-08T00:40:39.824Z Compiling parking_lot_core v0.9.10
11512024-11-08T00:40:40.141Z Compiling futures-core v0.3.31
11522024-11-08T00:40:40.156Z Compiling signal-hook-registry v1.4.2
11532024-11-08T00:40:40.383Z Compiling mio v1.0.2
11542024-11-08T00:40:40.487Z Compiling cpufeatures v0.2.14
11552024-11-08T00:40:40.590Z Compiling futures-sink v0.3.31
11562024-11-08T00:40:40.761Z Compiling parking_lot v0.12.3
11572024-11-08T00:40:40.954Z Compiling spin v0.9.8
11582024-11-08T00:40:40.974Z Compiling socket2 v0.5.7
11592024-11-08T00:40:41.159Z Compiling slab v0.4.9
11602024-11-08T00:40:41.362Z Compiling serde_json v1.0.128
11612024-11-08T00:40:41.584Z Compiling futures-channel v0.3.31
11622024-11-08T00:40:41.603Z Compiling allocator-api2 v0.2.18
11632024-11-08T00:40:41.639Z Compiling foldhash v0.1.3
11642024-11-08T00:40:41.712Z Compiling futures-task v0.3.31
11652024-11-08T00:40:41.904Z Compiling futures-io v0.3.31
11662024-11-08T00:40:41.924Z Compiling pin-utils v0.1.0
11672024-11-08T00:40:41.939Z Compiling tinyvec_macros v0.1.1
11682024-11-08T00:40:42.005Z Compiling libm v0.2.8
11692024-11-08T00:40:42.024Z Compiling tinyvec v1.8.0
11702024-11-08T00:40:42.026Z Compiling pkg-config v0.3.31
11712024-11-08T00:40:42.059Z Compiling num-traits v0.2.19
11722024-11-08T00:40:42.211Z Compiling unicode-bidi v0.3.17
11732024-11-08T00:40:42.335Z Compiling hashbrown v0.15.0
11742024-11-08T00:40:42.723Z Compiling base64ct v1.6.0
11752024-11-08T00:40:43.383Z Compiling pem-rfc7468 v0.7.0
11762024-11-08T00:40:43.786Z Compiling unicode-normalization v0.1.24
11772024-11-08T00:40:43.805Z Compiling flagset v0.4.6
11782024-11-08T00:40:43.808Z Compiling ring v0.17.8
11792024-11-08T00:40:43.863Z Compiling httparse v1.9.5
11802024-11-08T00:40:43.929Z Compiling tracing-core v0.1.32
11812024-11-08T00:40:44.005Z Compiling percent-encoding v2.3.1
11822024-11-08T00:40:44.143Z Compiling crossbeam-utils v0.8.20
11832024-11-08T00:40:44.488Z Compiling rustls-pki-types v1.9.0
11842024-11-08T00:40:44.842Z Compiling num-conv v0.1.0
11852024-11-08T00:40:45.025Z Compiling time-core v0.1.2
11862024-11-08T00:40:45.119Z Compiling powerfmt v0.2.0
11872024-11-08T00:40:45.227Z Compiling untrusted v0.9.0
11882024-11-08T00:40:45.347Z Compiling vcpkg v0.2.15
11892024-11-08T00:40:45.381Z Compiling time-macros v0.2.18
11902024-11-08T00:40:45.437Z Compiling deranged v0.3.11
11912024-11-08T00:40:45.538Z Compiling atomic-waker v1.1.2
11922024-11-08T00:40:45.711Z Compiling num_threads v0.1.7
11932024-11-08T00:40:45.742Z Compiling form_urlencoded v1.2.1
11942024-11-08T00:40:45.832Z Compiling slog v2.7.0
11952024-11-08T00:40:46.033Z Compiling rustix v0.38.37
11962024-11-08T00:40:46.291Z Compiling try-lock v0.2.5
11972024-11-08T00:40:46.417Z Compiling want v0.3.1
11982024-11-08T00:40:46.664Z Compiling httpdate v1.0.3
11992024-11-08T00:40:46.885Z Compiling idna v0.5.0
12002024-11-08T00:40:47.095Z Compiling base64 v0.22.1
12012024-11-08T00:40:47.271Z Compiling openssl-sys v0.9.103
12022024-11-08T00:40:47.328Z Compiling foreign-types-shared v0.1.1
12032024-11-08T00:40:47.447Z Compiling iana-time-zone v0.1.61
12042024-11-08T00:40:47.465Z Compiling adler2 v2.0.0
12052024-11-08T00:40:47.667Z Compiling rustversion v1.0.17
12062024-11-08T00:40:47.834Z Compiling tower-service v0.3.3
12072024-11-08T00:40:47.885Z Compiling match_cfg v0.1.0
12082024-11-08T00:40:47.964Z Compiling openssl v0.10.66
12092024-11-08T00:40:47.983Z Compiling hostname v0.3.1
12102024-11-08T00:40:48.240Z Compiling url v2.5.2
12112024-11-08T00:40:48.347Z Compiling time v0.3.36
12122024-11-08T00:40:48.365Z Compiling miniz_oxide v0.8.0
12132024-11-08T00:40:48.383Z Compiling foreign-types v0.3.2
12142024-11-08T00:40:48.401Z Compiling dirs-sys-next v0.1.2
12152024-11-08T00:40:48.477Z Compiling aho-corasick v1.1.3
12162024-11-08T00:40:49.016Z Compiling regex-syntax v0.8.5
12172024-11-08T00:40:49.673Z Compiling syn v1.0.109
12182024-11-08T00:40:49.771Z Compiling native-tls v0.2.12
12192024-11-08T00:40:50.094Z Compiling rustls v0.23.14
12202024-11-08T00:40:50.210Z Compiling rustls v0.22.4
12212024-11-08T00:40:50.342Z Compiling data-encoding v2.6.0
12222024-11-08T00:40:50.468Z Compiling siphasher v0.3.11
12232024-11-08T00:40:50.923Z Compiling dirs-next v2.0.0
12242024-11-08T00:40:51.305Z Compiling serde_derive_internals v0.29.1
12252024-11-08T00:40:52.016Z Compiling serde_derive v1.0.210
12262024-11-08T00:40:52.395Z Compiling zeroize_derive v1.4.2
12272024-11-08T00:40:52.489Z Compiling zerocopy-derive v0.7.35
12282024-11-08T00:40:53.125Z Compiling tokio-macros v2.4.0
12292024-11-08T00:40:53.211Z Compiling thiserror-impl v1.0.64
12302024-11-08T00:40:53.795Z Compiling futures-macro v0.3.31
12312024-11-08T00:40:53.914Z Compiling zeroize v1.8.1
12322024-11-08T00:40:54.611Z Compiling der_derive v0.7.3
12332024-11-08T00:40:54.629Z Compiling zerocopy v0.7.35
12342024-11-08T00:40:55.089Z Compiling tracing-attributes v0.1.27
12352024-11-08T00:40:55.493Z Compiling futures-util v0.3.31
12362024-11-08T00:40:55.673Z Compiling crypto-common v0.1.6
12372024-11-08T00:40:55.885Z Compiling block-buffer v0.10.4
12382024-11-08T00:40:56.152Z Compiling digest v0.10.7
12392024-11-08T00:40:56.268Z Compiling block-padding v0.3.3
12402024-11-08T00:40:56.286Z Compiling thiserror v1.0.64
12412024-11-08T00:40:56.431Z Compiling ppv-lite86 v0.2.20
12422024-11-08T00:40:56.517Z Compiling inout v0.1.3
12432024-11-08T00:40:56.619Z Compiling hmac v0.12.1
12442024-11-08T00:40:56.761Z Compiling cipher v0.4.4
12452024-11-08T00:40:56.862Z Compiling sha2 v0.10.8
12462024-11-08T00:40:56.881Z Compiling der v0.7.9
12472024-11-08T00:40:57.253Z Compiling rand_chacha v0.3.1
12482024-11-08T00:40:57.294Z Compiling salsa20 v0.10.2
12492024-11-08T00:40:57.565Z Compiling pbkdf2 v0.12.2
12502024-11-08T00:40:57.753Z Compiling rand v0.8.5
12512024-11-08T00:40:58.651Z Compiling tracing v0.1.40
12522024-11-08T00:40:59.142Z Compiling spki v0.7.3
12532024-11-08T00:40:59.506Z Compiling pest v2.7.14
12542024-11-08T00:40:59.508Z Compiling scrypt v0.11.0
12552024-11-08T00:40:59.886Z Compiling cbc v0.1.2
12562024-11-08T00:41:00.133Z Compiling aes v0.8.4
12572024-11-08T00:41:00.155Z Compiling scroll_derive v0.12.0
12582024-11-08T00:41:00.155Z Compiling async-trait v0.1.83
12592024-11-08T00:41:00.626Z Compiling openssl-macros v0.1.1
12602024-11-08T00:41:01.316Z Compiling pkcs5 v0.7.1
12612024-11-08T00:41:01.552Z Compiling scroll v0.12.0
12622024-11-08T00:41:02.006Z Compiling rustls-webpki v0.102.8
12632024-11-08T00:41:02.171Z Compiling pest_meta v2.7.14
12642024-11-08T00:41:02.506Z Compiling goblin v0.8.2
12652024-11-08T00:41:02.577Z Compiling pkcs8 v0.10.2
12662024-11-08T00:41:02.841Z Compiling sha1 v0.10.6
12672024-11-08T00:41:02.860Z Compiling signature v2.2.0
12682024-11-08T00:41:03.155Z Compiling regex-automata v0.4.8
12692024-11-08T00:41:03.261Z Compiling crossbeam-epoch v0.9.18
12702024-11-08T00:41:03.261Z Compiling bzip2-sys v0.1.11+1.0.8
12712024-11-08T00:41:03.295Z Compiling lazy_static v1.5.0
12722024-11-08T00:41:03.423Z Compiling thread_local v1.1.8
12732024-11-08T00:41:03.776Z Compiling pest_generator v2.7.14
12742024-11-08T00:41:03.987Z Compiling multer v3.1.0
12752024-11-08T00:41:04.027Z Compiling encoding_rs v0.8.34
12762024-11-08T00:41:04.049Z Compiling cookie v0.18.1
12772024-11-08T00:41:04.269Z Compiling gimli v0.31.1
12782024-11-08T00:41:04.329Z Compiling slog-async v2.8.0
12792024-11-08T00:41:04.862Z Compiling ipnet v2.10.1
12802024-11-08T00:41:05.700Z Compiling bytes v1.7.2
12812024-11-08T00:41:06.090Z Compiling indexmap v2.6.0
12822024-11-08T00:41:07.012Z Compiling tokio v1.40.0
12832024-11-08T00:41:07.049Z Compiling http v1.1.0
12842024-11-08T00:41:07.633Z Compiling bitflags v2.6.0
12852024-11-08T00:41:08.063Z Compiling semver v1.0.23
12862024-11-08T00:41:08.292Z Compiling pest_derive v2.7.14
12872024-11-08T00:41:08.803Z Compiling rustc_version v0.4.1
12882024-11-08T00:41:09.031Z Compiling http-body v1.0.1
12892024-11-08T00:41:09.112Z Compiling dtrace-parser v0.2.0
12902024-11-08T00:41:09.279Z Compiling dof v0.3.0
12912024-11-08T00:41:09.545Z Compiling toml_datetime v0.6.8
12922024-11-08T00:41:09.564Z Compiling serde_spanned v0.6.8
12932024-11-08T00:41:09.810Z Compiling serde_tokenstream v0.2.2
12942024-11-08T00:41:10.066Z Compiling uuid v1.10.0
12952024-11-08T00:41:10.384Z Compiling usdt-impl v0.5.0
12962024-11-08T00:41:11.126Z Compiling chrono v0.4.38
12972024-11-08T00:41:11.364Z Compiling heapless v0.7.17
12982024-11-08T00:41:11.619Z Compiling http-body-util v0.1.2
12992024-11-08T00:41:11.896Z Compiling either v1.13.0
13002024-11-08T00:41:12.166Z Compiling mime v0.3.17
13012024-11-08T00:41:12.326Z Compiling signal-hook v0.3.17
13022024-11-08T00:41:12.516Z Compiling openssl-probe v0.1.5
13032024-11-08T00:41:12.639Z Compiling unicode-properties v0.1.3
13042024-11-08T00:41:12.793Z Compiling paste v1.0.15
13052024-11-08T00:41:12.902Z Compiling schemars v0.8.21
13062024-11-08T00:41:13.038Z Compiling rayon-core v1.12.1
13072024-11-08T00:41:13.275Z Compiling stringprep v0.1.5
13082024-11-08T00:41:13.373Z Compiling usdt-attr-macro v0.5.0
13092024-11-08T00:41:13.398Z Compiling usdt-macro v0.5.0
13102024-11-08T00:41:14.352Z Compiling toml_edit v0.22.22
13112024-11-08T00:41:14.830Z Compiling curve25519-dalek v4.1.3
13122024-11-08T00:41:14.876Z Compiling addr2line v0.24.2
13132024-11-08T00:41:14.896Z Compiling slog-json v2.6.1
13142024-11-08T00:41:15.003Z Compiling serde_urlencoded v0.7.1
13152024-11-08T00:41:15.428Z Compiling tokio-util v0.7.12
13162024-11-08T00:41:15.537Z Compiling crossbeam-deque v0.8.5
13172024-11-08T00:41:15.874Z Compiling futures-executor v0.3.31
13182024-11-08T00:41:16.443Z Compiling h2 v0.4.6
13192024-11-08T00:41:16.684Z Compiling md-5 v0.10.6
13202024-11-08T00:41:16.936Z Compiling schemars_derive v0.8.21
13212024-11-08T00:41:17.064Z Compiling async-stream-impl v0.3.6
13222024-11-08T00:41:19.115Z Compiling enum-as-inner v0.6.1
13232024-11-08T00:41:20.169Z Compiling term v0.7.0
13242024-11-08T00:41:20.586Z Compiling crossbeam-channel v0.5.13
13252024-11-08T00:41:21.637Z Compiling num-integer v0.1.46
13262024-11-08T00:41:21.749Z Compiling rustls-pemfile v2.2.0
13272024-11-08T00:41:21.970Z Compiling idna v0.4.0
13282024-11-08T00:41:22.080Z Compiling idna v0.3.0
13292024-11-08T00:41:22.167Z Compiling hash32 v0.2.1
13302024-11-08T00:41:22.458Z Compiling ff v0.13.0
13312024-11-08T00:41:22.604Z Compiling is-terminal v0.4.13
13322024-11-08T00:41:22.690Z Compiling dropshot v0.12.0
13332024-11-08T00:41:22.742Z Compiling object v0.36.5
13342024-11-08T00:41:22.995Z Compiling linked-hash-map v0.5.6
13352024-11-08T00:41:23.374Z Compiling stable_deref_trait v1.2.0
13362024-11-08T00:41:23.490Z Compiling psl-types v2.0.11
13372024-11-08T00:41:23.562Z Compiling num-bigint-dig v0.8.4
13382024-11-08T00:41:23.703Z Compiling hyper v1.4.1
13392024-11-08T00:41:23.723Z Compiling utf-8 v0.7.6
13402024-11-08T00:41:23.864Z Compiling rustc-demangle v0.1.24
13412024-11-08T00:41:24.047Z Compiling base16ct v0.2.0
13422024-11-08T00:41:24.391Z Compiling anyhow v1.0.92
13432024-11-08T00:41:24.819Z Compiling dyn-clone v1.0.17
13442024-11-08T00:41:25.057Z Compiling fallible-iterator v0.2.0
13452024-11-08T00:41:25.060Z Compiling portable-atomic v1.9.0
13462024-11-08T00:41:25.358Z Compiling smoltcp v0.9.1
13472024-11-08T00:41:25.785Z Compiling quick-error v1.2.3
13482024-11-08T00:41:25.944Z Compiling take_mut v0.2.2
13492024-11-08T00:41:26.104Z Compiling resolv-conf v0.7.0
13502024-11-08T00:41:26.138Z Compiling hyper-util v0.1.9
13512024-11-08T00:41:26.946Z Compiling postgres-protocol v0.6.7
13522024-11-08T00:41:27.418Z Compiling sec1 v0.7.3
13532024-11-08T00:41:27.799Z Compiling tungstenite v0.24.0
13542024-11-08T00:41:28.048Z Compiling publicsuffix v2.2.3
13552024-11-08T00:41:28.345Z Compiling lru-cache v0.1.2
13562024-11-08T00:41:28.612Z Compiling hickory-proto v0.24.1
13572024-11-08T00:41:28.741Z Compiling slog-term v2.9.1
13582024-11-08T00:41:29.385Z Compiling group v0.13.0
13592024-11-08T00:41:29.536Z Compiling usdt v0.5.0
13602024-11-08T00:41:29.707Z Compiling num-iter v0.1.45
13612024-11-08T00:41:29.909Z Compiling tokio-rustls v0.26.0
13622024-11-08T00:41:29.912Z Compiling tokio-rustls v0.25.0
13632024-11-08T00:41:30.046Z Compiling tokio-native-tls v0.3.1
13642024-11-08T00:41:30.080Z Compiling backtrace v0.3.74
13652024-11-08T00:41:30.336Z Compiling async-stream v0.3.6
13662024-11-08T00:41:30.354Z Compiling toml v0.8.19
13672024-11-08T00:41:30.529Z Compiling futures v0.3.31
13682024-11-08T00:41:31.016Z Compiling camino v1.1.9
13692024-11-08T00:41:31.822Z Compiling slog-bunyan v2.5.0
13702024-11-08T00:41:31.886Z Compiling terminal_size v0.4.0
13712024-11-08T00:41:32.075Z Compiling dropshot_endpoint v0.12.0
13722024-11-08T00:41:32.107Z Compiling openapiv3 v2.0.0
13732024-11-08T00:41:32.408Z Compiling serde_path_to_error v0.1.16
13742024-11-08T00:41:33.022Z Compiling hkdf v0.12.4
13752024-11-08T00:41:33.236Z Compiling crypto-bigint v0.5.5
13762024-11-08T00:41:33.295Z Compiling curve25519-dalek-derive v0.1.1
13772024-11-08T00:41:33.313Z Compiling zerocopy-derive v0.6.6
13782024-11-08T00:41:33.510Z Compiling phf_shared v0.11.2
13792024-11-08T00:41:33.880Z Compiling hubpack_derive v0.1.1
13802024-11-08T00:41:33.920Z Compiling waitgroup v0.1.2
13812024-11-08T00:41:34.148Z Compiling webpki-roots v0.26.6
13822024-11-08T00:41:34.376Z Compiling hostname v0.4.0
13832024-11-08T00:41:34.639Z Compiling ahash v0.8.11
13842024-11-08T00:41:34.726Z Compiling crc32fast v1.4.2
13852024-11-08T00:41:34.773Z Compiling fs-err v2.11.0
13862024-11-08T00:41:34.996Z Compiling winnow v0.5.40
13872024-11-08T00:41:35.067Z Compiling bitflags v1.3.2
13882024-11-08T00:41:35.085Z Compiling debug-ignore v1.0.5
13892024-11-08T00:41:35.175Z Compiling managed v0.8.0
13902024-11-08T00:41:35.223Z Compiling console v0.15.8
13912024-11-08T00:41:35.401Z Compiling zerocopy v0.6.6
13922024-11-08T00:41:36.313Z Compiling elliptic-curve v0.13.8
13932024-11-08T00:41:36.458Z Compiling clap_builder v4.5.20
13942024-11-08T00:41:36.739Z Compiling strum_macros v0.25.3
13952024-11-08T00:41:37.381Z Compiling flate2 v1.0.34
13962024-11-08T00:41:37.825Z Compiling hubpack v0.1.2
13972024-11-08T00:41:38.458Z Compiling hyper-rustls v0.27.3
13982024-11-08T00:41:38.692Z Compiling toml_edit v0.19.15
13992024-11-08T00:41:39.018Z Compiling hickory-resolver v0.24.1
14002024-11-08T00:41:39.090Z Compiling phf v0.11.2
14012024-11-08T00:41:39.403Z Compiling signal-hook-mio v0.2.4
14022024-11-08T00:41:39.504Z Compiling rayon v1.10.0
14032024-11-08T00:41:39.575Z Compiling cookie_store v0.21.0
14042024-11-08T00:41:41.071Z Compiling bzip2 v0.4.4
14052024-11-08T00:41:41.490Z Compiling hyper-tls v0.6.0
14062024-11-08T00:41:41.946Z Compiling tokio-tungstenite v0.24.0
14072024-11-08T00:41:42.531Z Compiling postgres-types v0.2.8
14082024-11-08T00:41:44.474Z Compiling tokio-stream v0.1.16
14092024-11-08T00:41:45.407Z Compiling bstr v1.10.0
14102024-11-08T00:41:45.427Z Compiling regex v1.11.0
14112024-11-08T00:41:45.459Z Compiling serde-big-array v0.5.1
14122024-11-08T00:41:45.552Z Compiling ed25519 v2.2.3
14132024-11-08T00:41:45.679Z Compiling pkcs1 v0.7.5
14142024-11-08T00:41:45.779Z Compiling rfc6979 v0.4.0
14152024-11-08T00:41:45.977Z Compiling serde_repr v0.1.19
14162024-11-08T00:41:46.350Z Compiling derive-where v1.2.7
14172024-11-08T00:41:46.515Z Compiling clap_derive v4.5.18
14182024-11-08T00:41:46.559Z Compiling phf_shared v0.10.0
14192024-11-08T00:41:46.800Z Compiling float-cmp v0.9.0
14202024-11-08T00:41:46.880Z Compiling sync_wrapper v1.0.1
14212024-11-08T00:41:46.965Z Compiling normalize-line-endings v0.3.0
14222024-11-08T00:41:47.043Z Compiling new_debug_unreachable v1.0.6
14232024-11-08T00:41:47.096Z Compiling fixedbitset v0.4.2
14242024-11-08T00:41:47.120Z Compiling static_assertions v1.1.0
14252024-11-08T00:41:47.143Z Compiling precomputed-hash v0.1.1
14262024-11-08T00:41:47.159Z Compiling minimal-lexical v0.2.1
14272024-11-08T00:41:47.217Z Compiling unicode-segmentation v1.12.0
14282024-11-08T00:41:47.256Z Compiling number_prefix v0.4.0
14292024-11-08T00:41:47.465Z Compiling difflib v0.4.0
14302024-11-08T00:41:47.520Z Compiling bit-vec v0.6.3
14312024-11-08T00:41:47.560Z Compiling predicates-core v1.0.8
14322024-11-08T00:41:47.728Z Compiling whoami v1.5.2
14332024-11-08T00:41:47.936Z Compiling predicates v3.1.2
14342024-11-08T00:41:48.008Z Compiling similar v2.6.0
14352024-11-08T00:41:48.144Z Compiling tokio-postgres v0.7.12
14362024-11-08T00:41:48.373Z Compiling bit-set v0.5.3
14372024-11-08T00:41:48.719Z Compiling nom v7.1.3
14382024-11-08T00:41:49.054Z Compiling indicatif v0.17.8
14392024-11-08T00:41:49.624Z Compiling petgraph v0.6.5
14402024-11-08T00:41:49.757Z Compiling qorb v0.2.0
14412024-11-08T00:41:50.455Z Compiling string_cache v0.8.7
14422024-11-08T00:41:50.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14432024-11-08T00:41:51.186Z Compiling reqwest v0.12.8
14442024-11-08T00:41:51.307Z Compiling clap v4.5.20
14452024-11-08T00:41:51.436Z Compiling rsa v0.9.6
14462024-11-08T00:41:52.513Z Compiling ecdsa v0.16.9
14472024-11-08T00:41:53.411Z Compiling ed25519-dalek v2.1.1
14482024-11-08T00:41:53.643Z Compiling toml v0.7.8
14492024-11-08T00:41:53.936Z Compiling zip v0.6.6
14502024-11-08T00:41:54.748Z Compiling crossterm v0.28.1
14512024-11-08T00:41:55.806Z Compiling itertools v0.10.5
14522024-11-08T00:41:55.970Z Compiling itertools v0.12.1
14532024-11-08T00:41:56.222Z Compiling hex v0.4.3
14542024-11-08T00:41:56.417Z Compiling x509-cert v0.2.5
14552024-11-08T00:41:56.851Z Compiling lalrpop-util v0.19.12
14562024-11-08T00:41:57.227Z Compiling unicode-xid v0.2.6
14572024-11-08T00:41:57.427Z Compiling peg-runtime v0.8.3
14582024-11-08T00:41:57.884Z Compiling xattr v1.3.1
14592024-11-08T00:41:58.128Z Compiling strum_macros v0.26.4
14602024-11-08T00:41:58.164Z Compiling filetime v0.2.25
14612024-11-08T00:41:58.479Z Compiling tar v0.4.42
14622024-11-08T00:42:00.856Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14632024-11-08T00:42:01.189Z Compiling strum v0.26.3
14642024-11-08T00:42:01.271Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14652024-11-08T00:42:06.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14662024-11-08T00:42:06.940Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14672024-11-08T00:42:06.988ZNov 08 00:42:06.124 INFO Starting download, target: Clickhouse
14682024-11-08T00:42:06.989ZNov 08 00:42:06.124 INFO Starting download, target: Cockroach
14692024-11-08T00:42:06.989ZNov 08 00:42:06.124 INFO Starting download, target: Console
14702024-11-08T00:42:06.989ZNov 08 00:42:06.124 INFO Starting download, target: DendriteOpenapi
14712024-11-08T00:42:06.989ZNov 08 00:42:06.124 INFO Starting download, target: DendriteStub
14722024-11-08T00:42:06.991ZNov 08 00:42:06.124 INFO Starting download, target: MaghemiteMgd
14732024-11-08T00:42:06.991ZNov 08 00:42:06.124 INFO Starting download, target: TransceiverControl
14742024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
14752024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14762024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14772024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14782024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14792024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14802024-11-08T00:42:06.991ZNov 08 00:42:06.125 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14812024-11-08T00:42:07.224ZNov 08 00:42:06.333 INFO Download complete, target: DendriteOpenapi
14822024-11-08T00:42:07.470ZNov 08 00:42:06.601 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14832024-11-08T00:42:07.833ZNov 08 00:42:06.968 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14842024-11-08T00:42:07.869ZNov 08 00:42:06.995 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14852024-11-08T00:42:07.966ZNov 08 00:42:07.102 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14862024-11-08T00:42:08.188ZNov 08 00:42:07.322 INFO Download complete, target: Console
14872024-11-08T00:42:08.238ZNov 08 00:42:07.373 INFO Download complete, target: TransceiverControl
14882024-11-08T00:42:09.005ZNov 08 00:42:08.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14892024-11-08T00:42:09.005ZNov 08 00:42:08.127 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14902024-11-08T00:42:09.129ZNov 08 00:42:08.264 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14912024-11-08T00:42:10.657ZNov 08 00:42:09.792 INFO Download complete, target: DendriteStub
14922024-11-08T00:42:10.834ZNov 08 00:42:09.969 INFO Download complete, target: MaghemiteMgd
14932024-11-08T00:42:16.194ZNov 08 00:42:15.329 INFO Checking that binary works, target: Cockroach
14942024-11-08T00:42:16.348ZNov 08 00:42:15.483 INFO Download complete, target: Cockroach
14952024-11-08T00:42:21.402ZNov 08 00:42:20.536 INFO Checking that binary works, target: Clickhouse
14962024-11-08T00:42:22.371ZNov 08 00:42:21.505 INFO Download complete, target: Clickhouse
14972024-11-08T00:42:22.662ZAll builder prerequisites installed successfully, and PATH looks valid
14982024-11-08T00:42:22.665Z
14992024-11-08T00:42:22.665Zreal 4:37.391440260
15002024-11-08T00:42:22.665Zuser 12:22.127624616
15012024-11-08T00:42:22.665Zsys 2:41.796802106
15022024-11-08T00:42:22.665Ztrap 0.437528910
15032024-11-08T00:42:22.665Ztflt 7.445320540
15042024-11-08T00:42:22.665Zdflt 5.787934789
15052024-11-08T00:42:22.665Zkflt 0.583236665
15062024-11-08T00:42:22.665Zlock 23:33.009291208
15072024-11-08T00:42:22.665Zslp 50:15.499442384
15082024-11-08T00:42:22.665Zlat 41.928595922
15092024-11-08T00:42:22.665Zstop 1:58.586545618
15102024-11-08T00:42:22.665Z+ banner hack-check
15112024-11-08T00:42:22.665Z
15122024-11-08T00:42:22.665Z # # ## #### # # #### # # ###### #### # #
15132024-11-08T00:42:22.665Z # # # # # # # # # # # # # # # # #
15142024-11-08T00:42:22.665Z ###### # # # #### ##### # ###### ##### # ####
15152024-11-08T00:42:22.665Z # # ###### # # # # # # # # # #
15162024-11-08T00:42:22.665Z # # # # # # # # # # # # # # # # #
15172024-11-08T00:42:22.666Z # # # # #### # # #### # # ###### #### # #
15182024-11-08T00:42:22.666Z
15192024-11-08T00:42:22.666Z+ export CARGO_INCREMENTAL=0
15202024-11-08T00:42:22.666Z+ CARGO_INCREMENTAL=0
15212024-11-08T00:42:22.666Z+ ptime -m timeout 2h cargo xtask check-features --ci
15222024-11-08T00:42:23.165Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15232024-11-08T00:42:26.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
15242024-11-08T00:42:26.679Z Running `target/debug/xtask check-features --ci`
15252024-11-08T00:42:26.701Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15262024-11-08T00:42:26.701Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15272024-11-08T00:42:27.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15282024-11-08T00:42:27.165Z Running `target/debug/xtask download cargo-hack`
15292024-11-08T00:42:27.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15302024-11-08T00:42:28.319Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15312024-11-08T00:42:33.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
15322024-11-08T00:42:33.270Z Running `target/debug/xtask-downloader cargo-hack`
15332024-11-08T00:42:33.304ZNov 08 00:42:32.437 INFO Starting download, target: CargoHack
15342024-11-08T00:42:33.306ZNov 08 00:42:32.438 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15352024-11-08T00:42:33.760ZNov 08 00:42:32.893 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15362024-11-08T00:42:33.950ZNov 08 00:42:32.982 INFO Download complete, target: CargoHack
15372024-11-08T00:42:33.961Zrunning: "/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"
15382024-11-08T00:42:33.961Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15392024-11-08T00:42:34.031Zinfo: running `cargo check --bins` on api_identity (1/168)
15402024-11-08T00:42:34.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-11-08T00:42:34.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-11-08T00:42:34.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-11-08T00:42:34.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15442024-11-08T00:42:34.623Z
15452024-11-08T00:42:34.623Zinfo: running `cargo check --bins` on bootstore (2/168)
15462024-11-08T00:42:35.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-11-08T00:42:35.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-11-08T00:42:35.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-11-08T00:42:35.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15502024-11-08T00:42:35.268Z
15512024-11-08T00:42:35.268Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15522024-11-08T00:42:35.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-11-08T00:42:35.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-11-08T00:42:35.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-11-08T00:42:35.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15562024-11-08T00:42:35.814Z
15572024-11-08T00:42:35.814Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15582024-11-08T00:42:36.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-11-08T00:42:36.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-11-08T00:42:36.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-11-08T00:42:36.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15622024-11-08T00:42:36.413Z
15632024-11-08T00:42:36.413Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15642024-11-08T00:42:36.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-11-08T00:42:36.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-11-08T00:42:36.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-11-08T00:42:36.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15682024-11-08T00:42:36.819Z
15692024-11-08T00:42:36.819Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15702024-11-08T00:42:37.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-11-08T00:42:37.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-11-08T00:42:37.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-11-08T00:42:37.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15742024-11-08T00:42:37.225Z
15752024-11-08T00:42:37.225Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15762024-11-08T00:42:37.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-11-08T00:42:37.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-11-08T00:42:37.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-11-08T00:42:37.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15802024-11-08T00:42:37.629Z
15812024-11-08T00:42:37.629Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15822024-11-08T00:42:37.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-11-08T00:42:38.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-11-08T00:42:38.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-11-08T00:42:38.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15862024-11-08T00:42:38.038Z
15872024-11-08T00:42:38.038Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
15882024-11-08T00:42:38.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-11-08T00:42:38.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-11-08T00:42:38.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-11-08T00:42:38.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15922024-11-08T00:42:38.447Z
15932024-11-08T00:42:38.447Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
15942024-11-08T00:42:38.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-11-08T00:42:38.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-11-08T00:42:38.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-11-08T00:42:38.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15982024-11-08T00:42:38.863Z
15992024-11-08T00:42:38.863Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16002024-11-08T00:42:39.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-11-08T00:42:39.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-11-08T00:42:39.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-11-08T00:42:39.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16042024-11-08T00:42:39.270Z
16052024-11-08T00:42:39.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16062024-11-08T00:42:39.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-11-08T00:42:39.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-11-08T00:42:39.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-11-08T00:42:39.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16102024-11-08T00:42:39.684Z
16112024-11-08T00:42:39.684Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16122024-11-08T00:42:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-11-08T00:42:40.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-11-08T00:42:40.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-11-08T00:42:40.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16162024-11-08T00:42:40.099Z
16172024-11-08T00:42:40.099Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16182024-11-08T00:42:40.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-08T00:42:40.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-08T00:42:40.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-08T00:42:40.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16222024-11-08T00:42:40.506Z
16232024-11-08T00:42:40.506Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16242024-11-08T00:42:40.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-08T00:42:40.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-08T00:42:40.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-08T00:42:40.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16282024-11-08T00:42:40.913Z
16292024-11-08T00:42:40.914Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16302024-11-08T00:42:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-08T00:42:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-08T00:42:41.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-08T00:42:41.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16342024-11-08T00:42:41.315Z
16352024-11-08T00:42:41.315Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16362024-11-08T00:42:41.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-08T00:42:41.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-08T00:42:41.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-08T00:42:41.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16402024-11-08T00:42:41.727Z
16412024-11-08T00:42:41.727Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16422024-11-08T00:42:42.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-08T00:42:42.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-08T00:42:42.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-08T00:42:42.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462024-11-08T00:42:42.142Z
16472024-11-08T00:42:42.142Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16482024-11-08T00:42:42.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-08T00:42:42.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-08T00:42:42.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-08T00:42:42.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522024-11-08T00:42:42.557Z
16532024-11-08T00:42:42.557Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16542024-11-08T00:42:42.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-08T00:42:42.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-08T00:42:42.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-08T00:42:42.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16582024-11-08T00:42:42.970Z
16592024-11-08T00:42:42.970Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16602024-11-08T00:42:43.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-08T00:42:43.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-08T00:42:43.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-08T00:42:43.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16642024-11-08T00:42:43.378Z
16652024-11-08T00:42:43.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16662024-11-08T00:42:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-08T00:42:43.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-08T00:42:43.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-08T00:42:43.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-11-08T00:42:43.797Z
16712024-11-08T00:42:43.797Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16722024-11-08T00:42:44.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-08T00:42:44.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-08T00:42:44.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-08T00:42:44.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762024-11-08T00:42:44.217Z
16772024-11-08T00:42:44.217Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16782024-11-08T00:42:44.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-08T00:42:44.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-08T00:42:44.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-08T00:42:44.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16822024-11-08T00:42:44.624Z
16832024-11-08T00:42:44.624Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
16842024-11-08T00:42:45.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-08T00:42:45.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-08T00:42:45.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-08T00:42:45.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16882024-11-08T00:42:45.213Z
16892024-11-08T00:42:45.213Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
16902024-11-08T00:42:45.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-08T00:42:45.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-08T00:42:45.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-08T00:42:45.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16942024-11-08T00:42:45.813Z
16952024-11-08T00:42:45.813Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
16962024-11-08T00:42:46.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-08T00:42:46.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-08T00:42:46.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-08T00:42:46.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17002024-11-08T00:42:46.416Z
17012024-11-08T00:42:46.416Zinfo: running `cargo check --bins` on oxlog (28/168)
17022024-11-08T00:42:46.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-08T00:42:46.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-08T00:42:47.001Z Checking cfg-if v1.0.0
17052024-11-08T00:42:47.004Z Checking libc v0.2.161
17062024-11-08T00:42:47.103Z Checking serde v1.0.210
17072024-11-08T00:42:47.103Z Checking zeroize v1.8.1
17082024-11-08T00:42:47.110Z Checking memchr v2.7.4
17092024-11-08T00:42:47.125Z Checking typenum v1.17.0
17102024-11-08T00:42:47.127Z Checking scopeguard v1.2.0
17112024-11-08T00:42:47.135Z Checking subtle v2.6.1
17122024-11-08T00:42:47.162Z Checking value-bag v1.9.0
17132024-11-08T00:42:47.289Z Checking lock_api v0.4.12
17142024-11-08T00:42:47.345Z Checking const-oid v0.9.6
17152024-11-08T00:42:47.397Z Checking itoa v1.0.11
17162024-11-08T00:42:47.572Z Checking log v0.4.22
17172024-11-08T00:42:47.607Z Checking pin-project-lite v0.2.14
17182024-11-08T00:42:47.710Z Checking byteorder v1.5.0
17192024-11-08T00:42:47.762Z Checking smallvec v1.13.2
17202024-11-08T00:42:47.959Z Checking futures-core v0.3.31
17212024-11-08T00:42:48.073Z Checking once_cell v1.20.2
17222024-11-08T00:42:48.117Z Checking cpufeatures v0.2.14
17232024-11-08T00:42:48.135Z Checking futures-sink v0.3.31
17242024-11-08T00:42:48.155Z Checking spin v0.9.8
17252024-11-08T00:42:48.203Z Checking zerocopy v0.7.35
17262024-11-08T00:42:48.274Z Checking getrandom v0.2.15
17272024-11-08T00:42:48.274Z Checking parking_lot_core v0.9.10
17282024-11-08T00:42:48.370Z Checking signal-hook-registry v1.4.2
17292024-11-08T00:42:48.425Z Checking generic-array v0.14.7
17302024-11-08T00:42:48.485Z Checking rand_core v0.6.4
17312024-11-08T00:42:48.507Z Checking mio v1.0.2
17322024-11-08T00:42:48.614Z Checking parking_lot v0.12.3
17332024-11-08T00:42:48.627Z Checking socket2 v0.5.7
17342024-11-08T00:42:48.789Z Checking slab v0.4.9
17352024-11-08T00:42:48.948Z Checking futures-channel v0.3.31
17362024-11-08T00:42:49.053Z Checking pin-utils v0.1.0
17372024-11-08T00:42:49.116Z Checking tinyvec_macros v0.1.1
17382024-11-08T00:42:49.131Z Checking foldhash v0.1.3
17392024-11-08T00:42:49.146Z Checking equivalent v1.0.1
17402024-11-08T00:42:49.184Z Checking futures-task v0.3.31
17412024-11-08T00:42:49.201Z Checking allocator-api2 v0.2.18
17422024-11-08T00:42:49.248Z Checking futures-io v0.3.31
17432024-11-08T00:42:49.320Z Checking tinyvec v1.8.0
17442024-11-08T00:42:49.348Z Checking ryu v1.0.18
17452024-11-08T00:42:49.423Z Checking fnv v1.0.7
17462024-11-08T00:42:49.426Z Checking futures-util v0.3.31
17472024-11-08T00:42:49.543Z Checking unicode-bidi v0.3.17
17482024-11-08T00:42:49.582Z Checking libm v0.2.8
17492024-11-08T00:42:49.631Z Checking crypto-common v0.1.6
17502024-11-08T00:42:49.670Z Checking block-buffer v0.10.4
17512024-11-08T00:42:49.823Z Checking block-padding v0.3.3
17522024-11-08T00:42:49.840Z Checking hashbrown v0.15.0
17532024-11-08T00:42:49.886Z Checking digest v0.10.7
17542024-11-08T00:42:50.040Z Checking inout v0.1.3
17552024-11-08T00:42:50.151Z Checking base64ct v1.6.0
17562024-11-08T00:42:50.247Z Checking hmac v0.12.1
17572024-11-08T00:42:50.263Z Checking cipher v0.4.4
17582024-11-08T00:42:50.470Z Checking sha2 v0.10.8
17592024-11-08T00:42:50.528Z Checking num-traits v0.2.19
17602024-11-08T00:42:50.610Z Checking pem-rfc7468 v0.7.0
17612024-11-08T00:42:50.636Z Checking unicode-normalization v0.1.24
17622024-11-08T00:42:50.653Z Checking ppv-lite86 v0.2.20
17632024-11-08T00:42:50.878Z Checking flagset v0.4.6
17642024-11-08T00:42:51.011Z Checking tracing-core v0.1.32
17652024-11-08T00:42:51.076Z Checking thiserror v1.0.64
17662024-11-08T00:42:51.092Z Checking der v0.7.9
17672024-11-08T00:42:51.234Z Checking percent-encoding v2.3.1
17682024-11-08T00:42:51.455Z Checking rustls-pki-types v1.9.0
17692024-11-08T00:42:51.480Z Checking rand_chacha v0.3.1
17702024-11-08T00:42:51.595Z Checking salsa20 v0.10.2
17712024-11-08T00:42:51.648Z Checking tracing v0.1.40
17722024-11-08T00:42:51.804Z Checking pbkdf2 v0.12.2
17732024-11-08T00:42:51.888Z Checking rand v0.8.5
17742024-11-08T00:42:51.980Z Checking httparse v1.9.5
17752024-11-08T00:42:51.997Z Checking untrusted v0.9.0
17762024-11-08T00:42:52.023Z Checking powerfmt v0.2.0
17772024-11-08T00:42:52.138Z Checking ring v0.17.8
17782024-11-08T00:42:52.172Z Checking bytes v1.7.2
17792024-11-08T00:42:52.215Z Checking indexmap v2.6.0
17802024-11-08T00:42:52.281Z Checking serde_json v1.0.128
17812024-11-08T00:42:52.436Z Checking bitflags v2.6.0
17822024-11-08T00:42:52.746Z Checking deranged v0.3.11
17832024-11-08T00:42:52.972Z Checking tokio v1.40.0
17842024-11-08T00:42:53.040Z Checking http v1.1.0
17852024-11-08T00:42:53.251Z Checking spki v0.7.3
17862024-11-08T00:42:53.537Z Checking scrypt v0.11.0
17872024-11-08T00:42:53.586Z Checking aes v0.8.4
17882024-11-08T00:42:53.758Z Checking cbc v0.1.2
17892024-11-08T00:42:53.956Z Checking crossbeam-utils v0.8.20
17902024-11-08T00:42:54.009Z Checking num_threads v0.1.7
17912024-11-08T00:42:54.098Z Checking num-conv v0.1.0
17922024-11-08T00:42:54.119Z Checking atomic-waker v1.1.2
17932024-11-08T00:42:54.252Z Checking time-core v0.1.2
17942024-11-08T00:42:54.354Z Checking rustls-webpki v0.102.8
17952024-11-08T00:42:54.386Z Checking http-body v1.0.1
17962024-11-08T00:42:54.400Z Checking form_urlencoded v1.2.1
17972024-11-08T00:42:54.527Z Checking pkcs5 v0.7.1
17982024-11-08T00:42:54.542Z Checking time v0.3.36
17992024-11-08T00:42:54.584Z Checking try-lock v0.2.5
18002024-11-08T00:42:54.600Z Checking unicode-ident v1.0.13
18012024-11-08T00:42:54.666Z Checking httpdate v1.0.3
18022024-11-08T00:42:54.720Z Checking want v0.3.1
18032024-11-08T00:42:54.734Z Checking toml_datetime v0.6.8
18042024-11-08T00:42:54.761Z Checking proc-macro2 v1.0.87
18052024-11-08T00:42:54.895Z Checking uuid v1.10.0
18062024-11-08T00:42:54.897Z Checking serde_spanned v0.6.8
18072024-11-08T00:42:55.021Z Checking idna v0.5.0
18082024-11-08T00:42:55.035Z Checking pkcs8 v0.10.2
18092024-11-08T00:42:55.084Z Checking slog v2.7.0
18102024-11-08T00:42:55.112Z Checking scroll v0.12.0
18112024-11-08T00:42:55.326Z Checking base64 v0.22.1
18122024-11-08T00:42:55.464Z Checking match_cfg v0.1.0
18132024-11-08T00:42:55.536Z Checking foreign-types-shared v0.1.1
18142024-11-08T00:42:55.555Z Checking plain v0.2.3
18152024-11-08T00:42:55.568Z Checking iana-time-zone v0.1.61
18162024-11-08T00:42:55.582Z Checking adler2 v2.0.0
18172024-11-08T00:42:55.643Z Checking tower-service v0.3.3
18182024-11-08T00:42:55.690Z Checking ucd-trie v0.1.7
18192024-11-08T00:42:55.710Z Checking chrono v0.4.38
18202024-11-08T00:42:55.735Z Checking miniz_oxide v0.8.0
18212024-11-08T00:42:55.759Z Checking goblin v0.8.2
18222024-11-08T00:42:55.806Z Checking foreign-types v0.3.2
18232024-11-08T00:42:55.875Z Checking url v2.5.2
18242024-11-08T00:42:55.891Z Checking pest v2.7.14
18252024-11-08T00:42:55.904Z Checking hostname v0.3.1
18262024-11-08T00:42:56.034Z Checking quote v1.0.37
18272024-11-08T00:42:56.393Z Checking openssl-sys v0.9.103
18282024-11-08T00:42:56.497Z Checking dirs-sys-next v0.1.2
18292024-11-08T00:42:56.670Z Checking errno v0.3.9
18302024-11-08T00:42:56.689Z Checking aho-corasick v1.1.3
18312024-11-08T00:42:56.854Z Checking pretty-hex v0.4.1
18322024-11-08T00:42:57.041Z Checking regex-syntax v0.8.5
18332024-11-08T00:42:57.057Z Checking siphasher v0.3.11
18342024-11-08T00:42:57.335Z Checking data-encoding v2.6.0
18352024-11-08T00:42:57.634Z Checking openssl v0.10.66
18362024-11-08T00:42:57.784Z Checking rustix v0.38.37
18372024-11-08T00:42:58.033Z Checking dirs-next v2.0.0
18382024-11-08T00:42:58.178Z Checking syn v2.0.79
18392024-11-08T00:42:58.427Z Checking dtrace-parser v0.2.0
18402024-11-08T00:42:58.465Z Checking http-body-util v0.1.2
18412024-11-08T00:42:58.918Z Checking crossbeam-epoch v0.9.18
18422024-11-08T00:42:58.944Z Checking sha1 v0.10.6
18432024-11-08T00:42:59.255Z Checking signature v2.2.0
18442024-11-08T00:42:59.376Z Checking lazy_static v1.5.0
18452024-11-08T00:42:59.457Z Checking thread_local v1.1.8
18462024-11-08T00:42:59.495Z Checking thread-id v4.2.2
18472024-11-08T00:42:59.609Z Checking encoding_rs v0.8.34
18482024-11-08T00:42:59.740Z Checking either v1.13.0
18492024-11-08T00:43:00.104Z Checking tokio-util v0.7.12
18502024-11-08T00:43:00.155Z Checking utf8parse v0.2.2
18512024-11-08T00:43:00.296Z Checking openssl-probe v0.1.5
18522024-11-08T00:43:00.344Z Checking regex-automata v0.4.8
18532024-11-08T00:43:00.455Z Checking anstyle v1.0.8
18542024-11-08T00:43:00.840Z Checking unicode-properties v0.1.3
18552024-11-08T00:43:00.893Z Checking dof v0.3.0
18562024-11-08T00:43:01.003Z Checking h2 v0.4.6
18572024-11-08T00:43:01.182Z Checking gimli v0.31.1
18582024-11-08T00:43:01.264Z Checking ipnet v2.10.1
18592024-11-08T00:43:01.461Z Checking mime v0.3.17
18602024-11-08T00:43:01.735Z Checking winnow v0.6.20
18612024-11-08T00:43:01.808Z Checking stringprep v0.1.5
18622024-11-08T00:43:02.018Z Checking anstyle-parse v0.2.5
18632024-11-08T00:43:02.075Z Checking crossbeam-deque v0.8.5
18642024-11-08T00:43:02.302Z Checking term v0.7.0
18652024-11-08T00:43:02.371Z Checking slog-json v2.6.1
18662024-11-08T00:43:02.635Z Checking rustls v0.22.4
18672024-11-08T00:43:02.747Z Checking rustls v0.23.14
18682024-11-08T00:43:03.179Z Checking native-tls v0.2.12
18692024-11-08T00:43:03.495Z Checking futures-executor v0.3.31
18702024-11-08T00:43:03.723Z Checking crossbeam-channel v0.5.13
18712024-11-08T00:43:04.543Z Checking serde_urlencoded v0.7.1
18722024-11-08T00:43:04.720Z Checking usdt-impl v0.5.0
18732024-11-08T00:43:04.945Z Checking toml_edit v0.22.22
18742024-11-08T00:43:04.982Z Checking num-integer v0.1.46
18752024-11-08T00:43:05.001Z Checking rustls-pemfile v2.2.0
18762024-11-08T00:43:05.227Z Checking idna v0.3.0
18772024-11-08T00:43:05.291Z Checking idna v0.4.0
18782024-11-08T00:43:05.316Z Checking addr2line v0.24.2
18792024-11-08T00:43:05.500Z Checking md-5 v0.10.6
18802024-11-08T00:43:05.738Z Checking ff v0.13.0
18812024-11-08T00:43:05.849Z Checking is-terminal v0.4.13
18822024-11-08T00:43:05.965Z Checking memmap v0.7.0
18832024-11-08T00:43:05.979Z Checking hash32 v0.2.1
18842024-11-08T00:43:06.068Z Checking object v0.36.5
18852024-11-08T00:43:06.144Z Checking utf-8 v0.7.6
18862024-11-08T00:43:06.177Z Checking psl-types v2.0.11
18872024-11-08T00:43:06.345Z Checking fallible-iterator v0.2.0
18882024-11-08T00:43:06.465Z Checking linked-hash-map v0.5.6
18892024-11-08T00:43:06.465Z Checking take_mut v0.2.2
18902024-11-08T00:43:06.615Z Checking dyn-clone v1.0.17
18912024-11-08T00:43:06.615Z Checking anstyle-query v1.1.1
18922024-11-08T00:43:06.755Z Checking is_terminal_polyfill v1.70.1
18932024-11-08T00:43:06.755Z Checking rustc-demangle v0.1.24
18942024-11-08T00:43:06.755Z Checking stable_deref_trait v1.2.0
18952024-11-08T00:43:06.897Z Checking quick-error v1.2.3
18962024-11-08T00:43:06.898Z Checking colorchoice v1.0.2
18972024-11-08T00:43:06.898Z Checking base16ct v0.2.0
18982024-11-08T00:43:07.016Z Checking anstream v0.6.15
18992024-11-08T00:43:07.016Z Checking postgres-protocol v0.6.7
19002024-11-08T00:43:07.069Z Checking sec1 v0.7.3
19012024-11-08T00:43:07.118Z Checking resolv-conf v0.7.0
19022024-11-08T00:43:07.237Z Checking heapless v0.7.17
19032024-11-08T00:43:07.378Z Checking lru-cache v0.1.2
19042024-11-08T00:43:07.398Z Checking schemars v0.8.21
19052024-11-08T00:43:07.425Z Checking hyper v1.4.1
19062024-11-08T00:43:07.560Z Checking slog-async v2.8.0
19072024-11-08T00:43:07.599Z Checking toml v0.8.19
19082024-11-08T00:43:07.610Z Checking tokio-rustls v0.25.0
19092024-11-08T00:43:07.717Z Checking tokio-rustls v0.26.0
19102024-11-08T00:43:07.866Z Checking publicsuffix v2.2.3
19112024-11-08T00:43:07.972Z Checking tungstenite v0.24.0
19122024-11-08T00:43:08.087Z Checking usdt v0.5.0
19132024-11-08T00:43:08.124Z Checking hickory-proto v0.24.1
19142024-11-08T00:43:08.322Z Checking slog-term v2.9.1
19152024-11-08T00:43:08.334Z Checking group v0.13.0
19162024-11-08T00:43:08.354Z Checking num-iter v0.1.45
19172024-11-08T00:43:08.531Z Checking futures v0.3.31
19182024-11-08T00:43:08.604Z Checking tokio-native-tls v0.3.1
19192024-11-08T00:43:08.643Z Checking slog-bunyan v2.5.0
19202024-11-08T00:43:08.823Z Checking rayon-core v1.12.1
19212024-11-08T00:43:08.826Z Checking multer v3.1.0
19222024-11-08T00:43:08.845Z Checking terminal_size v0.4.0
19232024-11-08T00:43:08.910Z Checking phf_shared v0.11.2
19242024-11-08T00:43:09.015Z Checking cookie v0.18.1
19252024-11-08T00:43:09.126Z Checking async-stream v0.3.6
19262024-11-08T00:43:09.204Z Checking bzip2-sys v0.1.11+1.0.8
19272024-11-08T00:43:09.216Z Checking signal-hook v0.3.17
19282024-11-08T00:43:09.319Z Checking camino v1.1.9
19292024-11-08T00:43:09.322Z Checking waitgroup v0.1.2
19302024-11-08T00:43:09.475Z Checking openapiv3 v2.0.0
19312024-11-08T00:43:09.491Z Checking serde_path_to_error v0.1.16
19322024-11-08T00:43:09.506Z Checking webpki-roots v0.26.6
19332024-11-08T00:43:09.508Z Checking hyper-util v0.1.9
19342024-11-08T00:43:09.551Z Checking hkdf v0.12.4
19352024-11-08T00:43:09.715Z Checking crypto-bigint v0.5.5
19362024-11-08T00:43:09.767Z Checking hostname v0.4.0
19372024-11-08T00:43:09.903Z Checking crc32fast v1.4.2
19382024-11-08T00:43:09.918Z Checking bitflags v1.3.2
19392024-11-08T00:43:10.021Z Checking unicode-width v0.1.14
19402024-11-08T00:43:10.094Z Checking winnow v0.5.40
19412024-11-08T00:43:10.138Z Checking debug-ignore v1.0.5
19422024-11-08T00:43:10.270Z Checking clap_lex v0.7.2
19432024-11-08T00:43:10.515Z Checking strsim v0.11.1
19442024-11-08T00:43:10.536Z Checking managed v0.8.0
19452024-11-08T00:43:10.804Z Checking clap_builder v4.5.20
19462024-11-08T00:43:10.917Z Checking smoltcp v0.9.1
19472024-11-08T00:43:11.729Z Checking hyper-rustls v0.27.3
19482024-11-08T00:43:12.067Z Checking hyper-tls v0.6.0
19492024-11-08T00:43:12.366Z Checking console v0.15.8
19502024-11-08T00:43:12.427Z Checking flate2 v1.0.34
19512024-11-08T00:43:12.596Z Checking elliptic-curve v0.13.8
19522024-11-08T00:43:12.893Z Checking backtrace v0.3.74
19532024-11-08T00:43:12.925Z Checking signal-hook-mio v0.2.4
19542024-11-08T00:43:12.925Z Checking dropshot v0.12.0
19552024-11-08T00:43:12.986Z Checking hickory-resolver v0.24.1
19562024-11-08T00:43:13.060Z Checking cookie_store v0.21.0
19572024-11-08T00:43:13.087Z Checking rayon v1.10.0
19582024-11-08T00:43:13.178Z Checking toml_edit v0.19.15
19592024-11-08T00:43:13.254Z Checking bzip2 v0.4.4
19602024-11-08T00:43:13.453Z Checking anyhow v1.0.92
19612024-11-08T00:43:13.553Z Checking phf v0.11.2
19622024-11-08T00:43:13.705Z Checking tokio-tungstenite v0.24.0
19632024-11-08T00:43:13.823Z Checking num-bigint-dig v0.8.4
19642024-11-08T00:43:13.853Z Checking postgres-types v0.2.8
19652024-11-08T00:43:13.948Z Checking regex v1.11.0
19662024-11-08T00:43:14.183Z Checking bstr v1.10.0
19672024-11-08T00:43:14.584Z Checking tokio-stream v0.1.16
19682024-11-08T00:43:14.600Z Checking ed25519 v2.2.3
19692024-11-08T00:43:14.624Z Checking phf_shared v0.10.0
19702024-11-08T00:43:14.915Z Checking curve25519-dalek v4.1.3
19712024-11-08T00:43:14.930Z Checking zerocopy v0.6.6
19722024-11-08T00:43:15.174Z Checking pkcs1 v0.7.5
19732024-11-08T00:43:15.476Z Checking hubpack v0.1.2
19742024-11-08T00:43:15.592Z Checking portable-atomic v1.9.0
19752024-11-08T00:43:15.685Z Checking float-cmp v0.9.0
19762024-11-08T00:43:15.750Z Checking serde-big-array v0.5.1
19772024-11-08T00:43:15.771Z Checking rfc6979 v0.4.0
19782024-11-08T00:43:15.863Z Checking sync_wrapper v1.0.1
19792024-11-08T00:43:15.958Z Checking static_assertions v1.1.0
19802024-11-08T00:43:15.962Z Checking fixedbitset v0.4.2
19812024-11-08T00:43:16.010Z Checking predicates-core v1.0.8
19822024-11-08T00:43:16.039Z Checking minimal-lexical v0.2.1
19832024-11-08T00:43:16.054Z Checking bit-vec v0.6.3
19842024-11-08T00:43:16.197Z Checking unicode-segmentation v1.12.0
19852024-11-08T00:43:16.249Z Checking precomputed-hash v0.1.1
19862024-11-08T00:43:16.361Z Checking whoami v1.5.2
19872024-11-08T00:43:16.398Z Checking difflib v0.4.0
19882024-11-08T00:43:16.434Z Checking normalize-line-endings v0.3.0
19892024-11-08T00:43:16.552Z Checking new_debug_unreachable v1.0.6
19902024-11-08T00:43:16.640Z Checking number_prefix v0.4.0
19912024-11-08T00:43:16.656Z Checking tokio-postgres v0.7.12
19922024-11-08T00:43:16.670Z Checking string_cache v0.8.7
19932024-11-08T00:43:16.702Z Checking predicates v3.1.2
19942024-11-08T00:43:16.755Z Checking qorb v0.2.0
19952024-11-08T00:43:16.803Z Checking ed25519-dalek v2.1.1
19962024-11-08T00:43:16.818Z Checking nom v7.1.3
19972024-11-08T00:43:16.872Z Checking similar v2.6.0
19982024-11-08T00:43:16.935Z Checking bit-set v0.5.3
19992024-11-08T00:43:16.962Z Checking indicatif v0.17.8
20002024-11-08T00:43:17.183Z Checking petgraph v0.6.5
20012024-11-08T00:43:17.210Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20022024-11-08T00:43:17.365Z Checking rsa v0.9.6
20032024-11-08T00:43:17.733Z Checking reqwest v0.12.8
20042024-11-08T00:43:17.751Z Checking ecdsa v0.16.9
20052024-11-08T00:43:18.430Z Checking toml v0.7.8
20062024-11-08T00:43:18.473Z Checking clap v4.5.20
20072024-11-08T00:43:18.601Z Checking zip v0.6.6
20082024-11-08T00:43:19.167Z Checking crossterm v0.28.1
20092024-11-08T00:43:19.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20102024-11-08T00:43:19.322Z Checking itertools v0.10.5
20112024-11-08T00:43:19.413Z Checking itertools v0.12.1
20122024-11-08T00:43:19.739Z Checking fs-err v2.11.0
20132024-11-08T00:43:19.828Z Checking ahash v0.8.11
20142024-11-08T00:43:19.921Z Checking x509-cert v0.2.5
20152024-11-08T00:43:20.323Z Checking hex v0.4.3
20162024-11-08T00:43:20.407Z Checking semver v1.0.23
20172024-11-08T00:43:20.601Z Checking lalrpop-util v0.19.12
20182024-11-08T00:43:20.786Z Checking peg-runtime v0.8.3
20192024-11-08T00:43:20.838Z Checking sigpipe v0.1.3
20202024-11-08T00:43:22.044Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20212024-11-08T00:43:22.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.93s
20222024-11-08T00:43:22.510Z
20232024-11-08T00:43:22.510Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20242024-11-08T00:43:23.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252024-11-08T00:43:23.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262024-11-08T00:43:23.134Z Compiling hashbrown v0.14.5
20272024-11-08T00:43:23.249Z Checking heck v0.5.0
20282024-11-08T00:43:23.261Z Compiling unsafe-libyaml v0.2.11
20292024-11-08T00:43:23.278Z Compiling ident_case v1.0.1
20302024-11-08T00:43:23.281Z Checking progenitor-client v0.8.0
20312024-11-08T00:43:23.300Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20322024-11-08T00:43:23.313Z Compiling proc-macro-crate v1.3.1
20332024-11-08T00:43:23.418Z Compiling darling_core v0.20.10
20342024-11-08T00:43:23.445Z Checking ipnetwork v0.20.0
20352024-11-08T00:43:23.606Z Compiling structmeta-derive v0.3.0
20362024-11-08T00:43:23.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20372024-11-08T00:43:23.793Z Compiling newtype-uuid v1.1.2
20382024-11-08T00:43:24.010Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20392024-11-08T00:43:24.122Z Compiling lzma-sys v0.1.20
20402024-11-08T00:43:24.321Z Compiling num_enum_derive v0.5.11
20412024-11-08T00:43:24.370Z Compiling foreign-types-macros v0.2.3
20422024-11-08T00:43:24.424Z Checking regress v0.10.1
20432024-11-08T00:43:24.904Z Compiling serde_yaml v0.9.34+deprecated
20442024-11-08T00:43:25.094Z Checking foreign-types-shared v0.3.1
20452024-11-08T00:43:25.211Z Checking arc-swap v1.7.1
20462024-11-08T00:43:25.631Z Checking foreign-types v0.5.0
20472024-11-08T00:43:25.655Z Checking slog-scope v4.4.0
20482024-11-08T00:43:25.781Z Compiling proc-macro-error v1.0.4
20492024-11-08T00:43:26.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20502024-11-08T00:43:26.430Z Compiling structmeta v0.3.0
20512024-11-08T00:43:26.445Z Checking tungstenite v0.21.0
20522024-11-08T00:43:26.519Z Compiling heck v0.3.3
20532024-11-08T00:43:26.734Z Checking num_enum v0.5.11
20542024-11-08T00:43:26.815Z Compiling parse-display-derive v0.10.0
20552024-11-08T00:43:26.891Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20562024-11-08T00:43:26.931Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572024-11-08T00:43:27.379Z Checking cstr-argument v0.1.2
20582024-11-08T00:43:27.566Z Checking instant v0.1.13
20592024-11-08T00:43:27.687Z Checking fastrand v2.1.1
20602024-11-08T00:43:27.687Z Checking base64 v0.21.7
20612024-11-08T00:43:27.730Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20622024-11-08T00:43:28.013Z Checking pretty-hex v0.2.1
20632024-11-08T00:43:28.053Z Checking tempfile v3.13.0
20642024-11-08T00:43:28.070Z Checking typify-impl v0.2.0
20652024-11-08T00:43:28.145Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662024-11-08T00:43:28.183Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20672024-11-08T00:43:28.300Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20682024-11-08T00:43:28.451Z Checking backoff v0.4.0
20692024-11-08T00:43:28.471Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20702024-11-08T00:43:28.765Z Checking tokio-tungstenite v0.21.0
20712024-11-08T00:43:28.780Z Compiling zone_cfg_derive v0.1.2
20722024-11-08T00:43:28.804Z Checking strum v0.26.3
20732024-11-08T00:43:28.966Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20742024-11-08T00:43:29.290Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20752024-11-08T00:43:29.549Z Checking slog-stdlog v4.1.1
20762024-11-08T00:43:29.737Z Checking regress v0.9.1
20772024-11-08T00:43:29.789Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20782024-11-08T00:43:29.838Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20792024-11-08T00:43:29.869Z Compiling darling_macro v0.20.10
20802024-11-08T00:43:29.940Z Checking colored v2.1.0
20812024-11-08T00:43:30.119Z Checking macaddr v1.0.1
20822024-11-08T00:43:30.238Z Checking base64 v0.13.1
20832024-11-08T00:43:30.284Z Checking zone v0.1.8
20842024-11-08T00:43:30.632Z Checking ron v0.7.1
20852024-11-08T00:43:30.648Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20862024-11-08T00:43:30.779Z Compiling darling v0.20.10
20872024-11-08T00:43:30.908Z Compiling serde_with_macros v3.11.0
20882024-11-08T00:43:30.959Z Checking xz2 v0.1.7
20892024-11-08T00:43:31.128Z Checking parse-display v0.10.0
20902024-11-08T00:43:31.143Z Checking slog-envlogger v2.2.0
20912024-11-08T00:43:31.269Z Checking tabwriter v1.4.0
20922024-11-08T00:43:31.363Z Checking xattr v1.3.1
20932024-11-08T00:43:31.367Z Checking pem v3.0.4
20942024-11-08T00:43:31.519Z Checking yasna v0.5.2
20952024-11-08T00:43:31.566Z Checking headers-core v0.3.0
20962024-11-08T00:43:31.633Z Checking smf v0.2.3
20972024-11-08T00:43:31.709Z Checking filetime v0.2.25
20982024-11-08T00:43:31.778Z Checking same-file v1.0.6
20992024-11-08T00:43:31.933Z Checking tar v0.4.42
21002024-11-08T00:43:31.956Z Checking walkdir v2.5.0
21012024-11-08T00:43:32.105Z Checking headers v0.4.0
21022024-11-08T00:43:32.255Z Checking camino-tempfile v1.1.1
21032024-11-08T00:43:32.414Z Checking rcgen v0.12.1
21042024-11-08T00:43:32.416Z Checking atomicwrites v0.4.4
21052024-11-08T00:43:32.528Z Checking subprocess v0.2.9
21062024-11-08T00:43:33.364Z Checking serde_with v3.11.0
21072024-11-08T00:43:36.763Z Compiling typify-macro v0.2.0
21082024-11-08T00:43:38.617Z Compiling typify v0.2.0
21092024-11-08T00:43:38.684Z Compiling progenitor-impl v0.8.0
21102024-11-08T00:43:41.860Z Compiling progenitor-macro v0.8.0
21112024-11-08T00:43:47.193Z Checking progenitor v0.8.0
21122024-11-08T00:43:47.323Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21132024-11-08T00:43:47.325Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21142024-11-08T00:43:50.080Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21152024-11-08T00:43:50.360Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21162024-11-08T00:43:57.077Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21172024-11-08T00:43:58.667Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21182024-11-08T00:43:59.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.39s
21192024-11-08T00:44:00.077Z
21202024-11-08T00:44:00.077Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21212024-11-08T00:44:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-11-08T00:44:00.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-11-08T00:44:00.696Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21242024-11-08T00:44:02.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
21252024-11-08T00:44:02.234Z
21262024-11-08T00:44:02.234Zinfo: running `cargo check --bins` on nexus-config (31/168)
21272024-11-08T00:44:02.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-11-08T00:44:02.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-11-08T00:44:02.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-11-08T00:44:02.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21312024-11-08T00:44:02.822Z
21322024-11-08T00:44:02.822Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21332024-11-08T00:44:03.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-11-08T00:44:03.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-11-08T00:44:03.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362024-11-08T00:44:03.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21372024-11-08T00:44:03.388Z
21382024-11-08T00:44:03.388Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21392024-11-08T00:44:03.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402024-11-08T00:44:03.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412024-11-08T00:44:03.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422024-11-08T00:44:03.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432024-11-08T00:44:03.976Z
21442024-11-08T00:44:03.976Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21452024-11-08T00:44:04.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462024-11-08T00:44:04.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472024-11-08T00:44:04.594Z Compiling heapless v0.8.0
21482024-11-08T00:44:04.597Z Checking hash32 v0.3.1
21492024-11-08T00:44:04.701Z Compiling smoltcp v0.11.0
21502024-11-08T00:44:04.713Z Checking cobs v0.2.3
21512024-11-08T00:44:04.723Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21522024-11-08T00:44:04.725Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21532024-11-08T00:44:04.750Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21542024-11-08T00:44:04.752Z Compiling crucible-workspace-hack v0.1.0
21552024-11-08T00:44:04.844Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21562024-11-08T00:44:04.871Z Checking postcard v1.0.10
21572024-11-08T00:44:04.875Z Checking newline-converter v0.3.0
21582024-11-08T00:44:05.044Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21592024-11-08T00:44:05.062Z Compiling convert_case v0.4.0
21602024-11-08T00:44:05.195Z Checking expectorate v1.1.0
21612024-11-08T00:44:05.256Z Compiling zone_cfg_derive v0.3.0
21622024-11-08T00:44:05.355Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21632024-11-08T00:44:05.412Z Checking itertools v0.13.0
21642024-11-08T00:44:05.428Z Compiling num-derive v0.4.2
21652024-11-08T00:44:05.594Z Compiling slog-dtrace v0.3.0
21662024-11-08T00:44:05.702Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21672024-11-08T00:44:05.947Z Compiling derive_more v0.99.18
21682024-11-08T00:44:05.970Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21692024-11-08T00:44:06.649Z Checking zone v0.3.0
21702024-11-08T00:44:07.244Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21712024-11-08T00:44:08.693Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21722024-11-08T00:44:09.650Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21732024-11-08T00:44:09.662Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21742024-11-08T00:44:10.755Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21752024-11-08T00:44:11.078Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21762024-11-08T00:44:12.595Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21772024-11-08T00:44:13.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s
21782024-11-08T00:44:13.667Z
21792024-11-08T00:44:13.667Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21802024-11-08T00:44:14.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-11-08T00:44:14.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-11-08T00:44:14.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-11-08T00:44:14.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842024-11-08T00:44:14.257Z
21852024-11-08T00:44:14.257Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
21862024-11-08T00:44:14.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-11-08T00:44:14.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-11-08T00:44:14.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-11-08T00:44:14.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902024-11-08T00:44:14.848Z
21912024-11-08T00:44:14.848Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
21922024-11-08T00:44:15.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-11-08T00:44:15.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-11-08T00:44:15.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-11-08T00:44:15.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21962024-11-08T00:44:15.543Z
21972024-11-08T00:44:15.543Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
21982024-11-08T00:44:16.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-11-08T00:44:16.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-11-08T00:44:16.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-11-08T00:44:16.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22022024-11-08T00:44:16.243Z
22032024-11-08T00:44:16.243Zinfo: running `cargo check --bins` on dns-server (39/168)
22042024-11-08T00:44:16.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-11-08T00:44:16.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-11-08T00:44:16.851Z Compiling parking_lot_core v0.8.6
22072024-11-08T00:44:16.851Z Checking nibble_vec v0.1.0
22082024-11-08T00:44:16.854Z Checking endian-type v0.1.2
22092024-11-08T00:44:16.854Z Checking fxhash v0.2.1
22102024-11-08T00:44:16.854Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22112024-11-08T00:44:16.854Z Checking hickory-server v0.24.1
22122024-11-08T00:44:17.119Z Checking radix_trie v0.2.1
22132024-11-08T00:44:17.423Z Checking hickory-client v0.24.1
22142024-11-08T00:44:17.572Z Checking parking_lot v0.11.2
22152024-11-08T00:44:17.632Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22162024-11-08T00:44:17.632Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22172024-11-08T00:44:17.821Z Checking sled v0.34.7
22182024-11-08T00:44:19.629Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22192024-11-08T00:44:20.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
22202024-11-08T00:44:21.020Z
22212024-11-08T00:44:21.020Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22222024-11-08T00:44:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-11-08T00:44:21.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-11-08T00:44:21.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-11-08T00:44:21.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262024-11-08T00:44:21.620Z
22272024-11-08T00:44:21.620Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22282024-11-08T00:44:22.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-11-08T00:44:22.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-11-08T00:44:22.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-11-08T00:44:22.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322024-11-08T00:44:22.210Z
22332024-11-08T00:44:22.210Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22342024-11-08T00:44:22.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-11-08T00:44:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-11-08T00:44:22.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-11-08T00:44:22.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382024-11-08T00:44:22.812Z
22392024-11-08T00:44:22.812Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22402024-11-08T00:44:23.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-11-08T00:44:23.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-11-08T00:44:23.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-11-08T00:44:23.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22442024-11-08T00:44:23.454Z
22452024-11-08T00:44:23.454Zinfo: running `cargo check --bins` on gateway-types (44/168)
22462024-11-08T00:44:23.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-11-08T00:44:23.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-11-08T00:44:23.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-11-08T00:44:23.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22502024-11-08T00:44:24.041Z
22512024-11-08T00:44:24.041Zinfo: running `cargo check --bins` on ipcc (45/168)
22522024-11-08T00:44:24.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-11-08T00:44:24.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-11-08T00:44:24.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552024-11-08T00:44:24.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22562024-11-08T00:44:24.624Z
22572024-11-08T00:44:24.624Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22582024-11-08T00:44:25.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592024-11-08T00:44:25.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602024-11-08T00:44:25.279Z Checking num-rational v0.4.2
22612024-11-08T00:44:25.279Z Compiling progenitor-client v0.8.0
22622024-11-08T00:44:25.279Z Checking num-complex v0.4.6
22632024-11-08T00:44:25.282Z Compiling prettyplease v0.2.22
22642024-11-08T00:44:25.282Z Compiling newtype-uuid v1.1.2
22652024-11-08T00:44:25.282Z Compiling ipnetwork v0.20.0
22662024-11-08T00:44:25.282Z Compiling instant v0.1.13
22672024-11-08T00:44:25.380Z Compiling radium v0.7.0
22682024-11-08T00:44:25.537Z Compiling semver v0.1.20
22692024-11-08T00:44:25.663Z Checking float-ord v0.3.2
22702024-11-08T00:44:25.704Z Compiling progenitor v0.8.0
22712024-11-08T00:44:25.802Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722024-11-08T00:44:25.818Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22732024-11-08T00:44:25.915Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22742024-11-08T00:44:25.931Z Compiling rustc_version v0.1.7
22752024-11-08T00:44:25.987Z Compiling backoff v0.4.0
22762024-11-08T00:44:26.154Z Compiling parse-display v0.10.0
22772024-11-08T00:44:26.184Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782024-11-08T00:44:26.300Z Checking num v0.4.3
22792024-11-08T00:44:26.324Z Compiling serde_with v3.11.0
22802024-11-08T00:44:26.357Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22812024-11-08T00:44:26.373Z Compiling regress v0.9.1
22822024-11-08T00:44:26.401Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22832024-11-08T00:44:26.558Z Compiling macaddr v1.0.1
22842024-11-08T00:44:26.817Z Compiling maybe-uninit v2.0.0
22852024-11-08T00:44:26.984Z Checking tap v1.0.1
22862024-11-08T00:44:27.153Z Checking wyz v0.5.1
22872024-11-08T00:44:27.397Z Compiling newtype_derive v0.1.6
22882024-11-08T00:44:27.686Z Checking password-hash v0.5.0
22892024-11-08T00:44:27.717Z Checking blake2 v0.10.6
22902024-11-08T00:44:28.023Z Compiling owo-colors v4.1.0
22912024-11-08T00:44:28.097Z Compiling cancel-safe-futures v0.1.5
22922024-11-08T00:44:28.159Z Checking funty v2.0.0
22932024-11-08T00:44:28.317Z Compiling packed_struct v0.10.1
22942024-11-08T00:44:28.333Z Checking crc-catalog v2.4.0
22952024-11-08T00:44:28.471Z Checking crc v3.2.1
22962024-11-08T00:44:28.517Z Checking argon2 v0.5.3
22972024-11-08T00:44:28.988Z Compiling packed_struct_codegen v0.10.1
22982024-11-08T00:44:29.082Z Checking bitvec v1.0.1
22992024-11-08T00:44:29.216Z Compiling indexmap v1.9.3
23002024-11-08T00:44:29.550Z Checking half v2.4.1
23012024-11-08T00:44:29.779Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23022024-11-08T00:44:30.031Z Checking ciborium-io v0.2.2
23032024-11-08T00:44:30.081Z Checking nodrop v0.1.14
23042024-11-08T00:44:30.152Z Checking ciborium-ll v0.2.2
23052024-11-08T00:44:30.203Z Checking array-init v0.0.4
23062024-11-08T00:44:30.284Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23072024-11-08T00:44:30.455Z Checking smallvec v0.6.14
23082024-11-08T00:44:30.718Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23092024-11-08T00:44:31.253Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102024-11-08T00:44:31.679Z Checking libsw v3.3.1
23112024-11-08T00:44:31.795Z Compiling memoffset v0.9.1
23122024-11-08T00:44:31.945Z Checking hashbrown v0.12.3
23132024-11-08T00:44:31.952Z Checking indent_write v2.2.0
23142024-11-08T00:44:32.116Z Checking linear-map v1.2.0
23152024-11-08T00:44:32.464Z Checking bitfield v0.14.0
23162024-11-08T00:44:32.506Z Checking swrite v0.1.0
23172024-11-08T00:44:32.630Z Checking termcolor v1.4.1
23182024-11-08T00:44:32.721Z Checking highway v1.2.0
23192024-11-08T00:44:32.775Z Checking ron v0.8.1
23202024-11-08T00:44:32.860Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23212024-11-08T00:44:33.053Z Checking env_logger v0.10.2
23222024-11-08T00:44:33.159Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23232024-11-08T00:44:33.485Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23242024-11-08T00:44:33.683Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23252024-11-08T00:44:33.756Z Checking serde-hex v0.1.0
23262024-11-08T00:44:34.068Z Checking steno v0.4.1
23272024-11-08T00:44:34.563Z Checking ciborium v0.2.2
23282024-11-08T00:44:34.902Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292024-11-08T00:44:35.151Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23302024-11-08T00:44:35.289Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23312024-11-08T00:44:35.586Z Checking hashbrown v0.13.2
23322024-11-08T00:44:35.660Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23332024-11-08T00:44:36.050Z Checking crc-any v2.5.0
23342024-11-08T00:44:36.394Z Checking humantime v2.1.0
23352024-11-08T00:44:36.410Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23362024-11-08T00:44:36.439Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23372024-11-08T00:44:36.674Z Checking object v0.30.4
23382024-11-08T00:44:36.707Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23392024-11-08T00:44:36.800Z Checking path-slash v0.1.5
23402024-11-08T00:44:36.951Z Checking nix v0.27.1
23412024-11-08T00:44:36.974Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23422024-11-08T00:44:37.081Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23432024-11-08T00:44:37.773Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23442024-11-08T00:44:37.827Z Checking tungstenite v0.23.0
23452024-11-08T00:44:38.038Z Checking kstat-rs v0.2.4
23462024-11-08T00:44:38.332Z Checking signal-hook-tokio v0.3.1
23472024-11-08T00:44:38.698Z Checking tokio-tungstenite v0.23.1
23482024-11-08T00:44:39.519Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23492024-11-08T00:44:39.834Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23502024-11-08T00:44:44.786Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23512024-11-08T00:44:46.518Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23522024-11-08T00:44:47.373Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23532024-11-08T00:44:50.543Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23542024-11-08T00:44:50.798Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23552024-11-08T00:44:52.130Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23562024-11-08T00:44:58.197Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23572024-11-08T00:44:58.840Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23582024-11-08T00:45:02.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.92s
23592024-11-08T00:45:02.723Z
23602024-11-08T00:45:02.723Zinfo: running `cargo check --bins` on gateway-api (47/168)
23612024-11-08T00:45:03.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-11-08T00:45:03.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-11-08T00:45:03.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-11-08T00:45:03.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23652024-11-08T00:45:03.330Z
23662024-11-08T00:45:03.330Zinfo: running `cargo check --bins` on oximeter (48/168)
23672024-11-08T00:45:03.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-11-08T00:45:03.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-11-08T00:45:03.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-11-08T00:45:03.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23712024-11-08T00:45:03.931Z
23722024-11-08T00:45:03.931Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23732024-11-08T00:45:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-11-08T00:45:04.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-11-08T00:45:04.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-11-08T00:45:04.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23772024-11-08T00:45:04.507Z
23782024-11-08T00:45:04.507Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23792024-11-08T00:45:05.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-11-08T00:45:05.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-11-08T00:45:05.101Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23822024-11-08T00:45:05.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23832024-11-08T00:45:05.669Z
23842024-11-08T00:45:05.669Zinfo: running `cargo check --bins` on oximeter-types (51/168)
23852024-11-08T00:45:06.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-11-08T00:45:06.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-11-08T00:45:06.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-11-08T00:45:06.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23892024-11-08T00:45:06.270Z
23902024-11-08T00:45:06.270Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
23912024-11-08T00:45:06.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-11-08T00:45:06.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-11-08T00:45:06.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-11-08T00:45:06.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23952024-11-08T00:45:06.859Z
23962024-11-08T00:45:06.860Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
23972024-11-08T00:45:07.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-11-08T00:45:07.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-11-08T00:45:07.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-11-08T00:45:07.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24012024-11-08T00:45:07.433Z
24022024-11-08T00:45:07.433Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24032024-11-08T00:45:07.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-11-08T00:45:07.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-11-08T00:45:07.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-11-08T00:45:07.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24072024-11-08T00:45:08.022Z
24082024-11-08T00:45:08.022Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
24092024-11-08T00:45:08.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-11-08T00:45:08.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-11-08T00:45:08.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-11-08T00:45:08.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24132024-11-08T00:45:08.612Z
24142024-11-08T00:45:08.612Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24152024-11-08T00:45:09.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-11-08T00:45:09.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-11-08T00:45:09.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-11-08T00:45:09.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24192024-11-08T00:45:09.210Z
24202024-11-08T00:45:09.210Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24212024-11-08T00:45:09.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-11-08T00:45:09.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-11-08T00:45:09.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-11-08T00:45:09.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24252024-11-08T00:45:09.798Z
24262024-11-08T00:45:09.798Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24272024-11-08T00:45:10.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-11-08T00:45:10.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-11-08T00:45:10.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-11-08T00:45:10.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24312024-11-08T00:45:10.404Z
24322024-11-08T00:45:10.404Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24332024-11-08T00:45:10.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-11-08T00:45:10.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-11-08T00:45:10.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-11-08T00:45:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24372024-11-08T00:45:11.002Z
24382024-11-08T00:45:11.002Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24392024-11-08T00:45:11.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-11-08T00:45:11.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-11-08T00:45:11.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-11-08T00:45:11.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432024-11-08T00:45:11.629Z
24442024-11-08T00:45:11.629Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24452024-11-08T00:45:12.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-11-08T00:45:12.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-11-08T00:45:12.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-11-08T00:45:12.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24492024-11-08T00:45:12.222Z
24502024-11-08T00:45:12.222Zinfo: running `cargo check --bins` on nexus-client (62/168)
24512024-11-08T00:45:12.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-11-08T00:45:12.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-11-08T00:45:12.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-11-08T00:45:12.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24552024-11-08T00:45:12.840Z
24562024-11-08T00:45:12.840Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24572024-11-08T00:45:13.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-08T00:45:13.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-08T00:45:13.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-08T00:45:13.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24612024-11-08T00:45:13.447Z
24622024-11-08T00:45:13.447Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24632024-11-08T00:45:13.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-08T00:45:13.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-08T00:45:13.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-08T00:45:13.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24672024-11-08T00:45:14.030Z
24682024-11-08T00:45:14.030Zinfo: running `cargo check --bins` on nexus-types (65/168)
24692024-11-08T00:45:14.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-08T00:45:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-08T00:45:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-08T00:45:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-11-08T00:45:14.648Z
24742024-11-08T00:45:14.648Zinfo: running `cargo check --bins` on gateway-client (66/168)
24752024-11-08T00:45:15.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-08T00:45:15.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-08T00:45:15.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-11-08T00:45:15.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24792024-11-08T00:45:15.230Z
24802024-11-08T00:45:15.230Zinfo: running `cargo check --bins` on oxql-types (67/168)
24812024-11-08T00:45:15.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-08T00:45:15.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-08T00:45:15.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-08T00:45:15.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24852024-11-08T00:45:15.824Z
24862024-11-08T00:45:15.824Zinfo: running `cargo check --bins` on update-engine (68/168)
24872024-11-08T00:45:16.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-08T00:45:16.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-08T00:45:16.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-08T00:45:16.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24912024-11-08T00:45:16.416Z
24922024-11-08T00:45:16.416Zinfo: running `cargo check --bins` on sp-sim (69/168)
24932024-11-08T00:45:16.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-08T00:45:16.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-08T00:45:17.027Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24962024-11-08T00:45:18.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
24972024-11-08T00:45:19.026Z
24982024-11-08T00:45:19.026Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
24992024-11-08T00:45:19.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-08T00:45:19.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-08T00:45:19.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-08T00:45:19.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25032024-11-08T00:45:19.658Z
25042024-11-08T00:45:19.658Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25052024-11-08T00:45:20.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-08T00:45:20.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-08T00:45:20.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-08T00:45:20.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25092024-11-08T00:45:20.308Z
25102024-11-08T00:45:20.308Zinfo: running `cargo check --bins` on db-macros (72/168)
25112024-11-08T00:45:20.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-08T00:45:20.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-08T00:45:20.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-08T00:45:20.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25152024-11-08T00:45:20.885Z
25162024-11-08T00:45:20.885Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25172024-11-08T00:45:21.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-08T00:45:21.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-08T00:45:21.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-08T00:45:21.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25212024-11-08T00:45:21.474Z
25222024-11-08T00:45:21.475Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25232024-11-08T00:45:22.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-08T00:45:22.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-08T00:45:22.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-08T00:45:22.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25272024-11-08T00:45:22.120Z
25282024-11-08T00:45:22.120Zinfo: running `cargo check --bins` on authz-macros (75/168)
25292024-11-08T00:45:22.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-08T00:45:22.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-08T00:45:22.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-08T00:45:22.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25332024-11-08T00:45:22.702Z
25342024-11-08T00:45:22.702Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25352024-11-08T00:45:23.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-08T00:45:23.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-08T00:45:23.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-08T00:45:23.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25392024-11-08T00:45:23.314Z
25402024-11-08T00:45:23.314Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25412024-11-08T00:45:23.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-08T00:45:23.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-08T00:45:23.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-08T00:45:23.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25452024-11-08T00:45:23.939Z
25462024-11-08T00:45:23.939Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25472024-11-08T00:45:24.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-08T00:45:24.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-08T00:45:24.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-08T00:45:24.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25512024-11-08T00:45:24.533Z
25522024-11-08T00:45:24.533Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25532024-11-08T00:45:25.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-08T00:45:25.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-08T00:45:25.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-08T00:45:25.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25572024-11-08T00:45:25.137Z
25582024-11-08T00:45:25.137Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25592024-11-08T00:45:25.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-08T00:45:25.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-08T00:45:25.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-08T00:45:25.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25632024-11-08T00:45:25.751Z
25642024-11-08T00:45:25.751Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25652024-11-08T00:45:26.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-08T00:45:26.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-08T00:45:26.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-11-08T00:45:26.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25692024-11-08T00:45:26.349Z
25702024-11-08T00:45:26.349Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25712024-11-08T00:45:26.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-11-08T00:45:26.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-11-08T00:45:26.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-11-08T00:45:26.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25752024-11-08T00:45:26.942Z
25762024-11-08T00:45:26.942Zinfo: running `cargo check --bins` on typed-rng (83/168)
25772024-11-08T00:45:27.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-11-08T00:45:27.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-11-08T00:45:27.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-11-08T00:45:27.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25812024-11-08T00:45:27.514Z
25822024-11-08T00:45:27.515Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25832024-11-08T00:45:28.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-11-08T00:45:28.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-11-08T00:45:28.204Z Checking keccak v0.1.5
25862024-11-08T00:45:28.310Z Checking secrecy v0.8.0
25872024-11-08T00:45:28.312Z Compiling unicase v2.7.0
25882024-11-08T00:45:28.312Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25892024-11-08T00:45:28.312Z Compiling same-file v1.0.6
25902024-11-08T00:45:28.341Z Compiling tempfile v3.13.0
25912024-11-08T00:45:28.367Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922024-11-08T00:45:28.369Z Compiling thiserror-impl-no-std v2.0.2
25932024-11-08T00:45:28.520Z Compiling walkdir v2.5.0
25942024-11-08T00:45:28.585Z Checking sha3 v0.10.8
25952024-11-08T00:45:28.615Z Checking universal-hash v0.5.1
25962024-11-08T00:45:28.680Z Compiling ring v0.16.20
25972024-11-08T00:45:28.798Z Compiling blake3 v1.5.4
25982024-11-08T00:45:28.813Z Checking opaque-debug v0.3.1
25992024-11-08T00:45:28.902Z Checking poly1305 v0.8.0
26002024-11-08T00:45:28.979Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26012024-11-08T00:45:29.196Z Checking chacha20 v0.9.1
26022024-11-08T00:45:29.280Z Checking aead v0.5.2
26032024-11-08T00:45:29.295Z Compiling memmap2 v0.9.5
26042024-11-08T00:45:29.408Z Compiling salty v0.3.0
26052024-11-08T00:45:29.506Z Compiling arrayvec v0.7.6
26062024-11-08T00:45:29.543Z Compiling home v0.5.9
26072024-11-08T00:45:29.560Z Compiling spin v0.5.2
26082024-11-08T00:45:29.702Z Compiling untrusted v0.7.1
26092024-11-08T00:45:29.789Z Compiling constant_time_eq v0.3.1
26102024-11-08T00:45:29.803Z Compiling arrayref v0.3.9
26112024-11-08T00:45:29.824Z Compiling libefi-sys v0.1.0
26122024-11-08T00:45:29.901Z Compiling toolchain_find v0.4.0
26132024-11-08T00:45:29.901Z Checking chacha20poly1305 v0.10.1
26142024-11-08T00:45:30.083Z Compiling camino-tempfile v1.1.1
26152024-11-08T00:45:30.132Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26162024-11-08T00:45:30.174Z Compiling bitfield-struct v0.6.2
26172024-11-08T00:45:30.349Z Compiling topological-sort v0.2.2
26182024-11-08T00:45:30.545Z Compiling mime_guess v2.0.5
26192024-11-08T00:45:30.575Z Compiling rustfmt-wrapper v0.2.1
26202024-11-08T00:45:30.956Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26212024-11-08T00:45:31.155Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26222024-11-08T00:45:31.259Z Checking primeorder v0.13.6
26232024-11-08T00:45:31.275Z Checking env_filter v0.1.2
26242024-11-08T00:45:31.298Z Checking thiserror-no-std v2.0.2
26252024-11-08T00:45:31.408Z Checking vsss-rs v3.3.4
26262024-11-08T00:45:31.444Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272024-11-08T00:45:31.496Z Checking env_logger v0.11.5
26282024-11-08T00:45:31.530Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292024-11-08T00:45:31.736Z Checking p384 v0.13.0
26302024-11-08T00:45:31.788Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26312024-11-08T00:45:31.821Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322024-11-08T00:45:32.068Z Checking gethostname v0.5.0
26332024-11-08T00:45:32.093Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342024-11-08T00:45:32.111Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26352024-11-08T00:45:32.197Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26362024-11-08T00:45:32.525Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372024-11-08T00:45:32.546Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26382024-11-08T00:45:32.569Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392024-11-08T00:45:32.825Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26402024-11-08T00:45:33.111Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26412024-11-08T00:45:33.129Z Checking nanorand v0.7.0
26422024-11-08T00:45:33.156Z Checking atty v0.2.14
26432024-11-08T00:45:33.173Z Checking http-range v0.1.5
26442024-11-08T00:45:33.289Z Checking glob v0.3.1
26452024-11-08T00:45:33.357Z Checking hyper-staticfile v0.10.1
26462024-11-08T00:45:33.478Z Checking flume v0.11.0
26472024-11-08T00:45:33.617Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26482024-11-08T00:45:33.900Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26492024-11-08T00:45:33.921Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502024-11-08T00:45:34.329Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26512024-11-08T00:45:34.683Z Compiling omicron-zone-package v0.11.1
26522024-11-08T00:45:35.020Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532024-11-08T00:45:35.271Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26542024-11-08T00:45:36.000Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26552024-11-08T00:45:36.018Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26562024-11-08T00:45:36.230Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26572024-11-08T00:45:36.700Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582024-11-08T00:45:36.749Z Checking display-error-chain v0.2.2
26592024-11-08T00:45:37.414Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26602024-11-08T00:45:38.744Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26612024-11-08T00:45:40.060Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26622024-11-08T00:45:40.063Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26632024-11-08T00:45:52.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26642024-11-08T00:46:41.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
26652024-11-08T00:46:42.121Z
26662024-11-08T00:46:42.121Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26672024-11-08T00:46:42.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-11-08T00:46:42.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-11-08T00:46:42.821Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26702024-11-08T00:47:31.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.65s
26712024-11-08T00:47:31.971Z
26722024-11-08T00:47:31.971Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26732024-11-08T00:47:32.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-11-08T00:47:32.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-11-08T00:47:32.667Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26762024-11-08T00:48:21.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.72s
26772024-11-08T00:48:21.879Z
26782024-11-08T00:48:21.879Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26792024-11-08T00:48:22.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-11-08T00:48:22.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-11-08T00:48:22.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26822024-11-08T00:49:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.82s
26832024-11-08T00:49:11.897Z
26842024-11-08T00:49:11.897Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
26852024-11-08T00:49:12.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-11-08T00:49:12.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-11-08T00:49:12.592Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-11-08T00:50:02.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.45s
26892024-11-08T00:50:02.539Z
26902024-11-08T00:50:02.539Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
26912024-11-08T00:50:03.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-11-08T00:50:03.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-11-08T00:50:03.232Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26942024-11-08T00:50:52.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.67s
26952024-11-08T00:50:52.400Z
26962024-11-08T00:50:52.400Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
26972024-11-08T00:50:52.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-11-08T00:50:52.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-11-08T00:50:53.097Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27002024-11-08T00:51:42.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.69s
27012024-11-08T00:51:42.280Z
27022024-11-08T00:51:42.280Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27032024-11-08T00:51:42.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-11-08T00:51:42.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-11-08T00:51:42.978Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27062024-11-08T00:52:31.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s
27072024-11-08T00:52:31.727Z
27082024-11-08T00:52:31.727Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27092024-11-08T00:52:32.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-11-08T00:52:32.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-11-08T00:52:32.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-11-08T00:52:32.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27132024-11-08T00:52:32.369Z
27142024-11-08T00:52:32.369Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27152024-11-08T00:52:32.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-11-08T00:52:32.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-11-08T00:52:32.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-11-08T00:52:32.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27192024-11-08T00:52:32.993Z
27202024-11-08T00:52:32.993Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27212024-11-08T00:52:33.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-11-08T00:52:33.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-11-08T00:52:33.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-11-08T00:52:33.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27252024-11-08T00:52:33.611Z
27262024-11-08T00:52:33.611Zinfo: running `cargo check --bins` on dpd-client (95/168)
27272024-11-08T00:52:34.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-11-08T00:52:34.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-11-08T00:52:34.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-11-08T00:52:34.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27312024-11-08T00:52:34.200Z
27322024-11-08T00:52:34.200Zinfo: running `cargo check --bins` on installinator-common (96/168)
27332024-11-08T00:52:34.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-11-08T00:52:34.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-11-08T00:52:34.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-11-08T00:52:34.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27372024-11-08T00:52:34.812Z
27382024-11-08T00:52:34.812Zinfo: running `cargo check --bins` on key-manager (97/168)
27392024-11-08T00:52:35.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-11-08T00:52:35.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-11-08T00:52:35.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-11-08T00:52:35.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27432024-11-08T00:52:35.401Z
27442024-11-08T00:52:35.401Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27452024-11-08T00:52:35.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-11-08T00:52:35.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-11-08T00:52:35.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-11-08T00:52:35.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27492024-11-08T00:52:36.007Z
27502024-11-08T00:52:36.007Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27512024-11-08T00:52:36.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-11-08T00:52:36.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-11-08T00:52:36.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-11-08T00:52:36.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27552024-11-08T00:52:36.609Z
27562024-11-08T00:52:36.609Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27572024-11-08T00:52:37.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-11-08T00:52:37.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-11-08T00:52:37.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-11-08T00:52:37.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27612024-11-08T00:52:37.195Z
27622024-11-08T00:52:37.195Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27632024-11-08T00:52:37.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-08T00:52:37.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-08T00:52:37.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-11-08T00:52:37.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27672024-11-08T00:52:37.811Z
27682024-11-08T00:52:37.811Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27692024-11-08T00:52:38.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-08T00:52:38.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-08T00:52:38.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-11-08T00:52:38.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27732024-11-08T00:52:38.415Z
27742024-11-08T00:52:38.416Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27752024-11-08T00:52:38.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-08T00:52:38.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-08T00:52:38.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-11-08T00:52:38.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27792024-11-08T00:52:39.028Z
27802024-11-08T00:52:39.028Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27812024-11-08T00:52:39.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-08T00:52:39.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-08T00:52:39.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-11-08T00:52:39.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27852024-11-08T00:52:39.644Z
27862024-11-08T00:52:39.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
27872024-11-08T00:52:40.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-08T00:52:40.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-08T00:52:40.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-11-08T00:52:40.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-11-08T00:52:40.266Z
27922024-11-08T00:52:40.266Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
27932024-11-08T00:52:40.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-08T00:52:40.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-08T00:52:40.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-11-08T00:52:40.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972024-11-08T00:52:40.890Z
27982024-11-08T00:52:40.890Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
27992024-11-08T00:52:41.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-08T00:52:41.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-08T00:52:41.543Z Compiling phf_generator v0.11.2
28022024-11-08T00:52:41.546Z Compiling parse-zoneinfo v0.3.1
28032024-11-08T00:52:41.653Z Compiling const_format_proc_macros v0.2.33
28042024-11-08T00:52:41.656Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052024-11-08T00:52:41.656Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28062024-11-08T00:52:41.656Z Checking bcs v0.1.6
28072024-11-08T00:52:41.656Z Compiling async-recursion v1.1.1
28082024-11-08T00:52:41.665Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28092024-11-08T00:52:41.789Z Compiling phf_codegen v0.11.2
28102024-11-08T00:52:41.996Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28112024-11-08T00:52:42.251Z Compiling chrono-tz-build v0.4.0
28122024-11-08T00:52:43.275Z Checking const_format v0.2.33
28132024-11-08T00:52:43.345Z Compiling chrono-tz v0.10.0
28142024-11-08T00:52:55.358Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28152024-11-08T00:52:57.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.91s
28162024-11-08T00:52:57.976Z
28172024-11-08T00:52:57.976Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28182024-11-08T00:52:58.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-11-08T00:52:58.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-11-08T00:52:58.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-11-08T00:52:58.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28222024-11-08T00:52:58.573Z
28232024-11-08T00:52:58.573Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28242024-11-08T00:52:59.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-11-08T00:52:59.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-11-08T00:52:59.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-11-08T00:52:59.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28282024-11-08T00:52:59.165Z
28292024-11-08T00:52:59.165Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28302024-11-08T00:52:59.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-11-08T00:52:59.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-11-08T00:52:59.796Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332024-11-08T00:53:00.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
28342024-11-08T00:53:00.590Z
28352024-11-08T00:53:00.590Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28362024-11-08T00:53:01.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-11-08T00:53:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-11-08T00:53:01.230Z Compiling cfg_aliases v0.1.1
28392024-11-08T00:53:01.233Z Compiling vte_generate_state_changes v0.1.2
28402024-11-08T00:53:01.233Z Checking fd-lock v4.0.2
28412024-11-08T00:53:01.233Z Checking bytecount v0.6.8
28422024-11-08T00:53:01.330Z Compiling tabled_derive v0.7.0
28432024-11-08T00:53:01.348Z Compiling peg-macros v0.8.4
28442024-11-08T00:53:01.355Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452024-11-08T00:53:01.357Z Compiling sqlparser_derive v0.2.2
28462024-11-08T00:53:01.402Z Compiling nix v0.28.0
28472024-11-08T00:53:01.474Z Checking papergrid v0.11.0
28482024-11-08T00:53:01.860Z Checking unicode_categories v0.1.1
28492024-11-08T00:53:01.882Z Checking vte v0.11.1
28502024-11-08T00:53:02.154Z Checking nu-ansi-term v0.50.1
28512024-11-08T00:53:02.413Z Checking home v0.5.9
28522024-11-08T00:53:02.530Z Checking sqlparser v0.45.0
28532024-11-08T00:53:02.546Z Checking sqlformat v0.2.6
28542024-11-08T00:53:03.239Z Checking strip-ansi-escapes v0.2.0
28552024-11-08T00:53:03.398Z Checking reedline v0.35.0
28562024-11-08T00:53:03.428Z Checking tabled v0.15.0
28572024-11-08T00:53:04.050Z Checking peg v0.8.4
28582024-11-08T00:53:04.652Z Checking rustyline v14.0.0
28592024-11-08T00:53:15.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s
28602024-11-08T00:53:15.766Z
28612024-11-08T00:53:15.766Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28622024-11-08T00:53:16.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-11-08T00:53:16.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-11-08T00:53:16.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652024-11-08T00:53:23.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
28662024-11-08T00:53:24.045Z
28672024-11-08T00:53:24.045Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28682024-11-08T00:53:24.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-11-08T00:53:24.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-11-08T00:53:24.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712024-11-08T00:53:30.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
28722024-11-08T00:53:30.758Z
28732024-11-08T00:53:30.758Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28742024-11-08T00:53:31.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-11-08T00:53:31.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-11-08T00:53:31.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772024-11-08T00:53:38.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
28782024-11-08T00:53:38.634Z
28792024-11-08T00:53:38.634Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28802024-11-08T00:53:39.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-11-08T00:53:39.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-11-08T00:53:39.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28832024-11-08T00:53:46.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s
28842024-11-08T00:53:46.609Z
28852024-11-08T00:53:46.609Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
28862024-11-08T00:53:47.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-11-08T00:53:47.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-11-08T00:53:47.250Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28892024-11-08T00:53:53.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s
28902024-11-08T00:53:53.576Z
28912024-11-08T00:53:53.576Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
28922024-11-08T00:53:54.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-11-08T00:53:54.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-11-08T00:53:54.210Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952024-11-08T00:54:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.79s
28962024-11-08T00:54:00.541Z
28972024-11-08T00:54:00.541Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
28982024-11-08T00:54:01.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-11-08T00:54:01.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-11-08T00:54:01.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29012024-11-08T00:54:08.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
29022024-11-08T00:54:08.658Z
29032024-11-08T00:54:08.658Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29042024-11-08T00:54:09.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-11-08T00:54:09.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-11-08T00:54:09.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-11-08T00:54:09.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29082024-11-08T00:54:09.301Z
29092024-11-08T00:54:09.301Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
29102024-11-08T00:54:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-11-08T00:54:09.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-11-08T00:54:09.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-11-08T00:54:09.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142024-11-08T00:54:09.871Z
29152024-11-08T00:54:09.871Zinfo: running `cargo check --bins` on installinator-client (121/168)
29162024-11-08T00:54:10.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-11-08T00:54:10.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-11-08T00:54:10.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192024-11-08T00:54:10.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29202024-11-08T00:54:10.478Z
29212024-11-08T00:54:10.478Zinfo: running `cargo check --bins` on oxide-client (122/168)
29222024-11-08T00:54:10.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-11-08T00:54:10.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-11-08T00:54:10.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-11-08T00:54:10.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262024-11-08T00:54:11.060Z
29272024-11-08T00:54:11.060Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29282024-11-08T00:54:11.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-11-08T00:54:11.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-11-08T00:54:11.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312024-11-08T00:54:11.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29322024-11-08T00:54:11.696Z
29332024-11-08T00:54:11.696Zinfo: running `cargo check --bins` on wicket-common (124/168)
29342024-11-08T00:54:12.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352024-11-08T00:54:12.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362024-11-08T00:54:12.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372024-11-08T00:54:12.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29382024-11-08T00:54:12.305Z
29392024-11-08T00:54:12.305Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29402024-11-08T00:54:12.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-11-08T00:54:12.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-11-08T00:54:12.929Z Checking csv-core v0.1.11
29432024-11-08T00:54:12.932Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29442024-11-08T00:54:13.236Z Checking csv v1.3.0
29452024-11-08T00:54:13.782Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29462024-11-08T00:54:14.131Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29472024-11-08T00:54:15.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
29482024-11-08T00:54:15.507Z
29492024-11-08T00:54:15.507Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29502024-11-08T00:54:16.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-11-08T00:54:16.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-11-08T00:54:16.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532024-11-08T00:54:16.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29542024-11-08T00:54:16.109Z
29552024-11-08T00:54:16.109Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29562024-11-08T00:54:16.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-11-08T00:54:16.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-11-08T00:54:16.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592024-11-08T00:54:16.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29602024-11-08T00:54:16.704Z
29612024-11-08T00:54:16.704Zinfo: running `cargo check --bins` on cert-dev (128/168)
29622024-11-08T00:54:17.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-11-08T00:54:17.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-11-08T00:54:17.277Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29652024-11-08T00:54:17.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29662024-11-08T00:54:17.702Z
29672024-11-08T00:54:17.702Zinfo: running `cargo check --bins` on ch-dev (129/168)
29682024-11-08T00:54:18.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-11-08T00:54:18.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-11-08T00:54:18.323Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29712024-11-08T00:54:19.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
29722024-11-08T00:54:19.202Z
29732024-11-08T00:54:19.202Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29742024-11-08T00:54:19.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-11-08T00:54:19.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-11-08T00:54:19.826Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29772024-11-08T00:54:20.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29782024-11-08T00:54:20.331Z
29792024-11-08T00:54:20.331Zinfo: running `cargo check --bins` on db-dev (131/168)
29802024-11-08T00:54:20.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-11-08T00:54:20.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-11-08T00:54:20.946Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29832024-11-08T00:54:21.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
29842024-11-08T00:54:21.864Z
29852024-11-08T00:54:21.864Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
29862024-11-08T00:54:22.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-08T00:54:22.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-08T00:54:22.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892024-11-08T00:54:22.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29902024-11-08T00:54:22.430Z
29912024-11-08T00:54:22.430Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
29922024-11-08T00:54:22.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-11-08T00:54:22.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-11-08T00:54:23.020Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952024-11-08T00:54:23.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
29962024-11-08T00:54:24.116Z
29972024-11-08T00:54:24.116Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
29982024-11-08T00:54:24.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-08T00:54:24.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-08T00:54:24.717Z Checking cargo-platform v0.1.8
30012024-11-08T00:54:24.990Z Checking cargo_metadata v0.18.1
30022024-11-08T00:54:25.974Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30032024-11-08T00:54:26.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
30042024-11-08T00:54:26.879Z
30052024-11-08T00:54:26.879Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30062024-11-08T00:54:27.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-11-08T00:54:27.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-11-08T00:54:27.552Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30092024-11-08T00:54:28.235Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30102024-11-08T00:54:28.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
30112024-11-08T00:54:28.912Z
30122024-11-08T00:54:28.912Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30132024-11-08T00:54:29.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-11-08T00:54:29.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-11-08T00:54:29.670Z Compiling crunchy v0.2.2
30162024-11-08T00:54:29.670Z Compiling glob v0.3.1
30172024-11-08T00:54:29.673Z Compiling tiny-keccak v2.0.2
30182024-11-08T00:54:29.673Z Compiling dsl_auto_type v0.1.2
30192024-11-08T00:54:29.673Z Checking scheduled-thread-pool v0.2.7
30202024-11-08T00:54:29.673Z Compiling diesel_table_macro_syntax v0.2.0
30212024-11-08T00:54:29.818Z Compiling ascii-canvas v3.0.0
30222024-11-08T00:54:29.832Z Compiling ena v0.14.3
30232024-11-08T00:54:30.013Z Checking r2d2 v0.8.10
30242024-11-08T00:54:30.086Z Compiling libloading v0.8.5
30252024-11-08T00:54:30.174Z Compiling diff v0.1.13
30262024-11-08T00:54:30.208Z Compiling regex-syntax v0.6.29
30272024-11-08T00:54:30.335Z Compiling bindgen v0.69.5
30282024-11-08T00:54:30.396Z Compiling which v4.4.2
30292024-11-08T00:54:30.502Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30302024-11-08T00:54:30.724Z Compiling clang-sys v1.8.1
30312024-11-08T00:54:30.743Z Compiling cexpr v0.6.0
30322024-11-08T00:54:30.817Z Compiling rustc-hash v1.1.0
30332024-11-08T00:54:30.983Z Compiling lazycell v1.3.0
30342024-11-08T00:54:30.986Z Compiling ref-cast v1.0.23
30352024-11-08T00:54:31.072Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30362024-11-08T00:54:31.160Z Compiling derive_builder_core v0.20.2
30372024-11-08T00:54:31.178Z Compiling libxml v0.3.3
30382024-11-08T00:54:31.309Z Compiling diesel_derives v2.2.3
30392024-11-08T00:54:31.366Z Compiling ref-cast-impl v1.0.23
30402024-11-08T00:54:31.558Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30412024-11-08T00:54:31.674Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30422024-11-08T00:54:32.069Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30432024-11-08T00:54:32.389Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30442024-11-08T00:54:32.460Z Compiling strum_macros v0.24.3
30452024-11-08T00:54:32.696Z Compiling indoc v1.0.9
30462024-11-08T00:54:33.472Z Compiling lalrpop v0.19.12
30472024-11-08T00:54:33.715Z Compiling derive_builder_macro v0.20.2
30482024-11-08T00:54:34.655Z Checking derive_builder v0.20.2
30492024-11-08T00:54:34.674Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30502024-11-08T00:54:34.822Z Compiling oso-derive v0.27.3
30512024-11-08T00:54:34.879Z Compiling impl-trait-for-tuples v0.2.2
30522024-11-08T00:54:34.959Z Checking quick-xml v0.33.0
30532024-11-08T00:54:35.929Z Compiling diesel-dtrace v0.3.0
30542024-11-08T00:54:35.948Z Checking maplit v1.0.2
30552024-11-08T00:54:36.103Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30562024-11-08T00:54:36.339Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30572024-11-08T00:54:36.646Z Checking bb8 v0.8.5
30582024-11-08T00:54:37.182Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30592024-11-08T00:54:37.206Z Checking castaway v0.2.3
30602024-11-08T00:54:37.375Z Checking rand_seeder v0.3.0
30612024-11-08T00:54:37.512Z Checking compact_str v0.8.0
30622024-11-08T00:54:37.628Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30632024-11-08T00:54:37.758Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30642024-11-08T00:54:37.826Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30652024-11-08T00:54:38.486Z Checking unicode-truncate v1.1.0
30662024-11-08T00:54:38.726Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30672024-11-08T00:54:39.038Z Checking lru v0.12.5
30682024-11-08T00:54:39.219Z Compiling instability v0.3.2
30692024-11-08T00:54:39.406Z Checking unicode-linebreak v0.1.5
30702024-11-08T00:54:39.737Z Checking smawk v0.3.2
30712024-11-08T00:54:39.882Z Checking is_ci v1.2.0
30722024-11-08T00:54:39.950Z Checking cassowary v0.3.0
30732024-11-08T00:54:40.032Z Checking supports-color v3.0.1
30742024-11-08T00:54:40.241Z Checking textwrap v0.16.1
30752024-11-08T00:54:40.310Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30762024-11-08T00:54:40.352Z Checking ratatui v0.28.1
30772024-11-08T00:54:40.682Z Checking multimap v0.10.0
30782024-11-08T00:54:42.634Z Checking diesel v2.2.4
30792024-11-08T00:55:07.198Z Compiling samael v0.0.17
30802024-11-08T00:55:18.689Z Checking async-bb8-diesel v0.2.1
30812024-11-08T00:55:19.194Z Compiling polar-core v0.27.3
30822024-11-08T00:55:26.751Z Checking oso v0.27.3
30832024-11-08T00:57:03.243Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30842024-11-08T00:57:11.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
30852024-11-08T00:57:11.579Z
30862024-11-08T00:57:11.579Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
30872024-11-08T00:57:12.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-08T00:57:12.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-08T00:57:12.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-11-08T00:57:12.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30912024-11-08T00:57:12.227Z
30922024-11-08T00:57:12.227Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
30932024-11-08T00:57:12.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-11-08T00:57:12.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-11-08T00:57:12.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962024-11-08T00:57:12.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30972024-11-08T00:57:12.862Z
30982024-11-08T00:57:12.862Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
30992024-11-08T00:57:13.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-11-08T00:57:13.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-11-08T00:57:13.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022024-11-08T00:57:13.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31032024-11-08T00:57:13.447Z
31042024-11-08T00:57:13.447Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31052024-11-08T00:57:14.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-11-08T00:57:14.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-11-08T00:57:14.222Z Compiling libz-sys v1.1.20
31082024-11-08T00:57:14.333Z Checking http v0.2.12
31092024-11-08T00:57:14.335Z Compiling libgit2-sys v0.17.0+1.8.1
31102024-11-08T00:57:14.357Z Compiling vergen v8.3.2
31112024-11-08T00:57:14.360Z Compiling cargo-platform v0.1.8
31122024-11-08T00:57:14.360Z Compiling pin-project-internal v1.1.6
31132024-11-08T00:57:14.400Z Compiling libsqlite3-sys v0.30.1
31142024-11-08T00:57:14.400Z Compiling snafu-derive v0.8.5
31152024-11-08T00:57:14.669Z Compiling zip v2.1.3
31162024-11-08T00:57:14.936Z Compiling cargo_metadata v0.18.1
31172024-11-08T00:57:14.957Z Compiling cfg_aliases v0.2.1
31182024-11-08T00:57:15.007Z Compiling rustls v0.21.12
31192024-11-08T00:57:15.060Z Compiling buf-list v1.0.3
31202024-11-08T00:57:15.123Z Checking bumpalo v3.16.0
31212024-11-08T00:57:15.319Z Checking lockfree-object-pool v0.1.6
31222024-11-08T00:57:15.475Z Checking sync_wrapper v0.1.2
31232024-11-08T00:57:15.559Z Checking simd-adler32 v0.3.7
31242024-11-08T00:57:15.642Z Compiling nix v0.29.0
31252024-11-08T00:57:15.660Z Checking h2 v0.3.26
31262024-11-08T00:57:15.705Z Checking http-body v0.4.6
31272024-11-08T00:57:15.888Z Checking zopfli v0.8.1
31282024-11-08T00:57:16.247Z Checking globset v0.4.15
31292024-11-08T00:57:16.521Z Checking rustls-webpki v0.101.7
31302024-11-08T00:57:16.577Z Checking sct v0.7.1
31312024-11-08T00:57:16.716Z Checking olpc-cjson v0.1.4
31322024-11-08T00:57:16.788Z Checking serde_plain v1.0.2
31332024-11-08T00:57:16.922Z Compiling displaydoc v0.2.5
31342024-11-08T00:57:17.046Z Checking typed-path v0.7.1
31352024-11-08T00:57:17.263Z Checking pin-project v1.1.6
31362024-11-08T00:57:18.200Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31372024-11-08T00:57:18.304Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31382024-11-08T00:57:18.473Z Checking hashlink v0.9.1
31392024-11-08T00:57:18.582Z Checking parse-size v1.1.0
31402024-11-08T00:57:18.774Z Checking fallible-iterator v0.3.0
31412024-11-08T00:57:18.918Z Checking fallible-streaming-iterator v0.1.9
31422024-11-08T00:57:19.215Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31432024-11-08T00:57:19.422Z Checking rusqlite v0.32.1
31442024-11-08T00:57:19.556Z Checking snafu v0.8.5
31452024-11-08T00:57:19.651Z Checking rustls-pemfile v1.0.4
31462024-11-08T00:57:19.697Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31472024-11-08T00:57:19.859Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31482024-11-08T00:57:19.996Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31492024-11-08T00:57:20.011Z Checking twox-hash v1.6.3
31502024-11-08T00:57:20.125Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31512024-11-08T00:57:20.414Z Checking tokio-rustls v0.24.1
31522024-11-08T00:57:20.477Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31532024-11-08T00:57:20.749Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31542024-11-08T00:57:21.013Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31552024-11-08T00:57:21.141Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31562024-11-08T00:57:21.271Z Checking fatfs v0.3.6
31572024-11-08T00:57:21.904Z Checking hyper v0.14.30
31582024-11-08T00:57:21.987Z Checking assert_matches v1.5.0
31592024-11-08T00:57:26.186Z Checking reqwest v0.11.27
31602024-11-08T00:57:27.031Z Checking tough v0.17.1
31612024-11-08T00:57:28.071Z Compiling git2 v0.19.0
31622024-11-08T00:57:30.237Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31632024-11-08T00:57:31.421Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31642024-11-08T00:57:33.263Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31652024-11-08T01:01:06.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 53s
31662024-11-08T01:01:06.954Z
31672024-11-08T01:01:06.954Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31682024-11-08T01:01:07.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-11-08T01:01:07.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-11-08T01:01:07.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712024-11-08T01:01:07.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31722024-11-08T01:01:07.626Z
31732024-11-08T01:01:07.626Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31742024-11-08T01:01:08.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-11-08T01:01:08.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-11-08T01:01:08.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772024-11-08T01:01:08.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31782024-11-08T01:01:08.201Z
31792024-11-08T01:01:08.201Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31802024-11-08T01:01:08.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-11-08T01:01:08.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-11-08T01:01:08.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832024-11-08T01:01:08.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31842024-11-08T01:01:08.822Z
31852024-11-08T01:01:08.822Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31862024-11-08T01:01:09.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-11-08T01:01:09.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-11-08T01:01:09.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892024-11-08T01:01:09.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31902024-11-08T01:01:09.471Z
31912024-11-08T01:01:09.474Zinfo: running `cargo check --bins` on nexus-networking (145/168)
31922024-11-08T01:01:10.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-11-08T01:01:10.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-11-08T01:01:10.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952024-11-08T01:01:10.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31962024-11-08T01:01:10.111Z
31972024-11-08T01:01:10.111Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
31982024-11-08T01:01:10.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-11-08T01:01:10.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-11-08T01:01:10.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012024-11-08T01:01:10.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32022024-11-08T01:01:10.750Z
32032024-11-08T01:01:10.750Zinfo: running `cargo check --bins` on update-common (147/168)
32042024-11-08T01:01:11.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-11-08T01:01:11.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-11-08T01:01:11.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072024-11-08T01:01:11.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32082024-11-08T01:01:11.375Z
32092024-11-08T01:01:11.375Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32102024-11-08T01:01:11.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-11-08T01:01:11.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-11-08T01:01:11.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132024-11-08T01:01:11.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32142024-11-08T01:01:11.994Z
32152024-11-08T01:01:11.994Zinfo: running `cargo check --bins` on tufaceous (149/168)
32162024-11-08T01:01:12.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-11-08T01:01:12.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-11-08T01:01:12.643Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32192024-11-08T01:01:13.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
32202024-11-08T01:01:13.751Z
32212024-11-08T01:01:13.751Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32222024-11-08T01:01:14.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-11-08T01:01:14.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-11-08T01:01:14.569Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32252024-11-08T01:01:14.691Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32262024-11-08T01:01:14.693Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272024-11-08T01:01:14.693Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32282024-11-08T01:02:11.042Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32292024-11-08T01:02:11.045Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32302024-11-08T01:02:11.045Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32312024-11-08T01:02:11.045Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32322024-11-08T01:02:11.045Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32332024-11-08T01:02:11.928Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32342024-11-08T01:02:13.178Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32352024-11-08T01:05:33.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 19s
32362024-11-08T01:05:33.975Z
32372024-11-08T01:05:33.975Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32382024-11-08T01:05:34.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-11-08T01:05:34.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-11-08T01:05:34.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32412024-11-08T01:05:34.648Z Checking heck v0.4.1
32422024-11-08T01:05:34.648Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32432024-11-08T01:05:34.894Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32442024-11-08T01:05:36.264Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32452024-11-08T01:05:37.095Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32462024-11-08T01:05:38.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32472024-11-08T01:05:38.285Z
32482024-11-08T01:05:38.285Zinfo: running `cargo check --bins` on installinator-api (152/168)
32492024-11-08T01:05:38.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-11-08T01:05:38.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-11-08T01:05:38.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522024-11-08T01:05:38.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32532024-11-08T01:05:38.892Z
32542024-11-08T01:05:38.892Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32552024-11-08T01:05:39.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562024-11-08T01:05:39.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572024-11-08T01:05:39.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582024-11-08T01:05:39.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32592024-11-08T01:05:39.508Z
32602024-11-08T01:05:39.508Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32612024-11-08T01:05:40.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-11-08T01:05:40.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-11-08T01:05:40.155Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32642024-11-08T01:05:41.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
32652024-11-08T01:05:41.487Z
32662024-11-08T01:05:41.487Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32672024-11-08T01:05:42.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-11-08T01:05:42.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-11-08T01:05:42.128Z Checking memmap2 v0.9.5
32702024-11-08T01:05:42.128Z Checking arrayref v0.3.9
32712024-11-08T01:05:42.128Z Checking untrusted v0.7.1
32722024-11-08T01:05:42.128Z Checking spin v0.5.2
32732024-11-08T01:05:42.131Z Checking arrayvec v0.7.6
32742024-11-08T01:05:42.132Z Checking constant_time_eq v0.3.1
32752024-11-08T01:05:42.132Z Checking topological-sort v0.2.2
32762024-11-08T01:05:42.229Z Checking shell-words v1.1.0
32772024-11-08T01:05:42.435Z Checking ring v0.16.20
32782024-11-08T01:05:42.566Z Checking blake3 v1.5.4
32792024-11-08T01:05:43.595Z Checking omicron-zone-package v0.11.1
32802024-11-08T01:05:44.725Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32812024-11-08T01:05:45.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
32822024-11-08T01:05:45.811Z
32832024-11-08T01:05:45.811Zinfo: running `cargo check --bins` on xtask (156/168)
32842024-11-08T01:05:46.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852024-11-08T01:05:46.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862024-11-08T01:05:46.235Z Checking bitflags v2.6.0
32872024-11-08T01:05:46.238Z Checking serde v1.0.210
32882024-11-08T01:05:46.238Z Checking thiserror v1.0.64
32892024-11-08T01:05:46.325Z Checking scroll v0.12.0
32902024-11-08T01:05:46.328Z Checking log v0.4.22
32912024-11-08T01:05:46.334Z Checking hashbrown v0.15.0
32922024-11-08T01:05:46.342Z Checking zerocopy v0.7.35
32932024-11-08T01:05:46.367Z Checking syn v2.0.79
32942024-11-08T01:05:46.414Z Checking pest v2.7.14
32952024-11-08T01:05:46.565Z Checking rustix v0.38.37
32962024-11-08T01:05:46.589Z Checking once_cell v1.20.2
32972024-11-08T01:05:46.797Z Checking goblin v0.8.2
32982024-11-08T01:05:46.899Z Checking fs-err v2.11.0
32992024-11-08T01:05:47.208Z Checking anyhow v1.0.92
33002024-11-08T01:05:47.401Z Checking indexmap v2.6.0
33012024-11-08T01:05:47.631Z Checking tabled v0.15.0
33022024-11-08T01:05:48.544Z Checking terminal_size v0.4.0
33032024-11-08T01:05:48.546Z Checking tempfile v3.13.0
33042024-11-08T01:05:48.712Z Checking clap_builder v4.5.20
33052024-11-08T01:05:49.012Z Checking dtrace-parser v0.2.0
33062024-11-08T01:05:50.881Z Checking clap v4.5.20
33072024-11-08T01:05:50.921Z Checking serde_json v1.0.128
33082024-11-08T01:05:50.923Z Checking serde_spanned v0.6.8
33092024-11-08T01:05:50.924Z Checking toml_datetime v0.6.8
33102024-11-08T01:05:50.924Z Checking camino v1.1.9
33112024-11-08T01:05:50.924Z Checking semver v1.0.23
33122024-11-08T01:05:50.924Z Checking cargo-platform v0.1.8
33132024-11-08T01:05:50.977Z Checking macaddr v1.0.1
33142024-11-08T01:05:51.168Z Checking toml_edit v0.22.22
33152024-11-08T01:05:51.423Z Checking camino-tempfile v1.1.1
33162024-11-08T01:05:52.049Z Checking dof v0.3.0
33172024-11-08T01:05:52.049Z Checking cargo_metadata v0.18.1
33182024-11-08T01:05:52.484Z Checking usdt-impl v0.5.0
33192024-11-08T01:05:52.836Z Checking usdt v0.5.0
33202024-11-08T01:05:52.968Z Checking toml v0.8.19
33212024-11-08T01:05:53.453Z Checking cargo_toml v0.20.5
33222024-11-08T01:05:54.706Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33232024-11-08T01:05:55.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s
33242024-11-08T01:05:55.490Z
33252024-11-08T01:05:55.490Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33262024-11-08T01:05:56.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-11-08T01:05:56.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-11-08T01:05:56.160Z Checking polyval v0.6.2
33292024-11-08T01:05:56.267Z Checking ctr v0.9.2
33302024-11-08T01:05:56.279Z Checking ssh-encoding v0.2.0
33312024-11-08T01:05:56.281Z Checking blowfish v0.9.1
33322024-11-08T01:05:56.300Z Checking password-hash v0.4.2
33332024-11-08T01:05:56.303Z Checking matches v0.1.10
33342024-11-08T01:05:56.330Z Checking p256 v0.13.2
33352024-11-08T01:05:56.330Z Checking p521 v0.13.3
33362024-11-08T01:05:56.406Z Checking idna v0.2.3
33372024-11-08T01:05:56.495Z Checking bcrypt-pbkdf v0.10.0
33382024-11-08T01:05:56.512Z Checking ghash v0.5.1
33392024-11-08T01:05:56.529Z Compiling enum-as-inner v0.5.1
33402024-11-08T01:05:56.581Z Checking russh-cryptovec v0.7.3
33412024-11-08T01:05:56.672Z Checking aes-gcm v0.10.3
33422024-11-08T01:05:56.712Z Checking pbkdf2 v0.11.0
33432024-11-08T01:05:56.732Z Checking md5 v0.7.0
33442024-11-08T01:05:56.787Z Checking num-bigint v0.4.6
33452024-11-08T01:05:56.815Z Checking des v0.8.1
33462024-11-08T01:05:56.918Z Checking ssh-cipher v0.2.0
33472024-11-08T01:05:56.978Z Checking hex-literal v0.4.1
33482024-11-08T01:05:57.051Z Compiling dhcproto-macros v0.1.0
33492024-11-08T01:05:57.089Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33502024-11-08T01:05:57.114Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33512024-11-08T01:05:57.222Z Checking ssh-key v0.6.6
33522024-11-08T01:05:57.240Z Checking internet-checksum v0.2.1
33532024-11-08T01:05:57.527Z Checking trust-dns-proto v0.22.0
33542024-11-08T01:05:58.587Z Checking russh-keys v0.45.0
33552024-11-08T01:05:59.549Z Checking russh v0.45.0
33562024-11-08T01:06:00.081Z Checking dhcproto v0.12.0
33572024-11-08T01:06:21.995Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33582024-11-08T01:06:23.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.95s
33592024-11-08T01:06:23.584Z
33602024-11-08T01:06:23.584Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33612024-11-08T01:06:24.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-11-08T01:06:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-11-08T01:06:24.187Z Checking termios v0.3.3
33642024-11-08T01:06:24.404Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33652024-11-08T01:06:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
33662024-11-08T01:06:25.349Z
33672024-11-08T01:06:25.349Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33682024-11-08T01:06:25.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-08T01:06:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-08T01:06:26.015Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33712024-11-08T01:06:28.056Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33722024-11-08T01:06:30.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
33732024-11-08T01:06:30.238Z
33742024-11-08T01:06:30.239Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33752024-11-08T01:06:30.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-11-08T01:06:30.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-11-08T01:06:30.842Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33782024-11-08T01:06:31.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33792024-11-08T01:06:31.452Z
33802024-11-08T01:06:31.452Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33812024-11-08T01:06:31.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-11-08T01:06:31.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-11-08T01:06:31.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842024-11-08T01:06:31.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852024-11-08T01:06:32.045Z
33862024-11-08T01:06:32.045Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33872024-11-08T01:06:32.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-11-08T01:06:32.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-11-08T01:06:32.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902024-11-08T01:06:32.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33912024-11-08T01:06:32.764Z
33922024-11-08T01:06:32.764Zinfo: running `cargo check --bins` on omicron-package (163/168)
33932024-11-08T01:06:33.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-11-08T01:06:33.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-11-08T01:06:33.265Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962024-11-08T01:06:34.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
33972024-11-08T01:06:34.687Z
33982024-11-08T01:06:34.687Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
33992024-11-08T01:06:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-11-08T01:06:35.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-11-08T01:06:35.363Z Checking rtoolbox v0.0.2
34022024-11-08T01:06:35.363Z Checking tui-tree-widget v0.22.0
34032024-11-08T01:06:35.366Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34042024-11-08T01:06:35.586Z Checking rpassword v7.3.1
34052024-11-08T01:06:39.887Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34062024-11-08T01:06:43.056Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34072024-11-08T01:06:44.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
34082024-11-08T01:06:44.371Z
34092024-11-08T01:06:44.371Zinfo: running `cargo check --bins` on wicket (165/168)
34102024-11-08T01:06:44.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-11-08T01:06:44.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-11-08T01:06:45.033Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34132024-11-08T01:06:45.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34142024-11-08T01:06:45.604Z
34152024-11-08T01:06:45.604Zinfo: running `cargo check --bins` on wicketd (166/168)
34162024-11-08T01:06:46.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172024-11-08T01:06:46.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182024-11-08T01:06:46.303Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34192024-11-08T01:06:55.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.11s
34202024-11-08T01:06:55.904Z
34212024-11-08T01:06:55.904Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34222024-11-08T01:06:56.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-11-08T01:06:56.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-11-08T01:06:56.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252024-11-08T01:06:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34262024-11-08T01:06:56.506Z
34272024-11-08T01:06:56.506Zinfo: running `cargo check --bins` on zone-setup (168/168)
34282024-11-08T01:06:57.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292024-11-08T01:06:57.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302024-11-08T01:06:57.209Z Checking uzers v0.12.1
34312024-11-08T01:06:57.552Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34322024-11-08T01:06:58.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
34332024-11-08T01:06:59.112Z
34342024-11-08T01:06:59.112Zreal 24:36.022465207
34352024-11-08T01:06:59.112Zuser 37:01.019381442
34362024-11-08T01:06:59.112Zsys 5:23.784488092
34372024-11-08T01:06:59.112Ztrap 0.586191723
34382024-11-08T01:06:59.113Ztflt 2.950007291
34392024-11-08T01:06:59.113Zdflt 2.899164140
34402024-11-08T01:06:59.113Zkflt 0.001204112
34412024-11-08T01:06:59.113Zlock 1:30:20.327611943
34422024-11-08T01:06:59.113Zslp 3:29:28.748352558
34432024-11-08T01:06:59.113Zlat 1:00.237145462
34442024-11-08T01:06:59.113Zstop 3:06.813178273
34452024-11-08T01:06:59.119Zprocess exited: duration 1753839 ms, exit code 0
 
34462024-11-08T01:06:59.130Zfound 0 output files