01JE41H9TKEBR373DPZ11VRB7J: 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: 01JE41HNQN5DFZJZR0CWJ69W8P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-02T15:59:55.148Zjob assigned to worker 01JE41HQE1MWC64B8XVG88S5RC [factory aws, i-0f2af2770cc9732f3] (queued for 45 s)
 
22024-12-02T16:00:03.099Zstarting task 0: "setup"
32024-12-02T16:00:03.107Z++ uname -s
42024-12-02T16:00:03.110Z+ kern=SunOS
52024-12-02T16:00:03.110Z+ case "$kern" in
62024-12-02T16:00:03.110Z+ groupadd -g 12345 build
72024-12-02T16:00:03.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-02T16:00:05.118Z+ zfs create -o mountpoint=/work rpool/work
92024-12-02T16:00:05.212Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-02T16:00:05.215Z+ home_fs=zfs
112024-12-02T16:00:05.215Z+ [[ zfs == autofs ]]
122024-12-02T16:00:05.215Z+ mkdir -p /home/build
132024-12-02T16:00:05.218Z+ chown build:build /home/build /work
142024-12-02T16:00:07.218Z+ chmod 0700 /home/build /work
152024-12-02T16:00:07.221Zprocess exited: duration 4123 ms, exit code 0
 
162024-12-02T16:00:07.225Zstarting task 1: "rust-toolchain"
172024-12-02T16:00:07.231Z+ printf ' * toolchain channel = "%s"
182024-12-02T16:00:07.231Z * toolchain channel = "1.81.0"
192024-12-02T16:00:07.231Z * toolchain profile = "default"
202024-12-02T16:00:07.231Z' 1.81.0
212024-12-02T16:00:07.231Z+ printf ' * toolchain profile = "%s"
222024-12-02T16:00:07.231Z' default
232024-12-02T16:00:07.233Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-02T16:00:07.233Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-02T16:00:07.350Zinfo: downloading installer
262024-12-02T16:00:08.685Zinfo: profile set to 'default'
272024-12-02T16:00:08.685Zinfo: default host triple is x86_64-unknown-illumos
282024-12-02T16:00:08.687Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-02T16:00:08.824Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-02T16:00:08.824Zinfo: downloading component 'cargo'
312024-12-02T16:00:09.546Zinfo: downloading component 'clippy'
322024-12-02T16:00:09.812Zinfo: downloading component 'rust-docs'
332024-12-02T16:00:10.813Zinfo: downloading component 'rust-std'
342024-12-02T16:00:12.371Zinfo: downloading component 'rustc'
352024-12-02T16:00:17.964Zinfo: downloading component 'rustfmt'
362024-12-02T16:00:18.176Zinfo: installing component 'cargo'
372024-12-02T16:00:18.957Zinfo: installing component 'clippy'
382024-12-02T16:00:19.311Zinfo: installing component 'rust-docs'
392024-12-02T16:00:20.932Zinfo: installing component 'rust-std'
402024-12-02T16:00:22.624Zinfo: installing component 'rustc'
412024-12-02T16:00:28.247Zinfo: installing component 'rustfmt'
422024-12-02T16:00:28.565Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-02T16:00:28.565Z
442024-12-02T16:00:28.932Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-02T16:00:28.932Z
462024-12-02T16:00:28.935Z
472024-12-02T16:00:28.935ZRust is installed now. Great!
482024-12-02T16:00:28.935Z
492024-12-02T16:00:28.935ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-02T16:00:28.935Zenvironment variable. This has not been done automatically.
512024-12-02T16:00:28.935Z
522024-12-02T16:00:28.935ZTo configure your current shell, you need to source
532024-12-02T16:00:28.935Zthe corresponding env file under $HOME/.cargo.
542024-12-02T16:00:28.935Z
552024-12-02T16:00:28.935ZThis is usually done by running one of the following (note the leading DOT):
562024-12-02T16:00:28.935Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-02T16:00:28.935Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-02T16:00:29.009Z+ rustc --version
592024-12-02T16:00:29.072Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-02T16:00:29.075Zprocess exited: duration 21848 ms, exit code 0
 
612024-12-02T16:00:29.079Zstarting task 2: "authentication"
622024-12-02T16:00:29.100Zprocess exited: duration 20 ms, exit code 0
 
632024-12-02T16:00:29.105Zstarting task 3: "clone repository"
642024-12-02T16:00:29.109Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-02T16:00:29.112Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-02T16:00:29.146ZCloning into '/work/oxidecomputer/omicron'...
672024-12-02T16:00:35.878Z+ cd /work/oxidecomputer/omicron
682024-12-02T16:00:35.878Z+ git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1
692024-12-02T16:00:36.192ZFrom https://github.com/oxidecomputer/omicron
702024-12-02T16:00:36.192Z * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD
712024-12-02T16:00:36.202Z+ [[ -n john/fix-oximeter-refresh-stops-on-failure ]]
722024-12-02T16:00:36.205Z++ git branch --show-current
732024-12-02T16:00:36.208Z+ current=main
742024-12-02T16:00:36.208Z+ [[ main != john/fix-oximeter-refresh-stops-on-failure ]]
752024-12-02T16:00:36.208Z+ git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1
762024-12-02T16:00:36.210Z+ git checkout -f john/fix-oximeter-refresh-stops-on-failure
772024-12-02T16:00:36.383ZSwitched to branch 'john/fix-oximeter-refresh-stops-on-failure'
782024-12-02T16:00:36.385Z+ git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1
792024-12-02T16:00:36.398ZHEAD is now at 86522dc91 use slog-error-chain to get more details on errors
802024-12-02T16:00:36.401Zprocess exited: duration 7294 ms, exit code 0
 
