01JFK6CN0R4Z8GH2C60A43X6C6: 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: 01JFK6DM7B53VRHXKAY8TD3JEC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T23:29:26.714Zjob assigned to worker 01JFK6DSE78DC1C6QEE0DV57N5 [factory aws, i-0fd2ac00ad059e355] (queued for 48 s)
 
22024-12-20T23:29:34.289Zstarting task 0: "setup"
32024-12-20T23:29:34.299Z++ uname -s
42024-12-20T23:29:34.302Z+ kern=SunOS
52024-12-20T23:29:34.302Z+ case "$kern" in
62024-12-20T23:29:34.302Z+ groupadd -g 12345 build
72024-12-20T23:29:34.306Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T23:29:36.322Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T23:29:36.420Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T23:29:36.424Z+ home_fs=zfs
112024-12-20T23:29:36.424Z+ [[ zfs == autofs ]]
122024-12-20T23:29:36.424Z+ mkdir -p /home/build
132024-12-20T23:29:36.429Z+ chown build:build /home/build /work
142024-12-20T23:29:38.425Z+ chmod 0700 /home/build /work
152024-12-20T23:29:38.434Zprocess exited: duration 4143 ms, exit code 0
 
162024-12-20T23:29:38.441Zstarting task 1: "rust-toolchain"
172024-12-20T23:29:38.446Z+ printf ' * toolchain channel = "%s"
182024-12-20T23:29:38.446Z' 1.81.0
192024-12-20T23:29:38.446Z * toolchain channel = "1.81.0"
202024-12-20T23:29:38.446Z * toolchain profile = "default"
212024-12-20T23:29:38.446Z+ printf ' * toolchain profile = "%s"
222024-12-20T23:29:38.446Z' default
232024-12-20T23:29:38.453Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T23:29:38.453Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T23:29:38.574Zinfo: downloading installer
262024-12-20T23:29:39.884Zinfo: profile set to 'default'
272024-12-20T23:29:39.884Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T23:29:39.887Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T23:29:40.041Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T23:29:40.041Zinfo: downloading component 'cargo'
312024-12-20T23:29:40.919Zinfo: downloading component 'clippy'
322024-12-20T23:29:41.341Zinfo: downloading component 'rust-docs'
332024-12-20T23:29:42.545Zinfo: downloading component 'rust-std'
342024-12-20T23:29:44.381Zinfo: downloading component 'rustc'
352024-12-20T23:29:51.121Zinfo: downloading component 'rustfmt'
362024-12-20T23:29:51.372Zinfo: installing component 'cargo'
372024-12-20T23:29:52.179Zinfo: installing component 'clippy'
382024-12-20T23:29:52.539Zinfo: installing component 'rust-docs'
392024-12-20T23:29:54.164Zinfo: installing component 'rust-std'
402024-12-20T23:29:55.879Zinfo: installing component 'rustc'
412024-12-20T23:30:03.612Zinfo: installing component 'rustfmt'
422024-12-20T23:30:03.670Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T23:30:03.670Z
442024-12-20T23:30:03.670Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T23:30:03.670Z
462024-12-20T23:30:03.670Z
472024-12-20T23:30:03.670ZRust is installed now. Great!
482024-12-20T23:30:03.670Z
492024-12-20T23:30:03.670ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T23:30:03.670Zenvironment variable. This has not been done automatically.
512024-12-20T23:30:03.670Z
522024-12-20T23:30:03.670ZTo configure your current shell, you need to source
532024-12-20T23:30:03.670Zthe corresponding env file under $HOME/.cargo.
542024-12-20T23:30:03.670Z
552024-12-20T23:30:03.670ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T23:30:03.670Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T23:30:03.670Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T23:30:03.670Z+ rustc --version
592024-12-20T23:30:03.670Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T23:30:03.670Zprocess exited: duration 24028 ms, exit code 0
 
612024-12-20T23:30:03.700Zstarting task 2: "authentication"
622024-12-20T23:30:03.722Zprocess exited: duration 28 ms, exit code 0
 
632024-12-20T23:30:03.731Zstarting task 3: "clone repository"
642024-12-20T23:30:03.736Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T23:30:03.739Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T23:30:03.776ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T23:30:10.400Z+ cd /work/oxidecomputer/omicron
682024-12-20T23:30:10.400Z+ git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2
692024-12-20T23:30:10.749ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T23:30:10.749Z * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD
712024-12-20T23:30:10.761Z+ [[ -n support-bundle-wire-up-http-endpoints ]]
722024-12-20T23:30:10.764Z++ git branch --show-current
732024-12-20T23:30:10.768Z+ current=main
742024-12-20T23:30:10.768Z+ [[ main != support-bundle-wire-up-http-endpoints ]]
752024-12-20T23:30:10.768Z+ git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2
762024-12-20T23:30:10.771Z+ git checkout -f support-bundle-wire-up-http-endpoints
772024-12-20T23:30:10.942ZSwitched to branch 'support-bundle-wire-up-http-endpoints'
782024-12-20T23:30:10.947Z+ git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2
792024-12-20T23:30:10.987ZHEAD is now at fae39ee8c clippy
802024-12-20T23:30:10.990Zprocess exited: duration 7262 ms, exit code 0
 