812024-12-02T16:00:36.406Zstarting task 4: "build"
822024-12-02T16:00:36.411Z+ source .github/buildomat/ci-env.sh
832024-12-02T16:00:36.415Z++ export CARGO_TERM_COLOR=always
842024-12-02T16:00:36.415Z++ CARGO_TERM_COLOR=always
852024-12-02T16:00:36.415Z+ cargo --version
862024-12-02T16:00:36.469Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-02T16:00:36.472Z+ rustc --version
882024-12-02T16:00:36.531Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-02T16:00:36.533Z+ source ./env.sh
902024-12-02T16:00:36.536Z++ OLD_SHELL_OPTS=ehxB
912024-12-02T16:00:36.536Z++ set -o xtrace
922024-12-02T16:00:36.536Z++++ dirname ./env.sh
932024-12-02T16:00:36.538Z+++ readlink -f .
942024-12-02T16:00:36.542Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ 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-12-02T16:00:36.545Z++ case $OLD_SHELL_OPTS in
1042024-12-02T16:00:36.545Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-02T16:00:36.545Z+ 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-12-02T16:00:36.545Z+ 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-12-02T16:00:36.545Z+ banner prerequisites
1082024-12-02T16:00:36.548Z
1092024-12-02T16:00:36.548Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-02T16:00:36.548Z # # # # # # # # # # # # # # #
1112024-12-02T16:00:36.548Z # # # # ##### # # ##### # # # # # #### #
1122024-12-02T16:00:36.548Z ##### ##### # ##### # # # # # # # # #
1132024-12-02T16:00:36.548Z # # # # # # # # # # # # # # #
1142024-12-02T16:00:36.548Z # # # ###### # # ###### ### # #### # #### #
1152024-12-02T16:00:36.548Z
1162024-12-02T16:00:36.548Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-02T16:00:42.822Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-02T16:00:46.552Z Startup: Caching catalogs ... Done
1192024-12-02T16:00:56.190ZPlanning: Solver setup ... Done (8.783s)
1202024-12-02T16:00:56.311ZPlanning: Running solver ... Done (0.120s)
1212024-12-02T16:00:56.411ZPlanning: Finding local manifests ... Done (0.004s)
1222024-12-02T16:00:56.429ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-02T16:00:56.645ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-02T16:00:56.743ZPlanning: Package planning ... Done (0.098s)
1252024-12-02T16:00:56.799ZPlanning: Merging actions ... Done (0.056s)
1262024-12-02T16:00:56.989ZPlanning: Checking for conflicting actions ... Done (0.190s)
1272024-12-02T16:00:58.898ZPlanning: Consolidating action changes ... Done (1.908s)
1282024-12-02T16:00:59.318ZPlanning: Evaluating mediators ... Done (0.420s)
1292024-12-02T16:00:59.400ZPlanning: Planning completed in 12.76 seconds
1302024-12-02T16:00:59.415Z Packages to install: 4
1312024-12-02T16:00:59.415Z Packages to update: 1
1322024-12-02T16:00:59.419Z Mediators to change: 2
1332024-12-02T16:00:59.419Z Services to change: 1
1342024-12-02T16:00:59.419Z Estimated space available: 155.64 GB
1352024-12-02T16:00:59.419ZEstimated space to be consumed: 1.61 GB
1362024-12-02T16:00:59.419Z Create boot environment: No
1372024-12-02T16:00:59.419ZCreate backup boot environment: Yes
1382024-12-02T16:00:59.419Z Rebuild boot archive: No
1392024-12-02T16:00:59.419Z
1402024-12-02T16:00:59.419ZChanged mediators:
1412024-12-02T16:00:59.419Z mediator clang:
1422024-12-02T16:00:59.419Z version: None -> 15 (system default)
1432024-12-02T16:00:59.419Z
1442024-12-02T16:00:59.419Z mediator llvm:
1452024-12-02T16:00:59.419Z version: 14 (system default) -> 15 (system default)
1462024-12-02T16:00:59.419Z
1472024-12-02T16:00:59.419ZChanged packages:
1482024-12-02T16:00:59.419Zhelios-dev
1492024-12-02T16:00:59.419Z developer/build-essential
1502024-12-02T16:00:59.419Z None -> 11-2.0
1512024-12-02T16:00:59.419Z library/libxmlsec1
1522024-12-02T16:00:59.420Z None -> 1.2.35-2.0
1532024-12-02T16:00:59.420Z ooce/developer/clang-15
1542024-12-02T16:00:59.420Z None -> 15.0.7-2.0
1552024-12-02T16:00:59.420Z ooce/developer/llvm-15
1562024-12-02T16:00:59.420Z None -> 15.0.7-2.0
1572024-12-02T16:00:59.420Z package/pkg
1582024-12-02T16:00:59.420Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-02T16:00:59.420Z
1602024-12-02T16:00:59.420ZServices:
1612024-12-02T16:00:59.420Z restart_fmri:
1622024-12-02T16:00:59.420Z svc:/system/update-man-index:default
1632024-12-02T16:00:59.420Z
1642024-12-02T16:00:59.420ZEditable files to change:
1652024-12-02T16:00:59.420Z Update:
1662024-12-02T16:00:59.420Z usr/share/lib/pkg/web/config.shtml
1672024-12-02T16:00:59.493Z
1682024-12-02T16:00:59.493ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-02T16:01:04.495ZDownload: 1189/4281 items 59.7/220.6MB 27% complete (13.1M/s)
1702024-12-02T16:01:09.497ZDownload: 1715/4281 items 118.1/220.6MB 53% complete (12.4M/s)
1712024-12-02T16:01:14.497ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (14.3M/s)
1722024-12-02T16:01:18.324ZDownload: Completed 220.60 MB in 18.83 seconds (11.7M/s)
1732024-12-02T16:01:20.430Z Actions: 1/5063 actions (Removing old actions)
1742024-12-02T16:01:20.450Z Actions: 194/5063 actions (Installing new actions)
1752024-12-02T16:01:25.126Z Actions: 4226/5063 actions (Updating modified actions)
1762024-12-02T16:01:25.433Z Actions: Completed 5063 actions in 5.00 seconds.
1772024-12-02T16:01:25.653Z Done (0.213s)
1782024-12-02T16:01:25.657Z Done (0.000s)
1792024-12-02T16:01:26.189Z Done (0.535s)
1802024-12-02T16:01:30.571Z Done (4.166s)
1812024-12-02T16:01:30.659Z Done (0.019s)
1822024-12-02T16:01:30.661Z Done (0.000s)
1832024-12-02T16:01:30.851Z Done (0.000s)
1842024-12-02T16:01:31.539ZPlanning: Evaluating mediator changes ... Done
1852024-12-02T16:01:31.699ZPlanning: Checking for conflicting actions ... Done
1862024-12-02T16:01:31.701ZPlanning: Consolidating action changes ... Done
1872024-12-02T16:01:31.970ZPlanning: Evaluating mediators ... Done
1882024-12-02T16:01:31.973ZPlanning: Planning completed in 0.43 seconds
1892024-12-02T16:01:32.010Z Mediators to change: 2
1902024-12-02T16:01:32.010Z Create boot environment: No
1912024-12-02T16:01:32.012ZCreate backup boot environment: No
1922024-12-02T16:01:32.089Z Done
1932024-12-02T16:01:32.089Z Done
1942024-12-02T16:01:32.471Z Done
1952024-12-02T16:01:36.141Z Done
1962024-12-02T16:01:36.238Z Done
1972024-12-02T16:01:36.241Z Done
1982024-12-02T16:01:36.370Z Done
1992024-12-02T16:01:36.987ZPlanning: Evaluating mediator changes ... Done
2002024-12-02T16:01:36.989ZPlanning: Merging actions ... Done
2012024-12-02T16:01:37.175ZPlanning: Checking for conflicting actions ... Done
2022024-12-02T16:01:37.178ZPlanning: Consolidating action changes ... Done
2032024-12-02T16:01:37.442ZPlanning: Evaluating mediators ... Done
2042024-12-02T16:01:37.497ZPlanning: Planning completed in 0.75 seconds
2052024-12-02T16:01:37.537Z Packages to change: 1
2062024-12-02T16:01:37.539Z Mediators to change: 1
2072024-12-02T16:01:37.539Z Services to change: 1
2082024-12-02T16:01:37.539Z Create boot environment: No
2092024-12-02T16:01:37.539ZCreate backup boot environment: Yes
2102024-12-02T16:01:39.751Z Actions: 1/6 actions (Updating modified actions)
2112024-12-02T16:01:39.753Z Actions: Completed 6 actions in 0.00 seconds.
2122024-12-02T16:01:39.753Z Done
2132024-12-02T16:01:39.753Z Done
2142024-12-02T16:01:39.863Z Done
2152024-12-02T16:01:43.501Z Done
2162024-12-02T16:01:43.590Z Done
2172024-12-02T16:01:43.593Z Done
2182024-12-02T16:01:43.718Z Done
2192024-12-02T16:01:44.157ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-12-02T16:01:44.157Zclang system 15 system
2212024-12-02T16:01:44.157Zcsh system system illumos
2222024-12-02T16:01:44.157Zctags system system illumos
2232024-12-02T16:01:44.157Zgcc vendor 12 vendor
2242024-12-02T16:01:44.157Zgcc system 10 system
2252024-12-02T16:01:44.157Zgcc system 7 system
2262024-12-02T16:01:44.157Zgo system 1.20 system
2272024-12-02T16:01:44.157Zgo system 1.19 system
2282024-12-02T16:01:44.157Zllvm system 15 system
2292024-12-02T16:01:44.157Zllvm system 14 system
2302024-12-02T16:01:44.157Zmariadb system 10.6 system
2312024-12-02T16:01:44.157Zmta vendor vendor dma
2322024-12-02T16:01:44.158Zopenjdk system 17 system
2332024-12-02T16:01:44.158Zopenjdk system 11 system
2342024-12-02T16:01:44.158Zopenjdk system 1.8 system
2352024-12-02T16:01:44.158Zopenssl vendor 3 vendor
2362024-12-02T16:01:44.158Zperl system 5.36 system
2372024-12-02T16:01:44.158Zpostgresql system 15 system
2382024-12-02T16:01:44.158Zpostgresql system 13 system
2392024-12-02T16:01:44.158Zpython vendor 3 vendor
2402024-12-02T16:01:44.158Zpython system 2 system
2412024-12-02T16:01:44.158Zpython3 system 3.11 system
2422024-12-02T16:01:44.158Zruby system 3.0 system
2432024-12-02T16:01:44.158Zwords vendor vendor american-english
2442024-12-02T16:01:44.158Zwords system system australian-english
2452024-12-02T16:01:44.158Zwords system system british-english
2462024-12-02T16:01:44.158Zwords system system canadian-english
2472024-12-02T16:01:44.158Zwords system system french
2482024-12-02T16:01:44.158Zwords system system italian
2492024-12-02T16:01:44.158Zwords system system ngerman
2502024-12-02T16:01:44.158Zwords system system ogerman
2512024-12-02T16:01:44.158Zwords system system spanish
2522024-12-02T16:01:44.486ZPUBLISHER TYPE STATUS P LOCATION
2532024-12-02T16:01:44.486Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-12-02T16:01:47.085ZFMRI IFO
2552024-12-02T16:01:47.085Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-12-02T16:01:47.085Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-12-02T16:01:47.085Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-12-02T16:01:47.085Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-12-02T16:01:47.085Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-12-02T16:01:47.085Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-12-02T16:01:47.085Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-12-02T16:01:47.085Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-12-02T16:01:47.085Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-12-02T16:01:47.086Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-12-02T16:01:47.086Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-12-02T16:01:47.086Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-12-02T16:01:47.086Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-12-02T16:01:47.086Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-12-02T16:01:47.086Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-12-02T16:01:47.828Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-12-02T16:01:48.135Z Updating crates.io index
2722024-12-02T16:01:48.209Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-12-02T16:01:48.731Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-12-02T16:01:48.978Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-12-02T16:01:49.241Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-12-02T16:01:49.542Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-12-02T16:01:50.465Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-12-02T16:01:53.033Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-12-02T16:01:54.179Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-12-02T16:01:54.946Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-12-02T16:01:55.335Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-12-02T16:01:55.632Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-12-02T16:01:56.453Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-12-02T16:01:56.733Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-12-02T16:01:57.192Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-12-02T16:01:57.495Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-12-02T16:01:57.755Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-12-02T16:01:57.971Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-12-02T16:01:58.343Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-12-02T16:01:58.686Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-12-02T16:01:59.012Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-12-02T16:01:59.314Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-12-02T16:01:59.830Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-12-02T16:02:00.134Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-12-02T16:02:00.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-12-02T16:02:00.924Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2972024-12-02T16:02:01.233Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-12-02T16:02:01.515Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-12-02T16:02:01.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-12-02T16:02:03.046Z Downloading crates ...
3012024-12-02T16:02:03.120Z Downloaded anstyle v1.0.10
3022024-12-02T16:02:03.127Z Downloaded bitflags v2.6.0
3032024-12-02T16:02:03.131Z Downloaded anstyle-parse v0.2.5
3042024-12-02T16:02:03.134Z Downloaded anstream v0.6.15
3052024-12-02T16:02:03.136Z Downloaded autocfg v1.4.0
3062024-12-02T16:02:03.139Z Downloaded anyhow v1.0.93
3072024-12-02T16:02:03.141Z Downloaded anstyle-query v1.1.1
3082024-12-02T16:02:03.182Z Downloaded byteorder v1.5.0
3092024-12-02T16:02:03.185Z Downloaded camino v1.1.9
3102024-12-02T16:02:03.187Z Downloaded cargo_metadata v0.18.1
3112024-12-02T16:02:03.190Z Downloaded camino-tempfile v1.1.1
3122024-12-02T16:02:03.193Z Downloaded clap v4.5.21
3132024-12-02T16:02:03.200Z Downloaded equivalent v1.0.1
3142024-12-02T16:02:03.203Z Downloaded cargo_toml v0.20.5
3152024-12-02T16:02:03.203Z Downloaded cargo-platform v0.1.8
3162024-12-02T16:02:03.205Z Downloaded bytecount v0.6.8
3172024-12-02T16:02:03.205Z Downloaded dof v0.3.0
3182024-12-02T16:02:03.208Z Downloaded cpufeatures v0.2.14
3192024-12-02T16:02:03.210Z Downloaded colorchoice v1.0.2
3202024-12-02T16:02:03.210Z Downloaded fastrand v2.1.1
3212024-12-02T16:02:03.213Z Downloaded goblin v0.8.2
3222024-12-02T16:02:03.216Z Downloaded heck v0.5.0
3232024-12-02T16:02:03.218Z Downloaded fnv v1.0.7
3242024-12-02T16:02:03.219Z Downloaded errno v0.3.9
3252024-12-02T16:02:03.221Z Downloaded digest v0.10.7
3262024-12-02T16:02:03.223Z Downloaded crypto-common v0.1.6
3272024-12-02T16:02:03.223Z Downloaded clap_derive v4.5.18
3282024-12-02T16:02:03.226Z Downloaded dtrace-parser v0.2.0
3292024-12-02T16:02:03.226Z Downloaded cfg-if v1.0.0
3302024-12-02T16:02:03.228Z Downloaded clap_builder v4.5.21
3312024-12-02T16:02:03.244Z Downloaded usdt-macro v0.5.0
3322024-12-02T16:02:03.246Z Downloaded scroll_derive v0.12.0
3332024-12-02T16:02:03.249Z Downloaded pretty-hex v0.4.1
3342024-12-02T16:02:03.252Z Downloaded swrite v0.1.0
3352024-12-02T16:02:03.252Z Downloaded macaddr v1.0.1
3362024-12-02T16:02:03.254Z Downloaded fs-err v2.11.0
3372024-12-02T16:02:03.254Z Downloaded itoa v1.0.11
3382024-12-02T16:02:03.257Z Downloaded is_terminal_polyfill v1.70.1
3392024-12-02T16:02:03.257Z Downloaded clap_lex v0.7.2
3402024-12-02T16:02:03.259Z Downloaded usdt-attr-macro v0.5.0
3412024-12-02T16:02:03.261Z Downloaded pest_generator v2.7.14
3422024-12-02T16:02:03.264Z Downloaded proc-macro-error-attr v1.0.4
3432024-12-02T16:02:03.264Z Downloaded heck v0.4.1
3442024-12-02T16:02:03.266Z Downloaded memmap v0.7.0
3452024-12-02T16:02:03.268Z Downloaded plain v0.2.3
3462024-12-02T16:02:03.273Z Downloaded smawk v0.3.2
3472024-12-02T16:02:03.276Z Downloaded scroll v0.12.0
3482024-12-02T16:02:03.276Z Downloaded serde_tokenstream v0.2.2
3492024-12-02T16:02:03.279Z Downloaded tabled_derive v0.7.0
3502024-12-02T16:02:03.279Z Downloaded strsim v0.11.1
3512024-12-02T16:02:03.282Z Downloaded generic-array v0.14.7
3522024-12-02T16:02:03.285Z Downloaded thiserror v1.0.69
3532024-12-02T16:02:03.290Z Downloaded version_check v0.9.5
3542024-12-02T16:02:03.296Z Downloaded utf8parse v0.2.2
3552024-12-02T16:02:03.296Z Downloaded thiserror-impl v1.0.69
3562024-12-02T16:02:03.296Z Downloaded terminal_size v0.4.0
3572024-12-02T16:02:03.296Z Downloaded serde_spanned v0.6.8
3582024-12-02T16:02:03.296Z Downloaded block-buffer v0.10.4
3592024-12-02T16:02:03.296Z Downloaded usdt v0.5.0
3602024-12-02T16:02:03.300Z Downloaded toml_datetime v0.6.8
3612024-12-02T16:02:03.300Z Downloaded thread-id v4.2.2
3622024-12-02T16:02:03.301Z Downloaded sha2 v0.10.8
3632024-12-02T16:02:03.303Z Downloaded quote v1.0.37
3642024-12-02T16:02:03.303Z Downloaded semver v1.0.23
3652024-12-02T16:02:03.306Z Downloaded pest_derive v2.7.14
3662024-12-02T16:02:03.309Z Downloaded proc-macro-error v1.0.4
3672024-12-02T16:02:03.317Z Downloaded once_cell v1.20.2
3682024-12-02T16:02:03.320Z Downloaded zerocopy-derive v0.7.35
3692024-12-02T16:02:03.323Z Downloaded usdt-impl v0.5.0
3702024-12-02T16:02:03.326Z Downloaded unicode-linebreak v0.1.5
3712024-12-02T16:02:03.328Z Downloaded proc-macro2 v1.0.89
3722024-12-02T16:02:03.331Z Downloaded papergrid v0.11.0
3732024-12-02T16:02:03.333Z Downloaded textwrap v0.16.1
3742024-12-02T16:02:03.337Z Downloaded toml v0.8.19
3752024-12-02T16:02:03.339Z Downloaded unicode-ident v1.0.13
3762024-12-02T16:02:03.341Z Downloaded ryu v1.0.18
3772024-12-02T16:02:03.344Z Downloaded ucd-trie v0.1.7
3782024-12-02T16:02:03.346Z Downloaded serde_derive v1.0.215
3792024-12-02T16:02:03.348Z Downloaded typenum v1.17.0
3802024-12-02T16:02:03.351Z Downloaded log v0.4.22
3812024-12-02T16:02:03.353Z Downloaded tempfile v3.13.0
3822024-12-02T16:02:03.355Z Downloaded pest_meta v2.7.14
3832024-12-02T16:02:03.363Z Downloaded indexmap v2.6.0
3842024-12-02T16:02:03.367Z Downloaded memchr v2.7.4
3852024-12-02T16:02:03.371Z Downloaded serde v1.0.215
3862024-12-02T16:02:03.381Z Downloaded toml_edit v0.22.22
3872024-12-02T16:02:03.401Z Downloaded pest v2.7.14
3882024-12-02T16:02:03.409Z Downloaded hashbrown v0.15.0
3892024-12-02T16:02:03.416Z Downloaded zerocopy v0.7.35
3902024-12-02T16:02:03.431Z Downloaded winnow v0.6.20
3912024-12-02T16:02:03.439Z Downloaded serde_json v1.0.132
3922024-12-02T16:02:03.453Z Downloaded tabled v0.15.0
3932024-12-02T16:02:03.467Z Downloaded syn v1.0.109
3942024-12-02T16:02:03.476Z Downloaded syn v2.0.87
3952024-12-02T16:02:03.486Z Downloaded unicode-width v0.1.14
3962024-12-02T16:02:03.499Z Downloaded rustix v0.38.37
3972024-12-02T16:02:03.528Z Downloaded libc v0.2.162
3982024-12-02T16:02:03.840Z Compiling proc-macro2 v1.0.89
3992024-12-02T16:02:03.840Z Compiling unicode-ident v1.0.13
4002024-12-02T16:02:03.840Z Compiling version_check v0.9.5
4012024-12-02T16:02:03.842Z Compiling serde v1.0.215
4022024-12-02T16:02:03.842Z Compiling memchr v2.7.4
4032024-12-02T16:02:03.842Z Compiling thiserror v1.0.69
4042024-12-02T16:02:03.842Z Compiling libc v0.2.162
4052024-12-02T16:02:03.842Z Compiling itoa v1.0.11
4062024-12-02T16:02:04.166Z Compiling ucd-trie v0.1.7
4072024-12-02T16:02:04.190Z Compiling ryu v1.0.18
4082024-12-02T16:02:04.536Z Compiling once_cell v1.20.2
4092024-12-02T16:02:04.787Z Compiling byteorder v1.5.0
4102024-12-02T16:02:04.835Z Compiling serde_json v1.0.132
4112024-12-02T16:02:04.877Z Compiling rustix v0.38.37
4122024-12-02T16:02:05.202Z Compiling bitflags v2.6.0
4132024-12-02T16:02:05.268Z Compiling proc-macro-error-attr v1.0.4
4142024-12-02T16:02:05.571Z Compiling usdt-impl v0.5.0
4152024-12-02T16:02:05.598Z Compiling syn v1.0.109
4162024-12-02T16:02:05.694Z Compiling quote v1.0.37
4172024-12-02T16:02:05.743Z Compiling proc-macro-error v1.0.4
4182024-12-02T16:02:05.818Z Compiling hashbrown v0.15.0
4192024-12-02T16:02:06.016Z Compiling errno v0.3.9
4202024-12-02T16:02:06.040Z Compiling equivalent v1.0.1
4212024-12-02T16:02:06.161Z Compiling syn v2.0.87
4222024-12-02T16:02:06.317Z Compiling plain v0.2.3
4232024-12-02T16:02:06.345Z Compiling log v0.4.22
4242024-12-02T16:02:06.414Z Compiling camino v1.1.9
4252024-12-02T16:02:06.479Z Compiling utf8parse v0.2.2
4262024-12-02T16:02:06.597Z Compiling thread-id v4.2.2
4272024-12-02T16:02:06.646Z Compiling anstyle-parse v0.2.5
4282024-12-02T16:02:06.979Z Compiling indexmap v2.6.0
4292024-12-02T16:02:07.055Z Compiling unicode-width v0.1.14
4302024-12-02T16:02:07.152Z Compiling anstyle v1.0.10
4312024-12-02T16:02:07.224Z Compiling pretty-hex v0.4.1
4322024-12-02T16:02:07.430Z Compiling winnow v0.6.20
4332024-12-02T16:02:07.509Z Compiling semver v1.0.23
4342024-12-02T16:02:07.546Z Compiling is_terminal_polyfill v1.70.1
4352024-12-02T16:02:07.618Z Compiling colorchoice v1.0.2
4362024-12-02T16:02:07.678Z Compiling anstyle-query v1.1.1
4372024-12-02T16:02:07.791Z Compiling autocfg v1.4.0
4382024-12-02T16:02:07.844Z Compiling anstream v0.6.15
4392024-12-02T16:02:08.347Z Compiling strsim v0.11.1
4402024-12-02T16:02:08.391Z Compiling terminal_size v0.4.0
4412024-12-02T16:02:08.611Z Compiling anyhow v1.0.93
4422024-12-02T16:02:08.675Z Compiling fnv v1.0.7
4432024-12-02T16:02:08.824Z Compiling bytecount v0.6.8
4442024-12-02T16:02:09.007Z Compiling fs-err v2.11.0
4452024-12-02T16:02:09.059Z Compiling fastrand v2.1.1
4462024-12-02T16:02:09.292Z Compiling heck v0.5.0
4472024-12-02T16:02:09.316Z Compiling clap_lex v0.7.2
4482024-12-02T16:02:09.383Z Compiling heck v0.4.1
4492024-12-02T16:02:09.652Z Compiling cfg-if v1.0.0
4502024-12-02T16:02:09.757Z Compiling tempfile v3.13.0
4512024-12-02T16:02:09.831Z Compiling clap_builder v4.5.21
4522024-12-02T16:02:10.039Z Compiling papergrid v0.11.0
4532024-12-02T16:02:10.233Z Compiling memmap v0.7.0
4542024-12-02T16:02:10.323Z Compiling smawk v0.3.2
4552024-12-02T16:02:10.544Z Compiling unicode-linebreak v0.1.5
4562024-12-02T16:02:11.043Z Compiling textwrap v0.16.1
4572024-12-02T16:02:11.224Z Compiling swrite v0.1.0
4582024-12-02T16:02:12.364Z Compiling tabled_derive v0.7.0
4592024-12-02T16:02:13.907Z Compiling tabled v0.15.0
4602024-12-02T16:02:15.465Z Compiling serde_derive v1.0.215
4612024-12-02T16:02:15.468Z Compiling thiserror-impl v1.0.69
4622024-12-02T16:02:15.468Z Compiling zerocopy-derive v0.7.35
4632024-12-02T16:02:15.468Z Compiling scroll_derive v0.12.0
4642024-12-02T16:02:15.468Z Compiling clap_derive v4.5.18
4652024-12-02T16:02:16.697Z Compiling scroll v0.12.0
4662024-12-02T16:02:17.271Z Compiling goblin v0.8.2
4672024-12-02T16:02:17.350Z Compiling zerocopy v0.7.35
4682024-12-02T16:02:17.976Z Compiling pest v2.7.14
4692024-12-02T16:02:19.226Z Compiling clap v4.5.21
4702024-12-02T16:02:20.281Z Compiling pest_meta v2.7.14
4712024-12-02T16:02:21.118Z Compiling pest_generator v2.7.14
4722024-12-02T16:02:22.915Z Compiling pest_derive v2.7.14
4732024-12-02T16:02:23.530Z Compiling dtrace-parser v0.2.0
4742024-12-02T16:02:25.719Z Compiling serde_tokenstream v0.2.2
4752024-12-02T16:02:25.814Z Compiling toml_datetime v0.6.8
4762024-12-02T16:02:25.814Z Compiling serde_spanned v0.6.8
4772024-12-02T16:02:26.077Z Compiling cargo-platform v0.1.8
4782024-12-02T16:02:26.159Z Compiling macaddr v1.0.1
4792024-12-02T16:02:26.323Z Compiling toml_edit v0.22.22
4802024-12-02T16:02:26.615Z Compiling camino-tempfile v1.1.1
4812024-12-02T16:02:27.203Z Compiling dof v0.3.0
4822024-12-02T16:02:27.306Z Compiling cargo_metadata v0.18.1
4832024-12-02T16:02:28.984Z Compiling usdt-attr-macro v0.5.0
4842024-12-02T16:02:28.984Z Compiling usdt-macro v0.5.0
4852024-12-02T16:02:29.168Z Compiling toml v0.8.19
4862024-12-02T16:02:30.009Z Compiling cargo_toml v0.20.5
4872024-12-02T16:02:30.328Z Compiling usdt v0.5.0
4882024-12-02T16:02:33.484Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-12-02T16:02:37.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.07s
4902024-12-02T16:02:37.932Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-12-02T16:02:38.450Z Downloading crates ...
4922024-12-02T16:02:38.657Z Downloaded aes v0.8.4
4932024-12-02T16:02:38.661Z Downloaded heck v0.3.3
4942024-12-02T16:02:38.664Z Downloaded addr2line v0.24.2
4952024-12-02T16:02:38.667Z Downloaded aead v0.5.2
4962024-12-02T16:02:38.667Z Downloaded adler2 v2.0.0
4972024-12-02T16:02:38.672Z Downloaded assert_matches v1.5.0
4982024-12-02T16:02:38.675Z Downloaded arrayvec v0.7.6
4992024-12-02T16:02:38.677Z Downloaded arrayref v0.3.9
5002024-12-02T16:02:38.679Z Downloaded arc-swap v1.7.1
5012024-12-02T16:02:38.682Z Downloaded heapless v0.7.17
5022024-12-02T16:02:38.685Z Downloaded hex v0.4.3
5032024-12-02T16:02:38.688Z Downloaded async-stream-impl v0.3.6
5042024-12-02T16:02:38.690Z Downloaded hex-literal v0.4.1
5052024-12-02T16:02:38.690Z Downloaded heapless v0.8.0
5062024-12-02T16:02:38.694Z Downloaded darling v0.20.10
5072024-12-02T16:02:38.698Z Downloaded icu_properties v1.5.1
5082024-12-02T16:02:38.701Z Downloaded ident_case v1.0.1
5092024-12-02T16:02:38.705Z Downloaded http-range v0.1.5
5102024-12-02T16:02:38.705Z Downloaded async-trait v0.1.83
5112024-12-02T16:02:38.708Z Downloaded indent_write v2.2.0
5122024-12-02T16:02:38.710Z Downloaded hyper-staticfile v0.10.1
5132024-12-02T16:02:38.712Z Downloaded bit-set v0.5.3
5142024-12-02T16:02:38.714Z Downloaded base16ct v0.2.0
5152024-12-02T16:02:38.714Z Downloaded atty v0.2.14
5162024-12-02T16:02:38.716Z Downloaded argon2 v0.5.3
5172024-12-02T16:02:38.718Z Downloaded hmac v0.12.1
5182024-12-02T16:02:38.721Z Downloaded bitfield-struct v0.6.2
5192024-12-02T16:02:38.721Z Downloaded bb8 v0.8.5
5202024-12-02T16:02:38.723Z Downloaded base64ct v1.6.0
5212024-12-02T16:02:38.725Z Downloaded bitflags v1.3.2
5222024-12-02T16:02:38.728Z Downloaded atomic-waker v1.1.2
5232024-12-02T16:02:38.730Z Downloaded headers-core v0.3.0
5242024-12-02T16:02:38.730Z Downloaded bit-vec v0.6.3
5252024-12-02T16:02:38.730Z Downloaded async-stream v0.3.6
5262024-12-02T16:02:38.733Z Downloaded idna v0.5.0
5272024-12-02T16:02:38.740Z Downloaded icu_locid v1.5.0
5282024-12-02T16:02:38.745Z Downloaded icu_normalizer v1.5.0
5292024-12-02T16:02:38.749Z Downloaded impl-trait-for-tuples v0.2.2
5302024-12-02T16:02:38.752Z Downloaded inout v0.1.3
5312024-12-02T16:02:38.754Z Downloaded bcrypt-pbkdf v0.10.0
5322024-12-02T16:02:38.757Z Downloaded bcs v0.1.6
5332024-12-02T16:02:38.759Z Downloaded backoff v0.4.0
5342024-12-02T16:02:38.761Z Downloaded icu_provider_macros v1.5.0
5352024-12-02T16:02:38.761Z Downloaded iana-time-zone v0.1.61
5362024-12-02T16:02:38.764Z Downloaded hubpack v0.1.2
5372024-12-02T16:02:38.767Z Downloaded cfg_aliases v0.1.1
5382024-12-02T16:02:38.767Z Downloaded block-padding v0.3.3
5392024-12-02T16:02:38.769Z Downloaded base64 v0.22.1
5402024-12-02T16:02:38.772Z Downloaded instant v0.1.13
5412024-12-02T16:02:38.774Z Downloaded async-bb8-diesel v0.2.1
5422024-12-02T16:02:38.777Z Downloaded hubpack_derive v0.1.1
5432024-12-02T16:02:38.777Z Downloaded is_ci v1.2.0
5442024-12-02T16:02:38.779Z Downloaded httpdate v1.0.3
5452024-12-02T16:02:38.782Z Downloaded http-body v1.0.1
5462024-12-02T16:02:38.782Z Downloaded internet-checksum v0.2.1
5472024-12-02T16:02:38.784Z Downloaded crucible-workspace-hack v0.1.0
5482024-12-02T16:02:38.784Z Downloaded indoc v1.0.9
5492024-12-02T16:02:38.786Z Downloaded hyper-tls v0.6.0
5502024-12-02T16:02:38.788Z Downloaded home v0.5.9
5512024-12-02T16:02:38.788Z Downloaded cstr-argument v0.1.2
5522024-12-02T16:02:38.790Z Downloaded http-body-util v0.1.2
5532024-12-02T16:02:38.793Z Downloaded cexpr v0.6.0
5542024-12-02T16:02:38.795Z Downloaded castaway v0.2.3
5552024-12-02T16:02:38.795Z Downloaded highway v1.2.0
5562024-12-02T16:02:38.797Z Downloaded const_format_proc_macros v0.2.33
5572024-12-02T16:02:38.800Z Downloaded icu_locid_transform v1.5.0
5582024-12-02T16:02:38.803Z Downloaded allocator-api2 v0.2.18
5592024-12-02T16:02:38.806Z Downloaded match_cfg v0.1.0
5602024-12-02T16:02:38.809Z Downloaded convert_case v0.4.0
5612024-12-02T16:02:38.809Z Downloaded base64 v0.21.7
5622024-12-02T16:02:38.812Z Downloaded russh-cryptovec v0.7.3
5632024-12-02T16:02:38.815Z Downloaded md5 v0.7.0
5642024-12-02T16:02:38.815Z Downloaded matches v0.1.10
5652024-12-02T16:02:38.815Z Downloaded colored v2.1.0
5662024-12-02T16:02:38.818Z Downloaded sigpipe v0.1.3
5672024-12-02T16:02:38.820Z Downloaded buf-list v1.0.3
5682024-12-02T16:02:38.823Z Downloaded is-terminal v0.4.13
5692024-12-02T16:02:38.823Z Downloaded keccak v0.1.5
5702024-12-02T16:02:38.826Z Downloaded hostname v0.4.0
5712024-12-02T16:02:38.826Z Downloaded crunchy v0.2.2
5722024-12-02T16:02:38.828Z Downloaded idna_adapter v1.2.0
5732024-12-02T16:02:38.828Z Downloaded cobs v0.2.3
5742024-12-02T16:02:38.830Z Downloaded ciborium-ll v0.2.2
5752024-12-02T16:02:38.833Z Downloaded chacha20 v0.9.1
5762024-12-02T16:02:38.833Z Downloaded hickory-client v0.24.1
5772024-12-02T16:02:38.836Z Downloaded rpassword v7.3.1
5782024-12-02T16:02:38.838Z Downloaded crc v3.2.1
5792024-12-02T16:02:38.840Z Downloaded ciborium-io v0.2.2
5802024-12-02T16:02:38.842Z Downloaded progenitor-client v0.8.0
5812024-12-02T16:02:38.842Z Downloaded constant_time_eq v0.3.1
5822024-12-02T16:02:38.844Z Downloaded cipher v0.4.4
5832024-12-02T16:02:38.846Z Downloaded lalrpop-util v0.19.12
5842024-12-02T16:02:38.848Z Downloaded crossbeam-deque v0.8.5
5852024-12-02T16:02:38.848Z Downloaded linked-hash-map v0.5.6
5862024-12-02T16:02:38.850Z Downloaded instability v0.3.2
5872024-12-02T16:02:38.853Z Downloaded crc-catalog v2.4.0
5882024-12-02T16:02:38.853Z Downloaded chrono-tz-build v0.4.0
5892024-12-02T16:02:38.855Z Downloaded lru v0.12.5
5902024-12-02T16:02:38.855Z Downloaded thiserror-impl-no-std v2.0.2
5912024-12-02T16:02:38.858Z Downloaded backtrace v0.3.74
5922024-12-02T16:02:38.861Z Downloaded tower-service v0.3.3
5932024-12-02T16:02:38.864Z Downloaded maplit v1.0.2
5942024-12-02T16:02:38.864Z Downloaded blake2 v0.10.6
5952024-12-02T16:02:38.867Z Downloaded memoffset v0.9.1
5962024-12-02T16:02:38.869Z Downloaded libsw v3.3.1
5972024-12-02T16:02:38.872Z Downloaded ahash v0.8.11
5982024-12-02T16:02:38.875Z Downloaded lazycell v1.3.0
5992024-12-02T16:02:38.875Z Downloaded quinn-udp v0.5.5
6002024-12-02T16:02:38.877Z Downloaded mime v0.3.17
6012024-12-02T16:02:38.877Z Downloaded lru-cache v0.1.2
6022024-12-02T16:02:38.881Z Downloaded lockfree-object-pool v0.1.6
6032024-12-02T16:02:38.883Z Downloaded maybe-uninit v2.0.0
6042024-12-02T16:02:38.883Z Downloaded managed v0.8.0
6052024-12-02T16:02:38.885Z Downloaded same-file v1.0.6
6062024-12-02T16:02:38.887Z Downloaded hyper-rustls v0.27.3
6072024-12-02T16:02:38.887Z Downloaded httparse v1.9.5
6082024-12-02T16:02:38.890Z Downloaded sqlformat v0.2.6
6092024-12-02T16:02:38.893Z Downloaded thiserror-no-std v2.0.2
6102024-12-02T16:02:38.896Z Downloaded thread_local v1.1.8
6112024-12-02T16:02:38.899Z Downloaded foreign-types-macros v0.2.3
6122024-12-02T16:02:38.902Z Downloaded cancel-safe-futures v0.1.5
6132024-12-02T16:02:38.904Z Downloaded rustls-pemfile v1.0.4
6142024-12-02T16:02:38.906Z Downloaded ipnetwork v0.20.0
6152024-12-02T16:02:38.909Z Downloaded slab v0.4.9
6162024-12-02T16:02:38.911Z Downloaded console v0.15.8
6172024-12-02T16:02:38.913Z Downloaded mime_guess v2.0.5
6182024-12-02T16:02:38.916Z Downloaded litemap v0.7.3
6192024-12-02T16:02:38.918Z Downloaded hyper-util v0.1.10
6202024-12-02T16:02:38.922Z Downloaded string_cache v0.8.7
6212024-12-02T16:02:38.924Z Downloaded unarray v0.1.4
6222024-12-02T16:02:38.926Z Downloaded typify-macro v0.2.0
6232024-12-02T16:02:38.928Z Downloaded csv-core v0.1.11
6242024-12-02T16:02:38.930Z Downloaded opaque-debug v0.3.1
6252024-12-02T16:02:38.930Z Downloaded clang-sys v1.8.1
6262024-12-02T16:02:38.933Z Downloaded memmap2 v0.9.5
6272024-12-02T16:02:38.935Z Downloaded ipnet v2.10.1
6282024-12-02T16:02:38.937Z Downloaded path-slash v0.1.5
6292024-12-02T16:02:38.940Z Downloaded zerovec-derive v0.10.3
6302024-12-02T16:02:38.940Z Downloaded defmt-macros v0.3.9
6312024-12-02T16:02:38.943Z Downloaded whoami v1.5.2
6322024-12-02T16:02:38.945Z Downloaded base64 v0.13.1
6332024-12-02T16:02:38.949Z Downloaded xz2 v0.1.7
6342024-12-02T16:02:38.951Z Downloaded xattr v1.3.1
6352024-12-02T16:02:38.954Z Downloaded libloading v0.8.5
6362024-12-02T16:02:38.956Z Downloaded phf_generator v0.11.2
6372024-12-02T16:02:38.958Z Downloaded lazy_static v1.5.0
6382024-12-02T16:02:38.959Z Downloaded icu_provider v1.5.0
6392024-12-02T16:02:38.962Z Downloaded flagset v0.4.6
6402024-12-02T16:02:38.964Z Downloaded debug-ignore v1.0.5
6412024-12-02T16:02:38.967Z Downloaded rustc_version v0.4.1
6422024-12-02T16:02:38.969Z Downloaded fixedbitset v0.4.2
6432024-12-02T16:02:38.969Z Downloaded fallible-iterator v0.3.0
6442024-12-02T16:02:38.971Z Downloaded data-encoding v2.6.0
6452024-12-02T16:02:38.973Z Downloaded glob v0.3.1
6462024-12-02T16:02:38.973Z Downloaded strum_macros v0.26.4
6472024-12-02T16:02:38.976Z Downloaded rustls-pemfile v2.2.0
6482024-12-02T16:02:38.979Z Downloaded cookie v0.18.1
6492024-12-02T16:02:38.982Z Downloaded crossbeam-epoch v0.9.18
6502024-12-02T16:02:38.985Z Downloaded crossbeam-utils v0.8.20
6512024-12-02T16:02:38.988Z Downloaded crc-any v2.5.0
6522024-12-02T16:02:38.991Z Downloaded newtype-uuid v1.1.3
6532024-12-02T16:02:38.993Z Downloaded const-oid v0.9.6
6542024-12-02T16:02:39.006Z Downloaded nodrop v0.1.14
6552024-12-02T16:02:39.008Z Downloaded multimap v0.10.0
6562024-12-02T16:02:39.009Z Downloaded hash32 v0.3.1
6572024-12-02T16:02:39.011Z Downloaded write16 v1.0.0
6582024-12-02T16:02:39.011Z Downloaded vte_generate_state_changes v0.1.2
6592024-12-02T16:02:39.013Z Downloaded pbkdf2 v0.12.2
6602024-12-02T16:02:39.013Z Downloaded hash32 v0.2.1
6612024-12-02T16:02:39.015Z Downloaded vsss-rs v3.3.4
6622024-12-02T16:02:39.018Z Downloaded unicase v2.7.0
6632024-12-02T16:02:39.020Z Downloaded packed_struct v0.10.1
6642024-12-02T16:02:39.022Z Downloaded yasna v0.5.2
6652024-12-02T16:02:39.024Z Downloaded indexmap v1.9.3
6662024-12-02T16:02:39.028Z Downloaded foreign-types-shared v0.1.1
6672024-12-02T16:02:39.030Z Downloaded foreign-types v0.5.0
6682024-12-02T16:02:39.030Z Downloaded difflib v0.4.0
6692024-12-02T16:02:39.033Z Downloaded aws-lc-rs v1.10.0
6702024-12-02T16:02:39.041Z Downloaded endian-type v0.1.2
6712024-12-02T16:02:39.043Z Downloaded semver v0.1.20
6722024-12-02T16:02:39.046Z Downloaded futures-channel v0.3.31
6732024-12-02T16:02:39.055Z Downloaded tokio-stream v0.1.16
6742024-12-02T16:02:39.055Z Downloaded foreign-types-shared v0.3.1
6752024-12-02T16:02:39.055Z Downloaded chacha20poly1305 v0.10.1
6762024-12-02T16:02:39.055Z Downloaded number_prefix v0.4.0
6772024-12-02T16:02:39.065Z Downloaded ecdsa v0.16.9
6782024-12-02T16:02:39.065Z Downloaded subprocess v0.2.9
6792024-12-02T16:02:39.065Z Downloaded stable_deref_trait v1.2.0
6802024-12-02T16:02:39.065Z Downloaded ssh-encoding v0.2.0
6812024-12-02T16:02:39.065Z Downloaded spin v0.5.2
6822024-12-02T16:02:39.065Z Downloaded bumpalo v3.16.0
6832024-12-02T16:02:39.071Z Downloaded signal-hook-registry v1.4.2
6842024-12-02T16:02:39.071Z Downloaded tokio-native-tls v0.3.1
6852024-12-02T16:02:39.074Z Downloaded termcolor v1.4.1
6862024-12-02T16:02:39.074Z Downloaded wyz v0.5.1
6872024-12-02T16:02:39.076Z Downloaded prettyplease v0.2.25
6882024-12-02T16:02:39.078Z Downloaded embedded-io v0.6.1
6892024-12-02T16:02:39.080Z Downloaded phf_shared v0.10.0
6902024-12-02T16:02:39.080Z Downloaded universal-hash v0.5.1
6912024-12-02T16:02:39.082Z Downloaded num-complex v0.4.6
6922024-12-02T16:02:39.085Z Downloaded deranged v0.3.11
6932024-12-02T16:02:39.087Z Downloaded vte v0.11.1
6942024-12-02T16:02:39.090Z Downloaded postgres-types v0.2.8
6952024-12-02T16:02:39.092Z Downloaded pbkdf2 v0.11.0
6962024-12-02T16:02:39.095Z Downloaded postcard v1.0.10
6972024-12-02T16:02:39.097Z Downloaded poly1305 v0.8.0
6982024-12-02T16:02:39.099Z Downloaded diff v0.1.13
6992024-12-02T16:02:39.102Z Downloaded strum v0.26.3
7002024-12-02T16:02:39.104Z Downloaded hickory-resolver v0.24.1
7012024-12-02T16:02:39.107Z Downloaded float-cmp v0.9.0
7022024-12-02T16:02:39.109Z Downloaded fragile v2.0.0
7032024-12-02T16:02:39.112Z Downloaded futures v0.3.31
7042024-12-02T16:02:39.116Z Downloaded serde_with_macros v3.11.0
7052024-12-02T16:02:39.119Z Downloaded ena v0.14.3
7062024-12-02T16:02:39.121Z Downloaded crypto-bigint v0.5.5
7072024-12-02T16:02:39.127Z Downloaded packed_struct_codegen v0.10.1
7082024-12-02T16:02:39.130Z Downloaded waitgroup v0.1.2
7092024-12-02T16:02:39.132Z Downloaded quick-error v1.2.3
7102024-12-02T16:02:39.132Z Downloaded unicode-bidi v0.3.17
7112024-12-02T16:02:39.134Z Downloaded phf_codegen v0.11.2
7122024-12-02T16:02:39.137Z Downloaded tokio-rustls v0.24.1
7132024-12-02T16:02:39.139Z Downloaded downcast v0.11.0
7142024-12-02T16:02:39.139Z Downloaded zone_cfg_derive v0.3.0
7152024-12-02T16:02:39.142Z Downloaded termios v0.3.3
7162024-12-02T16:02:39.142Z Downloaded zone_cfg_derive v0.1.2
7172024-12-02T16:02:39.144Z Downloaded wait-timeout v0.2.0
7182024-12-02T16:02:39.146Z Downloaded dhcproto-macros v0.1.0
7192024-12-02T16:02:39.146Z Downloaded phf v0.11.2
7202024-12-02T16:02:39.148Z Downloaded publicsuffix v2.2.3
7212024-12-02T16:02:39.151Z Downloaded phf_shared v0.11.2
7222024-12-02T16:02:39.151Z Downloaded term v0.7.0
7232024-12-02T16:02:39.154Z Downloaded rand_xorshift v0.3.0
7242024-12-02T16:02:39.156Z Downloaded zip v0.6.6
7252024-12-02T16:02:39.160Z Downloaded indicatif v0.17.9
7262024-12-02T16:02:39.164Z Downloaded omicron-zone-package v0.11.1
7272024-12-02T16:02:39.168Z Downloaded oso-derive v0.27.3
7282024-12-02T16:02:39.170Z Downloaded smf v0.2.3
7292024-12-02T16:02:39.170Z Downloaded smallvec v0.6.14
7302024-12-02T16:02:39.173Z Downloaded slog-async v2.8.0
7312024-12-02T16:02:39.173Z Downloaded serde_urlencoded v0.7.1
7322024-12-02T16:02:39.176Z Downloaded multer v3.1.0
7332024-12-02T16:02:39.178Z Downloaded minimal-lexical v0.2.1
7342024-12-02T16:02:39.182Z Downloaded parse-size v1.1.0
7352024-12-02T16:02:39.185Z Downloaded tap v1.0.1
7362024-12-02T16:02:39.187Z Downloaded tiny-keccak v2.0.2
7372024-12-02T16:02:39.189Z Downloaded structmeta-derive v0.3.0
7382024-12-02T16:02:39.190Z Downloaded password-hash v0.4.2
7392024-12-02T16:02:39.193Z Downloaded nu-ansi-term v0.50.1
7402024-12-02T16:02:39.195Z Downloaded tokio-macros v2.4.0
7412024-12-02T16:02:39.195Z Downloaded pem v3.0.4
7422024-12-02T16:02:39.198Z Downloaded tracing v0.1.40
7432024-12-02T16:02:39.202Z Downloaded writeable v0.5.5
7442024-12-02T16:02:39.204Z Downloaded walkdir v2.5.0
7452024-12-02T16:02:39.206Z Downloaded slog v2.7.0
7462024-12-02T16:02:39.209Z Downloaded sync_wrapper v1.0.1
7472024-12-02T16:02:39.211Z Downloaded derive_builder v0.20.2
7482024-12-02T16:02:39.215Z Downloaded want v0.3.1
7492024-12-02T16:02:39.217Z Downloaded filetime v0.2.25
7502024-12-02T16:02:39.220Z Downloaded ff v0.13.0
7512024-12-02T16:02:39.220Z Downloaded fallible-iterator v0.2.0
7522024-12-02T16:02:39.222Z Downloaded ed25519-dalek v2.1.1
7532024-12-02T16:02:39.225Z Downloaded sync-ptr v0.1.1
7542024-12-02T16:02:39.227Z Downloaded display-error-chain v0.2.2
7552024-12-02T16:02:39.227Z Downloaded toolchain_find v0.4.0
7562024-12-02T16:02:39.233Z Downloaded derive-where v1.2.7
7572024-12-02T16:02:39.236Z Downloaded half v2.4.1
7582024-12-02T16:02:39.236Z Downloaded unsafe-libyaml v0.2.11
7592024-12-02T16:02:39.239Z Downloaded openssl-probe v0.1.5
7602024-12-02T16:02:39.241Z Downloaded openssl-macros v0.1.1
7612024-12-02T16:02:39.241Z Downloaded derive_builder_macro v0.20.2
7622024-12-02T16:02:39.244Z Downloaded float-ord v0.3.2
7632024-12-02T16:02:39.244Z Downloaded smallvec v1.13.2
7642024-12-02T16:02:39.246Z Downloaded fallible-streaming-iterator v0.1.9
7652024-12-02T16:02:39.249Z Downloaded pretty-hex v0.2.1
7662024-12-02T16:02:39.249Z Downloaded num-integer v0.1.46
7672024-12-02T16:02:39.251Z Downloaded parse-display-derive v0.10.0
7682024-12-02T16:02:39.253Z Downloaded parse-display v0.10.0
7692024-12-02T16:02:39.253Z Downloaded num-derive v0.4.2
7702024-12-02T16:02:39.255Z Downloaded idna v1.0.3
7712024-12-02T16:02:39.259Z Downloaded crossbeam-channel v0.5.13
7722024-12-02T16:02:39.264Z Downloaded mockall_derive v0.13.0
7732024-12-02T16:02:39.266Z Downloaded rfc6979 v0.4.0
7742024-12-02T16:02:39.269Z Downloaded pin-utils v0.1.0
7752024-12-02T16:02:39.269Z Downloaded tungstenite v0.24.0
7762024-12-02T16:02:39.272Z Downloaded tungstenite v0.23.0
7772024-12-02T16:02:39.276Z Downloaded tokio-tungstenite v0.23.1
7782024-12-02T16:02:39.279Z Downloaded shell-words v1.1.0
7792024-12-02T16:02:39.281Z Downloaded tokio-tungstenite v0.21.0
7802024-12-02T16:02:39.283Z Downloaded tokio-rustls v0.26.0
7812024-12-02T16:02:39.285Z Downloaded unicode-truncate v1.1.0
7822024-12-02T16:02:39.287Z Downloaded tokio-rustls v0.25.0
7832024-12-02T16:02:39.289Z Downloaded pin-project v1.1.6
7842024-12-02T16:02:39.300Z Downloaded tinyvec_macros v0.1.1
7852024-12-02T16:02:39.303Z Downloaded enum-as-inner v0.5.1
7862024-12-02T16:02:39.305Z Downloaded rustls-pki-types v1.9.0
7872024-12-02T16:02:39.308Z Downloaded topological-sort v0.2.2
7882024-12-02T16:02:39.308Z Downloaded supports-color v3.0.1
7892024-12-02T16:02:39.311Z Downloaded subtle v2.6.1
7902024-12-02T16:02:39.311Z Downloaded displaydoc v0.2.5
7912024-12-02T16:02:39.314Z Downloaded peg-runtime v0.8.3
7922024-12-02T16:02:39.316Z Downloaded tokio-tungstenite v0.24.0
7932024-12-02T16:02:39.318Z Downloaded hyper v1.5.0
7942024-12-02T16:02:39.324Z Downloaded rand_core v0.6.4
7952024-12-02T16:02:39.326Z Downloaded primeorder v0.13.6
7962024-12-02T16:02:39.329Z Downloaded tokio-postgres v0.7.12
7972024-12-02T16:02:39.333Z Downloaded oso v0.27.3
7982024-12-02T16:02:39.336Z Downloaded sqlparser_derive v0.2.2
7992024-12-02T16:02:39.339Z Downloaded ref-cast v1.0.23
8002024-12-02T16:02:39.341Z Downloaded slog-json v2.6.1
8012024-12-02T16:02:39.343Z Downloaded stringprep v0.1.5
8022024-12-02T16:02:39.345Z Downloaded serde_repr v0.1.19
8032024-12-02T16:02:39.348Z Downloaded untrusted v0.7.1
8042024-12-02T16:02:39.348Z Downloaded unicode-xid v0.2.6
8052024-12-02T16:02:39.350Z Downloaded structmeta v0.2.0
8062024-12-02T16:02:39.350Z Downloaded strip-ansi-escapes v0.2.0
8072024-12-02T16:02:39.352Z Downloaded num-bigint v0.4.6
8082024-12-02T16:02:39.357Z Downloaded itertools v0.12.1
8092024-12-02T16:02:39.364Z Downloaded itertools v0.10.5
8102024-12-02T16:02:39.371Z Downloaded utf16_iter v1.0.5
8112024-12-02T16:02:39.374Z Downloaded futures-task v0.3.31
8122024-12-02T16:02:39.374Z Downloaded env_filter v0.1.2
8132024-12-02T16:02:39.376Z Downloaded mockall v0.13.0
8142024-12-02T16:02:39.378Z Downloaded derive_builder_core v0.20.2
8152024-12-02T16:02:39.380Z Downloaded signal-hook v0.3.17
8162024-12-02T16:02:39.383Z Downloaded newtype_derive v0.1.6
8172024-12-02T16:02:39.385Z Downloaded rand_chacha v0.3.1
8182024-12-02T16:02:39.388Z Downloaded predicates-tree v1.0.11
8192024-12-02T16:02:39.388Z Downloaded pkg-config v0.3.31
8202024-12-02T16:02:39.392Z Downloaded sct v0.7.1
8212024-12-02T16:02:39.395Z Downloaded num_enum_derive v0.5.11
8222024-12-02T16:02:39.396Z Downloaded zip v2.1.3
8232024-12-02T16:02:39.400Z Downloaded unicode-normalization v0.1.24
8242024-12-02T16:02:39.405Z Downloaded rtoolbox v0.0.2
8252024-12-02T16:02:39.408Z Downloaded r2d2 v0.8.10
8262024-12-02T16:02:39.408Z Downloaded ref-cast-impl v1.0.23
8272024-12-02T16:02:39.411Z Downloaded time v0.3.36
8282024-12-02T16:02:39.416Z Downloaded slog-envlogger v2.2.0
8292024-12-02T16:02:39.418Z Downloaded serde_plain v1.0.2
8302024-12-02T16:02:39.420Z Downloaded pkcs5 v0.7.1
8312024-12-02T16:02:39.423Z Downloaded darling_macro v0.20.10
8322024-12-02T16:02:39.426Z Downloaded tough v0.19.0
8332024-12-02T16:02:39.433Z Downloaded enum-as-inner v0.6.1
8342024-12-02T16:02:39.435Z Downloaded hashbrown v0.12.3
8352024-12-02T16:02:39.440Z Downloaded new_debug_unreachable v1.0.6
8362024-12-02T16:02:39.442Z Downloaded futures-macro v0.3.31
8372024-12-02T16:02:39.444Z Downloaded unicode_categories v0.1.1
8382024-12-02T16:02:39.446Z Downloaded zone v0.1.8
8392024-12-02T16:02:39.446Z Downloaded zerofrom-derive v0.1.4
8402024-12-02T16:02:39.449Z Downloaded der_derive v0.7.3
8412024-12-02T16:02:39.451Z Downloaded derive_more v0.99.18
8422024-12-02T16:02:39.454Z Downloaded rsa v0.9.6
8432024-12-02T16:02:39.460Z Downloaded foldhash v0.1.3
8442024-12-02T16:02:39.462Z Downloaded paste v1.0.15
8452024-12-02T16:02:39.465Z Downloaded futures-sink v0.3.31
8462024-12-02T16:02:39.467Z Downloaded ron v0.8.1
8472024-12-02T16:02:39.472Z Downloaded resolv-conf v0.7.0
8482024-12-02T16:02:39.475Z Downloaded futures-io v0.3.31
8492024-12-02T16:02:39.475Z Downloaded serde-big-array v0.5.1
8502024-12-02T16:02:39.477Z Downloaded slog-stdlog v4.1.1
8512024-12-02T16:02:39.479Z Downloaded untrusted v0.9.0
8522024-12-02T16:02:39.481Z Downloaded serde_path_to_error v0.1.16
8532024-12-02T16:02:39.483Z Downloaded num-bigint-dig v0.8.4
8542024-12-02T16:02:39.488Z Downloaded slog-scope v4.4.0
8552024-12-02T16:02:39.490Z Downloaded slog-dtrace v0.3.0
8562024-12-02T16:02:39.493Z Downloaded time-macros v0.2.18
8572024-12-02T16:02:39.495Z Downloaded itertools v0.13.0
8582024-12-02T16:02:39.501Z Downloaded fxhash v0.2.1
8592024-12-02T16:02:39.504Z Downloaded defmt-parser v0.3.4
8602024-12-02T16:02:39.504Z Downloaded tracing-attributes v0.1.27
8612024-12-02T16:02:39.507Z Downloaded unicode-properties v0.1.3
8622024-12-02T16:02:39.509Z Downloaded value-bag v1.9.0
8632024-12-02T16:02:39.512Z Downloaded zopfli v0.8.1
8642024-12-02T16:02:39.515Z Downloaded psl-types v2.0.11
8652024-12-02T16:02:39.517Z Downloaded diesel_table_macro_syntax v0.2.0
8662024-12-02T16:02:39.517Z Downloaded zeroize v1.8.1
8672024-12-02T16:02:39.519Z Downloaded yoke-derive v0.7.4
8682024-12-02T16:02:39.519Z Downloaded progenitor v0.8.0
8692024-12-02T16:02:39.521Z Downloaded schemars_derive v0.8.21
8702024-12-02T16:02:39.523Z Downloaded salsa20 v0.10.2
8712024-12-02T16:02:39.527Z Downloaded scrypt v0.11.0
8722024-12-02T16:02:39.527Z Downloaded scopeguard v1.2.0
8732024-12-02T16:02:39.527Z Downloaded olpc-cjson v0.1.4
8742024-12-02T16:02:39.529Z Downloaded utf8_iter v1.0.4
8752024-12-02T16:02:39.529Z Downloaded predicates-core v1.0.8
8762024-12-02T16:02:39.531Z Downloaded try-lock v0.2.5
8772024-12-02T16:02:39.534Z Downloaded aho-corasick v1.1.3
8782024-12-02T16:02:39.538Z Downloaded password-hash v0.5.0
8792024-12-02T16:02:39.540Z Downloaded num-iter v0.1.45
8802024-12-02T16:02:39.543Z Downloaded futures-executor v0.3.31
8812024-12-02T16:02:39.545Z Downloaded twox-hash v1.6.3
8822024-12-02T16:02:39.546Z Downloaded ssh-key v0.6.6
8832024-12-02T16:02:39.552Z Downloaded zerofrom v0.1.4
8842024-12-02T16:02:39.555Z Downloaded yoke v0.7.4
8852024-12-02T16:02:39.557Z Downloaded sec1 v0.7.3
8862024-12-02T16:02:39.560Z Downloaded snafu-derive v0.8.5
8872024-12-02T16:02:39.560Z Downloaded slog-term v2.9.1
8882024-12-02T16:02:39.563Z Downloaded russh v0.45.0
8892024-12-02T16:02:39.568Z Downloaded foreign-types v0.3.2
8902024-12-02T16:02:39.570Z Downloaded dsl_auto_type v0.1.2
8912024-12-02T16:02:39.570Z Downloaded slog-bunyan v2.5.0
8922024-12-02T16:02:39.573Z Downloaded dunce v1.0.5
8932024-12-02T16:02:39.573Z Downloaded tabwriter v1.4.0
8942024-12-02T16:02:39.575Z Downloaded structmeta-derive v0.2.0
8952024-12-02T16:02:39.575Z Downloaded structmeta v0.3.0
8962024-12-02T16:02:39.578Z Downloaded native-tls v0.2.12
8972024-12-02T16:02:39.580Z Downloaded percent-encoding v2.3.1
8982024-12-02T16:02:39.580Z Downloaded dyn-clone v1.0.17
8992024-12-02T16:02:39.583Z Downloaded rustc_version v0.1.7
9002024-12-02T16:02:39.583Z Downloaded pem-rfc7468 v0.7.0
9012024-12-02T16:02:39.585Z Downloaded take_mut v0.2.2
9022024-12-02T16:02:39.585Z Downloaded blake3 v1.5.4
9032024-12-02T16:02:39.593Z Downloaded which v4.4.2
9042024-12-02T16:02:39.595Z Downloaded time-core v0.1.2
9052024-12-02T16:02:39.597Z Downloaded precomputed-hash v0.1.1
9062024-12-02T16:02:39.597Z Downloaded parking_lot v0.11.2
9072024-12-02T16:02:39.600Z Downloaded normalize-line-endings v0.3.0
9082024-12-02T16:02:39.600Z Downloaded utf-8 v0.7.6
9092024-12-02T16:02:39.602Z Downloaded openssl-sys v0.9.103
9102024-12-02T16:02:39.606Z Downloaded ghash v0.5.1
9112024-12-02T16:02:39.609Z Downloaded futures-core v0.3.31
9122024-12-02T16:02:39.611Z Downloaded uzers v0.12.1
9132024-12-02T16:02:39.613Z Downloaded tui-tree-widget v0.22.0
9142024-12-02T16:02:39.613Z Downloaded quinn v0.11.5
9152024-12-02T16:02:39.616Z Downloaded zerovec v0.10.4
9162024-12-02T16:02:39.622Z Downloaded num-conv v0.1.0
9172024-12-02T16:02:39.625Z Downloaded socket2 v0.5.7
9182024-12-02T16:02:39.627Z Downloaded parking_lot_core v0.8.6
9192024-12-02T16:02:39.630Z Downloaded termtree v0.4.1
9202024-12-02T16:02:39.630Z Downloaded ssh-cipher v0.2.0
9212024-12-02T16:02:39.632Z Downloaded serde-hex v0.1.0
9222024-12-02T16:02:39.634Z Downloaded toml v0.7.8
9232024-12-02T16:02:39.636Z Downloaded toml_edit v0.19.15
9242024-12-02T16:02:39.653Z Downloaded peg-macros v0.8.4
9252024-12-02T16:02:39.655Z Downloaded getrandom v0.2.15
9262024-12-02T16:02:39.658Z Downloaded dhcproto v0.12.0
9272024-12-02T16:02:39.665Z Downloaded der v0.7.9
9282024-12-02T16:02:39.670Z Downloaded progenitor-macro v0.8.0
9292024-12-02T16:02:39.670Z Downloaded proc-macro-crate v1.3.1
9302024-12-02T16:02:39.670Z Downloaded rustc-hash v2.0.0
9312024-12-02T16:02:39.670Z Downloaded rustc-hash v1.1.0
9322024-12-02T16:02:39.670Z Downloaded ppv-lite86 v0.2.20
9332024-12-02T16:02:39.673Z Downloaded progenitor-impl v0.8.0
9342024-12-02T16:02:39.675Z Downloaded parking_lot v0.12.3
9352024-12-02T16:02:39.678Z Downloaded darling_core v0.20.10
9362024-12-02T16:02:39.681Z Downloaded predicates v3.1.2
9372024-12-02T16:02:39.684Z Downloaded p521 v0.13.3
9382024-12-02T16:02:39.688Z Downloaded tinystr v0.7.6
9392024-12-02T16:02:39.690Z Downloaded shlex v1.3.0
9402024-12-02T16:02:39.692Z Downloaded nibble_vec v0.1.0
9412024-12-02T16:02:39.695Z Downloaded peg v0.8.4
9422024-12-02T16:02:39.697Z Downloaded num-rational v0.4.2
9432024-12-02T16:02:39.700Z Downloaded env_logger v0.11.5
9442024-12-02T16:02:39.702Z Downloaded tokio-util v0.7.12
9452024-12-02T16:02:39.708Z Downloaded dropshot_endpoint v0.12.0
9462024-12-02T16:02:39.711Z Downloaded fs_extra v1.3.0
9472024-12-02T16:02:39.713Z Downloaded serde_derive_internals v0.29.1
9482024-12-02T16:02:39.716Z Downloaded rayon v1.10.0
9492024-12-02T16:02:39.724Z Downloaded rustc-demangle v0.1.24
9502024-12-02T16:02:39.726Z Downloaded tar v0.4.42
9512024-12-02T16:02:39.729Z Downloaded funty v2.0.0
9522024-12-02T16:02:39.731Z Downloaded flate2 v1.0.34
9532024-12-02T16:02:39.735Z Downloaded bitvec v1.0.1
9542024-12-02T16:02:39.751Z Downloaded env_logger v0.10.2
9552024-12-02T16:02:39.753Z Downloaded num-traits v0.2.19
9562024-12-02T16:02:39.756Z Downloaded unicode-segmentation v1.12.0
9572024-12-02T16:02:39.760Z Downloaded typed-path v0.9.3
9582024-12-02T16:02:39.766Z Downloaded zerocopy v0.6.6
9592024-12-02T16:02:39.769Z Downloaded hashbrown v0.14.5
9602024-12-02T16:02:39.774Z Downloaded p256 v0.13.2
9612024-12-02T16:02:39.777Z Downloaded x509-cert v0.2.5
9622024-12-02T16:02:39.784Z Downloaded elliptic-curve v0.13.8
9632024-12-02T16:02:39.788Z Downloaded tinyvec v1.8.0
9642024-12-02T16:02:39.791Z Downloaded tungstenite v0.21.0
9652024-12-02T16:02:39.794Z Downloaded zerocopy-derive v0.8.10
9662024-12-02T16:02:39.800Z Downloaded rustls-webpki v0.101.7
9672024-12-02T16:02:39.815Z Downloaded chrono v0.4.38
9682024-12-02T16:02:39.822Z Downloaded parse-zoneinfo v0.3.1
9692024-12-02T16:02:39.826Z Downloaded portable-atomic v1.9.0
9702024-12-02T16:02:39.832Z Downloaded lalrpop v0.19.12
9712024-12-02T16:02:39.844Z Downloaded idna v0.2.3
9722024-12-02T16:02:39.851Z Downloaded h2 v0.4.6
9732024-12-02T16:02:39.857Z Downloaded uuid v1.11.0
9742024-12-02T16:02:39.861Z Downloaded reedline v0.35.0
9752024-12-02T16:02:39.868Z Downloaded rustls-webpki v0.102.8
9762024-12-02T16:02:39.886Z Downloaded nom v7.1.3
9772024-12-02T16:02:39.891Z Downloaded mio v1.0.2
9782024-12-02T16:02:39.897Z Downloaded url v2.5.3
9792024-12-02T16:02:39.901Z Downloaded serde_with v3.11.0
9802024-12-02T16:02:39.909Z Downloaded idna v0.4.0
9812024-12-02T16:02:39.916Z Downloaded hashbrown v0.13.2
9822024-12-02T16:02:39.921Z Downloaded icu_properties_data v1.5.0
9832024-12-02T16:02:39.932Z Downloaded futures-util v0.3.31
9842024-12-02T16:02:39.945Z Downloaded rustyline v14.0.0
9852024-12-02T16:02:39.949Z Downloaded bindgen v0.69.5
9862024-12-02T16:02:39.957Z Downloaded proptest v1.5.0
9872024-12-02T16:02:39.967Z Downloaded curve25519-dalek v4.1.3
9882024-12-02T16:02:39.976Z Downloaded radix_trie v0.2.1
9892024-12-02T16:02:39.982Z Downloaded winnow v0.5.40
9902024-12-02T16:02:39.991Z Downloaded dropshot v0.12.0
9912024-12-02T16:02:40.011Z Downloaded reqwest v0.12.9
9922024-12-02T16:02:40.019Z Downloaded quick-xml v0.33.0
9932024-12-02T16:02:40.025Z Downloaded git2 v0.19.0
9942024-12-02T16:02:40.035Z Downloaded smoltcp v0.9.1
9952024-12-02T16:02:40.045Z Downloaded sqlparser v0.45.0
9962024-12-02T16:02:40.052Z Downloaded rusqlite v0.32.1
9972024-12-02T16:02:40.058Z Downloaded webpki-roots v0.26.6
9982024-12-02T16:02:40.062Z Downloaded unicode-width v0.2.0
9992024-12-02T16:02:40.068Z Downloaded openssl v0.10.66
10002024-12-02T16:02:40.078Z Downloaded hickory-proto v0.24.1
10012024-12-02T16:02:40.094Z Downloaded regex-syntax v0.8.5
10022024-12-02T16:02:40.102Z Downloaded p384 v0.13.0
10032024-12-02T16:02:40.109Z Downloaded petname v2.0.2
10042024-12-02T16:02:40.115Z Downloaded zerocopy v0.8.10
10052024-12-02T16:02:40.138Z Downloaded trust-dns-proto v0.22.0
10062024-12-02T16:02:40.151Z Downloaded regex v1.11.1
10072024-12-02T16:02:40.164Z Downloaded gimli v0.31.1
10082024-12-02T16:02:40.173Z Downloaded object v0.36.5
10092024-12-02T16:02:40.185Z Downloaded polar-core v0.27.3
10102024-12-02T16:02:40.193Z Downloaded regress v0.9.1
10112024-12-02T16:02:40.203Z Downloaded dropshot v0.13.0
10122024-12-02T16:02:40.224Z Downloaded nix v0.29.0
10132024-12-02T16:02:40.236Z Downloaded nix v0.27.1
10142024-12-02T16:02:40.246Z Downloaded rustls v0.23.14
10152024-12-02T16:02:40.259Z Downloaded rustls v0.22.4
10162024-12-02T16:02:40.273Z Downloaded typify-impl v0.2.0
10172024-12-02T16:02:40.288Z Downloaded object v0.30.4
10182024-12-02T16:02:40.298Z Downloaded diesel v2.2.4
10192024-12-02T16:02:40.317Z Downloaded nix v0.28.0
10202024-12-02T16:02:40.328Z Downloaded sled v0.34.7
10212024-12-02T16:02:40.338Z Downloaded regex-automata v0.4.8
10222024-12-02T16:02:40.355Z Downloaded bzip2-sys v0.1.11+1.0.8
10232024-12-02T16:02:40.368Z Downloaded ratatui v0.28.1
10242024-12-02T16:02:40.387Z Downloaded zerocopy-derive v0.6.6
10252024-12-02T16:02:40.396Z Downloaded smoltcp v0.11.0
10262024-12-02T16:02:40.409Z Downloaded openapiv3 v2.0.0
10272024-12-02T16:02:40.421Z Downloaded rustls v0.21.12
10282024-12-02T16:02:40.432Z Downloaded regress v0.10.1
10292024-12-02T16:02:40.440Z Downloaded chrono-tz v0.10.0
10302024-12-02T16:02:40.451Z Downloaded bstr v1.10.0
10312024-12-02T16:02:40.459Z Downloaded vcpkg v0.2.15
10322024-12-02T16:02:40.496Z Downloaded regex-syntax v0.6.29
10332024-12-02T16:02:40.503Z Downloaded tokio v1.40.0
10342024-12-02T16:02:40.539Z Downloaded spin v0.9.8
10352024-12-02T16:02:40.542Z Downloaded diesel_derives v2.2.3
10362024-12-02T16:02:40.545Z Downloaded quinn-proto v0.11.8
10372024-12-02T16:02:40.552Z Downloaded rustfmt-wrapper v0.2.1
10382024-12-02T16:02:40.555Z Downloaded lzma-sys v0.1.20
10392024-12-02T16:02:40.582Z Downloaded csv v1.3.0
10402024-12-02T16:02:40.602Z Downloaded sha3 v0.10.8
10412024-12-02T16:02:40.607Z Downloaded static_assertions v1.1.0
10422024-12-02T16:02:40.609Z Downloaded qorb v0.2.1
10432024-12-02T16:02:40.611Z Downloaded rcgen v0.12.1
10442024-12-02T16:02:40.614Z Downloaded tls_codec_derive v0.4.1
10452024-12-02T16:02:40.617Z Downloaded rand v0.8.5
10462024-12-02T16:02:40.619Z Downloaded salty v0.3.0
10472024-12-02T16:02:40.626Z Downloaded petgraph v0.6.5
10482024-12-02T16:02:40.643Z Downloaded expectorate v1.1.0
10492024-12-02T16:02:40.646Z Downloaded libz-sys v1.1.20
10502024-12-02T16:02:40.665Z Downloaded tls_codec v0.4.1
10512024-12-02T16:02:40.668Z Downloaded dropshot_endpoint v0.13.0
10522024-12-02T16:02:40.671Z Downloaded flume v0.11.1
10532024-12-02T16:02:40.673Z Downloaded idna v0.3.0
10542024-12-02T16:02:40.680Z Downloaded diesel-dtrace v0.3.0
10552024-12-02T16:02:40.683Z Downloaded strum_macros v0.24.3
10562024-12-02T16:02:40.685Z Downloaded test-strategy v0.3.1
10572024-12-02T16:02:40.688Z Downloaded snafu v0.8.5
10582024-12-02T16:02:40.692Z Downloaded crossterm v0.28.1
10592024-12-02T16:02:40.699Z Downloaded owo-colors v4.1.0
10602024-12-02T16:02:40.701Z Downloaded headers v0.4.0
10612024-12-02T16:02:40.706Z Downloaded typify v0.2.0
10622024-12-02T16:02:40.710Z Downloaded libm v0.2.8
10632024-12-02T16:02:40.716Z Downloaded aes-gcm v0.10.3
10642024-12-02T16:02:40.720Z Downloaded num_enum v0.5.11
10652024-12-02T16:02:40.724Z Downloaded fatfs v0.3.6
10662024-12-02T16:02:40.727Z Downloaded miniz_oxide v0.8.0
10672024-12-02T16:02:40.729Z Downloaded newline-converter v0.3.0
10682024-12-02T16:02:40.732Z Downloaded globset v0.4.15
10692024-12-02T16:02:40.732Z Downloaded des v0.8.1
10702024-12-02T16:02:40.735Z Downloaded embedded-io v0.4.0
10712024-12-02T16:02:40.737Z Downloaded ron v0.7.1
10722024-12-02T16:02:40.739Z Downloaded hkdf v0.12.4
10732024-12-02T16:02:40.742Z Downloaded pkcs8 v0.10.2
10742024-12-02T16:02:40.745Z Downloaded pin-project-lite v0.2.14
10752024-12-02T16:02:40.748Z Downloaded libxml v0.3.3
10762024-12-02T16:02:40.754Z Downloaded powerfmt v0.2.0
10772024-12-02T16:02:40.757Z Downloaded hashlink v0.9.1
10782024-12-02T16:02:40.759Z Downloaded num_threads v0.1.7
10792024-12-02T16:02:40.759Z Downloaded mirai-annotations v1.12.0
10802024-12-02T16:02:40.759Z Downloaded group v0.13.0
10812024-12-02T16:02:40.762Z Downloaded tracing-core v0.1.32
10822024-12-02T16:02:40.764Z Downloaded steno v0.4.1
10832024-12-02T16:02:40.767Z Downloaded vergen v8.3.2
10842024-12-02T16:02:40.770Z Downloaded zone v0.3.0
10852024-12-02T16:02:40.772Z Downloaded fd-lock v4.0.2
10862024-12-02T16:02:40.775Z Downloaded pin-project-internal v1.1.6
10872024-12-02T16:02:40.775Z Downloaded http v1.1.0
10882024-12-02T16:02:40.778Z Downloaded rand_seeder v0.3.0
10892024-12-02T16:02:40.781Z Downloaded synstructure v0.13.1
10902024-12-02T16:02:40.781Z Downloaded cc v1.1.30
10912024-12-02T16:02:40.784Z Downloaded num v0.4.3
10922024-12-02T16:02:40.787Z Downloaded nanorand v0.7.0
10932024-12-02T16:02:40.789Z Downloaded const_format v0.2.33
10942024-12-02T16:02:40.792Z Downloaded compact_str v0.8.0
10952024-12-02T16:02:40.795Z Downloaded serde_yaml v0.9.34+deprecated
10962024-12-02T16:02:40.798Z Downloaded schemars v0.8.21
10972024-12-02T16:02:40.810Z Downloaded form_urlencoded v1.2.1
10982024-12-02T16:02:40.812Z Downloaded rustversion v1.0.17
10992024-12-02T16:02:40.816Z Downloaded russh-keys v0.45.0
11002024-12-02T16:02:40.816Z Downloaded samael v0.0.17
11012024-12-02T16:02:40.821Z Downloaded rayon-core v1.12.1
11022024-12-02T16:02:40.824Z Downloaded hickory-server v0.24.1
11032024-12-02T16:02:40.830Z Downloaded postgres-protocol v0.6.7
11042024-12-02T16:02:40.832Z Downloaded pkcs1 v0.7.5
11052024-12-02T16:02:40.835Z Downloaded parking_lot_core v0.9.10
11062024-12-02T16:02:40.837Z Downloaded dirs-sys-next v0.1.2
11072024-12-02T16:02:40.837Z Downloaded dirs-next v2.0.0
11082024-12-02T16:02:40.840Z Downloaded zeroize_derive v1.4.2
11092024-12-02T16:02:40.840Z Downloaded signal-hook-mio v0.2.4
11102024-12-02T16:02:40.840Z Downloaded signal-hook-tokio v0.3.1
11112024-12-02T16:02:40.842Z Downloaded similar v2.6.0
11122024-12-02T16:02:40.845Z Downloaded secrecy v0.8.0
11132024-12-02T16:02:40.848Z Downloaded rusty-fork v0.3.0
11142024-12-02T16:02:40.850Z Downloaded radium v0.7.0
11152024-12-02T16:02:40.850Z Downloaded polyval v0.6.2
11162024-12-02T16:02:40.852Z Downloaded gethostname v0.5.0
11172024-12-02T16:02:40.852Z Downloaded defmt v0.3.8
11182024-12-02T16:02:40.855Z Downloaded icu_collections v1.5.0
11192024-12-02T16:02:40.861Z Downloaded bytes v1.8.0
11202024-12-02T16:02:40.865Z Downloaded encoding_rs v0.8.34
11212024-12-02T16:02:40.887Z Downloaded ciborium v0.2.2
11222024-12-02T16:02:40.889Z Downloaded cmake v0.1.51
11232024-12-02T16:02:40.892Z Downloaded spki v0.7.3
11242024-12-02T16:02:40.892Z Downloaded either v1.13.0
11252024-12-02T16:02:40.894Z Downloaded ed25519 v2.2.3
11262024-12-02T16:02:40.896Z Downloaded icu_normalizer_data v1.5.0
11272024-12-02T16:02:40.896Z Downloaded ctr v0.9.2
11282024-12-02T16:02:40.899Z Downloaded cookie_store v0.21.0
11292024-12-02T16:02:40.901Z Downloaded siphasher v0.3.11
11302024-12-02T16:02:40.901Z Downloaded simd-adler32 v0.3.7
11312024-12-02T16:02:40.904Z Downloaded sha1 v0.10.6
11322024-12-02T16:02:40.904Z Downloaded crc32fast v1.4.2
11332024-12-02T16:02:40.906Z Downloaded bzip2 v0.4.4
11342024-12-02T16:02:40.909Z Downloaded blowfish v0.9.1
11352024-12-02T16:02:40.909Z Downloaded md-5 v0.10.6
11362024-12-02T16:02:40.911Z Downloaded lock_api v0.4.12
11372024-12-02T16:02:40.911Z Downloaded jobserver v0.1.32
11382024-12-02T16:02:40.914Z Downloaded icu_locid_transform_data v1.5.0
11392024-12-02T16:02:40.917Z Downloaded strum_macros v0.25.3
11402024-12-02T16:02:40.917Z Downloaded signature v2.2.0
11412024-12-02T16:02:40.920Z Downloaded scheduled-thread-pool v0.2.7
11422024-12-02T16:02:40.920Z Downloaded libefi-sys v0.1.0
11432024-12-02T16:02:40.923Z Downloaded kstat-rs v0.2.4
11442024-12-02T16:02:40.923Z Downloaded curve25519-dalek-derive v0.1.1
11452024-12-02T16:02:40.923Z Downloaded cbc v0.1.2
11462024-12-02T16:02:40.926Z Downloaded linear-map v1.2.0
11472024-12-02T16:02:40.926Z Downloaded cassowary v0.3.0
11482024-12-02T16:02:40.929Z Downloaded hostname v0.3.1
11492024-12-02T16:02:40.929Z Downloaded cfg_aliases v0.2.1
11502024-12-02T16:02:40.929Z Downloaded bitfield v0.14.0
11512024-12-02T16:02:40.931Z Downloaded humantime v2.1.0
11522024-12-02T16:02:40.931Z Downloaded atomicwrites v0.4.4
11532024-12-02T16:02:40.934Z Downloaded async-recursion v1.1.1
11542024-12-02T16:02:40.936Z Downloaded ascii-canvas v3.0.0
11552024-12-02T16:02:40.936Z Downloaded array-init v0.0.4
11562024-12-02T16:02:40.983Z Downloaded libgit2-sys v0.17.0+1.8.1
11572024-12-02T16:02:41.359Z Downloaded aws-lc-sys v0.22.0
11582024-12-02T16:02:41.764Z Downloaded ring v0.17.8
11592024-12-02T16:02:41.923Z Downloaded libsqlite3-sys v0.30.1
11602024-12-02T16:02:42.001Z Downloaded ring v0.16.20
11612024-12-02T16:02:42.175Z Compiling serde v1.0.215
11622024-12-02T16:02:42.178Z Compiling lock_api v0.4.12
11632024-12-02T16:02:42.178Z Compiling scopeguard v1.2.0
11642024-12-02T16:02:42.178Z Compiling value-bag v1.9.0
11652024-12-02T16:02:42.330Z Compiling typenum v1.17.0
11662024-12-02T16:02:42.332Z Compiling generic-array v0.14.7
11672024-12-02T16:02:42.363Z Compiling syn v2.0.87
11682024-12-02T16:02:42.376Z Compiling getrandom v0.2.15
11692024-12-02T16:02:42.483Z Compiling shlex v1.3.0
11702024-12-02T16:02:42.673Z Compiling rand_core v0.6.4
11712024-12-02T16:02:42.794Z Compiling log v0.4.22
11722024-12-02T16:02:42.888Z Compiling subtle v2.6.1
11732024-12-02T16:02:42.913Z Compiling jobserver v0.1.32
11742024-12-02T16:02:42.977Z Compiling const-oid v0.9.6
11752024-12-02T16:02:43.196Z Compiling smallvec v1.13.2
11762024-12-02T16:02:43.198Z Compiling spin v0.9.8
11772024-12-02T16:02:43.235Z Compiling pin-project-lite v0.2.14
11782024-12-02T16:02:43.357Z Compiling cc v1.1.30
11792024-12-02T16:02:43.590Z Compiling rustix v0.38.37
11802024-12-02T16:02:43.607Z Compiling parking_lot_core v0.9.10
11812024-12-02T16:02:43.852Z Compiling futures-core v0.3.31
11822024-12-02T16:02:43.881Z Compiling signal-hook-registry v1.4.2
11832024-12-02T16:02:44.094Z Compiling mio v1.0.2
11842024-12-02T16:02:44.686Z Compiling parking_lot v0.12.3
11852024-12-02T16:02:44.763Z Compiling aho-corasick v1.1.3
11862024-12-02T16:02:44.830Z Compiling cpufeatures v0.2.14
11872024-12-02T16:02:44.942Z Compiling regex-syntax v0.8.5
11882024-12-02T16:02:45.188Z Compiling either v1.13.0
11892024-12-02T16:02:45.212Z Compiling lazy_static v1.5.0
11902024-12-02T16:02:45.339Z Compiling stable_deref_trait v1.2.0
11912024-12-02T16:02:45.359Z Compiling glob v0.3.1
11922024-12-02T16:02:45.461Z Compiling futures-sink v0.3.31
11932024-12-02T16:02:45.628Z Compiling socket2 v0.5.7
11942024-12-02T16:02:45.648Z Compiling slab v0.4.9
11952024-12-02T16:02:45.666Z Compiling prettyplease v0.2.25
11962024-12-02T16:02:46.044Z Compiling minimal-lexical v0.2.1
11972024-12-02T16:02:46.386Z Compiling clang-sys v1.8.1
11982024-12-02T16:02:46.387Z Compiling libloading v0.8.5
11992024-12-02T16:02:46.572Z Compiling nom v7.1.3
12002024-12-02T16:02:46.691Z Compiling home v0.5.9
12012024-12-02T16:02:46.840Z Compiling serde_json v1.0.132
12022024-12-02T16:02:46.975Z Compiling bindgen v0.69.5
12032024-12-02T16:02:47.204Z Compiling futures-channel v0.3.31
12042024-12-02T16:02:47.650Z Compiling itertools v0.12.1
12052024-12-02T16:02:47.792Z Compiling foldhash v0.1.3
12062024-12-02T16:02:47.950Z Compiling futures-io v0.3.31
12072024-12-02T16:02:48.092Z Compiling futures-task v0.3.31
12082024-12-02T16:02:48.288Z Compiling lazycell v1.3.0
12092024-12-02T16:02:48.389Z Compiling rustc-hash v1.1.0
12102024-12-02T16:02:48.451Z Compiling pin-utils v0.1.0
12112024-12-02T16:02:48.546Z Compiling allocator-api2 v0.2.18
12122024-12-02T16:02:48.565Z Compiling cmake v0.1.51
12132024-12-02T16:02:49.381Z Compiling regex-automata v0.4.8
12142024-12-02T16:02:49.674Z Compiling hashbrown v0.15.0
12152024-12-02T16:02:50.328Z Compiling synstructure v0.13.1
12162024-12-02T16:02:50.882Z Compiling cexpr v0.6.0
12172024-12-02T16:02:51.033Z Compiling tinyvec_macros v0.1.1
12182024-12-02T16:02:51.130Z Compiling dunce v1.0.5
12192024-12-02T16:02:51.263Z Compiling libm v0.2.8
12202024-12-02T16:02:51.602Z Compiling fs_extra v1.3.0
12212024-12-02T16:02:51.838Z Compiling pkg-config v0.3.31
12222024-12-02T16:02:52.135Z Compiling tinyvec v1.8.0
12232024-12-02T16:02:52.200Z Compiling num-traits v0.2.19
12242024-12-02T16:02:52.702Z Compiling ring v0.17.8
12252024-12-02T16:02:53.400Z Compiling paste v1.0.15
12262024-12-02T16:02:53.682Z Compiling unicode-normalization v0.1.24
12272024-12-02T16:02:53.787Z Compiling unicode-bidi v0.3.17
12282024-12-02T16:02:53.851Z Compiling writeable v0.5.5
12292024-12-02T16:02:53.959Z Compiling base64ct v1.6.0
12302024-12-02T16:02:54.116Z Compiling litemap v0.7.3
12312024-12-02T16:02:54.434Z Compiling pem-rfc7468 v0.7.0
12322024-12-02T16:02:54.823Z Compiling flagset v0.4.6
12332024-12-02T16:02:55.050Z Compiling regex v1.11.1
12342024-12-02T16:02:55.194Z Compiling httparse v1.9.5
12352024-12-02T16:02:55.215Z Compiling aws-lc-rs v1.10.0
12362024-12-02T16:02:55.979Z Compiling tracing-core v0.1.32
12372024-12-02T16:02:56.085Z Compiling crossbeam-utils v0.8.20
12382024-12-02T16:02:56.543Z Compiling rustls-pki-types v1.9.0
12392024-12-02T16:02:56.667Z Compiling percent-encoding v2.3.1
12402024-12-02T16:02:56.821Z Compiling icu_locid_transform_data v1.5.0
12412024-12-02T16:02:56.966Z Compiling serde_derive v1.0.215
12422024-12-02T16:02:57.030Z Compiling zeroize_derive v1.4.2
12432024-12-02T16:02:57.338Z Compiling zerocopy-derive v0.7.35
12442024-12-02T16:02:57.635Z Compiling tokio-macros v2.4.0
12452024-12-02T16:02:57.664Z Compiling zerofrom-derive v0.1.4
12462024-12-02T16:02:58.660Z Compiling zeroize v1.8.1
12472024-12-02T16:02:59.238Z Compiling yoke-derive v0.7.4
12482024-12-02T16:02:59.340Z Compiling thiserror-impl v1.0.69
12492024-12-02T16:02:59.718Z Compiling zerocopy v0.7.35
12502024-12-02T16:03:00.324Z Compiling futures-macro v0.3.31
12512024-12-02T16:03:00.470Z Compiling crypto-common v0.1.6
12522024-12-02T16:03:00.725Z Compiling block-buffer v0.10.4
12532024-12-02T16:03:00.998Z Compiling digest v0.10.7
12542024-12-02T16:03:01.328Z Compiling zerovec-derive v0.10.3
12552024-12-02T16:03:01.508Z Compiling hmac v0.12.1
12562024-12-02T16:03:01.771Z Compiling block-padding v0.3.3
12572024-12-02T16:03:01.849Z Compiling zerofrom v0.1.4
12582024-12-02T16:03:02.025Z Compiling displaydoc v0.2.5
12592024-12-02T16:03:02.083Z Compiling inout v0.1.3
12602024-12-02T16:03:02.328Z Compiling yoke v0.7.4
12612024-12-02T16:03:02.348Z Compiling futures-util v0.3.31
12622024-12-02T16:03:02.539Z Compiling cipher v0.4.4
12632024-12-02T16:03:02.542Z Compiling sha2 v0.10.8
12642024-12-02T16:03:02.701Z Compiling ppv-lite86 v0.2.20
12652024-12-02T16:03:02.846Z Compiling thiserror v1.0.69
12662024-12-02T16:03:02.899Z Compiling der_derive v0.7.3
12672024-12-02T16:03:02.988Z Compiling icu_provider_macros v1.5.0
12682024-12-02T16:03:03.550Z Compiling rand_chacha v0.3.1
12692024-12-02T16:03:03.808Z Compiling tracing-attributes v0.1.27
12702024-12-02T16:03:04.108Z Compiling zerovec v0.10.4
12712024-12-02T16:03:04.202Z Compiling rand v0.8.5
12722024-12-02T16:03:05.460Z Compiling der v0.7.9
12732024-12-02T16:03:05.887Z Compiling pest v2.7.14
12742024-12-02T16:03:06.111Z Compiling tinystr v0.7.6
12752024-12-02T16:03:06.421Z Compiling icu_collections v1.5.0
12762024-12-02T16:03:06.450Z Compiling salsa20 v0.10.2
12772024-12-02T16:03:06.569Z Compiling icu_locid v1.5.0
12782024-12-02T16:03:06.680Z Compiling pbkdf2 v0.12.2
12792024-12-02T16:03:06.844Z Compiling powerfmt v0.2.0
12802024-12-02T16:03:07.262Z Compiling vcpkg v0.2.15
12812024-12-02T16:03:07.776Z Compiling icu_provider v1.5.0
12822024-12-02T16:03:07.923Z Compiling tracing v0.1.40
12832024-12-02T16:03:08.446Z Compiling spki v0.7.3
12842024-12-02T16:03:08.777Z Compiling icu_locid_transform v1.5.0
12852024-12-02T16:03:08.800Z Compiling mirai-annotations v1.12.0
12862024-12-02T16:03:08.886Z Compiling icu_properties_data v1.5.0
12872024-12-02T16:03:08.968Z Compiling untrusted v0.7.1
12882024-12-02T16:03:08.988Z Compiling num-conv v0.1.0
12892024-12-02T16:03:09.007Z Compiling untrusted v0.9.0
12902024-12-02T16:03:09.039Z Compiling time-core v0.1.2
12912024-12-02T16:03:09.164Z Compiling pest_meta v2.7.14
12922024-12-02T16:03:09.183Z Compiling deranged v0.3.11
12932024-12-02T16:03:09.226Z Compiling scrypt v0.11.0
12942024-12-02T16:03:09.260Z Compiling time-macros v0.2.18
12952024-12-02T16:03:09.491Z Compiling openssl-sys v0.9.103
12962024-12-02T16:03:09.803Z Compiling cbc v0.1.2
12972024-12-02T16:03:10.042Z Compiling icu_properties v1.5.1
12982024-12-02T16:03:10.649Z Compiling aes v0.8.4
12992024-12-02T16:03:11.175Z Compiling scroll_derive v0.12.0
13002024-12-02T16:03:11.460Z Compiling bitflags v2.6.0
13012024-12-02T16:03:11.709Z Compiling bytes v1.8.0
13022024-12-02T16:03:12.602Z Compiling tokio v1.40.0
13032024-12-02T16:03:12.924Z Compiling indexmap v2.6.0
13042024-12-02T16:03:13.016Z Compiling http v1.1.0
13052024-12-02T16:03:13.524Z Compiling semver v1.0.23
13062024-12-02T16:03:14.364Z Compiling rustc_version v0.4.1
13072024-12-02T16:03:14.444Z Compiling write16 v1.0.0
13082024-12-02T16:03:14.574Z Compiling utf8_iter v1.0.4
13092024-12-02T16:03:14.825Z Compiling num_threads v0.1.7
13102024-12-02T16:03:14.963Z Compiling atomic-waker v1.1.2
13112024-12-02T16:03:15.060Z Compiling icu_normalizer_data v1.5.0
13122024-12-02T16:03:15.151Z Compiling utf16_iter v1.0.5
13132024-12-02T16:03:15.168Z Compiling time v0.3.36
13142024-12-02T16:03:15.186Z Compiling http-body v1.0.1
13152024-12-02T16:03:15.339Z Compiling icu_normalizer v1.5.0
13162024-12-02T16:03:15.414Z Compiling scroll v0.12.0
13172024-12-02T16:03:15.607Z Compiling pkcs5 v0.7.1
13182024-12-02T16:03:15.790Z Compiling pest_generator v2.7.14
13192024-12-02T16:03:15.981Z Compiling which v4.4.2
13202024-12-02T16:03:16.004Z Compiling form_urlencoded v1.2.1
13212024-12-02T16:03:16.606Z Compiling slog v2.7.0
13222024-12-02T16:03:16.838Z Compiling try-lock v0.2.5
13232024-12-02T16:03:16.993Z Compiling want v0.3.1
13242024-12-02T16:03:17.219Z Compiling goblin v0.8.2
13252024-12-02T16:03:17.283Z Compiling idna_adapter v1.2.0
13262024-12-02T16:03:17.343Z Compiling pkcs8 v0.10.2
13272024-12-02T16:03:17.396Z Compiling httpdate v1.0.3
13282024-12-02T16:03:17.499Z Compiling idna v1.0.3
13292024-12-02T16:03:17.829Z Compiling pest_derive v2.7.14
13302024-12-02T16:03:18.068Z Compiling toml_datetime v0.6.8
13312024-12-02T16:03:18.592Z Compiling serde_tokenstream v0.2.2
13322024-12-02T16:03:18.663Z Compiling dtrace-parser v0.2.0
13332024-12-02T16:03:18.736Z Compiling uuid v1.11.0
13342024-12-02T16:03:19.264Z Compiling serde_spanned v0.6.8
13352024-12-02T16:03:19.416Z Compiling adler2 v2.0.0
13362024-12-02T16:03:19.506Z Compiling iana-time-zone v0.1.61
13372024-12-02T16:03:19.622Z Compiling tower-service v0.3.3
13382024-12-02T16:03:19.754Z Compiling match_cfg v0.1.0
13392024-12-02T16:03:19.852Z Compiling openssl v0.10.66
13402024-12-02T16:03:19.968Z Compiling foreign-types-shared v0.1.1
13412024-12-02T16:03:20.086Z Compiling base64 v0.22.1
13422024-12-02T16:03:20.165Z Compiling rustversion v1.0.17
13432024-12-02T16:03:20.297Z Compiling foreign-types v0.3.2
13442024-12-02T16:03:20.399Z Compiling hostname v0.3.1
13452024-12-02T16:03:20.541Z Compiling chrono v0.4.38
13462024-12-02T16:03:20.664Z Compiling miniz_oxide v0.8.0
13472024-12-02T16:03:20.815Z Compiling url v2.5.3
13482024-12-02T16:03:20.967Z Compiling async-trait v0.1.83
13492024-12-02T16:03:22.237Z Compiling tokio-util v0.7.12
13502024-12-02T16:03:22.259Z Compiling openssl-macros v0.1.1
13512024-12-02T16:03:22.955Z Compiling dirs-sys-next v0.1.2
13522024-12-02T16:03:23.023Z Compiling dof v0.3.0
13532024-12-02T16:03:23.528Z Compiling h2 v0.4.6
13542024-12-02T16:03:23.691Z Compiling rustls v0.23.14
13552024-12-02T16:03:23.801Z Compiling usdt-impl v0.5.0
13562024-12-02T16:03:23.968Z Compiling data-encoding v2.6.0
13572024-12-02T16:03:24.412Z Compiling native-tls v0.2.12
13582024-12-02T16:03:24.736Z Compiling syn v1.0.109
13592024-12-02T16:03:25.289Z Compiling siphasher v0.3.11
13602024-12-02T16:03:25.379Z Compiling rustls v0.22.4
13612024-12-02T16:03:25.517Z Compiling dirs-next v2.0.0
13622024-12-02T16:03:25.717Z Compiling http-body-util v0.1.2
13632024-12-02T16:03:26.272Z Compiling heapless v0.7.17
13642024-12-02T16:03:26.405Z Compiling crossbeam-epoch v0.9.18
13652024-12-02T16:03:26.717Z Compiling sha1 v0.10.6
13662024-12-02T16:03:27.104Z Compiling signature v2.2.0
13672024-12-02T16:03:27.152Z Compiling bzip2-sys v0.1.11+1.0.8
13682024-12-02T16:03:27.174Z Compiling serde_derive_internals v0.29.1
13692024-12-02T16:03:27.393Z Compiling thread_local v1.1.8
13702024-12-02T16:03:27.644Z Compiling encoding_rs v0.8.34
13712024-12-02T16:03:27.678Z Compiling cookie v0.18.1
13722024-12-02T16:03:27.911Z Compiling multer v3.1.0
13732024-12-02T16:03:27.965Z Compiling schemars v0.8.21
13742024-12-02T16:03:28.169Z Compiling ipnet v2.10.1
13752024-12-02T16:03:28.309Z Compiling signal-hook v0.3.17
13762024-12-02T16:03:28.422Z Compiling rayon-core v1.12.1
13772024-12-02T16:03:28.570Z Compiling mime v0.3.17
13782024-12-02T16:03:28.738Z Compiling slog-async v2.8.0
13792024-12-02T16:03:29.214Z Compiling openssl-probe v0.1.5
13802024-12-02T16:03:29.267Z Compiling unicode-properties v0.1.3
13812024-12-02T16:03:29.506Z Compiling gimli v0.31.1
13822024-12-02T16:03:29.648Z Compiling stringprep v0.1.5
13832024-12-02T16:03:29.757Z Compiling toml_edit v0.22.22
13842024-12-02T16:03:30.042Z Compiling schemars_derive v0.8.21
13852024-12-02T16:03:30.966Z Compiling hyper v1.5.0
13862024-12-02T16:03:32.807Z Compiling usdt-attr-macro v0.5.0
13872024-12-02T16:03:33.521Z Compiling hyper-util v0.1.10
13882024-12-02T16:03:34.241Z Compiling addr2line v0.24.2
13892024-12-02T16:03:34.523Z Compiling usdt-macro v0.5.0
13902024-12-02T16:03:34.742Z Compiling crossbeam-deque v0.8.5
13912024-12-02T16:03:35.013Z Compiling term v0.7.0
13922024-12-02T16:03:35.207Z Compiling slog-json v2.6.1
13932024-12-02T16:03:35.597Z Compiling serde_urlencoded v0.7.1
13942024-12-02T16:03:35.934Z Compiling curve25519-dalek v4.1.3
13952024-12-02T16:03:36.090Z Compiling crossbeam-channel v0.5.13
13962024-12-02T16:03:36.093Z Compiling enum-as-inner v0.6.1
13972024-12-02T16:03:36.529Z Compiling futures-executor v0.3.31
13982024-12-02T16:03:36.550Z Compiling md-5 v0.10.6
13992024-12-02T16:03:36.684Z Compiling rustls-pemfile v2.2.0
14002024-12-02T16:03:36.784Z Compiling async-stream-impl v0.3.6
14012024-12-02T16:03:37.030Z Compiling num-integer v0.1.46
14022024-12-02T16:03:37.145Z Compiling idna v0.4.0
14032024-12-02T16:03:37.219Z Compiling idna v0.3.0
14042024-12-02T16:03:37.221Z Compiling hash32 v0.2.1
14052024-12-02T16:03:37.627Z Compiling ff v0.13.0
14062024-12-02T16:03:37.831Z Compiling is-terminal v0.4.13
14072024-12-02T16:03:37.851Z Compiling dropshot v0.12.0
14082024-12-02T16:03:37.967Z Compiling object v0.36.5
14092024-12-02T16:03:38.137Z Compiling psl-types v2.0.11
14102024-12-02T16:03:38.171Z Compiling take_mut v0.2.2
14112024-12-02T16:03:38.191Z Compiling linked-hash-map v0.5.6
14122024-12-02T16:03:38.330Z Compiling rustc-demangle v0.1.24
14132024-12-02T16:03:38.354Z Compiling base16ct v0.2.0
14142024-12-02T16:03:38.550Z Compiling anyhow v1.0.93
14152024-12-02T16:03:38.710Z Compiling quick-error v1.2.3
14162024-12-02T16:03:38.854Z Compiling num-bigint-dig v0.8.4
14172024-12-02T16:03:38.859Z Compiling portable-atomic v1.9.0
14182024-12-02T16:03:38.961Z Compiling fallible-iterator v0.2.0
14192024-12-02T16:03:39.140Z Compiling dyn-clone v1.0.17
14202024-12-02T16:03:39.241Z Compiling smoltcp v0.9.1
14212024-12-02T16:03:39.364Z Compiling utf-8 v0.7.6
14222024-12-02T16:03:39.692Z Compiling postgres-protocol v0.6.7
14232024-12-02T16:03:39.711Z Compiling tungstenite v0.24.0
14242024-12-02T16:03:40.053Z Compiling resolv-conf v0.7.0
14252024-12-02T16:03:40.361Z Compiling sec1 v0.7.3
14262024-12-02T16:03:40.851Z Compiling lru-cache v0.1.2
14272024-12-02T16:03:40.937Z Compiling publicsuffix v2.2.3
14282024-12-02T16:03:41.044Z Compiling async-stream v0.3.6
14292024-12-02T16:03:41.263Z Compiling hickory-proto v0.24.1
14302024-12-02T16:03:41.339Z Compiling slog-term v2.9.1
14312024-12-02T16:03:42.151Z Compiling usdt v0.5.0
14322024-12-02T16:03:42.253Z Compiling group v0.13.0
14332024-12-02T16:03:42.602Z Compiling num-iter v0.1.45
14342024-12-02T16:03:42.678Z Compiling futures v0.3.31
14352024-12-02T16:03:42.901Z Compiling slog-bunyan v2.5.0
14362024-12-02T16:03:43.125Z Compiling toml v0.8.19
14372024-12-02T16:03:44.408Z Compiling tokio-native-tls v0.3.1
14382024-12-02T16:03:44.831Z Compiling camino v1.1.9
14392024-12-02T16:03:44.881Z Compiling phf_shared v0.11.2
14402024-12-02T16:03:45.029Z Compiling dropshot_endpoint v0.12.0
14412024-12-02T16:03:45.287Z Compiling backtrace v0.3.74
14422024-12-02T16:03:45.711Z Compiling terminal_size v0.4.0
14432024-12-02T16:03:45.801Z Compiling waitgroup v0.1.2
14442024-12-02T16:03:45.934Z Compiling openapiv3 v2.0.0
14452024-12-02T16:03:46.005Z Compiling serde_path_to_error v0.1.16
14462024-12-02T16:03:46.025Z Compiling hkdf v0.12.4
14472024-12-02T16:03:46.277Z Compiling crypto-bigint v0.5.5
14482024-12-02T16:03:46.906Z Compiling webpki-roots v0.26.6
14492024-12-02T16:03:47.136Z Compiling zerocopy-derive v0.6.6
14502024-12-02T16:03:49.115Z Compiling curve25519-dalek-derive v0.1.1
14512024-12-02T16:03:49.470Z Compiling idna v0.5.0
14522024-12-02T16:03:49.579Z Compiling hubpack_derive v0.1.1
14532024-12-02T16:03:49.788Z Compiling hostname v0.4.0
14542024-12-02T16:03:50.052Z Compiling fs-err v2.11.0
14552024-12-02T16:03:50.320Z Compiling crc32fast v1.4.2
14562024-12-02T16:03:50.432Z Compiling ahash v0.8.11
14572024-12-02T16:03:50.477Z Compiling winnow v0.5.40
14582024-12-02T16:03:50.621Z Compiling bitflags v1.3.2
14592024-12-02T16:03:50.642Z Compiling managed v0.8.0
14602024-12-02T16:03:50.725Z Compiling debug-ignore v1.0.5
14612024-12-02T16:03:50.842Z Compiling clap_builder v4.5.21
14622024-12-02T16:03:50.874Z Compiling console v0.15.8
14632024-12-02T16:03:51.138Z Compiling strum_macros v0.25.3
14642024-12-02T16:03:52.410Z Compiling flate2 v1.0.34
14652024-12-02T16:03:52.571Z Compiling hubpack v0.1.2
14662024-12-02T16:03:53.043Z Compiling cookie_store v0.21.0
14672024-12-02T16:03:53.398Z Compiling zerocopy v0.6.6
14682024-12-02T16:03:53.473Z Compiling elliptic-curve v0.13.8
14692024-12-02T16:03:54.315Z Compiling toml_edit v0.19.15
14702024-12-02T16:03:54.365Z Compiling hickory-resolver v0.24.1
14712024-12-02T16:03:54.733Z Compiling phf v0.11.2
14722024-12-02T16:03:55.024Z Compiling signal-hook-mio v0.2.4
14732024-12-02T16:03:55.196Z Compiling hyper-tls v0.6.0
14742024-12-02T16:03:55.313Z Compiling rayon v1.10.0
14752024-12-02T16:03:55.426Z Compiling bzip2 v0.4.4
14762024-12-02T16:03:55.817Z Compiling tokio-tungstenite v0.24.0
14772024-12-02T16:03:56.366Z Compiling postgres-types v0.2.8
14782024-12-02T16:03:59.374Z Compiling ed25519 v2.2.3
14792024-12-02T16:04:00.091Z Compiling phf_shared v0.10.0
14802024-12-02T16:04:00.173Z Compiling tokio-stream v0.1.16
14812024-12-02T16:04:00.496Z Compiling pkcs1 v0.7.5
14822024-12-02T16:04:00.519Z Compiling serde-big-array v0.5.1
14832024-12-02T16:04:00.754Z Compiling clap_derive v4.5.18
14842024-12-02T16:04:01.237Z Compiling rfc6979 v0.4.0
14852024-12-02T16:04:01.257Z Compiling serde_repr v0.1.19
14862024-12-02T16:04:01.312Z Compiling derive-where v1.2.7
14872024-12-02T16:04:01.436Z Compiling float-cmp v0.9.0
14882024-12-02T16:04:01.526Z Compiling bstr v1.10.0
14892024-12-02T16:04:01.654Z Compiling sync_wrapper v1.0.1
14902024-12-02T16:04:01.817Z Compiling normalize-line-endings v0.3.0
14912024-12-02T16:04:01.952Z Compiling whoami v1.5.2
14922024-12-02T16:04:02.478Z Compiling new_debug_unreachable v1.0.6
14932024-12-02T16:04:02.499Z Compiling precomputed-hash v0.1.1
14942024-12-02T16:04:02.579Z Compiling unicode-segmentation v1.12.0
14952024-12-02T16:04:02.601Z Compiling predicates-core v1.0.8
14962024-12-02T16:04:02.619Z Compiling static_assertions v1.1.0
14972024-12-02T16:04:02.725Z Compiling number_prefix v0.4.0
14982024-12-02T16:04:02.944Z Compiling unicode-width v0.2.0
14992024-12-02T16:04:02.965Z Compiling fixedbitset v0.4.2
15002024-12-02T16:04:03.349Z Compiling bit-vec v0.6.3
15012024-12-02T16:04:03.445Z Compiling difflib v0.4.0
15022024-12-02T16:04:03.468Z Compiling indicatif v0.17.9
15032024-12-02T16:04:03.486Z Compiling similar v2.6.0
15042024-12-02T16:04:03.852Z Compiling predicates v3.1.2
15052024-12-02T16:04:04.959Z Compiling bit-set v0.5.3
15062024-12-02T16:04:05.159Z Compiling petgraph v0.6.5
15072024-12-02T16:04:05.256Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15082024-12-02T16:04:05.663Z Compiling string_cache v0.8.7
15092024-12-02T16:04:05.768Z Compiling tokio-postgres v0.7.12
15102024-12-02T16:04:05.858Z Compiling clap v4.5.21
15112024-12-02T16:04:05.933Z Compiling ecdsa v0.16.9
15122024-12-02T16:04:05.984Z Compiling rsa v0.9.6
15132024-12-02T16:04:06.146Z Compiling ed25519-dalek v2.1.1
15142024-12-02T16:04:06.787Z Compiling toml v0.7.8
15152024-12-02T16:04:07.489Z Compiling zip v0.6.6
15162024-12-02T16:04:08.631Z Compiling crossterm v0.28.1
15172024-12-02T16:04:09.874Z Compiling hex v0.4.3
15182024-12-02T16:04:10.047Z Compiling x509-cert v0.2.5
15192024-12-02T16:04:10.250Z Compiling itertools v0.10.5
15202024-12-02T16:04:10.499Z Compiling peg-runtime v0.8.3
15212024-12-02T16:04:11.171Z Compiling lalrpop-util v0.19.12
15222024-12-02T16:04:11.522Z Compiling unicode-xid v0.2.6
15232024-12-02T16:04:11.549Z Compiling strum_macros v0.26.4
15242024-12-02T16:04:11.705Z Compiling xattr v1.3.1
15252024-12-02T16:04:11.982Z Compiling filetime v0.2.25
15262024-12-02T16:04:12.310Z Compiling tar v0.4.42
15272024-12-02T16:04:16.763Z Compiling strum v0.26.3
15282024-12-02T16:04:18.874Z Compiling aws-lc-sys v0.22.0
15292024-12-02T16:04:46.845Z Compiling rustls-webpki v0.102.8
15302024-12-02T16:04:50.226Z Compiling tokio-rustls v0.25.0
15312024-12-02T16:04:52.584Z Compiling tokio-rustls v0.26.0
15322024-12-02T16:04:52.904Z Compiling hyper-rustls v0.27.3
15332024-12-02T16:04:53.159Z Compiling reqwest v0.12.9
15342024-12-02T16:04:53.844Z Compiling qorb v0.2.1
15352024-12-02T16:04:59.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15362024-12-02T16:04:59.259Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15372024-12-02T16:05:05.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15382024-12-02T16:05:05.208Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15392024-12-02T16:05:05.257ZDec 02 16:05:05.021 INFO Starting download, target: Clickhouse
15402024-12-02T16:05:05.257ZDec 02 16:05:05.022 INFO Starting download, target: Cockroach
15412024-12-02T16:05:05.257ZDec 02 16:05:05.022 INFO Starting download, target: Console
15422024-12-02T16:05:05.257ZDec 02 16:05:05.022 INFO Starting download, target: DendriteOpenapi
15432024-12-02T16:05:05.257ZDec 02 16:05:05.022 INFO Starting download, target: DendriteStub
15442024-12-02T16:05:05.260ZDec 02 16:05:05.022 INFO Starting download, target: MaghemiteMgd
15452024-12-02T16:05:05.260ZDec 02 16:05:05.022 INFO Starting download, target: TransceiverControl
15462024-12-02T16:05:05.260ZDec 02 16:05:05.022 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15472024-12-02T16:05:05.260ZDec 02 16:05:05.022 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15482024-12-02T16:05:05.260ZDec 02 16:05:05.022 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15492024-12-02T16:05:05.260ZDec 02 16:05:05.023 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15502024-12-02T16:05:05.260ZDec 02 16:05:05.023 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15512024-12-02T16:05:05.260ZDec 02 16:05:05.023 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15522024-12-02T16:05:05.260ZDec 02 16:05:05.023 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-12-02T16:05:05.452ZDec 02 16:05:05.216 INFO Download complete, target: DendriteOpenapi
15542024-12-02T16:05:05.599ZDec 02 16:05:05.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15552024-12-02T16:05:05.772ZDec 02 16:05:05.524 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562024-12-02T16:05:06.088ZDec 02 16:05:05.846 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15572024-12-02T16:05:06.157ZDec 02 16:05:05.921 INFO Download complete, target: Console
15582024-12-02T16:05:06.175ZDec 02 16:05:05.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15592024-12-02T16:05:06.254ZDec 02 16:05:06.019 INFO Download complete, target: TransceiverControl
15602024-12-02T16:05:07.047ZDec 02 16:05:06.811 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612024-12-02T16:05:07.047ZDec 02 16:05:06.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622024-12-02T16:05:07.261ZDec 02 16:05:07.025 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-12-02T16:05:08.944ZDec 02 16:05:08.709 INFO Download complete, target: DendriteStub
15642024-12-02T16:05:09.005ZDec 02 16:05:08.769 INFO Download complete, target: MaghemiteMgd
15652024-12-02T16:05:14.110ZDec 02 16:05:13.874 INFO Checking that binary works, target: Cockroach
15662024-12-02T16:05:14.272ZDec 02 16:05:14.036 INFO Download complete, target: Cockroach
15672024-12-02T16:05:19.184ZDec 02 16:05:18.948 INFO Checking that binary works, target: Clickhouse
15682024-12-02T16:05:19.308ZDec 02 16:05:19.072 INFO Download complete, target: Clickhouse
15692024-12-02T16:05:19.328ZAll builder prerequisites installed successfully, and PATH looks valid
15702024-12-02T16:05:19.331Z
15712024-12-02T16:05:19.331Zreal 4:42.770474616
15722024-12-02T16:05:19.331Zuser 16:32.819174503
15732024-12-02T16:05:19.331Zsys 3:15.715167642
15742024-12-02T16:05:19.331Ztrap 0.559919335
15752024-12-02T16:05:19.331Ztflt 1.575321113
15762024-12-02T16:05:19.331Zdflt 2.311120133
15772024-12-02T16:05:19.331Zkflt 0.023341830
15782024-12-02T16:05:19.331Zlock 29:39.953137287
15792024-12-02T16:05:19.331Zslp 1:01:22.432668569
15802024-12-02T16:05:19.331Zlat 58.485790585
15812024-12-02T16:05:19.331Zstop 2:21.134138338
15822024-12-02T16:05:19.331Z+ banner hack-check
15832024-12-02T16:05:19.335Z
15842024-12-02T16:05:19.335Z # # ## #### # # #### # # ###### #### # #
15852024-12-02T16:05:19.335Z # # # # # # # # # # # # # # # # #
15862024-12-02T16:05:19.335Z ###### # # # #### ##### # ###### ##### # ####
15872024-12-02T16:05:19.335Z # # ###### # # # # # # # # # #
15882024-12-02T16:05:19.335Z # # # # # # # # # # # # # # # # #
15892024-12-02T16:05:19.335Z # # # # #### # # #### # # ###### #### # #
15902024-12-02T16:05:19.335Z
15912024-12-02T16:05:19.335Z+ export CARGO_INCREMENTAL=0
15922024-12-02T16:05:19.336Z+ CARGO_INCREMENTAL=0
15932024-12-02T16:05:19.336Z+ ptime -m timeout 2h cargo xtask check-features --ci
15942024-12-02T16:05:19.856Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15952024-12-02T16:05:23.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
15962024-12-02T16:05:23.693Z Running `target/debug/xtask check-features --ci`
15972024-12-02T16:05:23.714Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15982024-12-02T16:05:23.714Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15992024-12-02T16:05:24.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16002024-12-02T16:05:24.172Z Running `target/debug/xtask download cargo-hack`
16012024-12-02T16:05:24.970Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16022024-12-02T16:05:25.301Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16032024-12-02T16:05:30.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16042024-12-02T16:05:30.531Z Running `target/debug/xtask-downloader cargo-hack`
16052024-12-02T16:05:30.566ZDec 02 16:05:30.329 INFO Starting download, target: CargoHack
16062024-12-02T16:05:30.568ZDec 02 16:05:30.330 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16072024-12-02T16:05:31.202ZDec 02 16:05:30.966 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16082024-12-02T16:05:31.289ZDec 02 16:05:31.053 INFO Download complete, target: CargoHack
16092024-12-02T16:05:31.293Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16102024-12-02T16:05:31.309Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16112024-12-02T16:05:31.474Zinfo: running `cargo check --bins` on api_identity (1/173)
16122024-12-02T16:05:32.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-12-02T16:05:32.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-12-02T16:05:32.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-12-02T16:05:32.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16162024-12-02T16:05:32.078Z
16172024-12-02T16:05:32.078Zinfo: running `cargo check --bins` on bootstore (2/173)
16182024-12-02T16:05:32.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-12-02T16:05:32.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-12-02T16:05:32.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-12-02T16:05:32.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16222024-12-02T16:05:32.717Z
16232024-12-02T16:05:32.717Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16242024-12-02T16:05:33.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-12-02T16:05:33.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-12-02T16:05:33.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-12-02T16:05:33.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16282024-12-02T16:05:33.346Z
16292024-12-02T16:05:33.346Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16302024-12-02T16:05:33.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-12-02T16:05:33.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-12-02T16:05:33.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-12-02T16:05:33.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16342024-12-02T16:05:33.974Z
16352024-12-02T16:05:33.974Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16362024-12-02T16:05:34.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-12-02T16:05:34.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-12-02T16:05:34.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-12-02T16:05:34.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16402024-12-02T16:05:34.389Z
16412024-12-02T16:05:34.389Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16422024-12-02T16:05:34.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-12-02T16:05:34.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-12-02T16:05:34.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-12-02T16:05:34.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462024-12-02T16:05:34.810Z
16472024-12-02T16:05:34.810Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16482024-12-02T16:05:35.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-12-02T16:05:35.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-12-02T16:05:35.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-12-02T16:05:35.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16522024-12-02T16:05:35.220Z
16532024-12-02T16:05:35.220Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16542024-12-02T16:05:35.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-12-02T16:05:35.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-12-02T16:05:35.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-12-02T16:05:35.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16582024-12-02T16:05:35.641Z
16592024-12-02T16:05:35.641Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16602024-12-02T16:05:36.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-12-02T16:05:36.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-12-02T16:05:36.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-12-02T16:05:36.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642024-12-02T16:05:36.062Z
16652024-12-02T16:05:36.062Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16662024-12-02T16:05:36.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-12-02T16:05:36.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-12-02T16:05:36.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-12-02T16:05:36.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-12-02T16:05:36.480Z
16712024-12-02T16:05:36.480Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16722024-12-02T16:05:36.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-12-02T16:05:36.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-12-02T16:05:36.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-12-02T16:05:36.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762024-12-02T16:05:36.902Z
16772024-12-02T16:05:36.902Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16782024-12-02T16:05:37.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-12-02T16:05:37.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-12-02T16:05:37.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-12-02T16:05:37.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16822024-12-02T16:05:37.325Z
16832024-12-02T16:05:37.325Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16842024-12-02T16:05:37.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-12-02T16:05:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-12-02T16:05:37.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-12-02T16:05:37.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16882024-12-02T16:05:37.752Z
16892024-12-02T16:05:37.752Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16902024-12-02T16:05:38.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-12-02T16:05:38.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-12-02T16:05:38.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-12-02T16:05:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16942024-12-02T16:05:38.162Z
16952024-12-02T16:05:38.162Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16962024-12-02T16:05:38.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-12-02T16:05:38.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-12-02T16:05:38.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-12-02T16:05:38.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002024-12-02T16:05:38.580Z
17012024-12-02T16:05:38.580Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17022024-12-02T16:05:38.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-12-02T16:05:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-12-02T16:05:38.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-12-02T16:05:38.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062024-12-02T16:05:38.994Z
17072024-12-02T16:05:38.994Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17082024-12-02T16:05:39.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-12-02T16:05:39.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-12-02T16:05:39.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-12-02T16:05:39.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122024-12-02T16:05:39.415Z
17132024-12-02T16:05:39.415Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17142024-12-02T16:05:39.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-12-02T16:05:39.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-12-02T16:05:39.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-12-02T16:05:39.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182024-12-02T16:05:39.842Z
17192024-12-02T16:05:39.842Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17202024-12-02T16:05:40.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-12-02T16:05:40.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-12-02T16:05:40.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-12-02T16:05:40.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17242024-12-02T16:05:40.269Z
17252024-12-02T16:05:40.269Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17262024-12-02T16:05:40.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-12-02T16:05:40.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-12-02T16:05:40.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-12-02T16:05:40.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302024-12-02T16:05:40.690Z
17312024-12-02T16:05:40.690Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17322024-12-02T16:05:41.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-12-02T16:05:41.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-12-02T16:05:41.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-12-02T16:05:41.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362024-12-02T16:05:41.117Z
17372024-12-02T16:05:41.117Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17382024-12-02T16:05:41.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-12-02T16:05:41.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-12-02T16:05:41.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-12-02T16:05:41.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422024-12-02T16:05:41.539Z
17432024-12-02T16:05:41.539Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17442024-12-02T16:05:41.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-12-02T16:05:41.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-12-02T16:05:41.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-12-02T16:05:41.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482024-12-02T16:05:41.964Z
17492024-12-02T16:05:41.964Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17502024-12-02T16:05:42.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-12-02T16:05:42.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-12-02T16:05:42.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-12-02T16:05:42.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542024-12-02T16:05:42.387Z
17552024-12-02T16:05:42.387Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17562024-12-02T16:05:42.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-12-02T16:05:42.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-12-02T16:05:42.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-12-02T16:05:42.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17602024-12-02T16:05:43.025Z
17612024-12-02T16:05:43.025Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17622024-12-02T16:05:43.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-12-02T16:05:43.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-12-02T16:05:43.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-12-02T16:05:43.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17662024-12-02T16:05:43.657Z
17672024-12-02T16:05:43.657Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17682024-12-02T16:05:44.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-12-02T16:05:44.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-12-02T16:05:44.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-12-02T16:05:44.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17722024-12-02T16:05:44.280Z
17732024-12-02T16:05:44.280Zinfo: running `cargo check --bins` on oxlog (28/173)
17742024-12-02T16:05:44.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-12-02T16:05:44.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-12-02T16:05:44.893Z Checking cfg-if v1.0.0
17772024-12-02T16:05:44.896Z Checking libc v0.2.162
17782024-12-02T16:05:45.001Z Checking serde v1.0.215
17792024-12-02T16:05:45.004Z Checking zeroize v1.8.1
17802024-12-02T16:05:45.019Z Checking memchr v2.7.4
17812024-12-02T16:05:45.021Z Checking typenum v1.17.0
17822024-12-02T16:05:45.027Z Checking scopeguard v1.2.0
17832024-12-02T16:05:45.049Z Checking subtle v2.6.1
17842024-12-02T16:05:45.062Z Checking value-bag v1.9.0
17852024-12-02T16:05:45.167Z Checking lock_api v0.4.12
17862024-12-02T16:05:45.247Z Checking smallvec v1.13.2
17872024-12-02T16:05:45.295Z Checking itoa v1.0.11
17882024-12-02T16:05:45.476Z Checking log v0.4.22
17892024-12-02T16:05:45.517Z Checking const-oid v0.9.6
17902024-12-02T16:05:45.578Z Checking pin-project-lite v0.2.14
17912024-12-02T16:05:45.619Z Checking byteorder v1.5.0
17922024-12-02T16:05:45.696Z Checking futures-core v0.3.31
17932024-12-02T16:05:45.875Z Checking once_cell v1.20.2
17942024-12-02T16:05:45.890Z Checking cpufeatures v0.2.14
17952024-12-02T16:05:45.974Z Checking stable_deref_trait v1.2.0
17962024-12-02T16:05:46.007Z Checking futures-sink v0.3.31
17972024-12-02T16:05:46.048Z Checking spin v0.9.8
17982024-12-02T16:05:46.069Z Checking zerocopy v0.7.35
17992024-12-02T16:05:46.096Z Checking getrandom v0.2.15
18002024-12-02T16:05:46.135Z Checking signal-hook-registry v1.4.2
18012024-12-02T16:05:46.170Z Checking parking_lot_core v0.9.10
18022024-12-02T16:05:46.325Z Checking rand_core v0.6.4
18032024-12-02T16:05:46.347Z Checking generic-array v0.14.7
18042024-12-02T16:05:46.390Z Checking mio v1.0.2
18052024-12-02T16:05:46.414Z Checking socket2 v0.5.7
18062024-12-02T16:05:46.517Z Checking parking_lot v0.12.3
18072024-12-02T16:05:46.621Z Checking slab v0.4.9
18082024-12-02T16:05:46.905Z Checking zerofrom v0.1.4
18092024-12-02T16:05:46.959Z Checking futures-channel v0.3.31
18102024-12-02T16:05:46.959Z Checking allocator-api2 v0.2.18
18112024-12-02T16:05:46.990Z Checking pin-utils v0.1.0
18122024-12-02T16:05:47.090Z Checking futures-io v0.3.31
18132024-12-02T16:05:47.117Z Checking yoke v0.7.4
18142024-12-02T16:05:47.244Z Checking foldhash v0.1.3
18152024-12-02T16:05:47.252Z Checking equivalent v1.0.1
18162024-12-02T16:05:47.279Z Checking futures-task v0.3.31
18172024-12-02T16:05:47.344Z Checking ryu v1.0.18
18182024-12-02T16:05:47.423Z Checking zerovec v0.10.4
18192024-12-02T16:05:47.443Z Checking tinyvec_macros v0.1.1
18202024-12-02T16:05:47.502Z Checking fnv v1.0.7
18212024-12-02T16:05:47.516Z Checking tinyvec v1.8.0
18222024-12-02T16:05:47.520Z Checking futures-util v0.3.31
18232024-12-02T16:05:47.520Z Checking hashbrown v0.15.0
18242024-12-02T16:05:47.548Z Checking crypto-common v0.1.6
18252024-12-02T16:05:47.577Z Checking block-buffer v0.10.4
18262024-12-02T16:05:47.611Z Checking block-padding v0.3.3
18272024-12-02T16:05:47.730Z Checking libm v0.2.8
18282024-12-02T16:05:47.795Z Checking digest v0.10.7
18292024-12-02T16:05:47.824Z Checking inout v0.1.3
18302024-12-02T16:05:48.056Z Checking cipher v0.4.4
18312024-12-02T16:05:48.173Z Checking hmac v0.12.1
18322024-12-02T16:05:48.376Z Checking sha2 v0.10.8
18332024-12-02T16:05:48.474Z Checking writeable v0.5.5
18342024-12-02T16:05:48.662Z Checking litemap v0.7.3
18352024-12-02T16:05:48.690Z Checking base64ct v1.6.0
18362024-12-02T16:05:48.784Z Checking unicode-bidi v0.3.17
18372024-12-02T16:05:48.802Z Checking unicode-normalization v0.1.24
18382024-12-02T16:05:48.946Z Checking num-traits v0.2.19
18392024-12-02T16:05:49.006Z Checking ppv-lite86 v0.2.20
18402024-12-02T16:05:49.065Z Checking tinystr v0.7.6
18412024-12-02T16:05:49.122Z Checking pem-rfc7468 v0.7.0
18422024-12-02T16:05:49.377Z Checking flagset v0.4.6
18432024-12-02T16:05:49.413Z Checking tracing-core v0.1.32
18442024-12-02T16:05:49.428Z Checking icu_locid v1.5.0
18452024-12-02T16:05:49.567Z Checking der v0.7.9
18462024-12-02T16:05:49.730Z Checking thiserror v1.0.69
18472024-12-02T16:05:49.803Z Checking rand_chacha v0.3.1
18482024-12-02T16:05:49.860Z Checking rustls-pki-types v1.9.0
18492024-12-02T16:05:50.107Z Checking icu_locid_transform_data v1.5.0
18502024-12-02T16:05:50.123Z Checking bytes v1.8.0
18512024-12-02T16:05:50.202Z Checking indexmap v2.6.0
18522024-12-02T16:05:50.218Z Checking serde_json v1.0.132
18532024-12-02T16:05:50.453Z Checking bitflags v2.6.0
18542024-12-02T16:05:50.476Z Checking icu_provider v1.5.0
18552024-12-02T16:05:50.605Z Checking percent-encoding v2.3.1
18562024-12-02T16:05:50.755Z Checking rand v0.8.5
18572024-12-02T16:05:50.820Z Checking tracing v0.1.40
18582024-12-02T16:05:50.929Z Checking tokio v1.40.0
18592024-12-02T16:05:51.148Z Checking http v1.1.0
18602024-12-02T16:05:51.173Z Checking icu_locid_transform v1.5.0
18612024-12-02T16:05:51.432Z Checking spki v0.7.3
18622024-12-02T16:05:51.531Z Checking icu_collections v1.5.0
18632024-12-02T16:05:51.719Z Checking salsa20 v0.10.2
18642024-12-02T16:05:51.941Z Checking pbkdf2 v0.12.2
18652024-12-02T16:05:52.005Z Checking aws-lc-sys v0.22.0
18662024-12-02T16:05:52.061Z Checking httparse v1.9.5
18672024-12-02T16:05:52.103Z Checking untrusted v0.7.1
18682024-12-02T16:05:52.119Z Checking mirai-annotations v1.12.0
18692024-12-02T16:05:52.199Z Checking powerfmt v0.2.0
18702024-12-02T16:05:52.266Z Checking icu_properties_data v1.5.0
18712024-12-02T16:05:52.286Z Checking untrusted v0.9.0
18722024-12-02T16:05:52.435Z Checking ring v0.17.8
18732024-12-02T16:05:52.465Z Checking deranged v0.3.11
18742024-12-02T16:05:52.499Z Checking scrypt v0.11.0
18752024-12-02T16:05:52.517Z Checking icu_properties v1.5.1
18762024-12-02T16:05:52.531Z Checking aes v0.8.4
18772024-12-02T16:05:52.663Z Checking cbc v0.1.2
18782024-12-02T16:05:52.729Z Checking crossbeam-utils v0.8.20
18792024-12-02T16:05:52.881Z Checking time-core v0.1.2
18802024-12-02T16:05:53.059Z Checking atomic-waker v1.1.2
18812024-12-02T16:05:53.184Z Checking utf8_iter v1.0.4
18822024-12-02T16:05:53.392Z Checking num-conv v0.1.0
18832024-12-02T16:05:53.466Z Checking num_threads v0.1.7
18842024-12-02T16:05:53.496Z Checking utf16_iter v1.0.5
18852024-12-02T16:05:53.588Z Checking write16 v1.0.0
18862024-12-02T16:05:53.649Z Checking icu_normalizer_data v1.5.0
18872024-12-02T16:05:53.665Z Checking pkcs5 v0.7.1
18882024-12-02T16:05:53.709Z Checking http-body v1.0.1
18892024-12-02T16:05:53.740Z Checking form_urlencoded v1.2.1
18902024-12-02T16:05:53.901Z Checking try-lock v0.2.5
18912024-12-02T16:05:53.956Z Checking httpdate v1.0.3
18922024-12-02T16:05:54.047Z Checking want v0.3.1
18932024-12-02T16:05:54.167Z Checking pkcs8 v0.10.2
18942024-12-02T16:05:54.184Z Checking unicode-ident v1.0.13
18952024-12-02T16:05:54.209Z Checking toml_datetime v0.6.8
18962024-12-02T16:05:54.222Z Checking time v0.3.36
18972024-12-02T16:05:54.272Z Checking serde_spanned v0.6.8
18982024-12-02T16:05:54.338Z Checking proc-macro2 v1.0.89
18992024-12-02T16:05:54.463Z Checking uuid v1.11.0
19002024-12-02T16:05:54.479Z Checking slog v2.7.0
19012024-12-02T16:05:54.495Z Checking scroll v0.12.0
19022024-12-02T16:05:54.521Z Checking aws-lc-rs v1.10.0
19032024-12-02T16:05:54.967Z Checking adler2 v2.0.0
19042024-12-02T16:05:54.983Z Checking match_cfg v0.1.0
19052024-12-02T16:05:55.026Z Checking iana-time-zone v0.1.61
19062024-12-02T16:05:55.062Z Checking foreign-types-shared v0.1.1
19072024-12-02T16:05:55.078Z Checking base64 v0.22.1
19082024-12-02T16:05:55.128Z Checking plain v0.2.3
19092024-12-02T16:05:55.163Z Checking tower-service v0.3.3
19102024-12-02T16:05:55.180Z Checking ucd-trie v0.1.7
19112024-12-02T16:05:55.277Z Checking goblin v0.8.2
19122024-12-02T16:05:55.293Z Checking chrono v0.4.38
19132024-12-02T16:05:55.389Z Checking pest v2.7.14
19142024-12-02T16:05:55.538Z Checking foreign-types v0.3.2
19152024-12-02T16:05:55.631Z Checking miniz_oxide v0.8.0
19162024-12-02T16:05:55.803Z Checking icu_normalizer v1.5.0
19172024-12-02T16:05:56.313Z Checking rustls-webpki v0.102.8
19182024-12-02T16:05:56.376Z Checking hostname v0.3.1
19192024-12-02T16:05:56.519Z Checking quote v1.0.37
19202024-12-02T16:05:56.623Z Checking idna_adapter v1.2.0
19212024-12-02T16:05:56.760Z Checking openssl-sys v0.9.103
19222024-12-02T16:05:56.808Z Checking idna v1.0.3
19232024-12-02T16:05:56.836Z Checking dirs-sys-next v0.1.2
19242024-12-02T16:05:57.016Z Checking errno v0.3.9
19252024-12-02T16:05:57.105Z Checking aho-corasick v1.1.3
19262024-12-02T16:05:57.198Z Checking pretty-hex v0.4.1
19272024-12-02T16:05:57.297Z Checking url v2.5.3
19282024-12-02T16:05:57.357Z Checking siphasher v0.3.11
19292024-12-02T16:05:57.376Z Checking regex-syntax v0.8.5
19302024-12-02T16:05:57.668Z Checking data-encoding v2.6.0
19312024-12-02T16:05:57.876Z Checking dtrace-parser v0.2.0
19322024-12-02T16:05:58.101Z Checking openssl v0.10.66
19332024-12-02T16:05:58.122Z Checking rustix v0.38.37
19342024-12-02T16:05:58.268Z Checking tokio-util v0.7.12
19352024-12-02T16:05:58.313Z Checking dirs-next v2.0.0
19362024-12-02T16:05:58.388Z Checking syn v2.0.87
19372024-12-02T16:05:58.441Z Checking http-body-util v0.1.2
19382024-12-02T16:05:58.763Z Checking crossbeam-epoch v0.9.18
19392024-12-02T16:05:58.882Z Checking sha1 v0.10.6
19402024-12-02T16:05:59.160Z Checking signature v2.2.0
19412024-12-02T16:05:59.190Z Checking lazy_static v1.5.0
19422024-12-02T16:05:59.226Z Checking h2 v0.4.6
19432024-12-02T16:05:59.313Z Checking thread_local v1.1.8
19442024-12-02T16:05:59.343Z Checking thread-id v4.2.2
19452024-12-02T16:05:59.456Z Checking encoding_rs v0.8.34
19462024-12-02T16:05:59.577Z Checking gimli v0.31.1
19472024-12-02T16:06:00.314Z Checking dof v0.3.0
19482024-12-02T16:06:00.721Z Checking regex-automata v0.4.8
19492024-12-02T16:06:00.968Z Checking anstyle v1.0.10
19502024-12-02T16:06:01.332Z Checking utf8parse v0.2.2
19512024-12-02T16:06:01.483Z Checking either v1.13.0
19522024-12-02T16:06:01.680Z Checking mime v0.3.17
19532024-12-02T16:06:01.720Z Checking winnow v0.6.20
19542024-12-02T16:06:01.854Z Checking ipnet v2.10.1
19552024-12-02T16:06:02.017Z Checking openssl-probe v0.1.5
19562024-12-02T16:06:02.177Z Checking unicode-properties v0.1.3
19572024-12-02T16:06:02.336Z Checking anstyle-parse v0.2.5
19582024-12-02T16:06:02.561Z Checking stringprep v0.1.5
19592024-12-02T16:06:02.611Z Checking crossbeam-deque v0.8.5
19602024-12-02T16:06:02.843Z Checking term v0.7.0
19612024-12-02T16:06:02.934Z Checking rustls v0.22.4
19622024-12-02T16:06:03.257Z Checking rustls v0.23.14
19632024-12-02T16:06:03.643Z Checking addr2line v0.24.2
19642024-12-02T16:06:03.658Z Checking native-tls v0.2.12
19652024-12-02T16:06:03.959Z Checking slog-json v2.6.1
19662024-12-02T16:06:04.160Z Checking serde_urlencoded v0.7.1
19672024-12-02T16:06:04.213Z Checking crossbeam-channel v0.5.13
19682024-12-02T16:06:04.598Z Checking futures-executor v0.3.31
19692024-12-02T16:06:04.742Z Checking toml_edit v0.22.22
19702024-12-02T16:06:04.817Z Checking num-integer v0.1.46
19712024-12-02T16:06:04.844Z Checking usdt-impl v0.5.0
19722024-12-02T16:06:04.960Z Checking rustls-pemfile v2.2.0
19732024-12-02T16:06:05.164Z Checking idna v0.4.0
19742024-12-02T16:06:05.340Z Checking idna v0.3.0
19752024-12-02T16:06:05.388Z Checking md-5 v0.10.6
19762024-12-02T16:06:05.403Z Checking ff v0.13.0
19772024-12-02T16:06:05.561Z Checking hyper v1.5.0
19782024-12-02T16:06:05.596Z Checking is-terminal v0.4.13
19792024-12-02T16:06:05.615Z Checking memmap v0.7.0
19802024-12-02T16:06:05.711Z Checking hash32 v0.2.1
19812024-12-02T16:06:05.809Z Checking object v0.36.5
19822024-12-02T16:06:05.979Z Checking utf-8 v0.7.6
19832024-12-02T16:06:06.034Z Checking colorchoice v1.0.2
19842024-12-02T16:06:06.165Z Checking dyn-clone v1.0.17
19852024-12-02T16:06:06.181Z Checking rustc-demangle v0.1.24
19862024-12-02T16:06:06.195Z Checking base16ct v0.2.0
19872024-12-02T16:06:06.301Z Checking quick-error v1.2.3
19882024-12-02T16:06:06.377Z Checking fallible-iterator v0.2.0
19892024-12-02T16:06:06.438Z Checking take_mut v0.2.2
19902024-12-02T16:06:06.554Z Checking anstyle-query v1.1.1
19912024-12-02T16:06:06.579Z Checking is_terminal_polyfill v1.70.1
19922024-12-02T16:06:06.599Z Checking linked-hash-map v0.5.6
19932024-12-02T16:06:06.677Z Checking psl-types v2.0.11
19942024-12-02T16:06:06.694Z Checking anstream v0.6.15
19952024-12-02T16:06:06.853Z Checking publicsuffix v2.2.3
19962024-12-02T16:06:06.927Z Checking lru-cache v0.1.2
19972024-12-02T16:06:06.963Z Checking postgres-protocol v0.6.7
19982024-12-02T16:06:07.056Z Checking slog-async v2.8.0
19992024-12-02T16:06:07.087Z Checking tokio-rustls v0.25.0
20002024-12-02T16:06:07.105Z Checking resolv-conf v0.7.0
20012024-12-02T16:06:07.340Z Checking sec1 v0.7.3
20022024-12-02T16:06:07.381Z Checking toml v0.8.19
20032024-12-02T16:06:07.441Z Checking schemars v0.8.21
20042024-12-02T16:06:07.464Z Checking tungstenite v0.24.0
20052024-12-02T16:06:07.645Z Checking hyper-util v0.1.10
20062024-12-02T16:06:07.662Z Checking heapless v0.7.17
20072024-12-02T16:06:07.733Z Checking hickory-proto v0.24.1
20082024-12-02T16:06:08.118Z Checking usdt v0.5.0
20092024-12-02T16:06:08.397Z Checking slog-term v2.9.1
20102024-12-02T16:06:08.400Z Checking group v0.13.0
20112024-12-02T16:06:08.647Z Checking num-iter v0.1.45
20122024-12-02T16:06:08.743Z Checking futures v0.3.31
20132024-12-02T16:06:08.811Z Checking slog-bunyan v2.5.0
20142024-12-02T16:06:08.856Z Checking tokio-native-tls v0.3.1
20152024-12-02T16:06:08.900Z Checking rayon-core v1.12.1
20162024-12-02T16:06:08.946Z Checking tokio-rustls v0.26.0
20172024-12-02T16:06:08.975Z Checking multer v3.1.0
20182024-12-02T16:06:09.058Z Checking terminal_size v0.4.0
20192024-12-02T16:06:09.123Z Checking phf_shared v0.11.2
20202024-12-02T16:06:09.218Z Checking cookie v0.18.1
20212024-12-02T16:06:09.354Z Checking async-stream v0.3.6
20222024-12-02T16:06:09.371Z Checking bzip2-sys v0.1.11+1.0.8
20232024-12-02T16:06:09.398Z Checking signal-hook v0.3.17
20242024-12-02T16:06:09.497Z Checking camino v1.1.9
20252024-12-02T16:06:09.545Z Checking waitgroup v0.1.2
20262024-12-02T16:06:09.583Z Checking openapiv3 v2.0.0
20272024-12-02T16:06:09.640Z Checking webpki-roots v0.26.6
20282024-12-02T16:06:09.673Z Checking serde_path_to_error v0.1.16
20292024-12-02T16:06:09.675Z Checking idna v0.5.0
20302024-12-02T16:06:09.715Z Checking hkdf v0.12.4
20312024-12-02T16:06:09.854Z Checking crypto-bigint v0.5.5
20322024-12-02T16:06:09.920Z Checking hostname v0.4.0
20332024-12-02T16:06:10.050Z Checking crc32fast v1.4.2
20342024-12-02T16:06:10.067Z Checking managed v0.8.0
20352024-12-02T16:06:10.273Z Checking debug-ignore v1.0.5
20362024-12-02T16:06:10.276Z Checking bitflags v1.3.2
20372024-12-02T16:06:10.374Z Checking strsim v0.11.1
20382024-12-02T16:06:10.414Z Checking winnow v0.5.40
20392024-12-02T16:06:10.428Z Checking unicode-width v0.1.14
20402024-12-02T16:06:10.563Z Checking clap_lex v0.7.2
20412024-12-02T16:06:10.667Z Checking cookie_store v0.21.0
20422024-12-02T16:06:10.818Z Checking clap_builder v4.5.21
20432024-12-02T16:06:10.926Z Checking console v0.15.8
20442024-12-02T16:06:11.399Z Checking smoltcp v0.9.1
20452024-12-02T16:06:11.523Z Checking flate2 v1.0.34
20462024-12-02T16:06:12.278Z Checking hyper-rustls v0.27.3
20472024-12-02T16:06:12.381Z Checking backtrace v0.3.74
20482024-12-02T16:06:12.614Z Checking signal-hook-mio v0.2.4
20492024-12-02T16:06:12.755Z Checking hickory-resolver v0.24.1
20502024-12-02T16:06:12.848Z Checking elliptic-curve v0.13.8
20512024-12-02T16:06:12.848Z Checking hyper-tls v0.6.0
20522024-12-02T16:06:12.921Z Checking rayon v1.10.0
20532024-12-02T16:06:12.998Z Checking anyhow v1.0.93
20542024-12-02T16:06:13.032Z Checking bzip2 v0.4.4
20552024-12-02T16:06:13.050Z Checking dropshot v0.12.0
20562024-12-02T16:06:13.262Z Checking phf v0.11.2
20572024-12-02T16:06:13.275Z Checking num-bigint-dig v0.8.4
20582024-12-02T16:06:13.293Z Checking tokio-tungstenite v0.24.0
20592024-12-02T16:06:13.509Z Checking toml_edit v0.19.15
20602024-12-02T16:06:13.543Z Checking postgres-types v0.2.8
20612024-12-02T16:06:13.768Z Checking regex v1.11.1
20622024-12-02T16:06:13.953Z Checking bstr v1.10.0
20632024-12-02T16:06:14.174Z Checking ed25519 v2.2.3
20642024-12-02T16:06:14.282Z Checking tokio-stream v0.1.16
20652024-12-02T16:06:14.383Z Checking phf_shared v0.10.0
20662024-12-02T16:06:14.490Z Checking curve25519-dalek v4.1.3
20672024-12-02T16:06:14.714Z Checking zerocopy v0.6.6
20682024-12-02T16:06:14.933Z Checking pkcs1 v0.7.5
20692024-12-02T16:06:15.165Z Checking hubpack v0.1.2
20702024-12-02T16:06:15.357Z Checking portable-atomic v1.9.0
20712024-12-02T16:06:15.451Z Checking float-cmp v0.9.0
20722024-12-02T16:06:15.461Z Checking serde-big-array v0.5.1
20732024-12-02T16:06:15.482Z Checking rfc6979 v0.4.0
20742024-12-02T16:06:15.631Z Checking sync_wrapper v1.0.1
20752024-12-02T16:06:15.663Z Checking difflib v0.4.0
20762024-12-02T16:06:15.678Z Checking unicode-segmentation v1.12.0
20772024-12-02T16:06:15.766Z Checking bit-vec v0.6.3
20782024-12-02T16:06:15.979Z Checking new_debug_unreachable v1.0.6
20792024-12-02T16:06:16.014Z Checking fixedbitset v0.4.2
20802024-12-02T16:06:16.066Z Checking predicates-core v1.0.8
20812024-12-02T16:06:16.113Z Checking static_assertions v1.1.0
20822024-12-02T16:06:16.213Z Checking normalize-line-endings v0.3.0
20832024-12-02T16:06:16.244Z Checking minimal-lexical v0.2.1
20842024-12-02T16:06:16.283Z Checking whoami v1.5.2
20852024-12-02T16:06:16.322Z Checking unicode-width v0.2.0
20862024-12-02T16:06:16.359Z Checking precomputed-hash v0.1.1
20872024-12-02T16:06:16.384Z Checking number_prefix v0.4.0
20882024-12-02T16:06:16.415Z Checking ed25519-dalek v2.1.1
20892024-12-02T16:06:16.464Z Checking string_cache v0.8.7
20902024-12-02T16:06:16.563Z Checking similar v2.6.0
20912024-12-02T16:06:16.579Z Checking tokio-postgres v0.7.12
20922024-12-02T16:06:16.619Z Checking nom v7.1.3
20932024-12-02T16:06:16.738Z Checking predicates v3.1.2
20942024-12-02T16:06:16.756Z Checking petgraph v0.6.5
20952024-12-02T16:06:16.777Z Checking qorb v0.2.1
20962024-12-02T16:06:16.793Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20972024-12-02T16:06:16.796Z Checking indicatif v0.17.9
20982024-12-02T16:06:17.395Z Checking bit-set v0.5.3
20992024-12-02T16:06:17.412Z Checking toml v0.7.8
21002024-12-02T16:06:17.557Z Checking reqwest v0.12.9
21012024-12-02T16:06:17.666Z Checking ecdsa v0.16.9
21022024-12-02T16:06:18.105Z Checking rsa v0.9.6
21032024-12-02T16:06:18.399Z Checking clap v4.5.21
21042024-12-02T16:06:18.531Z Checking zip v0.6.6
21052024-12-02T16:06:19.183Z Checking crossterm v0.28.1
21062024-12-02T16:06:19.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21072024-12-02T16:06:19.268Z Checking itertools v0.12.1
21082024-12-02T16:06:19.314Z Checking itertools v0.10.5
21092024-12-02T16:06:19.399Z Checking fs-err v2.11.0
21102024-12-02T16:06:19.556Z Checking ahash v0.8.11
21112024-12-02T16:06:19.740Z Checking x509-cert v0.2.5
21122024-12-02T16:06:19.953Z Checking hex v0.4.3
21132024-12-02T16:06:20.017Z Checking semver v1.0.23
21142024-12-02T16:06:20.101Z Checking lalrpop-util v0.19.12
21152024-12-02T16:06:20.384Z Checking peg-runtime v0.8.3
21162024-12-02T16:06:20.410Z Checking sigpipe v0.1.3
21172024-12-02T16:06:21.729Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21182024-12-02T16:06:22.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s
21192024-12-02T16:06:22.198Z
21202024-12-02T16:06:22.198Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21212024-12-02T16:06:22.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-12-02T16:06:22.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-12-02T16:06:22.853Z Compiling hashbrown v0.14.5
21242024-12-02T16:06:22.974Z Checking heck v0.5.0
21252024-12-02T16:06:22.987Z Compiling unsafe-libyaml v0.2.11
21262024-12-02T16:06:23.001Z Compiling ident_case v1.0.1
21272024-12-02T16:06:23.014Z Checking progenitor-client v0.8.0
21282024-12-02T16:06:23.027Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21292024-12-02T16:06:23.039Z Compiling proc-macro-crate v1.3.1
21302024-12-02T16:06:23.139Z Compiling darling_core v0.20.10
21312024-12-02T16:06:23.172Z Checking ipnetwork v0.20.0
21322024-12-02T16:06:23.369Z Compiling structmeta-derive v0.3.0
21332024-12-02T16:06:23.386Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21342024-12-02T16:06:23.563Z Compiling newtype-uuid v1.1.3
21352024-12-02T16:06:23.734Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362024-12-02T16:06:23.867Z Compiling lzma-sys v0.1.20
21372024-12-02T16:06:24.096Z Compiling foreign-types-macros v0.2.3
21382024-12-02T16:06:24.153Z Checking regress v0.10.1
21392024-12-02T16:06:24.170Z Compiling num_enum_derive v0.5.11
21402024-12-02T16:06:24.656Z Compiling serde_yaml v0.9.34+deprecated
21412024-12-02T16:06:24.933Z Compiling dropshot v0.13.0
21422024-12-02T16:06:25.214Z Checking foreign-types-shared v0.3.1
21432024-12-02T16:06:25.331Z Checking arc-swap v1.7.1
21442024-12-02T16:06:25.349Z Checking foreign-types v0.5.0
21452024-12-02T16:06:25.566Z Compiling proc-macro-error v1.0.4
21462024-12-02T16:06:25.762Z Checking slog-scope v4.4.0
21472024-12-02T16:06:26.320Z Compiling structmeta v0.3.0
21482024-12-02T16:06:26.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21492024-12-02T16:06:26.429Z Checking tungstenite v0.21.0
21502024-12-02T16:06:26.475Z Compiling heck v0.3.3
21512024-12-02T16:06:26.729Z Checking num_enum v0.5.11
21522024-12-02T16:06:26.748Z Compiling parse-display-derive v0.10.0
21532024-12-02T16:06:26.884Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21542024-12-02T16:06:26.927Z Compiling dropshot_endpoint v0.13.0
21552024-12-02T16:06:27.338Z Checking cstr-argument v0.1.2
21562024-12-02T16:06:27.520Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-12-02T16:06:27.691Z Checking typify-impl v0.2.0
21582024-12-02T16:06:27.711Z Checking instant v0.1.13
21592024-12-02T16:06:27.822Z Checking pretty-hex v0.2.1
21602024-12-02T16:06:28.334Z Checking fastrand v2.1.1
21612024-12-02T16:06:28.681Z Checking base64 v0.21.7
21622024-12-02T16:06:28.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21632024-12-02T16:06:29.201Z Checking tempfile v3.13.0
21642024-12-02T16:06:29.222Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-12-02T16:06:29.358Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21662024-12-02T16:06:29.409Z Checking backoff v0.4.0
21672024-12-02T16:06:29.569Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21682024-12-02T16:06:29.643Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21692024-12-02T16:06:29.712Z Checking tokio-tungstenite v0.21.0
21702024-12-02T16:06:29.730Z Compiling zone_cfg_derive v0.1.2
21712024-12-02T16:06:29.957Z Checking strum v0.26.3
21722024-12-02T16:06:30.107Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21732024-12-02T16:06:30.212Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21742024-12-02T16:06:30.275Z Compiling darling_macro v0.20.10
21752024-12-02T16:06:30.291Z Checking slog-stdlog v4.1.1
21762024-12-02T16:06:30.458Z Checking regress v0.9.1
21772024-12-02T16:06:30.611Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-12-02T16:06:30.763Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21792024-12-02T16:06:30.840Z Checking colored v2.1.0
21802024-12-02T16:06:31.035Z Checking macaddr v1.0.1
21812024-12-02T16:06:31.142Z Checking base64 v0.13.1
21822024-12-02T16:06:31.211Z Checking zone v0.1.8
21832024-12-02T16:06:31.323Z Compiling darling v0.20.10
21842024-12-02T16:06:31.342Z Compiling serde_with_macros v3.11.0
21852024-12-02T16:06:31.450Z Checking parse-display v0.10.0
21862024-12-02T16:06:31.517Z Checking ron v0.7.1
21872024-12-02T16:06:31.697Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21882024-12-02T16:06:31.861Z Checking xz2 v0.1.7
21892024-12-02T16:06:32.161Z Checking slog-envlogger v2.2.0
21902024-12-02T16:06:32.177Z Checking tabwriter v1.4.0
21912024-12-02T16:06:32.372Z Checking xattr v1.3.1
21922024-12-02T16:06:32.413Z Checking pem v3.0.4
21932024-12-02T16:06:32.576Z Checking yasna v0.5.2
21942024-12-02T16:06:32.665Z Checking headers-core v0.3.0
21952024-12-02T16:06:32.696Z Checking smf v0.2.3
21962024-12-02T16:06:32.813Z Checking filetime v0.2.25
21972024-12-02T16:06:33.024Z Checking same-file v1.0.6
21982024-12-02T16:06:33.165Z Checking tar v0.4.42
21992024-12-02T16:06:33.204Z Checking walkdir v2.5.0
22002024-12-02T16:06:33.407Z Checking headers v0.4.0
22012024-12-02T16:06:33.459Z Checking rcgen v0.12.1
22022024-12-02T16:06:33.540Z Checking atomicwrites v0.4.4
22032024-12-02T16:06:33.742Z Checking camino-tempfile v1.1.1
22042024-12-02T16:06:33.988Z Checking subprocess v0.2.9
22052024-12-02T16:06:34.346Z Checking serde_with v3.11.0
22062024-12-02T16:06:38.174Z Compiling typify-macro v0.2.0
22072024-12-02T16:06:40.059Z Compiling typify v0.2.0
22082024-12-02T16:06:40.127Z Compiling progenitor-impl v0.8.0
22092024-12-02T16:06:43.338Z Compiling progenitor-macro v0.8.0
22102024-12-02T16:06:48.626Z Checking progenitor v0.8.0
22112024-12-02T16:06:48.779Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22122024-12-02T16:06:48.781Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22132024-12-02T16:06:51.574Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22142024-12-02T16:06:51.838Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22152024-12-02T16:06:58.242Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22162024-12-02T16:06:59.829Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22172024-12-02T16:07:01.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
22182024-12-02T16:07:01.290Z
22192024-12-02T16:07:01.290Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22202024-12-02T16:07:01.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-12-02T16:07:01.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-12-02T16:07:01.940Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-12-02T16:07:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
22242024-12-02T16:07:03.549Z
22252024-12-02T16:07:03.549Zinfo: running `cargo check --bins` on nexus-config (31/173)
22262024-12-02T16:07:04.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-12-02T16:07:04.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-12-02T16:07:04.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-12-02T16:07:04.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22302024-12-02T16:07:04.171Z
22312024-12-02T16:07:04.171Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22322024-12-02T16:07:04.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-12-02T16:07:04.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-12-02T16:07:04.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-12-02T16:07:04.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362024-12-02T16:07:04.765Z
22372024-12-02T16:07:04.765Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22382024-12-02T16:07:05.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-02T16:07:05.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-02T16:07:05.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-12-02T16:07:05.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22422024-12-02T16:07:05.376Z
22432024-12-02T16:07:05.376Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22442024-12-02T16:07:05.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-02T16:07:05.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-02T16:07:06.044Z Compiling zerocopy v0.8.10
22472024-12-02T16:07:06.045Z Compiling progenitor-client v0.8.0
22482024-12-02T16:07:06.045Z Compiling itertools v0.13.0
22492024-12-02T16:07:06.047Z Compiling zerocopy-derive v0.8.10
22502024-12-02T16:07:06.047Z Compiling heapless v0.8.0
22512024-12-02T16:07:06.047Z Compiling newtype-uuid v1.1.3
22522024-12-02T16:07:06.047Z Compiling ipnetwork v0.20.0
22532024-12-02T16:07:06.047Z Checking hash32 v0.3.1
22542024-12-02T16:07:06.330Z Compiling instant v0.1.13
22552024-12-02T16:07:06.423Z Compiling smoltcp v0.11.0
22562024-12-02T16:07:06.480Z Compiling backoff v0.4.0
22572024-12-02T16:07:06.667Z Compiling progenitor v0.8.0
22582024-12-02T16:07:06.840Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22592024-12-02T16:07:06.911Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22602024-12-02T16:07:07.024Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612024-12-02T16:07:07.130Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622024-12-02T16:07:07.169Z Compiling dropshot v0.13.0
22632024-12-02T16:07:07.307Z Compiling serde_with v3.11.0
22642024-12-02T16:07:07.386Z Compiling parse-display v0.10.0
22652024-12-02T16:07:07.578Z Checking num-rational v0.4.2
22662024-12-02T16:07:07.978Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22672024-12-02T16:07:08.146Z Compiling regress v0.9.1
22682024-12-02T16:07:08.259Z Compiling phf_generator v0.11.2
22692024-12-02T16:07:08.453Z Checking num-complex v0.4.6
22702024-12-02T16:07:09.441Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22712024-12-02T16:07:09.957Z Compiling macaddr v1.0.1
22722024-12-02T16:07:10.369Z Checking cobs v0.2.3
22732024-12-02T16:07:10.516Z Compiling num v0.4.3
22742024-12-02T16:07:10.555Z Checking postcard v1.0.10
22752024-12-02T16:07:10.735Z Compiling phf_codegen v0.11.2
22762024-12-02T16:07:11.154Z Compiling parse-zoneinfo v0.3.1
22772024-12-02T16:07:11.499Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22782024-12-02T16:07:11.793Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22792024-12-02T16:07:11.939Z Checking float-ord v0.3.2
22802024-12-02T16:07:12.086Z Compiling convert_case v0.4.0
22812024-12-02T16:07:12.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822024-12-02T16:07:13.109Z Compiling derive_more v0.99.18
22832024-12-02T16:07:13.181Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22842024-12-02T16:07:13.297Z Compiling chrono-tz-build v0.4.0
22852024-12-02T16:07:14.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22862024-12-02T16:07:14.796Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22872024-12-02T16:07:14.978Z Compiling crucible-workspace-hack v0.1.0
22882024-12-02T16:07:15.084Z Compiling chrono-tz v0.10.0
22892024-12-02T16:07:15.176Z Checking newline-converter v0.3.0
22902024-12-02T16:07:15.270Z Checking prettyplease v0.2.25
22912024-12-02T16:07:15.331Z Compiling slog-dtrace v0.3.0
22922024-12-02T16:07:15.630Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22932024-12-02T16:07:15.932Z Checking expectorate v1.1.0
22942024-12-02T16:07:16.537Z Compiling zone_cfg_derive v0.3.0
22952024-12-02T16:07:16.719Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22962024-12-02T16:07:16.812Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22972024-12-02T16:07:16.880Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22982024-12-02T16:07:16.994Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22992024-12-02T16:07:17.538Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-02T16:07:17.920Z Compiling const_format_proc_macros v0.2.33
23012024-12-02T16:07:17.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23022024-12-02T16:07:18.023Z Compiling num-derive v0.4.2
23032024-12-02T16:07:18.149Z Checking highway v1.2.0
23042024-12-02T16:07:18.619Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23052024-12-02T16:07:18.941Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23062024-12-02T16:07:19.197Z Checking zone v0.3.0
23072024-12-02T16:07:19.874Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23082024-12-02T16:07:19.994Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23092024-12-02T16:07:20.126Z Checking const_format v0.2.33
23102024-12-02T16:07:20.436Z Checking gethostname v0.5.0
23112024-12-02T16:07:20.495Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23122024-12-02T16:07:20.565Z Checking bcs v0.1.6
23132024-12-02T16:07:20.608Z Compiling async-recursion v1.1.1
23142024-12-02T16:07:21.189Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23152024-12-02T16:07:21.212Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23162024-12-02T16:07:21.248Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23172024-12-02T16:07:22.464Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23182024-12-02T16:07:23.024Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23192024-12-02T16:07:29.018Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23202024-12-02T16:07:32.321Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23212024-12-02T16:07:35.005Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23222024-12-02T16:07:36.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s
23232024-12-02T16:07:36.375Z
23242024-12-02T16:07:36.376Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23252024-12-02T16:07:36.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-12-02T16:07:36.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-12-02T16:07:36.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-12-02T16:07:36.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23292024-12-02T16:07:36.996Z
23302024-12-02T16:07:36.996Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23312024-12-02T16:07:37.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-12-02T16:07:37.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-12-02T16:07:37.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-12-02T16:07:37.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23352024-12-02T16:07:37.626Z
23362024-12-02T16:07:37.627Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23372024-12-02T16:07:38.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-12-02T16:07:38.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-12-02T16:07:38.274Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23402024-12-02T16:07:38.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23412024-12-02T16:07:39.077Z
23422024-12-02T16:07:39.077Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23432024-12-02T16:07:39.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-12-02T16:07:39.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-12-02T16:07:39.744Z Compiling cfg_aliases v0.1.1
23462024-12-02T16:07:39.747Z Compiling vte_generate_state_changes v0.1.2
23472024-12-02T16:07:39.747Z Checking fd-lock v4.0.2
23482024-12-02T16:07:39.747Z Checking nibble_vec v0.1.0
23492024-12-02T16:07:39.846Z Checking endian-type v0.1.2
23502024-12-02T16:07:39.848Z Checking bytecount v0.6.8
23512024-12-02T16:07:39.856Z Compiling tabled_derive v0.7.0
23522024-12-02T16:07:39.874Z Compiling peg-macros v0.8.4
23532024-12-02T16:07:39.925Z Compiling nix v0.28.0
23542024-12-02T16:07:39.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23552024-12-02T16:07:40.031Z Compiling sqlparser_derive v0.2.2
23562024-12-02T16:07:40.034Z Checking papergrid v0.11.0
23572024-12-02T16:07:40.058Z Checking radix_trie v0.2.1
23582024-12-02T16:07:40.457Z Checking vte v0.11.1
23592024-12-02T16:07:40.468Z Checking nu-ansi-term v0.50.1
23602024-12-02T16:07:40.899Z Checking home v0.5.9
23612024-12-02T16:07:41.036Z Checking unicode_categories v0.1.1
23622024-12-02T16:07:41.110Z Checking sqlparser v0.45.0
23632024-12-02T16:07:41.162Z Checking display-error-chain v0.2.2
23642024-12-02T16:07:41.332Z Checking sqlformat v0.2.6
23652024-12-02T16:07:41.865Z Checking strip-ansi-escapes v0.2.0
23662024-12-02T16:07:42.016Z Checking reedline v0.35.0
23672024-12-02T16:07:42.292Z Checking tabled v0.15.0
23682024-12-02T16:07:42.813Z Checking peg v0.8.4
23692024-12-02T16:07:43.097Z Checking rustyline v14.0.0
23702024-12-02T16:07:51.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.91s
23712024-12-02T16:07:52.164Z
23722024-12-02T16:07:52.164Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23732024-12-02T16:07:52.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-12-02T16:07:52.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-12-02T16:07:52.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23762024-12-02T16:07:57.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
23772024-12-02T16:07:57.956Z
23782024-12-02T16:07:57.956Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23792024-12-02T16:07:58.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-12-02T16:07:58.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-12-02T16:07:58.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822024-12-02T16:08:02.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
23832024-12-02T16:08:02.498Z
23842024-12-02T16:08:02.498Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23852024-12-02T16:08:03.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-12-02T16:08:03.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-12-02T16:08:03.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-12-02T16:08:07.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
23892024-12-02T16:08:08.047Z
23902024-12-02T16:08:08.047Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23912024-12-02T16:08:08.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-12-02T16:08:08.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-12-02T16:08:08.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-12-02T16:08:13.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
23952024-12-02T16:08:13.608Z
23962024-12-02T16:08:13.608Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
23972024-12-02T16:08:14.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-02T16:08:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-02T16:08:14.273Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-02T16:08:18.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
24012024-12-02T16:08:18.364Z
24022024-12-02T16:08:18.364Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24032024-12-02T16:08:18.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-02T16:08:18.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-02T16:08:19.034Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-02T16:08:23.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
24072024-12-02T16:08:23.235Z
24082024-12-02T16:08:23.235Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24092024-12-02T16:08:23.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-02T16:08:23.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-02T16:08:23.900Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-02T16:08:28.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
24132024-12-02T16:08:29.006Z
24142024-12-02T16:08:29.006Zinfo: running `cargo check --bins` on oximeter (46/173)
24152024-12-02T16:08:29.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-02T16:08:29.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-02T16:08:29.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-12-02T16:08:29.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24192024-12-02T16:08:29.619Z
24202024-12-02T16:08:29.619Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24212024-12-02T16:08:30.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-02T16:08:30.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-02T16:08:30.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-12-02T16:08:30.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24252024-12-02T16:08:30.214Z
24262024-12-02T16:08:30.214Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24272024-12-02T16:08:30.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-02T16:08:30.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-02T16:08:30.836Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24302024-12-02T16:08:31.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24312024-12-02T16:08:31.446Z
24322024-12-02T16:08:31.447Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24332024-12-02T16:08:31.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-02T16:08:31.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-02T16:08:31.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-12-02T16:08:31.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24372024-12-02T16:08:32.060Z
24382024-12-02T16:08:32.060Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24392024-12-02T16:08:32.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-02T16:08:32.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-02T16:08:32.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-12-02T16:08:32.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24432024-12-02T16:08:32.674Z
24442024-12-02T16:08:32.674Zinfo: running `cargo check --bins` on oxql-types (51/173)
24452024-12-02T16:08:33.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-02T16:08:33.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-02T16:08:33.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-02T16:08:33.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24492024-12-02T16:08:33.290Z
24502024-12-02T16:08:33.290Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24512024-12-02T16:08:33.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-02T16:08:33.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-02T16:08:33.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-12-02T16:08:33.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24552024-12-02T16:08:33.926Z
24562024-12-02T16:08:33.926Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24572024-12-02T16:08:34.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-02T16:08:34.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-02T16:08:34.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-02T16:08:34.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24612024-12-02T16:08:34.547Z
24622024-12-02T16:08:34.547Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24632024-12-02T16:08:35.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-02T16:08:35.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-02T16:08:35.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-02T16:08:35.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24672024-12-02T16:08:35.172Z
24682024-12-02T16:08:35.172Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24692024-12-02T16:08:35.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-02T16:08:35.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-02T16:08:35.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-02T16:08:35.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24732024-12-02T16:08:35.791Z
24742024-12-02T16:08:35.791Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24752024-12-02T16:08:36.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-02T16:08:36.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-02T16:08:36.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-02T16:08:36.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24792024-12-02T16:08:36.406Z
24802024-12-02T16:08:36.406Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24812024-12-02T16:08:36.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-02T16:08:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-02T16:08:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-02T16:08:36.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24852024-12-02T16:08:37.030Z
24862024-12-02T16:08:37.030Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24872024-12-02T16:08:37.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-02T16:08:37.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-02T16:08:37.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-02T16:08:37.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24912024-12-02T16:08:37.638Z
24922024-12-02T16:08:37.638Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24932024-12-02T16:08:38.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-02T16:08:38.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-02T16:08:38.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-02T16:08:38.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24972024-12-02T16:08:38.265Z
24982024-12-02T16:08:38.265Zinfo: running `cargo check --bins` on dns-service-client (60/173)
24992024-12-02T16:08:38.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-02T16:08:38.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-02T16:08:38.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-02T16:08:38.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25032024-12-02T16:08:38.887Z
25042024-12-02T16:08:38.887Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25052024-12-02T16:08:39.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-02T16:08:39.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-02T16:08:39.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-02T16:08:39.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25092024-12-02T16:08:39.505Z
25102024-12-02T16:08:39.505Zinfo: running `cargo check --bins` on dpd-client (62/173)
25112024-12-02T16:08:40.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-02T16:08:40.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-02T16:08:40.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-02T16:08:40.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25152024-12-02T16:08:40.112Z
25162024-12-02T16:08:40.112Zinfo: running `cargo check --bins` on gateway-client (63/173)
25172024-12-02T16:08:40.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-02T16:08:40.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-02T16:08:40.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-02T16:08:40.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25212024-12-02T16:08:40.720Z
25222024-12-02T16:08:40.720Zinfo: running `cargo check --bins` on installinator-client (64/173)
25232024-12-02T16:08:41.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-02T16:08:41.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-02T16:08:41.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-02T16:08:41.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25272024-12-02T16:08:41.347Z
25282024-12-02T16:08:41.347Zinfo: running `cargo check --bins` on installinator-common (65/173)
25292024-12-02T16:08:41.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-02T16:08:41.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-02T16:08:41.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-02T16:08:41.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25332024-12-02T16:08:41.975Z
25342024-12-02T16:08:41.975Zinfo: running `cargo check --bins` on update-engine (66/173)
25352024-12-02T16:08:42.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-02T16:08:42.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-02T16:08:42.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-02T16:08:42.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25392024-12-02T16:08:42.579Z
25402024-12-02T16:08:42.579Zinfo: running `cargo check --bins` on nexus-client (67/173)
25412024-12-02T16:08:43.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-02T16:08:43.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-02T16:08:43.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-02T16:08:43.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25452024-12-02T16:08:43.217Z
25462024-12-02T16:08:43.217Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25472024-12-02T16:08:43.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-02T16:08:43.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-02T16:08:43.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-02T16:08:43.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25512024-12-02T16:08:43.848Z
25522024-12-02T16:08:43.848Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25532024-12-02T16:08:44.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-02T16:08:44.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-02T16:08:44.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-02T16:08:44.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25572024-12-02T16:08:44.450Z
25582024-12-02T16:08:44.450Zinfo: running `cargo check --bins` on nexus-types (70/173)
25592024-12-02T16:08:45.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-02T16:08:45.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-02T16:08:45.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-02T16:08:45.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25632024-12-02T16:08:45.086Z
25642024-12-02T16:08:45.086Zinfo: running `cargo check --bins` on oxide-client (71/173)
25652024-12-02T16:08:45.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-02T16:08:45.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-02T16:08:45.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-02T16:08:45.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25692024-12-02T16:08:45.690Z
25702024-12-02T16:08:45.690Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25712024-12-02T16:08:46.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-02T16:08:46.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-02T16:08:46.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-02T16:08:46.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25752024-12-02T16:08:46.304Z
25762024-12-02T16:08:46.304Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25772024-12-02T16:08:46.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-02T16:08:46.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-02T16:08:46.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-02T16:08:46.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25812024-12-02T16:08:46.903Z
25822024-12-02T16:08:46.904Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25832024-12-02T16:08:47.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-02T16:08:47.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-02T16:08:47.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-02T16:08:47.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25872024-12-02T16:08:47.537Z
25882024-12-02T16:08:47.537Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25892024-12-02T16:08:48.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-02T16:08:48.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-02T16:08:48.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-02T16:08:48.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25932024-12-02T16:08:48.185Z
25942024-12-02T16:08:48.185Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25952024-12-02T16:08:48.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-02T16:08:48.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-02T16:08:48.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-02T16:08:48.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25992024-12-02T16:08:48.825Z
26002024-12-02T16:08:48.825Zinfo: running `cargo check --bins` on wicket-common (77/173)
26012024-12-02T16:08:49.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-02T16:08:49.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-02T16:08:49.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-02T16:08:49.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26052024-12-02T16:08:49.466Z
26062024-12-02T16:08:49.466Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26072024-12-02T16:08:50.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-02T16:08:50.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-02T16:08:50.112Z Checking csv-core v0.1.11
26102024-12-02T16:08:50.112Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26112024-12-02T16:08:50.115Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26122024-12-02T16:08:50.423Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26132024-12-02T16:08:50.434Z Checking csv v1.3.0
26142024-12-02T16:08:51.003Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26152024-12-02T16:08:51.344Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26162024-12-02T16:08:52.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
26172024-12-02T16:08:52.752Z
26182024-12-02T16:08:52.752Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26192024-12-02T16:08:53.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-12-02T16:08:53.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-12-02T16:08:53.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-12-02T16:08:53.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26232024-12-02T16:08:53.369Z
26242024-12-02T16:08:53.369Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26252024-12-02T16:08:53.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-02T16:08:53.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-02T16:08:53.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-02T16:08:53.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26292024-12-02T16:08:53.998Z
26302024-12-02T16:08:53.998Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26312024-12-02T16:08:54.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-02T16:08:54.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-02T16:08:54.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-12-02T16:08:54.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26352024-12-02T16:08:54.728Z
26362024-12-02T16:08:54.728Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26372024-12-02T16:08:55.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-12-02T16:08:55.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-12-02T16:08:55.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-12-02T16:08:55.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26412024-12-02T16:08:55.451Z
26422024-12-02T16:08:55.451Zinfo: running `cargo check --bins` on dns-server (83/173)
26432024-12-02T16:08:56.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-02T16:08:56.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-02T16:08:56.099Z Compiling parking_lot_core v0.8.6
26462024-12-02T16:08:56.102Z Checking fxhash v0.2.1
26472024-12-02T16:08:56.102Z Checking hickory-server v0.24.1
26482024-12-02T16:08:56.102Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26492024-12-02T16:08:56.200Z Checking hickory-client v0.24.1
26502024-12-02T16:08:56.789Z Checking parking_lot v0.11.2
26512024-12-02T16:08:56.917Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26522024-12-02T16:08:56.920Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26532024-12-02T16:08:57.054Z Checking sled v0.34.7
26542024-12-02T16:08:58.818Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26552024-12-02T16:09:00.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
26562024-12-02T16:09:00.238Z
26572024-12-02T16:09:00.238Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26582024-12-02T16:09:00.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-12-02T16:09:00.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-12-02T16:09:00.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-12-02T16:09:00.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26622024-12-02T16:09:00.869Z
26632024-12-02T16:09:00.869Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26642024-12-02T16:09:01.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-12-02T16:09:01.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-12-02T16:09:01.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-12-02T16:09:01.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26682024-12-02T16:09:01.546Z
26692024-12-02T16:09:01.546Zinfo: running `cargo check --bins` on gateway-types (86/173)
26702024-12-02T16:09:02.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-02T16:09:02.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-02T16:09:02.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-02T16:09:02.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26742024-12-02T16:09:02.182Z
26752024-12-02T16:09:02.182Zinfo: running `cargo check --bins` on ipcc (87/173)
26762024-12-02T16:09:02.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-02T16:09:02.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-02T16:09:02.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-12-02T16:09:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26802024-12-02T16:09:02.803Z
26812024-12-02T16:09:02.803Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26822024-12-02T16:09:03.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-02T16:09:03.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-02T16:09:03.494Z Compiling radium v0.7.0
26852024-12-02T16:09:03.494Z Compiling semver v0.1.20
26862024-12-02T16:09:03.608Z Compiling maybe-uninit v2.0.0
26872024-12-02T16:09:03.612Z Checking tap v1.0.1
26882024-12-02T16:09:03.612Z Checking password-hash v0.5.0
26892024-12-02T16:09:03.618Z Checking blake2 v0.10.6
26902024-12-02T16:09:03.621Z Compiling owo-colors v4.1.0
26912024-12-02T16:09:03.621Z Checking crc-catalog v2.4.0
26922024-12-02T16:09:03.761Z Compiling packed_struct v0.10.1
26932024-12-02T16:09:03.920Z Compiling rustc_version v0.1.7
26942024-12-02T16:09:04.055Z Checking wyz v0.5.1
26952024-12-02T16:09:04.072Z Compiling cancel-safe-futures v0.1.5
26962024-12-02T16:09:04.086Z Checking funty v2.0.0
26972024-12-02T16:09:04.197Z Checking argon2 v0.5.3
26982024-12-02T16:09:04.247Z Checking crc v3.2.1
26992024-12-02T16:09:04.268Z Compiling packed_struct_codegen v0.10.1
27002024-12-02T16:09:04.393Z Compiling newtype_derive v0.1.6
27012024-12-02T16:09:04.411Z Compiling indexmap v1.9.3
27022024-12-02T16:09:04.444Z Checking half v2.4.1
27032024-12-02T16:09:04.467Z Checking nodrop v0.1.14
27042024-12-02T16:09:04.589Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27052024-12-02T16:09:04.668Z Checking ciborium-io v0.2.2
27062024-12-02T16:09:04.755Z Checking array-init v0.0.4
27072024-12-02T16:09:04.829Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27082024-12-02T16:09:04.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27092024-12-02T16:09:04.900Z Checking ciborium-ll v0.2.2
27102024-12-02T16:09:04.984Z Checking bitvec v1.0.1
27112024-12-02T16:09:05.131Z Checking smallvec v0.6.14
27122024-12-02T16:09:05.214Z Checking libsw v3.3.1
27132024-12-02T16:09:05.231Z Compiling memoffset v0.9.1
27142024-12-02T16:09:05.507Z Checking termcolor v1.4.1
27152024-12-02T16:09:05.527Z Checking linear-map v1.2.0
27162024-12-02T16:09:05.541Z Checking indent_write v2.2.0
27172024-12-02T16:09:05.597Z Checking hashbrown v0.12.3
27182024-12-02T16:09:05.731Z Checking bitfield v0.14.0
27192024-12-02T16:09:05.747Z Checking swrite v0.1.0
27202024-12-02T16:09:05.850Z Checking serde-hex v0.1.0
27212024-12-02T16:09:05.865Z Checking ron v0.8.1
27222024-12-02T16:09:05.940Z Checking env_logger v0.10.2
27232024-12-02T16:09:06.002Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27242024-12-02T16:09:06.506Z Checking ciborium v0.2.2
27252024-12-02T16:09:06.854Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262024-12-02T16:09:07.129Z Checking steno v0.4.1
27272024-12-02T16:09:07.253Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27282024-12-02T16:09:07.333Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27292024-12-02T16:09:07.487Z Checking hashbrown v0.13.2
27302024-12-02T16:09:07.518Z Checking humantime v2.1.0
27312024-12-02T16:09:07.645Z Checking crc-any v2.5.0
27322024-12-02T16:09:07.813Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27332024-12-02T16:09:08.037Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27342024-12-02T16:09:08.187Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27352024-12-02T16:09:08.493Z Checking path-slash v0.1.5
27362024-12-02T16:09:08.600Z Checking object v0.30.4
27372024-12-02T16:09:08.630Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27382024-12-02T16:09:08.718Z Checking nix v0.27.1
27392024-12-02T16:09:09.397Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27402024-12-02T16:09:09.887Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27412024-12-02T16:09:09.914Z Checking tungstenite v0.23.0
27422024-12-02T16:09:10.007Z Checking kstat-rs v0.2.4
27432024-12-02T16:09:10.151Z Checking signal-hook-tokio v0.3.1
27442024-12-02T16:09:10.328Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27452024-12-02T16:09:10.687Z Checking tokio-tungstenite v0.23.1
27462024-12-02T16:09:11.307Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27472024-12-02T16:09:11.394Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482024-12-02T16:09:11.723Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492024-12-02T16:09:18.271Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27502024-12-02T16:09:19.598Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27512024-12-02T16:09:22.628Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522024-12-02T16:09:28.263Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532024-12-02T16:09:28.967Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27542024-12-02T16:09:31.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.95s
27552024-12-02T16:09:31.939Z
27562024-12-02T16:09:31.940Zinfo: running `cargo check --bins` on gateway-api (89/173)
27572024-12-02T16:09:32.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-12-02T16:09:32.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-12-02T16:09:32.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-12-02T16:09:32.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27612024-12-02T16:09:32.557Z
27622024-12-02T16:09:32.557Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27632024-12-02T16:09:33.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-12-02T16:09:33.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-12-02T16:09:33.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-12-02T16:09:33.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27672024-12-02T16:09:33.152Z
27682024-12-02T16:09:33.152Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27692024-12-02T16:09:33.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-12-02T16:09:33.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-12-02T16:09:33.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-12-02T16:09:33.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27732024-12-02T16:09:33.783Z
27742024-12-02T16:09:33.783Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27752024-12-02T16:09:34.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-02T16:09:34.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-02T16:09:34.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-02T16:09:34.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27792024-12-02T16:09:34.399Z
27802024-12-02T16:09:34.399Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27812024-12-02T16:09:34.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-02T16:09:34.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-02T16:09:34.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-02T16:09:34.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27852024-12-02T16:09:35.020Z
27862024-12-02T16:09:35.020Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27872024-12-02T16:09:35.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-02T16:09:35.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-02T16:09:35.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-02T16:09:35.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27912024-12-02T16:09:35.636Z
27922024-12-02T16:09:35.636Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27932024-12-02T16:09:36.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-02T16:09:36.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-02T16:09:36.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-02T16:09:36.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27972024-12-02T16:09:36.258Z
27982024-12-02T16:09:36.258Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
27992024-12-02T16:09:36.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-02T16:09:36.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-02T16:09:36.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-02T16:09:36.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28032024-12-02T16:09:36.878Z
28042024-12-02T16:09:36.879Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28052024-12-02T16:09:37.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-02T16:09:37.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-02T16:09:37.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-02T16:09:37.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28092024-12-02T16:09:37.530Z
28102024-12-02T16:09:37.531Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28112024-12-02T16:09:38.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-02T16:09:38.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-02T16:09:38.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-02T16:09:38.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28152024-12-02T16:09:38.148Z
28162024-12-02T16:09:38.148Zinfo: running `cargo check --bins` on sp-sim (99/173)
28172024-12-02T16:09:38.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-02T16:09:38.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-02T16:09:38.778Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28202024-12-02T16:09:40.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
28212024-12-02T16:09:40.854Z
28222024-12-02T16:09:40.854Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28232024-12-02T16:09:41.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-02T16:09:41.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-02T16:09:41.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-02T16:09:41.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28272024-12-02T16:09:41.519Z
28282024-12-02T16:09:41.519Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28292024-12-02T16:09:42.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-02T16:09:42.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-02T16:09:42.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-02T16:09:42.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28332024-12-02T16:09:42.185Z
28342024-12-02T16:09:42.185Zinfo: running `cargo check --bins` on db-macros (102/173)
28352024-12-02T16:09:42.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-02T16:09:42.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-02T16:09:42.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-02T16:09:42.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28392024-12-02T16:09:42.783Z
28402024-12-02T16:09:42.783Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28412024-12-02T16:09:43.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-02T16:09:43.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-02T16:09:43.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-12-02T16:09:43.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28452024-12-02T16:09:43.381Z
28462024-12-02T16:09:43.381Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28472024-12-02T16:09:43.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-02T16:09:43.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-02T16:09:43.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-02T16:09:43.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28512024-12-02T16:09:44.032Z
28522024-12-02T16:09:44.032Zinfo: running `cargo check --bins` on authz-macros (105/173)
28532024-12-02T16:09:44.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-02T16:09:44.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-02T16:09:44.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-02T16:09:44.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28572024-12-02T16:09:44.634Z
28582024-12-02T16:09:44.634Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28592024-12-02T16:09:45.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-02T16:09:45.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-02T16:09:45.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-02T16:09:45.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28632024-12-02T16:09:45.297Z
28642024-12-02T16:09:45.297Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28652024-12-02T16:09:45.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-02T16:09:45.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-02T16:09:45.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-02T16:09:45.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28692024-12-02T16:09:45.953Z
28702024-12-02T16:09:45.953Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28712024-12-02T16:09:46.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-02T16:09:46.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-02T16:09:46.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-02T16:09:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28752024-12-02T16:09:46.566Z
28762024-12-02T16:09:46.566Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28772024-12-02T16:09:47.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-02T16:09:47.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-02T16:09:47.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-02T16:09:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28812024-12-02T16:09:47.205Z
28822024-12-02T16:09:47.205Zinfo: running `cargo check --bins` on typed-rng (110/173)
28832024-12-02T16:09:47.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-02T16:09:47.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-02T16:09:47.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-02T16:09:47.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28872024-12-02T16:09:47.806Z
28882024-12-02T16:09:47.806Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28892024-12-02T16:09:48.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-02T16:09:48.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-02T16:09:48.530Z Checking keccak v0.1.5
28922024-12-02T16:09:48.639Z Checking secrecy v0.8.0
28932024-12-02T16:09:48.642Z Compiling unicase v2.7.0
28942024-12-02T16:09:48.642Z Compiling same-file v1.0.6
28952024-12-02T16:09:48.655Z Compiling tempfile v3.13.0
28962024-12-02T16:09:48.674Z Compiling thiserror-impl-no-std v2.0.2
28972024-12-02T16:09:48.677Z Checking universal-hash v0.5.1
28982024-12-02T16:09:48.677Z Compiling blake3 v1.5.4
28992024-12-02T16:09:48.824Z Compiling walkdir v2.5.0
29002024-12-02T16:09:48.866Z Compiling ring v0.16.20
29012024-12-02T16:09:48.907Z Checking opaque-debug v0.3.1
29022024-12-02T16:09:48.923Z Checking sha3 v0.10.8
29032024-12-02T16:09:49.000Z Checking poly1305 v0.8.0
29042024-12-02T16:09:49.070Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29052024-12-02T16:09:49.345Z Checking chacha20 v0.9.1
29062024-12-02T16:09:49.359Z Checking aead v0.5.2
29072024-12-02T16:09:49.487Z Compiling memmap2 v0.9.5
29082024-12-02T16:09:49.543Z Compiling arrayvec v0.7.6
29092024-12-02T16:09:49.575Z Compiling arrayref v0.3.9
29102024-12-02T16:09:49.593Z Compiling salty v0.3.0
29112024-12-02T16:09:49.679Z Compiling constant_time_eq v0.3.1
29122024-12-02T16:09:49.696Z Compiling libefi-sys v0.1.0
29132024-12-02T16:09:49.848Z Compiling spin v0.5.2
29142024-12-02T16:09:49.902Z Checking chacha20poly1305 v0.10.1
29152024-12-02T16:09:50.012Z Compiling toolchain_find v0.4.0
29162024-12-02T16:09:50.041Z Compiling camino-tempfile v1.1.1
29172024-12-02T16:09:50.070Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29182024-12-02T16:09:50.087Z Compiling bitfield-struct v0.6.2
29192024-12-02T16:09:50.408Z Compiling topological-sort v0.2.2
29202024-12-02T16:09:50.508Z Compiling mime_guess v2.0.5
29212024-12-02T16:09:50.561Z Compiling rustfmt-wrapper v0.2.1
29222024-12-02T16:09:51.108Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29232024-12-02T16:09:51.126Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29242024-12-02T16:09:51.189Z Checking primeorder v0.13.6
29252024-12-02T16:09:51.217Z Checking env_filter v0.1.2
29262024-12-02T16:09:51.407Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29272024-12-02T16:09:51.450Z Checking env_logger v0.11.5
29282024-12-02T16:09:51.557Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-12-02T16:09:51.662Z Checking p384 v0.13.0
29302024-12-02T16:09:51.753Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29312024-12-02T16:09:51.771Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29322024-12-02T16:09:51.939Z Checking thiserror-no-std v2.0.2
29332024-12-02T16:09:52.002Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29342024-12-02T16:09:52.051Z Checking vsss-rs v3.3.4
29352024-12-02T16:09:52.088Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-02T16:09:52.124Z Checking simd-adler32 v0.3.7
29372024-12-02T16:09:52.377Z Checking http-range v0.1.5
29382024-12-02T16:09:52.405Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29392024-12-02T16:09:52.470Z Compiling zip v2.1.3
29402024-12-02T16:09:52.553Z Checking bumpalo v3.16.0
29412024-12-02T16:09:52.571Z Checking lockfree-object-pool v0.1.6
29422024-12-02T16:09:52.716Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29432024-12-02T16:09:52.778Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29442024-12-02T16:09:52.835Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29452024-12-02T16:09:52.889Z Checking zopfli v0.8.1
29462024-12-02T16:09:53.073Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29472024-12-02T16:09:53.539Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29482024-12-02T16:09:53.565Z Checking nanorand v0.7.0
29492024-12-02T16:09:53.620Z Checking atty v0.2.14
29502024-12-02T16:09:53.665Z Checking glob v0.3.1
29512024-12-02T16:09:53.747Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29522024-12-02T16:09:53.939Z Checking flume v0.11.1
29532024-12-02T16:09:53.995Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29542024-12-02T16:09:54.190Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29552024-12-02T16:09:54.445Z Compiling omicron-zone-package v0.11.1
29562024-12-02T16:09:54.762Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29572024-12-02T16:09:55.576Z Checking hyper-staticfile v0.10.1
29582024-12-02T16:09:56.121Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29592024-12-02T16:09:56.202Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29602024-12-02T16:09:56.523Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29612024-12-02T16:09:56.542Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29622024-12-02T16:09:56.649Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29632024-12-02T16:09:56.771Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29642024-12-02T16:09:57.337Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29652024-12-02T16:09:57.987Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29662024-12-02T16:09:58.855Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29672024-12-02T16:10:00.934Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29682024-12-02T16:10:00.937Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29692024-12-02T16:10:10.914Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29702024-12-02T16:10:24.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s
29712024-12-02T16:10:24.327Z
29722024-12-02T16:10:24.327Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29732024-12-02T16:10:24.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-12-02T16:10:24.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-12-02T16:10:25.047Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29762024-12-02T16:10:38.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
29772024-12-02T16:10:38.629Z
29782024-12-02T16:10:38.629Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29792024-12-02T16:10:39.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-12-02T16:10:39.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-12-02T16:10:39.347Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-12-02T16:10:52.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
29832024-12-02T16:10:52.904Z
29842024-12-02T16:10:52.904Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29852024-12-02T16:10:53.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-12-02T16:10:53.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-12-02T16:10:53.635Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-12-02T16:11:07.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
29892024-12-02T16:11:07.317Z
29902024-12-02T16:11:07.317Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29912024-12-02T16:11:07.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-12-02T16:11:07.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-12-02T16:11:08.033Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-12-02T16:11:21.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
29952024-12-02T16:11:21.716Z
29962024-12-02T16:11:21.716Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29972024-12-02T16:11:22.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-12-02T16:11:22.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-12-02T16:11:22.438Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-12-02T16:11:35.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s
30012024-12-02T16:11:36.148Z
30022024-12-02T16:11:36.148Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30032024-12-02T16:11:36.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-12-02T16:11:36.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-12-02T16:11:36.868Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-12-02T16:11:50.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
30072024-12-02T16:11:50.652Z
30082024-12-02T16:11:50.652Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30092024-12-02T16:11:51.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-12-02T16:11:51.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-12-02T16:11:51.381Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-12-02T16:12:04.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
30132024-12-02T16:12:04.954Z
30142024-12-02T16:12:04.955Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30152024-12-02T16:12:05.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-12-02T16:12:05.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-12-02T16:12:05.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182024-12-02T16:12:05.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30192024-12-02T16:12:05.604Z
30202024-12-02T16:12:05.604Zinfo: running `cargo check --bins` on key-manager (120/173)
30212024-12-02T16:12:06.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-12-02T16:12:06.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-12-02T16:12:06.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-12-02T16:12:06.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30252024-12-02T16:12:06.222Z
30262024-12-02T16:12:06.223Zinfo: running `cargo check --bins` on range-requests (121/173)
30272024-12-02T16:12:06.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-12-02T16:12:06.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-12-02T16:12:06.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-12-02T16:12:06.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30312024-12-02T16:12:06.831Z
30322024-12-02T16:12:06.831Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30332024-12-02T16:12:07.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-12-02T16:12:07.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-12-02T16:12:07.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-12-02T16:12:07.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30372024-12-02T16:12:07.441Z
30382024-12-02T16:12:07.441Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30392024-12-02T16:12:08.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-12-02T16:12:08.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-12-02T16:12:08.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-12-02T16:12:08.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30432024-12-02T16:12:08.087Z
30442024-12-02T16:12:08.087Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30452024-12-02T16:12:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-12-02T16:12:08.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-12-02T16:12:08.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-12-02T16:12:08.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30492024-12-02T16:12:08.734Z
30502024-12-02T16:12:08.735Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30512024-12-02T16:12:09.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-12-02T16:12:09.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-12-02T16:12:09.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-12-02T16:12:09.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30552024-12-02T16:12:09.373Z
30562024-12-02T16:12:09.373Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30572024-12-02T16:12:09.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-12-02T16:12:09.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-12-02T16:12:09.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-12-02T16:12:09.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30612024-12-02T16:12:10.017Z
30622024-12-02T16:12:10.017Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30632024-12-02T16:12:10.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-12-02T16:12:10.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-12-02T16:12:10.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-12-02T16:12:10.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30672024-12-02T16:12:10.671Z
30682024-12-02T16:12:10.671Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30692024-12-02T16:12:11.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-12-02T16:12:11.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-12-02T16:12:11.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-12-02T16:12:11.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30732024-12-02T16:12:11.332Z
30742024-12-02T16:12:11.332Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30752024-12-02T16:12:11.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-12-02T16:12:11.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-12-02T16:12:12.013Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30782024-12-02T16:12:12.013Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30792024-12-02T16:12:12.749Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30802024-12-02T16:12:14.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
30812024-12-02T16:12:14.905Z
30822024-12-02T16:12:14.905Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30832024-12-02T16:12:15.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-12-02T16:12:15.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-12-02T16:12:15.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862024-12-02T16:12:15.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30872024-12-02T16:12:15.528Z
30882024-12-02T16:12:15.528Zinfo: running `cargo check --bins` on cert-dev (131/173)
30892024-12-02T16:12:16.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-12-02T16:12:16.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-12-02T16:12:16.151Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30922024-12-02T16:12:16.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30932024-12-02T16:12:16.567Z
30942024-12-02T16:12:16.567Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
30952024-12-02T16:12:17.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-12-02T16:12:17.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-12-02T16:12:17.247Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30982024-12-02T16:12:17.247Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30992024-12-02T16:12:17.834Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31002024-12-02T16:12:18.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31012024-12-02T16:12:18.375Z
31022024-12-02T16:12:18.375Zinfo: running `cargo check --bins` on ch-dev (133/173)
31032024-12-02T16:12:18.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-12-02T16:12:18.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-12-02T16:12:19.032Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062024-12-02T16:12:19.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31072024-12-02T16:12:19.914Z
31082024-12-02T16:12:19.914Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31092024-12-02T16:12:20.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-12-02T16:12:20.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-12-02T16:12:20.569Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31122024-12-02T16:12:20.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31132024-12-02T16:12:21.108Z
31142024-12-02T16:12:21.108Zinfo: running `cargo check --bins` on db-dev (135/173)
31152024-12-02T16:12:21.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-12-02T16:12:21.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-12-02T16:12:21.779Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31182024-12-02T16:12:22.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31192024-12-02T16:12:22.684Z
31202024-12-02T16:12:22.684Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31212024-12-02T16:12:23.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-02T16:12:23.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-02T16:12:23.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242024-12-02T16:12:23.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31252024-12-02T16:12:23.338Z
31262024-12-02T16:12:23.338Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31272024-12-02T16:12:23.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-12-02T16:12:23.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-12-02T16:12:23.944Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31302024-12-02T16:12:24.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31312024-12-02T16:12:25.000Z
31322024-12-02T16:12:25.000Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31332024-12-02T16:12:25.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-02T16:12:25.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-02T16:12:25.615Z Checking cargo-platform v0.1.8
31362024-12-02T16:12:25.883Z Checking cargo_metadata v0.18.1
31372024-12-02T16:12:26.825Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31382024-12-02T16:12:27.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
31392024-12-02T16:12:27.734Z
31402024-12-02T16:12:27.734Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31412024-12-02T16:12:28.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-12-02T16:12:28.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-12-02T16:12:28.442Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31442024-12-02T16:12:29.156Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31452024-12-02T16:12:29.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31462024-12-02T16:12:29.903Z
31472024-12-02T16:12:29.903Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31482024-12-02T16:12:30.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-02T16:12:30.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-02T16:12:30.687Z Compiling crunchy v0.2.2
31512024-12-02T16:12:30.687Z Compiling tiny-keccak v2.0.2
31522024-12-02T16:12:30.690Z Compiling dsl_auto_type v0.1.2
31532024-12-02T16:12:30.690Z Checking scheduled-thread-pool v0.2.7
31542024-12-02T16:12:30.690Z Compiling diesel_table_macro_syntax v0.2.0
31552024-12-02T16:12:30.800Z Compiling ascii-canvas v3.0.0
31562024-12-02T16:12:30.805Z Compiling ena v0.14.3
31572024-12-02T16:12:30.810Z Compiling regex-syntax v0.6.29
31582024-12-02T16:12:31.037Z Checking r2d2 v0.8.10
31592024-12-02T16:12:31.084Z Compiling diff v0.1.13
31602024-12-02T16:12:31.202Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31612024-12-02T16:12:31.274Z Compiling ref-cast v1.0.23
31622024-12-02T16:12:31.307Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31632024-12-02T16:12:31.354Z Compiling derive_builder_core v0.20.2
31642024-12-02T16:12:31.449Z Compiling libxml v0.3.3
31652024-12-02T16:12:31.576Z Compiling ref-cast-impl v1.0.23
31662024-12-02T16:12:31.729Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31672024-12-02T16:12:31.880Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31682024-12-02T16:12:31.904Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31692024-12-02T16:12:32.095Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31702024-12-02T16:12:32.180Z Compiling strum_macros v0.24.3
31712024-12-02T16:12:32.272Z Compiling samael v0.0.17
31722024-12-02T16:12:32.456Z Compiling diesel_derives v2.2.3
31732024-12-02T16:12:32.529Z Compiling indoc v1.0.9
31742024-12-02T16:12:33.487Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31752024-12-02T16:12:33.795Z Compiling oso-derive v0.27.3
31762024-12-02T16:12:33.857Z Compiling derive_builder_macro v0.20.2
31772024-12-02T16:12:34.121Z Compiling lalrpop v0.19.12
31782024-12-02T16:12:34.747Z Checking derive_builder v0.20.2
31792024-12-02T16:12:34.829Z Compiling impl-trait-for-tuples v0.2.2
31802024-12-02T16:12:34.912Z Checking quick-xml v0.33.0
31812024-12-02T16:12:35.373Z Compiling diesel-dtrace v0.3.0
31822024-12-02T16:12:35.674Z Checking maplit v1.0.2
31832024-12-02T16:12:35.897Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31842024-12-02T16:12:35.929Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31852024-12-02T16:12:36.213Z Checking bb8 v0.8.5
31862024-12-02T16:12:36.753Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31872024-12-02T16:12:36.787Z Checking castaway v0.2.3
31882024-12-02T16:12:36.961Z Checking rand_seeder v0.3.0
31892024-12-02T16:12:37.028Z Checking compact_str v0.8.0
31902024-12-02T16:12:37.076Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31912024-12-02T16:12:37.187Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31922024-12-02T16:12:37.403Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932024-12-02T16:12:37.532Z Checking unicode-truncate v1.1.0
31942024-12-02T16:12:37.773Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31952024-12-02T16:12:37.925Z Checking lru v0.12.5
31962024-12-02T16:12:38.049Z Compiling instability v0.3.2
31972024-12-02T16:12:38.230Z Checking cassowary v0.3.0
31982024-12-02T16:12:38.721Z Checking is_ci v1.2.0
31992024-12-02T16:12:38.865Z Checking smawk v0.3.2
32002024-12-02T16:12:38.930Z Checking unicode-linebreak v0.1.5
32012024-12-02T16:12:39.075Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022024-12-02T16:12:39.094Z Checking supports-color v3.0.1
32032024-12-02T16:12:39.211Z Checking ratatui v0.28.1
32042024-12-02T16:12:39.312Z Checking multimap v0.10.0
32052024-12-02T16:12:39.333Z Checking textwrap v0.16.1
32062024-12-02T16:12:42.546Z Checking diesel v2.2.4
32072024-12-02T16:13:07.772Z Compiling polar-core v0.27.3
32082024-12-02T16:13:12.018Z Checking async-bb8-diesel v0.2.1
32092024-12-02T16:13:15.189Z Checking oso v0.27.3
32102024-12-02T16:14:27.303Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32112024-12-02T16:14:33.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
32122024-12-02T16:14:33.577Z
32132024-12-02T16:14:33.577Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32142024-12-02T16:14:34.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-12-02T16:14:34.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-12-02T16:14:34.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172024-12-02T16:14:34.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32182024-12-02T16:14:34.250Z
32192024-12-02T16:14:34.250Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32202024-12-02T16:14:34.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-12-02T16:14:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-12-02T16:14:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-12-02T16:14:34.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32242024-12-02T16:14:34.924Z
32252024-12-02T16:14:34.924Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32262024-12-02T16:14:35.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-12-02T16:14:35.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-12-02T16:14:35.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292024-12-02T16:14:35.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32302024-12-02T16:14:35.539Z
32312024-12-02T16:14:35.539Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32322024-12-02T16:14:36.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-12-02T16:14:36.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-12-02T16:14:36.348Z Compiling libz-sys v1.1.20
32352024-12-02T16:14:36.463Z Compiling libgit2-sys v0.17.0+1.8.1
32362024-12-02T16:14:36.473Z Compiling vergen v8.3.2
32372024-12-02T16:14:36.476Z Compiling cargo-platform v0.1.8
32382024-12-02T16:14:36.476Z Compiling pin-project-internal v1.1.6
32392024-12-02T16:14:36.503Z Compiling libsqlite3-sys v0.30.1
32402024-12-02T16:14:36.503Z Compiling snafu-derive v0.8.5
32412024-12-02T16:14:36.518Z Compiling rustls v0.21.12
32422024-12-02T16:14:36.753Z Compiling buf-list v1.0.3
32432024-12-02T16:14:36.799Z Compiling cargo_metadata v0.18.1
32442024-12-02T16:14:36.982Z Compiling cfg_aliases v0.2.1
32452024-12-02T16:14:37.104Z Compiling nix v0.29.0
32462024-12-02T16:14:37.172Z Checking globset v0.4.15
32472024-12-02T16:14:37.435Z Checking olpc-cjson v0.1.4
32482024-12-02T16:14:37.480Z Checking sct v0.7.1
32492024-12-02T16:14:37.662Z Checking rustls-webpki v0.101.7
32502024-12-02T16:14:37.689Z Checking serde_plain v1.0.2
32512024-12-02T16:14:37.708Z Checking typed-path v0.9.3
32522024-12-02T16:14:38.279Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32532024-12-02T16:14:38.507Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32542024-12-02T16:14:38.548Z Checking hashlink v0.9.1
32552024-12-02T16:14:38.786Z Checking fallible-iterator v0.3.0
32562024-12-02T16:14:39.170Z Checking parse-size v1.1.0
32572024-12-02T16:14:39.341Z Checking fallible-streaming-iterator v0.1.9
32582024-12-02T16:14:39.533Z Checking pin-project v1.1.6
32592024-12-02T16:14:39.554Z Checking rusqlite v0.32.1
32602024-12-02T16:14:39.652Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32612024-12-02T16:14:39.672Z Checking rustls-pemfile v1.0.4
32622024-12-02T16:14:39.873Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32632024-12-02T16:14:39.954Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32642024-12-02T16:14:40.243Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32652024-12-02T16:14:40.456Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32662024-12-02T16:14:40.603Z Checking twox-hash v1.6.3
32672024-12-02T16:14:40.649Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32682024-12-02T16:14:41.137Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32692024-12-02T16:14:41.176Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32702024-12-02T16:14:41.550Z Checking tokio-rustls v0.24.1
32712024-12-02T16:14:41.724Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32722024-12-02T16:14:41.743Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32732024-12-02T16:14:41.904Z Checking fatfs v0.3.6
32742024-12-02T16:14:42.066Z Checking snafu v0.8.5
32752024-12-02T16:14:42.573Z Checking tough v0.19.0
32762024-12-02T16:14:42.604Z Checking assert_matches v1.5.0
32772024-12-02T16:14:46.653Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32782024-12-02T16:14:48.001Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32792024-12-02T16:14:48.779Z Compiling git2 v0.19.0
32802024-12-02T16:14:53.507Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32812024-12-02T16:15:46.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
32822024-12-02T16:15:47.053Z
32832024-12-02T16:15:47.053Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32842024-12-02T16:15:47.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852024-12-02T16:15:47.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862024-12-02T16:15:47.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872024-12-02T16:15:47.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32882024-12-02T16:15:47.748Z
32892024-12-02T16:15:47.748Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32902024-12-02T16:15:48.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-12-02T16:15:48.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-12-02T16:15:48.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932024-12-02T16:15:48.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32942024-12-02T16:15:48.351Z
32952024-12-02T16:15:48.351Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
32962024-12-02T16:15:48.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972024-12-02T16:15:48.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982024-12-02T16:15:48.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992024-12-02T16:15:48.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33002024-12-02T16:15:49.012Z
33012024-12-02T16:15:49.012Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33022024-12-02T16:15:49.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-12-02T16:15:49.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-12-02T16:15:49.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-12-02T16:15:49.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33062024-12-02T16:15:49.690Z
33072024-12-02T16:15:49.690Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33082024-12-02T16:15:50.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-12-02T16:15:50.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-12-02T16:15:50.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-12-02T16:15:50.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33122024-12-02T16:15:50.364Z
33132024-12-02T16:15:50.365Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33142024-12-02T16:15:50.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-12-02T16:15:50.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-12-02T16:15:50.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-12-02T16:15:50.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33182024-12-02T16:15:51.041Z
33192024-12-02T16:15:51.041Zinfo: running `cargo check --bins` on update-common (151/173)
33202024-12-02T16:15:51.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-12-02T16:15:51.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-12-02T16:15:51.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-12-02T16:15:51.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33242024-12-02T16:15:51.698Z
33252024-12-02T16:15:51.698Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33262024-12-02T16:15:52.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-12-02T16:15:52.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-12-02T16:15:52.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-12-02T16:15:52.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33302024-12-02T16:15:52.350Z
33312024-12-02T16:15:52.350Zinfo: running `cargo check --bins` on tufaceous (153/173)
33322024-12-02T16:15:52.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-12-02T16:15:52.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-12-02T16:15:53.024Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33352024-12-02T16:15:53.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33362024-12-02T16:15:54.174Z
33372024-12-02T16:15:54.174Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33382024-12-02T16:15:54.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-12-02T16:15:54.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-12-02T16:15:55.028Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33412024-12-02T16:15:55.152Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33422024-12-02T16:15:55.154Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33432024-12-02T16:15:55.164Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33442024-12-02T16:16:20.734Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33452024-12-02T16:16:20.737Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33462024-12-02T16:16:20.737Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33472024-12-02T16:16:20.737Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33482024-12-02T16:16:20.737Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33492024-12-02T16:16:21.560Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33502024-12-02T16:16:22.854Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33512024-12-02T16:17:01.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33522024-12-02T16:17:01.239Z
33532024-12-02T16:17:01.239Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33542024-12-02T16:17:01.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-12-02T16:17:01.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-12-02T16:17:01.952Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33572024-12-02T16:17:01.952Z Checking heck v0.4.1
33582024-12-02T16:17:01.958Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33592024-12-02T16:17:02.197Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33602024-12-02T16:17:03.577Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33612024-12-02T16:17:04.461Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33622024-12-02T16:17:05.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
33632024-12-02T16:17:05.768Z
33642024-12-02T16:17:05.768Zinfo: running `cargo check --bins` on installinator-api (156/173)
33652024-12-02T16:17:06.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-12-02T16:17:06.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-12-02T16:17:06.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682024-12-02T16:17:06.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33692024-12-02T16:17:06.418Z
33702024-12-02T16:17:06.418Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33712024-12-02T16:17:06.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-12-02T16:17:06.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-12-02T16:17:06.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742024-12-02T16:17:06.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33752024-12-02T16:17:07.064Z
33762024-12-02T16:17:07.064Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33772024-12-02T16:17:07.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-12-02T16:17:07.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-12-02T16:17:07.742Z Compiling petname v2.0.2
33802024-12-02T16:17:07.744Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33812024-12-02T16:17:07.744Z Checking sync-ptr v0.1.1
33822024-12-02T16:17:09.197Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33832024-12-02T16:17:10.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
33842024-12-02T16:17:10.934Z
33852024-12-02T16:17:10.934Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33862024-12-02T16:17:11.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-12-02T16:17:11.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-12-02T16:17:11.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892024-12-02T16:17:11.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33902024-12-02T16:17:11.591Z
33912024-12-02T16:17:11.591Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33922024-12-02T16:17:12.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-12-02T16:17:12.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-12-02T16:17:12.245Z Checking memmap2 v0.9.5
33952024-12-02T16:17:12.245Z Checking arrayvec v0.7.6
33962024-12-02T16:17:12.245Z Checking constant_time_eq v0.3.1
33972024-12-02T16:17:12.248Z Checking arrayref v0.3.9
33982024-12-02T16:17:12.248Z Checking spin v0.5.2
33992024-12-02T16:17:12.248Z Checking topological-sort v0.2.2
34002024-12-02T16:17:12.361Z Checking shell-words v1.1.0
34012024-12-02T16:17:12.535Z Checking ring v0.16.20
34022024-12-02T16:17:12.670Z Checking blake3 v1.5.4
34032024-12-02T16:17:13.697Z Checking omicron-zone-package v0.11.1
34042024-12-02T16:17:14.818Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34052024-12-02T16:17:15.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
34062024-12-02T16:17:15.936Z
34072024-12-02T16:17:15.936Zinfo: running `cargo check --bins` on xtask (161/173)
34082024-12-02T16:17:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092024-12-02T16:17:16.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102024-12-02T16:17:16.369Z Checking bitflags v2.6.0
34112024-12-02T16:17:16.372Z Checking serde v1.0.215
34122024-12-02T16:17:16.372Z Checking thiserror v1.0.69
34132024-12-02T16:17:16.457Z Checking scroll v0.12.0
34142024-12-02T16:17:16.472Z Checking hashbrown v0.15.0
34152024-12-02T16:17:16.475Z Checking log v0.4.22
34162024-12-02T16:17:16.475Z Checking zerocopy v0.7.35
34172024-12-02T16:17:16.506Z Checking syn v2.0.87
34182024-12-02T16:17:16.554Z Checking pest v2.7.14
34192024-12-02T16:17:16.698Z Checking rustix v0.38.37
34202024-12-02T16:17:16.745Z Checking once_cell v1.20.2
34212024-12-02T16:17:16.912Z Checking goblin v0.8.2
34222024-12-02T16:17:17.065Z Checking fs-err v2.11.0
34232024-12-02T16:17:17.366Z Checking tabled v0.15.0
34242024-12-02T16:17:17.572Z Checking indexmap v2.6.0
34252024-12-02T16:17:17.918Z Checking anyhow v1.0.93
34262024-12-02T16:17:18.748Z Checking terminal_size v0.4.0
34272024-12-02T16:17:18.748Z Checking tempfile v3.13.0
34282024-12-02T16:17:18.913Z Checking clap_builder v4.5.21
34292024-12-02T16:17:19.005Z Checking dtrace-parser v0.2.0
34302024-12-02T16:17:20.708Z Checking serde_json v1.0.132
34312024-12-02T16:17:20.708Z Checking serde_spanned v0.6.8
34322024-12-02T16:17:20.710Z Checking toml_datetime v0.6.8
34332024-12-02T16:17:20.711Z Checking camino v1.1.9
34342024-12-02T16:17:20.711Z Checking cargo-platform v0.1.8
34352024-12-02T16:17:20.924Z Checking semver v1.0.23
34362024-12-02T16:17:21.015Z Checking macaddr v1.0.1
34372024-12-02T16:17:21.033Z Checking toml_edit v0.22.22
34382024-12-02T16:17:21.287Z Checking camino-tempfile v1.1.1
34392024-12-02T16:17:21.510Z Checking clap v4.5.21
34402024-12-02T16:17:21.979Z Checking dof v0.3.0
34412024-12-02T16:17:21.979Z Checking cargo_metadata v0.18.1
34422024-12-02T16:17:22.394Z Checking usdt-impl v0.5.0
34432024-12-02T16:17:22.772Z Checking usdt v0.5.0
34442024-12-02T16:17:22.911Z Checking toml v0.8.19
34452024-12-02T16:17:23.383Z Checking cargo_toml v0.20.5
34462024-12-02T16:17:24.602Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34472024-12-02T16:17:25.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
34482024-12-02T16:17:25.322Z
34492024-12-02T16:17:25.322Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34502024-12-02T16:17:25.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512024-12-02T16:17:25.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522024-12-02T16:17:26.075Z Checking polyval v0.6.2
34532024-12-02T16:17:26.187Z Checking ctr v0.9.2
34542024-12-02T16:17:26.232Z Checking ssh-encoding v0.2.0
34552024-12-02T16:17:26.234Z Checking blowfish v0.9.1
34562024-12-02T16:17:26.234Z Checking password-hash v0.4.2
34572024-12-02T16:17:26.234Z Checking matches v0.1.10
34582024-12-02T16:17:26.246Z Checking p521 v0.13.3
34592024-12-02T16:17:26.246Z Checking p256 v0.13.2
34602024-12-02T16:17:26.320Z Checking idna v0.2.3
34612024-12-02T16:17:26.415Z Checking ghash v0.5.1
34622024-12-02T16:17:26.433Z Checking bcrypt-pbkdf v0.10.0
34632024-12-02T16:17:26.436Z Compiling enum-as-inner v0.5.1
34642024-12-02T16:17:26.498Z Checking russh-cryptovec v0.7.3
34652024-12-02T16:17:26.577Z Checking aes-gcm v0.10.3
34662024-12-02T16:17:26.626Z Checking pbkdf2 v0.11.0
34672024-12-02T16:17:26.701Z Checking md5 v0.7.0
34682024-12-02T16:17:26.723Z Checking num-bigint v0.4.6
34692024-12-02T16:17:26.743Z Checking des v0.8.1
34702024-12-02T16:17:26.842Z Checking ssh-cipher v0.2.0
34712024-12-02T16:17:26.883Z Compiling dhcproto-macros v0.1.0
34722024-12-02T16:17:26.983Z Checking hex-literal v0.4.1
34732024-12-02T16:17:27.016Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34742024-12-02T16:17:27.119Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34752024-12-02T16:17:27.137Z Checking ssh-key v0.6.6
34762024-12-02T16:17:27.155Z Checking internet-checksum v0.2.1
34772024-12-02T16:17:27.479Z Checking trust-dns-proto v0.22.0
34782024-12-02T16:17:28.462Z Checking russh-keys v0.45.0
34792024-12-02T16:17:29.396Z Checking russh v0.45.0
34802024-12-02T16:17:30.053Z Checking dhcproto v0.12.0
34812024-12-02T16:17:47.103Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822024-12-02T16:17:48.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s
34832024-12-02T16:17:48.718Z
34842024-12-02T16:17:48.718Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34852024-12-02T16:17:49.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862024-12-02T16:17:49.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872024-12-02T16:17:49.349Z Checking termios v0.3.3
34882024-12-02T16:17:49.568Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34892024-12-02T16:17:50.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
34902024-12-02T16:17:50.525Z
34912024-12-02T16:17:50.525Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34922024-12-02T16:17:51.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932024-12-02T16:17:51.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942024-12-02T16:17:51.211Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34952024-12-02T16:17:53.263Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34962024-12-02T16:17:55.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
34972024-12-02T16:17:55.326Z
34982024-12-02T16:17:55.326Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
34992024-12-02T16:17:55.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-12-02T16:17:55.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-12-02T16:17:55.949Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35022024-12-02T16:17:56.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35032024-12-02T16:17:56.607Z
35042024-12-02T16:17:56.607Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35052024-12-02T16:17:57.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062024-12-02T16:17:57.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072024-12-02T16:17:57.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082024-12-02T16:17:57.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35092024-12-02T16:17:57.207Z
35102024-12-02T16:17:57.207Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35112024-12-02T16:17:57.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122024-12-02T16:17:57.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132024-12-02T16:17:57.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142024-12-02T16:17:57.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35152024-12-02T16:17:57.823Z
35162024-12-02T16:17:57.823Zinfo: running `cargo check --bins` on omicron-package (168/173)
35172024-12-02T16:17:58.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182024-12-02T16:17:58.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192024-12-02T16:17:58.485Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35202024-12-02T16:17:59.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
35212024-12-02T16:17:59.979Z
35222024-12-02T16:17:59.979Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35232024-12-02T16:18:00.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-12-02T16:18:00.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-12-02T16:18:00.671Z Checking rtoolbox v0.0.2
35262024-12-02T16:18:00.674Z Checking tui-tree-widget v0.22.0
35272024-12-02T16:18:00.674Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35282024-12-02T16:18:00.897Z Checking rpassword v7.3.1
35292024-12-02T16:18:04.964Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35302024-12-02T16:18:08.002Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35312024-12-02T16:18:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
35322024-12-02T16:18:09.433Z
35332024-12-02T16:18:09.433Zinfo: running `cargo check --bins` on wicket (170/173)
35342024-12-02T16:18:10.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-12-02T16:18:10.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-12-02T16:18:10.115Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35372024-12-02T16:18:10.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35382024-12-02T16:18:10.741Z
35392024-12-02T16:18:10.741Zinfo: running `cargo check --bins` on wicketd (171/173)
35402024-12-02T16:18:11.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-12-02T16:18:11.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-12-02T16:18:11.445Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35432024-12-02T16:18:15.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
35442024-12-02T16:18:15.621Z
35452024-12-02T16:18:15.621Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35462024-12-02T16:18:16.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472024-12-02T16:18:16.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482024-12-02T16:18:16.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492024-12-02T16:18:16.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35502024-12-02T16:18:16.220Z
35512024-12-02T16:18:16.220Zinfo: running `cargo check --bins` on zone-setup (173/173)
35522024-12-02T16:18:16.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532024-12-02T16:18:16.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542024-12-02T16:18:16.942Z Checking uzers v0.12.1
35552024-12-02T16:18:17.283Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35562024-12-02T16:18:18.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35572024-12-02T16:18:18.657Z
35582024-12-02T16:18:18.659Zreal 12:59.296844043
35592024-12-02T16:18:18.659Zuser 24:14.778939638
35602024-12-02T16:18:18.659Zsys 5:27.226008446
35612024-12-02T16:18:18.660Ztrap 0.471148295
35622024-12-02T16:18:18.660Ztflt 2.377549752
35632024-12-02T16:18:18.660Zdflt 3.009039737
35642024-12-02T16:18:18.660Zkflt 0.001106053
35652024-12-02T16:18:18.660Zlock 46:09.394041850
35662024-12-02T16:18:18.660Zslp 2:06:34.087524041
35672024-12-02T16:18:18.660Zlat 1:02.665014550
35682024-12-02T16:18:18.660Zstop 3:16.019623132
35692024-12-02T16:18:18.660Zprocess exited: duration 1062215 ms, exit code 0
 
35702024-12-02T16:18:18.665Zfound 0 output files