812024-12-20T23:30:10.996Zstarting task 4: "build"
822024-12-20T23:30:11.002Z+ source .github/buildomat/ci-env.sh
832024-12-20T23:30:11.002Z++ export CARGO_TERM_COLOR=always
842024-12-20T23:30:11.002Z++ CARGO_TERM_COLOR=always
852024-12-20T23:30:11.004Z+ cargo --version
862024-12-20T23:30:11.058Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T23:30:11.061Z+ rustc --version
882024-12-20T23:30:11.121Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T23:30:11.124Z+ source ./env.sh
902024-12-20T23:30:11.124Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T23:30:11.124Z++ set -o xtrace
922024-12-20T23:30:11.128Z++++ dirname ./env.sh
932024-12-20T23:30:11.131Z+++ readlink -f .
942024-12-20T23:30:11.133Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ 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-20T23:30:11.134Z++ case $OLD_SHELL_OPTS in
1042024-12-20T23:30:11.134Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T23:30:11.134Z+ 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-20T23:30:11.134Z+ 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-20T23:30:11.135Z+ banner prerequisites
1082024-12-20T23:30:11.138Z
1092024-12-20T23:30:11.138Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T23:30:11.138Z # # # # # # # # # # # # # # #
1112024-12-20T23:30:11.138Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T23:30:11.138Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T23:30:11.138Z # # # # # # # # # # # # # # #
1142024-12-20T23:30:11.138Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T23:30:11.138Z
1162024-12-20T23:30:11.138Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T23:30:17.717Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T23:30:21.582Z Startup: Caching catalogs ... Done
1192024-12-20T23:30:32.843ZPlanning: Solver setup ... Done (10.283s)
1202024-12-20T23:30:32.972ZPlanning: Running solver ... Done (0.136s)
1212024-12-20T23:30:33.082ZPlanning: Finding local manifests ... Done (0.006s)
1222024-12-20T23:30:33.096ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T23:30:33.332ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T23:30:33.439ZPlanning: Package planning ... Done (0.101s)
1252024-12-20T23:30:33.492ZPlanning: Merging actions ... Done (0.058s)
1262024-12-20T23:30:33.850ZPlanning: Checking for conflicting actions ... Done (0.359s)
1272024-12-20T23:30:36.003ZPlanning: Consolidating action changes ... Done (2.155s)
1282024-12-20T23:30:36.451ZPlanning: Evaluating mediators ... Done (0.447s)
1292024-12-20T23:30:36.534ZPlanning: Planning completed in 14.87 seconds
1302024-12-20T23:30:36.550Z Packages to install: 4
1312024-12-20T23:30:36.550Z Packages to update: 1
1322024-12-20T23:30:36.550Z Mediators to change: 2
1332024-12-20T23:30:36.550Z Services to change: 1
1342024-12-20T23:30:36.553Z Estimated space available: 155.63 GB
1352024-12-20T23:30:36.553ZEstimated space to be consumed: 1.62 GB
1362024-12-20T23:30:36.553Z Create boot environment: No
1372024-12-20T23:30:36.553ZCreate backup boot environment: Yes
1382024-12-20T23:30:36.553Z Rebuild boot archive: No
1392024-12-20T23:30:36.554Z
1402024-12-20T23:30:36.554ZChanged mediators:
1412024-12-20T23:30:36.554Z mediator clang:
1422024-12-20T23:30:36.554Z version: None -> 15 (system default)
1432024-12-20T23:30:36.554Z
1442024-12-20T23:30:36.554Z mediator llvm:
1452024-12-20T23:30:36.554Z version: 14 (system default) -> 15 (system default)
1462024-12-20T23:30:36.554Z
1472024-12-20T23:30:36.554ZChanged packages:
1482024-12-20T23:30:36.554Zhelios-dev
1492024-12-20T23:30:36.554Z developer/build-essential
1502024-12-20T23:30:36.554Z None -> 11-2.0
1512024-12-20T23:30:36.554Z library/libxmlsec1
1522024-12-20T23:30:36.554Z None -> 1.2.35-2.0
1532024-12-20T23:30:36.554Z ooce/developer/clang-15
1542024-12-20T23:30:36.554Z None -> 15.0.7-2.0
1552024-12-20T23:30:36.554Z ooce/developer/llvm-15
1562024-12-20T23:30:36.554Z None -> 15.0.7-2.0
1572024-12-20T23:30:36.554Z package/pkg
1582024-12-20T23:30:36.554Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T23:30:36.554Z
1602024-12-20T23:30:36.554ZServices:
1612024-12-20T23:30:36.555Z restart_fmri:
1622024-12-20T23:30:36.555Z svc:/system/update-man-index:default
1632024-12-20T23:30:36.555Z
1642024-12-20T23:30:36.555ZEditable files to change:
1652024-12-20T23:30:36.555Z Update:
1662024-12-20T23:30:36.555Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T23:30:36.633Z
1682024-12-20T23:30:36.633ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T23:30:41.732ZDownload: 1198/4281 items 78.2/220.6MB 35% complete (15.8M/s)
1702024-12-20T23:30:46.730ZDownload: 2926/4281 items 121.2/220.6MB 54% complete (12.1M/s)
1712024-12-20T23:30:51.729ZDownload: 4195/4281 items 220.5/220.6MB 99% complete (14.3M/s)
1722024-12-20T23:30:52.358ZDownload: Completed 220.60 MB in 15.74 seconds (14.0M/s)
1732024-12-20T23:30:54.696Z Actions: 1/5063 actions (Removing old actions)
1742024-12-20T23:30:54.717Z Actions: 194/5063 actions (Installing new actions)
1752024-12-20T23:30:59.392Z Actions: 4226/5063 actions (Updating modified actions)
1762024-12-20T23:30:59.712Z Actions: Completed 5063 actions in 5.02 seconds.
1772024-12-20T23:31:00.126Z Done (0.406s)
1782024-12-20T23:31:00.128Z Done (0.000s)
1792024-12-20T23:31:00.702Z Done (0.574s)
1802024-12-20T23:31:05.266Z Done (4.345s)
1812024-12-20T23:31:05.364Z Done (0.018s)
1822024-12-20T23:31:05.367Z Done (0.000s)
1832024-12-20T23:31:05.604Z Done (0.000s)
1842024-12-20T23:31:06.313ZPlanning: Evaluating mediator changes ... Done
1852024-12-20T23:31:06.475ZPlanning: Checking for conflicting actions ... Done
1862024-12-20T23:31:06.478ZPlanning: Consolidating action changes ... Done
1872024-12-20T23:31:06.748ZPlanning: Evaluating mediators ... Done
1882024-12-20T23:31:06.750ZPlanning: Planning completed in 0.44 seconds
1892024-12-20T23:31:06.789Z Mediators to change: 2
1902024-12-20T23:31:06.789Z Create boot environment: No
1912024-12-20T23:31:06.789ZCreate backup boot environment: No
1922024-12-20T23:31:06.951Z Done
1932024-12-20T23:31:06.952Z Done
1942024-12-20T23:31:07.326Z Done
1952024-12-20T23:31:11.046Z Done
1962024-12-20T23:31:11.140Z Done
1972024-12-20T23:31:11.142Z Done
1982024-12-20T23:31:11.273Z Done
1992024-12-20T23:31:11.898ZPlanning: Evaluating mediator changes ... Done
2002024-12-20T23:31:11.901ZPlanning: Merging actions ... Done
2012024-12-20T23:31:12.097ZPlanning: Checking for conflicting actions ... Done
2022024-12-20T23:31:12.102ZPlanning: Consolidating action changes ... Done
2032024-12-20T23:31:12.369ZPlanning: Evaluating mediators ... Done
2042024-12-20T23:31:12.428ZPlanning: Planning completed in 0.78 seconds
2052024-12-20T23:31:12.475Z Packages to change: 1
2062024-12-20T23:31:12.475Z Mediators to change: 1
2072024-12-20T23:31:12.475Z Services to change: 1
2082024-12-20T23:31:12.476Z Create boot environment: No
2092024-12-20T23:31:12.490ZCreate backup boot environment: Yes
2102024-12-20T23:31:14.645Z Actions: 1/6 actions (Updating modified actions)
2112024-12-20T23:31:14.648Z Actions: Completed 6 actions in 0.00 seconds.
2122024-12-20T23:31:14.648Z Done
2132024-12-20T23:31:14.648Z Done
2142024-12-20T23:31:14.768Z Done
2152024-12-20T23:31:18.658Z Done
2162024-12-20T23:31:18.743Z Done
2172024-12-20T23:31:18.749Z Done
2182024-12-20T23:31:18.885Z Done
2192024-12-20T23:31:19.327ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-12-20T23:31:19.327Zclang system 15 system
2212024-12-20T23:31:19.327Zcsh system system illumos
2222024-12-20T23:31:19.328Zctags system system illumos
2232024-12-20T23:31:19.328Zgcc vendor 12 vendor
2242024-12-20T23:31:19.328Zgcc system 10 system
2252024-12-20T23:31:19.328Zgcc system 7 system
2262024-12-20T23:31:19.328Zgo system 1.20 system
2272024-12-20T23:31:19.328Zgo system 1.19 system
2282024-12-20T23:31:19.328Zllvm system 15 system
2292024-12-20T23:31:19.328Zllvm system 14 system
2302024-12-20T23:31:19.328Zmariadb system 10.6 system
2312024-12-20T23:31:19.328Zmta vendor vendor dma
2322024-12-20T23:31:19.328Zopenjdk system 17 system
2332024-12-20T23:31:19.328Zopenjdk system 11 system
2342024-12-20T23:31:19.328Zopenjdk system 1.8 system
2352024-12-20T23:31:19.328Zopenssl vendor 3 vendor
2362024-12-20T23:31:19.328Zperl system 5.36 system
2372024-12-20T23:31:19.328Zpostgresql system 15 system
2382024-12-20T23:31:19.328Zpostgresql system 13 system
2392024-12-20T23:31:19.328Zpython vendor 3 vendor
2402024-12-20T23:31:19.328Zpython system 2 system
2412024-12-20T23:31:19.328Zpython3 system 3.11 system
2422024-12-20T23:31:19.328Zruby system 3.0 system
2432024-12-20T23:31:19.329Zwords vendor vendor american-english
2442024-12-20T23:31:19.329Zwords system system australian-english
2452024-12-20T23:31:19.329Zwords system system british-english
2462024-12-20T23:31:19.329Zwords system system canadian-english
2472024-12-20T23:31:19.329Zwords system system french
2482024-12-20T23:31:19.329Zwords system system italian
2492024-12-20T23:31:19.329Zwords system system ngerman
2502024-12-20T23:31:19.329Zwords system system ogerman
2512024-12-20T23:31:19.329Zwords system system spanish
2522024-12-20T23:31:19.675ZPUBLISHER TYPE STATUS P LOCATION
2532024-12-20T23:31:19.675Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-12-20T23:31:22.429ZFMRI IFO
2552024-12-20T23:31:22.429Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-12-20T23:31:22.429Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-12-20T23:31:22.429Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-12-20T23:31:22.429Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-12-20T23:31:22.429Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-12-20T23:31:22.429Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-12-20T23:31:22.429Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-12-20T23:31:22.429Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-12-20T23:31:22.429Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-12-20T23:31:22.429Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-12-20T23:31:22.429Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-12-20T23:31:22.429Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-12-20T23:31:22.429Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-12-20T23:31:22.429Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-12-20T23:31:22.429Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-12-20T23:31:23.204Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-12-20T23:31:23.532Z Updating crates.io index
2722024-12-20T23:31:23.542Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-12-20T23:31:24.082Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-12-20T23:31:24.380Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-12-20T23:31:24.660Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-12-20T23:31:24.961Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-12-20T23:31:25.880Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-12-20T23:31:27.435Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-12-20T23:31:28.100Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-12-20T23:31:28.945Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-12-20T23:31:29.201Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-12-20T23:31:29.508Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-12-20T23:31:30.110Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-12-20T23:31:30.530Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-12-20T23:31:30.859Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-12-20T23:31:31.202Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-12-20T23:31:31.724Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-12-20T23:31:31.757Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-12-20T23:31:32.128Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-12-20T23:31:32.338Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-12-20T23:31:32.678Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-12-20T23:31:33.011Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-12-20T23:31:33.488Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-12-20T23:31:33.760Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-12-20T23:31:34.150Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-12-20T23:31:35.650Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2972024-12-20T23:31:35.668Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-12-20T23:31:35.668Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-12-20T23:31:35.668Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-12-20T23:31:36.682Z Downloading crates ...
3012024-12-20T23:31:36.766Z Downloaded anyhow v1.0.93
3022024-12-20T23:31:36.772Z Downloaded clap_lex v0.7.2
3032024-12-20T23:31:36.772Z Downloaded bytecount v0.6.8
3042024-12-20T23:31:36.782Z Downloaded equivalent v1.0.1
3052024-12-20T23:31:36.790Z Downloaded dtrace-parser v0.2.0
3062024-12-20T23:31:36.797Z Downloaded swrite v0.1.0
3072024-12-20T23:31:36.805Z Downloaded scroll_derive v0.12.0
3082024-12-20T23:31:36.814Z Downloaded usdt-attr-macro v0.5.0
3092024-12-20T23:31:36.814Z Downloaded anstyle v1.0.10
3102024-12-20T23:31:36.832Z Downloaded pretty-hex v0.4.1
3112024-12-20T23:31:36.839Z Downloaded byteorder v1.5.0
3122024-12-20T23:31:36.839Z Downloaded cfg-if v1.0.0
3132024-12-20T23:31:36.839Z Downloaded cargo-platform v0.1.8
3142024-12-20T23:31:36.839Z Downloaded generic-array v0.14.7
3152024-12-20T23:31:36.839Z Downloaded thiserror v1.0.69
3162024-12-20T23:31:36.839Z Downloaded heck v0.5.0
3172024-12-20T23:31:36.839Z Downloaded anstyle-query v1.1.1
3182024-12-20T23:31:36.840Z Downloaded block-buffer v0.10.4
3192024-12-20T23:31:36.840Z Downloaded strsim v0.11.1
3202024-12-20T23:31:36.858Z Downloaded errno v0.3.9
3212024-12-20T23:31:36.860Z Downloaded cpufeatures v0.2.14
3222024-12-20T23:31:36.860Z Downloaded camino-tempfile v1.1.1
3232024-12-20T23:31:36.860Z Downloaded thiserror-impl v1.0.69
3242024-12-20T23:31:36.860Z Downloaded memmap v0.7.0
3252024-12-20T23:31:36.860Z Downloaded toml_datetime v0.6.8
3262024-12-20T23:31:36.860Z Downloaded tabled_derive v0.7.0
3272024-12-20T23:31:36.860Z Downloaded terminal_size v0.4.0
3282024-12-20T23:31:36.861Z Downloaded fs-err v2.11.0
3292024-12-20T23:31:36.869Z Downloaded digest v0.10.7
3302024-12-20T23:31:36.869Z Downloaded crypto-common v0.1.6
3312024-12-20T23:31:36.869Z Downloaded serde_tokenstream v0.2.2
3322024-12-20T23:31:36.869Z Downloaded unicode-linebreak v0.1.5
3332024-12-20T23:31:36.869Z Downloaded thread-id v4.2.2
3342024-12-20T23:31:36.869Z Downloaded utf8parse v0.2.2
3352024-12-20T23:31:36.869Z Downloaded fnv v1.0.7
3362024-12-20T23:31:36.869Z Downloaded smawk v0.3.2
3372024-12-20T23:31:36.869Z Downloaded version_check v0.9.5
3382024-12-20T23:31:36.869Z Downloaded usdt-macro v0.5.0
3392024-12-20T23:31:36.880Z Downloaded serde_spanned v0.6.8
3402024-12-20T23:31:36.880Z Downloaded proc-macro-error-attr v1.0.4
3412024-12-20T23:31:36.880Z Downloaded macaddr v1.0.1
3422024-12-20T23:31:36.880Z Downloaded heck v0.4.1
3432024-12-20T23:31:36.880Z Downloaded usdt v0.5.0
3442024-12-20T23:31:36.880Z Downloaded fastrand v2.1.1
3452024-12-20T23:31:36.880Z Downloaded dof v0.3.0
3462024-12-20T23:31:36.880Z Downloaded colorchoice v1.0.2
3472024-12-20T23:31:36.880Z Downloaded autocfg v1.4.0
3482024-12-20T23:31:36.881Z Downloaded cargo_metadata v0.18.1
3492024-12-20T23:31:36.888Z Downloaded plain v0.2.3
3502024-12-20T23:31:36.888Z Downloaded usdt-impl v0.5.0
3512024-12-20T23:31:36.888Z Downloaded anstream v0.6.15
3522024-12-20T23:31:36.888Z Downloaded is_terminal_polyfill v1.70.1
3532024-12-20T23:31:36.888Z Downloaded pest_generator v2.7.14
3542024-12-20T23:31:36.899Z Downloaded scroll v0.12.0
3552024-12-20T23:31:36.968Z Downloaded proc-macro-error v1.0.4
3562024-12-20T23:31:36.968Z Downloaded tempfile v3.13.0
3572024-12-20T23:31:36.968Z Downloaded bitflags v2.6.0
3582024-12-20T23:31:36.968Z Downloaded pest_derive v2.7.14
3592024-12-20T23:31:36.968Z Downloaded itoa v1.0.11
3602024-12-20T23:31:36.968Z Downloaded quote v1.0.37
3612024-12-20T23:31:36.968Z Downloaded sha2 v0.10.8
3622024-12-20T23:31:36.968Z Downloaded semver v1.0.23
3632024-12-20T23:31:36.968Z Downloaded clap_derive v4.5.18
3642024-12-20T23:31:36.968Z Downloaded camino v1.1.9
3652024-12-20T23:31:36.968Z Downloaded zerocopy-derive v0.7.35
3662024-12-20T23:31:36.968Z Downloaded toml v0.8.19
3672024-12-20T23:31:36.969Z Downloaded typenum v1.17.0
3682024-12-20T23:31:36.969Z Downloaded ucd-trie v0.1.7
3692024-12-20T23:31:36.969Z Downloaded cargo_toml v0.20.5
3702024-12-20T23:31:36.969Z Downloaded textwrap v0.16.1
3712024-12-20T23:31:36.969Z Downloaded unicode-ident v1.0.13
3722024-12-20T23:31:36.969Z Downloaded pest_meta v2.7.14
3732024-12-20T23:31:36.969Z Downloaded log v0.4.22
3742024-12-20T23:31:36.969Z Downloaded ryu v1.0.18
3752024-12-20T23:31:36.969Z Downloaded anstyle-parse v0.2.5
3762024-12-20T23:31:36.969Z Downloaded clap v4.5.21
3772024-12-20T23:31:36.969Z Downloaded serde_derive v1.0.215
3782024-12-20T23:31:36.970Z Downloaded papergrid v0.11.0
3792024-12-20T23:31:36.984Z Downloaded once_cell v1.20.2
3802024-12-20T23:31:36.984Z Downloaded proc-macro2 v1.0.89
3812024-12-20T23:31:37.003Z Downloaded memchr v2.7.4
3822024-12-20T23:31:37.011Z Downloaded indexmap v2.6.0
3832024-12-20T23:31:37.018Z Downloaded toml_edit v0.22.22
3842024-12-20T23:31:37.035Z Downloaded serde v1.0.215
3852024-12-20T23:31:37.049Z Downloaded pest v2.7.14
3862024-12-20T23:31:37.058Z Downloaded hashbrown v0.15.1
3872024-12-20T23:31:37.070Z Downloaded serde_json v1.0.132
3882024-12-20T23:31:37.077Z Downloaded zerocopy v0.7.35
3892024-12-20T23:31:37.086Z Downloaded winnow v0.6.20
3902024-12-20T23:31:37.094Z Downloaded tabled v0.15.0
3912024-12-20T23:31:37.108Z Downloaded goblin v0.8.2
3922024-12-20T23:31:37.114Z Downloaded clap_builder v4.5.21
3932024-12-20T23:31:37.135Z Downloaded syn v1.0.109
3942024-12-20T23:31:37.147Z Downloaded unicode-width v0.1.14
3952024-12-20T23:31:37.155Z Downloaded syn v2.0.87
3962024-12-20T23:31:37.162Z Downloaded rustix v0.38.37
3972024-12-20T23:31:37.201Z Downloaded libc v0.2.162
3982024-12-20T23:31:37.515Z Compiling proc-macro2 v1.0.89
3992024-12-20T23:31:37.515Z Compiling unicode-ident v1.0.13
4002024-12-20T23:31:37.515Z Compiling serde v1.0.215
4012024-12-20T23:31:37.525Z Compiling version_check v0.9.5
4022024-12-20T23:31:37.525Z Compiling memchr v2.7.4
4032024-12-20T23:31:37.525Z Compiling thiserror v1.0.69
4042024-12-20T23:31:37.525Z Compiling libc v0.2.162
4052024-12-20T23:31:37.555Z Compiling ucd-trie v0.1.7
4062024-12-20T23:31:37.792Z Compiling ryu v1.0.18
4072024-12-20T23:31:41.769Z Compiling itoa v1.0.11
4082024-12-20T23:31:41.837Z Compiling once_cell v1.20.2
4092024-12-20T23:31:41.837Z Compiling byteorder v1.5.0
4102024-12-20T23:31:41.837Z Compiling rustix v0.38.37
4112024-12-20T23:31:41.837Z Compiling serde_json v1.0.132
4122024-12-20T23:31:41.837Z Compiling bitflags v2.6.0
4132024-12-20T23:31:41.837Z Compiling proc-macro-error-attr v1.0.4
4142024-12-20T23:31:41.837Z Compiling usdt-impl v0.5.0
4152024-12-20T23:31:41.837Z Compiling syn v1.0.109
4162024-12-20T23:31:41.837Z Compiling quote v1.0.37
4172024-12-20T23:31:41.839Z Compiling proc-macro-error v1.0.4
4182024-12-20T23:31:41.839Z Compiling equivalent v1.0.1
4192024-12-20T23:31:41.839Z Compiling camino v1.1.9
4202024-12-20T23:31:41.839Z Compiling utf8parse v0.2.2
4212024-12-20T23:31:41.839Z Compiling syn v2.0.87
4222024-12-20T23:31:41.839Z Compiling errno v0.3.9
4232024-12-20T23:31:41.839Z Compiling thread-id v4.2.2
4242024-12-20T23:31:41.839Z Compiling plain v0.2.3
4252024-12-20T23:31:41.839Z Compiling hashbrown v0.15.1
4262024-12-20T23:31:41.839Z Compiling log v0.4.22
4272024-12-20T23:31:41.839Z Compiling anstyle-parse v0.2.5
4282024-12-20T23:31:41.839Z Compiling unicode-width v0.1.14
4292024-12-20T23:31:41.839Z Compiling pretty-hex v0.4.1
4302024-12-20T23:31:41.839Z Compiling anstyle-query v1.1.1
4312024-12-20T23:31:41.839Z Compiling semver v1.0.23
4322024-12-20T23:31:41.839Z Compiling anstyle v1.0.10
4332024-12-20T23:31:41.839Z Compiling winnow v0.6.20
4342024-12-20T23:31:41.839Z Compiling is_terminal_polyfill v1.70.1
4352024-12-20T23:31:41.839Z Compiling indexmap v2.6.0
4362024-12-20T23:31:41.839Z Compiling autocfg v1.4.0
4372024-12-20T23:31:41.839Z Compiling colorchoice v1.0.2
4382024-12-20T23:31:41.839Z Compiling anstream v0.6.15
4392024-12-20T23:31:41.909Z Compiling strsim v0.11.1
4402024-12-20T23:31:42.392Z Compiling terminal_size v0.4.0
4412024-12-20T23:31:42.609Z Compiling bytecount v0.6.8
4422024-12-20T23:31:42.659Z Compiling fs-err v2.11.0
4432024-12-20T23:31:42.728Z Compiling fastrand v2.1.1
4442024-12-20T23:31:42.824Z Compiling cfg-if v1.0.0
4452024-12-20T23:31:42.912Z Compiling anyhow v1.0.93
4462024-12-20T23:31:42.925Z Compiling clap_lex v0.7.2
4472024-12-20T23:31:42.943Z Compiling fnv v1.0.7
4482024-12-20T23:31:43.096Z Compiling heck v0.4.1
4492024-12-20T23:31:43.469Z Compiling heck v0.5.0
4502024-12-20T23:31:43.618Z Compiling clap_builder v4.5.21
4512024-12-20T23:31:43.748Z Compiling tempfile v3.13.0
4522024-12-20T23:31:43.773Z Compiling papergrid v0.11.0
4532024-12-20T23:31:44.061Z Compiling memmap v0.7.0
4542024-12-20T23:31:44.121Z Compiling unicode-linebreak v0.1.5
4552024-12-20T23:31:44.455Z Compiling smawk v0.3.2
4562024-12-20T23:31:44.703Z Compiling textwrap v0.16.1
4572024-12-20T23:31:45.165Z Compiling swrite v0.1.0
4582024-12-20T23:31:46.046Z Compiling tabled_derive v0.7.0
4592024-12-20T23:31:47.737Z Compiling tabled v0.15.0
4602024-12-20T23:31:48.901Z Compiling serde_derive v1.0.215
4612024-12-20T23:31:48.901Z Compiling thiserror-impl v1.0.69
4622024-12-20T23:31:48.913Z Compiling zerocopy-derive v0.7.35
4632024-12-20T23:31:48.913Z Compiling scroll_derive v0.12.0
4642024-12-20T23:31:49.218Z Compiling clap_derive v4.5.18
4652024-12-20T23:31:50.352Z Compiling scroll v0.12.0
4662024-12-20T23:31:50.851Z Compiling goblin v0.8.2
4672024-12-20T23:31:50.983Z Compiling zerocopy v0.7.35
4682024-12-20T23:31:51.595Z Compiling pest v2.7.14
4692024-12-20T23:31:52.954Z Compiling clap v4.5.21
4702024-12-20T23:31:53.964Z Compiling pest_meta v2.7.14
4712024-12-20T23:31:54.827Z Compiling pest_generator v2.7.14
4722024-12-20T23:31:56.692Z Compiling pest_derive v2.7.14
4732024-12-20T23:31:57.366Z Compiling dtrace-parser v0.2.0
4742024-12-20T23:31:59.413Z Compiling toml_datetime v0.6.8
4752024-12-20T23:31:59.413Z Compiling serde_spanned v0.6.8
4762024-12-20T23:31:59.415Z Compiling cargo-platform v0.1.8
4772024-12-20T23:31:59.802Z Compiling serde_tokenstream v0.2.2
4782024-12-20T23:31:59.857Z Compiling toml_edit v0.22.22
4792024-12-20T23:32:00.011Z Compiling macaddr v1.0.1
4802024-12-20T23:32:00.129Z Compiling camino-tempfile v1.1.1
4812024-12-20T23:32:00.936Z Compiling dof v0.3.0
4822024-12-20T23:32:00.936Z Compiling cargo_metadata v0.18.1
4832024-12-20T23:32:02.682Z Compiling toml v0.8.19
4842024-12-20T23:32:02.860Z Compiling usdt-macro v0.5.0
4852024-12-20T23:32:02.860Z Compiling usdt-attr-macro v0.5.0
4862024-12-20T23:32:03.546Z Compiling cargo_toml v0.20.5
4872024-12-20T23:32:04.339Z Compiling usdt v0.5.0
4882024-12-20T23:32:07.187Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-12-20T23:32:11.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.50s
4902024-12-20T23:32:11.704Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-12-20T23:32:12.236Z Downloading crates ...
4922024-12-20T23:32:12.349Z Downloaded addr2line v0.24.2
4932024-12-20T23:32:12.355Z Downloaded ascii-canvas v3.0.0
4942024-12-20T23:32:12.357Z Downloaded async-bb8-diesel v0.2.1
4952024-12-20T23:32:12.361Z Downloaded assert_matches v1.5.0
4962024-12-20T23:32:12.376Z Downloaded http-range v0.1.5
4972024-12-20T23:32:12.379Z Downloaded http-body v1.0.1
4982024-12-20T23:32:12.382Z Downloaded crunchy v0.2.2
4992024-12-20T23:32:12.385Z Downloaded cfg_aliases v0.1.1
5002024-12-20T23:32:12.388Z Downloaded hubpack v0.1.2
5012024-12-20T23:32:12.391Z Downloaded darling v0.20.10
5022024-12-20T23:32:12.394Z Downloaded instant v0.1.13
5032024-12-20T23:32:12.396Z Downloaded crucible-workspace-hack v0.1.0
5042024-12-20T23:32:12.398Z Downloaded atomicwrites v0.4.4
5052024-12-20T23:32:12.398Z Downloaded ident_case v1.0.1
5062024-12-20T23:32:12.401Z Downloaded icu_provider_macros v1.5.0
5072024-12-20T23:32:12.401Z Downloaded cstr-argument v0.1.2
5082024-12-20T23:32:12.404Z Downloaded ciborium-io v0.2.2
5092024-12-20T23:32:12.404Z Downloaded atty v0.2.14
5102024-12-20T23:32:12.404Z Downloaded cfg_aliases v0.2.1
5112024-12-20T23:32:12.406Z Downloaded mirai-annotations v1.12.0
5122024-12-20T23:32:12.406Z Downloaded async-stream-impl v0.3.6
5132024-12-20T23:32:12.406Z Downloaded async-stream v0.3.6
5142024-12-20T23:32:12.408Z Downloaded newtype_derive v0.1.6
5152024-12-20T23:32:12.410Z Downloaded hubpack_derive v0.1.1
5162024-12-20T23:32:12.412Z Downloaded new_debug_unreachable v1.0.6
5172024-12-20T23:32:12.412Z Downloaded aead v0.5.2
5182024-12-20T23:32:12.414Z Downloaded atomic-waker v1.1.2
5192024-12-20T23:32:12.414Z Downloaded arrayref v0.3.9
5202024-12-20T23:32:12.417Z Downloaded async-recursion v1.1.1
5212024-12-20T23:32:12.419Z Downloaded newline-converter v0.3.0
5222024-12-20T23:32:12.421Z Downloaded http-body-util v0.1.2
5232024-12-20T23:32:12.424Z Downloaded match_cfg v0.1.0
5242024-12-20T23:32:12.424Z Downloaded hostname v0.4.0
5252024-12-20T23:32:12.426Z Downloaded cobs v0.2.3
5262024-12-20T23:32:12.426Z Downloaded bcrypt-pbkdf v0.10.0
5272024-12-20T23:32:12.429Z Downloaded bit-vec v0.6.3
5282024-12-20T23:32:12.429Z Downloaded crossbeam-deque v0.8.5
5292024-12-20T23:32:12.432Z Downloaded md5 v0.7.0
5302024-12-20T23:32:12.432Z Downloaded is_ci v1.2.0
5312024-12-20T23:32:12.435Z Downloaded newtype-uuid v1.1.3
5322024-12-20T23:32:12.437Z Downloaded chacha20 v0.9.1
5332024-12-20T23:32:12.437Z Downloaded instability v0.3.2
5342024-12-20T23:32:12.439Z Downloaded ipnetwork v0.20.0
5352024-12-20T23:32:12.442Z Downloaded lazy_static v1.5.0
5362024-12-20T23:32:12.444Z Downloaded ctr v0.9.2
5372024-12-20T23:32:12.444Z Downloaded crc-catalog v2.4.0
5382024-12-20T23:32:12.447Z Downloaded maplit v1.0.2
5392024-12-20T23:32:12.447Z Downloaded lru v0.12.5
5402024-12-20T23:32:12.449Z Downloaded httpdate v1.0.3
5412024-12-20T23:32:12.451Z Downloaded crc v3.2.1
5422024-12-20T23:32:12.453Z Downloaded nibble_vec v0.1.0
5432024-12-20T23:32:12.455Z Downloaded md-5 v0.10.6
5442024-12-20T23:32:12.457Z Downloaded mime v0.3.17
5452024-12-20T23:32:12.460Z Downloaded linear-map v1.2.0
5462024-12-20T23:32:12.460Z Downloaded curve25519-dalek-derive v0.1.1
5472024-12-20T23:32:12.462Z Downloaded mockall v0.13.0
5482024-12-20T23:32:12.462Z Downloaded chrono-tz-build v0.4.0
5492024-12-20T23:32:12.465Z Downloaded headers-core v0.3.0
5502024-12-20T23:32:12.465Z Downloaded castaway v0.2.3
5512024-12-20T23:32:12.467Z Downloaded block-padding v0.3.3
5522024-12-20T23:32:12.468Z Downloaded bb8 v0.8.5
5532024-12-20T23:32:12.470Z Downloaded memoffset v0.9.1
5542024-12-20T23:32:12.470Z Downloaded inout v0.1.3
5552024-12-20T23:32:12.472Z Downloaded nanorand v0.7.0
5562024-12-20T23:32:12.474Z Downloaded libefi-sys v0.1.0
5572024-12-20T23:32:12.477Z Downloaded multimap v0.10.0
5582024-12-20T23:32:12.477Z Downloaded lru-cache v0.1.2
5592024-12-20T23:32:12.479Z Downloaded maybe-uninit v2.0.0
5602024-12-20T23:32:12.479Z Downloaded linked-hash-map v0.5.6
5612024-12-20T23:32:12.482Z Downloaded hyper-tls v0.6.0
5622024-12-20T23:32:12.485Z Downloaded buf-list v1.0.3
5632024-12-20T23:32:12.487Z Downloaded base64ct v1.6.0
5642024-12-20T23:32:12.489Z Downloaded cookie_store v0.21.0
5652024-12-20T23:32:12.492Z Downloaded lockfree-object-pool v0.1.6
5662024-12-20T23:32:12.494Z Downloaded iana-time-zone v0.1.61
5672024-12-20T23:32:12.498Z Downloaded sync-ptr v0.1.1
5682024-12-20T23:32:12.498Z Downloaded humantime v2.1.0
5692024-12-20T23:32:12.500Z Downloaded hyper-rustls v0.27.3
5702024-12-20T23:32:12.504Z Downloaded sync_wrapper v1.0.1
5712024-12-20T23:32:12.504Z Downloaded libloading v0.8.5
5722024-12-20T23:32:12.506Z Downloaded kstat-rs v0.2.4
5732024-12-20T23:32:12.506Z Downloaded icu_locid_transform v1.5.0
5742024-12-20T23:32:12.509Z Downloaded multer v3.1.0
5752024-12-20T23:32:12.511Z Downloaded libsw v3.3.1
5762024-12-20T23:32:12.514Z Downloaded mime_guess v2.0.5
5772024-12-20T23:32:12.516Z Downloaded ciborium v0.2.2
5782024-12-20T23:32:12.519Z Downloaded toolchain_find v0.4.0
5792024-12-20T23:32:12.521Z Downloaded rpassword v7.3.1
5802024-12-20T23:32:12.521Z Downloaded native-tls v0.2.12
5812024-12-20T23:32:12.523Z Downloaded zerofrom v0.1.4
5822024-12-20T23:32:12.525Z Downloaded rfc6979 v0.4.0
5832024-12-20T23:32:12.528Z Downloaded lock_api v0.4.12
5842024-12-20T23:32:12.528Z Downloaded lalrpop-util v0.19.12
5852024-12-20T23:32:12.530Z Downloaded ahash v0.8.11
5862024-12-20T23:32:12.534Z Downloaded rtoolbox v0.0.2
5872024-12-20T23:32:12.536Z Downloaded cancel-safe-futures v0.1.5
5882024-12-20T23:32:12.538Z Downloaded diesel_table_macro_syntax v0.2.0
5892024-12-20T23:32:12.538Z Downloaded adler2 v2.0.0
5902024-12-20T23:32:12.540Z Downloaded number_prefix v0.4.0
5912024-12-20T23:32:12.540Z Downloaded crc32fast v1.4.2
5922024-12-20T23:32:12.543Z Downloaded rusty-fork v0.3.0
5932024-12-20T23:32:12.546Z Downloaded rustversion v1.0.17
5942024-12-20T23:32:12.550Z Downloaded zeroize_derive v1.4.2
5952024-12-20T23:32:12.550Z Downloaded slog-dtrace v0.3.0
5962024-12-20T23:32:12.552Z Downloaded memmap2 v0.9.5
5972024-12-20T23:32:12.552Z Downloaded icu_provider v1.5.0
5982024-12-20T23:32:12.556Z Downloaded num_threads v0.1.7
5992024-12-20T23:32:12.559Z Downloaded cookie v0.18.1
6002024-12-20T23:32:12.562Z Downloaded supports-color v3.0.1
6012024-12-20T23:32:12.562Z Downloaded tiny-keccak v2.0.2
6022024-12-20T23:32:12.564Z Downloaded tinystr v0.7.6
6032024-12-20T23:32:12.568Z Downloaded crossbeam-epoch v0.9.18
6042024-12-20T23:32:12.570Z Downloaded backoff v0.4.0
6052024-12-20T23:32:12.573Z Downloaded synstructure v0.13.1
6062024-12-20T23:32:12.575Z Downloaded path-slash v0.1.5
6072024-12-20T23:32:12.575Z Downloaded phf_shared v0.10.0
6082024-12-20T23:32:12.577Z Downloaded tabwriter v1.4.0
6092024-12-20T23:32:12.577Z Downloaded mockall_derive v0.13.0
6102024-12-20T23:32:12.579Z Downloaded pretty-hex v0.2.1
6112024-12-20T23:32:12.582Z Downloaded icu_normalizer v1.5.0
6122024-12-20T23:32:12.585Z Downloaded miniz_oxide v0.8.0
6132024-12-20T23:32:12.588Z Downloaded zeroize v1.8.1
6142024-12-20T23:32:12.591Z Downloaded arc-swap v1.7.1
6152024-12-20T23:32:12.593Z Downloaded ff v0.13.0
6162024-12-20T23:32:12.595Z Downloaded fd-lock v4.0.2
6172024-12-20T23:32:12.598Z Downloaded sigpipe v0.1.3
6182024-12-20T23:32:12.598Z Downloaded fallible-streaming-iterator v0.1.9
6192024-12-20T23:32:12.600Z Downloaded siphasher v0.3.11
6202024-12-20T23:32:12.602Z Downloaded const-oid v0.9.6
6212024-12-20T23:32:12.605Z Downloaded funty v2.0.0
6222024-12-20T23:32:12.605Z Downloaded ed25519 v2.2.3
6232024-12-20T23:32:12.607Z Downloaded num v0.4.3
6242024-12-20T23:32:12.607Z Downloaded fragile v2.0.0
6252024-12-20T23:32:12.610Z Downloaded take_mut v0.2.2
6262024-12-20T23:32:12.613Z Downloaded indicatif v0.17.9
6272024-12-20T23:32:12.616Z Downloaded structmeta-derive v0.2.0
6282024-12-20T23:32:12.619Z Downloaded crc-any v2.5.0
6292024-12-20T23:32:12.622Z Downloaded try-lock v0.2.5
6302024-12-20T23:32:12.622Z Downloaded bytes v1.8.0
6312024-12-20T23:32:12.625Z Downloaded allocator-api2 v0.2.18
6322024-12-20T23:32:12.627Z Downloaded typify v0.2.0
6332024-12-20T23:32:12.630Z Downloaded waitgroup v0.1.2
6342024-12-20T23:32:12.632Z Downloaded zone_cfg_derive v0.1.2
6352024-12-20T23:32:12.634Z Downloaded phf_shared v0.11.2
6362024-12-20T23:32:12.635Z Downloaded foreign-types v0.3.2
6372024-12-20T23:32:12.635Z Downloaded dhcproto-macros v0.1.0
6382024-12-20T23:32:12.637Z Downloaded packed_struct v0.10.1
6392024-12-20T23:32:12.639Z Downloaded vsss-rs v3.3.4
6402024-12-20T23:32:12.642Z Downloaded quinn-udp v0.5.5
6412024-12-20T23:32:12.642Z Downloaded hyper-util v0.1.10
6422024-12-20T23:32:12.647Z Downloaded same-file v1.0.6
6432024-12-20T23:32:12.649Z Downloaded similar v2.6.0
6442024-12-20T23:32:12.653Z Downloaded ref-cast v1.0.23
6452024-12-20T23:32:12.656Z Downloaded slab v0.4.9
6462024-12-20T23:32:12.659Z Downloaded simd-adler32 v0.3.7
6472024-12-20T23:32:12.661Z Downloaded oso-derive v0.27.3
6482024-12-20T23:32:12.661Z Downloaded ssh-encoding v0.2.0
6492024-12-20T23:32:12.663Z Downloaded fxhash v0.2.1
6502024-12-20T23:32:12.666Z Downloaded nu-ansi-term v0.50.1
6512024-12-20T23:32:12.668Z Downloaded signature v2.2.0
6522024-12-20T23:32:12.668Z Downloaded scrypt v0.11.0
6532024-12-20T23:32:12.671Z Downloaded num-conv v0.1.0
6542024-12-20T23:32:12.671Z Downloaded structmeta v0.2.0
6552024-12-20T23:32:12.673Z Downloaded cc v1.1.30
6562024-12-20T23:32:12.676Z Downloaded tap v1.0.1
6572024-12-20T23:32:12.679Z Downloaded topological-sort v0.2.2
6582024-12-20T23:32:12.679Z Downloaded tui-tree-widget v0.22.0
6592024-12-20T23:32:12.681Z Downloaded bumpalo v3.16.0
6602024-12-20T23:32:12.684Z Downloaded tokio-stream v0.1.16
6612024-12-20T23:32:12.687Z Downloaded unicode-properties v0.1.3
6622024-12-20T23:32:12.690Z Downloaded base64 v0.22.1
6632024-12-20T23:32:12.694Z Downloaded strum v0.26.3
6642024-12-20T23:32:12.696Z Downloaded signal-hook-tokio v0.3.1
6652024-12-20T23:32:12.696Z Downloaded xz2 v0.1.7
6662024-12-20T23:32:12.699Z Downloaded defmt-parser v0.3.4
6672024-12-20T23:32:12.709Z Downloaded embedded-io v0.4.0
6682024-12-20T23:32:12.709Z Downloaded gethostname v0.5.0
6692024-12-20T23:32:12.709Z Downloaded foreign-types v0.5.0
6702024-12-20T23:32:12.709Z Downloaded vergen v8.3.2
6712024-12-20T23:32:12.709Z Downloaded predicates v3.1.2
6722024-12-20T23:32:12.712Z Downloaded dunce v1.0.5
6732024-12-20T23:32:12.712Z Downloaded zone v0.3.0
6742024-12-20T23:32:12.714Z Downloaded wait-timeout v0.2.0
6752024-12-20T23:32:12.714Z Downloaded untrusted v0.9.0
6762024-12-20T23:32:12.716Z Downloaded sqlformat v0.2.6
6772024-12-20T23:32:12.718Z Downloaded semver v0.1.20
6782024-12-20T23:32:12.721Z Downloaded num-integer v0.1.46
6792024-12-20T23:32:12.721Z Downloaded sct v0.7.1
6802024-12-20T23:32:12.724Z Downloaded vte_generate_state_changes v0.1.2
6812024-12-20T23:32:12.727Z Downloaded tinyvec_macros v0.1.1
6822024-12-20T23:32:12.727Z Downloaded hashlink v0.9.1
6832024-12-20T23:32:12.729Z Downloaded crossbeam-channel v0.5.13
6842024-12-20T23:32:12.733Z Downloaded endian-type v0.1.2
6852024-12-20T23:32:12.736Z Downloaded tower-service v0.3.3
6862024-12-20T23:32:12.736Z Downloaded want v0.3.1
6872024-12-20T23:32:12.738Z Downloaded pem v3.0.4
6882024-12-20T23:32:12.738Z Downloaded num-derive v0.4.2
6892024-12-20T23:32:12.740Z Downloaded http v1.1.0
6902024-12-20T23:32:12.744Z Downloaded derive_builder_macro v0.20.2
6912024-12-20T23:32:12.747Z Downloaded dropshot_endpoint v0.13.0
6922024-12-20T23:32:12.749Z Downloaded foreign-types-shared v0.1.1
6932024-12-20T23:32:12.752Z Downloaded pin-project-internal v1.1.6
6942024-12-20T23:32:12.752Z Downloaded radium v0.7.0
6952024-12-20T23:32:12.754Z Downloaded precomputed-hash v0.1.1
6962024-12-20T23:32:12.754Z Downloaded serde_repr v0.1.19
6972024-12-20T23:32:12.757Z Downloaded percent-encoding v2.3.1
6982024-12-20T23:32:12.759Z Downloaded parse-size v1.1.0
6992024-12-20T23:32:12.759Z Downloaded futures-task v0.3.31
7002024-12-20T23:32:12.762Z Downloaded serde_plain v1.0.2
7012024-12-20T23:32:12.762Z Downloaded stable_deref_trait v1.2.0
7022024-12-20T23:32:12.762Z Downloaded des v0.8.1
7032024-12-20T23:32:12.765Z Downloaded slog-stdlog v4.1.1
7042024-12-20T23:32:12.767Z Downloaded minimal-lexical v0.2.1
7052024-12-20T23:32:12.780Z Downloaded highway v1.2.0
7062024-12-20T23:32:12.783Z Downloaded crypto-bigint v0.5.5
7072024-12-20T23:32:12.790Z Downloaded tls_codec v0.4.1
7082024-12-20T23:32:12.792Z Downloaded enum-as-inner v0.6.1
7092024-12-20T23:32:12.794Z Downloaded enum-as-inner v0.5.1
7102024-12-20T23:32:12.797Z Downloaded unicode-truncate v1.1.0
7112024-12-20T23:32:12.799Z Downloaded hickory-server v0.24.1
7122024-12-20T23:32:12.804Z Downloaded universal-hash v0.5.1
7132024-12-20T23:32:12.806Z Downloaded slog-json v2.6.1
7142024-12-20T23:32:12.808Z Downloaded num_enum v0.5.11
7152024-12-20T23:32:12.812Z Downloaded ppv-lite86 v0.2.20
7162024-12-20T23:32:12.815Z Downloaded env_filter v0.1.2
7172024-12-20T23:32:12.818Z Downloaded slog-scope v4.4.0
7182024-12-20T23:32:12.818Z Downloaded rustls-pemfile v2.2.0
7192024-12-20T23:32:12.821Z Downloaded parse-display-derive v0.10.0
7202024-12-20T23:32:12.823Z Downloaded futures-sink v0.3.31
7212024-12-20T23:32:12.823Z Downloaded aes v0.8.4
7222024-12-20T23:32:12.826Z Downloaded fatfs v0.3.6
7232024-12-20T23:32:12.829Z Downloaded diesel_derives v2.2.3
7242024-12-20T23:32:12.834Z Downloaded serde_path_to_error v0.1.16
7252024-12-20T23:32:12.836Z Downloaded salsa20 v0.10.2
7262024-12-20T23:32:12.838Z Downloaded rand_seeder v0.3.0
7272024-12-20T23:32:12.838Z Downloaded oso v0.27.3
7282024-12-20T23:32:12.842Z Downloaded peg-runtime v0.8.3
7292024-12-20T23:32:12.844Z Downloaded unicase v2.7.0
7302024-12-20T23:32:12.847Z Downloaded progenitor-client v0.8.0
7312024-12-20T23:32:12.847Z Downloaded tracing-core v0.1.32
7322024-12-20T23:32:12.850Z Downloaded sha1 v0.10.6
7332024-12-20T23:32:12.852Z Downloaded libm v0.2.8
7342024-12-20T23:32:12.859Z Downloaded zone_cfg_derive v0.3.0
7352024-12-20T23:32:12.861Z Downloaded tokio-native-tls v0.3.1
7362024-12-20T23:32:12.864Z Downloaded toml_edit v0.19.15
7372024-12-20T23:32:12.879Z Downloaded float-cmp v0.9.0
7382024-12-20T23:32:12.881Z Downloaded debug-ignore v1.0.5
7392024-12-20T23:32:12.883Z Downloaded untrusted v0.7.1
7402024-12-20T23:32:12.883Z Downloaded termcolor v1.4.1
7412024-12-20T23:32:12.885Z Downloaded string_cache v0.8.7
7422024-12-20T23:32:12.887Z Downloaded libxml v0.3.3
7432024-12-20T23:32:12.893Z Downloaded pem-rfc7468 v0.7.0
7442024-12-20T23:32:12.896Z Downloaded openssl-probe v0.1.5
7452024-12-20T23:32:12.898Z Downloaded flagset v0.4.6
7462024-12-20T23:32:12.898Z Downloaded env_logger v0.11.5
7472024-12-20T23:32:12.901Z Downloaded headers v0.4.0
7482024-12-20T23:32:12.907Z Downloaded hash32 v0.3.1
7492024-12-20T23:32:12.909Z Downloaded hash32 v0.2.1
7502024-12-20T23:32:12.911Z Downloaded rand_xorshift v0.3.0
7512024-12-20T23:32:12.913Z Downloaded psl-types v2.0.11
7522024-12-20T23:32:12.913Z Downloaded progenitor-macro v0.8.0
7532024-12-20T23:32:12.913Z Downloaded powerfmt v0.2.0
7542024-12-20T23:32:12.916Z Downloaded itertools v0.10.5
7552024-12-20T23:32:12.922Z Downloaded typify-macro v0.2.0
7562024-12-20T23:32:12.924Z Downloaded serde_urlencoded v0.7.1
7572024-12-20T23:32:12.926Z Downloaded thiserror-no-std v2.0.2
7582024-12-20T23:32:12.930Z Downloaded crossterm v0.28.1
7592024-12-20T23:32:12.936Z Downloaded term v0.7.0
7602024-12-20T23:32:12.939Z Downloaded derive_more v0.99.18
7612024-12-20T23:32:12.948Z Downloaded display-error-chain v0.2.2
7622024-12-20T23:32:12.951Z Downloaded data-encoding v2.6.0
7632024-12-20T23:32:12.951Z Downloaded der_derive v0.7.3
7642024-12-20T23:32:12.951Z Downloaded defmt v0.3.8
7652024-12-20T23:32:12.954Z Downloaded ron v0.7.1
7662024-12-20T23:32:12.958Z Downloaded form_urlencoded v1.2.1
7672024-12-20T23:32:12.961Z Downloaded rustls-pki-types v1.10.0
7682024-12-20T23:32:12.963Z Downloaded openssl-macros v0.1.1
7692024-12-20T23:32:12.965Z Downloaded itertools v0.12.1
7702024-12-20T23:32:12.971Z Downloaded futures-core v0.3.31
7712024-12-20T23:32:12.974Z Downloaded peg-macros v0.8.4
7722024-12-20T23:32:12.976Z Downloaded hashbrown v0.13.2
7732024-12-20T23:32:12.979Z Downloaded rustls-pemfile v1.0.4
7742024-12-20T23:32:12.983Z Downloaded stringprep v0.1.5
7752024-12-20T23:32:12.985Z Downloaded rustc_version v0.4.1
7762024-12-20T23:32:12.985Z Downloaded unicode-bidi v0.3.17
7772024-12-20T23:32:12.988Z Downloaded qorb v0.2.1
7782024-12-20T23:32:12.993Z Downloaded unicode-xid v0.2.6
7792024-12-20T23:32:12.995Z Downloaded tokio-rustls v0.26.0
7802024-12-20T23:32:12.998Z Downloaded termtree v0.4.1
7812024-12-20T23:32:12.998Z Downloaded hyper v1.5.0
7822024-12-20T23:32:13.005Z Downloaded termios v0.3.3
7832024-12-20T23:32:13.007Z Downloaded structmeta-derive v0.3.0
7842024-12-20T23:32:13.011Z Downloaded derive_builder_core v0.20.2
7852024-12-20T23:32:13.013Z Downloaded structmeta v0.3.0
7862024-12-20T23:32:13.013Z Downloaded strip-ansi-escapes v0.2.0
7872024-12-20T23:32:13.013Z Downloaded rustfmt-wrapper v0.2.1
7882024-12-20T23:32:13.016Z Downloaded itertools v0.13.0
7892024-12-20T23:32:13.021Z Downloaded yoke-derive v0.7.4
7902024-12-20T23:32:13.024Z Downloaded num_enum_derive v0.5.11
7912024-12-20T23:32:13.024Z Downloaded glob v0.3.1
7922024-12-20T23:32:13.026Z Downloaded rustc-hash v2.0.0
7932024-12-20T23:32:13.029Z Downloaded pin-utils v0.1.0
7942024-12-20T23:32:13.029Z Downloaded phf_generator v0.11.2
7952024-12-20T23:32:13.031Z Downloaded futures-channel v0.3.31
7962024-12-20T23:32:13.033Z Downloaded hickory-resolver v0.24.1
7972024-12-20T23:32:13.036Z Downloaded serde_derive_internals v0.29.1
7982024-12-20T23:32:13.039Z Downloaded signal-hook v0.3.17
7992024-12-20T23:32:13.042Z Downloaded fallible-iterator v0.2.0
8002024-12-20T23:32:13.047Z Downloaded spki v0.7.3
8012024-12-20T23:32:13.047Z Downloaded spin v0.5.2
8022024-12-20T23:32:13.047Z Downloaded parking_lot_core v0.8.6
8032024-12-20T23:32:13.049Z Downloaded tokio-rustls v0.25.0
8042024-12-20T23:32:13.052Z Downloaded unsafe-libyaml v0.2.11
8052024-12-20T23:32:13.055Z Downloaded zerocopy v0.6.6
8062024-12-20T23:32:13.057Z Downloaded heck v0.3.3
8072024-12-20T23:32:13.060Z Downloaded futures-executor v0.3.31
8082024-12-20T23:32:13.060Z Downloaded value-bag v1.9.0
8092024-12-20T23:32:13.062Z Downloaded rand v0.8.5
8102024-12-20T23:32:13.066Z Downloaded thiserror-impl-no-std v2.0.2
8112024-12-20T23:32:13.068Z Downloaded aes-gcm v0.10.3
8122024-12-20T23:32:13.071Z Downloaded openssl-sys v0.9.103
8132024-12-20T23:32:13.076Z Downloaded time-core v0.1.2
8142024-12-20T23:32:13.078Z Downloaded rusqlite v0.32.1
8152024-12-20T23:32:13.084Z Downloaded deranged v0.3.11
8162024-12-20T23:32:13.086Z Downloaded wyz v0.5.1
8172024-12-20T23:32:13.088Z Downloaded pkcs1 v0.7.5
8182024-12-20T23:32:13.091Z Downloaded pin-project-lite v0.2.14
8192024-12-20T23:32:13.095Z Downloaded filetime v0.2.25
8202024-12-20T23:32:13.097Z Downloaded writeable v0.5.5
8212024-12-20T23:32:13.099Z Downloaded twox-hash v1.6.3
8222024-12-20T23:32:13.102Z Downloaded spin v0.9.8
8232024-12-20T23:32:13.104Z Downloaded tokio-postgres v0.7.12
8242024-12-20T23:32:13.108Z Downloaded snafu-derive v0.8.5
8252024-12-20T23:32:13.110Z Downloaded rustc-hash v1.1.0
8262024-12-20T23:32:13.113Z Downloaded hashbrown v0.14.5
8272024-12-20T23:32:13.116Z Downloaded olpc-cjson v0.1.4
8282024-12-20T23:32:13.118Z Downloaded publicsuffix v2.2.3
8292024-12-20T23:32:13.121Z Downloaded slog-term v2.9.1
8302024-12-20T23:32:13.123Z Downloaded serde-big-array v0.5.1
8312024-12-20T23:32:13.125Z Downloaded foreign-types-shared v0.3.1
8322024-12-20T23:32:13.126Z Downloaded thread_local v1.1.8
8332024-12-20T23:32:13.127Z Downloaded aws-lc-rs v1.10.0
8342024-12-20T23:32:13.136Z Downloaded der v0.7.9
8352024-12-20T23:32:13.141Z Downloaded opaque-debug v0.3.1
8362024-12-20T23:32:13.143Z Downloaded tls_codec_derive v0.4.1
8372024-12-20T23:32:13.145Z Downloaded winnow v0.5.40
8382024-12-20T23:32:13.152Z Downloaded write16 v1.0.0
8392024-12-20T23:32:13.154Z Downloaded resolv-conf v0.7.0
8402024-12-20T23:32:13.156Z Downloaded home v0.5.9
8412024-12-20T23:32:13.156Z Downloaded derive_builder v0.20.2
8422024-12-20T23:32:13.161Z Downloaded slog v2.7.0
8432024-12-20T23:32:13.163Z Downloaded phf v0.11.2
8442024-12-20T23:32:13.166Z Downloaded socket2 v0.5.7
8452024-12-20T23:32:13.168Z Downloaded pkcs5 v0.7.1
8462024-12-20T23:32:13.171Z Downloaded p521 v0.13.3
8472024-12-20T23:32:13.175Z Downloaded serde_yaml v0.9.34+deprecated
8482024-12-20T23:32:13.179Z Downloaded getrandom v0.2.15
8492024-12-20T23:32:13.182Z Downloaded rustc-demangle v0.1.24
8502024-12-20T23:32:13.184Z Downloaded static_assertions v1.1.0
8512024-12-20T23:32:13.187Z Downloaded schemars_derive v0.8.21
8522024-12-20T23:32:13.189Z Downloaded dirs-sys-next v0.1.2
8532024-12-20T23:32:13.189Z Downloaded ssh-key v0.6.6
8542024-12-20T23:32:13.195Z Downloaded hex v0.4.3
8552024-12-20T23:32:13.197Z Downloaded pbkdf2 v0.12.2
8562024-12-20T23:32:13.201Z Downloaded utf16_iter v1.0.5
8572024-12-20T23:32:13.201Z Downloaded utf-8 v0.7.6
8582024-12-20T23:32:13.203Z Downloaded parse-zoneinfo v0.3.1
8592024-12-20T23:32:13.205Z Downloaded fallible-iterator v0.3.0
8602024-12-20T23:32:13.205Z Downloaded env_logger v0.10.2
8612024-12-20T23:32:13.208Z Downloaded postcard v1.0.10
8622024-12-20T23:32:13.210Z Downloaded sqlparser v0.45.0
8632024-12-20T23:32:13.216Z Downloaded dirs-next v2.0.0
8642024-12-20T23:32:13.219Z Downloaded tracing-attributes v0.1.27
8652024-12-20T23:32:13.222Z Downloaded derive-where v1.2.7
8662024-12-20T23:32:13.224Z Downloaded polyval v0.6.2
8672024-12-20T23:32:13.227Z Downloaded unicode_categories v0.1.1
8682024-12-20T23:32:13.227Z Downloaded flate2 v1.0.34
8692024-12-20T23:32:13.232Z Downloaded displaydoc v0.2.5
8702024-12-20T23:32:13.235Z Downloaded zopfli v0.8.1
8712024-12-20T23:32:13.237Z Downloaded zip v0.6.6
8722024-12-20T23:32:13.241Z Downloaded difflib v0.4.0
8732024-12-20T23:32:13.244Z Downloaded owo-colors v4.1.0
8742024-12-20T23:32:13.247Z Downloaded russh-keys v0.45.0
8752024-12-20T23:32:13.250Z Downloaded peg v0.8.4
8762024-12-20T23:32:13.252Z Downloaded password-hash v0.5.0
8772024-12-20T23:32:13.255Z Downloaded tokio-tungstenite v0.24.0
8782024-12-20T23:32:13.258Z Downloaded diff v0.1.13
8792024-12-20T23:32:13.260Z Downloaded postgres-protocol v0.6.7
8802024-12-20T23:32:13.262Z Downloaded bindgen v0.69.5
8812024-12-20T23:32:13.268Z Downloaded hmac v0.12.1
8822024-12-20T23:32:13.270Z Downloaded bitvec v1.0.1
8832024-12-20T23:32:13.285Z Downloaded parking_lot v0.11.2
8842024-12-20T23:32:13.288Z Downloaded toml v0.7.8
8852024-12-20T23:32:13.291Z Downloaded chrono v0.4.38
8862024-12-20T23:32:13.298Z Downloaded vte v0.11.1
8872024-12-20T23:32:13.300Z Downloaded zip v2.1.3
8882024-12-20T23:32:13.305Z Downloaded lalrpop v0.19.12
8892024-12-20T23:32:13.316Z Downloaded postgres-types v0.2.8
8902024-12-20T23:32:13.318Z Downloaded tungstenite v0.23.0
8912024-12-20T23:32:13.322Z Downloaded samael v0.0.17
8922024-12-20T23:32:13.327Z Downloaded x509-cert v0.2.5
8932024-12-20T23:32:13.333Z Downloaded uuid v1.11.0
8942024-12-20T23:32:13.336Z Downloaded steno v0.4.1
8952024-12-20T23:32:13.340Z Downloaded url v2.5.3
8962024-12-20T23:32:13.343Z Downloaded icu_properties_data v1.5.0
8972024-12-20T23:32:13.354Z Downloaded p256 v0.13.2
8982024-12-20T23:32:13.357Z Downloaded zerocopy v0.8.10
8992024-12-20T23:32:13.382Z Downloaded serde_with v3.11.0
9002024-12-20T23:32:13.390Z Downloaded h2 v0.4.6
9012024-12-20T23:32:13.396Z Downloaded idna v0.2.3
9022024-12-20T23:32:13.404Z Downloaded idna v0.4.0
9032024-12-20T23:32:13.411Z Downloaded typed-path v0.9.3
9042024-12-20T23:32:13.417Z Downloaded hkdf v0.12.4
9052024-12-20T23:32:13.419Z Downloaded quick-xml v0.33.0
9062024-12-20T23:32:13.425Z Downloaded quinn-proto v0.11.8
9072024-12-20T23:32:13.432Z Downloaded num-bigint-dig v0.8.4
9082024-12-20T23:32:13.437Z Downloaded tough v0.19.0
9092024-12-20T23:32:13.445Z Downloaded curve25519-dalek v4.1.3
9102024-12-20T23:32:13.454Z Downloaded tokio-util v0.7.12
9112024-12-20T23:32:13.461Z Downloaded nom v7.1.3
9122024-12-20T23:32:13.467Z Downloaded regex v1.11.1
9132024-12-20T23:32:13.480Z Downloaded time v0.3.36
9142024-12-20T23:32:13.486Z Downloaded rayon v1.10.0
9152024-12-20T23:32:13.496Z Downloaded proptest v1.5.0
9162024-12-20T23:32:13.505Z Downloaded reedline v0.35.0
9172024-12-20T23:32:13.513Z Downloaded salty v0.3.0
9182024-12-20T23:32:13.520Z Downloaded radix_trie v0.2.1
9192024-12-20T23:32:13.525Z Downloaded chrono-tz v0.10.0
9202024-12-20T23:32:13.532Z Downloaded polar-core v0.27.3
9212024-12-20T23:32:13.541Z Downloaded petname v2.0.2
9222024-12-20T23:32:13.547Z Downloaded bstr v1.10.0
9232024-12-20T23:32:13.557Z Downloaded unicode-width v0.2.0
9242024-12-20T23:32:13.563Z Downloaded regex-syntax v0.6.29
9252024-12-20T23:32:13.570Z Downloaded trust-dns-proto v0.22.0
9262024-12-20T23:32:13.584Z Downloaded p384 v0.13.0
9272024-12-20T23:32:13.590Z Downloaded git2 v0.19.0
9282024-12-20T23:32:13.600Z Downloaded openssl v0.10.66
9292024-12-20T23:32:13.611Z Downloaded gimli v0.31.1
9302024-12-20T23:32:13.621Z Downloaded hickory-proto v0.24.1
9312024-12-20T23:32:13.638Z Downloaded nix v0.28.0
9322024-12-20T23:32:13.649Z Downloaded smoltcp v0.11.0
9332024-12-20T23:32:13.663Z Downloaded nix v0.29.0
9342024-12-20T23:32:13.676Z Downloaded regress v0.10.1
9352024-12-20T23:32:13.685Z Downloaded rustls v0.23.19
9362024-12-20T23:32:13.697Z Downloaded dropshot v0.13.0
9372024-12-20T23:32:13.719Z Downloaded regex-syntax v0.8.5
9382024-12-20T23:32:13.728Z Downloaded diesel v2.2.6
9392024-12-20T23:32:13.759Z Downloaded rustls v0.21.12
9402024-12-20T23:32:13.774Z Downloaded zerocopy-derive v0.6.6
9412024-12-20T23:32:13.788Z Downloaded openapiv3 v2.0.0
9422024-12-20T23:32:13.802Z Downloaded typify-impl v0.2.0
9432024-12-20T23:32:13.816Z Downloaded dropshot v0.12.0
9442024-12-20T23:32:13.837Z Downloaded sled v0.34.7
9452024-12-20T23:32:13.846Z Downloaded ratatui v0.28.1
9462024-12-20T23:32:13.866Z Downloaded bzip2-sys v0.1.11+1.0.8
9472024-12-20T23:32:13.877Z Downloaded rustls v0.22.4
9482024-12-20T23:32:13.889Z Downloaded object v0.36.5
9492024-12-20T23:32:13.902Z Downloaded vcpkg v0.2.15
9502024-12-20T23:32:13.939Z Downloaded idna v0.3.0
9512024-12-20T23:32:13.945Z Downloaded regex-automata v0.4.8
9522024-12-20T23:32:13.962Z Downloaded object v0.30.4
9532024-12-20T23:32:13.973Z Downloaded petgraph v0.6.5
9542024-12-20T23:32:13.988Z Downloaded lzma-sys v0.1.20
9552024-12-20T23:32:14.018Z Downloaded webpki-roots v0.26.6
9562024-12-20T23:32:14.021Z Downloaded reqwest v0.12.9
9572024-12-20T23:32:14.029Z Downloaded regress v0.9.1
9582024-12-20T23:32:14.037Z Downloaded idna v0.5.0
9592024-12-20T23:32:14.044Z Downloaded libz-sys v1.1.20
9602024-12-20T23:32:14.065Z Downloaded csv v1.3.0
9612024-12-20T23:32:14.083Z Downloaded rustls-webpki v0.102.8
9622024-12-20T23:32:14.104Z Downloaded sha3 v0.10.8
9632024-12-20T23:32:14.107Z Downloaded tokio v1.40.0
9642024-12-20T23:32:14.146Z Downloaded smoltcp v0.9.1
9652024-12-20T23:32:14.154Z Downloaded nix v0.27.1
9662024-12-20T23:32:14.165Z Downloaded expectorate v1.1.0
9672024-12-20T23:32:14.168Z Downloaded num-bigint v0.4.6
9682024-12-20T23:32:14.172Z Downloaded portable-atomic v1.9.0
9692024-12-20T23:32:14.179Z Downloaded rustls-webpki v0.101.7
9702024-12-20T23:32:14.194Z Downloaded flume v0.11.1
9712024-12-20T23:32:14.197Z Downloaded prettyplease v0.2.25
9722024-12-20T23:32:14.201Z Downloaded futures-util v0.3.31
9732024-12-20T23:32:14.212Z Downloaded tungstenite v0.24.0
9742024-12-20T23:32:14.215Z Downloaded schemars v0.8.21
9752024-12-20T23:32:14.227Z Downloaded omicron-zone-package v0.11.1
9762024-12-20T23:32:14.230Z Downloaded rayon-core v1.12.1
9772024-12-20T23:32:14.234Z Downloaded snafu v0.8.5
9782024-12-20T23:32:14.240Z Downloaded dropshot_endpoint v0.12.0
9792024-12-20T23:32:14.243Z Downloaded rcgen v0.12.1
9802024-12-20T23:32:14.246Z Downloaded heapless v0.8.0
9812024-12-20T23:32:14.249Z Downloaded heapless v0.7.17
9822024-12-20T23:32:14.253Z Downloaded foreign-types-macros v0.2.3
9832024-12-20T23:32:14.258Z Downloaded time-macros v0.2.18
9842024-12-20T23:32:14.262Z Downloaded zerovec-derive v0.10.3
9852024-12-20T23:32:14.262Z Downloaded xattr v1.3.1
9862024-12-20T23:32:14.262Z Downloaded aho-corasick v1.1.3
9872024-12-20T23:32:14.266Z Downloaded downcast v0.11.0
9882024-12-20T23:32:14.268Z Downloaded russh-cryptovec v0.7.3
9892024-12-20T23:32:14.268Z Downloaded slog-envlogger v2.2.0
9902024-12-20T23:32:14.270Z Downloaded parking_lot_core v0.9.10
9912024-12-20T23:32:14.272Z Downloaded parking_lot v0.12.3
9922024-12-20T23:32:14.275Z Downloaded blake3 v1.5.4
9932024-12-20T23:32:14.282Z Downloaded zerovec v0.10.4
9942024-12-20T23:32:14.288Z Downloaded thiserror-impl v2.0.3
9952024-12-20T23:32:14.290Z Downloaded ghash v0.5.1
9962024-12-20T23:32:14.290Z Downloaded zone v0.1.8
9972024-12-20T23:32:14.292Z Downloaded unicode-normalization v0.1.24
9982024-12-20T23:32:14.296Z Downloaded smallvec v0.6.14
9992024-12-20T23:32:14.298Z Downloaded slog-async v2.8.0
10002024-12-20T23:32:14.301Z Downloaded serde-hex v0.1.0
10012024-12-20T23:32:14.301Z Downloaded password-hash v0.4.2
10022024-12-20T23:32:14.303Z Downloaded tracing v0.1.40
10032024-12-20T23:32:14.306Z Downloaded encoding_rs v0.8.34
10042024-12-20T23:32:14.325Z Downloaded hashbrown v0.12.3
10052024-12-20T23:32:14.330Z Downloaded float-ord v0.3.2
10062024-12-20T23:32:14.333Z Downloaded fixedbitset v0.4.2
10072024-12-20T23:32:14.333Z Downloaded nodrop v0.1.14
10082024-12-20T23:32:14.335Z Downloaded embedded-io v0.6.1
10092024-12-20T23:32:14.335Z Downloaded half v2.4.1
10102024-12-20T23:32:14.337Z Downloaded ron v0.8.1
10112024-12-20T23:32:14.342Z Downloaded progenitor v0.8.0
10122024-12-20T23:32:14.345Z Downloaded proc-macro-crate v1.3.1
10132024-12-20T23:32:14.345Z Downloaded primeorder v0.13.6
10142024-12-20T23:32:14.352Z Downloaded serde_with_macros v3.11.0
10152024-12-20T23:32:14.352Z Downloaded rustyline v14.0.0
10162024-12-20T23:32:14.355Z Downloaded russh v0.45.0
10172024-12-20T23:32:14.359Z Downloaded ena v0.14.3
10182024-12-20T23:32:14.363Z Downloaded num-traits v0.2.19
10192024-12-20T23:32:14.365Z Downloaded num-rational v0.4.2
10202024-12-20T23:32:14.368Z Downloaded unicode-segmentation v1.12.0
10212024-12-20T23:32:14.371Z Downloaded signal-hook-registry v1.4.2
10222024-12-20T23:32:14.371Z Downloaded signal-hook-mio v0.2.4
10232024-12-20T23:32:14.374Z Downloaded scheduled-thread-pool v0.2.7
10242024-12-20T23:32:14.374Z Downloaded darling_core v0.20.10
10252024-12-20T23:32:14.378Z Downloaded libgit2-sys v0.17.0+1.8.1
10262024-12-20T23:32:14.439Z Downloaded yoke v0.7.4
10272024-12-20T23:32:14.441Z Downloaded tokio-rustls v0.24.1
10282024-12-20T23:32:14.444Z Downloaded smallvec v1.13.2
10292024-12-20T23:32:14.448Z Downloaded idna v1.0.3
10302024-12-20T23:32:14.455Z Downloaded group v0.13.0
10312024-12-20T23:32:14.456Z Downloaded test-strategy v0.3.1
10322024-12-20T23:32:14.456Z Downloaded tar v0.4.42
10332024-12-20T23:32:14.465Z Downloaded ed25519-dalek v2.1.1
10342024-12-20T23:32:14.465Z Downloaded num-complex v0.4.6
10352024-12-20T23:32:14.465Z Downloaded hickory-client v0.24.1
10362024-12-20T23:32:14.465Z Downloaded progenitor-impl v0.8.0
10372024-12-20T23:32:14.473Z Downloaded poly1305 v0.8.0
10382024-12-20T23:32:14.473Z Downloaded elliptic-curve v0.13.8
10392024-12-20T23:32:14.473Z Downloaded quinn v0.11.5
10402024-12-20T23:32:14.487Z Downloaded zerocopy-derive v0.8.10
10412024-12-20T23:32:14.490Z Downloaded tokio-macros v2.4.0
10422024-12-20T23:32:14.490Z Downloaded strum_macros v0.24.3
10432024-12-20T23:32:14.490Z Downloaded tokio-tungstenite v0.23.1
10442024-12-20T23:32:14.490Z Downloaded thiserror v2.0.3
10452024-12-20T23:32:14.493Z Downloaded foldhash v0.1.3
10462024-12-20T23:32:14.495Z Downloaded dhcproto v0.12.0
10472024-12-20T23:32:14.498Z Downloaded mio v1.0.2
10482024-12-20T23:32:14.503Z Downloaded pin-project v1.1.6
10492024-12-20T23:32:14.514Z Downloaded num-iter v0.1.45
10502024-12-20T23:32:14.516Z Downloaded futures-macro v0.3.31
10512024-12-20T23:32:14.519Z Downloaded futures-io v0.3.31
10522024-12-20T23:32:14.519Z Downloaded pkcs8 v0.10.2
10532024-12-20T23:32:14.521Z Downloaded rsa v0.9.6
10542024-12-20T23:32:14.524Z Downloaded unarray v0.1.4
10552024-12-20T23:32:14.527Z Downloaded tokio-tungstenite v0.21.0
10562024-12-20T23:32:14.530Z Downloaded walkdir v2.5.0
10572024-12-20T23:32:14.530Z Downloaded subprocess v0.2.9
10582024-12-20T23:32:14.533Z Downloaded futures v0.3.31
10592024-12-20T23:32:14.538Z Downloaded yasna v0.5.2
10602024-12-20T23:32:14.540Z Downloaded uzers v0.12.1
10612024-12-20T23:32:14.543Z Downloaded scopeguard v1.2.0
10622024-12-20T23:32:14.545Z Downloaded rustc_version v0.1.7
10632024-12-20T23:32:14.545Z Downloaded r2d2 v0.8.10
10642024-12-20T23:32:14.547Z Downloaded quick-error v1.2.3
10652024-12-20T23:32:14.547Z Downloaded pkg-config v0.3.31
10662024-12-20T23:32:14.550Z Downloaded phf_codegen v0.11.2
10672024-12-20T23:32:14.550Z Downloaded pbkdf2 v0.11.0
10682024-12-20T23:32:14.552Z Downloaded parse-display v0.10.0
10692024-12-20T23:32:14.555Z Downloaded darling_macro v0.20.10
10702024-12-20T23:32:14.555Z Downloaded tungstenite v0.21.0
10712024-12-20T23:32:14.557Z Downloaded strum_macros v0.26.4
10722024-12-20T23:32:14.560Z Downloaded compact_str v0.8.0
10732024-12-20T23:32:14.563Z Downloaded backtrace v0.3.74
10742024-12-20T23:32:14.568Z Downloaded defmt-macros v0.3.9
10752024-12-20T23:32:14.571Z Downloaded predicates-core v1.0.8
10762024-12-20T23:32:14.573Z Downloaded strum_macros v0.25.3
10772024-12-20T23:32:14.575Z Downloaded icu_collections v1.5.0
10782024-12-20T23:32:14.580Z Downloaded subtle v2.6.1
10792024-12-20T23:32:14.584Z Downloaded tinyvec v1.8.0
10802024-12-20T23:32:14.587Z Downloaded globset v0.4.15
10812024-12-20T23:32:14.587Z Downloaded dyn-clone v1.0.17
10822024-12-20T23:32:14.589Z Downloaded dsl_auto_type v0.1.2
10832024-12-20T23:32:14.589Z Downloaded fs_extra v1.3.0
10842024-12-20T23:32:14.592Z Downloaded ecdsa v0.16.9
10852024-12-20T23:32:14.594Z Downloaded const_format v0.2.33
10862024-12-20T23:32:14.598Z Downloaded base64 v0.21.7
10872024-12-20T23:32:14.601Z Downloaded predicates-tree v1.0.11
10882024-12-20T23:32:14.604Z Downloaded whoami v1.5.2
10892024-12-20T23:32:14.606Z Downloaded which v4.4.2
10902024-12-20T23:32:14.607Z Downloaded paste v1.0.15
10912024-12-20T23:32:14.609Z Downloaded packed_struct_codegen v0.10.1
10922024-12-20T23:32:14.611Z Downloaded utf8_iter v1.0.4
10932024-12-20T23:32:14.611Z Downloaded icu_properties v1.5.1
10942024-12-20T23:32:14.614Z Downloaded base64 v0.13.1
10952024-12-20T23:32:14.617Z Downloaded indexmap v1.9.3
10962024-12-20T23:32:14.620Z Downloaded icu_normalizer_data v1.5.0
10972024-12-20T23:32:14.623Z Downloaded litemap v0.7.3
10982024-12-20T23:32:14.626Z Downloaded either v1.13.0
10992024-12-20T23:32:14.629Z Downloaded diesel-dtrace v0.4.2
11002024-12-20T23:32:14.631Z Downloaded chacha20poly1305 v0.10.1
11012024-12-20T23:32:14.631Z Downloaded zerofrom-derive v0.1.4
11022024-12-20T23:32:14.634Z Downloaded crossbeam-utils v0.8.20
11032024-12-20T23:32:14.636Z Downloaded clang-sys v1.8.1
11042024-12-20T23:32:14.639Z Downloaded icu_locid_transform_data v1.5.0
11052024-12-20T23:32:14.642Z Downloaded icu_locid v1.5.0
11062024-12-20T23:32:14.644Z Downloaded slog-bunyan v2.5.0
11072024-12-20T23:32:14.647Z Downloaded shlex v1.3.0
11082024-12-20T23:32:14.647Z Downloaded shell-words v1.1.0
11092024-12-20T23:32:14.650Z Downloaded secrecy v0.8.0
11102024-12-20T23:32:14.650Z Downloaded sec1 v0.7.3
11112024-12-20T23:32:14.653Z Downloaded ssh-cipher v0.2.0
11122024-12-20T23:32:14.653Z Downloaded smf v0.2.3
11132024-12-20T23:32:14.653Z Downloaded blake2 v0.10.6
11142024-12-20T23:32:14.655Z Downloaded normalize-line-endings v0.3.0
11152024-12-20T23:32:14.658Z Downloaded ref-cast-impl v1.0.23
11162024-12-20T23:32:14.658Z Downloaded httparse v1.9.5
11172024-12-20T23:32:14.661Z Downloaded hostname v0.3.1
11182024-12-20T23:32:14.661Z Downloaded hex-literal v0.4.1
11192024-12-20T23:32:14.663Z Downloaded bzip2 v0.4.4
11202024-12-20T23:32:14.665Z Downloaded jobserver v0.1.32
11212024-12-20T23:32:14.665Z Downloaded ipnet v2.10.1
11222024-12-20T23:32:14.668Z Downloaded idna_adapter v1.2.0
11232024-12-20T23:32:14.671Z Downloaded csv-core v0.1.11
11242024-12-20T23:32:14.671Z Downloaded async-trait v0.1.83
11252024-12-20T23:32:14.674Z Downloaded sqlparser_derive v0.2.2
11262024-12-20T23:32:14.674Z Downloaded rand_core v0.6.4
11272024-12-20T23:32:14.678Z Downloaded rand_chacha v0.3.1
11282024-12-20T23:32:14.678Z Downloaded bcs v0.1.6
11292024-12-20T23:32:14.678Z Downloaded hyper-staticfile v0.10.1
11302024-12-20T23:32:14.681Z Downloaded const_format_proc_macros v0.2.33
11312024-12-20T23:32:14.683Z Downloaded console v0.15.8
11322024-12-20T23:32:14.686Z Downloaded arrayvec v0.7.6
11332024-12-20T23:32:14.688Z Downloaded constant_time_eq v0.3.1
11342024-12-20T23:32:14.691Z Downloaded bitfield v0.14.0
11352024-12-20T23:32:14.693Z Downloaded matches v0.1.10
11362024-12-20T23:32:14.693Z Downloaded managed v0.8.0
11372024-12-20T23:32:14.695Z Downloaded cipher v0.4.4
11382024-12-20T23:32:14.695Z Downloaded indoc v1.0.9
11392024-12-20T23:32:14.697Z Downloaded lazycell v1.3.0
11402024-12-20T23:32:14.700Z Downloaded impl-trait-for-tuples v0.2.2
11412024-12-20T23:32:14.702Z Downloaded cbc v0.1.2
11422024-12-20T23:32:14.705Z Downloaded cassowary v0.3.0
11432024-12-20T23:32:14.705Z Downloaded keccak v0.1.5
11442024-12-20T23:32:14.706Z Downloaded is-terminal v0.4.13
11452024-12-20T23:32:14.708Z Downloaded convert_case v0.4.0
11462024-12-20T23:32:14.708Z Downloaded colored v2.1.0
11472024-12-20T23:32:14.710Z Downloaded cmake v0.1.51
11482024-12-20T23:32:14.712Z Downloaded cexpr v0.6.0
11492024-12-20T23:32:14.714Z Downloaded blowfish v0.9.1
11502024-12-20T23:32:14.715Z Downloaded bit-set v0.5.3
11512024-12-20T23:32:14.717Z Downloaded indent_write v2.2.0
11522024-12-20T23:32:14.717Z Downloaded bitflags v1.3.2
11532024-12-20T23:32:14.722Z Downloaded internet-checksum v0.2.1
11542024-12-20T23:32:14.724Z Downloaded array-init v0.0.4
11552024-12-20T23:32:14.724Z Downloaded ciborium-ll v0.2.2
11562024-12-20T23:32:14.728Z Downloaded bitfield-struct v0.6.2
11572024-12-20T23:32:14.728Z Downloaded base16ct v0.2.0
11582024-12-20T23:32:14.732Z Downloaded argon2 v0.5.3
11592024-12-20T23:32:14.798Z Downloaded libsqlite3-sys v0.30.1
11602024-12-20T23:32:14.979Z Downloaded ring v0.17.8
11612024-12-20T23:32:15.152Z Downloaded ring v0.16.20
11622024-12-20T23:32:15.394Z Downloaded aws-lc-sys v0.22.0
11632024-12-20T23:32:15.722Z Compiling serde v1.0.215
11642024-12-20T23:32:15.724Z Compiling lock_api v0.4.12
11652024-12-20T23:32:15.724Z Compiling scopeguard v1.2.0
11662024-12-20T23:32:15.724Z Compiling value-bag v1.9.0
11672024-12-20T23:32:15.724Z Compiling typenum v1.17.0
11682024-12-20T23:32:15.876Z Compiling generic-array v0.14.7
11692024-12-20T23:32:15.923Z Compiling syn v2.0.87
11702024-12-20T23:32:15.938Z Compiling getrandom v0.2.15
11712024-12-20T23:32:15.996Z Compiling shlex v1.3.0
11722024-12-20T23:32:16.235Z Compiling rand_core v0.6.4
11732024-12-20T23:32:16.378Z Compiling log v0.4.22
11742024-12-20T23:32:16.396Z Compiling subtle v2.6.1
11752024-12-20T23:32:16.423Z Compiling jobserver v0.1.32
11762024-12-20T23:32:16.495Z Compiling const-oid v0.9.6
11772024-12-20T23:32:16.722Z Compiling smallvec v1.13.2
11782024-12-20T23:32:16.742Z Compiling pin-project-lite v0.2.14
11792024-12-20T23:32:16.787Z Compiling cc v1.1.30
11802024-12-20T23:32:16.859Z Compiling spin v0.9.8
11812024-12-20T23:32:17.148Z Compiling rustix v0.38.37
11822024-12-20T23:32:17.250Z Compiling parking_lot_core v0.9.10
11832024-12-20T23:32:17.291Z Compiling futures-core v0.3.31
11842024-12-20T23:32:17.349Z Compiling signal-hook-registry v1.4.2
11852024-12-20T23:32:17.540Z Compiling mio v1.0.2
11862024-12-20T23:32:18.044Z Compiling parking_lot v0.12.3
11872024-12-20T23:32:18.184Z Compiling aho-corasick v1.1.3
11882024-12-20T23:32:18.320Z Compiling regex-syntax v0.8.5
11892024-12-20T23:32:18.401Z Compiling cpufeatures v0.2.14
11902024-12-20T23:32:18.508Z Compiling lazy_static v1.5.0
11912024-12-20T23:32:18.639Z Compiling either v1.13.0
11922024-12-20T23:32:18.693Z Compiling glob v0.3.1
11932024-12-20T23:32:19.093Z Compiling futures-sink v0.3.31
11942024-12-20T23:32:19.102Z Compiling stable_deref_trait v1.2.0
11952024-12-20T23:32:19.102Z Compiling socket2 v0.5.7
11962024-12-20T23:32:19.102Z Compiling slab v0.4.9
11972024-12-20T23:32:19.184Z Compiling prettyplease v0.2.25
11982024-12-20T23:32:19.496Z Compiling minimal-lexical v0.2.1
11992024-12-20T23:32:19.855Z Compiling libloading v0.8.5
12002024-12-20T23:32:19.875Z Compiling clang-sys v1.8.1
12012024-12-20T23:32:20.028Z Compiling nom v7.1.3
12022024-12-20T23:32:20.052Z Compiling home v0.5.9
12032024-12-20T23:32:20.297Z Compiling bindgen v0.69.5
12042024-12-20T23:32:20.322Z Compiling serde_json v1.0.132
12052024-12-20T23:32:20.681Z Compiling itertools v0.10.5
12062024-12-20T23:32:21.116Z Compiling futures-channel v0.3.31
12072024-12-20T23:32:21.350Z Compiling rustc-hash v1.1.0
12082024-12-20T23:32:21.504Z Compiling pin-utils v0.1.0
12092024-12-20T23:32:21.567Z Compiling futures-task v0.3.31
12102024-12-20T23:32:21.602Z Compiling lazycell v1.3.0
12112024-12-20T23:32:21.782Z Compiling foldhash v0.1.3
12122024-12-20T23:32:21.883Z Compiling futures-io v0.3.31
12132024-12-20T23:32:22.101Z Compiling regex-automata v0.4.8
12142024-12-20T23:32:22.221Z Compiling allocator-api2 v0.2.18
12152024-12-20T23:32:23.017Z Compiling hashbrown v0.15.1
12162024-12-20T23:32:23.514Z Compiling cexpr v0.6.0
12172024-12-20T23:32:23.811Z Compiling synstructure v0.13.1
12182024-12-20T23:32:24.465Z Compiling cmake v0.1.51
12192024-12-20T23:32:25.291Z Compiling pkg-config v0.3.31
12202024-12-20T23:32:25.347Z Compiling dunce v1.0.5
12212024-12-20T23:32:25.480Z Compiling libm v0.2.8
12222024-12-20T23:32:25.504Z Compiling fs_extra v1.3.0
12232024-12-20T23:32:25.506Z Compiling tinyvec_macros v0.1.1
12242024-12-20T23:32:25.612Z Compiling tinyvec v1.8.0
12252024-12-20T23:32:25.839Z Compiling num-traits v0.2.19
12262024-12-20T23:32:26.332Z Compiling ring v0.17.8
12272024-12-20T23:32:26.812Z Compiling unicode-bidi v0.3.17
12282024-12-20T23:32:27.111Z Compiling unicode-normalization v0.1.24
12292024-12-20T23:32:27.135Z Compiling writeable v0.5.5
12302024-12-20T23:32:27.453Z Compiling paste v1.0.15
12312024-12-20T23:32:27.495Z Compiling base64ct v1.6.0
12322024-12-20T23:32:27.740Z Compiling regex v1.11.1
12332024-12-20T23:32:27.968Z Compiling litemap v0.7.3
12342024-12-20T23:32:28.131Z Compiling pem-rfc7468 v0.7.0
12352024-12-20T23:32:28.375Z Compiling flagset v0.4.6
12362024-12-20T23:32:28.569Z Compiling httparse v1.9.5
12372024-12-20T23:32:28.863Z Compiling aws-lc-rs v1.10.0
12382024-12-20T23:32:29.316Z Compiling tracing-core v0.1.32
12392024-12-20T23:32:29.477Z Compiling percent-encoding v2.3.1
12402024-12-20T23:32:29.813Z Compiling crossbeam-utils v0.8.20
12412024-12-20T23:32:30.090Z Compiling icu_locid_transform_data v1.5.0
12422024-12-20T23:32:30.182Z Compiling rustls-pki-types v1.10.0
12432024-12-20T23:32:30.434Z Compiling untrusted v0.7.1
12442024-12-20T23:32:30.622Z Compiling untrusted v0.9.0
12452024-12-20T23:32:30.642Z Compiling num-conv v0.1.0
12462024-12-20T23:32:30.705Z Compiling serde_derive v1.0.215
12472024-12-20T23:32:30.800Z Compiling zeroize_derive v1.4.2
12482024-12-20T23:32:30.897Z Compiling zerocopy-derive v0.7.35
12492024-12-20T23:32:30.956Z Compiling tokio-macros v2.4.0
12502024-12-20T23:32:31.293Z Compiling zerofrom-derive v0.1.4
12512024-12-20T23:32:32.402Z Compiling zeroize v1.8.1
12522024-12-20T23:32:32.559Z Compiling thiserror-impl v1.0.69
12532024-12-20T23:32:32.778Z Compiling yoke-derive v0.7.4
12542024-12-20T23:32:33.137Z Compiling zerocopy v0.7.35
12552024-12-20T23:32:34.185Z Compiling crypto-common v0.1.6
12562024-12-20T23:32:34.250Z Compiling block-buffer v0.10.4
12572024-12-20T23:32:34.433Z Compiling futures-macro v0.3.31
12582024-12-20T23:32:34.520Z Compiling digest v0.10.7
12592024-12-20T23:32:34.792Z Compiling zerovec-derive v0.10.3
12602024-12-20T23:32:35.030Z Compiling hmac v0.12.1
12612024-12-20T23:32:35.223Z Compiling block-padding v0.3.3
12622024-12-20T23:32:35.292Z Compiling displaydoc v0.2.5
12632024-12-20T23:32:35.468Z Compiling zerofrom v0.1.4
12642024-12-20T23:32:35.494Z Compiling inout v0.1.3
12652024-12-20T23:32:35.709Z Compiling sha2 v0.10.8
12662024-12-20T23:32:35.773Z Compiling cipher v0.4.4
12672024-12-20T23:32:35.992Z Compiling yoke v0.7.4
12682024-12-20T23:32:36.042Z Compiling thiserror v1.0.69
12692024-12-20T23:32:36.183Z Compiling ppv-lite86 v0.2.20
12702024-12-20T23:32:36.301Z Compiling icu_provider_macros v1.5.0
12712024-12-20T23:32:36.354Z Compiling der_derive v0.7.3
12722024-12-20T23:32:36.421Z Compiling futures-util v0.3.31
12732024-12-20T23:32:37.009Z Compiling rand_chacha v0.3.1
12742024-12-20T23:32:37.042Z Compiling tracing-attributes v0.1.27
12752024-12-20T23:32:37.485Z Compiling zerovec v0.10.4
12762024-12-20T23:32:37.506Z Compiling rand v0.8.5
12772024-12-20T23:32:38.992Z Compiling der v0.7.9
12782024-12-20T23:32:39.343Z Compiling tinystr v0.7.6
12792024-12-20T23:32:39.426Z Compiling icu_collections v1.5.0
12802024-12-20T23:32:39.777Z Compiling icu_locid v1.5.0
12812024-12-20T23:32:39.798Z Compiling salsa20 v0.10.2
12822024-12-20T23:32:39.828Z Compiling pest v2.7.14
12832024-12-20T23:32:40.046Z Compiling pbkdf2 v0.12.2
12842024-12-20T23:32:40.221Z Compiling powerfmt v0.2.0
12852024-12-20T23:32:40.620Z Compiling vcpkg v0.2.15
12862024-12-20T23:32:40.915Z Compiling icu_provider v1.5.0
12872024-12-20T23:32:40.934Z Compiling tracing v0.1.40
12882024-12-20T23:32:41.474Z Compiling spki v0.7.3
12892024-12-20T23:32:41.873Z Compiling icu_locid_transform v1.5.0
12902024-12-20T23:32:42.015Z Compiling mirai-annotations v1.12.0
12912024-12-20T23:32:42.174Z Compiling icu_properties_data v1.5.0
12922024-12-20T23:32:42.217Z Compiling time-core v0.1.2
12932024-12-20T23:32:42.414Z Compiling time-macros v0.2.18
12942024-12-20T23:32:42.434Z Compiling pest_meta v2.7.14
12952024-12-20T23:32:42.454Z Compiling deranged v0.3.11
12962024-12-20T23:32:42.683Z Compiling scrypt v0.11.0
12972024-12-20T23:32:42.814Z Compiling openssl-sys v0.9.103
12982024-12-20T23:32:42.882Z Compiling cbc v0.1.2
12992024-12-20T23:32:43.135Z Compiling icu_properties v1.5.1
13002024-12-20T23:32:43.293Z Compiling aes v0.8.4
13012024-12-20T23:32:44.406Z Compiling scroll_derive v0.12.0
13022024-12-20T23:32:45.348Z Compiling bitflags v2.6.0
13032024-12-20T23:32:45.693Z Compiling bytes v1.8.0
13042024-12-20T23:32:45.975Z Compiling indexmap v2.6.0
13052024-12-20T23:32:46.181Z Compiling semver v1.0.23
13062024-12-20T23:32:46.953Z Compiling tokio v1.40.0
13072024-12-20T23:32:46.973Z Compiling http v1.1.0
13082024-12-20T23:32:47.485Z Compiling rustc_version v0.4.1
13092024-12-20T23:32:47.627Z Compiling utf8_iter v1.0.4
13102024-12-20T23:32:47.877Z Compiling num_threads v0.1.7
13112024-12-20T23:32:47.917Z Compiling write16 v1.0.0
13122024-12-20T23:32:48.003Z Compiling atomic-waker v1.1.2
13132024-12-20T23:32:48.048Z Compiling icu_normalizer_data v1.5.0
13142024-12-20T23:32:48.153Z Compiling utf16_iter v1.0.5
13152024-12-20T23:32:48.174Z Compiling time v0.3.36
13162024-12-20T23:32:48.192Z Compiling scroll v0.12.0
13172024-12-20T23:32:48.243Z Compiling pkcs5 v0.7.1
13182024-12-20T23:32:48.341Z Compiling icu_normalizer v1.5.0
13192024-12-20T23:32:48.770Z Compiling http-body v1.0.1
13202024-12-20T23:32:49.133Z Compiling pest_generator v2.7.14
13212024-12-20T23:32:49.247Z Compiling form_urlencoded v1.2.1
13222024-12-20T23:32:49.545Z Compiling try-lock v0.2.5
13232024-12-20T23:32:49.590Z Compiling slog v2.7.0
13242024-12-20T23:32:49.611Z Compiling goblin v0.8.2
13252024-12-20T23:32:49.689Z Compiling which v4.4.2
13262024-12-20T23:32:50.394Z Compiling want v0.3.1
13272024-12-20T23:32:50.414Z Compiling idna_adapter v1.2.0
13282024-12-20T23:32:50.635Z Compiling pkcs8 v0.10.2
13292024-12-20T23:32:50.693Z Compiling httpdate v1.0.3
13302024-12-20T23:32:51.143Z Compiling pest_derive v2.7.14
13312024-12-20T23:32:51.171Z Compiling idna v1.0.3
13322024-12-20T23:32:51.371Z Compiling uuid v1.11.0
13332024-12-20T23:32:51.960Z Compiling dtrace-parser v0.2.0
13342024-12-20T23:32:52.072Z Compiling serde_spanned v0.6.8
13352024-12-20T23:32:52.321Z Compiling serde_tokenstream v0.2.2
13362024-12-20T23:32:52.875Z Compiling toml_datetime v0.6.8
13372024-12-20T23:32:52.959Z Compiling match_cfg v0.1.0
13382024-12-20T23:32:53.024Z Compiling base64 v0.22.1
13392024-12-20T23:32:53.058Z Compiling iana-time-zone v0.1.61
13402024-12-20T23:32:53.392Z Compiling openssl v0.10.66
13412024-12-20T23:32:53.523Z Compiling adler2 v2.0.0
13422024-12-20T23:32:53.547Z Compiling foreign-types-shared v0.1.1
13432024-12-20T23:32:53.665Z Compiling tower-service v0.3.3
13442024-12-20T23:32:53.750Z Compiling rustversion v1.0.17
13452024-12-20T23:32:53.785Z Compiling miniz_oxide v0.8.0
13462024-12-20T23:32:53.805Z Compiling foreign-types v0.3.2
13472024-12-20T23:32:53.872Z Compiling chrono v0.4.38
13482024-12-20T23:32:53.901Z Compiling hostname v0.3.1
13492024-12-20T23:32:54.175Z Compiling url v2.5.3
13502024-12-20T23:32:54.557Z Compiling async-trait v0.1.83
13512024-12-20T23:32:55.387Z Compiling dof v0.3.0
13522024-12-20T23:32:55.628Z Compiling tokio-util v0.7.12
13532024-12-20T23:32:56.204Z Compiling usdt-impl v0.5.0
13542024-12-20T23:32:57.125Z Compiling h2 v0.4.6
13552024-12-20T23:32:57.389Z Compiling openssl-macros v0.1.1
13562024-12-20T23:32:57.592Z Compiling dirs-sys-next v0.1.2
13572024-12-20T23:32:57.681Z Compiling data-encoding v2.6.0
13582024-12-20T23:32:57.806Z Compiling siphasher v0.3.11
13592024-12-20T23:32:58.144Z Compiling rustls v0.22.4
13602024-12-20T23:32:58.171Z Compiling native-tls v0.2.12
13612024-12-20T23:32:58.217Z Compiling syn v1.0.109
13622024-12-20T23:32:58.403Z Compiling rustls v0.23.19
13632024-12-20T23:32:58.658Z Compiling dirs-next v2.0.0
13642024-12-20T23:32:58.946Z Compiling http-body-util v0.1.2
13652024-12-20T23:32:59.498Z Compiling heapless v0.7.17
13662024-12-20T23:32:59.930Z Compiling crossbeam-epoch v0.9.18
13672024-12-20T23:33:00.070Z Compiling sha1 v0.10.6
13682024-12-20T23:33:00.133Z Compiling signature v2.2.0
13692024-12-20T23:33:00.296Z Compiling bzip2-sys v0.1.11+1.0.8
13702024-12-20T23:33:00.420Z Compiling serde_derive_internals v0.29.1
13712024-12-20T23:33:00.480Z Compiling thread_local v1.1.8
13722024-12-20T23:33:00.692Z Compiling cookie v0.18.1
13732024-12-20T23:33:00.798Z Compiling multer v3.1.0
13742024-12-20T23:33:00.972Z Compiling encoding_rs v0.8.34
13752024-12-20T23:33:01.039Z Compiling slog-async v2.8.0
13762024-12-20T23:33:01.068Z Compiling openssl-probe v0.1.5
13772024-12-20T23:33:01.434Z Compiling signal-hook v0.3.17
13782024-12-20T23:33:01.551Z Compiling gimli v0.31.1
13792024-12-20T23:33:01.690Z Compiling mime v0.3.17
13802024-12-20T23:33:02.331Z Compiling schemars v0.8.21
13812024-12-20T23:33:02.705Z Compiling rayon-core v1.12.1
13822024-12-20T23:33:02.886Z Compiling unicode-properties v0.1.3
13832024-12-20T23:33:02.975Z Compiling ipnet v2.10.1
13842024-12-20T23:33:03.254Z Compiling schemars_derive v0.8.21
13852024-12-20T23:33:03.305Z Compiling stringprep v0.1.5
13862024-12-20T23:33:04.270Z Compiling hyper v1.5.0
13872024-12-20T23:33:04.621Z Compiling toml_edit v0.22.22
13882024-12-20T23:33:06.421Z Compiling addr2line v0.24.2
13892024-12-20T23:33:06.739Z Compiling hyper-util v0.1.10
13902024-12-20T23:33:07.134Z Compiling crossbeam-deque v0.8.5
13912024-12-20T23:33:07.375Z Compiling usdt-attr-macro v0.5.0
13922024-12-20T23:33:07.464Z Compiling usdt-macro v0.5.0
13932024-12-20T23:33:08.453Z Compiling term v0.7.0
13942024-12-20T23:33:08.561Z Compiling slog-json v2.6.1
13952024-12-20T23:33:08.906Z Compiling serde_urlencoded v0.7.1
13962024-12-20T23:33:08.927Z Compiling curve25519-dalek v4.1.3
13972024-12-20T23:33:08.957Z Compiling crossbeam-channel v0.5.13
13982024-12-20T23:33:09.453Z Compiling enum-as-inner v0.6.1
13992024-12-20T23:33:09.556Z Compiling futures-executor v0.3.31
14002024-12-20T23:33:09.932Z Compiling md-5 v0.10.6
14012024-12-20T23:33:10.020Z Compiling rustls-pemfile v2.2.0
14022024-12-20T23:33:10.072Z Compiling async-stream-impl v0.3.6
14032024-12-20T23:33:10.141Z Compiling num-integer v0.1.46
14042024-12-20T23:33:10.198Z Compiling idna v0.4.0
14052024-12-20T23:33:10.339Z Compiling idna v0.3.0
14062024-12-20T23:33:10.536Z Compiling hash32 v0.2.1
14072024-12-20T23:33:10.914Z Compiling ff v0.13.0
14082024-12-20T23:33:10.934Z Compiling is-terminal v0.4.13
14092024-12-20T23:33:11.066Z Compiling object v0.36.5
14102024-12-20T23:33:11.141Z Compiling dropshot v0.12.0
14112024-12-20T23:33:11.427Z Compiling smoltcp v0.9.1
14122024-12-20T23:33:11.470Z Compiling rustc-demangle v0.1.24
14132024-12-20T23:33:11.924Z Compiling portable-atomic v1.9.0
14142024-12-20T23:33:12.026Z Compiling base16ct v0.2.0
14152024-12-20T23:33:12.128Z Compiling utf-8 v0.7.6
14162024-12-20T23:33:12.365Z Compiling dyn-clone v1.0.17
14172024-12-20T23:33:12.465Z Compiling take_mut v0.2.2
14182024-12-20T23:33:12.468Z Compiling quick-error v1.2.3
14192024-12-20T23:33:12.584Z Compiling linked-hash-map v0.5.6
14202024-12-20T23:33:12.626Z Compiling anyhow v1.0.93
14212024-12-20T23:33:12.628Z Compiling num-bigint-dig v0.8.4
14222024-12-20T23:33:12.926Z Compiling fallible-iterator v0.2.0
14232024-12-20T23:33:12.958Z Compiling psl-types v2.0.11
14242024-12-20T23:33:13.022Z Compiling lru-cache v0.1.2
14252024-12-20T23:33:13.065Z Compiling resolv-conf v0.7.0
14262024-12-20T23:33:13.142Z Compiling publicsuffix v2.2.3
14272024-12-20T23:33:13.615Z Compiling postgres-protocol v0.6.7
14282024-12-20T23:33:13.638Z Compiling tungstenite v0.24.0
14292024-12-20T23:33:13.904Z Compiling sec1 v0.7.3
14302024-12-20T23:33:14.521Z Compiling async-stream v0.3.6
14312024-12-20T23:33:14.611Z Compiling group v0.13.0
14322024-12-20T23:33:14.824Z Compiling hickory-proto v0.24.1
14332024-12-20T23:33:14.939Z Compiling slog-term v2.9.1
14342024-12-20T23:33:15.011Z Compiling usdt v0.5.0
14352024-12-20T23:33:16.108Z Compiling num-iter v0.1.45
14362024-12-20T23:33:16.266Z Compiling futures v0.3.31
14372024-12-20T23:33:16.394Z Compiling slog-bunyan v2.5.0
14382024-12-20T23:33:16.599Z Compiling toml v0.8.19
14392024-12-20T23:33:18.375Z Compiling backtrace v0.3.74
14402024-12-20T23:33:18.442Z Compiling camino v1.1.9
14412024-12-20T23:33:18.568Z Compiling tokio-native-tls v0.3.1
14422024-12-20T23:33:18.884Z Compiling phf_shared v0.11.2
14432024-12-20T23:33:19.003Z Compiling dropshot_endpoint v0.12.0
14442024-12-20T23:33:19.103Z Compiling terminal_size v0.4.0
14452024-12-20T23:33:19.261Z Compiling waitgroup v0.1.2
14462024-12-20T23:33:19.328Z Compiling openapiv3 v2.0.0
14472024-12-20T23:33:19.439Z Compiling serde_path_to_error v0.1.16
14482024-12-20T23:33:19.494Z Compiling hkdf v0.12.4
14492024-12-20T23:33:19.749Z Compiling crypto-bigint v0.5.5
14502024-12-20T23:33:20.285Z Compiling webpki-roots v0.26.6
14512024-12-20T23:33:20.526Z Compiling zerocopy-derive v0.6.6
14522024-12-20T23:33:22.192Z Compiling curve25519-dalek-derive v0.1.1
14532024-12-20T23:33:22.530Z Compiling hubpack_derive v0.1.1
14542024-12-20T23:33:22.854Z Compiling idna v0.5.0
14552024-12-20T23:33:23.431Z Compiling hostname v0.4.0
14562024-12-20T23:33:23.715Z Compiling ahash v0.8.11
14572024-12-20T23:33:23.757Z Compiling fs-err v2.11.0
14582024-12-20T23:33:23.779Z Compiling crc32fast v1.4.2
14592024-12-20T23:33:23.833Z Compiling debug-ignore v1.0.5
14602024-12-20T23:33:23.977Z Compiling bitflags v1.3.2
14612024-12-20T23:33:24.046Z Compiling winnow v0.5.40
14622024-12-20T23:33:24.069Z Compiling managed v0.8.0
14632024-12-20T23:33:24.092Z Compiling console v0.15.8
14642024-12-20T23:33:24.357Z Compiling flate2 v1.0.34
14652024-12-20T23:33:24.626Z Compiling strum_macros v0.25.3
14662024-12-20T23:33:25.354Z Compiling clap_builder v4.5.21
14672024-12-20T23:33:25.643Z Compiling cookie_store v0.21.0
14682024-12-20T23:33:26.085Z Compiling hubpack v0.1.2
14692024-12-20T23:33:26.533Z Compiling elliptic-curve v0.13.8
14702024-12-20T23:33:26.686Z Compiling zerocopy v0.6.6
14712024-12-20T23:33:27.266Z Compiling hickory-resolver v0.24.1
14722024-12-20T23:33:27.576Z Compiling phf v0.11.2
14732024-12-20T23:33:27.880Z Compiling toml_edit v0.19.15
14742024-12-20T23:33:28.005Z Compiling hyper-tls v0.6.0
14752024-12-20T23:33:28.274Z Compiling signal-hook-mio v0.2.4
14762024-12-20T23:33:28.430Z Compiling rayon v1.10.0
14772024-12-20T23:33:28.449Z Compiling bzip2 v0.4.4
14782024-12-20T23:33:28.938Z Compiling tokio-tungstenite v0.24.0
14792024-12-20T23:33:29.498Z Compiling postgres-types v0.2.8
14802024-12-20T23:33:32.444Z Compiling ed25519 v2.2.3
14812024-12-20T23:33:33.381Z Compiling phf_shared v0.10.0
14822024-12-20T23:33:33.827Z Compiling tokio-stream v0.1.16
14832024-12-20T23:33:33.906Z Compiling pkcs1 v0.7.5
14842024-12-20T23:33:34.268Z Compiling serde-big-array v0.5.1
14852024-12-20T23:33:34.427Z Compiling clap_derive v4.5.18
14862024-12-20T23:33:34.515Z Compiling rfc6979 v0.4.0
14872024-12-20T23:33:34.711Z Compiling serde_repr v0.1.19
14882024-12-20T23:33:34.935Z Compiling derive-where v1.2.7
14892024-12-20T23:33:34.957Z Compiling float-cmp v0.9.0
14902024-12-20T23:33:34.960Z Compiling bstr v1.10.0
14912024-12-20T23:33:35.188Z Compiling sync_wrapper v1.0.1
14922024-12-20T23:33:35.337Z Compiling number_prefix v0.4.0
14932024-12-20T23:33:35.564Z Compiling whoami v1.5.2
14942024-12-20T23:33:35.912Z Compiling unicode-segmentation v1.12.0
14952024-12-20T23:33:35.994Z Compiling predicates-core v1.0.8
14962024-12-20T23:33:36.207Z Compiling unicode-width v0.2.0
14972024-12-20T23:33:36.365Z Compiling difflib v0.4.0
14982024-12-20T23:33:36.748Z Compiling fixedbitset v0.4.2
14992024-12-20T23:33:36.810Z Compiling bit-vec v0.6.3
15002024-12-20T23:33:36.830Z Compiling new_debug_unreachable v1.0.6
15012024-12-20T23:33:36.928Z Compiling normalize-line-endings v0.3.0
15022024-12-20T23:33:37.058Z Compiling precomputed-hash v0.1.1
15032024-12-20T23:33:37.186Z Compiling static_assertions v1.1.0
15042024-12-20T23:33:37.214Z Compiling string_cache v0.8.7
15052024-12-20T23:33:37.282Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15062024-12-20T23:33:37.300Z Compiling bit-set v0.5.3
15072024-12-20T23:33:37.593Z Compiling predicates v3.1.2
15082024-12-20T23:33:37.698Z Compiling petgraph v0.6.5
15092024-12-20T23:33:38.098Z Compiling indicatif v0.17.9
15102024-12-20T23:33:38.496Z Compiling similar v2.6.0
15112024-12-20T23:33:39.378Z Compiling tokio-postgres v0.7.12
15122024-12-20T23:33:39.828Z Compiling clap v4.5.21
15132024-12-20T23:33:39.961Z Compiling ecdsa v0.16.9
15142024-12-20T23:33:40.417Z Compiling rsa v0.9.6
15152024-12-20T23:33:40.838Z Compiling ed25519-dalek v2.1.1
15162024-12-20T23:33:40.996Z Compiling toml v0.7.8
15172024-12-20T23:33:41.889Z Compiling zip v0.6.6
15182024-12-20T23:33:42.175Z Compiling crossterm v0.28.1
15192024-12-20T23:33:43.741Z Compiling hex v0.4.3
15202024-12-20T23:33:43.769Z Compiling x509-cert v0.2.5
15212024-12-20T23:33:44.050Z Compiling lalrpop-util v0.19.12
15222024-12-20T23:33:44.375Z Compiling peg-runtime v0.8.3
15232024-12-20T23:33:44.409Z Compiling unicode-xid v0.2.6
15242024-12-20T23:33:44.431Z Compiling strum_macros v0.26.4
15252024-12-20T23:33:44.593Z Compiling xattr v1.3.1
15262024-12-20T23:33:44.883Z Compiling filetime v0.2.25
15272024-12-20T23:33:45.203Z Compiling tar v0.4.42
15282024-12-20T23:33:49.832Z Compiling strum v0.26.3
15292024-12-20T23:33:52.767Z Compiling aws-lc-sys v0.22.0
15302024-12-20T23:34:21.163Z Compiling rustls-webpki v0.102.8
15312024-12-20T23:34:24.649Z Compiling tokio-rustls v0.25.0
15322024-12-20T23:34:26.281Z Compiling tokio-rustls v0.26.0
15332024-12-20T23:34:26.660Z Compiling hyper-rustls v0.27.3
15342024-12-20T23:34:27.035Z Compiling reqwest v0.12.9
15352024-12-20T23:34:28.233Z Compiling qorb v0.2.1
15362024-12-20T23:34:33.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372024-12-20T23:34:33.335Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382024-12-20T23:34:40.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15392024-12-20T23:34:40.691Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402024-12-20T23:34:40.691ZDec 20 23:34:38.853 INFO Starting download, target: Clickhouse
15412024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Starting download, target: Console
15422024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Starting download, target: Cockroach
15432024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Starting download, target: DendriteOpenapi
15442024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Starting download, target: DendriteStub
15452024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Starting download, target: MaghemiteMgd
15462024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Starting download, target: TransceiverControl
15472024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15492024-12-20T23:34:40.691ZDec 20 23:34:38.854 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15502024-12-20T23:34:40.691ZDec 20 23:34:38.855 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512024-12-20T23:34:40.691ZDec 20 23:34:38.855 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522024-12-20T23:34:40.691ZDec 20 23:34:38.855 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15532024-12-20T23:34:40.691ZDec 20 23:34:38.855 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15542024-12-20T23:34:40.691ZDec 20 23:34:39.385 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15552024-12-20T23:34:40.691ZDec 20 23:34:39.673 INFO Download complete, target: Console
15562024-12-20T23:34:40.730ZDec 20 23:34:40.174 INFO Download complete, target: DendriteOpenapi
15572024-12-20T23:34:41.348ZDec 20 23:34:40.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15582024-12-20T23:34:41.438ZDec 20 23:34:40.861 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15592024-12-20T23:34:41.908ZDec 20 23:34:41.349 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15602024-12-20T23:34:41.982ZDec 20 23:34:41.425 INFO Download complete, target: TransceiverControl
15612024-12-20T23:34:42.032ZDec 20 23:34:41.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15622024-12-20T23:34:42.766ZDec 20 23:34:42.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632024-12-20T23:34:42.766ZDec 20 23:34:42.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642024-12-20T23:34:44.749ZDec 20 23:34:44.194 INFO Download complete, target: MaghemiteMgd
15652024-12-20T23:34:44.880ZDec 20 23:34:44.327 INFO Download complete, target: DendriteStub
15662024-12-20T23:34:50.436ZDec 20 23:34:49.886 INFO Checking that binary works, target: Cockroach
15672024-12-20T23:34:50.600ZDec 20 23:34:50.050 INFO Download complete, target: Cockroach
15682024-12-20T23:34:54.392ZDec 20 23:34:53.834 INFO Checking that binary works, target: Clickhouse
15692024-12-20T23:34:54.513ZDec 20 23:34:53.966 INFO Download complete, target: Clickhouse
15702024-12-20T23:34:54.535ZAll builder prerequisites installed successfully, and PATH looks valid
15712024-12-20T23:34:54.540Z
15722024-12-20T23:34:54.540Zreal 4:43.599760125
15732024-12-20T23:34:54.540Zuser 16:44.267632700
15742024-12-20T23:34:54.540Zsys 3:15.122102353
15752024-12-20T23:34:54.540Ztrap 0.553736787
15762024-12-20T23:34:54.540Ztflt 1.542864938
15772024-12-20T23:34:54.540Zdflt 2.020746293
15782024-12-20T23:34:54.540Zkflt 0.025115918
15792024-12-20T23:34:54.540Zlock 29:31.736065288
15802024-12-20T23:34:54.540Zslp 1:01:46.289308469
15812024-12-20T23:34:54.540Zlat 56.784597275
15822024-12-20T23:34:54.540Zstop 2:19.814072611
15832024-12-20T23:34:54.540Z+ banner hack-check
15842024-12-20T23:34:54.540Z
15852024-12-20T23:34:54.540Z # # ## #### # # #### # # ###### #### # #
15862024-12-20T23:34:54.540Z # # # # # # # # # # # # # # # # #
15872024-12-20T23:34:54.540Z ###### # # # #### ##### # ###### ##### # ####
15882024-12-20T23:34:54.540Z # # ###### # # # # # # # # # #
15892024-12-20T23:34:54.541Z # # # # # # # # # # # # # # # # #
15902024-12-20T23:34:54.541Z # # # # #### # # #### # # ###### #### # #
15912024-12-20T23:34:54.541Z
15922024-12-20T23:34:54.541Z+ export CARGO_INCREMENTAL=0
15932024-12-20T23:34:54.541Z+ CARGO_INCREMENTAL=0
15942024-12-20T23:34:54.541Z+ ptime -m timeout 2h cargo xtask check-features --ci
15952024-12-20T23:34:55.099Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15962024-12-20T23:34:58.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
15972024-12-20T23:34:58.993Z Running `target/debug/xtask check-features --ci`
15982024-12-20T23:34:59.018Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15992024-12-20T23:34:59.018Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16002024-12-20T23:34:59.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16012024-12-20T23:34:59.507Z Running `target/debug/xtask download cargo-hack`
16022024-12-20T23:35:00.359Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16032024-12-20T23:35:00.732Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16042024-12-20T23:35:05.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
16052024-12-20T23:35:06.036Z Running `target/debug/xtask-downloader cargo-hack`
16062024-12-20T23:35:06.073ZDec 20 23:35:05.535 INFO Starting download, target: CargoHack
16072024-12-20T23:35:06.076ZDec 20 23:35:05.535 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16082024-12-20T23:35:06.646ZDec 20 23:35:06.109 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16092024-12-20T23:35:06.737ZDec 20 23:35:06.199 INFO Download complete, target: CargoHack
16102024-12-20T23:35:06.741Zrunning: "/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"
16112024-12-20T23:35:06.757Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16122024-12-20T23:35:06.930Zinfo: running `cargo check --bins` on api_identity (1/175)
16132024-12-20T23:35:07.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-12-20T23:35:07.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-12-20T23:35:07.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-12-20T23:35:07.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16172024-12-20T23:35:07.564Z
16182024-12-20T23:35:07.564Zinfo: running `cargo check --bins` on bootstore (2/175)
16192024-12-20T23:35:08.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-12-20T23:35:08.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-12-20T23:35:08.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-12-20T23:35:08.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16232024-12-20T23:35:08.242Z
16242024-12-20T23:35:08.242Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16252024-12-20T23:35:08.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-20T23:35:08.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-20T23:35:08.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-20T23:35:08.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16292024-12-20T23:35:08.873Z
16302024-12-20T23:35:08.873Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16312024-12-20T23:35:09.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-20T23:35:09.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-20T23:35:09.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-20T23:35:09.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16352024-12-20T23:35:09.530Z
16362024-12-20T23:35:09.530Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16372024-12-20T23:35:09.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-20T23:35:09.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-20T23:35:09.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-20T23:35:09.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16412024-12-20T23:35:09.952Z
16422024-12-20T23:35:09.953Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16432024-12-20T23:35:10.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-20T23:35:10.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-20T23:35:10.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-20T23:35:10.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16472024-12-20T23:35:10.377Z
16482024-12-20T23:35:10.378Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16492024-12-20T23:35:10.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-20T23:35:10.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-20T23:35:10.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-20T23:35:10.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16532024-12-20T23:35:10.804Z
16542024-12-20T23:35:10.804Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16552024-12-20T23:35:11.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-20T23:35:11.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-20T23:35:11.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-20T23:35:11.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592024-12-20T23:35:11.238Z
16602024-12-20T23:35:11.239Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16612024-12-20T23:35:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-20T23:35:11.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-20T23:35:11.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-20T23:35:11.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-12-20T23:35:11.670Z
16662024-12-20T23:35:11.670Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16672024-12-20T23:35:12.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-20T23:35:12.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-20T23:35:12.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-20T23:35:12.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16712024-12-20T23:35:12.112Z
16722024-12-20T23:35:12.112Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16732024-12-20T23:35:12.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-20T23:35:12.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-20T23:35:12.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-20T23:35:12.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16772024-12-20T23:35:12.546Z
16782024-12-20T23:35:12.546Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16792024-12-20T23:35:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-20T23:35:12.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-20T23:35:12.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-20T23:35:12.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16832024-12-20T23:35:13.024Z
16842024-12-20T23:35:13.024Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
16852024-12-20T23:35:13.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-20T23:35:13.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-20T23:35:13.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-20T23:35:13.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16892024-12-20T23:35:13.416Z
16902024-12-20T23:35:13.416Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
16912024-12-20T23:35:13.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-20T23:35:13.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-20T23:35:13.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-20T23:35:13.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16952024-12-20T23:35:13.851Z
16962024-12-20T23:35:13.851Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
16972024-12-20T23:35:14.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-20T23:35:14.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-20T23:35:14.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-20T23:35:14.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17012024-12-20T23:35:14.278Z
17022024-12-20T23:35:14.278Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17032024-12-20T23:35:14.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-20T23:35:14.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-20T23:35:14.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-20T23:35:14.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17072024-12-20T23:35:14.753Z
17082024-12-20T23:35:14.753Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17092024-12-20T23:35:15.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-20T23:35:15.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-20T23:35:15.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-20T23:35:15.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17132024-12-20T23:35:15.165Z
17142024-12-20T23:35:15.165Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17152024-12-20T23:35:15.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-20T23:35:15.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-20T23:35:15.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-20T23:35:15.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17192024-12-20T23:35:15.601Z
17202024-12-20T23:35:15.602Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17212024-12-20T23:35:15.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-20T23:35:15.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-20T23:35:15.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-20T23:35:15.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252024-12-20T23:35:16.032Z
17262024-12-20T23:35:16.032Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17272024-12-20T23:35:16.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-20T23:35:16.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-20T23:35:16.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-20T23:35:16.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17312024-12-20T23:35:16.457Z
17322024-12-20T23:35:16.457Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17332024-12-20T23:35:16.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-20T23:35:16.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-20T23:35:16.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-20T23:35:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372024-12-20T23:35:16.882Z
17382024-12-20T23:35:16.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17392024-12-20T23:35:17.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-20T23:35:17.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-20T23:35:17.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-20T23:35:17.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17432024-12-20T23:35:17.329Z
17442024-12-20T23:35:17.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17452024-12-20T23:35:17.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-20T23:35:17.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-20T23:35:17.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-20T23:35:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17492024-12-20T23:35:17.762Z
17502024-12-20T23:35:17.762Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17512024-12-20T23:35:18.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-20T23:35:18.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-20T23:35:18.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-20T23:35:18.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-20T23:35:18.185Z
17562024-12-20T23:35:18.185Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17572024-12-20T23:35:18.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-20T23:35:18.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-20T23:35:18.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-20T23:35:18.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17612024-12-20T23:35:18.826Z
17622024-12-20T23:35:18.826Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17632024-12-20T23:35:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-20T23:35:19.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-20T23:35:19.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-20T23:35:19.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17672024-12-20T23:35:19.480Z
17682024-12-20T23:35:19.480Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17692024-12-20T23:35:20.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-20T23:35:20.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-20T23:35:20.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-20T23:35:20.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17732024-12-20T23:35:20.128Z
17742024-12-20T23:35:20.128Zinfo: running `cargo check --bins` on oxlog (28/175)
17752024-12-20T23:35:20.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-20T23:35:20.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-20T23:35:20.770Z Checking cfg-if v1.0.0
17782024-12-20T23:35:20.773Z Checking libc v0.2.162
17792024-12-20T23:35:20.880Z Checking serde v1.0.215
17802024-12-20T23:35:20.880Z Checking zeroize v1.8.1
17812024-12-20T23:35:20.899Z Checking memchr v2.7.4
17822024-12-20T23:35:20.901Z Checking typenum v1.17.0
17832024-12-20T23:35:20.901Z Checking scopeguard v1.2.0
17842024-12-20T23:35:20.937Z Checking subtle v2.6.1
17852024-12-20T23:35:20.950Z Checking value-bag v1.9.0
17862024-12-20T23:35:21.061Z Checking lock_api v0.4.12
17872024-12-20T23:35:21.118Z Checking itoa v1.0.11
17882024-12-20T23:35:21.195Z Checking smallvec v1.13.2
17892024-12-20T23:35:21.336Z Checking const-oid v0.9.6
17902024-12-20T23:35:21.354Z Checking log v0.4.22
17912024-12-20T23:35:21.450Z Checking pin-project-lite v0.2.14
17922024-12-20T23:35:21.544Z Checking byteorder v1.5.0
17932024-12-20T23:35:21.578Z Checking futures-core v0.3.31
17942024-12-20T23:35:21.737Z Checking once_cell v1.20.2
17952024-12-20T23:35:21.779Z Checking cpufeatures v0.2.14
17962024-12-20T23:35:21.871Z Checking futures-sink v0.3.31
17972024-12-20T23:35:21.871Z Checking stable_deref_trait v1.2.0
17982024-12-20T23:35:21.982Z Checking spin v0.9.8
17992024-12-20T23:35:21.998Z Checking zerocopy v0.7.35
18002024-12-20T23:35:22.019Z Checking zerofrom v0.1.4
18012024-12-20T23:35:22.032Z Checking getrandom v0.2.15
18022024-12-20T23:35:22.068Z Checking parking_lot_core v0.9.10
18032024-12-20T23:35:22.222Z Checking signal-hook-registry v1.4.2
18042024-12-20T23:35:22.277Z Checking rand_core v0.6.4
18052024-12-20T23:35:22.277Z Checking generic-array v0.14.7
18062024-12-20T23:35:22.345Z Checking mio v1.0.2
18072024-12-20T23:35:22.411Z Checking parking_lot v0.12.3
18082024-12-20T23:35:22.479Z Checking socket2 v0.5.7
18092024-12-20T23:35:22.576Z Checking slab v0.4.9
18102024-12-20T23:35:22.786Z Checking yoke v0.7.4
18112024-12-20T23:35:22.847Z Checking futures-channel v0.3.31
18122024-12-20T23:35:22.974Z Checking pin-utils v0.1.0
18132024-12-20T23:35:22.990Z Checking futures-task v0.3.31
18142024-12-20T23:35:23.064Z Checking equivalent v1.0.1
18152024-12-20T23:35:23.129Z Checking allocator-api2 v0.2.18
18162024-12-20T23:35:23.158Z Checking foldhash v0.1.3
18172024-12-20T23:35:23.172Z Checking futures-io v0.3.31
18182024-12-20T23:35:23.202Z Checking zerovec v0.10.4
18192024-12-20T23:35:23.216Z Checking ryu v1.0.18
18202024-12-20T23:35:23.342Z Checking futures-util v0.3.31
18212024-12-20T23:35:23.359Z Checking tinyvec_macros v0.1.1
18222024-12-20T23:35:23.378Z Checking fnv v1.0.7
18232024-12-20T23:35:23.441Z Checking tinyvec v1.8.0
18242024-12-20T23:35:23.454Z Checking libm v0.2.8
18252024-12-20T23:35:23.457Z Checking crypto-common v0.1.6
18262024-12-20T23:35:23.498Z Checking block-buffer v0.10.4
18272024-12-20T23:35:23.644Z Checking block-padding v0.3.3
18282024-12-20T23:35:23.717Z Checking digest v0.10.7
18292024-12-20T23:35:23.760Z Checking hashbrown v0.15.1
18302024-12-20T23:35:23.851Z Checking inout v0.1.3
18312024-12-20T23:35:24.096Z Checking hmac v0.12.1
18322024-12-20T23:35:24.111Z Checking cipher v0.4.4
18332024-12-20T23:35:24.306Z Checking sha2 v0.10.8
18342024-12-20T23:35:24.388Z Checking writeable v0.5.5
18352024-12-20T23:35:24.501Z Checking litemap v0.7.3
18362024-12-20T23:35:24.711Z Checking unicode-bidi v0.3.17
18372024-12-20T23:35:24.830Z Checking unicode-normalization v0.1.24
18382024-12-20T23:35:24.845Z Checking base64ct v1.6.0
18392024-12-20T23:35:24.886Z Checking num-traits v0.2.19
18402024-12-20T23:35:24.902Z Checking tinystr v0.7.6
18412024-12-20T23:35:24.923Z Checking ppv-lite86 v0.2.20
18422024-12-20T23:35:25.250Z Checking icu_locid v1.5.0
18432024-12-20T23:35:25.272Z Checking pem-rfc7468 v0.7.0
18442024-12-20T23:35:25.331Z Checking flagset v0.4.6
18452024-12-20T23:35:25.523Z Checking tracing-core v0.1.32
18462024-12-20T23:35:25.538Z Checking der v0.7.9
18472024-12-20T23:35:25.682Z Checking rand_chacha v0.3.1
18482024-12-20T23:35:25.746Z Checking thiserror v1.0.69
18492024-12-20T23:35:25.778Z Checking bytes v1.8.0
18502024-12-20T23:35:25.884Z Checking indexmap v2.6.0
18512024-12-20T23:35:26.069Z Checking serde_json v1.0.132
18522024-12-20T23:35:26.208Z Checking bitflags v2.6.0
18532024-12-20T23:35:26.314Z Checking icu_provider v1.5.0
18542024-12-20T23:35:26.501Z Checking percent-encoding v2.3.1
18552024-12-20T23:35:26.600Z Checking tokio v1.40.0
18562024-12-20T23:35:26.616Z Checking http v1.1.0
18572024-12-20T23:35:26.703Z Checking rustls-pki-types v1.10.0
18582024-12-20T23:35:26.995Z Checking icu_locid_transform_data v1.5.0
18592024-12-20T23:35:27.092Z Checking icu_locid_transform v1.5.0
18602024-12-20T23:35:27.168Z Checking tracing v0.1.40
18612024-12-20T23:35:27.279Z Checking rand v0.8.5
18622024-12-20T23:35:27.408Z Checking spki v0.7.3
18632024-12-20T23:35:27.528Z Checking icu_collections v1.5.0
18642024-12-20T23:35:27.690Z Checking salsa20 v0.10.2
18652024-12-20T23:35:27.846Z Checking pbkdf2 v0.12.2
18662024-12-20T23:35:27.892Z Checking aws-lc-sys v0.22.0
18672024-12-20T23:35:27.938Z Checking httparse v1.9.5
18682024-12-20T23:35:27.999Z Checking icu_properties_data v1.5.0
18692024-12-20T23:35:28.055Z Checking untrusted v0.9.0
18702024-12-20T23:35:28.211Z Checking untrusted v0.7.1
18712024-12-20T23:35:28.224Z Checking mirai-annotations v1.12.0
18722024-12-20T23:35:28.245Z Checking powerfmt v0.2.0
18732024-12-20T23:35:28.607Z Checking icu_properties v1.5.1
18742024-12-20T23:35:28.612Z Checking ring v0.17.8
18752024-12-20T23:35:28.612Z Checking scrypt v0.11.0
18762024-12-20T23:35:28.613Z Checking aes v0.8.4
18772024-12-20T23:35:28.613Z Checking deranged v0.3.11
18782024-12-20T23:35:28.613Z Checking cbc v0.1.2
18792024-12-20T23:35:28.622Z Checking crossbeam-utils v0.8.20
18802024-12-20T23:35:28.800Z Checking utf16_iter v1.0.5
18812024-12-20T23:35:28.981Z Checking icu_normalizer_data v1.5.0
18822024-12-20T23:35:29.094Z Checking time-core v0.1.2
18832024-12-20T23:35:29.263Z Checking num_threads v0.1.7
18842024-12-20T23:35:29.350Z Checking utf8_iter v1.0.4
18852024-12-20T23:35:29.381Z Checking num-conv v0.1.0
18862024-12-20T23:35:29.416Z Checking atomic-waker v1.1.2
18872024-12-20T23:35:29.546Z Checking write16 v1.0.0
18882024-12-20T23:35:29.561Z Checking pkcs5 v0.7.1
18892024-12-20T23:35:29.618Z Checking http-body v1.0.1
18902024-12-20T23:35:29.669Z Checking form_urlencoded v1.2.1
18912024-12-20T23:35:29.820Z Checking try-lock v0.2.5
18922024-12-20T23:35:29.860Z Checking unicode-ident v1.0.13
18932024-12-20T23:35:29.959Z Checking want v0.3.1
18942024-12-20T23:35:30.030Z Checking httpdate v1.0.3
18952024-12-20T23:35:30.096Z Checking pkcs8 v0.10.2
18962024-12-20T23:35:30.140Z Checking proc-macro2 v1.0.89
18972024-12-20T23:35:30.229Z Checking serde_spanned v0.6.8
18982024-12-20T23:35:30.259Z Checking uuid v1.11.0
18992024-12-20T23:35:30.330Z Checking time v0.3.36
19002024-12-20T23:35:30.412Z Checking toml_datetime v0.6.8
19012024-12-20T23:35:30.429Z Checking slog v2.7.0
19022024-12-20T23:35:30.429Z Checking aws-lc-rs v1.10.0
19032024-12-20T23:35:30.699Z Checking scroll v0.12.0
19042024-12-20T23:35:30.816Z Checking ucd-trie v0.1.7
19052024-12-20T23:35:30.883Z Checking foreign-types-shared v0.1.1
19062024-12-20T23:35:30.954Z Checking base64 v0.22.1
19072024-12-20T23:35:30.993Z Checking plain v0.2.3
19082024-12-20T23:35:31.027Z Checking tower-service v0.3.3
19092024-12-20T23:35:31.146Z Checking iana-time-zone v0.1.61
19102024-12-20T23:35:31.161Z Checking match_cfg v0.1.0
19112024-12-20T23:35:31.184Z Checking adler2 v2.0.0
19122024-12-20T23:35:31.256Z Checking hostname v0.3.1
19132024-12-20T23:35:31.290Z Checking chrono v0.4.38
19142024-12-20T23:35:31.328Z Checking miniz_oxide v0.8.0
19152024-12-20T23:35:31.385Z Checking goblin v0.8.2
19162024-12-20T23:35:31.429Z Checking pest v2.7.14
19172024-12-20T23:35:31.783Z Checking icu_normalizer v1.5.0
19182024-12-20T23:35:32.114Z Checking foreign-types v0.3.2
19192024-12-20T23:35:32.202Z Checking quote v1.0.37
19202024-12-20T23:35:32.241Z Checking rustls-webpki v0.102.8
19212024-12-20T23:35:32.541Z Checking openssl-sys v0.9.103
19222024-12-20T23:35:32.598Z Checking idna_adapter v1.2.0
19232024-12-20T23:35:32.780Z Checking idna v1.0.3
19242024-12-20T23:35:32.807Z Checking errno v0.3.9
19252024-12-20T23:35:32.975Z Checking dirs-sys-next v0.1.2
19262024-12-20T23:35:33.079Z Checking aho-corasick v1.1.3
19272024-12-20T23:35:33.159Z Checking pretty-hex v0.4.1
19282024-12-20T23:35:33.257Z Checking url v2.5.3
19292024-12-20T23:35:33.328Z Checking regex-syntax v0.8.5
19302024-12-20T23:35:33.363Z Checking data-encoding v2.6.0
19312024-12-20T23:35:33.883Z Checking siphasher v0.3.11
19322024-12-20T23:35:33.899Z Checking dtrace-parser v0.2.0
19332024-12-20T23:35:33.914Z Checking tokio-util v0.7.12
19342024-12-20T23:35:33.987Z Checking openssl v0.10.66
19352024-12-20T23:35:34.128Z Checking dirs-next v2.0.0
19362024-12-20T23:35:34.169Z Checking rustix v0.38.37
19372024-12-20T23:35:34.264Z Checking syn v2.0.87
19382024-12-20T23:35:34.375Z Checking http-body-util v0.1.2
19392024-12-20T23:35:34.701Z Checking crossbeam-epoch v0.9.18
19402024-12-20T23:35:34.842Z Checking sha1 v0.10.6
19412024-12-20T23:35:34.864Z Checking h2 v0.4.6
19422024-12-20T23:35:35.125Z Checking signature v2.2.0
19432024-12-20T23:35:35.141Z Checking lazy_static v1.5.0
19442024-12-20T23:35:35.259Z Checking thread_local v1.1.8
19452024-12-20T23:35:35.322Z Checking thread-id v4.2.2
19462024-12-20T23:35:35.431Z Checking encoding_rs v0.8.34
19472024-12-20T23:35:35.559Z Checking unicode-properties v0.1.3
19482024-12-20T23:35:35.903Z Checking utf8parse v0.2.2
19492024-12-20T23:35:36.043Z Checking winnow v0.6.20
19502024-12-20T23:35:36.366Z Checking dof v0.3.0
19512024-12-20T23:35:36.696Z Checking regex-automata v0.4.8
19522024-12-20T23:35:37.023Z Checking anstyle v1.0.10
19532024-12-20T23:35:37.394Z Checking gimli v0.31.1
19542024-12-20T23:35:37.724Z Checking ipnet v2.10.1
19552024-12-20T23:35:37.772Z Checking openssl-probe v0.1.5
19562024-12-20T23:35:37.927Z Checking mime v0.3.17
19572024-12-20T23:35:38.192Z Checking anstyle-parse v0.2.5
19582024-12-20T23:35:38.257Z Checking stringprep v0.1.5
19592024-12-20T23:35:38.459Z Checking crossbeam-deque v0.8.5
19602024-12-20T23:35:38.527Z Checking term v0.7.0
19612024-12-20T23:35:38.774Z Checking rustls v0.22.4
19622024-12-20T23:35:38.963Z Checking rustls v0.23.19
19632024-12-20T23:35:39.077Z Checking toml_edit v0.22.22
19642024-12-20T23:35:39.582Z Checking native-tls v0.2.12
19652024-12-20T23:35:39.921Z Checking slog-json v2.6.1
19662024-12-20T23:35:40.301Z Checking serde_urlencoded v0.7.1
19672024-12-20T23:35:40.716Z Checking crossbeam-channel v0.5.13
19682024-12-20T23:35:40.779Z Checking usdt-impl v0.5.0
19692024-12-20T23:35:40.978Z Checking hyper v1.5.0
19702024-12-20T23:35:41.278Z Checking futures-executor v0.3.31
19712024-12-20T23:35:41.371Z Checking rustls-pemfile v2.2.0
19722024-12-20T23:35:41.449Z Checking addr2line v0.24.2
19732024-12-20T23:35:41.473Z Checking num-integer v0.1.46
19742024-12-20T23:35:41.507Z Checking idna v0.4.0
19752024-12-20T23:35:41.586Z Checking idna v0.3.0
19762024-12-20T23:35:41.681Z Checking md-5 v0.10.6
19772024-12-20T23:35:41.904Z Checking ff v0.13.0
19782024-12-20T23:35:41.925Z Checking is-terminal v0.4.13
19792024-12-20T23:35:41.964Z Checking memmap v0.7.0
19802024-12-20T23:35:42.039Z Checking hash32 v0.2.1
19812024-12-20T23:35:42.119Z Checking object v0.36.5
19822024-12-20T23:35:42.163Z Checking take_mut v0.2.2
19832024-12-20T23:35:42.311Z Checking anstyle-query v1.1.1
19842024-12-20T23:35:42.342Z Checking quick-error v1.2.3
19852024-12-20T23:35:42.368Z Checking is_terminal_polyfill v1.70.1
19862024-12-20T23:35:42.416Z Checking dyn-clone v1.0.17
19872024-12-20T23:35:42.433Z Checking base16ct v0.2.0
19882024-12-20T23:35:42.450Z Checking fallible-iterator v0.2.0
19892024-12-20T23:35:42.480Z Checking colorchoice v1.0.2
19902024-12-20T23:35:42.496Z Checking psl-types v2.0.11
19912024-12-20T23:35:42.565Z Checking rustc-demangle v0.1.24
19922024-12-20T23:35:42.614Z Checking utf-8 v0.7.6
19932024-12-20T23:35:42.633Z Checking either v1.13.0
19942024-12-20T23:35:42.671Z Checking linked-hash-map v0.5.6
19952024-12-20T23:35:42.818Z Checking tungstenite v0.24.0
19962024-12-20T23:35:42.991Z Checking lru-cache v0.1.2
19972024-12-20T23:35:43.009Z Checking publicsuffix v2.2.3
19982024-12-20T23:35:43.015Z Checking sec1 v0.7.3
19992024-12-20T23:35:43.038Z Checking hyper-util v0.1.10
20002024-12-20T23:35:43.053Z Checking postgres-protocol v0.6.7
20012024-12-20T23:35:43.164Z Checking anstream v0.6.15
20022024-12-20T23:35:43.243Z Checking schemars v0.8.21
20032024-12-20T23:35:43.396Z Checking resolv-conf v0.7.0
20042024-12-20T23:35:43.547Z Checking tokio-rustls v0.25.0
20052024-12-20T23:35:43.726Z Checking hickory-proto v0.24.1
20062024-12-20T23:35:43.743Z Checking heapless v0.7.17
20072024-12-20T23:35:43.757Z Checking slog-async v2.8.0
20082024-12-20T23:35:43.967Z Checking usdt v0.5.0
20092024-12-20T23:35:44.063Z Checking group v0.13.0
20102024-12-20T23:35:44.231Z Checking slog-term v2.9.1
20112024-12-20T23:35:44.348Z Checking num-iter v0.1.45
20122024-12-20T23:35:44.531Z Checking toml v0.8.19
20132024-12-20T23:35:44.555Z Checking tokio-rustls v0.26.0
20142024-12-20T23:35:44.761Z Checking futures v0.3.31
20152024-12-20T23:35:44.823Z Checking slog-bunyan v2.5.0
20162024-12-20T23:35:44.875Z Checking tokio-native-tls v0.3.1
20172024-12-20T23:35:44.908Z Checking rayon-core v1.12.1
20182024-12-20T23:35:44.963Z Checking multer v3.1.0
20192024-12-20T23:35:44.983Z Checking terminal_size v0.4.0
20202024-12-20T23:35:45.047Z Checking phf_shared v0.11.2
20212024-12-20T23:35:45.136Z Checking cookie v0.18.1
20222024-12-20T23:35:45.155Z Checking async-stream v0.3.6
20232024-12-20T23:35:45.251Z Checking bzip2-sys v0.1.11+1.0.8
20242024-12-20T23:35:45.332Z Checking camino v1.1.9
20252024-12-20T23:35:45.347Z Checking signal-hook v0.3.17
20262024-12-20T23:35:45.364Z Checking waitgroup v0.1.2
20272024-12-20T23:35:45.384Z Checking openapiv3 v2.0.0
20282024-12-20T23:35:45.505Z Checking webpki-roots v0.26.6
20292024-12-20T23:35:45.575Z Checking serde_path_to_error v0.1.16
20302024-12-20T23:35:45.577Z Checking idna v0.5.0
20312024-12-20T23:35:45.685Z Checking hkdf v0.12.4
20322024-12-20T23:35:45.712Z Checking crypto-bigint v0.5.5
20332024-12-20T23:35:45.900Z Checking hostname v0.4.0
20342024-12-20T23:35:45.916Z Checking crc32fast v1.4.2
20352024-12-20T23:35:46.039Z Checking unicode-width v0.1.14
20362024-12-20T23:35:46.144Z Checking bitflags v1.3.2
20372024-12-20T23:35:46.184Z Checking managed v0.8.0
20382024-12-20T23:35:46.244Z Checking debug-ignore v1.0.5
20392024-12-20T23:35:46.392Z Checking winnow v0.5.40
20402024-12-20T23:35:46.513Z Checking clap_lex v0.7.2
20412024-12-20T23:35:46.530Z Checking strsim v0.11.1
20422024-12-20T23:35:46.553Z Checking smoltcp v0.9.1
20432024-12-20T23:35:46.752Z Checking console v0.15.8
20442024-12-20T23:35:46.822Z Checking clap_builder v4.5.21
20452024-12-20T23:35:47.350Z Checking cookie_store v0.21.0
20462024-12-20T23:35:48.023Z Checking flate2 v1.0.34
20472024-12-20T23:35:48.095Z Checking hyper-rustls v0.27.3
20482024-12-20T23:35:48.438Z Checking signal-hook-mio v0.2.4
20492024-12-20T23:35:48.531Z Checking hickory-resolver v0.24.1
20502024-12-20T23:35:48.590Z Checking rayon v1.10.0
20512024-12-20T23:35:48.605Z Checking backtrace v0.3.74
20522024-12-20T23:35:48.630Z Checking elliptic-curve v0.13.8
20532024-12-20T23:35:48.684Z Checking bzip2 v0.4.4
20542024-12-20T23:35:48.930Z Checking dropshot v0.12.0
20552024-12-20T23:35:48.978Z Checking phf v0.11.2
20562024-12-20T23:35:49.184Z Checking anyhow v1.0.93
20572024-12-20T23:35:49.260Z Checking hyper-tls v0.6.0
20582024-12-20T23:35:49.317Z Checking num-bigint-dig v0.8.4
20592024-12-20T23:35:49.441Z Checking toml_edit v0.19.15
20602024-12-20T23:35:49.549Z Checking tokio-tungstenite v0.24.0
20612024-12-20T23:35:49.582Z Checking postgres-types v0.2.8
20622024-12-20T23:35:49.933Z Checking regex v1.11.1
20632024-12-20T23:35:50.020Z Checking bstr v1.10.0
20642024-12-20T23:35:50.170Z Checking ed25519 v2.2.3
20652024-12-20T23:35:50.352Z Checking tokio-stream v0.1.16
20662024-12-20T23:35:50.486Z Checking phf_shared v0.10.0
20672024-12-20T23:35:50.600Z Checking curve25519-dalek v4.1.3
20682024-12-20T23:35:50.777Z Checking zerocopy v0.6.6
20692024-12-20T23:35:50.992Z Checking pkcs1 v0.7.5
20702024-12-20T23:35:51.266Z Checking hubpack v0.1.2
20712024-12-20T23:35:51.399Z Checking portable-atomic v1.9.0
20722024-12-20T23:35:51.484Z Checking float-cmp v0.9.0
20732024-12-20T23:35:51.582Z Checking serde-big-array v0.5.1
20742024-12-20T23:35:51.598Z Checking rfc6979 v0.4.0
20752024-12-20T23:35:51.661Z Checking sync_wrapper v1.0.1
20762024-12-20T23:35:51.776Z Checking bit-vec v0.6.3
20772024-12-20T23:35:51.805Z Checking unicode-width v0.2.0
20782024-12-20T23:35:51.810Z Checking predicates-core v1.0.8
20792024-12-20T23:35:51.912Z Checking fixedbitset v0.4.2
20802024-12-20T23:35:52.011Z Checking difflib v0.4.0
20812024-12-20T23:35:52.141Z Checking unicode-segmentation v1.12.0
20822024-12-20T23:35:52.175Z Checking minimal-lexical v0.2.1
20832024-12-20T23:35:52.275Z Checking precomputed-hash v0.1.1
20842024-12-20T23:35:52.336Z Checking new_debug_unreachable v1.0.6
20852024-12-20T23:35:52.383Z Checking static_assertions v1.1.0
20862024-12-20T23:35:52.424Z Checking normalize-line-endings v0.3.0
20872024-12-20T23:35:52.459Z Checking whoami v1.5.2
20882024-12-20T23:35:52.475Z Checking number_prefix v0.4.0
20892024-12-20T23:35:52.491Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20902024-12-20T23:35:52.507Z Checking ed25519-dalek v2.1.1
20912024-12-20T23:35:52.535Z Checking predicates v3.1.2
20922024-12-20T23:35:52.551Z Checking nom v7.1.3
20932024-12-20T23:35:52.663Z Checking indicatif v0.17.9
20942024-12-20T23:35:52.673Z Checking qorb v0.2.1
20952024-12-20T23:35:52.755Z Checking tokio-postgres v0.7.12
20962024-12-20T23:35:52.804Z Checking similar v2.6.0
20972024-12-20T23:35:52.885Z Checking string_cache v0.8.7
20982024-12-20T23:35:53.168Z Checking petgraph v0.6.5
20992024-12-20T23:35:53.188Z Checking bit-set v0.5.3
21002024-12-20T23:35:53.423Z Checking toml v0.7.8
21012024-12-20T23:35:53.454Z Checking reqwest v0.12.9
21022024-12-20T23:35:53.637Z Checking ecdsa v0.16.9
21032024-12-20T23:35:54.156Z Checking rsa v0.9.6
21042024-12-20T23:35:54.396Z Checking clap v4.5.21
21052024-12-20T23:35:54.523Z Checking zip v0.6.6
21062024-12-20T23:35:55.213Z Checking crossterm v0.28.1
21072024-12-20T23:35:55.229Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21082024-12-20T23:35:55.245Z Checking itertools v0.10.5
21092024-12-20T23:35:55.268Z Checking fs-err v2.11.0
21102024-12-20T23:35:55.365Z Checking ahash v0.8.11
21112024-12-20T23:35:55.442Z Checking x509-cert v0.2.5
21122024-12-20T23:35:55.822Z Checking hex v0.4.3
21132024-12-20T23:35:55.845Z Checking semver v1.0.23
21142024-12-20T23:35:55.929Z Checking peg-runtime v0.8.3
21152024-12-20T23:35:56.165Z Checking lalrpop-util v0.19.12
21162024-12-20T23:35:56.241Z Checking heck v0.4.1
21172024-12-20T23:35:56.361Z Checking sigpipe v0.1.3
21182024-12-20T23:35:57.482Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21192024-12-20T23:35:57.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.69s
21202024-12-20T23:35:57.960Z
21212024-12-20T23:35:57.960Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21222024-12-20T23:35:58.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-12-20T23:35:58.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-12-20T23:35:58.628Z Compiling hashbrown v0.14.5
21252024-12-20T23:35:58.750Z Checking heck v0.5.0
21262024-12-20T23:35:58.763Z Compiling unsafe-libyaml v0.2.11
21272024-12-20T23:35:58.780Z Compiling ident_case v1.0.1
21282024-12-20T23:35:58.794Z Checking progenitor-client v0.8.0
21292024-12-20T23:35:58.807Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302024-12-20T23:35:58.823Z Compiling proc-macro-crate v1.3.1
21312024-12-20T23:35:58.918Z Compiling darling_core v0.20.10
21322024-12-20T23:35:58.954Z Checking ipnetwork v0.20.0
21332024-12-20T23:35:59.160Z Compiling structmeta-derive v0.3.0
21342024-12-20T23:35:59.171Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21352024-12-20T23:35:59.338Z Compiling newtype-uuid v1.1.3
21362024-12-20T23:35:59.484Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-12-20T23:35:59.636Z Compiling lzma-sys v0.1.20
21382024-12-20T23:35:59.846Z Compiling foreign-types-macros v0.2.3
21392024-12-20T23:35:59.905Z Checking regress v0.10.1
21402024-12-20T23:35:59.952Z Compiling num_enum_derive v0.5.11
21412024-12-20T23:36:00.442Z Compiling serde_yaml v0.9.34+deprecated
21422024-12-20T23:36:00.684Z Compiling dropshot v0.13.0
21432024-12-20T23:36:00.992Z Checking arc-swap v1.7.1
21442024-12-20T23:36:01.138Z Checking foreign-types-shared v0.3.1
21452024-12-20T23:36:01.256Z Checking foreign-types v0.5.0
21462024-12-20T23:36:01.426Z Checking slog-scope v4.4.0
21472024-12-20T23:36:01.489Z Compiling proc-macro-error v1.0.4
21482024-12-20T23:36:02.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21492024-12-20T23:36:02.197Z Checking tungstenite v0.21.0
21502024-12-20T23:36:02.246Z Compiling structmeta v0.3.0
21512024-12-20T23:36:02.265Z Compiling heck v0.3.3
21522024-12-20T23:36:02.573Z Checking num_enum v0.5.11
21532024-12-20T23:36:02.690Z Compiling parse-display-derive v0.10.0
21542024-12-20T23:36:02.694Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21552024-12-20T23:36:02.726Z Compiling dropshot_endpoint v0.13.0
21562024-12-20T23:36:03.157Z Checking cstr-argument v0.1.2
21572024-12-20T23:36:03.342Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21582024-12-20T23:36:03.453Z Checking typify-impl v0.2.0
21592024-12-20T23:36:03.565Z Checking instant v0.1.13
21602024-12-20T23:36:03.686Z Checking base64 v0.21.7
21612024-12-20T23:36:04.225Z Checking fastrand v2.1.1
21622024-12-20T23:36:04.568Z Checking pretty-hex v0.2.1
21632024-12-20T23:36:04.720Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21642024-12-20T23:36:04.740Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21652024-12-20T23:36:05.015Z Checking tempfile v3.13.0
21662024-12-20T23:36:05.032Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-12-20T23:36:05.180Z Checking backoff v0.4.0
21682024-12-20T23:36:05.197Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21692024-12-20T23:36:05.349Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21702024-12-20T23:36:05.382Z Checking tokio-tungstenite v0.21.0
21712024-12-20T23:36:05.498Z Checking strum v0.26.3
21722024-12-20T23:36:05.667Z Compiling zone_cfg_derive v0.1.2
21732024-12-20T23:36:05.670Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21742024-12-20T23:36:05.860Z Compiling darling_macro v0.20.10
21752024-12-20T23:36:05.904Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21762024-12-20T23:36:06.055Z Checking slog-stdlog v4.1.1
21772024-12-20T23:36:06.217Z Checking regress v0.9.1
21782024-12-20T23:36:06.298Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792024-12-20T23:36:06.429Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21802024-12-20T23:36:06.454Z Checking colored v2.1.0
21812024-12-20T23:36:06.715Z Checking macaddr v1.0.1
21822024-12-20T23:36:06.754Z Checking base64 v0.13.1
21832024-12-20T23:36:06.799Z Compiling darling v0.20.10
21842024-12-20T23:36:06.921Z Compiling serde_with_macros v3.11.0
21852024-12-20T23:36:07.130Z Checking ron v0.7.1
21862024-12-20T23:36:07.146Z Checking zone v0.1.8
21872024-12-20T23:36:07.358Z Checking parse-display v0.10.0
21882024-12-20T23:36:07.604Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21892024-12-20T23:36:07.829Z Checking xz2 v0.1.7
21902024-12-20T23:36:08.069Z Checking slog-envlogger v2.2.0
21912024-12-20T23:36:08.132Z Checking tabwriter v1.4.0
21922024-12-20T23:36:08.232Z Checking xattr v1.3.1
21932024-12-20T23:36:08.281Z Checking pem v3.0.4
21942024-12-20T23:36:08.369Z Checking yasna v0.5.2
21952024-12-20T23:36:08.430Z Checking headers-core v0.3.0
21962024-12-20T23:36:08.540Z Checking smf v0.2.3
21972024-12-20T23:36:08.573Z Checking filetime v0.2.25
21982024-12-20T23:36:08.788Z Checking same-file v1.0.6
21992024-12-20T23:36:08.966Z Checking walkdir v2.5.0
22002024-12-20T23:36:08.997Z Checking tar v0.4.42
22012024-12-20T23:36:09.046Z Checking headers v0.4.0
22022024-12-20T23:36:09.281Z Checking atomicwrites v0.4.4
22032024-12-20T23:36:09.326Z Checking rcgen v0.12.1
22042024-12-20T23:36:09.474Z Checking camino-tempfile v1.1.1
22052024-12-20T23:36:09.708Z Checking subprocess v0.2.9
22062024-12-20T23:36:09.857Z Checking serde_with v3.11.0
22072024-12-20T23:36:14.120Z Compiling typify-macro v0.2.0
22082024-12-20T23:36:16.002Z Compiling typify v0.2.0
22092024-12-20T23:36:16.071Z Compiling progenitor-impl v0.8.0
22102024-12-20T23:36:19.360Z Compiling progenitor-macro v0.8.0
22112024-12-20T23:36:24.230Z Checking progenitor v0.8.0
22122024-12-20T23:36:24.398Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22132024-12-20T23:36:24.402Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22142024-12-20T23:36:27.159Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22152024-12-20T23:36:27.473Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162024-12-20T23:36:33.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22172024-12-20T23:36:35.608Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-12-20T23:36:36.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s
22192024-12-20T23:36:37.086Z
22202024-12-20T23:36:37.086Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22212024-12-20T23:36:37.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-12-20T23:36:37.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-12-20T23:36:37.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-12-20T23:36:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
22252024-12-20T23:36:39.384Z
22262024-12-20T23:36:39.385Zinfo: running `cargo check --bins` on nexus-config (31/175)
22272024-12-20T23:36:39.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-12-20T23:36:39.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-12-20T23:36:39.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-12-20T23:36:39.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22312024-12-20T23:36:40.024Z
22322024-12-20T23:36:40.024Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22332024-12-20T23:36:40.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-20T23:36:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-20T23:36:40.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-12-20T23:36:40.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22372024-12-20T23:36:40.655Z
22382024-12-20T23:36:40.655Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22392024-12-20T23:36:41.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-20T23:36:41.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-20T23:36:41.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-20T23:36:41.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22432024-12-20T23:36:41.287Z
22442024-12-20T23:36:41.287Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22452024-12-20T23:36:41.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-20T23:36:41.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-20T23:36:42.002Z Compiling zerocopy v0.8.10
22482024-12-20T23:36:42.002Z Compiling progenitor-client v0.8.0
22492024-12-20T23:36:42.002Z Compiling itertools v0.13.0
22502024-12-20T23:36:42.004Z Compiling zerocopy-derive v0.8.10
22512024-12-20T23:36:42.004Z Compiling heapless v0.8.0
22522024-12-20T23:36:42.004Z Compiling newtype-uuid v1.1.3
22532024-12-20T23:36:42.004Z Compiling ipnetwork v0.20.0
22542024-12-20T23:36:42.005Z Checking hash32 v0.3.1
22552024-12-20T23:36:42.353Z Compiling instant v0.1.13
22562024-12-20T23:36:42.419Z Compiling smoltcp v0.11.0
22572024-12-20T23:36:42.505Z Compiling progenitor v0.8.0
22582024-12-20T23:36:42.612Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22592024-12-20T23:36:42.768Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22602024-12-20T23:36:43.006Z Compiling backoff v0.4.0
22612024-12-20T23:36:43.062Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622024-12-20T23:36:43.168Z Compiling serde_with v3.11.0
22632024-12-20T23:36:43.351Z Compiling dropshot v0.13.0
22642024-12-20T23:36:43.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652024-12-20T23:36:43.417Z Compiling parse-display v0.10.0
22662024-12-20T23:36:43.576Z Checking num-rational v0.4.2
22672024-12-20T23:36:43.972Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682024-12-20T23:36:44.171Z Compiling regress v0.9.1
22692024-12-20T23:36:44.236Z Compiling phf_generator v0.11.2
22702024-12-20T23:36:44.432Z Checking num-complex v0.4.6
22712024-12-20T23:36:45.345Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22722024-12-20T23:36:45.989Z Compiling macaddr v1.0.1
22732024-12-20T23:36:46.464Z Checking cobs v0.2.3
22742024-12-20T23:36:46.533Z Compiling num v0.4.3
22752024-12-20T23:36:46.669Z Checking postcard v1.0.10
22762024-12-20T23:36:46.765Z Compiling phf_codegen v0.11.2
22772024-12-20T23:36:47.281Z Compiling parse-zoneinfo v0.3.1
22782024-12-20T23:36:47.326Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22792024-12-20T23:36:47.612Z Checking float-ord v0.3.2
22802024-12-20T23:36:47.755Z Compiling convert_case v0.4.0
22812024-12-20T23:36:48.291Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822024-12-20T23:36:48.991Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22832024-12-20T23:36:49.154Z Compiling derive_more v0.99.18
22842024-12-20T23:36:49.328Z Compiling chrono-tz-build v0.4.0
22852024-12-20T23:36:49.415Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22862024-12-20T23:36:50.230Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872024-12-20T23:36:50.818Z Compiling thiserror v2.0.3
22882024-12-20T23:36:51.154Z Compiling crucible-workspace-hack v0.1.0
22892024-12-20T23:36:51.208Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22902024-12-20T23:36:51.461Z Compiling chrono-tz v0.10.0
22912024-12-20T23:36:51.503Z Checking newline-converter v0.3.0
22922024-12-20T23:36:51.783Z Checking prettyplease v0.2.25
22932024-12-20T23:36:52.131Z Compiling thiserror-impl v2.0.3
22942024-12-20T23:36:52.863Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22952024-12-20T23:36:52.921Z Compiling slog-dtrace v0.3.0
22962024-12-20T23:36:53.069Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22972024-12-20T23:36:53.149Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22982024-12-20T23:36:53.599Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992024-12-20T23:36:54.253Z Checking expectorate v1.1.0
23002024-12-20T23:36:54.428Z Compiling zone_cfg_derive v0.3.0
23012024-12-20T23:36:54.512Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23022024-12-20T23:36:54.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23032024-12-20T23:36:54.886Z Compiling const_format_proc_macros v0.2.33
23042024-12-20T23:36:55.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23052024-12-20T23:36:55.697Z Compiling num-derive v0.4.2
23062024-12-20T23:36:55.959Z Checking highway v1.2.0
23072024-12-20T23:36:55.972Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23082024-12-20T23:36:56.180Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092024-12-20T23:36:56.361Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23102024-12-20T23:36:56.464Z Checking zone v0.3.0
23112024-12-20T23:36:56.519Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23122024-12-20T23:36:56.964Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23132024-12-20T23:36:57.074Z Checking const_format v0.2.33
23142024-12-20T23:36:57.259Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23152024-12-20T23:36:57.421Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23162024-12-20T23:36:57.934Z Checking gethostname v0.5.0
23172024-12-20T23:36:57.947Z Checking bcs v0.1.6
23182024-12-20T23:36:58.052Z Compiling async-recursion v1.1.1
23192024-12-20T23:36:58.084Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23202024-12-20T23:36:59.088Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23212024-12-20T23:36:59.260Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23222024-12-20T23:37:05.302Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23232024-12-20T23:37:08.671Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23242024-12-20T23:37:11.429Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23252024-12-20T23:37:12.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.44s
23262024-12-20T23:37:12.885Z
23272024-12-20T23:37:12.885Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23282024-12-20T23:37:13.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-12-20T23:37:13.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-12-20T23:37:13.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-12-20T23:37:13.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23322024-12-20T23:37:13.530Z
23332024-12-20T23:37:13.530Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23342024-12-20T23:37:14.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-12-20T23:37:14.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-12-20T23:37:14.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-12-20T23:37:14.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23382024-12-20T23:37:14.176Z
23392024-12-20T23:37:14.176Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23402024-12-20T23:37:14.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-12-20T23:37:14.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-12-20T23:37:14.832Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23432024-12-20T23:37:15.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23442024-12-20T23:37:15.642Z
23452024-12-20T23:37:15.642Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23462024-12-20T23:37:16.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-20T23:37:16.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-20T23:37:16.341Z Compiling cfg_aliases v0.1.1
23492024-12-20T23:37:16.344Z Compiling vte_generate_state_changes v0.1.2
23502024-12-20T23:37:16.345Z Checking fd-lock v4.0.2
23512024-12-20T23:37:16.345Z Checking nibble_vec v0.1.0
23522024-12-20T23:37:16.345Z Checking bytecount v0.6.8
23532024-12-20T23:37:16.444Z Checking endian-type v0.1.2
23542024-12-20T23:37:16.477Z Compiling tabled_derive v0.7.0
23552024-12-20T23:37:16.504Z Checking itertools v0.12.1
23562024-12-20T23:37:16.530Z Compiling nix v0.28.0
23572024-12-20T23:37:16.600Z Compiling peg-macros v0.8.4
23582024-12-20T23:37:16.625Z Checking papergrid v0.11.0
23592024-12-20T23:37:16.654Z Checking radix_trie v0.2.1
23602024-12-20T23:37:16.654Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23612024-12-20T23:37:17.067Z Compiling sqlparser_derive v0.2.2
23622024-12-20T23:37:17.070Z Checking vte v0.11.1
23632024-12-20T23:37:17.848Z Checking home v0.5.9
23642024-12-20T23:37:17.993Z Checking nu-ansi-term v0.50.1
23652024-12-20T23:37:18.090Z Checking unicode_categories v0.1.1
23662024-12-20T23:37:18.192Z Checking sqlparser v0.45.0
23672024-12-20T23:37:18.392Z Checking sqlformat v0.2.6
23682024-12-20T23:37:18.437Z Checking display-error-chain v0.2.2
23692024-12-20T23:37:18.483Z Checking strip-ansi-escapes v0.2.0
23702024-12-20T23:37:19.049Z Checking tabled v0.15.0
23712024-12-20T23:37:19.085Z Checking reedline v0.35.0
23722024-12-20T23:37:19.757Z Checking rustyline v14.0.0
23732024-12-20T23:37:19.795Z Checking peg v0.8.4
23742024-12-20T23:37:29.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s
23752024-12-20T23:37:29.265Z
23762024-12-20T23:37:29.265Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23772024-12-20T23:37:29.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-12-20T23:37:29.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-12-20T23:37:29.939Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-12-20T23:37:34.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
23812024-12-20T23:37:35.171Z
23822024-12-20T23:37:35.171Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
23832024-12-20T23:37:35.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-12-20T23:37:35.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-12-20T23:37:35.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-12-20T23:37:39.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
23872024-12-20T23:37:39.903Z
23882024-12-20T23:37:39.903Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
23892024-12-20T23:37:40.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-12-20T23:37:40.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-12-20T23:37:40.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-12-20T23:37:45.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
23932024-12-20T23:37:45.638Z
23942024-12-20T23:37:45.638Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
23952024-12-20T23:37:46.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-12-20T23:37:46.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-12-20T23:37:46.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-12-20T23:37:51.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
23992024-12-20T23:37:51.490Z
24002024-12-20T23:37:51.491Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24012024-12-20T23:37:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-12-20T23:37:52.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-12-20T23:37:52.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-12-20T23:37:56.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
24052024-12-20T23:37:56.407Z
24062024-12-20T23:37:56.407Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24072024-12-20T23:37:56.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-12-20T23:37:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-12-20T23:37:57.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-12-20T23:38:01.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
24112024-12-20T23:38:01.413Z
24122024-12-20T23:38:01.413Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24132024-12-20T23:38:01.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-12-20T23:38:01.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-12-20T23:38:02.086Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-12-20T23:38:07.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
24172024-12-20T23:38:07.349Z
24182024-12-20T23:38:07.349Zinfo: running `cargo check --bins` on oximeter (46/175)
24192024-12-20T23:38:07.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-12-20T23:38:07.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-12-20T23:38:07.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-12-20T23:38:07.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24232024-12-20T23:38:07.992Z
24242024-12-20T23:38:07.992Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24252024-12-20T23:38:08.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-12-20T23:38:08.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-12-20T23:38:08.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-12-20T23:38:08.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24292024-12-20T23:38:08.618Z
24302024-12-20T23:38:08.618Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24312024-12-20T23:38:09.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-12-20T23:38:09.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-12-20T23:38:09.288Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-12-20T23:38:09.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
24352024-12-20T23:38:09.920Z
24362024-12-20T23:38:09.920Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24372024-12-20T23:38:10.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-12-20T23:38:10.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-12-20T23:38:10.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-12-20T23:38:10.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24412024-12-20T23:38:10.575Z
24422024-12-20T23:38:10.575Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24432024-12-20T23:38:11.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-20T23:38:11.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-20T23:38:11.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-20T23:38:11.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24472024-12-20T23:38:11.229Z
24482024-12-20T23:38:11.229Zinfo: running `cargo check --bins` on oxql-types (51/175)
24492024-12-20T23:38:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-20T23:38:11.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-20T23:38:11.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-12-20T23:38:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24532024-12-20T23:38:11.874Z
24542024-12-20T23:38:11.874Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24552024-12-20T23:38:12.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-20T23:38:12.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-20T23:38:12.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-20T23:38:12.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24592024-12-20T23:38:12.540Z
24602024-12-20T23:38:12.540Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24612024-12-20T23:38:13.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-20T23:38:13.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-20T23:38:13.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-20T23:38:13.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24652024-12-20T23:38:13.179Z
24662024-12-20T23:38:13.179Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24672024-12-20T23:38:13.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-20T23:38:13.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-20T23:38:13.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-20T23:38:13.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24712024-12-20T23:38:13.834Z
24722024-12-20T23:38:13.834Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24732024-12-20T23:38:14.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-20T23:38:14.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-20T23:38:14.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-20T23:38:14.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24772024-12-20T23:38:14.481Z
24782024-12-20T23:38:14.481Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24792024-12-20T23:38:15.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-20T23:38:15.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-20T23:38:15.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-20T23:38:15.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832024-12-20T23:38:15.113Z
24842024-12-20T23:38:15.113Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
24852024-12-20T23:38:15.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-20T23:38:15.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-20T23:38:15.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-20T23:38:15.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24892024-12-20T23:38:15.766Z
24902024-12-20T23:38:15.766Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
24912024-12-20T23:38:16.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-20T23:38:16.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-20T23:38:16.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-20T23:38:16.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24952024-12-20T23:38:16.379Z
24962024-12-20T23:38:16.379Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
24972024-12-20T23:38:16.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-20T23:38:16.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-20T23:38:16.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-20T23:38:16.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25012024-12-20T23:38:17.038Z
25022024-12-20T23:38:17.038Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25032024-12-20T23:38:17.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-20T23:38:17.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-20T23:38:17.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-20T23:38:17.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25072024-12-20T23:38:17.690Z
25082024-12-20T23:38:17.691Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25092024-12-20T23:38:18.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-20T23:38:18.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-20T23:38:18.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-20T23:38:18.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25132024-12-20T23:38:18.331Z
25142024-12-20T23:38:18.331Zinfo: running `cargo check --bins` on dpd-client (62/175)
25152024-12-20T23:38:18.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-20T23:38:18.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-20T23:38:18.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-20T23:38:18.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25192024-12-20T23:38:18.969Z
25202024-12-20T23:38:18.969Zinfo: running `cargo check --bins` on gateway-client (63/175)
25212024-12-20T23:38:19.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-20T23:38:19.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-20T23:38:19.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-20T23:38:19.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25252024-12-20T23:38:19.592Z
25262024-12-20T23:38:19.592Zinfo: running `cargo check --bins` on installinator-client (64/175)
25272024-12-20T23:38:20.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-20T23:38:20.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-20T23:38:20.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-20T23:38:20.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25312024-12-20T23:38:20.242Z
25322024-12-20T23:38:20.242Zinfo: running `cargo check --bins` on installinator-common (65/175)
25332024-12-20T23:38:20.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-20T23:38:20.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-20T23:38:20.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-20T23:38:20.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25372024-12-20T23:38:20.900Z
25382024-12-20T23:38:20.900Zinfo: running `cargo check --bins` on update-engine (66/175)
25392024-12-20T23:38:21.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-20T23:38:21.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-20T23:38:21.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-20T23:38:21.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25432024-12-20T23:38:21.522Z
25442024-12-20T23:38:21.522Zinfo: running `cargo check --bins` on nexus-client (67/175)
25452024-12-20T23:38:22.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-20T23:38:22.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-20T23:38:22.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-20T23:38:22.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25492024-12-20T23:38:22.178Z
25502024-12-20T23:38:22.178Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25512024-12-20T23:38:22.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-20T23:38:22.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-20T23:38:22.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-20T23:38:22.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25552024-12-20T23:38:22.850Z
25562024-12-20T23:38:22.850Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25572024-12-20T23:38:23.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-20T23:38:23.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-20T23:38:23.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-20T23:38:23.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25612024-12-20T23:38:23.482Z
25622024-12-20T23:38:23.482Zinfo: running `cargo check --bins` on nexus-types (70/175)
25632024-12-20T23:38:24.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-20T23:38:24.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-20T23:38:24.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-20T23:38:24.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25672024-12-20T23:38:24.145Z
25682024-12-20T23:38:24.145Zinfo: running `cargo check --bins` on oxide-client (71/175)
25692024-12-20T23:38:24.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-20T23:38:24.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-20T23:38:24.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-20T23:38:24.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25732024-12-20T23:38:24.795Z
25742024-12-20T23:38:24.795Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25752024-12-20T23:38:25.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-20T23:38:25.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-20T23:38:25.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-20T23:38:25.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25792024-12-20T23:38:25.436Z
25802024-12-20T23:38:25.436Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
25812024-12-20T23:38:25.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-20T23:38:25.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-20T23:38:25.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-20T23:38:25.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25852024-12-20T23:38:26.062Z
25862024-12-20T23:38:26.062Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
25872024-12-20T23:38:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-20T23:38:26.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-20T23:38:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-20T23:38:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25912024-12-20T23:38:26.715Z
25922024-12-20T23:38:26.715Zinfo: running `cargo check --bins` on wicketd-client (75/175)
25932024-12-20T23:38:27.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-20T23:38:27.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-20T23:38:27.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-20T23:38:27.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25972024-12-20T23:38:27.399Z
25982024-12-20T23:38:27.399Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
25992024-12-20T23:38:27.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-20T23:38:27.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-20T23:38:27.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-20T23:38:27.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26032024-12-20T23:38:28.067Z
26042024-12-20T23:38:28.067Zinfo: running `cargo check --bins` on wicket-common (77/175)
26052024-12-20T23:38:28.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-20T23:38:28.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-20T23:38:28.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-20T23:38:28.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26092024-12-20T23:38:28.742Z
26102024-12-20T23:38:28.742Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26112024-12-20T23:38:29.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-20T23:38:29.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-20T23:38:29.433Z Checking csv-core v0.1.11
26142024-12-20T23:38:29.433Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26152024-12-20T23:38:29.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-12-20T23:38:29.753Z Checking csv v1.3.0
26172024-12-20T23:38:29.766Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26182024-12-20T23:38:30.335Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26192024-12-20T23:38:30.698Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26202024-12-20T23:38:32.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
26212024-12-20T23:38:32.203Z
26222024-12-20T23:38:32.203Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26232024-12-20T23:38:32.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-12-20T23:38:32.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-12-20T23:38:32.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-12-20T23:38:32.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26272024-12-20T23:38:32.859Z
26282024-12-20T23:38:32.859Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26292024-12-20T23:38:33.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-20T23:38:33.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-20T23:38:33.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-12-20T23:38:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26332024-12-20T23:38:33.496Z
26342024-12-20T23:38:33.496Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26352024-12-20T23:38:34.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-12-20T23:38:34.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-12-20T23:38:34.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-12-20T23:38:34.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26392024-12-20T23:38:34.254Z
26402024-12-20T23:38:34.254Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26412024-12-20T23:38:34.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-20T23:38:34.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-20T23:38:34.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-12-20T23:38:34.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26452024-12-20T23:38:35.003Z
26462024-12-20T23:38:35.003Zinfo: running `cargo check --bins` on dns-server (83/175)
26472024-12-20T23:38:35.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-12-20T23:38:35.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-12-20T23:38:35.676Z Compiling parking_lot_core v0.8.6
26502024-12-20T23:38:35.681Z Checking fxhash v0.2.1
26512024-12-20T23:38:35.681Z Checking hickory-server v0.24.1
26522024-12-20T23:38:35.778Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26532024-12-20T23:38:35.788Z Checking hickory-client v0.24.1
26542024-12-20T23:38:36.380Z Checking parking_lot v0.11.2
26552024-12-20T23:38:36.486Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26562024-12-20T23:38:36.489Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26572024-12-20T23:38:36.632Z Checking sled v0.34.7
26582024-12-20T23:38:38.450Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26592024-12-20T23:38:39.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
26602024-12-20T23:38:39.893Z
26612024-12-20T23:38:39.893Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26622024-12-20T23:38:40.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-12-20T23:38:40.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-12-20T23:38:40.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-12-20T23:38:40.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26662024-12-20T23:38:40.524Z
26672024-12-20T23:38:40.524Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26682024-12-20T23:38:41.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-12-20T23:38:41.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-12-20T23:38:41.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-12-20T23:38:41.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26722024-12-20T23:38:41.214Z
26732024-12-20T23:38:41.214Zinfo: running `cargo check --bins` on gateway-types (86/175)
26742024-12-20T23:38:41.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-12-20T23:38:41.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-12-20T23:38:41.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-12-20T23:38:41.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26782024-12-20T23:38:41.858Z
26792024-12-20T23:38:41.858Zinfo: running `cargo check --bins` on ipcc (87/175)
26802024-12-20T23:38:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-12-20T23:38:42.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-12-20T23:38:42.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-12-20T23:38:42.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26842024-12-20T23:38:42.497Z
26852024-12-20T23:38:42.497Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
26862024-12-20T23:38:43.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-12-20T23:38:43.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-12-20T23:38:43.201Z Compiling radium v0.7.0
26892024-12-20T23:38:43.201Z Compiling semver v0.1.20
26902024-12-20T23:38:43.318Z Checking tap v1.0.1
26912024-12-20T23:38:43.318Z Compiling maybe-uninit v2.0.0
26922024-12-20T23:38:43.338Z Checking password-hash v0.5.0
26932024-12-20T23:38:43.341Z Checking blake2 v0.10.6
26942024-12-20T23:38:43.341Z Compiling cancel-safe-futures v0.1.5
26952024-12-20T23:38:43.341Z Compiling packed_struct v0.10.1
26962024-12-20T23:38:43.444Z Checking wyz v0.5.1
26972024-12-20T23:38:43.710Z Compiling rustc_version v0.1.7
26982024-12-20T23:38:43.798Z Compiling owo-colors v4.1.0
26992024-12-20T23:38:43.801Z Checking funty v2.0.0
27002024-12-20T23:38:43.816Z Checking crc-catalog v2.4.0
27012024-12-20T23:38:43.904Z Checking argon2 v0.5.3
27022024-12-20T23:38:43.961Z Compiling packed_struct_codegen v0.10.1
27032024-12-20T23:38:43.994Z Checking crc v3.2.1
27042024-12-20T23:38:44.026Z Compiling indexmap v1.9.3
27052024-12-20T23:38:44.103Z Checking half v2.4.1
27062024-12-20T23:38:44.161Z Checking ciborium-io v0.2.2
27072024-12-20T23:38:44.201Z Compiling newtype_derive v0.1.6
27082024-12-20T23:38:44.283Z Checking nodrop v0.1.14
27092024-12-20T23:38:44.319Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27102024-12-20T23:38:44.410Z Checking array-init v0.0.4
27112024-12-20T23:38:44.539Z Checking ciborium-ll v0.2.2
27122024-12-20T23:38:44.584Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132024-12-20T23:38:44.629Z Checking smallvec v0.6.14
27142024-12-20T23:38:44.660Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-12-20T23:38:44.743Z Checking bitvec v1.0.1
27162024-12-20T23:38:44.900Z Checking libsw v3.3.1
27172024-12-20T23:38:45.031Z Compiling memoffset v0.9.1
27182024-12-20T23:38:45.169Z Checking termcolor v1.4.1
27192024-12-20T23:38:45.266Z Checking hashbrown v0.12.3
27202024-12-20T23:38:45.316Z Checking indent_write v2.2.0
27212024-12-20T23:38:45.401Z Checking bitfield v0.14.0
27222024-12-20T23:38:45.431Z Checking linear-map v1.2.0
27232024-12-20T23:38:45.511Z Checking swrite v0.1.0
27242024-12-20T23:38:45.624Z Checking env_logger v0.10.2
27252024-12-20T23:38:45.645Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27262024-12-20T23:38:45.696Z Checking serde-hex v0.1.0
27272024-12-20T23:38:45.920Z Checking ron v0.8.1
27282024-12-20T23:38:46.072Z Checking ciborium v0.2.2
27292024-12-20T23:38:46.358Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27302024-12-20T23:38:46.872Z Checking steno v0.4.1
27312024-12-20T23:38:47.020Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27322024-12-20T23:38:47.191Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27332024-12-20T23:38:47.206Z Checking hashbrown v0.13.2
27342024-12-20T23:38:47.267Z Checking humantime v2.1.0
27352024-12-20T23:38:47.285Z Checking crc-any v2.5.0
27362024-12-20T23:38:47.571Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-20T23:38:47.654Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-12-20T23:38:47.965Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27392024-12-20T23:38:48.252Z Checking path-slash v0.1.5
27402024-12-20T23:38:48.255Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27412024-12-20T23:38:48.286Z Checking object v0.30.4
27422024-12-20T23:38:48.462Z Checking nix v0.27.1
27432024-12-20T23:38:49.179Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27442024-12-20T23:38:49.391Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452024-12-20T23:38:49.637Z Checking tungstenite v0.23.0
27462024-12-20T23:38:49.731Z Checking kstat-rs v0.2.4
27472024-12-20T23:38:49.851Z Checking signal-hook-tokio v0.3.1
27482024-12-20T23:38:50.052Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-12-20T23:38:50.587Z Checking tokio-tungstenite v0.23.1
27502024-12-20T23:38:51.106Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512024-12-20T23:38:51.255Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-12-20T23:38:51.311Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-12-20T23:38:58.328Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-12-20T23:38:59.678Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27552024-12-20T23:39:02.394Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562024-12-20T23:39:08.277Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572024-12-20T23:39:08.990Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582024-12-20T23:39:11.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.38s
27592024-12-20T23:39:12.040Z
27602024-12-20T23:39:12.040Zinfo: running `cargo check --bins` on gateway-api (89/175)
27612024-12-20T23:39:12.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-12-20T23:39:12.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-12-20T23:39:12.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-12-20T23:39:12.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27652024-12-20T23:39:12.682Z
27662024-12-20T23:39:12.682Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27672024-12-20T23:39:13.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-12-20T23:39:13.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-12-20T23:39:13.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-12-20T23:39:13.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27712024-12-20T23:39:13.313Z
27722024-12-20T23:39:13.313Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27732024-12-20T23:39:13.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-12-20T23:39:13.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-12-20T23:39:13.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-12-20T23:39:13.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27772024-12-20T23:39:13.966Z
27782024-12-20T23:39:13.966Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27792024-12-20T23:39:14.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-12-20T23:39:14.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-12-20T23:39:14.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-12-20T23:39:14.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27832024-12-20T23:39:14.599Z
27842024-12-20T23:39:14.599Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
27852024-12-20T23:39:15.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-12-20T23:39:15.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-12-20T23:39:15.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-12-20T23:39:15.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27892024-12-20T23:39:15.228Z
27902024-12-20T23:39:15.228Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
27912024-12-20T23:39:15.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-12-20T23:39:15.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-12-20T23:39:15.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-12-20T23:39:15.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27952024-12-20T23:39:15.857Z
27962024-12-20T23:39:15.857Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
27972024-12-20T23:39:16.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-12-20T23:39:16.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-12-20T23:39:16.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-12-20T23:39:16.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012024-12-20T23:39:16.491Z
28022024-12-20T23:39:16.491Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28032024-12-20T23:39:17.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-12-20T23:39:17.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-12-20T23:39:17.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-12-20T23:39:17.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28072024-12-20T23:39:17.138Z
28082024-12-20T23:39:17.138Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28092024-12-20T23:39:17.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-12-20T23:39:17.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-12-20T23:39:17.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-12-20T23:39:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28132024-12-20T23:39:17.801Z
28142024-12-20T23:39:17.801Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28152024-12-20T23:39:18.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-12-20T23:39:18.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-12-20T23:39:18.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-12-20T23:39:18.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28192024-12-20T23:39:18.441Z
28202024-12-20T23:39:18.441Zinfo: running `cargo check --bins` on sp-sim (99/175)
28212024-12-20T23:39:19.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-12-20T23:39:19.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-12-20T23:39:19.101Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242024-12-20T23:39:21.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
28252024-12-20T23:39:21.218Z
28262024-12-20T23:39:21.218Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28272024-12-20T23:39:21.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-12-20T23:39:21.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-12-20T23:39:21.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-12-20T23:39:21.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28312024-12-20T23:39:21.893Z
28322024-12-20T23:39:21.893Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28332024-12-20T23:39:22.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-12-20T23:39:22.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-12-20T23:39:22.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-12-20T23:39:22.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28372024-12-20T23:39:22.582Z
28382024-12-20T23:39:22.582Zinfo: running `cargo check --bins` on db-macros (102/175)
28392024-12-20T23:39:23.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-12-20T23:39:23.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-12-20T23:39:23.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-12-20T23:39:23.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28432024-12-20T23:39:23.189Z
28442024-12-20T23:39:23.189Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28452024-12-20T23:39:23.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-12-20T23:39:23.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-12-20T23:39:23.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-12-20T23:39:23.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28492024-12-20T23:39:23.832Z
28502024-12-20T23:39:23.832Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28512024-12-20T23:39:24.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-12-20T23:39:24.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-12-20T23:39:24.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-12-20T23:39:24.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28552024-12-20T23:39:24.523Z
28562024-12-20T23:39:24.523Zinfo: running `cargo check --bins` on authz-macros (105/175)
28572024-12-20T23:39:25.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-12-20T23:39:25.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-12-20T23:39:25.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-12-20T23:39:25.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28612024-12-20T23:39:25.290Z
28622024-12-20T23:39:25.290Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28632024-12-20T23:39:25.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-12-20T23:39:25.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-12-20T23:39:25.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-12-20T23:39:25.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28672024-12-20T23:39:25.812Z
28682024-12-20T23:39:25.813Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28692024-12-20T23:39:26.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-12-20T23:39:26.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-12-20T23:39:26.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-12-20T23:39:26.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28732024-12-20T23:39:26.480Z
28742024-12-20T23:39:26.480Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28752024-12-20T23:39:27.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-12-20T23:39:27.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-12-20T23:39:27.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-12-20T23:39:27.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28792024-12-20T23:39:27.113Z
28802024-12-20T23:39:27.113Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
28812024-12-20T23:39:27.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-12-20T23:39:27.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-12-20T23:39:27.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-12-20T23:39:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28852024-12-20T23:39:27.777Z
28862024-12-20T23:39:27.777Zinfo: running `cargo check --bins` on typed-rng (110/175)
28872024-12-20T23:39:28.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-12-20T23:39:28.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-12-20T23:39:28.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-12-20T23:39:28.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912024-12-20T23:39:28.396Z
28922024-12-20T23:39:28.396Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
28932024-12-20T23:39:28.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-12-20T23:39:29.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-12-20T23:39:29.141Z Checking keccak v0.1.5
28962024-12-20T23:39:29.251Z Checking secrecy v0.8.0
28972024-12-20T23:39:29.254Z Compiling unicase v2.7.0
28982024-12-20T23:39:29.254Z Compiling same-file v1.0.6
28992024-12-20T23:39:29.275Z Compiling tempfile v3.13.0
29002024-12-20T23:39:29.300Z Compiling thiserror-impl-no-std v2.0.2
29012024-12-20T23:39:29.300Z Checking universal-hash v0.5.1
29022024-12-20T23:39:29.303Z Compiling ring v0.16.20
29032024-12-20T23:39:29.453Z Compiling walkdir v2.5.0
29042024-12-20T23:39:29.474Z Compiling blake3 v1.5.4
29052024-12-20T23:39:29.547Z Checking sha3 v0.10.8
29062024-12-20T23:39:29.549Z Checking opaque-debug v0.3.1
29072024-12-20T23:39:29.653Z Checking poly1305 v0.8.0
29082024-12-20T23:39:29.708Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092024-12-20T23:39:29.971Z Checking chacha20 v0.9.1
29102024-12-20T23:39:30.000Z Checking aead v0.5.2
29112024-12-20T23:39:30.160Z Compiling memmap2 v0.9.5
29122024-12-20T23:39:30.163Z Compiling arrayvec v0.7.6
29132024-12-20T23:39:30.208Z Compiling constant_time_eq v0.3.1
29142024-12-20T23:39:30.225Z Compiling salty v0.3.0
29152024-12-20T23:39:30.307Z Compiling arrayref v0.3.9
29162024-12-20T23:39:30.386Z Compiling spin v0.5.2
29172024-12-20T23:39:30.421Z Compiling libefi-sys v0.1.0
29182024-12-20T23:39:30.551Z Checking chacha20poly1305 v0.10.1
29192024-12-20T23:39:30.635Z Compiling toolchain_find v0.4.0
29202024-12-20T23:39:30.668Z Compiling camino-tempfile v1.1.1
29212024-12-20T23:39:30.712Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29222024-12-20T23:39:30.729Z Compiling bitfield-struct v0.6.2
29232024-12-20T23:39:31.041Z Compiling topological-sort v0.2.2
29242024-12-20T23:39:31.101Z Compiling mime_guess v2.0.5
29252024-12-20T23:39:31.220Z Compiling rustfmt-wrapper v0.2.1
29262024-12-20T23:39:31.670Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29272024-12-20T23:39:31.790Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29282024-12-20T23:39:31.902Z Checking primeorder v0.13.6
29292024-12-20T23:39:32.041Z Checking env_filter v0.1.2
29302024-12-20T23:39:32.084Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-12-20T23:39:32.192Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-12-20T23:39:32.275Z Checking env_logger v0.11.5
29332024-12-20T23:39:32.375Z Checking p384 v0.13.0
29342024-12-20T23:39:32.437Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29352024-12-20T23:39:32.452Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29362024-12-20T23:39:32.456Z Checking thiserror-no-std v2.0.2
29372024-12-20T23:39:32.583Z Checking vsss-rs v3.3.4
29382024-12-20T23:39:32.691Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29392024-12-20T23:39:32.774Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402024-12-20T23:39:32.867Z Checking bumpalo v3.16.0
29412024-12-20T23:39:33.032Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29422024-12-20T23:39:33.099Z Checking http-range v0.1.5
29432024-12-20T23:39:33.213Z Compiling zip v2.1.3
29442024-12-20T23:39:33.237Z Checking lockfree-object-pool v0.1.6
29452024-12-20T23:39:33.277Z Checking simd-adler32 v0.3.7
29462024-12-20T23:39:33.351Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29472024-12-20T23:39:33.514Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29482024-12-20T23:39:33.555Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29492024-12-20T23:39:33.621Z Checking zopfli v0.8.1
29502024-12-20T23:39:33.819Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29512024-12-20T23:39:34.228Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29522024-12-20T23:39:34.246Z Checking nanorand v0.7.0
29532024-12-20T23:39:34.344Z Checking atty v0.2.14
29542024-12-20T23:39:34.452Z Checking glob v0.3.1
29552024-12-20T23:39:34.476Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29562024-12-20T23:39:34.635Z Checking flume v0.11.1
29572024-12-20T23:39:34.773Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29582024-12-20T23:39:34.843Z Compiling omicron-zone-package v0.11.1
29592024-12-20T23:39:35.162Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29602024-12-20T23:39:35.436Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29612024-12-20T23:39:36.239Z Checking hyper-staticfile v0.10.1
29622024-12-20T23:39:36.823Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29632024-12-20T23:39:37.229Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29642024-12-20T23:39:37.260Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29652024-12-20T23:39:37.278Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29662024-12-20T23:39:37.300Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29672024-12-20T23:39:37.551Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29682024-12-20T23:39:38.123Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29692024-12-20T23:39:38.425Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29702024-12-20T23:39:38.772Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29712024-12-20T23:39:39.667Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722024-12-20T23:39:41.661Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29732024-12-20T23:39:41.661Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29742024-12-20T23:39:51.992Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-12-20T23:40:05.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.58s
29762024-12-20T23:40:06.143Z
29772024-12-20T23:40:06.144Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29782024-12-20T23:40:06.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-12-20T23:40:06.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-12-20T23:40:06.899Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-12-20T23:40:20.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s
29822024-12-20T23:40:21.178Z
29832024-12-20T23:40:21.178Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
29842024-12-20T23:40:21.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-12-20T23:40:21.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-12-20T23:40:21.919Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-12-20T23:40:36.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s
29882024-12-20T23:40:36.193Z
29892024-12-20T23:40:36.193Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
29902024-12-20T23:40:36.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-12-20T23:40:36.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-12-20T23:40:36.974Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-12-20T23:40:51.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.95s
29942024-12-20T23:40:51.330Z
29952024-12-20T23:40:51.330Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
29962024-12-20T23:40:51.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-12-20T23:40:51.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-12-20T23:40:52.079Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-12-20T23:41:06.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
30002024-12-20T23:41:06.205Z
30012024-12-20T23:41:06.205Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30022024-12-20T23:41:06.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-12-20T23:41:06.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-12-20T23:41:06.976Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-12-20T23:41:21.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s
30062024-12-20T23:41:21.318Z
30072024-12-20T23:41:21.318Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30082024-12-20T23:41:21.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-12-20T23:41:21.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-12-20T23:41:22.074Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-12-20T23:41:36.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
30122024-12-20T23:41:36.201Z
30132024-12-20T23:41:36.201Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30142024-12-20T23:41:36.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-12-20T23:41:36.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-12-20T23:41:36.970Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-12-20T23:41:50.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
30182024-12-20T23:41:51.044Z
30192024-12-20T23:41:51.044Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30202024-12-20T23:41:51.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-12-20T23:41:51.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-12-20T23:41:51.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-12-20T23:41:51.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30242024-12-20T23:41:51.715Z
30252024-12-20T23:41:51.715Zinfo: running `cargo check --bins` on key-manager (120/175)
30262024-12-20T23:41:52.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-12-20T23:41:52.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-12-20T23:41:52.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-12-20T23:41:52.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30302024-12-20T23:41:52.350Z
30312024-12-20T23:41:52.350Zinfo: running `cargo check --bins` on range-requests (121/175)
30322024-12-20T23:41:52.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-12-20T23:41:52.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-12-20T23:41:52.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-12-20T23:41:52.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30362024-12-20T23:41:52.970Z
30372024-12-20T23:41:52.970Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30382024-12-20T23:41:53.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-12-20T23:41:53.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-12-20T23:41:53.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-12-20T23:41:53.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30422024-12-20T23:41:53.626Z
30432024-12-20T23:41:53.627Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30442024-12-20T23:41:54.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-12-20T23:41:54.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-12-20T23:41:54.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-12-20T23:41:55.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30482024-12-20T23:41:55.228Z
30492024-12-20T23:41:55.228Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30502024-12-20T23:41:55.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-12-20T23:41:55.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-12-20T23:41:55.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-12-20T23:41:55.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542024-12-20T23:41:55.229Z
30552024-12-20T23:41:55.230Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30562024-12-20T23:41:55.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-12-20T23:41:55.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-12-20T23:41:55.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-12-20T23:41:55.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30602024-12-20T23:41:55.562Z
30612024-12-20T23:41:55.562Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30622024-12-20T23:41:56.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-12-20T23:41:56.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-12-20T23:41:56.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-12-20T23:41:56.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30662024-12-20T23:41:56.206Z
30672024-12-20T23:41:56.206Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30682024-12-20T23:41:56.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-12-20T23:41:56.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-12-20T23:41:56.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-12-20T23:41:56.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30722024-12-20T23:41:56.860Z
30732024-12-20T23:41:56.860Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30742024-12-20T23:41:57.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-12-20T23:41:57.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-12-20T23:41:57.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-12-20T23:41:57.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30782024-12-20T23:41:57.527Z
30792024-12-20T23:41:57.527Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
30802024-12-20T23:41:58.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-12-20T23:41:58.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-12-20T23:41:58.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832024-12-20T23:41:58.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30842024-12-20T23:41:58.202Z
30852024-12-20T23:41:58.202Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
30862024-12-20T23:41:58.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-12-20T23:41:58.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-12-20T23:41:58.939Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30892024-12-20T23:41:58.939Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30902024-12-20T23:41:59.856Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30912024-12-20T23:42:01.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s
30922024-12-20T23:42:02.148Z
30932024-12-20T23:42:02.148Zinfo: running `cargo check --bins` on oximeter-api (131/175)
30942024-12-20T23:42:02.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-20T23:42:02.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-20T23:42:02.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972024-12-20T23:42:02.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30982024-12-20T23:42:02.791Z
30992024-12-20T23:42:02.791Zinfo: running `cargo check --bins` on cert-dev (132/175)
31002024-12-20T23:42:03.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-12-20T23:42:03.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-12-20T23:42:03.427Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31032024-12-20T23:42:03.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31042024-12-20T23:42:03.876Z
31052024-12-20T23:42:03.876Zinfo: running `cargo check --bins` on clickana (133/175)
31062024-12-20T23:42:04.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-12-20T23:42:04.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-12-20T23:42:04.529Z Checking castaway v0.2.3
31092024-12-20T23:42:04.529Z Checking unicode-truncate v1.1.0
31102024-12-20T23:42:04.532Z Checking lru v0.12.5
31112024-12-20T23:42:04.532Z Compiling instability v0.3.2
31122024-12-20T23:42:04.532Z Checking cassowary v0.3.0
31132024-12-20T23:42:04.532Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31142024-12-20T23:42:04.738Z Checking compact_str v0.8.0
31152024-12-20T23:42:05.366Z Checking ratatui v0.28.1
31162024-12-20T23:42:07.259Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31172024-12-20T23:42:08.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
31182024-12-20T23:42:08.275Z
31192024-12-20T23:42:08.275Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31202024-12-20T23:42:08.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-20T23:42:08.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-20T23:42:08.973Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31232024-12-20T23:42:08.973Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31242024-12-20T23:42:09.586Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31252024-12-20T23:42:09.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
31262024-12-20T23:42:10.143Z
31272024-12-20T23:42:10.143Zinfo: running `cargo check --bins` on ch-dev (135/175)
31282024-12-20T23:42:10.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-20T23:42:10.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-20T23:42:10.814Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31312024-12-20T23:42:11.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
31322024-12-20T23:42:11.727Z
31332024-12-20T23:42:11.727Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31342024-12-20T23:42:12.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-12-20T23:42:12.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-12-20T23:42:12.409Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31372024-12-20T23:42:12.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31382024-12-20T23:42:12.953Z
31392024-12-20T23:42:12.953Zinfo: running `cargo check --bins` on db-dev (137/175)
31402024-12-20T23:42:13.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-20T23:42:13.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-20T23:42:13.633Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31432024-12-20T23:42:14.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
31442024-12-20T23:42:14.559Z
31452024-12-20T23:42:14.559Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31462024-12-20T23:42:15.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-20T23:42:15.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-20T23:42:15.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492024-12-20T23:42:15.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31502024-12-20T23:42:15.228Z
31512024-12-20T23:42:15.228Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31522024-12-20T23:42:15.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-20T23:42:15.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-20T23:42:15.867Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31552024-12-20T23:42:16.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
31562024-12-20T23:42:16.948Z
31572024-12-20T23:42:16.948Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31582024-12-20T23:42:17.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-12-20T23:42:17.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-12-20T23:42:17.569Z Checking cargo-platform v0.1.8
31612024-12-20T23:42:17.844Z Checking cargo_metadata v0.18.1
31622024-12-20T23:42:18.856Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31632024-12-20T23:42:19.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
31642024-12-20T23:42:19.895Z
31652024-12-20T23:42:19.895Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31662024-12-20T23:42:20.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-20T23:42:20.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-20T23:42:20.633Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31692024-12-20T23:42:21.366Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31702024-12-20T23:42:21.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
31712024-12-20T23:42:22.129Z
31722024-12-20T23:42:22.129Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31732024-12-20T23:42:22.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-12-20T23:42:22.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-12-20T23:42:22.943Z Compiling crunchy v0.2.2
31762024-12-20T23:42:22.943Z Compiling tiny-keccak v2.0.2
31772024-12-20T23:42:22.946Z Compiling dsl_auto_type v0.1.2
31782024-12-20T23:42:22.946Z Checking scheduled-thread-pool v0.2.7
31792024-12-20T23:42:22.946Z Compiling diesel_table_macro_syntax v0.2.0
31802024-12-20T23:42:22.946Z Compiling ascii-canvas v3.0.0
31812024-12-20T23:42:23.057Z Compiling ena v0.14.3
31822024-12-20T23:42:23.084Z Compiling diff v0.1.13
31832024-12-20T23:42:23.293Z Checking r2d2 v0.8.10
31842024-12-20T23:42:23.435Z Compiling regex-syntax v0.6.29
31852024-12-20T23:42:23.495Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31862024-12-20T23:42:23.563Z Compiling ref-cast v1.0.23
31872024-12-20T23:42:23.627Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31882024-12-20T23:42:23.642Z Compiling derive_builder_core v0.20.2
31892024-12-20T23:42:23.742Z Compiling libxml v0.3.3
31902024-12-20T23:42:23.772Z Compiling ref-cast-impl v1.0.23
31912024-12-20T23:42:23.903Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31922024-12-20T23:42:24.162Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31932024-12-20T23:42:24.185Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31942024-12-20T23:42:24.397Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31952024-12-20T23:42:24.420Z Compiling strum_macros v0.24.3
31962024-12-20T23:42:24.460Z Compiling samael v0.0.17
31972024-12-20T23:42:24.670Z Compiling diesel_derives v2.2.3
31982024-12-20T23:42:24.812Z Compiling indoc v1.0.9
31992024-12-20T23:42:25.770Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32002024-12-20T23:42:26.052Z Compiling impl-trait-for-tuples v0.2.2
32012024-12-20T23:42:26.096Z Compiling derive_builder_macro v0.20.2
32022024-12-20T23:42:26.936Z Compiling lalrpop v0.19.12
32032024-12-20T23:42:26.979Z Checking derive_builder v0.20.2
32042024-12-20T23:42:27.140Z Compiling oso-derive v0.27.3
32052024-12-20T23:42:27.683Z Checking quick-xml v0.33.0
32062024-12-20T23:42:28.082Z Compiling diesel-dtrace v0.4.2
32072024-12-20T23:42:28.188Z Checking maplit v1.0.2
32082024-12-20T23:42:28.352Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32092024-12-20T23:42:28.461Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32102024-12-20T23:42:28.628Z Checking bb8 v0.8.5
32112024-12-20T23:42:28.862Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32122024-12-20T23:42:29.137Z Checking rand_seeder v0.3.0
32132024-12-20T23:42:29.187Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32142024-12-20T23:42:29.375Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32152024-12-20T23:42:29.919Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32162024-12-20T23:42:29.935Z Checking smawk v0.3.2
32172024-12-20T23:42:29.935Z Checking is_ci v1.2.0
32182024-12-20T23:42:29.935Z Checking unicode-linebreak v0.1.5
32192024-12-20T23:42:29.943Z Checking supports-color v3.0.1
32202024-12-20T23:42:30.128Z Checking multimap v0.10.0
32212024-12-20T23:42:30.246Z Checking textwrap v0.16.1
32222024-12-20T23:42:31.027Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32232024-12-20T23:42:33.508Z Checking diesel v2.2.6
32242024-12-20T23:43:00.396Z Compiling polar-core v0.27.3
32252024-12-20T23:43:03.543Z Checking async-bb8-diesel v0.2.1
32262024-12-20T23:43:08.015Z Checking oso v0.27.3
32272024-12-20T23:44:20.634Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32282024-12-20T23:44:27.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
32292024-12-20T23:44:27.325Z
32302024-12-20T23:44:27.325Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32312024-12-20T23:44:27.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-12-20T23:44:27.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-12-20T23:44:27.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-12-20T23:44:27.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32352024-12-20T23:44:28.015Z
32362024-12-20T23:44:28.015Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32372024-12-20T23:44:28.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-12-20T23:44:28.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-12-20T23:44:28.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402024-12-20T23:44:28.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32412024-12-20T23:44:28.713Z
32422024-12-20T23:44:28.713Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32432024-12-20T23:44:29.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442024-12-20T23:44:29.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452024-12-20T23:44:29.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462024-12-20T23:44:29.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32472024-12-20T23:44:29.346Z
32482024-12-20T23:44:29.346Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32492024-12-20T23:44:29.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-12-20T23:44:29.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-12-20T23:44:30.162Z Compiling libz-sys v1.1.20
32522024-12-20T23:44:30.278Z Compiling libgit2-sys v0.17.0+1.8.1
32532024-12-20T23:44:30.291Z Compiling vergen v8.3.2
32542024-12-20T23:44:30.294Z Compiling cargo-platform v0.1.8
32552024-12-20T23:44:30.294Z Compiling pin-project-internal v1.1.6
32562024-12-20T23:44:30.336Z Compiling snafu-derive v0.8.5
32572024-12-20T23:44:30.338Z Compiling libsqlite3-sys v0.30.1
32582024-12-20T23:44:30.339Z Compiling rustls v0.21.12
32592024-12-20T23:44:30.589Z Compiling buf-list v1.0.3
32602024-12-20T23:44:30.642Z Compiling cargo_metadata v0.18.1
32612024-12-20T23:44:30.853Z Compiling cfg_aliases v0.2.1
32622024-12-20T23:44:30.967Z Checking globset v0.4.15
32632024-12-20T23:44:30.983Z Compiling nix v0.29.0
32642024-12-20T23:44:31.239Z Checking olpc-cjson v0.1.4
32652024-12-20T23:44:31.371Z Checking rustls-webpki v0.101.7
32662024-12-20T23:44:31.466Z Checking sct v0.7.1
32672024-12-20T23:44:31.480Z Checking serde_plain v1.0.2
32682024-12-20T23:44:31.670Z Checking typed-path v0.9.3
32692024-12-20T23:44:32.022Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702024-12-20T23:44:32.304Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32712024-12-20T23:44:32.323Z Checking hashlink v0.9.1
32722024-12-20T23:44:32.579Z Checking parse-size v1.1.0
32732024-12-20T23:44:32.772Z Checking fallible-streaming-iterator v0.1.9
32742024-12-20T23:44:32.940Z Checking fallible-iterator v0.3.0
32752024-12-20T23:44:33.401Z Checking pin-project v1.1.6
32762024-12-20T23:44:33.530Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772024-12-20T23:44:33.550Z Checking rustls-pemfile v1.0.4
32782024-12-20T23:44:33.598Z Checking rusqlite v0.32.1
32792024-12-20T23:44:33.643Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32802024-12-20T23:44:33.773Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812024-12-20T23:44:34.049Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32822024-12-20T23:44:34.266Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32832024-12-20T23:44:34.401Z Checking twox-hash v1.6.3
32842024-12-20T23:44:34.404Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32852024-12-20T23:44:34.882Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32862024-12-20T23:44:35.214Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872024-12-20T23:44:35.412Z Checking tokio-rustls v0.24.1
32882024-12-20T23:44:35.607Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32892024-12-20T23:44:35.782Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32902024-12-20T23:44:35.802Z Checking fatfs v0.3.6
32912024-12-20T23:44:35.949Z Checking snafu v0.8.5
32922024-12-20T23:44:36.357Z Checking assert_matches v1.5.0
32932024-12-20T23:44:36.432Z Checking tough v0.19.0
32942024-12-20T23:44:40.617Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32952024-12-20T23:44:41.976Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32962024-12-20T23:44:42.820Z Compiling git2 v0.19.0
32972024-12-20T23:44:47.759Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32982024-12-20T23:45:43.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
32992024-12-20T23:45:43.502Z
33002024-12-20T23:45:43.502Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33012024-12-20T23:45:44.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-12-20T23:45:44.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-12-20T23:45:44.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-12-20T23:45:44.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33052024-12-20T23:45:44.242Z
33062024-12-20T23:45:44.242Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33072024-12-20T23:45:44.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-12-20T23:45:44.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-12-20T23:45:44.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-12-20T23:45:44.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33112024-12-20T23:45:44.883Z
33122024-12-20T23:45:44.883Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33132024-12-20T23:45:45.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-12-20T23:45:45.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-12-20T23:45:45.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-12-20T23:45:45.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33172024-12-20T23:45:45.559Z
33182024-12-20T23:45:45.559Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33192024-12-20T23:45:46.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-12-20T23:45:46.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-12-20T23:45:46.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-12-20T23:45:46.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33232024-12-20T23:45:46.260Z
33242024-12-20T23:45:46.260Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33252024-12-20T23:45:46.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-12-20T23:45:46.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-12-20T23:45:46.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-12-20T23:45:46.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33292024-12-20T23:45:46.944Z
33302024-12-20T23:45:46.944Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33312024-12-20T23:45:47.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-12-20T23:45:47.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-12-20T23:45:47.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-12-20T23:45:47.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33352024-12-20T23:45:47.628Z
33362024-12-20T23:45:47.630Zinfo: running `cargo check --bins` on update-common (153/175)
33372024-12-20T23:45:48.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-12-20T23:45:48.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-12-20T23:45:48.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402024-12-20T23:45:48.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33412024-12-20T23:45:48.294Z
33422024-12-20T23:45:48.294Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33432024-12-20T23:45:48.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-12-20T23:45:48.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-12-20T23:45:48.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-12-20T23:45:48.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33472024-12-20T23:45:48.954Z
33482024-12-20T23:45:48.954Zinfo: running `cargo check --bins` on tufaceous (155/175)
33492024-12-20T23:45:49.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-12-20T23:45:49.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-12-20T23:45:49.631Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33522024-12-20T23:45:50.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
33532024-12-20T23:45:50.813Z
33542024-12-20T23:45:50.813Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33552024-12-20T23:45:51.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-12-20T23:45:51.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-12-20T23:45:51.754Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33582024-12-20T23:45:51.827Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33592024-12-20T23:45:51.830Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33602024-12-20T23:45:51.837Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33612024-12-20T23:46:19.456Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33622024-12-20T23:46:19.456Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33632024-12-20T23:46:19.460Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33642024-12-20T23:46:19.460Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33652024-12-20T23:46:19.460Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33662024-12-20T23:46:20.401Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33672024-12-20T23:46:21.779Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33682024-12-20T23:47:04.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
33692024-12-20T23:47:04.843Z
33702024-12-20T23:47:04.843Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33712024-12-20T23:47:05.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-12-20T23:47:05.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-12-20T23:47:05.563Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33742024-12-20T23:47:05.563Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33752024-12-20T23:47:05.566Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33762024-12-20T23:47:07.242Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33772024-12-20T23:47:08.153Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33782024-12-20T23:47:09.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
33792024-12-20T23:47:09.463Z
33802024-12-20T23:47:09.463Zinfo: running `cargo check --bins` on installinator-api (158/175)
33812024-12-20T23:47:10.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-12-20T23:47:10.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-12-20T23:47:10.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842024-12-20T23:47:10.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33852024-12-20T23:47:10.135Z
33862024-12-20T23:47:10.135Zinfo: running `cargo check --bins` on wicketd-api (159/175)
33872024-12-20T23:47:10.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-12-20T23:47:10.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-12-20T23:47:10.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902024-12-20T23:47:10.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33912024-12-20T23:47:10.808Z
33922024-12-20T23:47:10.808Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
33932024-12-20T23:47:11.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-12-20T23:47:11.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-12-20T23:47:11.515Z Compiling petname v2.0.2
33962024-12-20T23:47:11.517Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33972024-12-20T23:47:11.517Z Checking sync-ptr v0.1.1
33982024-12-20T23:47:12.994Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33992024-12-20T23:47:14.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
34002024-12-20T23:47:14.807Z
34012024-12-20T23:47:14.807Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34022024-12-20T23:47:15.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032024-12-20T23:47:15.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042024-12-20T23:47:15.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052024-12-20T23:47:15.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34062024-12-20T23:47:15.482Z
34072024-12-20T23:47:15.482Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34082024-12-20T23:47:16.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092024-12-20T23:47:16.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102024-12-20T23:47:16.153Z Checking memmap2 v0.9.5
34112024-12-20T23:47:16.153Z Checking arrayvec v0.7.6
34122024-12-20T23:47:16.156Z Checking spin v0.5.2
34132024-12-20T23:47:16.156Z Checking arrayref v0.3.9
34142024-12-20T23:47:16.156Z Checking constant_time_eq v0.3.1
34152024-12-20T23:47:16.156Z Checking topological-sort v0.2.2
34162024-12-20T23:47:16.156Z Checking shell-words v1.1.0
34172024-12-20T23:47:16.439Z Checking ring v0.16.20
34182024-12-20T23:47:16.553Z Checking blake3 v1.5.4
34192024-12-20T23:47:17.576Z Checking omicron-zone-package v0.11.1
34202024-12-20T23:47:18.927Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34212024-12-20T23:47:19.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
34222024-12-20T23:47:19.861Z
34232024-12-20T23:47:19.861Zinfo: running `cargo check --bins` on xtask (163/175)
34242024-12-20T23:47:20.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252024-12-20T23:47:20.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262024-12-20T23:47:20.305Z Checking bitflags v2.6.0
34272024-12-20T23:47:20.307Z Checking serde v1.0.215
34282024-12-20T23:47:20.307Z Checking thiserror v1.0.69
34292024-12-20T23:47:20.392Z Checking scroll v0.12.0
34302024-12-20T23:47:20.409Z Checking hashbrown v0.15.1
34312024-12-20T23:47:20.409Z Checking log v0.4.22
34322024-12-20T23:47:20.411Z Checking zerocopy v0.7.35
34332024-12-20T23:47:20.439Z Checking syn v2.0.87
34342024-12-20T23:47:20.490Z Checking pest v2.7.14
34352024-12-20T23:47:20.630Z Checking rustix v0.38.37
34362024-12-20T23:47:20.652Z Checking once_cell v1.20.2
34372024-12-20T23:47:20.847Z Checking goblin v0.8.2
34382024-12-20T23:47:20.950Z Checking fs-err v2.11.0
34392024-12-20T23:47:21.277Z Checking anyhow v1.0.93
34402024-12-20T23:47:21.501Z Checking indexmap v2.6.0
34412024-12-20T23:47:21.662Z Checking tabled v0.15.0
34422024-12-20T23:47:22.570Z Checking terminal_size v0.4.0
34432024-12-20T23:47:22.570Z Checking tempfile v3.13.0
34442024-12-20T23:47:22.734Z Checking clap_builder v4.5.21
34452024-12-20T23:47:22.976Z Checking dtrace-parser v0.2.0
34462024-12-20T23:47:24.595Z Checking serde_json v1.0.132
34472024-12-20T23:47:24.595Z Checking serde_spanned v0.6.8
34482024-12-20T23:47:24.595Z Checking toml_datetime v0.6.8
34492024-12-20T23:47:24.598Z Checking camino v1.1.9
34502024-12-20T23:47:24.598Z Checking semver v1.0.23
34512024-12-20T23:47:24.810Z Checking cargo-platform v0.1.8
34522024-12-20T23:47:24.887Z Checking macaddr v1.0.1
34532024-12-20T23:47:24.924Z Checking toml_edit v0.22.22
34542024-12-20T23:47:25.175Z Checking camino-tempfile v1.1.1
34552024-12-20T23:47:25.457Z Checking clap v4.5.21
34562024-12-20T23:47:25.794Z Checking dof v0.3.0
34572024-12-20T23:47:25.794Z Checking cargo_metadata v0.18.1
34582024-12-20T23:47:26.214Z Checking usdt-impl v0.5.0
34592024-12-20T23:47:26.585Z Checking usdt v0.5.0
34602024-12-20T23:47:26.783Z Checking toml v0.8.19
34612024-12-20T23:47:27.248Z Checking cargo_toml v0.20.5
34622024-12-20T23:47:28.464Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34632024-12-20T23:47:29.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
34642024-12-20T23:47:29.231Z
34652024-12-20T23:47:29.231Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34662024-12-20T23:47:29.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672024-12-20T23:47:29.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682024-12-20T23:47:30.012Z Checking polyval v0.6.2
34692024-12-20T23:47:30.126Z Checking ctr v0.9.2
34702024-12-20T23:47:30.140Z Checking ssh-encoding v0.2.0
34712024-12-20T23:47:30.141Z Checking blowfish v0.9.1
34722024-12-20T23:47:30.165Z Checking password-hash v0.4.2
34732024-12-20T23:47:30.168Z Checking matches v0.1.10
34742024-12-20T23:47:30.198Z Checking p256 v0.13.2
34752024-12-20T23:47:30.201Z Checking p521 v0.13.3
34762024-12-20T23:47:30.273Z Checking idna v0.2.3
34772024-12-20T23:47:30.344Z Checking ghash v0.5.1
34782024-12-20T23:47:30.376Z Checking bcrypt-pbkdf v0.10.0
34792024-12-20T23:47:30.384Z Compiling enum-as-inner v0.5.1
34802024-12-20T23:47:30.456Z Checking russh-cryptovec v0.7.3
34812024-12-20T23:47:30.519Z Checking aes-gcm v0.10.3
34822024-12-20T23:47:30.580Z Checking pbkdf2 v0.11.0
34832024-12-20T23:47:30.661Z Checking md5 v0.7.0
34842024-12-20T23:47:30.684Z Checking num-bigint v0.4.6
34852024-12-20T23:47:30.684Z Checking des v0.8.1
34862024-12-20T23:47:30.756Z Checking ssh-cipher v0.2.0
34872024-12-20T23:47:30.861Z Compiling dhcproto-macros v0.1.0
34882024-12-20T23:47:30.922Z Checking hex-literal v0.4.1
34892024-12-20T23:47:30.945Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34902024-12-20T23:47:31.049Z Checking ssh-key v0.6.6
34912024-12-20T23:47:31.068Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34922024-12-20T23:47:31.127Z Checking internet-checksum v0.2.1
34932024-12-20T23:47:31.463Z Checking trust-dns-proto v0.22.0
34942024-12-20T23:47:32.411Z Checking russh-keys v0.45.0
34952024-12-20T23:47:33.378Z Checking russh v0.45.0
34962024-12-20T23:47:34.043Z Checking dhcproto v0.12.0
34972024-12-20T23:47:51.773Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34982024-12-20T23:47:53.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.11s
34992024-12-20T23:47:53.527Z
35002024-12-20T23:47:53.528Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35012024-12-20T23:47:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022024-12-20T23:47:54.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032024-12-20T23:47:54.179Z Checking termios v0.3.3
35042024-12-20T23:47:54.400Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35052024-12-20T23:47:55.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
35062024-12-20T23:47:55.359Z
35072024-12-20T23:47:55.359Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35082024-12-20T23:47:55.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092024-12-20T23:47:55.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102024-12-20T23:47:56.067Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35112024-12-20T23:47:58.216Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35122024-12-20T23:48:00.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
35132024-12-20T23:48:00.351Z
35142024-12-20T23:48:00.351Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35152024-12-20T23:48:03.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162024-12-20T23:48:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172024-12-20T23:48:03.776Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35182024-12-20T23:48:03.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35192024-12-20T23:48:03.776Z
35202024-12-20T23:48:03.776Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35212024-12-20T23:48:03.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-20T23:48:03.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-20T23:48:03.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242024-12-20T23:48:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35252024-12-20T23:48:03.777Z
35262024-12-20T23:48:03.777Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35272024-12-20T23:48:03.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282024-12-20T23:48:03.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292024-12-20T23:48:03.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302024-12-20T23:48:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35312024-12-20T23:48:03.777Z
35322024-12-20T23:48:03.777Zinfo: running `cargo check --bins` on omicron-package (170/175)
35332024-12-20T23:48:03.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342024-12-20T23:48:03.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352024-12-20T23:48:03.940Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35362024-12-20T23:48:04.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
35372024-12-20T23:48:05.175Z
35382024-12-20T23:48:05.175Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35392024-12-20T23:48:05.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-12-20T23:48:05.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-12-20T23:48:05.883Z Checking rtoolbox v0.0.2
35422024-12-20T23:48:05.887Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35432024-12-20T23:48:05.887Z Checking tui-tree-widget v0.22.0
35442024-12-20T23:48:06.199Z Checking rpassword v7.3.1
35452024-12-20T23:48:10.327Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35462024-12-20T23:48:13.505Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35472024-12-20T23:48:14.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s
35482024-12-20T23:48:15.011Z
35492024-12-20T23:48:15.011Zinfo: running `cargo check --bins` on wicket (172/175)
35502024-12-20T23:48:15.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512024-12-20T23:48:15.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522024-12-20T23:48:15.711Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35532024-12-20T23:48:16.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35542024-12-20T23:48:16.358Z
35552024-12-20T23:48:16.358Zinfo: running `cargo check --bins` on wicketd (173/175)
35562024-12-20T23:48:16.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572024-12-20T23:48:16.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582024-12-20T23:48:17.114Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35592024-12-20T23:48:23.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
35602024-12-20T23:48:23.761Z
35612024-12-20T23:48:23.761Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35622024-12-20T23:48:23.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632024-12-20T23:48:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642024-12-20T23:48:23.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652024-12-20T23:48:23.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35662024-12-20T23:48:23.761Z
35672024-12-20T23:48:23.761Zinfo: running `cargo check --bins` on zone-setup (175/175)
35682024-12-20T23:48:23.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692024-12-20T23:48:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702024-12-20T23:48:23.761Z Checking uzers v0.12.1
35712024-12-20T23:48:23.762Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35722024-12-20T23:48:24.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
35732024-12-20T23:48:24.505Z
35742024-12-20T23:48:24.505Zreal 13:30.540642171
35752024-12-20T23:48:24.505Zuser 24:51.732600908
35762024-12-20T23:48:24.505Zsys 5:33.285056024
35772024-12-20T23:48:24.505Ztrap 0.498313453
35782024-12-20T23:48:24.505Ztflt 2.336817390
35792024-12-20T23:48:24.510Zdflt 3.363055505
35802024-12-20T23:48:24.512Zkflt 0.000796581
35812024-12-20T23:48:24.512Zlock 48:14.662122935
35822024-12-20T23:48:24.512Zslp 2:10:59.975078077
35832024-12-20T23:48:24.512Zlat 1:04.363783667
35842024-12-20T23:48:24.512Zstop 3:28.550521136
35852024-12-20T23:48:24.513Zprocess exited: duration 1094289 ms, exit code 0
 
35862024-12-20T23:48:24.522Zfound 0 output files