01JDKC2SG3BWCH6RGNWDYMW20R: 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: 01JDKC362RSZ49AZ5SSHPV88G6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T04:37:17.352Zjob assigned to worker 01JDKC39QNZSBY97RGEFYF4W0Q [factory aws, i-0b98ef713f946c29b] (queued for 53 s)
 
22024-11-26T04:37:25.766Zstarting task 0: "setup"
32024-11-26T04:37:25.776Z++ uname -s
42024-11-26T04:37:25.779Z+ kern=SunOS
52024-11-26T04:37:25.779Z+ case "$kern" in
62024-11-26T04:37:25.779Z+ groupadd -g 12345 build
72024-11-26T04:37:25.781Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T04:37:27.787Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T04:37:28.003Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T04:37:28.006Z+ home_fs=zfs
112024-11-26T04:37:28.006Z+ [[ zfs == autofs ]]
122024-11-26T04:37:28.006Z+ mkdir -p /home/build
132024-11-26T04:37:28.008Z+ chown build:build /home/build /work
142024-11-26T04:37:30.009Z+ chmod 0700 /home/build /work
152024-11-26T04:37:30.012Zprocess exited: duration 4245 ms, exit code 0
 
162024-11-26T04:37:30.018Zstarting task 1: "rust-toolchain"
172024-11-26T04:37:30.022Z+ printf ' * toolchain channel = "%s"
182024-11-26T04:37:30.022Z' 1.81.0
192024-11-26T04:37:30.025Z * toolchain channel = "1.81.0"
202024-11-26T04:37:30.025Z * toolchain profile = "default"
212024-11-26T04:37:30.025Z+ printf ' * toolchain profile = "%s"
222024-11-26T04:37:30.025Z' default
232024-11-26T04:37:30.025Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T04:37:30.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-26T04:37:30.144Zinfo: downloading installer
262024-11-26T04:37:31.722Zinfo: profile set to 'default'
272024-11-26T04:37:31.722Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T04:37:31.726Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-26T04:37:31.891Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-26T04:37:31.891Zinfo: downloading component 'cargo'
312024-11-26T04:37:32.773Zinfo: downloading component 'clippy'
322024-11-26T04:37:33.098Zinfo: downloading component 'rust-docs'
332024-11-26T04:37:34.319Zinfo: downloading component 'rust-std'
342024-11-26T04:37:36.207Zinfo: downloading component 'rustc'
352024-11-26T04:37:42.997Zinfo: downloading component 'rustfmt'
362024-11-26T04:37:43.249Zinfo: installing component 'cargo'
372024-11-26T04:37:44.052Zinfo: installing component 'clippy'
382024-11-26T04:37:44.411Zinfo: installing component 'rust-docs'
392024-11-26T04:37:46.026Zinfo: installing component 'rust-std'
402024-11-26T04:37:47.674Zinfo: installing component 'rustc'
412024-11-26T04:37:53.323Zinfo: installing component 'rustfmt'
422024-11-26T04:37:53.644Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-26T04:37:53.644Z
442024-11-26T04:37:54.017Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-26T04:37:54.018Z
462024-11-26T04:37:54.021Z
472024-11-26T04:37:54.021ZRust is installed now. Great!
482024-11-26T04:37:54.021Z
492024-11-26T04:37:54.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T04:37:54.022Zenvironment variable. This has not been done automatically.
512024-11-26T04:37:54.022Z
522024-11-26T04:37:54.022ZTo configure your current shell, you need to source
532024-11-26T04:37:54.022Zthe corresponding env file under $HOME/.cargo.
542024-11-26T04:37:54.022Z
552024-11-26T04:37:54.022ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T04:37:54.022Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T04:37:54.022Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T04:37:54.091Z+ rustc --version
592024-11-26T04:37:54.157Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-26T04:37:54.160Zprocess exited: duration 24139 ms, exit code 0
 
612024-11-26T04:37:54.165Zstarting task 2: "authentication"
622024-11-26T04:37:54.186Zprocess exited: duration 19 ms, exit code 0
 
632024-11-26T04:37:54.191Zstarting task 3: "clone repository"
642024-11-26T04:37:54.196Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-26T04:37:54.198Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-26T04:37:54.508ZCloning into '/work/oxidecomputer/omicron'...
672024-11-26T04:38:00.902Z+ cd /work/oxidecomputer/omicron
682024-11-26T04:38:00.902Z+ git fetch origin 73f89b3221c75d4cb24f5b5d77de796008e031ec
692024-11-26T04:38:01.192ZFrom https://github.com/oxidecomputer/omicron
702024-11-26T04:38:01.192Z * branch 73f89b3221c75d4cb24f5b5d77de796008e031ec -> FETCH_HEAD
712024-11-26T04:38:01.200Z+ [[ -n disk-generation-in-inventory ]]
722024-11-26T04:38:01.203Z++ git branch --show-current
732024-11-26T04:38:01.206Z+ current=main
742024-11-26T04:38:01.206Z+ [[ main != disk-generation-in-inventory ]]
752024-11-26T04:38:01.206Z+ git branch -f disk-generation-in-inventory 73f89b3221c75d4cb24f5b5d77de796008e031ec
762024-11-26T04:38:01.209Z+ git checkout -f disk-generation-in-inventory
772024-11-26T04:38:01.383ZSwitched to branch 'disk-generation-in-inventory'
782024-11-26T04:38:01.386Z+ git reset --hard 73f89b3221c75d4cb24f5b5d77de796008e031ec
792024-11-26T04:38:01.553ZHEAD is now at 73f89b322 openapi
802024-11-26T04:38:01.556Zprocess exited: duration 7362 ms, exit code 0
 
812024-11-26T04:38:01.562Zstarting task 4: "build"
822024-11-26T04:38:01.567Z+ source .github/buildomat/ci-env.sh
832024-11-26T04:38:01.567Z++ export CARGO_TERM_COLOR=always
842024-11-26T04:38:01.569Z++ CARGO_TERM_COLOR=always
852024-11-26T04:38:01.569Z+ cargo --version
862024-11-26T04:38:01.623Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-26T04:38:01.626Z+ rustc --version
882024-11-26T04:38:01.685Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-26T04:38:01.687Z+ source ./env.sh
902024-11-26T04:38:01.687Z++ OLD_SHELL_OPTS=ehxB
912024-11-26T04:38:01.688Z++ set -o xtrace
922024-11-26T04:38:01.691Z++++ dirname ./env.sh
932024-11-26T04:38:01.693Z+++ readlink -f .
942024-11-26T04:38:01.801Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-26T04:38:01.804Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-26T04:38:01.804Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-26T04:38:01.804Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-26T04:38:01.804Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-26T04:38:01.804Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-26T04:38:01.804Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-26T04:38:01.804Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-26T04:38:01.804Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-26T04:38:01.804Z++ case $OLD_SHELL_OPTS in
1042024-11-26T04:38:01.804Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-26T04:38:01.804Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-26T04:38:01.804Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-26T04:38:01.804Z+ banner prerequisites
1082024-11-26T04:38:01.912Z
1092024-11-26T04:38:01.912Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-26T04:38:01.912Z # # # # # # # # # # # # # # #
1112024-11-26T04:38:01.913Z # # # # ##### # # ##### # # # # # #### #
1122024-11-26T04:38:01.913Z ##### ##### # ##### # # # # # # # # #
1132024-11-26T04:38:01.913Z # # # # # # # # # # # # # # #
1142024-11-26T04:38:01.913Z # # # ###### # # ###### ### # #### # #### #
1152024-11-26T04:38:01.913Z
1162024-11-26T04:38:01.916Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-26T04:38:21.705Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-26T04:38:25.661Z Startup: Caching catalogs ... Done
1192024-11-26T04:38:34.557ZPlanning: Solver setup ... Done (8.147s)
1202024-11-26T04:38:34.669ZPlanning: Running solver ... Done (0.112s)
1212024-11-26T04:38:34.961ZPlanning: Finding local manifests ... Done (0.202s)
1222024-11-26T04:38:34.989ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-26T04:38:35.212ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-26T04:38:35.456ZPlanning: Package planning ... Done (0.243s)
1252024-11-26T04:38:35.512ZPlanning: Merging actions ... Done (0.056s)
1262024-11-26T04:38:36.530ZPlanning: Checking for conflicting actions ... Done (1.017s)
1272024-11-26T04:38:43.369ZPlanning: Consolidating action changes ... Done (6.838s)
1282024-11-26T04:38:43.750ZPlanning: Evaluating mediators ... Done (0.380s)
1292024-11-26T04:38:43.973ZPlanning: Planning completed in 18.22 seconds
1302024-11-26T04:38:44.567Z Packages to install: 4
1312024-11-26T04:38:44.567Z Packages to update: 1
1322024-11-26T04:38:44.570Z Mediators to change: 2
1332024-11-26T04:38:44.570Z Services to change: 1
1342024-11-26T04:38:44.570Z Estimated space available: 155.64 GB
1352024-11-26T04:38:44.570ZEstimated space to be consumed: 1.60 GB
1362024-11-26T04:38:44.570Z Create boot environment: No
1372024-11-26T04:38:44.570ZCreate backup boot environment: Yes
1382024-11-26T04:38:44.570Z Rebuild boot archive: No
1392024-11-26T04:38:44.570Z
1402024-11-26T04:38:44.570ZChanged mediators:
1412024-11-26T04:38:44.570Z mediator clang:
1422024-11-26T04:38:44.570Z version: None -> 15 (system default)
1432024-11-26T04:38:44.570Z
1442024-11-26T04:38:44.570Z mediator llvm:
1452024-11-26T04:38:44.570Z version: 14 (system default) -> 15 (system default)
1462024-11-26T04:38:44.570Z
1472024-11-26T04:38:44.570ZChanged packages:
1482024-11-26T04:38:44.570Zhelios-dev
1492024-11-26T04:38:44.570Z developer/build-essential
1502024-11-26T04:38:44.570Z None -> 11-2.0
1512024-11-26T04:38:44.570Z library/libxmlsec1
1522024-11-26T04:38:44.570Z None -> 1.2.35-2.0
1532024-11-26T04:38:44.570Z ooce/developer/clang-15
1542024-11-26T04:38:44.570Z None -> 15.0.7-2.0
1552024-11-26T04:38:44.570Z ooce/developer/llvm-15
1562024-11-26T04:38:44.570Z None -> 15.0.7-2.0
1572024-11-26T04:38:44.570Z package/pkg
1582024-11-26T04:38:44.570Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-26T04:38:44.570Z
1602024-11-26T04:38:44.571ZServices:
1612024-11-26T04:38:44.571Z restart_fmri:
1622024-11-26T04:38:44.571Z svc:/system/update-man-index:default
1632024-11-26T04:38:44.571Z
1642024-11-26T04:38:44.571ZEditable files to change:
1652024-11-26T04:38:44.571Z Update:
1662024-11-26T04:38:44.571Z usr/share/lib/pkg/web/config.shtml
1672024-11-26T04:38:45.079Z
1682024-11-26T04:38:45.079ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-26T04:38:50.083ZDownload: 782/4281 items 4.5/220.6MB 2% complete (951k/s)
1702024-11-26T04:38:55.083ZDownload: 1278/4281 items 109.8/220.6MB 49% complete (11.5M/s)
1712024-11-26T04:39:00.331ZDownload: 2216/4281 items 119.2/220.6MB 54% complete (11.5M/s)
1722024-11-26T04:39:05.379ZDownload: 3235/4281 items 164.7/220.6MB 74% complete (5.0M/s)
1732024-11-26T04:39:10.381ZDownload: 4083/4281 items 219.8/220.6MB 99% complete (10.1M/s)
1742024-11-26T04:39:12.117ZDownload: Completed 220.60 MB in 27.03 seconds (8.2M/s)
1752024-11-26T04:39:14.398Z Actions: 1/5063 actions (Removing old actions)
1762024-11-26T04:39:14.416Z Actions: 194/5063 actions (Installing new actions)
1772024-11-26T04:39:19.437Z Actions: 4081/5063 actions (Installing new actions)
1782024-11-26T04:39:20.269Z Actions: 4226/5063 actions (Updating modified actions)
1792024-11-26T04:39:20.736Z Actions: Completed 5063 actions in 6.34 seconds.
1802024-11-26T04:39:21.117Z Done (0.373s)
1812024-11-26T04:39:21.119Z Done (0.000s)
1822024-11-26T04:39:21.654Z Done (0.536s)
1832024-11-26T04:39:28.911Z Done (7.036s)
1842024-11-26T04:39:29.497Z Done (0.514s)
1852024-11-26T04:39:29.499Z Done (0.000s)
1862024-11-26T04:39:29.688Z Done (0.000s)
1872024-11-26T04:39:30.356ZPlanning: Evaluating mediator changes ... Done
1882024-11-26T04:39:30.514ZPlanning: Checking for conflicting actions ... Done
1892024-11-26T04:39:30.518ZPlanning: Consolidating action changes ... Done
1902024-11-26T04:39:30.781ZPlanning: Evaluating mediators ... Done
1912024-11-26T04:39:30.784ZPlanning: Planning completed in 0.43 seconds
1922024-11-26T04:39:30.818Z Mediators to change: 2
1932024-11-26T04:39:30.821Z Create boot environment: No
1942024-11-26T04:39:30.821ZCreate backup boot environment: No
1952024-11-26T04:39:30.900Z Done
1962024-11-26T04:39:30.900Z Done
1972024-11-26T04:39:31.266Z Done
1982024-11-26T04:39:34.858Z Done
1992024-11-26T04:39:34.951Z Done
2002024-11-26T04:39:34.955Z Done
2012024-11-26T04:39:35.140Z Done
2022024-11-26T04:39:35.742ZPlanning: Evaluating mediator changes ... Done
2032024-11-26T04:39:35.744ZPlanning: Merging actions ... Done
2042024-11-26T04:39:35.935ZPlanning: Checking for conflicting actions ... Done
2052024-11-26T04:39:35.938ZPlanning: Consolidating action changes ... Done
2062024-11-26T04:39:36.196ZPlanning: Evaluating mediators ... Done
2072024-11-26T04:39:36.248ZPlanning: Planning completed in 0.74 seconds
2082024-11-26T04:39:36.283Z Packages to change: 1
2092024-11-26T04:39:36.283Z Mediators to change: 1
2102024-11-26T04:39:36.287Z Services to change: 1
2112024-11-26T04:39:36.287Z Create boot environment: No
2122024-11-26T04:39:36.287ZCreate backup boot environment: Yes
2132024-11-26T04:39:38.422Z Actions: 1/6 actions (Updating modified actions)
2142024-11-26T04:39:38.536Z Actions: Completed 6 actions in 0.11 seconds.
2152024-11-26T04:39:38.539Z Done
2162024-11-26T04:39:38.539Z Done
2172024-11-26T04:39:38.646Z Done
2182024-11-26T04:39:42.245Z Done
2192024-11-26T04:39:42.336Z Done
2202024-11-26T04:39:42.338Z Done
2212024-11-26T04:39:42.513Z Done
2222024-11-26T04:39:42.944ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-11-26T04:39:42.944Zclang system 15 system
2242024-11-26T04:39:42.944Zcsh system system illumos
2252024-11-26T04:39:42.944Zctags system system illumos
2262024-11-26T04:39:42.944Zgcc vendor 12 vendor
2272024-11-26T04:39:42.944Zgcc system 10 system
2282024-11-26T04:39:42.944Zgcc system 7 system
2292024-11-26T04:39:42.944Zgo system 1.20 system
2302024-11-26T04:39:42.944Zgo system 1.19 system
2312024-11-26T04:39:42.944Zllvm system 15 system
2322024-11-26T04:39:42.944Zllvm system 14 system
2332024-11-26T04:39:42.944Zmariadb system 10.6 system
2342024-11-26T04:39:42.944Zmta vendor vendor dma
2352024-11-26T04:39:42.944Zopenjdk system 17 system
2362024-11-26T04:39:42.944Zopenjdk system 11 system
2372024-11-26T04:39:42.944Zopenjdk system 1.8 system
2382024-11-26T04:39:42.944Zopenssl vendor 3 vendor
2392024-11-26T04:39:42.944Zperl system 5.36 system
2402024-11-26T04:39:42.944Zpostgresql system 15 system
2412024-11-26T04:39:42.945Zpostgresql system 13 system
2422024-11-26T04:39:42.945Zpython vendor 3 vendor
2432024-11-26T04:39:42.945Zpython system 2 system
2442024-11-26T04:39:42.945Zpython3 system 3.11 system
2452024-11-26T04:39:42.945Zruby system 3.0 system
2462024-11-26T04:39:42.945Zwords vendor vendor american-english
2472024-11-26T04:39:42.945Zwords system system australian-english
2482024-11-26T04:39:42.945Zwords system system british-english
2492024-11-26T04:39:42.945Zwords system system canadian-english
2502024-11-26T04:39:42.945Zwords system system french
2512024-11-26T04:39:42.945Zwords system system italian
2522024-11-26T04:39:42.945Zwords system system ngerman
2532024-11-26T04:39:42.945Zwords system system ogerman
2542024-11-26T04:39:42.945Zwords system system spanish
2552024-11-26T04:39:43.270ZPUBLISHER TYPE STATUS P LOCATION
2562024-11-26T04:39:43.270Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-11-26T04:39:45.810ZFMRI IFO
2582024-11-26T04:39:45.811Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-11-26T04:39:45.811Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-11-26T04:39:45.811Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-11-26T04:39:45.811Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-11-26T04:39:45.811Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-11-26T04:39:45.811Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-11-26T04:39:45.811Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-11-26T04:39:45.811Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-11-26T04:39:45.811Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-11-26T04:39:45.811Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-11-26T04:39:45.811Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-11-26T04:39:45.811Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-11-26T04:39:45.811Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-11-26T04:39:45.811Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-11-26T04:39:45.811Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-11-26T04:39:46.541Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-11-26T04:39:46.819Z Updating crates.io index
2752024-11-26T04:39:46.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-11-26T04:39:47.638Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-11-26T04:39:47.930Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-11-26T04:39:48.158Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-11-26T04:39:48.459Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-11-26T04:39:49.452Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-11-26T04:39:51.805Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-11-26T04:39:52.946Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-11-26T04:39:53.680Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-11-26T04:39:54.071Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-11-26T04:39:54.470Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-11-26T04:39:55.015Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-11-26T04:39:55.442Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-11-26T04:39:55.750Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-11-26T04:39:56.001Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-11-26T04:39:56.250Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-11-26T04:39:56.489Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-11-26T04:39:56.855Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-11-26T04:39:57.165Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-11-26T04:39:57.654Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-11-26T04:39:57.920Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-11-26T04:39:58.400Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-11-26T04:39:58.765Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982024-11-26T04:39:59.390Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-11-26T04:39:59.803Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-11-26T04:40:00.194Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-11-26T04:40:00.449Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-11-26T04:40:00.720Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-11-26T04:40:00.982Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-11-26T04:40:02.310Z Downloading crates ...
3052024-11-26T04:40:02.423Z Downloaded anstream v0.6.15
3062024-11-26T04:40:02.437Z Downloaded anstyle-parse v0.2.5
3072024-11-26T04:40:02.444Z Downloaded byteorder v1.5.0
3082024-11-26T04:40:02.449Z Downloaded anyhow v1.0.93
3092024-11-26T04:40:02.453Z Downloaded anstyle-query v1.1.1
3102024-11-26T04:40:02.456Z Downloaded cargo_toml v0.20.5
3112024-11-26T04:40:02.458Z Downloaded block-buffer v0.10.4
3122024-11-26T04:40:02.460Z Downloaded bitflags v2.6.0
3132024-11-26T04:40:02.463Z Downloaded camino v1.1.9
3142024-11-26T04:40:02.465Z Downloaded anstyle v1.0.10
3152024-11-26T04:40:02.468Z Downloaded camino-tempfile v1.1.1
3162024-11-26T04:40:02.470Z Downloaded cfg-if v1.0.0
3172024-11-26T04:40:02.470Z Downloaded bytecount v0.6.8
3182024-11-26T04:40:02.472Z Downloaded cargo_metadata v0.18.1
3192024-11-26T04:40:02.474Z Downloaded cargo-platform v0.1.8
3202024-11-26T04:40:02.475Z Downloaded autocfg v1.4.0
3212024-11-26T04:40:02.485Z Downloaded digest v0.10.7
3222024-11-26T04:40:02.488Z Downloaded equivalent v1.0.1
3232024-11-26T04:40:02.490Z Downloaded clap_lex v0.7.2
3242024-11-26T04:40:02.494Z Downloaded clap_derive v4.5.18
3252024-11-26T04:40:02.508Z Downloaded dtrace-parser v0.2.0
3262024-11-26T04:40:02.512Z Downloaded macaddr v1.0.1
3272024-11-26T04:40:02.515Z Downloaded cpufeatures v0.2.14
3282024-11-26T04:40:02.517Z Downloaded itoa v1.0.11
3292024-11-26T04:40:02.517Z Downloaded clap_builder v4.5.21
3302024-11-26T04:40:02.523Z Downloaded usdt-attr-macro v0.5.0
3312024-11-26T04:40:02.526Z Downloaded heck v0.5.0
3322024-11-26T04:40:02.526Z Downloaded heck v0.4.1
3332024-11-26T04:40:02.528Z Downloaded utf8parse v0.2.2
3342024-11-26T04:40:02.531Z Downloaded errno v0.3.9
3352024-11-26T04:40:02.531Z Downloaded memmap v0.7.0
3362024-11-26T04:40:02.534Z Downloaded is_terminal_polyfill v1.70.1
3372024-11-26T04:40:02.536Z Downloaded generic-array v0.14.7
3382024-11-26T04:40:02.539Z Downloaded plain v0.2.3
3392024-11-26T04:40:02.539Z Downloaded usdt v0.5.0
3402024-11-26T04:40:02.539Z Downloaded fs-err v2.11.0
3412024-11-26T04:40:02.543Z Downloaded scroll_derive v0.12.0
3422024-11-26T04:40:02.551Z Downloaded serde_spanned v0.6.8
3432024-11-26T04:40:02.554Z Downloaded thiserror v1.0.69
3442024-11-26T04:40:02.558Z Downloaded smawk v0.3.2
3452024-11-26T04:40:02.560Z Downloaded colorchoice v1.0.2
3462024-11-26T04:40:02.562Z Downloaded pretty-hex v0.4.1
3472024-11-26T04:40:02.563Z Downloaded crypto-common v0.1.6
3482024-11-26T04:40:02.563Z Downloaded usdt-macro v0.5.0
3492024-11-26T04:40:02.565Z Downloaded swrite v0.1.0
3502024-11-26T04:40:02.569Z Downloaded usdt-impl v0.5.0
3512024-11-26T04:40:02.571Z Downloaded fastrand v2.1.1
3522024-11-26T04:40:02.573Z Downloaded tempfile v3.13.0
3532024-11-26T04:40:02.575Z Downloaded pest_generator v2.7.14
3542024-11-26T04:40:02.578Z Downloaded terminal_size v0.4.0
3552024-11-26T04:40:02.580Z Downloaded toml_datetime v0.6.8
3562024-11-26T04:40:02.586Z Downloaded proc-macro-error-attr v1.0.4
3572024-11-26T04:40:02.589Z Downloaded zerocopy-derive v0.7.35
3582024-11-26T04:40:02.591Z Downloaded strsim v0.11.1
3592024-11-26T04:40:02.593Z Downloaded dof v0.3.0
3602024-11-26T04:40:02.596Z Downloaded thiserror-impl v1.0.69
3612024-11-26T04:40:02.599Z Downloaded semver v1.0.23
3622024-11-26T04:40:02.602Z Downloaded quote v1.0.37
3632024-11-26T04:40:02.602Z Downloaded fnv v1.0.7
3642024-11-26T04:40:02.605Z Downloaded unicode-ident v1.0.13
3652024-11-26T04:40:02.608Z Downloaded version_check v0.9.5
3662024-11-26T04:40:02.608Z Downloaded thread-id v4.2.2
3672024-11-26T04:40:02.610Z Downloaded unicode-linebreak v0.1.5
3682024-11-26T04:40:02.615Z Downloaded tabled_derive v0.7.0
3692024-11-26T04:40:02.621Z Downloaded sha2 v0.10.8
3702024-11-26T04:40:02.623Z Downloaded proc-macro2 v1.0.89
3712024-11-26T04:40:02.626Z Downloaded pest_derive v2.7.14
3722024-11-26T04:40:02.630Z Downloaded toml v0.8.19
3732024-11-26T04:40:02.633Z Downloaded serde_tokenstream v0.2.2
3742024-11-26T04:40:02.635Z Downloaded scroll v0.12.0
3752024-11-26T04:40:02.638Z Downloaded proc-macro-error v1.0.4
3762024-11-26T04:40:02.647Z Downloaded typenum v1.17.0
3772024-11-26T04:40:02.649Z Downloaded papergrid v0.11.0
3782024-11-26T04:40:02.654Z Downloaded log v0.4.22
3792024-11-26T04:40:02.658Z Downloaded once_cell v1.20.2
3802024-11-26T04:40:02.660Z Downloaded ucd-trie v0.1.7
3812024-11-26T04:40:02.664Z Downloaded textwrap v0.16.1
3822024-11-26T04:40:02.667Z Downloaded indexmap v2.6.0
3832024-11-26T04:40:02.670Z Downloaded pest_meta v2.7.14
3842024-11-26T04:40:02.673Z Downloaded clap v4.5.21
3852024-11-26T04:40:02.681Z Downloaded serde_derive v1.0.215
3862024-11-26T04:40:02.684Z Downloaded ryu v1.0.18
3872024-11-26T04:40:02.687Z Downloaded serde v1.0.215
3882024-11-26T04:40:02.702Z Downloaded memchr v2.7.4
3892024-11-26T04:40:02.718Z Downloaded toml_edit v0.22.22
3902024-11-26T04:40:02.738Z Downloaded winnow v0.6.20
3912024-11-26T04:40:02.746Z Downloaded hashbrown v0.15.0
3922024-11-26T04:40:02.756Z Downloaded pest v2.7.14
3932024-11-26T04:40:02.763Z Downloaded serde_json v1.0.132
3942024-11-26T04:40:02.772Z Downloaded goblin v0.8.2
3952024-11-26T04:40:02.777Z Downloaded zerocopy v0.7.35
3962024-11-26T04:40:02.792Z Downloaded tabled v0.15.0
3972024-11-26T04:40:02.816Z Downloaded syn v1.0.109
3982024-11-26T04:40:02.833Z Downloaded unicode-width v0.1.14
3992024-11-26T04:40:02.838Z Downloaded syn v2.0.87
4002024-11-26T04:40:02.848Z Downloaded rustix v0.38.37
4012024-11-26T04:40:02.879Z Downloaded libc v0.2.162
4022024-11-26T04:40:03.185Z Compiling proc-macro2 v1.0.89
4032024-11-26T04:40:03.185Z Compiling unicode-ident v1.0.13
4042024-11-26T04:40:03.185Z Compiling serde v1.0.215
4052024-11-26T04:40:03.187Z Compiling version_check v0.9.5
4062024-11-26T04:40:03.187Z Compiling thiserror v1.0.69
4072024-11-26T04:40:03.187Z Compiling memchr v2.7.4
4082024-11-26T04:40:03.188Z Compiling libc v0.2.162
4092024-11-26T04:40:03.188Z Compiling itoa v1.0.11
4102024-11-26T04:40:03.476Z Compiling ryu v1.0.18
4112024-11-26T04:40:03.528Z Compiling ucd-trie v0.1.7
4122024-11-26T04:40:03.976Z Compiling once_cell v1.20.2
4132024-11-26T04:40:04.084Z Compiling byteorder v1.5.0
4142024-11-26T04:40:04.306Z Compiling serde_json v1.0.132
4152024-11-26T04:40:04.588Z Compiling rustix v0.38.37
4162024-11-26T04:40:05.301Z Compiling bitflags v2.6.0
4172024-11-26T04:40:05.321Z Compiling proc-macro-error-attr v1.0.4
4182024-11-26T04:40:05.417Z Compiling usdt-impl v0.5.0
4192024-11-26T04:40:05.445Z Compiling syn v1.0.109
4202024-11-26T04:40:05.588Z Compiling proc-macro-error v1.0.4
4212024-11-26T04:40:05.689Z Compiling utf8parse v0.2.2
4222024-11-26T04:40:05.739Z Compiling camino v1.1.9
4232024-11-26T04:40:05.845Z Compiling hashbrown v0.15.0
4242024-11-26T04:40:05.872Z Compiling plain v0.2.3
4252024-11-26T04:40:05.889Z Compiling log v0.4.22
4262024-11-26T04:40:06.028Z Compiling equivalent v1.0.1
4272024-11-26T04:40:06.142Z Compiling thread-id v4.2.2
4282024-11-26T04:40:06.168Z Compiling anstyle-parse v0.2.5
4292024-11-26T04:40:06.291Z Compiling quote v1.0.37
4302024-11-26T04:40:06.318Z Compiling winnow v0.6.20
4312024-11-26T04:40:06.446Z Compiling colorchoice v1.0.2
4322024-11-26T04:40:06.533Z Compiling errno v0.3.9
4332024-11-26T04:40:06.559Z Compiling unicode-width v0.1.14
4342024-11-26T04:40:06.610Z Compiling autocfg v1.4.0
4352024-11-26T04:40:06.767Z Compiling syn v2.0.87
4362024-11-26T04:40:07.081Z Compiling indexmap v2.6.0
4372024-11-26T04:40:07.106Z Compiling anstyle-query v1.1.1
4382024-11-26T04:40:07.261Z Compiling semver v1.0.23
4392024-11-26T04:40:07.797Z Compiling pretty-hex v0.4.1
4402024-11-26T04:40:07.839Z Compiling is_terminal_polyfill v1.70.1
4412024-11-26T04:40:07.977Z Compiling anstyle v1.0.10
4422024-11-26T04:40:08.101Z Compiling fs-err v2.11.0
4432024-11-26T04:40:08.379Z Compiling anstream v0.6.15
4442024-11-26T04:40:08.589Z Compiling heck v0.4.1
4452024-11-26T04:40:08.614Z Compiling clap_lex v0.7.2
4462024-11-26T04:40:08.671Z Compiling anyhow v1.0.93
4472024-11-26T04:40:09.123Z Compiling terminal_size v0.4.0
4482024-11-26T04:40:09.149Z Compiling fnv v1.0.7
4492024-11-26T04:40:09.149Z Compiling fastrand v2.1.1
4502024-11-26T04:40:09.297Z Compiling bytecount v0.6.8
4512024-11-26T04:40:09.318Z Compiling cfg-if v1.0.0
4522024-11-26T04:40:09.417Z Compiling heck v0.5.0
4532024-11-26T04:40:09.499Z Compiling strsim v0.11.1
4542024-11-26T04:40:09.717Z Compiling tempfile v3.13.0
4552024-11-26T04:40:09.765Z Compiling papergrid v0.11.0
4562024-11-26T04:40:10.154Z Compiling clap_builder v4.5.21
4572024-11-26T04:40:10.415Z Compiling memmap v0.7.0
4582024-11-26T04:40:10.440Z Compiling unicode-linebreak v0.1.5
4592024-11-26T04:40:10.603Z Compiling smawk v0.3.2
4602024-11-26T04:40:10.831Z Compiling swrite v0.1.0
4612024-11-26T04:40:10.965Z Compiling textwrap v0.16.1
4622024-11-26T04:40:12.467Z Compiling tabled_derive v0.7.0
4632024-11-26T04:40:13.859Z Compiling tabled v0.15.0
4642024-11-26T04:40:15.772Z Compiling serde_derive v1.0.215
4652024-11-26T04:40:15.774Z Compiling thiserror-impl v1.0.69
4662024-11-26T04:40:15.774Z Compiling zerocopy-derive v0.7.35
4672024-11-26T04:40:15.774Z Compiling scroll_derive v0.12.0
4682024-11-26T04:40:15.774Z Compiling clap_derive v4.5.18
4692024-11-26T04:40:17.027Z Compiling scroll v0.12.0
4702024-11-26T04:40:17.572Z Compiling zerocopy v0.7.35
4712024-11-26T04:40:17.631Z Compiling goblin v0.8.2
4722024-11-26T04:40:18.827Z Compiling pest v2.7.14
4732024-11-26T04:40:19.289Z Compiling clap v4.5.21
4742024-11-26T04:40:20.688Z Compiling pest_meta v2.7.14
4752024-11-26T04:40:21.527Z Compiling pest_generator v2.7.14
4762024-11-26T04:40:23.511Z Compiling pest_derive v2.7.14
4772024-11-26T04:40:24.152Z Compiling dtrace-parser v0.2.0
4782024-11-26T04:40:25.842Z Compiling serde_tokenstream v0.2.2
4792024-11-26T04:40:25.903Z Compiling toml_datetime v0.6.8
4802024-11-26T04:40:25.903Z Compiling serde_spanned v0.6.8
4812024-11-26T04:40:26.144Z Compiling cargo-platform v0.1.8
4822024-11-26T04:40:26.261Z Compiling toml_edit v0.22.22
4832024-11-26T04:40:26.426Z Compiling macaddr v1.0.1
4842024-11-26T04:40:26.729Z Compiling camino-tempfile v1.1.1
4852024-11-26T04:40:27.347Z Compiling dof v0.3.0
4862024-11-26T04:40:27.487Z Compiling cargo_metadata v0.18.1
4872024-11-26T04:40:29.070Z Compiling usdt-attr-macro v0.5.0
4882024-11-26T04:40:29.070Z Compiling usdt-macro v0.5.0
4892024-11-26T04:40:29.170Z Compiling toml v0.8.19
4902024-11-26T04:40:30.033Z Compiling cargo_toml v0.20.5
4912024-11-26T04:40:30.352Z Compiling usdt v0.5.0
4922024-11-26T04:40:33.479Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-11-26T04:40:37.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.27s
4942024-11-26T04:40:37.857Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-11-26T04:40:38.390Z Downloading crates ...
4962024-11-26T04:40:38.514Z Downloaded crucible-workspace-hack v0.1.0
4972024-11-26T04:40:38.531Z Downloaded cipher v0.4.4
4982024-11-26T04:40:38.534Z Downloaded hostname v0.3.1
4992024-11-26T04:40:38.536Z Downloaded buf-list v1.0.3
5002024-11-26T04:40:38.539Z Downloaded const_format_proc_macros v0.2.33
5012024-11-26T04:40:38.541Z Downloaded atty v0.2.14
5022024-11-26T04:40:38.541Z Downloaded arrayvec v0.7.6
5032024-11-26T04:40:38.550Z Downloaded hkdf v0.12.4
5042024-11-26T04:40:38.556Z Downloaded managed v0.8.0
5052024-11-26T04:40:38.558Z Downloaded internet-checksum v0.2.1
5062024-11-26T04:40:38.558Z Downloaded litemap v0.7.3
5072024-11-26T04:40:38.561Z Downloaded icu_normalizer_data v1.5.0
5082024-11-26T04:40:38.563Z Downloaded hyper-staticfile v0.10.1
5092024-11-26T04:40:38.570Z Downloaded hickory-resolver v0.24.1
5102024-11-26T04:40:38.577Z Downloaded idna v0.3.0
5112024-11-26T04:40:38.584Z Downloaded http-range v0.1.5
5122024-11-26T04:40:38.597Z Downloaded adler2 v2.0.0
5132024-11-26T04:40:38.611Z Downloaded ahash v0.8.11
5142024-11-26T04:40:38.614Z Downloaded heck v0.3.3
5152024-11-26T04:40:38.616Z Downloaded headers-core v0.3.0
5162024-11-26T04:40:38.616Z Downloaded addr2line v0.24.2
5172024-11-26T04:40:38.620Z Downloaded arc-swap v1.7.1
5182024-11-26T04:40:38.624Z Downloaded home v0.5.9
5192024-11-26T04:40:38.627Z Downloaded aead v0.5.2
5202024-11-26T04:40:38.630Z Downloaded heapless v0.7.17
5212024-11-26T04:40:38.633Z Downloaded http v1.1.0
5222024-11-26T04:40:38.636Z Downloaded hex-literal v0.4.1
5232024-11-26T04:40:38.638Z Downloaded heapless v0.8.0
5242024-11-26T04:40:38.641Z Downloaded hmac v0.12.1
5252024-11-26T04:40:38.644Z Downloaded hickory-server v0.24.1
5262024-11-26T04:40:38.650Z Downloaded hostname v0.4.0
5272024-11-26T04:40:38.653Z Downloaded hickory-client v0.24.1
5282024-11-26T04:40:38.656Z Downloaded bitfield-struct v0.6.2
5292024-11-26T04:40:38.659Z Downloaded base64ct v1.6.0
5302024-11-26T04:40:38.661Z Downloaded darling v0.20.10
5312024-11-26T04:40:38.664Z Downloaded async-trait v0.1.83
5322024-11-26T04:40:38.668Z Downloaded arrayref v0.3.9
5332024-11-26T04:40:38.670Z Downloaded aho-corasick v1.1.3
5342024-11-26T04:40:38.676Z Downloaded ascii-canvas v3.0.0
5352024-11-26T04:40:38.678Z Downloaded hickory-proto v0.24.1
5362024-11-26T04:40:38.696Z Downloaded idna_adapter v1.2.0
5372024-11-26T04:40:38.698Z Downloaded http-body-util v0.1.2
5382024-11-26T04:40:38.700Z Downloaded async-stream-impl v0.3.6
5392024-11-26T04:40:38.700Z Downloaded ident_case v1.0.1
5402024-11-26T04:40:38.700Z Downloaded icu_provider_macros v1.5.0
5412024-11-26T04:40:38.704Z Downloaded crunchy v0.2.2
5422024-11-26T04:40:38.704Z Downloaded ciborium-io v0.2.2
5432024-11-26T04:40:38.704Z Downloaded humantime v2.1.0
5442024-11-26T04:40:38.707Z Downloaded cstr-argument v0.1.2
5452024-11-26T04:40:38.707Z Downloaded assert_matches v1.5.0
5462024-11-26T04:40:38.709Z Downloaded bcrypt-pbkdf v0.10.0
5472024-11-26T04:40:38.709Z Downloaded atomicwrites v0.4.4
5482024-11-26T04:40:38.711Z Downloaded aes-gcm v0.10.3
5492024-11-26T04:40:38.714Z Downloaded spki v0.7.3
5502024-11-26T04:40:38.716Z Downloaded bitflags v1.3.2
5512024-11-26T04:40:38.720Z Downloaded base16ct v0.2.0
5522024-11-26T04:40:38.722Z Downloaded httparse v1.9.5
5532024-11-26T04:40:38.725Z Downloaded cfg_aliases v0.2.1
5542024-11-26T04:40:38.727Z Downloaded inout v0.1.3
5552024-11-26T04:40:38.729Z Downloaded indoc v1.0.9
5562024-11-26T04:40:38.732Z Downloaded async-recursion v1.1.1
5572024-11-26T04:40:38.735Z Downloaded libsw v3.3.1
5582024-11-26T04:40:38.738Z Downloaded http-body v1.0.1
5592024-11-26T04:40:38.740Z Downloaded block-padding v0.3.3
5602024-11-26T04:40:38.740Z Downloaded bitfield v0.14.0
5612024-11-26T04:40:38.742Z Downloaded libefi-sys v0.1.0
5622024-11-26T04:40:38.745Z Downloaded bb8 v0.8.5
5632024-11-26T04:40:38.745Z Downloaded async-stream v0.3.6
5642024-11-26T04:40:38.747Z Downloaded bit-vec v0.6.3
5652024-11-26T04:40:38.749Z Downloaded matches v0.1.10
5662024-11-26T04:40:38.752Z Downloaded hubpack_derive v0.1.1
5672024-11-26T04:40:38.752Z Downloaded httpdate v1.0.3
5682024-11-26T04:40:38.754Z Downloaded bit-set v0.5.3
5692024-11-26T04:40:38.754Z Downloaded impl-trait-for-tuples v0.2.2
5702024-11-26T04:40:38.757Z Downloaded match_cfg v0.1.0
5712024-11-26T04:40:38.759Z Downloaded curve25519-dalek-derive v0.1.1
5722024-11-26T04:40:38.762Z Downloaded crossbeam-deque v0.8.5
5732024-11-26T04:40:38.762Z Downloaded crc-catalog v2.4.0
5742024-11-26T04:40:38.764Z Downloaded cassowary v0.3.0
5752024-11-26T04:40:38.766Z Downloaded backoff v0.4.0
5762024-11-26T04:40:38.768Z Downloaded hyper-tls v0.6.0
5772024-11-26T04:40:38.768Z Downloaded cbc v0.1.2
5782024-11-26T04:40:38.771Z Downloaded atomic-waker v1.1.2
5792024-11-26T04:40:38.773Z Downloaded quick-error v1.2.3
5802024-11-26T04:40:38.776Z Downloaded md5 v0.7.0
5812024-11-26T04:40:38.776Z Downloaded convert_case v0.4.0
5822024-11-26T04:40:38.778Z Downloaded ciborium-ll v0.2.2
5832024-11-26T04:40:38.778Z Downloaded chrono-tz-build v0.4.0
5842024-11-26T04:40:38.781Z Downloaded russh-cryptovec v0.7.3
5852024-11-26T04:40:38.781Z Downloaded maplit v1.0.2
5862024-11-26T04:40:38.781Z Downloaded lockfree-object-pool v0.1.6
5872024-11-26T04:40:38.784Z Downloaded try-lock v0.2.5
5882024-11-26T04:40:38.787Z Downloaded tinyvec_macros v0.1.1
5892024-11-26T04:40:38.787Z Downloaded lock_api v0.4.12
5902024-11-26T04:40:38.790Z Downloaded cfg_aliases v0.1.1
5912024-11-26T04:40:38.790Z Downloaded bzip2 v0.4.4
5922024-11-26T04:40:38.792Z Downloaded ctr v0.9.2
5932024-11-26T04:40:38.794Z Downloaded memoffset v0.9.1
5942024-11-26T04:40:38.797Z Downloaded lazycell v1.3.0
5952024-11-26T04:40:38.799Z Downloaded lazy_static v1.5.0
5962024-11-26T04:40:38.799Z Downloaded kstat-rs v0.2.4
5972024-11-26T04:40:38.801Z Downloaded is-terminal v0.4.13
5982024-11-26T04:40:38.804Z Downloaded zone_cfg_derive v0.1.2
5992024-11-26T04:40:38.804Z Downloaded icu_locid v1.5.0
6002024-11-26T04:40:38.808Z Downloaded linear-map v1.2.0
6012024-11-26T04:40:38.811Z Downloaded mime v0.3.17
6022024-11-26T04:40:38.813Z Downloaded async-bb8-diesel v0.2.1
6032024-11-26T04:40:38.816Z Downloaded argon2 v0.5.3
6042024-11-26T04:40:38.818Z Downloaded maybe-uninit v2.0.0
6052024-11-26T04:40:38.820Z Downloaded crc32fast v1.4.2
6062024-11-26T04:40:38.823Z Downloaded bcs v0.1.6
6072024-11-26T04:40:38.825Z Downloaded lru-cache v0.1.2
6082024-11-26T04:40:38.825Z Downloaded mime_guess v2.0.5
6092024-11-26T04:40:38.828Z Downloaded ciborium v0.2.2
6102024-11-26T04:40:38.830Z Downloaded md-5 v0.10.6
6112024-11-26T04:40:38.833Z Downloaded serde_repr v0.1.19
6122024-11-26T04:40:38.835Z Downloaded semver v0.1.20
6132024-11-26T04:40:38.835Z Downloaded string_cache v0.8.7
6142024-11-26T04:40:38.838Z Downloaded subtle v2.6.1
6152024-11-26T04:40:38.840Z Downloaded tls_codec_derive v0.4.1
6162024-11-26T04:40:38.843Z Downloaded tls_codec v0.4.1
6172024-11-26T04:40:38.843Z Downloaded thiserror-no-std v2.0.2
6182024-11-26T04:40:38.848Z Downloaded icu_locid_transform v1.5.0
6192024-11-26T04:40:38.852Z Downloaded static_assertions v1.1.0
6202024-11-26T04:40:38.854Z Downloaded serde_plain v1.0.2
6212024-11-26T04:40:38.857Z Downloaded fxhash v0.2.1
6222024-11-26T04:40:38.857Z Downloaded cancel-safe-futures v0.1.5
6232024-11-26T04:40:38.859Z Downloaded icu_locid_transform_data v1.5.0
6242024-11-26T04:40:38.862Z Downloaded hyper-rustls v0.27.3
6252024-11-26T04:40:38.864Z Downloaded utf16_iter v1.0.5
6262024-11-26T04:40:38.866Z Downloaded typify-macro v0.2.0
6272024-11-26T04:40:38.866Z Downloaded ipnet v2.10.1
6282024-11-26T04:40:38.869Z Downloaded icu_normalizer v1.5.0
6292024-11-26T04:40:38.873Z Downloaded filetime v0.2.25
6302024-11-26T04:40:38.875Z Downloaded peg-runtime v0.8.3
6312024-11-26T04:40:38.877Z Downloaded ff v0.13.0
6322024-11-26T04:40:38.880Z Downloaded rustversion v1.0.17
6332024-11-26T04:40:38.882Z Downloaded form_urlencoded v1.2.1
6342024-11-26T04:40:38.882Z Downloaded const-oid v0.9.6
6352024-11-26T04:40:38.885Z Downloaded percent-encoding v2.3.1
6362024-11-26T04:40:38.887Z Downloaded gethostname v0.5.0
6372024-11-26T04:40:38.887Z Downloaded indicatif v0.17.9
6382024-11-26T04:40:38.892Z Downloaded multimap v0.10.0
6392024-11-26T04:40:38.894Z Downloaded term v0.7.0
6402024-11-26T04:40:38.897Z Downloaded crossbeam-utils v0.8.20
6412024-11-26T04:40:38.900Z Downloaded serde-big-array v0.5.1
6422024-11-26T04:40:38.904Z Downloaded time-core v0.1.2
6432024-11-26T04:40:38.904Z Downloaded crossbeam-epoch v0.9.18
6442024-11-26T04:40:38.906Z Downloaded either v1.13.0
6452024-11-26T04:40:38.909Z Downloaded fd-lock v4.0.2
6462024-11-26T04:40:38.911Z Downloaded dyn-clone v1.0.17
6472024-11-26T04:40:38.914Z Downloaded des v0.8.1
6482024-11-26T04:40:38.916Z Downloaded tokio-tungstenite v0.24.0
6492024-11-26T04:40:38.919Z Downloaded progenitor-impl v0.8.0
6502024-11-26T04:40:38.921Z Downloaded crc-any v2.5.0
6512024-11-26T04:40:38.933Z Downloaded want v0.3.1
6522024-11-26T04:40:38.936Z Downloaded rfc6979 v0.4.0
6532024-11-26T04:40:38.936Z Downloaded value-bag v1.9.0
6542024-11-26T04:40:38.938Z Downloaded radium v0.7.0
6552024-11-26T04:40:38.941Z Downloaded quinn-udp v0.5.5
6562024-11-26T04:40:38.943Z Downloaded secrecy v0.8.0
6572024-11-26T04:40:38.946Z Downloaded hyper-util v0.1.10
6582024-11-26T04:40:38.948Z Downloaded bytes v1.8.0
6592024-11-26T04:40:38.953Z Downloaded termios v0.3.3
6602024-11-26T04:40:38.956Z Downloaded clang-sys v1.8.1
6612024-11-26T04:40:38.958Z Downloaded darling_macro v0.20.10
6622024-11-26T04:40:38.961Z Downloaded sqlformat v0.2.6
6632024-11-26T04:40:38.961Z Downloaded ecdsa v0.16.9
6642024-11-26T04:40:38.964Z Downloaded uuid v1.11.0
6652024-11-26T04:40:38.966Z Downloaded spin v0.5.2
6662024-11-26T04:40:38.969Z Downloaded compact_str v0.8.0
6672024-11-26T04:40:38.973Z Downloaded newline-converter v0.3.0
6682024-11-26T04:40:38.975Z Downloaded tokio-macros v2.4.0
6692024-11-26T04:40:38.975Z Downloaded spin v0.9.8
6702024-11-26T04:40:38.978Z Downloaded powerfmt v0.2.0
6712024-11-26T04:40:38.980Z Downloaded salsa20 v0.10.2
6722024-11-26T04:40:38.982Z Downloaded ppv-lite86 v0.2.20
6732024-11-26T04:40:38.982Z Downloaded pem-rfc7468 v0.7.0
6742024-11-26T04:40:38.985Z Downloaded bindgen v0.69.5
6752024-11-26T04:40:38.992Z Downloaded enum-as-inner v0.6.1
6762024-11-26T04:40:38.995Z Downloaded serde-hex v0.1.0
6772024-11-26T04:40:38.997Z Downloaded parse-size v1.1.0
6782024-11-26T04:40:39.001Z Downloaded num_threads v0.1.7
6792024-11-26T04:40:39.001Z Downloaded scrypt v0.11.0
6802024-11-26T04:40:39.005Z Downloaded scopeguard v1.2.0
6812024-11-26T04:40:39.005Z Downloaded num_enum_derive v0.5.11
6822024-11-26T04:40:39.008Z Downloaded untrusted v0.7.1
6832024-11-26T04:40:39.008Z Downloaded unarray v0.1.4
6842024-11-26T04:40:39.008Z Downloaded smf v0.2.3
6852024-11-26T04:40:39.008Z Downloaded dirs-next v2.0.0
6862024-11-26T04:40:39.014Z Downloaded progenitor-client v0.8.0
6872024-11-26T04:40:39.020Z Downloaded debug-ignore v1.0.5
6882024-11-26T04:40:39.020Z Downloaded parking_lot_core v0.9.10
6892024-11-26T04:40:39.020Z Downloaded prettyplease v0.2.25
6902024-11-26T04:40:39.027Z Downloaded env_filter v0.1.2
6912024-11-26T04:40:39.027Z Downloaded tokio-native-tls v0.3.1
6922024-11-26T04:40:39.032Z Downloaded fallible-iterator v0.2.0
6932024-11-26T04:40:39.032Z Downloaded progenitor-macro v0.8.0
6942024-11-26T04:40:39.032Z Downloaded predicates-core v1.0.8
6952024-11-26T04:40:39.032Z Downloaded difflib v0.4.0
6962024-11-26T04:40:39.032Z Downloaded peg-macros v0.8.4
6972024-11-26T04:40:39.037Z Downloaded tokio-rustls v0.25.0
6982024-11-26T04:40:39.037Z Downloaded const_format v0.2.33
6992024-11-26T04:40:39.043Z Downloaded hash32 v0.2.1
7002024-11-26T04:40:39.045Z Downloaded whoami v1.5.2
7012024-11-26T04:40:39.045Z Downloaded minimal-lexical v0.2.1
7022024-11-26T04:40:39.048Z Downloaded mockall v0.13.0
7032024-11-26T04:40:39.051Z Downloaded env_logger v0.10.2
7042024-11-26T04:40:39.053Z Downloaded postgres-types v0.2.8
7052024-11-26T04:40:39.056Z Downloaded num_enum v0.5.11
7062024-11-26T04:40:39.068Z Downloaded url v2.5.3
7072024-11-26T04:40:39.071Z Downloaded tower-service v0.3.3
7082024-11-26T04:40:39.071Z Downloaded openssl-probe v0.1.5
7092024-11-26T04:40:39.072Z Downloaded toolchain_find v0.4.0
7102024-11-26T04:40:39.072Z Downloaded rtoolbox v0.0.2
7112024-11-26T04:40:39.072Z Downloaded rand_seeder v0.3.0
7122024-11-26T04:40:39.074Z Downloaded smallvec v1.13.2
7132024-11-26T04:40:39.077Z Downloaded rand_core v0.6.4
7142024-11-26T04:40:39.077Z Downloaded getrandom v0.2.15
7152024-11-26T04:40:39.080Z Downloaded typify v0.2.0
7162024-11-26T04:40:39.084Z Downloaded structmeta v0.2.0
7172024-11-26T04:40:39.086Z Downloaded unicode_categories v0.1.1
7182024-11-26T04:40:39.088Z Downloaded bumpalo v3.16.0
7192024-11-26T04:40:39.091Z Downloaded slog-async v2.8.0
7202024-11-26T04:40:39.093Z Downloaded openssl-macros v0.1.1
7212024-11-26T04:40:39.094Z Downloaded futures-task v0.3.31
7222024-11-26T04:40:39.096Z Downloaded base64 v0.21.7
7232024-11-26T04:40:39.100Z Downloaded defmt-parser v0.3.4
7242024-11-26T04:40:39.102Z Downloaded tui-tree-widget v0.22.0
7252024-11-26T04:40:39.104Z Downloaded strip-ansi-escapes v0.2.0
7262024-11-26T04:40:39.104Z Downloaded signal-hook-tokio v0.3.1
7272024-11-26T04:40:39.107Z Downloaded deranged v0.3.11
7282024-11-26T04:40:39.109Z Downloaded password-hash v0.5.0
7292024-11-26T04:40:39.111Z Downloaded num-complex v0.4.6
7302024-11-26T04:40:39.111Z Downloaded libxml v0.3.3
7312024-11-26T04:40:39.118Z Downloaded sigpipe v0.1.3
7322024-11-26T04:40:39.121Z Downloaded nibble_vec v0.1.0
7332024-11-26T04:40:39.124Z Downloaded foreign-types v0.3.2
7342024-11-26T04:40:39.124Z Downloaded group v0.13.0
7352024-11-26T04:40:39.127Z Downloaded funty v2.0.0
7362024-11-26T04:40:39.127Z Downloaded flagset v0.4.6
7372024-11-26T04:40:39.131Z Downloaded stringprep v0.1.5
7382024-11-26T04:40:39.131Z Downloaded parking_lot_core v0.8.6
7392024-11-26T04:40:39.133Z Downloaded derive_builder_macro v0.20.2
7402024-11-26T04:40:39.133Z Downloaded topological-sort v0.2.2
7412024-11-26T04:40:39.133Z Downloaded vte_generate_state_changes v0.1.2
7422024-11-26T04:40:39.136Z Downloaded zone_cfg_derive v0.3.0
7432024-11-26T04:40:39.136Z Downloaded fixedbitset v0.4.2
7442024-11-26T04:40:39.139Z Downloaded zerofrom v0.1.4
7452024-11-26T04:40:39.139Z Downloaded slog-term v2.9.1
7462024-11-26T04:40:39.141Z Downloaded num-rational v0.4.2
7472024-11-26T04:40:39.143Z Downloaded defmt-macros v0.3.9
7482024-11-26T04:40:39.146Z Downloaded opaque-debug v0.3.1
7492024-11-26T04:40:39.148Z Downloaded number_prefix v0.4.0
7502024-11-26T04:40:39.149Z Downloaded float-ord v0.3.2
7512024-11-26T04:40:39.151Z Downloaded password-hash v0.4.2
7522024-11-26T04:40:39.153Z Downloaded signature v2.2.0
7532024-11-26T04:40:39.156Z Downloaded packed_struct_codegen v0.10.1
7542024-11-26T04:40:39.156Z Downloaded rustls-pemfile v2.2.0
7552024-11-26T04:40:39.158Z Downloaded simd-adler32 v0.3.7
7562024-11-26T04:40:39.161Z Downloaded signal-hook-mio v0.2.4
7572024-11-26T04:40:39.164Z Downloaded pretty-hex v0.2.1
7582024-11-26T04:40:39.164Z Downloaded ed25519-dalek v2.1.1
7592024-11-26T04:40:39.167Z Downloaded rand_chacha v0.3.1
7602024-11-26T04:40:39.170Z Downloaded packed_struct v0.10.1
7612024-11-26T04:40:39.172Z Downloaded rusty-fork v0.3.0
7622024-11-26T04:40:39.174Z Downloaded pkg-config v0.3.31
7632024-11-26T04:40:39.174Z Downloaded derive_builder_core v0.20.2
7642024-11-26T04:40:39.177Z Downloaded der_derive v0.7.3
7652024-11-26T04:40:39.179Z Downloaded stable_deref_trait v1.2.0
7662024-11-26T04:40:39.181Z Downloaded globset v0.4.15
7672024-11-26T04:40:39.184Z Downloaded parking_lot v0.11.2
7682024-11-26T04:40:39.186Z Downloaded tracing-attributes v0.1.27
7692024-11-26T04:40:39.188Z Downloaded unicase v2.7.0
7702024-11-26T04:40:39.191Z Downloaded write16 v1.0.0
7712024-11-26T04:40:39.191Z Downloaded poly1305 v0.8.0
7722024-11-26T04:40:39.193Z Downloaded parking_lot v0.12.3
7732024-11-26T04:40:39.196Z Downloaded num v0.4.3
7742024-11-26T04:40:39.198Z Downloaded waitgroup v0.1.2
7752024-11-26T04:40:39.201Z Downloaded zone v0.1.8
7762024-11-26T04:40:39.201Z Downloaded serde_yaml v0.9.34+deprecated
7772024-11-26T04:40:39.203Z Downloaded zone v0.3.0
7782024-11-26T04:40:39.206Z Downloaded psl-types v2.0.11
7792024-11-26T04:40:39.208Z Downloaded darling_core v0.20.10
7802024-11-26T04:40:39.211Z Downloaded proc-macro-crate v1.3.1
7812024-11-26T04:40:39.214Z Downloaded endian-type v0.1.2
7822024-11-26T04:40:39.216Z Downloaded dsl_auto_type v0.1.2
7832024-11-26T04:40:39.216Z Downloaded polyval v0.6.2
7842024-11-26T04:40:39.218Z Downloaded num-iter v0.1.45
7852024-11-26T04:40:39.221Z Downloaded unsafe-libyaml v0.2.11
7862024-11-26T04:40:39.223Z Downloaded precomputed-hash v0.1.1
7872024-11-26T04:40:39.225Z Downloaded hyper v1.5.0
7882024-11-26T04:40:39.231Z Downloaded slog-scope v4.4.0
7892024-11-26T04:40:39.234Z Downloaded slog-json v2.6.1
7902024-11-26T04:40:39.236Z Downloaded defmt v0.3.8
7912024-11-26T04:40:39.238Z Downloaded primeorder v0.13.6
7922024-11-26T04:40:39.241Z Downloaded slog-bunyan v2.5.0
7932024-11-26T04:40:39.243Z Downloaded serde_path_to_error v0.1.16
7942024-11-26T04:40:39.245Z Downloaded phf v0.11.2
7952024-11-26T04:40:39.245Z Downloaded tokio-rustls v0.26.0
7962024-11-26T04:40:39.248Z Downloaded path-slash v0.1.5
7972024-11-26T04:40:39.250Z Downloaded writeable v0.5.5
7982024-11-26T04:40:39.253Z Downloaded tabwriter v1.4.0
7992024-11-26T04:40:39.253Z Downloaded rustc_version v0.4.1
8002024-11-26T04:40:39.255Z Downloaded twox-hash v1.6.3
8012024-11-26T04:40:39.258Z Downloaded idna v1.0.3
8022024-11-26T04:40:39.261Z Downloaded foreign-types-shared v0.3.1
8032024-11-26T04:40:39.264Z Downloaded fatfs v0.3.6
8042024-11-26T04:40:39.266Z Downloaded siphasher v0.3.11
8052024-11-26T04:40:39.268Z Downloaded hashlink v0.9.1
8062024-11-26T04:40:39.271Z Downloaded progenitor v0.8.0
8072024-11-26T04:40:39.274Z Downloaded signal-hook v0.3.17
8082024-11-26T04:40:39.276Z Downloaded strum v0.26.3
8092024-11-26T04:40:39.276Z Downloaded tungstenite v0.23.0
8102024-11-26T04:40:39.280Z Downloaded normalize-line-endings v0.3.0
8112024-11-26T04:40:39.283Z Downloaded nodrop v0.1.14
8122024-11-26T04:40:39.283Z Downloaded tracing-core v0.1.32
8132024-11-26T04:40:39.286Z Downloaded ghash v0.5.1
8142024-11-26T04:40:39.288Z Downloaded slab v0.4.9
8152024-11-26T04:40:39.291Z Downloaded expectorate v1.1.0
8162024-11-26T04:40:39.293Z Downloaded foreign-types-shared v0.1.1
8172024-11-26T04:40:39.293Z Downloaded slog-stdlog v4.1.1
8182024-11-26T04:40:39.296Z Downloaded unicode-xid v0.2.6
8192024-11-26T04:40:39.297Z Downloaded pin-project-lite v0.2.14
8202024-11-26T04:40:39.302Z Downloaded futures-executor v0.3.31
8212024-11-26T04:40:39.304Z Downloaded futures-core v0.3.31
8222024-11-26T04:40:39.306Z Downloaded predicates-tree v1.0.11
8232024-11-26T04:40:39.307Z Downloaded sqlparser_derive v0.2.2
8242024-11-26T04:40:39.309Z Downloaded walkdir v2.5.0
8252024-11-26T04:40:39.312Z Downloaded zeroize_derive v1.4.2
8262024-11-26T04:40:39.312Z Downloaded sha1 v0.10.6
8272024-11-26T04:40:39.314Z Downloaded serde_derive_internals v0.29.1
8282024-11-26T04:40:39.317Z Downloaded derive_more v0.99.18
8292024-11-26T04:40:39.320Z Downloaded downcast v0.11.0
8302024-11-26T04:40:39.322Z Downloaded take_mut v0.2.2
8312024-11-26T04:40:39.322Z Downloaded subprocess v0.2.9
8322024-11-26T04:40:39.331Z Downloaded display-error-chain v0.2.2
8332024-11-26T04:40:39.334Z Downloaded fragile v2.0.0
8342024-11-26T04:40:39.334Z Downloaded miniz_oxide v0.8.0
8352024-11-26T04:40:39.334Z Downloaded rayon-core v1.12.1
8362024-11-26T04:40:39.337Z Downloaded tungstenite v0.21.0
8372024-11-26T04:40:39.339Z Downloaded phf_codegen v0.11.2
8382024-11-26T04:40:39.342Z Downloaded tracing v0.1.40
8392024-11-26T04:40:39.346Z Downloaded ref-cast-impl v1.0.23
8402024-11-26T04:40:39.348Z Downloaded structmeta-derive v0.3.0
8412024-11-26T04:40:39.348Z Downloaded rustc-hash v2.0.0
8422024-11-26T04:40:39.351Z Downloaded rustc-hash v1.1.0
8432024-11-26T04:40:39.351Z Downloaded dirs-sys-next v0.1.2
8442024-11-26T04:40:39.354Z Downloaded ssh-cipher v0.2.0
8452024-11-26T04:40:39.354Z Downloaded yoke-derive v0.7.4
8462024-11-26T04:40:39.359Z Downloaded tap v1.0.1
8472024-11-26T04:40:39.359Z Downloaded ref-cast v1.0.23
8482024-11-26T04:40:39.362Z Downloaded hashbrown v0.12.3
8492024-11-26T04:40:39.364Z Downloaded pin-utils v0.1.0
8502024-11-26T04:40:39.364Z Downloaded predicates v3.1.2
8512024-11-26T04:40:39.367Z Downloaded vte v0.11.1
8522024-11-26T04:40:39.370Z Downloaded rpassword v7.3.1
8532024-11-26T04:40:39.372Z Downloaded dhcproto-macros v0.1.0
8542024-11-26T04:40:39.372Z Downloaded mirai-annotations v1.12.0
8552024-11-26T04:40:39.374Z Downloaded tokio-util v0.7.12
8562024-11-26T04:40:39.380Z Downloaded foreign-types v0.5.0
8572024-11-26T04:40:39.382Z Downloaded rustfmt-wrapper v0.2.1
8582024-11-26T04:40:39.385Z Downloaded untrusted v0.9.0
8592024-11-26T04:40:39.385Z Downloaded similar v2.6.0
8602024-11-26T04:40:39.389Z Downloaded test-strategy v0.3.1
8612024-11-26T04:40:39.393Z Downloaded flume v0.11.1
8622024-11-26T04:40:39.397Z Downloaded foreign-types-macros v0.2.3
8632024-11-26T04:40:39.399Z Downloaded structmeta-derive v0.2.0
8642024-11-26T04:40:39.399Z Downloaded zerofrom-derive v0.1.4
8652024-11-26T04:40:39.402Z Downloaded vergen v8.3.2
8662024-11-26T04:40:39.404Z Downloaded headers v0.4.0
8672024-11-26T04:40:39.410Z Downloaded newtype_derive v0.1.6
8682024-11-26T04:40:39.412Z Downloaded new_debug_unreachable v1.0.6
8692024-11-26T04:40:39.412Z Downloaded zeroize v1.8.1
8702024-11-26T04:40:39.414Z Downloaded owo-colors v4.1.0
8712024-11-26T04:40:39.417Z Downloaded tinystr v0.7.6
8722024-11-26T04:40:39.419Z Downloaded termtree v0.4.1
8732024-11-26T04:40:39.421Z Downloaded smallvec v0.6.14
8742024-11-26T04:40:39.421Z Downloaded dropshot_endpoint v0.13.0
8752024-11-26T04:40:39.425Z Downloaded phf_shared v0.10.0
8762024-11-26T04:40:39.427Z Downloaded phf_shared v0.11.2
8772024-11-26T04:40:39.427Z Downloaded dropshot_endpoint v0.12.0
8782024-11-26T04:40:39.430Z Downloaded embedded-io v0.6.1
8792024-11-26T04:40:39.432Z Downloaded num-conv v0.1.0
8802024-11-26T04:40:39.434Z Downloaded serde_urlencoded v0.7.1
8812024-11-26T04:40:39.434Z Downloaded same-file v1.0.6
8822024-11-26T04:40:39.436Z Downloaded futures-macro v0.3.31
8832024-11-26T04:40:39.437Z Downloaded futures-io v0.3.31
8842024-11-26T04:40:39.439Z Downloaded tokio-tungstenite v0.23.1
8852024-11-26T04:40:39.441Z Downloaded sync_wrapper v1.0.1
8862024-11-26T04:40:39.441Z Downloaded slog v2.7.0
8872024-11-26T04:40:39.444Z Downloaded postcard v1.0.10
8882024-11-26T04:40:39.447Z Downloaded nanorand v0.7.0
8892024-11-26T04:40:39.450Z Downloaded sync-ptr v0.1.1
8902024-11-26T04:40:39.452Z Downloaded strum_macros v0.24.3
8912024-11-26T04:40:39.455Z Downloaded pin-project-internal v1.1.6
8922024-11-26T04:40:39.455Z Downloaded tinyvec v1.8.0
8932024-11-26T04:40:39.458Z Downloaded structmeta v0.3.0
8942024-11-26T04:40:39.460Z Downloaded icu_properties_data v1.5.0
8952024-11-26T04:40:39.470Z Downloaded oso v0.27.3
8962024-11-26T04:40:39.474Z Downloaded float-cmp v0.9.0
8972024-11-26T04:40:39.476Z Downloaded num-derive v0.4.2
8982024-11-26T04:40:39.479Z Downloaded xz2 v0.1.7
8992024-11-26T04:40:39.481Z Downloaded unicode-truncate v1.1.0
9002024-11-26T04:40:39.481Z Downloaded futures v0.3.31
9012024-11-26T04:40:39.486Z Downloaded yasna v0.5.2
9022024-11-26T04:40:39.488Z Downloaded mio v1.0.2
9032024-11-26T04:40:39.494Z Downloaded num-integer v0.1.46
9042024-11-26T04:40:39.497Z Downloaded universal-hash v0.5.1
9052024-11-26T04:40:39.499Z Downloaded xattr v1.3.1
9062024-11-26T04:40:39.499Z Downloaded phf_generator v0.11.2
9072024-11-26T04:40:39.501Z Downloaded num-bigint v0.4.6
9082024-11-26T04:40:39.506Z Downloaded native-tls v0.2.12
9092024-11-26T04:40:39.508Z Downloaded synstructure v0.13.1
9102024-11-26T04:40:39.510Z Downloaded quinn v0.11.5
9112024-11-26T04:40:39.513Z Downloaded ssh-encoding v0.2.0
9122024-11-26T04:40:39.515Z Downloaded rustyline v14.0.0
9132024-11-26T04:40:39.520Z Downloaded nu-ansi-term v0.50.1
9142024-11-26T04:40:39.523Z Downloaded rustc-demangle v0.1.24
9152024-11-26T04:40:39.525Z Downloaded pkcs8 v0.10.2
9162024-11-26T04:40:39.528Z Downloaded serde_with_macros v3.11.0
9172024-11-26T04:40:39.530Z Downloaded tar v0.4.42
9182024-11-26T04:40:39.533Z Downloaded elliptic-curve v0.13.8
9192024-11-26T04:40:39.537Z Downloaded openssl-sys v0.9.103
9202024-11-26T04:40:39.542Z Downloaded lalrpop v0.19.12
9212024-11-26T04:40:39.555Z Downloaded pkcs1 v0.7.5
9222024-11-26T04:40:39.557Z Downloaded aws-lc-rs v1.10.0
9232024-11-26T04:40:39.567Z Downloaded tokio-tungstenite v0.21.0
9242024-11-26T04:40:39.569Z Downloaded zip v2.1.3
9252024-11-26T04:40:39.574Z Downloaded zip v0.6.6
9262024-11-26T04:40:39.578Z Downloaded unicode-properties v0.1.3
9272024-11-26T04:40:39.580Z Downloaded ron v0.8.1
9282024-11-26T04:40:39.587Z Downloaded dhcproto v0.12.0
9292024-11-26T04:40:39.589Z Downloaded zerovec v0.10.4
9302024-11-26T04:40:39.595Z Downloaded zerocopy-derive v0.8.10
9312024-11-26T04:40:39.602Z Downloaded schemars v0.8.21
9322024-11-26T04:40:39.614Z Downloaded pkcs5 v0.7.1
9332024-11-26T04:40:39.619Z Downloaded idna v0.2.3
9342024-11-26T04:40:39.626Z Downloaded chrono v0.4.38
9352024-11-26T04:40:39.634Z Downloaded toml_edit v0.19.15
9362024-11-26T04:40:39.651Z Downloaded hashbrown v0.13.2
9372024-11-26T04:40:39.655Z Downloaded time v0.3.36
9382024-11-26T04:40:39.663Z Downloaded reqwest v0.12.9
9392024-11-26T04:40:39.671Z Downloaded nom v7.1.3
9402024-11-26T04:40:39.677Z Downloaded idna v0.5.0
9412024-11-26T04:40:39.684Z Downloaded bitvec v1.0.1
9422024-11-26T04:40:39.700Z Downloaded rayon v1.10.0
9432024-11-26T04:40:39.710Z Downloaded num-bigint-dig v0.8.4
9442024-11-26T04:40:39.715Z Downloaded x509-cert v0.2.5
9452024-11-26T04:40:39.721Z Downloaded p521 v0.13.3
9462024-11-26T04:40:39.725Z Downloaded ssh-key v0.6.6
9472024-11-26T04:40:39.733Z Downloaded serde_with v3.11.0
9482024-11-26T04:40:39.741Z Downloaded radix_trie v0.2.1
9492024-11-26T04:40:39.747Z Downloaded flate2 v1.0.34
9502024-11-26T04:40:39.752Z Downloaded hashbrown v0.14.5
9512024-11-26T04:40:39.758Z Downloaded quick-xml v0.33.0
9522024-11-26T04:40:39.765Z Downloaded rustls-webpki v0.101.7
9532024-11-26T04:40:39.780Z Downloaded russh v0.45.0
9542024-11-26T04:40:39.785Z Downloaded proptest v1.5.0
9552024-11-26T04:40:39.795Z Downloaded rusqlite v0.32.1
9562024-11-26T04:40:39.802Z Downloaded webpki-roots v0.26.6
9572024-11-26T04:40:39.806Z Downloaded dropshot v0.13.0
9582024-11-26T04:40:39.827Z Downloaded nix v0.29.0
9592024-11-26T04:40:39.839Z Downloaded regex-syntax v0.6.29
9602024-11-26T04:40:39.847Z Downloaded p384 v0.13.0
9612024-11-26T04:40:39.854Z Downloaded portable-atomic v1.9.0
9622024-11-26T04:40:39.861Z Downloaded salty v0.3.0
9632024-11-26T04:40:39.868Z Downloaded sqlparser v0.45.0
9642024-11-26T04:40:39.874Z Downloaded rustls v0.22.4
9652024-11-26T04:40:39.889Z Downloaded unicode-width v0.2.0
9662024-11-26T04:40:39.895Z Downloaded gimli v0.31.1
9672024-11-26T04:40:39.903Z Downloaded regex v1.11.1
9682024-11-26T04:40:39.917Z Downloaded rustls-webpki v0.102.8
9692024-11-26T04:40:39.936Z Downloaded object v0.36.5
9702024-11-26T04:40:39.947Z Downloaded dropshot v0.12.0
9712024-11-26T04:40:39.967Z Downloaded vcpkg v0.2.15
9722024-11-26T04:40:40.005Z Downloaded openssl v0.10.66
9732024-11-26T04:40:40.014Z Downloaded rustls v0.23.14
9742024-11-26T04:40:40.026Z Downloaded smoltcp v0.11.0
9752024-11-26T04:40:40.043Z Downloaded polar-core v0.27.3
9762024-11-26T04:40:40.047Z Downloaded libz-sys v1.1.20
9772024-11-26T04:40:40.069Z Downloaded regex-syntax v0.8.5
9782024-11-26T04:40:40.077Z Downloaded chrono-tz v0.10.0
9792024-11-26T04:40:40.084Z Downloaded regress v0.10.1
9802024-11-26T04:40:40.093Z Downloaded rustls v0.21.12
9812024-11-26T04:40:40.104Z Downloaded bstr v1.10.0
9822024-11-26T04:40:40.115Z Downloaded sled v0.34.7
9832024-11-26T04:40:40.126Z Downloaded diesel v2.2.4
9842024-11-26T04:40:40.145Z Downloaded ratatui v0.28.1
9852024-11-26T04:40:40.164Z Downloaded openapiv3 v2.0.0
9862024-11-26T04:40:40.175Z Downloaded typify-impl v0.2.0
9872024-11-26T04:40:40.190Z Downloaded zerocopy-derive v0.6.6
9882024-11-26T04:40:40.200Z Downloaded petname v2.0.2
9892024-11-26T04:40:40.206Z Downloaded trust-dns-proto v0.22.0
9902024-11-26T04:40:40.218Z Downloaded object v0.30.4
9912024-11-26T04:40:40.228Z Downloaded bzip2-sys v0.1.11+1.0.8
9922024-11-26T04:40:40.241Z Downloaded lzma-sys v0.1.20
9932024-11-26T04:40:40.268Z Downloaded regex-automata v0.4.8
9942024-11-26T04:40:40.285Z Downloaded nix v0.27.1
9952024-11-26T04:40:40.295Z Downloaded curve25519-dalek v4.1.3
9962024-11-26T04:40:40.304Z Downloaded regress v0.9.1
9972024-11-26T04:40:40.313Z Downloaded nix v0.28.0
9982024-11-26T04:40:40.325Z Downloaded petgraph v0.6.5
9992024-11-26T04:40:40.342Z Downloaded smoltcp v0.9.1
10002024-11-26T04:40:40.352Z Downloaded quinn-proto v0.11.8
10012024-11-26T04:40:40.358Z Downloaded git2 v0.19.0
10022024-11-26T04:40:40.367Z Downloaded tokio v1.40.0
10032024-11-26T04:40:40.404Z Downloaded csv v1.3.0
10042024-11-26T04:40:40.423Z Downloaded sha3 v0.10.8
10052024-11-26T04:40:40.427Z Downloaded reedline v0.35.0
10062024-11-26T04:40:40.435Z Downloaded unicode-normalization v0.1.24
10072024-11-26T04:40:40.438Z Downloaded h2 v0.4.6
10082024-11-26T04:40:40.445Z Downloaded zerocopy v0.8.10
10092024-11-26T04:40:40.467Z Downloaded p256 v0.13.2
10102024-11-26T04:40:40.470Z Downloaded idna v0.4.0
10112024-11-26T04:40:40.477Z Downloaded tough v0.19.0
10122024-11-26T04:40:40.484Z Downloaded wyz v0.5.1
10132024-11-26T04:40:40.486Z Downloaded unicode-segmentation v1.12.0
10142024-11-26T04:40:40.489Z Downloaded typed-path v0.9.3
10152024-11-26T04:40:40.495Z Downloaded rand v0.8.5
10162024-11-26T04:40:40.498Z Downloaded futures-util v0.3.31
10172024-11-26T04:40:40.510Z Downloaded rcgen v0.12.1
10182024-11-26T04:40:40.512Z Downloaded unicode-bidi v0.3.17
10192024-11-26T04:40:40.515Z Downloaded winnow v0.5.40
10202024-11-26T04:40:40.523Z Downloaded pin-project v1.1.6
10212024-11-26T04:40:40.534Z Downloaded toml v0.7.8
10222024-11-26T04:40:40.537Z Downloaded parse-zoneinfo v0.3.1
10232024-11-26T04:40:40.540Z Downloaded blake3 v1.5.4
10242024-11-26T04:40:40.547Z Downloaded scheduled-thread-pool v0.2.7
10252024-11-26T04:40:40.550Z Downloaded mockall_derive v0.13.0
10262024-11-26T04:40:40.552Z Downloaded crossterm v0.28.1
10272024-11-26T04:40:40.557Z Downloaded dunce v1.0.5
10282024-11-26T04:40:40.559Z Downloaded diesel-dtrace v0.3.0
10292024-11-26T04:40:40.559Z Downloaded yoke v0.7.4
10302024-11-26T04:40:40.561Z Downloaded tokio-stream v0.1.16
10312024-11-26T04:40:40.565Z Downloaded rustc_version v0.1.7
10322024-11-26T04:40:40.567Z Downloaded ena v0.14.3
10332024-11-26T04:40:40.569Z Downloaded vsss-rs v3.3.4
10342024-11-26T04:40:40.572Z Downloaded rsa v0.9.6
10352024-11-26T04:40:40.574Z Downloaded futures-sink v0.3.31
10362024-11-26T04:40:40.576Z Downloaded fallible-streaming-iterator v0.1.9
10372024-11-26T04:40:40.577Z Downloaded fallible-iterator v0.3.0
10382024-11-26T04:40:40.579Z Downloaded derive-where v1.2.7
10392024-11-26T04:40:40.581Z Downloaded pbkdf2 v0.12.2
10402024-11-26T04:40:40.583Z Downloaded pbkdf2 v0.11.0
10412024-11-26T04:40:40.585Z Downloaded displaydoc v0.2.5
10422024-11-26T04:40:40.588Z Downloaded thread_local v1.1.8
10432024-11-26T04:40:40.590Z Downloaded snafu v0.8.5
10442024-11-26T04:40:40.594Z Downloaded strum_macros v0.26.4
10452024-11-26T04:40:40.596Z Downloaded tungstenite v0.24.0
10462024-11-26T04:40:40.599Z Downloaded oso-derive v0.27.3
10472024-11-26T04:40:40.602Z Downloaded foldhash v0.1.3
10482024-11-26T04:40:40.602Z Downloaded derive_builder v0.20.2
10492024-11-26T04:40:40.606Z Downloaded itertools v0.13.0
10502024-11-26T04:40:40.613Z Downloaded itertools v0.12.1
10512024-11-26T04:40:40.619Z Downloaded fs_extra v1.3.0
10522024-11-26T04:40:40.623Z Downloaded wait-timeout v0.2.0
10532024-11-26T04:40:40.626Z Downloaded strum_macros v0.25.3
10542024-11-26T04:40:40.626Z Downloaded rustls-pki-types v1.9.0
10552024-11-26T04:40:40.628Z Downloaded tokio-postgres v0.7.12
10562024-11-26T04:40:40.633Z Downloaded time-macros v0.2.18
10572024-11-26T04:40:40.635Z Downloaded half v2.4.1
10582024-11-26T04:40:40.638Z Downloaded encoding_rs v0.8.34
10592024-11-26T04:40:40.659Z Downloaded ron v0.7.1
10602024-11-26T04:40:40.664Z Downloaded glob v0.3.1
10612024-11-26T04:40:40.666Z Downloaded diesel_derives v2.2.3
10622024-11-26T04:40:40.669Z Downloaded der v0.7.9
10632024-11-26T04:40:40.674Z Downloaded crossbeam-channel v0.5.13
10642024-11-26T04:40:40.678Z Downloaded zopfli v0.8.1
10652024-11-26T04:40:40.681Z Downloaded tiny-keccak v2.0.2
10662024-11-26T04:40:40.683Z Downloaded termcolor v1.4.1
10672024-11-26T04:40:40.685Z Downloaded diff v0.1.13
10682024-11-26T04:40:40.688Z Downloaded qorb v0.2.0
10692024-11-26T04:40:40.691Z Downloaded signal-hook-registry v1.4.2
10702024-11-26T04:40:40.693Z Downloaded omicron-zone-package v0.11.1
10712024-11-26T04:40:40.696Z Downloaded zerocopy v0.6.6
10722024-11-26T04:40:40.698Z Downloaded steno v0.4.1
10732024-11-26T04:40:40.701Z Downloaded publicsuffix v2.2.3
10742024-11-26T04:40:40.703Z Downloaded snafu-derive v0.8.5
10752024-11-26T04:40:40.706Z Downloaded paste v1.0.15
10762024-11-26T04:40:40.708Z Downloaded enum-as-inner v0.5.1
10772024-11-26T04:40:40.710Z Downloaded parse-display-derive v0.10.0
10782024-11-26T04:40:40.712Z Downloaded libm v0.2.8
10792024-11-26T04:40:40.718Z Downloaded newtype-uuid v1.1.3
10802024-11-26T04:40:40.720Z Downloaded libgit2-sys v0.17.0+1.8.1
10812024-11-26T04:40:40.775Z Downloaded socket2 v0.5.7
10822024-11-26T04:40:40.778Z Downloaded postgres-protocol v0.6.7
10832024-11-26T04:40:40.780Z Downloaded chacha20poly1305 v0.10.1
10842024-11-26T04:40:40.782Z Downloaded backtrace v0.3.74
10852024-11-26T04:40:40.785Z Downloaded env_logger v0.11.5
10862024-11-26T04:40:40.788Z Downloaded zerovec-derive v0.10.3
10872024-11-26T04:40:40.790Z Downloaded tokio-rustls v0.24.1
10882024-11-26T04:40:40.793Z Downloaded crypto-bigint v0.5.5
10892024-11-26T04:40:40.798Z Downloaded cc v1.1.30
10902024-11-26T04:40:40.800Z Downloaded base64 v0.22.1
10912024-11-26T04:40:40.804Z Downloaded embedded-io v0.4.0
10922024-11-26T04:40:40.807Z Downloaded itertools v0.10.5
10932024-11-26T04:40:40.812Z Downloaded icu_collections v1.5.0
10942024-11-26T04:40:40.818Z Downloaded cookie v0.18.1
10952024-11-26T04:40:40.820Z Downloaded which v4.4.2
10962024-11-26T04:40:40.822Z Downloaded sct v0.7.1
10972024-11-26T04:40:40.825Z Downloaded num-traits v0.2.19
10982024-11-26T04:40:40.827Z Downloaded resolv-conf v0.7.0
10992024-11-26T04:40:40.830Z Downloaded samael v0.0.17
11002024-11-26T04:40:40.834Z Downloaded memmap2 v0.9.5
11012024-11-26T04:40:40.836Z Downloaded icu_properties v1.5.1
11022024-11-26T04:40:40.839Z Downloaded base64 v0.13.1
11032024-11-26T04:40:40.841Z Downloaded sec1 v0.7.3
11042024-11-26T04:40:40.844Z Downloaded rustls-pemfile v1.0.4
11052024-11-26T04:40:40.846Z Downloaded r2d2 v0.8.10
11062024-11-26T04:40:40.846Z Downloaded multer v3.1.0
11072024-11-26T04:40:40.849Z Downloaded futures-channel v0.3.31
11082024-11-26T04:40:40.852Z Downloaded indexmap v1.9.3
11092024-11-26T04:40:40.854Z Downloaded pem v3.0.4
11102024-11-26T04:40:40.857Z Downloaded peg v0.8.4
11112024-11-26T04:40:40.859Z Downloaded parse-display v0.10.0
11122024-11-26T04:40:40.859Z Downloaded olpc-cjson v0.1.4
11132024-11-26T04:40:40.862Z Downloaded hash32 v0.3.1
11142024-11-26T04:40:40.862Z Downloaded utf8_iter v1.0.4
11152024-11-26T04:40:40.864Z Downloaded russh-keys v0.45.0
11162024-11-26T04:40:40.864Z Downloaded uzers v0.12.1
11172024-11-26T04:40:40.867Z Downloaded ed25519 v2.2.3
11182024-11-26T04:40:40.870Z Downloaded diesel_table_macro_syntax v0.2.0
11192024-11-26T04:40:40.870Z Downloaded icu_provider v1.5.0
11202024-11-26T04:40:40.872Z Downloaded data-encoding v2.6.0
11212024-11-26T04:40:40.872Z Downloaded utf-8 v0.7.6
11222024-11-26T04:40:40.875Z Downloaded csv-core v0.1.11
11232024-11-26T04:40:40.875Z Downloaded cookie_store v0.21.0
11242024-11-26T04:40:40.878Z Downloaded console v0.15.8
11252024-11-26T04:40:40.880Z Downloaded blowfish v0.9.1
11262024-11-26T04:40:40.880Z Downloaded blake2 v0.10.6
11272024-11-26T04:40:40.883Z Downloaded thiserror-impl-no-std v2.0.2
11282024-11-26T04:40:40.885Z Downloaded supports-color v3.0.1
11292024-11-26T04:40:40.885Z Downloaded slog-envlogger v2.2.0
11302024-11-26T04:40:40.888Z Downloaded slog-dtrace v0.3.0
11312024-11-26T04:40:40.888Z Downloaded shlex v1.3.0
11322024-11-26T04:40:40.891Z Downloaded shell-words v1.1.0
11332024-11-26T04:40:40.891Z Downloaded schemars_derive v0.8.21
11342024-11-26T04:40:40.894Z Downloaded linked-hash-map v0.5.6
11352024-11-26T04:40:40.894Z Downloaded libloading v0.8.5
11362024-11-26T04:40:40.897Z Downloaded lalrpop-util v0.19.12
11372024-11-26T04:40:40.897Z Downloaded ipnetwork v0.20.0
11382024-11-26T04:40:40.897Z Downloaded instability v0.3.2
11392024-11-26T04:40:40.900Z Downloaded hubpack v0.1.2
11402024-11-26T04:40:40.900Z Downloaded colored v2.1.0
11412024-11-26T04:40:40.902Z Downloaded rand_xorshift v0.3.0
11422024-11-26T04:40:40.902Z Downloaded jobserver v0.1.32
11432024-11-26T04:40:40.906Z Downloaded iana-time-zone v0.1.61
11442024-11-26T04:40:40.908Z Downloaded crc v3.2.1
11452024-11-26T04:40:40.911Z Downloaded constant_time_eq v0.3.1
11462024-11-26T04:40:40.914Z Downloaded cobs v0.2.3
11472024-11-26T04:40:40.914Z Downloaded cexpr v0.6.0
11482024-11-26T04:40:40.916Z Downloaded cmake v0.1.51
11492024-11-26T04:40:40.916Z Downloaded chacha20 v0.9.1
11502024-11-26T04:40:40.919Z Downloaded keccak v0.1.5
11512024-11-26T04:40:40.919Z Downloaded castaway v0.2.3
11522024-11-26T04:40:40.921Z Downloaded lru v0.12.5
11532024-11-26T04:40:40.921Z Downloaded is_ci v1.2.0
11542024-11-26T04:40:40.924Z Downloaded instant v0.1.13
11552024-11-26T04:40:40.924Z Downloaded indent_write v2.2.0
11562024-11-26T04:40:40.926Z Downloaded array-init v0.0.4
11572024-11-26T04:40:40.926Z Downloaded hex v0.4.3
11582024-11-26T04:40:40.929Z Downloaded highway v1.2.0
11592024-11-26T04:40:40.929Z Downloaded aes v0.8.4
11602024-11-26T04:40:40.932Z Downloaded allocator-api2 v0.2.18
11612024-11-26T04:40:41.211Z Downloaded ring v0.17.8
11622024-11-26T04:40:41.317Z Downloaded aws-lc-sys v0.22.0
11632024-11-26T04:40:41.585Z Downloaded ring v0.16.20
11642024-11-26T04:40:41.672Z Downloaded libsqlite3-sys v0.30.1
11652024-11-26T04:40:41.845Z Compiling serde v1.0.215
11662024-11-26T04:40:41.848Z Compiling lock_api v0.4.12
11672024-11-26T04:40:41.848Z Compiling scopeguard v1.2.0
11682024-11-26T04:40:41.848Z Compiling value-bag v1.9.0
11692024-11-26T04:40:41.848Z Compiling typenum v1.17.0
11702024-11-26T04:40:41.848Z Compiling generic-array v0.14.7
11712024-11-26T04:40:42.048Z Compiling syn v2.0.87
11722024-11-26T04:40:42.063Z Compiling getrandom v0.2.15
11732024-11-26T04:40:42.158Z Compiling subtle v2.6.1
11742024-11-26T04:40:42.338Z Compiling rand_core v0.6.4
11752024-11-26T04:40:42.608Z Compiling log v0.4.22
11762024-11-26T04:40:42.633Z Compiling shlex v1.3.0
11772024-11-26T04:40:42.654Z Compiling jobserver v0.1.32
11782024-11-26T04:40:42.745Z Compiling const-oid v0.9.6
11792024-11-26T04:40:42.979Z Compiling smallvec v1.13.2
11802024-11-26T04:40:43.041Z Compiling cc v1.1.30
11812024-11-26T04:40:43.063Z Compiling spin v0.9.8
11822024-11-26T04:40:43.436Z Compiling pin-project-lite v0.2.14
11832024-11-26T04:40:43.472Z Compiling rustix v0.38.37
11842024-11-26T04:40:43.560Z Compiling parking_lot_core v0.9.10
11852024-11-26T04:40:43.581Z Compiling futures-core v0.3.31
11862024-11-26T04:40:43.653Z Compiling signal-hook-registry v1.4.2
11872024-11-26T04:40:43.819Z Compiling mio v1.0.2
11882024-11-26T04:40:44.421Z Compiling aho-corasick v1.1.3
11892024-11-26T04:40:44.520Z Compiling parking_lot v0.12.3
11902024-11-26T04:40:44.750Z Compiling regex-syntax v0.8.5
11912024-11-26T04:40:44.799Z Compiling cpufeatures v0.2.14
11922024-11-26T04:40:44.860Z Compiling either v1.13.0
11932024-11-26T04:40:44.905Z Compiling lazy_static v1.5.0
11942024-11-26T04:40:45.035Z Compiling stable_deref_trait v1.2.0
11952024-11-26T04:40:45.068Z Compiling glob v0.3.1
11962024-11-26T04:40:45.143Z Compiling futures-sink v0.3.31
11972024-11-26T04:40:45.310Z Compiling socket2 v0.5.7
11982024-11-26T04:40:45.313Z Compiling slab v0.4.9
11992024-11-26T04:40:45.498Z Compiling prettyplease v0.2.25
12002024-11-26T04:40:45.784Z Compiling minimal-lexical v0.2.1
12012024-11-26T04:40:46.117Z Compiling clang-sys v1.8.1
12022024-11-26T04:40:46.172Z Compiling libloading v0.8.5
12032024-11-26T04:40:46.335Z Compiling nom v7.1.3
12042024-11-26T04:40:46.357Z Compiling serde_json v1.0.132
12052024-11-26T04:40:46.618Z Compiling bindgen v0.69.5
12062024-11-26T04:40:46.707Z Compiling home v0.5.9
12072024-11-26T04:40:47.001Z Compiling futures-channel v0.3.31
12082024-11-26T04:40:47.416Z Compiling itertools v0.12.1
12092024-11-26T04:40:47.439Z Compiling pin-utils v0.1.0
12102024-11-26T04:40:47.532Z Compiling allocator-api2 v0.2.18
12112024-11-26T04:40:47.553Z Compiling rustc-hash v1.1.0
12122024-11-26T04:40:47.708Z Compiling futures-task v0.3.31
12132024-11-26T04:40:48.037Z Compiling lazycell v1.3.0
12142024-11-26T04:40:48.203Z Compiling foldhash v0.1.3
12152024-11-26T04:40:48.341Z Compiling futures-io v0.3.31
12162024-11-26T04:40:48.485Z Compiling hashbrown v0.15.0
12172024-11-26T04:40:48.660Z Compiling regex-automata v0.4.8
12182024-11-26T04:40:49.847Z Compiling synstructure v0.13.1
12192024-11-26T04:40:50.160Z Compiling cexpr v0.6.0
12202024-11-26T04:40:50.612Z Compiling cmake v0.1.51
12212024-11-26T04:40:51.557Z Compiling tinyvec_macros v0.1.1
12222024-11-26T04:40:51.654Z Compiling libm v0.2.8
12232024-11-26T04:40:51.675Z Compiling fs_extra v1.3.0
12242024-11-26T04:40:51.772Z Compiling pkg-config v0.3.31
12252024-11-26T04:40:51.959Z Compiling dunce v1.0.5
12262024-11-26T04:40:52.012Z Compiling tinyvec v1.8.0
12272024-11-26T04:40:52.095Z Compiling num-traits v0.2.19
12282024-11-26T04:40:52.620Z Compiling ring v0.17.8
12292024-11-26T04:40:53.374Z Compiling litemap v0.7.3
12302024-11-26T04:40:53.378Z Compiling writeable v0.5.5
12312024-11-26T04:40:53.578Z Compiling unicode-normalization v0.1.24
12322024-11-26T04:40:53.713Z Compiling unicode-bidi v0.3.17
12332024-11-26T04:40:53.742Z Compiling base64ct v1.6.0
12342024-11-26T04:40:53.765Z Compiling paste v1.0.15
12352024-11-26T04:40:54.236Z Compiling regex v1.11.1
12362024-11-26T04:40:54.392Z Compiling pem-rfc7468 v0.7.0
12372024-11-26T04:40:55.053Z Compiling aws-lc-rs v1.10.0
12382024-11-26T04:40:55.111Z Compiling httparse v1.9.5
12392024-11-26T04:40:55.353Z Compiling flagset v0.4.6
12402024-11-26T04:40:55.568Z Compiling tracing-core v0.1.32
12412024-11-26T04:40:55.907Z Compiling percent-encoding v2.3.1
12422024-11-26T04:40:56.261Z Compiling rustls-pki-types v1.9.0
12432024-11-26T04:40:56.536Z Compiling icu_locid_transform_data v1.5.0
12442024-11-26T04:40:56.594Z Compiling crossbeam-utils v0.8.20
12452024-11-26T04:40:56.786Z Compiling serde_derive v1.0.215
12462024-11-26T04:40:56.873Z Compiling zeroize_derive v1.4.2
12472024-11-26T04:40:57.152Z Compiling zerocopy-derive v0.7.35
12482024-11-26T04:40:57.270Z Compiling tokio-macros v2.4.0
12492024-11-26T04:40:57.290Z Compiling zerofrom-derive v0.1.4
12502024-11-26T04:40:58.482Z Compiling zeroize v1.8.1
12512024-11-26T04:40:58.860Z Compiling yoke-derive v0.7.4
12522024-11-26T04:40:58.862Z Compiling thiserror-impl v1.0.69
12532024-11-26T04:40:59.429Z Compiling zerocopy v0.7.35
12542024-11-26T04:41:00.127Z Compiling crypto-common v0.1.6
12552024-11-26T04:41:00.367Z Compiling block-buffer v0.10.4
12562024-11-26T04:41:00.639Z Compiling digest v0.10.7
12572024-11-26T04:41:00.971Z Compiling zerovec-derive v0.10.3
12582024-11-26T04:41:01.111Z Compiling hmac v0.12.1
12592024-11-26T04:41:01.291Z Compiling zerofrom v0.1.4
12602024-11-26T04:41:01.324Z Compiling futures-macro v0.3.31
12612024-11-26T04:41:01.342Z Compiling block-padding v0.3.3
12622024-11-26T04:41:01.518Z Compiling displaydoc v0.2.5
12632024-11-26T04:41:01.588Z Compiling inout v0.1.3
12642024-11-26T04:41:01.831Z Compiling cipher v0.4.4
12652024-11-26T04:41:01.885Z Compiling yoke v0.7.4
12662024-11-26T04:41:02.190Z Compiling thiserror v1.0.69
12672024-11-26T04:41:02.230Z Compiling sha2 v0.10.8
12682024-11-26T04:41:02.337Z Compiling ppv-lite86 v0.2.20
12692024-11-26T04:41:02.342Z Compiling der_derive v0.7.3
12702024-11-26T04:41:03.183Z Compiling icu_provider_macros v1.5.0
12712024-11-26T04:41:03.202Z Compiling rand_chacha v0.3.1
12722024-11-26T04:41:03.287Z Compiling futures-util v0.3.31
12732024-11-26T04:41:03.651Z Compiling zerovec v0.10.4
12742024-11-26T04:41:04.248Z Compiling tracing-attributes v0.1.27
12752024-11-26T04:41:04.782Z Compiling der v0.7.9
12762024-11-26T04:41:05.429Z Compiling tinystr v0.7.6
12772024-11-26T04:41:05.654Z Compiling icu_collections v1.5.0
12782024-11-26T04:41:05.840Z Compiling icu_locid v1.5.0
12792024-11-26T04:41:05.870Z Compiling rand v0.8.5
12802024-11-26T04:41:07.123Z Compiling icu_provider v1.5.0
12812024-11-26T04:41:07.760Z Compiling tracing v0.1.40
12822024-11-26T04:41:08.009Z Compiling icu_locid_transform v1.5.0
12832024-11-26T04:41:08.066Z Compiling spki v0.7.3
12842024-11-26T04:41:08.255Z Compiling pest v2.7.14
12852024-11-26T04:41:08.273Z Compiling salsa20 v0.10.2
12862024-11-26T04:41:08.276Z Compiling pbkdf2 v0.12.2
12872024-11-26T04:41:08.506Z Compiling untrusted v0.9.0
12882024-11-26T04:41:08.510Z Compiling untrusted v0.7.1
12892024-11-26T04:41:08.510Z Compiling mirai-annotations v1.12.0
12902024-11-26T04:41:08.605Z Compiling powerfmt v0.2.0
12912024-11-26T04:41:08.643Z Compiling vcpkg v0.2.15
12922024-11-26T04:41:08.664Z Compiling time-core v0.1.2
12932024-11-26T04:41:08.827Z Compiling icu_properties_data v1.5.0
12942024-11-26T04:41:09.003Z Compiling num-conv v0.1.0
12952024-11-26T04:41:09.112Z Compiling deranged v0.3.11
12962024-11-26T04:41:09.256Z Compiling time-macros v0.2.18
12972024-11-26T04:41:09.288Z Compiling icu_properties v1.5.1
12982024-11-26T04:41:10.667Z Compiling bitflags v2.6.0
12992024-11-26T04:41:10.807Z Compiling bytes v1.8.0
13002024-11-26T04:41:11.109Z Compiling indexmap v2.6.0
13012024-11-26T04:41:11.165Z Compiling semver v1.0.23
13022024-11-26T04:41:11.944Z Compiling tokio v1.40.0
13032024-11-26T04:41:12.140Z Compiling http v1.1.0
13042024-11-26T04:41:12.605Z Compiling rustc_version v0.4.1
13052024-11-26T04:41:12.658Z Compiling openssl-sys v0.9.103
13062024-11-26T04:41:13.389Z Compiling pest_meta v2.7.14
13072024-11-26T04:41:13.482Z Compiling scrypt v0.11.0
13082024-11-26T04:41:14.079Z Compiling aes v0.8.4
13092024-11-26T04:41:14.320Z Compiling cbc v0.1.2
13102024-11-26T04:41:14.341Z Compiling scroll_derive v0.12.0
13112024-11-26T04:41:14.555Z Compiling num_threads v0.1.7
13122024-11-26T04:41:14.691Z Compiling icu_normalizer_data v1.5.0
13132024-11-26T04:41:14.724Z Compiling write16 v1.0.0
13142024-11-26T04:41:14.798Z Compiling utf16_iter v1.0.5
13152024-11-26T04:41:14.851Z Compiling atomic-waker v1.1.2
13162024-11-26T04:41:15.007Z Compiling which v4.4.2
13172024-11-26T04:41:15.027Z Compiling utf8_iter v1.0.4
13182024-11-26T04:41:15.047Z Compiling pkcs5 v0.7.1
13192024-11-26T04:41:15.277Z Compiling icu_normalizer v1.5.0
13202024-11-26T04:41:15.802Z Compiling scroll v0.12.0
13212024-11-26T04:41:16.289Z Compiling time v0.3.36
13222024-11-26T04:41:16.371Z Compiling pest_generator v2.7.14
13232024-11-26T04:41:16.720Z Compiling http-body v1.0.1
13242024-11-26T04:41:16.873Z Compiling form_urlencoded v1.2.1
13252024-11-26T04:41:16.952Z Compiling slog v2.7.0
13262024-11-26T04:41:17.223Z Compiling try-lock v0.2.5
13272024-11-26T04:41:17.332Z Compiling goblin v0.8.2
13282024-11-26T04:41:17.374Z Compiling want v0.3.1
13292024-11-26T04:41:17.570Z Compiling idna_adapter v1.2.0
13302024-11-26T04:41:17.710Z Compiling pkcs8 v0.10.2
13312024-11-26T04:41:17.805Z Compiling httpdate v1.0.3
13322024-11-26T04:41:18.285Z Compiling idna v1.0.3
13332024-11-26T04:41:18.463Z Compiling serde_spanned v0.6.8
13342024-11-26T04:41:18.596Z Compiling pest_derive v2.7.14
13352024-11-26T04:41:18.715Z Compiling serde_tokenstream v0.2.2
13362024-11-26T04:41:19.262Z Compiling toml_datetime v0.6.8
13372024-11-26T04:41:19.326Z Compiling uuid v1.11.0
13382024-11-26T04:41:19.427Z Compiling dtrace-parser v0.2.0
13392024-11-26T04:41:19.798Z Compiling openssl v0.10.66
13402024-11-26T04:41:20.135Z Compiling base64 v0.22.1
13412024-11-26T04:41:20.221Z Compiling rustversion v1.0.17
13422024-11-26T04:41:20.764Z Compiling tokio-util v0.7.12
13432024-11-26T04:41:20.910Z Compiling adler2 v2.0.0
13442024-11-26T04:41:20.941Z Compiling tower-service v0.3.3
13452024-11-26T04:41:21.074Z Compiling iana-time-zone v0.1.61
13462024-11-26T04:41:21.118Z Compiling match_cfg v0.1.0
13472024-11-26T04:41:21.223Z Compiling foreign-types-shared v0.1.1
13482024-11-26T04:41:21.338Z Compiling foreign-types v0.3.2
13492024-11-26T04:41:21.441Z Compiling chrono v0.4.38
13502024-11-26T04:41:21.509Z Compiling hostname v0.3.1
13512024-11-26T04:41:21.542Z Compiling miniz_oxide v0.8.0
13522024-11-26T04:41:21.718Z Compiling url v2.5.3
13532024-11-26T04:41:21.772Z Compiling h2 v0.4.6
13542024-11-26T04:41:23.126Z Compiling dof v0.3.0
13552024-11-26T04:41:23.649Z Compiling async-trait v0.1.83
13562024-11-26T04:41:23.832Z Compiling openssl-macros v0.1.1
13572024-11-26T04:41:24.588Z Compiling usdt-impl v0.5.0
13582024-11-26T04:41:25.268Z Compiling dirs-sys-next v0.1.2
13592024-11-26T04:41:25.353Z Compiling data-encoding v2.6.0
13602024-11-26T04:41:25.942Z Compiling native-tls v0.2.12
13612024-11-26T04:41:26.206Z Compiling siphasher v0.3.11
13622024-11-26T04:41:26.275Z Compiling rustls v0.23.14
13632024-11-26T04:41:26.502Z Compiling syn v1.0.109
13642024-11-26T04:41:26.534Z Compiling rustls v0.22.4
13652024-11-26T04:41:26.631Z Compiling dirs-next v2.0.0
13662024-11-26T04:41:27.182Z Compiling http-body-util v0.1.2
13672024-11-26T04:41:27.739Z Compiling crossbeam-epoch v0.9.18
13682024-11-26T04:41:27.795Z Compiling heapless v0.7.17
13692024-11-26T04:41:27.836Z Compiling signature v2.2.0
13702024-11-26T04:41:27.955Z Compiling sha1 v0.10.6
13712024-11-26T04:41:28.140Z Compiling bzip2-sys v0.1.11+1.0.8
13722024-11-26T04:41:28.233Z Compiling serde_derive_internals v0.29.1
13732024-11-26T04:41:28.288Z Compiling thread_local v1.1.8
13742024-11-26T04:41:28.361Z Compiling cookie v0.18.1
13752024-11-26T04:41:28.451Z Compiling multer v3.1.0
13762024-11-26T04:41:28.609Z Compiling encoding_rs v0.8.34
13772024-11-26T04:41:28.630Z Compiling schemars v0.8.21
13782024-11-26T04:41:28.717Z Compiling signal-hook v0.3.17
13792024-11-26T04:41:28.840Z Compiling hyper v1.5.0
13802024-11-26T04:41:28.973Z Compiling ipnet v2.10.1
13812024-11-26T04:41:28.995Z Compiling openssl-probe v0.1.5
13822024-11-26T04:41:29.375Z Compiling gimli v0.31.1
13832024-11-26T04:41:30.277Z Compiling unicode-properties v0.1.3
13842024-11-26T04:41:30.677Z Compiling mime v0.3.17
13852024-11-26T04:41:31.003Z Compiling slog-async v2.8.0
13862024-11-26T04:41:31.292Z Compiling hyper-util v0.1.10
13872024-11-26T04:41:31.544Z Compiling rayon-core v1.12.1
13882024-11-26T04:41:31.922Z Compiling schemars_derive v0.8.21
13892024-11-26T04:41:32.653Z Compiling stringprep v0.1.5
13902024-11-26T04:41:32.940Z Compiling toml_edit v0.22.22
13912024-11-26T04:41:34.052Z Compiling addr2line v0.24.2
13922024-11-26T04:41:34.565Z Compiling crossbeam-deque v0.8.5
13932024-11-26T04:41:34.706Z Compiling usdt-macro v0.5.0
13942024-11-26T04:41:34.758Z Compiling usdt-attr-macro v0.5.0
13952024-11-26T04:41:35.332Z Compiling term v0.7.0
13962024-11-26T04:41:35.402Z Compiling slog-json v2.6.1
13972024-11-26T04:41:35.661Z Compiling serde_urlencoded v0.7.1
13982024-11-26T04:41:35.771Z Compiling crossbeam-channel v0.5.13
13992024-11-26T04:41:36.106Z Compiling curve25519-dalek v4.1.3
14002024-11-26T04:41:36.132Z Compiling enum-as-inner v0.6.1
14012024-11-26T04:41:36.389Z Compiling futures-executor v0.3.31
14022024-11-26T04:41:36.710Z Compiling md-5 v0.10.6
14032024-11-26T04:41:36.814Z Compiling rustls-pemfile v2.2.0
14042024-11-26T04:41:36.857Z Compiling async-stream-impl v0.3.6
14052024-11-26T04:41:36.940Z Compiling num-integer v0.1.46
14062024-11-26T04:41:36.976Z Compiling idna v0.4.0
14072024-11-26T04:41:37.161Z Compiling idna v0.3.0
14082024-11-26T04:41:37.221Z Compiling hash32 v0.2.1
14092024-11-26T04:41:37.624Z Compiling ff v0.13.0
14102024-11-26T04:41:37.747Z Compiling is-terminal v0.4.13
14112024-11-26T04:41:37.866Z Compiling object v0.36.5
14122024-11-26T04:41:37.885Z Compiling dropshot v0.12.0
14132024-11-26T04:41:38.172Z Compiling take_mut v0.2.2
14142024-11-26T04:41:38.298Z Compiling base16ct v0.2.0
14152024-11-26T04:41:38.329Z Compiling quick-error v1.2.3
14162024-11-26T04:41:38.484Z Compiling utf-8 v0.7.6
14172024-11-26T04:41:38.614Z Compiling rustc-demangle v0.1.24
14182024-11-26T04:41:38.781Z Compiling psl-types v2.0.11
14192024-11-26T04:41:38.815Z Compiling num-bigint-dig v0.8.4
14202024-11-26T04:41:38.935Z Compiling smoltcp v0.9.1
14212024-11-26T04:41:38.990Z Compiling anyhow v1.0.93
14222024-11-26T04:41:39.094Z Compiling dyn-clone v1.0.17
14232024-11-26T04:41:39.317Z Compiling fallible-iterator v0.2.0
14242024-11-26T04:41:39.605Z Compiling portable-atomic v1.9.0
14252024-11-26T04:41:39.629Z Compiling linked-hash-map v0.5.6
14262024-11-26T04:41:40.001Z Compiling postgres-protocol v0.6.7
14272024-11-26T04:41:40.022Z Compiling lru-cache v0.1.2
14282024-11-26T04:41:40.255Z Compiling publicsuffix v2.2.3
14292024-11-26T04:41:40.527Z Compiling tungstenite v0.24.0
14302024-11-26T04:41:40.803Z Compiling sec1 v0.7.3
14312024-11-26T04:41:41.328Z Compiling resolv-conf v0.7.0
14322024-11-26T04:41:41.617Z Compiling async-stream v0.3.6
14332024-11-26T04:41:42.005Z Compiling hickory-proto v0.24.1
14342024-11-26T04:41:42.148Z Compiling slog-term v2.9.1
14352024-11-26T04:41:42.648Z Compiling group v0.13.0
14362024-11-26T04:41:42.971Z Compiling usdt v0.5.0
14372024-11-26T04:41:43.475Z Compiling num-iter v0.1.45
14382024-11-26T04:41:43.604Z Compiling futures v0.3.31
14392024-11-26T04:41:43.676Z Compiling toml v0.8.19
14402024-11-26T04:41:43.733Z Compiling slog-bunyan v2.5.0
14412024-11-26T04:41:45.275Z Compiling backtrace v0.3.74
14422024-11-26T04:41:45.502Z Compiling camino v1.1.9
14432024-11-26T04:41:45.764Z Compiling tokio-native-tls v0.3.1
14442024-11-26T04:41:46.010Z Compiling phf_shared v0.11.2
14452024-11-26T04:41:46.033Z Compiling dropshot_endpoint v0.12.0
14462024-11-26T04:41:46.177Z Compiling waitgroup v0.1.2
14472024-11-26T04:41:46.398Z Compiling terminal_size v0.4.0
14482024-11-26T04:41:46.420Z Compiling openapiv3 v2.0.0
14492024-11-26T04:41:46.511Z Compiling serde_path_to_error v0.1.16
14502024-11-26T04:41:46.630Z Compiling hkdf v0.12.4
14512024-11-26T04:41:46.887Z Compiling crypto-bigint v0.5.5
14522024-11-26T04:41:47.378Z Compiling webpki-roots v0.26.6
14532024-11-26T04:41:47.608Z Compiling zerocopy-derive v0.6.6
14542024-11-26T04:41:49.096Z Compiling curve25519-dalek-derive v0.1.1
14552024-11-26T04:41:49.422Z Compiling hubpack_derive v0.1.1
14562024-11-26T04:41:49.926Z Compiling idna v0.5.0
14572024-11-26T04:41:50.320Z Compiling hostname v0.4.0
14582024-11-26T04:41:50.556Z Compiling crc32fast v1.4.2
14592024-11-26T04:41:50.626Z Compiling ahash v0.8.11
14602024-11-26T04:41:50.809Z Compiling fs-err v2.11.0
14612024-11-26T04:41:50.874Z Compiling debug-ignore v1.0.5
14622024-11-26T04:41:50.916Z Compiling managed v0.8.0
14632024-11-26T04:41:50.988Z Compiling bitflags v1.3.2
14642024-11-26T04:41:51.027Z Compiling winnow v0.5.40
14652024-11-26T04:41:51.100Z Compiling clap_builder v4.5.21
14662024-11-26T04:41:51.320Z Compiling strum_macros v0.25.3
14672024-11-26T04:41:51.683Z Compiling console v0.15.8
14682024-11-26T04:41:52.799Z Compiling cookie_store v0.21.0
14692024-11-26T04:41:53.225Z Compiling flate2 v1.0.34
14702024-11-26T04:41:53.553Z Compiling hubpack v0.1.2
14712024-11-26T04:41:53.990Z Compiling elliptic-curve v0.13.8
14722024-11-26T04:41:54.179Z Compiling zerocopy v0.6.6
14732024-11-26T04:41:54.418Z Compiling hickory-resolver v0.24.1
14742024-11-26T04:41:54.842Z Compiling toml_edit v0.19.15
14752024-11-26T04:41:54.967Z Compiling phf v0.11.2
14762024-11-26T04:41:55.239Z Compiling hyper-tls v0.6.0
14772024-11-26T04:41:55.635Z Compiling signal-hook-mio v0.2.4
14782024-11-26T04:41:55.655Z Compiling rayon v1.10.0
14792024-11-26T04:41:55.763Z Compiling bzip2 v0.4.4
14802024-11-26T04:41:56.169Z Compiling tokio-tungstenite v0.24.0
14812024-11-26T04:41:58.119Z Compiling postgres-types v0.2.8
14822024-11-26T04:41:59.661Z Compiling ed25519 v2.2.3
14832024-11-26T04:42:00.635Z Compiling phf_shared v0.10.0
14842024-11-26T04:42:00.725Z Compiling tokio-stream v0.1.16
14852024-11-26T04:42:01.048Z Compiling pkcs1 v0.7.5
14862024-11-26T04:42:01.352Z Compiling serde-big-array v0.5.1
14872024-11-26T04:42:01.544Z Compiling clap_derive v4.5.18
14882024-11-26T04:42:01.600Z Compiling rfc6979 v0.4.0
14892024-11-26T04:42:01.642Z Compiling derive-where v1.2.7
14902024-11-26T04:42:01.800Z Compiling serde_repr v0.1.19
14912024-11-26T04:42:01.821Z Compiling float-cmp v0.9.0
14922024-11-26T04:42:02.042Z Compiling bstr v1.10.0
14932024-11-26T04:42:02.061Z Compiling sync_wrapper v1.0.1
14942024-11-26T04:42:02.221Z Compiling static_assertions v1.1.0
14952024-11-26T04:42:02.329Z Compiling fixedbitset v0.4.2
14962024-11-26T04:42:02.842Z Compiling bit-vec v0.6.3
14972024-11-26T04:42:03.048Z Compiling precomputed-hash v0.1.1
14982024-11-26T04:42:03.118Z Compiling difflib v0.4.0
14992024-11-26T04:42:03.170Z Compiling whoami v1.5.2
15002024-11-26T04:42:03.307Z Compiling new_debug_unreachable v1.0.6
15012024-11-26T04:42:03.406Z Compiling number_prefix v0.4.0
15022024-11-26T04:42:03.619Z Compiling predicates-core v1.0.8
15032024-11-26T04:42:03.824Z Compiling unicode-segmentation v1.12.0
15042024-11-26T04:42:03.856Z Compiling unicode-width v0.2.0
15052024-11-26T04:42:03.977Z Compiling normalize-line-endings v0.3.0
15062024-11-26T04:42:04.107Z Compiling predicates v3.1.2
15072024-11-26T04:42:04.381Z Compiling indicatif v0.17.9
15082024-11-26T04:42:04.698Z Compiling similar v2.6.0
15092024-11-26T04:42:04.781Z Compiling tokio-postgres v0.7.12
15102024-11-26T04:42:05.306Z Compiling string_cache v0.8.7
15112024-11-26T04:42:05.800Z Compiling bit-set v0.5.3
15122024-11-26T04:42:05.951Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15132024-11-26T04:42:06.095Z Compiling petgraph v0.6.5
15142024-11-26T04:42:06.650Z Compiling ecdsa v0.16.9
15152024-11-26T04:42:06.756Z Compiling clap v4.5.21
15162024-11-26T04:42:06.886Z Compiling rsa v0.9.6
15172024-11-26T04:42:07.167Z Compiling ed25519-dalek v2.1.1
15182024-11-26T04:42:07.584Z Compiling toml v0.7.8
15192024-11-26T04:42:08.543Z Compiling zip v0.6.6
15202024-11-26T04:42:09.334Z Compiling crossterm v0.28.1
15212024-11-26T04:42:10.508Z Compiling hex v0.4.3
15222024-11-26T04:42:10.659Z Compiling x509-cert v0.2.5
15232024-11-26T04:42:10.728Z Compiling itertools v0.10.5
15242024-11-26T04:42:11.127Z Compiling peg-runtime v0.8.3
15252024-11-26T04:42:11.260Z Compiling unicode-xid v0.2.6
15262024-11-26T04:42:11.451Z Compiling lalrpop-util v0.19.12
15272024-11-26T04:42:11.807Z Compiling strum_macros v0.26.4
15282024-11-26T04:42:11.826Z Compiling xattr v1.3.1
15292024-11-26T04:42:12.088Z Compiling filetime v0.2.25
15302024-11-26T04:42:12.413Z Compiling tar v0.4.42
15312024-11-26T04:42:16.735Z Compiling strum v0.26.3
15322024-11-26T04:42:19.551Z Compiling aws-lc-sys v0.22.0
15332024-11-26T04:42:55.140Z Compiling rustls-webpki v0.102.8
15342024-11-26T04:42:58.534Z Compiling tokio-rustls v0.25.0
15352024-11-26T04:43:00.238Z Compiling tokio-rustls v0.26.0
15362024-11-26T04:43:00.577Z Compiling hyper-rustls v0.27.3
15372024-11-26T04:43:00.950Z Compiling reqwest v0.12.9
15382024-11-26T04:43:02.170Z Compiling qorb v0.2.0
15392024-11-26T04:43:06.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15402024-11-26T04:43:07.140Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15412024-11-26T04:43:12.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15422024-11-26T04:43:13.125Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15432024-11-26T04:43:13.175ZNov 26 04:43:12.518 INFO Starting download, target: Clickhouse
15442024-11-26T04:43:13.175ZNov 26 04:43:12.518 INFO Starting download, target: Console
15452024-11-26T04:43:13.175ZNov 26 04:43:12.518 INFO Starting download, target: DendriteOpenapi
15462024-11-26T04:43:13.175ZNov 26 04:43:12.518 INFO Starting download, target: Cockroach
15472024-11-26T04:43:13.175ZNov 26 04:43:12.518 INFO Starting download, target: DendriteStub
15482024-11-26T04:43:13.178ZNov 26 04:43:12.518 INFO Starting download, target: MaghemiteMgd
15492024-11-26T04:43:13.178ZNov 26 04:43:12.518 INFO Starting download, target: TransceiverControl
15502024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15512024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15522024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15532024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15542024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-11-26T04:43:13.178ZNov 26 04:43:12.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-11-26T04:43:13.436ZNov 26 04:43:12.774 INFO Download complete, target: DendriteOpenapi
15582024-11-26T04:43:13.621ZNov 26 04:43:12.942 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15592024-11-26T04:43:13.774ZNov 26 04:43:13.053 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15602024-11-26T04:43:14.106ZNov 26 04:43:13.342 INFO Download complete, target: Console
15612024-11-26T04:43:14.317ZNov 26 04:43:13.555 INFO Download complete, target: TransceiverControl
15622024-11-26T04:43:14.877ZNov 26 04:43:14.147 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15632024-11-26T04:43:14.964ZNov 26 04:43:14.259 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15642024-11-26T04:43:15.326ZNov 26 04:43:14.587 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652024-11-26T04:43:16.407ZNov 26 04:43:15.748 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15662024-11-26T04:43:16.407ZNov 26 04:43:15.748 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15672024-11-26T04:43:17.529ZNov 26 04:43:16.872 INFO Download complete, target: DendriteStub
15682024-11-26T04:43:17.573ZNov 26 04:43:16.915 INFO Download complete, target: MaghemiteMgd
15692024-11-26T04:43:23.492ZNov 26 04:43:22.833 INFO Checking that binary works, target: Cockroach
15702024-11-26T04:43:23.647ZNov 26 04:43:22.989 INFO Download complete, target: Cockroach
15712024-11-26T04:43:27.232ZNov 26 04:43:26.573 INFO Checking that binary works, target: Clickhouse
15722024-11-26T04:43:28.038ZNov 26 04:43:27.378 INFO Download complete, target: Clickhouse
15732024-11-26T04:43:28.156ZAll builder prerequisites installed successfully, and PATH looks valid
15742024-11-26T04:43:28.159Z
15752024-11-26T04:43:28.159Zreal 5:26.190874889
15762024-11-26T04:43:28.159Zuser 16:27.758621854
15772024-11-26T04:43:28.159Zsys 3:13.841895129
15782024-11-26T04:43:28.159Ztrap 0.556429380
15792024-11-26T04:43:28.159Ztflt 8.867425425
15802024-11-26T04:43:28.160Zdflt 8.051665310
15812024-11-26T04:43:28.160Zkflt 0.429928278
15822024-11-26T04:43:28.160Zlock 30:08.604293504
15832024-11-26T04:43:28.160Zslp 1:04:09.527098158
15842024-11-26T04:43:28.160Zlat 53.108122462
15852024-11-26T04:43:28.160Zstop 2:15.521869307
15862024-11-26T04:43:28.160Z+ banner hack-check
15872024-11-26T04:43:28.160Z
15882024-11-26T04:43:28.160Z # # ## #### # # #### # # ###### #### # #
15892024-11-26T04:43:28.160Z # # # # # # # # # # # # # # # # #
15902024-11-26T04:43:28.160Z ###### # # # #### ##### # ###### ##### # ####
15912024-11-26T04:43:28.160Z # # ###### # # # # # # # # # #
15922024-11-26T04:43:28.160Z # # # # # # # # # # # # # # # # #
15932024-11-26T04:43:28.160Z # # # # #### # # #### # # ###### #### # #
15942024-11-26T04:43:28.160Z
15952024-11-26T04:43:28.160Z+ export CARGO_INCREMENTAL=0
15962024-11-26T04:43:28.160Z+ CARGO_INCREMENTAL=0
15972024-11-26T04:43:28.160Z+ ptime -m timeout 2h cargo xtask check-features --ci
15982024-11-26T04:43:28.695Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15992024-11-26T04:43:32.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
16002024-11-26T04:43:32.549Z Running `target/debug/xtask check-features --ci`
16012024-11-26T04:43:32.570Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16022024-11-26T04:43:32.570Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16032024-11-26T04:43:33.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16042024-11-26T04:43:33.040Z Running `target/debug/xtask download cargo-hack`
16052024-11-26T04:43:33.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16062024-11-26T04:43:34.205Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16072024-11-26T04:43:39.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
16082024-11-26T04:43:39.414Z Running `target/debug/xtask-downloader cargo-hack`
16092024-11-26T04:43:39.449ZNov 26 04:43:38.788 INFO Starting download, target: CargoHack
16102024-11-26T04:43:39.451ZNov 26 04:43:38.789 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16112024-11-26T04:43:40.131ZNov 26 04:43:39.470 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16122024-11-26T04:43:40.219ZNov 26 04:43:39.557 INFO Download complete, target: CargoHack
16132024-11-26T04:43:40.222Zrunning: "/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"
16142024-11-26T04:43:40.239Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16152024-11-26T04:43:40.400Zinfo: running `cargo check --bins` on api_identity (1/173)
16162024-11-26T04:43:40.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-26T04:43:40.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-26T04:43:40.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-26T04:43:40.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16202024-11-26T04:43:41.011Z
16212024-11-26T04:43:41.012Zinfo: running `cargo check --bins` on bootstore (2/173)
16222024-11-26T04:43:41.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-26T04:43:41.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-26T04:43:41.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-26T04:43:41.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16262024-11-26T04:43:41.651Z
16272024-11-26T04:43:41.651Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16282024-11-26T04:43:42.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-26T04:43:42.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-26T04:43:42.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-26T04:43:42.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16322024-11-26T04:43:42.284Z
16332024-11-26T04:43:42.284Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16342024-11-26T04:43:42.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-26T04:43:42.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-26T04:43:42.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-26T04:43:42.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16382024-11-26T04:43:42.930Z
16392024-11-26T04:43:42.931Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16402024-11-26T04:43:43.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-26T04:43:43.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-26T04:43:43.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-26T04:43:43.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16442024-11-26T04:43:43.350Z
16452024-11-26T04:43:43.350Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16462024-11-26T04:43:43.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-26T04:43:43.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-26T04:43:43.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-26T04:43:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16502024-11-26T04:43:43.778Z
16512024-11-26T04:43:43.778Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16522024-11-26T04:43:44.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-26T04:43:44.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-26T04:43:44.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-26T04:43:44.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16562024-11-26T04:43:44.201Z
16572024-11-26T04:43:44.201Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16582024-11-26T04:43:44.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-26T04:43:44.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-26T04:43:44.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-26T04:43:44.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16622024-11-26T04:43:44.636Z
16632024-11-26T04:43:44.636Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16642024-11-26T04:43:45.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-26T04:43:45.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-26T04:43:45.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-26T04:43:45.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16682024-11-26T04:43:45.064Z
16692024-11-26T04:43:45.064Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16702024-11-26T04:43:45.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-26T04:43:45.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-26T04:43:45.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-26T04:43:45.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16742024-11-26T04:43:45.492Z
16752024-11-26T04:43:45.492Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16762024-11-26T04:43:45.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-26T04:43:45.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-26T04:43:45.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-26T04:43:45.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16802024-11-26T04:43:45.918Z
16812024-11-26T04:43:45.918Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16822024-11-26T04:43:46.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-26T04:43:46.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-26T04:43:46.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-26T04:43:46.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16862024-11-26T04:43:46.344Z
16872024-11-26T04:43:46.344Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16882024-11-26T04:43:46.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-26T04:43:46.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-26T04:43:46.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-26T04:43:46.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16922024-11-26T04:43:46.772Z
16932024-11-26T04:43:46.772Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16942024-11-26T04:43:47.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-26T04:43:47.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-26T04:43:47.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-26T04:43:47.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16982024-11-26T04:43:47.195Z
16992024-11-26T04:43:47.195Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17002024-11-26T04:43:47.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-26T04:43:47.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-26T04:43:47.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-26T04:43:47.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17042024-11-26T04:43:47.632Z
17052024-11-26T04:43:47.632Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17062024-11-26T04:43:48.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-26T04:43:48.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-26T04:43:48.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-26T04:43:48.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17102024-11-26T04:43:48.055Z
17112024-11-26T04:43:48.055Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17122024-11-26T04:43:48.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-26T04:43:48.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-26T04:43:48.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-26T04:43:48.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17162024-11-26T04:43:48.477Z
17172024-11-26T04:43:48.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17182024-11-26T04:43:48.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-26T04:43:48.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-26T04:43:48.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-11-26T04:43:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17222024-11-26T04:43:48.904Z
17232024-11-26T04:43:48.904Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17242024-11-26T04:43:49.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-11-26T04:43:49.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-11-26T04:43:49.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-11-26T04:43:49.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17282024-11-26T04:43:49.335Z
17292024-11-26T04:43:49.335Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17302024-11-26T04:43:49.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-11-26T04:43:49.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-11-26T04:43:49.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-11-26T04:43:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17342024-11-26T04:43:49.765Z
17352024-11-26T04:43:49.765Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17362024-11-26T04:43:50.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-11-26T04:43:50.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-11-26T04:43:50.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-11-26T04:43:50.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17402024-11-26T04:43:50.190Z
17412024-11-26T04:43:50.190Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17422024-11-26T04:43:50.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-11-26T04:43:50.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-11-26T04:43:50.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-11-26T04:43:50.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17462024-11-26T04:43:50.617Z
17472024-11-26T04:43:50.617Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17482024-11-26T04:43:51.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-11-26T04:43:51.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-11-26T04:43:51.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-11-26T04:43:51.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17522024-11-26T04:43:51.060Z
17532024-11-26T04:43:51.060Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17542024-11-26T04:43:51.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-11-26T04:43:51.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-11-26T04:43:51.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-11-26T04:43:51.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17582024-11-26T04:43:51.470Z
17592024-11-26T04:43:51.470Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17602024-11-26T04:43:52.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-11-26T04:43:52.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-11-26T04:43:52.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-11-26T04:43:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17642024-11-26T04:43:52.119Z
17652024-11-26T04:43:52.120Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17662024-11-26T04:43:52.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-11-26T04:43:52.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-11-26T04:43:52.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-11-26T04:43:52.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17702024-11-26T04:43:52.769Z
17712024-11-26T04:43:52.769Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17722024-11-26T04:43:53.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-11-26T04:43:53.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-11-26T04:43:53.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-11-26T04:43:53.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17762024-11-26T04:43:53.465Z
17772024-11-26T04:43:53.465Zinfo: running `cargo check --bins` on oxlog (28/173)
17782024-11-26T04:43:53.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792024-11-26T04:43:54.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802024-11-26T04:43:54.043Z Checking cfg-if v1.0.0
17812024-11-26T04:43:54.107Z Checking libc v0.2.162
17822024-11-26T04:43:54.206Z Checking serde v1.0.215
17832024-11-26T04:43:54.206Z Checking zeroize v1.8.1
17842024-11-26T04:43:54.285Z Checking memchr v2.7.4
17852024-11-26T04:43:54.285Z Checking typenum v1.17.0
17862024-11-26T04:43:54.285Z Checking scopeguard v1.2.0
17872024-11-26T04:43:54.285Z Checking subtle v2.6.1
17882024-11-26T04:43:54.285Z Checking value-bag v1.9.0
17892024-11-26T04:43:54.368Z Checking lock_api v0.4.12
17902024-11-26T04:43:54.450Z Checking smallvec v1.13.2
17912024-11-26T04:43:54.473Z Checking itoa v1.0.11
17922024-11-26T04:43:54.612Z Checking log v0.4.22
17932024-11-26T04:43:54.664Z Checking const-oid v0.9.6
17942024-11-26T04:43:54.737Z Checking pin-project-lite v0.2.14
17952024-11-26T04:43:54.750Z Checking byteorder v1.5.0
17962024-11-26T04:43:54.889Z Checking futures-core v0.3.31
17972024-11-26T04:43:55.027Z Checking once_cell v1.20.2
17982024-11-26T04:43:55.057Z Checking cpufeatures v0.2.14
17992024-11-26T04:43:55.119Z Checking stable_deref_trait v1.2.0
18002024-11-26T04:43:55.143Z Checking futures-sink v0.3.31
18012024-11-26T04:43:55.163Z Checking spin v0.9.8
18022024-11-26T04:43:55.241Z Checking zerocopy v0.7.35
18032024-11-26T04:43:55.255Z Checking getrandom v0.2.15
18042024-11-26T04:43:55.284Z Checking parking_lot_core v0.9.10
18052024-11-26T04:43:55.295Z Checking signal-hook-registry v1.4.2
18062024-11-26T04:43:55.447Z Checking rand_core v0.6.4
18072024-11-26T04:43:55.463Z Checking generic-array v0.14.7
18082024-11-26T04:43:55.492Z Checking mio v1.0.2
18092024-11-26T04:43:55.524Z Checking socket2 v0.5.7
18102024-11-26T04:43:55.609Z Checking parking_lot v0.12.3
18112024-11-26T04:43:55.760Z Checking zerofrom v0.1.4
18122024-11-26T04:43:55.945Z Checking slab v0.4.9
18132024-11-26T04:43:55.992Z Checking yoke v0.7.4
18142024-11-26T04:43:56.010Z Checking futures-channel v0.3.31
18152024-11-26T04:43:56.066Z Checking futures-task v0.3.31
18162024-11-26T04:43:56.190Z Checking foldhash v0.1.3
18172024-11-26T04:43:56.296Z Checking equivalent v1.0.1
18182024-11-26T04:43:56.327Z Checking futures-io v0.3.31
18192024-11-26T04:43:56.333Z Checking allocator-api2 v0.2.18
18202024-11-26T04:43:56.380Z Checking pin-utils v0.1.0
18212024-11-26T04:43:56.396Z Checking zerovec v0.10.4
18222024-11-26T04:43:56.470Z Checking ryu v1.0.18
18232024-11-26T04:43:56.525Z Checking futures-util v0.3.31
18242024-11-26T04:43:56.535Z Checking tinyvec_macros v0.1.1
18252024-11-26T04:43:56.608Z Checking tinyvec v1.8.0
18262024-11-26T04:43:56.660Z Checking crypto-common v0.1.6
18272024-11-26T04:43:56.684Z Checking block-buffer v0.10.4
18282024-11-26T04:43:56.696Z Checking block-padding v0.3.3
18292024-11-26T04:43:56.829Z Checking fnv v1.0.7
18302024-11-26T04:43:56.877Z Checking digest v0.10.7
18312024-11-26T04:43:56.900Z Checking inout v0.1.3
18322024-11-26T04:43:56.953Z Checking hashbrown v0.15.0
18332024-11-26T04:43:56.966Z Checking libm v0.2.8
18342024-11-26T04:43:57.128Z Checking cipher v0.4.4
18352024-11-26T04:43:57.271Z Checking hmac v0.12.1
18362024-11-26T04:43:57.470Z Checking sha2 v0.10.8
18372024-11-26T04:43:57.547Z Checking unicode-bidi v0.3.17
18382024-11-26T04:43:57.881Z Checking base64ct v1.6.0
18392024-11-26T04:43:57.942Z Checking unicode-normalization v0.1.24
18402024-11-26T04:43:58.072Z Checking litemap v0.7.3
18412024-11-26T04:43:58.087Z Checking tinystr v0.7.6
18422024-11-26T04:43:58.103Z Checking writeable v0.5.5
18432024-11-26T04:43:58.195Z Checking num-traits v0.2.19
18442024-11-26T04:43:58.301Z Checking pem-rfc7468 v0.7.0
18452024-11-26T04:43:58.414Z Checking ppv-lite86 v0.2.20
18462024-11-26T04:43:58.436Z Checking flagset v0.4.6
18472024-11-26T04:43:58.451Z Checking icu_locid v1.5.0
18482024-11-26T04:43:58.547Z Checking tracing-core v0.1.32
18492024-11-26T04:43:58.612Z Checking der v0.7.9
18502024-11-26T04:43:58.839Z Checking thiserror v1.0.69
18512024-11-26T04:43:58.973Z Checking rustls-pki-types v1.9.0
18522024-11-26T04:43:59.161Z Checking bytes v1.8.0
18532024-11-26T04:43:59.195Z Checking indexmap v2.6.0
18542024-11-26T04:43:59.198Z Checking serde_json v1.0.132
18552024-11-26T04:43:59.482Z Checking icu_provider v1.5.0
18562024-11-26T04:43:59.552Z Checking rand_chacha v0.3.1
18572024-11-26T04:43:59.894Z Checking bitflags v2.6.0
18582024-11-26T04:43:59.968Z Checking percent-encoding v2.3.1
18592024-11-26T04:44:00.010Z Checking tokio v1.40.0
18602024-11-26T04:44:00.169Z Checking http v1.1.0
18612024-11-26T04:44:00.186Z Checking icu_locid_transform_data v1.5.0
18622024-11-26T04:44:00.201Z Checking rand v0.8.5
18632024-11-26T04:44:00.278Z Checking icu_locid_transform v1.5.0
18642024-11-26T04:44:00.453Z Checking tracing v0.1.40
18652024-11-26T04:44:00.467Z Checking spki v0.7.3
18662024-11-26T04:44:00.753Z Checking icu_collections v1.5.0
18672024-11-26T04:44:00.809Z Checking salsa20 v0.10.2
18682024-11-26T04:44:00.860Z Checking pbkdf2 v0.12.2
18692024-11-26T04:44:01.010Z Checking aws-lc-sys v0.22.0
18702024-11-26T04:44:01.026Z Checking httparse v1.9.5
18712024-11-26T04:44:01.261Z Checking powerfmt v0.2.0
18722024-11-26T04:44:01.421Z Checking icu_properties_data v1.5.0
18732024-11-26T04:44:01.450Z Checking mirai-annotations v1.12.0
18742024-11-26T04:44:01.497Z Checking untrusted v0.9.0
18752024-11-26T04:44:01.501Z Checking untrusted v0.7.1
18762024-11-26T04:44:01.525Z Checking deranged v0.3.11
18772024-11-26T04:44:01.614Z Checking scrypt v0.11.0
18782024-11-26T04:44:01.619Z Checking aes v0.8.4
18792024-11-26T04:44:01.641Z Checking icu_properties v1.5.1
18802024-11-26T04:44:01.655Z Checking ring v0.17.8
18812024-11-26T04:44:01.669Z Checking cbc v0.1.2
18822024-11-26T04:44:01.839Z Checking crossbeam-utils v0.8.20
18832024-11-26T04:44:01.860Z Checking num-conv v0.1.0
18842024-11-26T04:44:02.106Z Checking icu_normalizer_data v1.5.0
18852024-11-26T04:44:02.198Z Checking utf16_iter v1.0.5
18862024-11-26T04:44:02.373Z Checking utf8_iter v1.0.4
18872024-11-26T04:44:02.563Z Checking atomic-waker v1.1.2
18882024-11-26T04:44:02.577Z Checking time-core v0.1.2
18892024-11-26T04:44:02.593Z Checking write16 v1.0.0
18902024-11-26T04:44:02.705Z Checking num_threads v0.1.7
18912024-11-26T04:44:02.717Z Checking pkcs5 v0.7.1
18922024-11-26T04:44:02.735Z Checking http-body v1.0.1
18932024-11-26T04:44:02.814Z Checking form_urlencoded v1.2.1
18942024-11-26T04:44:02.939Z Checking try-lock v0.2.5
18952024-11-26T04:44:02.999Z Checking unicode-ident v1.0.13
18962024-11-26T04:44:03.072Z Checking want v0.3.1
18972024-11-26T04:44:03.162Z Checking httpdate v1.0.3
18982024-11-26T04:44:03.216Z Checking pkcs8 v0.10.2
18992024-11-26T04:44:03.245Z Checking proc-macro2 v1.0.89
19002024-11-26T04:44:03.344Z Checking time v0.3.36
19012024-11-26T04:44:03.387Z Checking toml_datetime v0.6.8
19022024-11-26T04:44:03.523Z Checking uuid v1.11.0
19032024-11-26T04:44:03.538Z Checking serde_spanned v0.6.8
19042024-11-26T04:44:03.648Z Checking aws-lc-rs v1.10.0
19052024-11-26T04:44:03.666Z Checking slog v2.7.0
19062024-11-26T04:44:03.709Z Checking scroll v0.12.0
19072024-11-26T04:44:03.895Z Checking match_cfg v0.1.0
19082024-11-26T04:44:03.986Z Checking ucd-trie v0.1.7
19092024-11-26T04:44:04.131Z Checking adler2 v2.0.0
19102024-11-26T04:44:04.135Z Checking tower-service v0.3.3
19112024-11-26T04:44:04.178Z Checking foreign-types-shared v0.1.1
19122024-11-26T04:44:04.191Z Checking iana-time-zone v0.1.61
19132024-11-26T04:44:04.258Z Checking base64 v0.22.1
19142024-11-26T04:44:04.277Z Checking plain v0.2.3
19152024-11-26T04:44:04.291Z Checking miniz_oxide v0.8.0
19162024-11-26T04:44:04.339Z Checking chrono v0.4.38
19172024-11-26T04:44:04.416Z Checking goblin v0.8.2
19182024-11-26T04:44:04.745Z Checking foreign-types v0.3.2
19192024-11-26T04:44:04.838Z Checking pest v2.7.14
19202024-11-26T04:44:04.974Z Checking icu_normalizer v1.5.0
19212024-11-26T04:44:05.028Z Checking hostname v0.3.1
19222024-11-26T04:44:05.146Z Checking quote v1.0.37
19232024-11-26T04:44:05.482Z Checking rustls-webpki v0.102.8
19242024-11-26T04:44:05.506Z Checking openssl-sys v0.9.103
19252024-11-26T04:44:05.769Z Checking idna_adapter v1.2.0
19262024-11-26T04:44:05.841Z Checking dirs-sys-next v0.1.2
19272024-11-26T04:44:05.961Z Checking idna v1.0.3
19282024-11-26T04:44:06.006Z Checking errno v0.3.9
19292024-11-26T04:44:06.172Z Checking aho-corasick v1.1.3
19302024-11-26T04:44:06.302Z Checking siphasher v0.3.11
19312024-11-26T04:44:06.305Z Checking regex-syntax v0.8.5
19322024-11-26T04:44:06.434Z Checking url v2.5.3
19332024-11-26T04:44:06.596Z Checking data-encoding v2.6.0
19342024-11-26T04:44:06.713Z Checking pretty-hex v0.4.1
19352024-11-26T04:44:06.891Z Checking openssl v0.10.66
19362024-11-26T04:44:07.266Z Checking rustix v0.38.37
19372024-11-26T04:44:07.308Z Checking dirs-next v2.0.0
19382024-11-26T04:44:07.403Z Checking dtrace-parser v0.2.0
19392024-11-26T04:44:07.436Z Checking syn v2.0.87
19402024-11-26T04:44:07.516Z Checking tokio-util v0.7.12
19412024-11-26T04:44:07.805Z Checking http-body-util v0.1.2
19422024-11-26T04:44:07.878Z Checking crossbeam-epoch v0.9.18
19432024-11-26T04:44:08.251Z Checking sha1 v0.10.6
19442024-11-26T04:44:08.325Z Checking signature v2.2.0
19452024-11-26T04:44:08.431Z Checking h2 v0.4.6
19462024-11-26T04:44:08.527Z Checking lazy_static v1.5.0
19472024-11-26T04:44:08.543Z Checking thread_local v1.1.8
19482024-11-26T04:44:08.649Z Checking thread-id v4.2.2
19492024-11-26T04:44:08.754Z Checking encoding_rs v0.8.34
19502024-11-26T04:44:08.803Z Checking anstyle v1.0.10
19512024-11-26T04:44:09.155Z Checking either v1.13.0
19522024-11-26T04:44:09.427Z Checking dof v0.3.0
19532024-11-26T04:44:09.540Z Checking regex-automata v0.4.8
19542024-11-26T04:44:09.562Z Checking unicode-properties v0.1.3
19552024-11-26T04:44:09.942Z Checking winnow v0.6.20
19562024-11-26T04:44:10.096Z Checking gimli v0.31.1
19572024-11-26T04:44:10.767Z Checking utf8parse v0.2.2
19582024-11-26T04:44:10.924Z Checking mime v0.3.17
19592024-11-26T04:44:11.116Z Checking ipnet v2.10.1
19602024-11-26T04:44:11.256Z Checking openssl-probe v0.1.5
19612024-11-26T04:44:11.415Z Checking anstyle-parse v0.2.5
19622024-11-26T04:44:11.584Z Checking stringprep v0.1.5
19632024-11-26T04:44:11.703Z Checking crossbeam-deque v0.8.5
19642024-11-26T04:44:11.874Z Checking term v0.7.0
19652024-11-26T04:44:12.030Z Checking rustls v0.22.4
19662024-11-26T04:44:12.316Z Checking rustls v0.23.14
19672024-11-26T04:44:12.502Z Checking native-tls v0.2.12
19682024-11-26T04:44:12.806Z Checking toml_edit v0.22.22
19692024-11-26T04:44:12.821Z Checking slog-json v2.6.1
19702024-11-26T04:44:13.072Z Checking serde_urlencoded v0.7.1
19712024-11-26T04:44:13.503Z Checking crossbeam-channel v0.5.13
19722024-11-26T04:44:13.989Z Checking usdt-impl v0.5.0
19732024-11-26T04:44:14.115Z Checking addr2line v0.24.2
19742024-11-26T04:44:14.183Z Checking futures-executor v0.3.31
19752024-11-26T04:44:14.249Z Checking num-integer v0.1.46
19762024-11-26T04:44:14.408Z Checking rustls-pemfile v2.2.0
19772024-11-26T04:44:14.531Z Checking idna v0.3.0
19782024-11-26T04:44:14.620Z Checking idna v0.4.0
19792024-11-26T04:44:14.636Z Checking hyper v1.5.0
19802024-11-26T04:44:14.636Z Checking md-5 v0.10.6
19812024-11-26T04:44:14.740Z Checking ff v0.13.0
19822024-11-26T04:44:14.841Z Checking is-terminal v0.4.13
19832024-11-26T04:44:14.948Z Checking memmap v0.7.0
19842024-11-26T04:44:14.963Z Checking hash32 v0.2.1
19852024-11-26T04:44:15.144Z Checking object v0.36.5
19862024-11-26T04:44:15.280Z Checking fallible-iterator v0.2.0
19872024-11-26T04:44:15.364Z Checking utf-8 v0.7.6
19882024-11-26T04:44:15.382Z Checking dyn-clone v1.0.17
19892024-11-26T04:44:15.433Z Checking quick-error v1.2.3
19902024-11-26T04:44:15.521Z Checking colorchoice v1.0.2
19912024-11-26T04:44:15.561Z Checking rustc-demangle v0.1.24
19922024-11-26T04:44:15.577Z Checking base16ct v0.2.0
19932024-11-26T04:44:15.657Z Checking take_mut v0.2.2
19942024-11-26T04:44:15.696Z Checking anstyle-query v1.1.1
19952024-11-26T04:44:15.756Z Checking linked-hash-map v0.5.6
19962024-11-26T04:44:15.806Z Checking is_terminal_polyfill v1.70.1
19972024-11-26T04:44:15.831Z Checking psl-types v2.0.11
19982024-11-26T04:44:15.866Z Checking postgres-protocol v0.6.7
19992024-11-26T04:44:15.926Z Checking anstream v0.6.15
20002024-11-26T04:44:15.980Z Checking slog-async v2.8.0
20012024-11-26T04:44:16.007Z Checking publicsuffix v2.2.3
20022024-11-26T04:44:16.081Z Checking lru-cache v0.1.2
20032024-11-26T04:44:16.237Z Checking sec1 v0.7.3
20042024-11-26T04:44:16.259Z Checking tokio-rustls v0.25.0
20052024-11-26T04:44:16.275Z Checking resolv-conf v0.7.0
20062024-11-26T04:44:16.278Z Checking tungstenite v0.24.0
20072024-11-26T04:44:16.531Z Checking schemars v0.8.21
20082024-11-26T04:44:16.599Z Checking hickory-proto v0.24.1
20092024-11-26T04:44:16.602Z Checking toml v0.8.19
20102024-11-26T04:44:16.642Z Checking heapless v0.7.17
20112024-11-26T04:44:16.690Z Checking hyper-util v0.1.10
20122024-11-26T04:44:17.239Z Checking usdt v0.5.0
20132024-11-26T04:44:17.352Z Checking slog-term v2.9.1
20142024-11-26T04:44:17.473Z Checking group v0.13.0
20152024-11-26T04:44:17.690Z Checking num-iter v0.1.45
20162024-11-26T04:44:17.712Z Checking futures v0.3.31
20172024-11-26T04:44:17.785Z Checking tokio-rustls v0.26.0
20182024-11-26T04:44:17.831Z Checking slog-bunyan v2.5.0
20192024-11-26T04:44:17.861Z Checking tokio-native-tls v0.3.1
20202024-11-26T04:44:17.874Z Checking rayon-core v1.12.1
20212024-11-26T04:44:17.992Z Checking multer v3.1.0
20222024-11-26T04:44:18.110Z Checking terminal_size v0.4.0
20232024-11-26T04:44:18.166Z Checking phf_shared v0.11.2
20242024-11-26T04:44:18.203Z Checking cookie v0.18.1
20252024-11-26T04:44:18.284Z Checking async-stream v0.3.6
20262024-11-26T04:44:18.396Z Checking bzip2-sys v0.1.11+1.0.8
20272024-11-26T04:44:18.446Z Checking camino v1.1.9
20282024-11-26T04:44:18.475Z Checking signal-hook v0.3.17
20292024-11-26T04:44:18.520Z Checking waitgroup v0.1.2
20302024-11-26T04:44:18.555Z Checking openapiv3 v2.0.0
20312024-11-26T04:44:18.651Z Checking webpki-roots v0.26.6
20322024-11-26T04:44:18.674Z Checking serde_path_to_error v0.1.16
20332024-11-26T04:44:18.749Z Checking idna v0.5.0
20342024-11-26T04:44:18.782Z Checking hkdf v0.12.4
20352024-11-26T04:44:18.853Z Checking crypto-bigint v0.5.5
20362024-11-26T04:44:18.985Z Checking hostname v0.4.0
20372024-11-26T04:44:19.046Z Checking crc32fast v1.4.2
20382024-11-26T04:44:19.118Z Checking unicode-width v0.1.14
20392024-11-26T04:44:19.254Z Checking bitflags v1.3.2
20402024-11-26T04:44:19.277Z Checking managed v0.8.0
20412024-11-26T04:44:19.347Z Checking debug-ignore v1.0.5
20422024-11-26T04:44:19.488Z Checking clap_lex v0.7.2
20432024-11-26T04:44:19.611Z Checking strsim v0.11.1
20442024-11-26T04:44:19.628Z Checking winnow v0.5.40
20452024-11-26T04:44:19.672Z Checking smoltcp v0.9.1
20462024-11-26T04:44:19.742Z Checking cookie_store v0.21.0
20472024-11-26T04:44:19.916Z Checking clap_builder v4.5.21
20482024-11-26T04:44:20.447Z Checking console v0.15.8
20492024-11-26T04:44:21.004Z Checking flate2 v1.0.34
20502024-11-26T04:44:21.157Z Checking hyper-rustls v0.27.3
20512024-11-26T04:44:21.363Z Checking hickory-resolver v0.24.1
20522024-11-26T04:44:21.515Z Checking signal-hook-mio v0.2.4
20532024-11-26T04:44:21.643Z Checking hyper-tls v0.6.0
20542024-11-26T04:44:21.646Z Checking rayon v1.10.0
20552024-11-26T04:44:21.692Z Checking backtrace v0.3.74
20562024-11-26T04:44:21.746Z Checking elliptic-curve v0.13.8
20572024-11-26T04:44:21.918Z Checking dropshot v0.12.0
20582024-11-26T04:44:21.932Z Checking bzip2 v0.4.4
20592024-11-26T04:44:22.218Z Checking phf v0.11.2
20602024-11-26T04:44:22.283Z Checking anyhow v1.0.93
20612024-11-26T04:44:22.402Z Checking num-bigint-dig v0.8.4
20622024-11-26T04:44:22.491Z Checking tokio-tungstenite v0.24.0
20632024-11-26T04:44:22.655Z Checking postgres-types v0.2.8
20642024-11-26T04:44:22.721Z Checking toml_edit v0.19.15
20652024-11-26T04:44:22.949Z Checking regex v1.11.1
20662024-11-26T04:44:22.967Z Checking bstr v1.10.0
20672024-11-26T04:44:22.991Z Checking ed25519 v2.2.3
20682024-11-26T04:44:23.291Z Checking tokio-stream v0.1.16
20692024-11-26T04:44:23.337Z Checking phf_shared v0.10.0
20702024-11-26T04:44:23.597Z Checking curve25519-dalek v4.1.3
20712024-11-26T04:44:23.633Z Checking zerocopy v0.6.6
20722024-11-26T04:44:23.935Z Checking pkcs1 v0.7.5
20732024-11-26T04:44:24.171Z Checking hubpack v0.1.2
20742024-11-26T04:44:24.326Z Checking portable-atomic v1.9.0
20752024-11-26T04:44:24.388Z Checking float-cmp v0.9.0
20762024-11-26T04:44:24.500Z Checking serde-big-array v0.5.1
20772024-11-26T04:44:24.578Z Checking rfc6979 v0.4.0
20782024-11-26T04:44:24.610Z Checking sync_wrapper v1.0.1
20792024-11-26T04:44:24.725Z Checking difflib v0.4.0
20802024-11-26T04:44:24.745Z Checking unicode-width v0.2.0
20812024-11-26T04:44:24.775Z Checking bit-vec v0.6.3
20822024-11-26T04:44:25.052Z Checking new_debug_unreachable v1.0.6
20832024-11-26T04:44:25.099Z Checking predicates-core v1.0.8
20842024-11-26T04:44:25.153Z Checking number_prefix v0.4.0
20852024-11-26T04:44:25.173Z Checking normalize-line-endings v0.3.0
20862024-11-26T04:44:25.228Z Checking precomputed-hash v0.1.1
20872024-11-26T04:44:25.269Z Checking whoami v1.5.2
20882024-11-26T04:44:25.290Z Checking fixedbitset v0.4.2
20892024-11-26T04:44:25.304Z Checking minimal-lexical v0.2.1
20902024-11-26T04:44:25.315Z Checking static_assertions v1.1.0
20912024-11-26T04:44:25.370Z Checking unicode-segmentation v1.12.0
20922024-11-26T04:44:25.400Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20932024-11-26T04:44:25.435Z Checking ed25519-dalek v2.1.1
20942024-11-26T04:44:25.495Z Checking indicatif v0.17.9
20952024-11-26T04:44:25.527Z Checking petgraph v0.6.5
20962024-11-26T04:44:25.551Z Checking tokio-postgres v0.7.12
20972024-11-26T04:44:25.567Z Checking qorb v0.2.0
20982024-11-26T04:44:25.684Z Checking nom v7.1.3
20992024-11-26T04:44:25.840Z Checking string_cache v0.8.7
21002024-11-26T04:44:26.068Z Checking similar v2.6.0
21012024-11-26T04:44:26.122Z Checking predicates v3.1.2
21022024-11-26T04:44:26.253Z Checking toml v0.7.8
21032024-11-26T04:44:26.831Z Checking bit-set v0.5.3
21042024-11-26T04:44:26.930Z Checking ecdsa v0.16.9
21052024-11-26T04:44:27.009Z Checking reqwest v0.12.9
21062024-11-26T04:44:27.070Z Checking rsa v0.9.6
21072024-11-26T04:44:27.658Z Checking clap v4.5.21
21082024-11-26T04:44:27.789Z Checking zip v0.6.6
21092024-11-26T04:44:28.133Z Checking crossterm v0.28.1
21102024-11-26T04:44:28.152Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21112024-11-26T04:44:28.175Z Checking itertools v0.12.1
21122024-11-26T04:44:28.469Z Checking itertools v0.10.5
21132024-11-26T04:44:28.572Z Checking fs-err v2.11.0
21142024-11-26T04:44:28.671Z Checking ahash v0.8.11
21152024-11-26T04:44:28.792Z Checking x509-cert v0.2.5
21162024-11-26T04:44:28.834Z Checking semver v1.0.23
21172024-11-26T04:44:29.171Z Checking hex v0.4.3
21182024-11-26T04:44:29.244Z Checking peg-runtime v0.8.3
21192024-11-26T04:44:29.247Z Checking lalrpop-util v0.19.12
21202024-11-26T04:44:29.490Z Checking sigpipe v0.1.3
21212024-11-26T04:44:30.481Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21222024-11-26T04:44:30.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s
21232024-11-26T04:44:30.952Z
21242024-11-26T04:44:30.952Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21252024-11-26T04:44:31.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-11-26T04:44:31.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-11-26T04:44:31.609Z Compiling hashbrown v0.14.5
21282024-11-26T04:44:31.730Z Checking heck v0.5.0
21292024-11-26T04:44:31.740Z Compiling unsafe-libyaml v0.2.11
21302024-11-26T04:44:31.752Z Compiling ident_case v1.0.1
21312024-11-26T04:44:31.763Z Checking progenitor-client v0.8.0
21322024-11-26T04:44:31.776Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21332024-11-26T04:44:31.790Z Compiling proc-macro-crate v1.3.1
21342024-11-26T04:44:31.889Z Compiling darling_core v0.20.10
21352024-11-26T04:44:31.909Z Checking ipnetwork v0.20.0
21362024-11-26T04:44:32.125Z Compiling structmeta-derive v0.3.0
21372024-11-26T04:44:32.128Z Compiling newtype-uuid v1.1.3
21382024-11-26T04:44:32.257Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21392024-11-26T04:44:32.478Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402024-11-26T04:44:32.562Z Compiling lzma-sys v0.1.20
21412024-11-26T04:44:32.810Z Compiling foreign-types-macros v0.2.3
21422024-11-26T04:44:32.857Z Checking regress v0.10.1
21432024-11-26T04:44:32.940Z Compiling num_enum_derive v0.5.11
21442024-11-26T04:44:33.339Z Compiling serde_yaml v0.9.34+deprecated
21452024-11-26T04:44:33.694Z Compiling dropshot v0.13.0
21462024-11-26T04:44:33.997Z Checking arc-swap v1.7.1
21472024-11-26T04:44:34.060Z Checking foreign-types-shared v0.3.1
21482024-11-26T04:44:34.175Z Checking foreign-types v0.5.0
21492024-11-26T04:44:34.397Z Compiling proc-macro-error v1.0.4
21502024-11-26T04:44:34.433Z Checking slog-scope v4.4.0
21512024-11-26T04:44:35.101Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-11-26T04:44:35.130Z Compiling structmeta v0.3.0
21532024-11-26T04:44:35.207Z Checking tungstenite v0.21.0
21542024-11-26T04:44:35.221Z Compiling heck v0.3.3
21552024-11-26T04:44:35.504Z Checking num_enum v0.5.11
21562024-11-26T04:44:35.572Z Compiling parse-display-derive v0.10.0
21572024-11-26T04:44:35.660Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21582024-11-26T04:44:35.668Z Compiling dropshot_endpoint v0.13.0
21592024-11-26T04:44:36.120Z Checking cstr-argument v0.1.2
21602024-11-26T04:44:36.333Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-11-26T04:44:36.436Z Checking typify-impl v0.2.0
21622024-11-26T04:44:36.517Z Checking instant v0.1.13
21632024-11-26T04:44:36.651Z Checking pretty-hex v0.2.1
21642024-11-26T04:44:36.783Z Checking fastrand v2.1.1
21652024-11-26T04:44:37.128Z Checking base64 v0.21.7
21662024-11-26T04:44:37.594Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21672024-11-26T04:44:37.622Z Checking tempfile v3.13.0
21682024-11-26T04:44:37.902Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692024-11-26T04:44:38.017Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702024-11-26T04:44:38.053Z Checking backoff v0.4.0
21712024-11-26T04:44:38.269Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722024-11-26T04:44:38.282Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21732024-11-26T04:44:38.363Z Checking tokio-tungstenite v0.21.0
21742024-11-26T04:44:38.418Z Checking strum v0.26.3
21752024-11-26T04:44:38.573Z Compiling zone_cfg_derive v0.1.2
21762024-11-26T04:44:38.607Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772024-11-26T04:44:38.863Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21782024-11-26T04:44:38.908Z Checking slog-stdlog v4.1.1
21792024-11-26T04:44:38.998Z Compiling darling_macro v0.20.10
21802024-11-26T04:44:39.088Z Checking regress v0.9.1
21812024-11-26T04:44:39.245Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822024-11-26T04:44:39.364Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-26T04:44:39.411Z Checking colored v2.1.0
21842024-11-26T04:44:39.643Z Checking macaddr v1.0.1
21852024-11-26T04:44:39.712Z Checking base64 v0.13.1
21862024-11-26T04:44:39.920Z Compiling darling v0.20.10
21872024-11-26T04:44:40.034Z Compiling serde_with_macros v3.11.0
21882024-11-26T04:44:40.104Z Checking zone v0.1.8
21892024-11-26T04:44:40.115Z Checking ron v0.7.1
21902024-11-26T04:44:40.241Z Checking parse-display v0.10.0
21912024-11-26T04:44:40.476Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-11-26T04:44:40.750Z Checking xz2 v0.1.7
21932024-11-26T04:44:40.984Z Checking slog-envlogger v2.2.0
21942024-11-26T04:44:41.064Z Checking tabwriter v1.4.0
21952024-11-26T04:44:41.203Z Checking xattr v1.3.1
21962024-11-26T04:44:41.257Z Checking pem v3.0.4
21972024-11-26T04:44:41.299Z Checking yasna v0.5.2
21982024-11-26T04:44:41.408Z Checking headers-core v0.3.0
21992024-11-26T04:44:41.520Z Checking smf v0.2.3
22002024-11-26T04:44:41.560Z Checking filetime v0.2.25
22012024-11-26T04:44:41.778Z Checking same-file v1.0.6
22022024-11-26T04:44:41.954Z Checking walkdir v2.5.0
22032024-11-26T04:44:41.977Z Checking tar v0.4.42
22042024-11-26T04:44:41.995Z Checking headers v0.4.0
22052024-11-26T04:44:42.218Z Checking rcgen v0.12.1
22062024-11-26T04:44:42.265Z Checking atomicwrites v0.4.4
22072024-11-26T04:44:42.478Z Checking camino-tempfile v1.1.1
22082024-11-26T04:44:42.601Z Checking subprocess v0.2.9
22092024-11-26T04:44:42.884Z Checking serde_with v3.11.0
22102024-11-26T04:44:46.879Z Compiling typify-macro v0.2.0
22112024-11-26T04:44:48.734Z Compiling typify v0.2.0
22122024-11-26T04:44:48.802Z Compiling progenitor-impl v0.8.0
22132024-11-26T04:44:52.008Z Compiling progenitor-macro v0.8.0
22142024-11-26T04:44:57.271Z Checking progenitor v0.8.0
22152024-11-26T04:44:57.427Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22162024-11-26T04:44:57.430Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22172024-11-26T04:45:00.117Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22182024-11-26T04:45:00.403Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-11-26T04:45:06.779Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22202024-11-26T04:45:08.359Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-11-26T04:45:09.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.63s
22222024-11-26T04:45:09.771Z
22232024-11-26T04:45:09.771Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22242024-11-26T04:45:10.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-26T04:45:10.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-26T04:45:10.425Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-11-26T04:45:11.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
22282024-11-26T04:45:11.984Z
22292024-11-26T04:45:11.984Zinfo: running `cargo check --bins` on nexus-config (31/173)
22302024-11-26T04:45:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-26T04:45:12.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-26T04:45:12.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-11-26T04:45:12.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22342024-11-26T04:45:12.611Z
22352024-11-26T04:45:12.611Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22362024-11-26T04:45:13.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-11-26T04:45:13.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-11-26T04:45:13.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-11-26T04:45:13.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22402024-11-26T04:45:13.245Z
22412024-11-26T04:45:13.246Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22422024-11-26T04:45:13.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-11-26T04:45:13.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-11-26T04:45:13.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-11-26T04:45:13.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22462024-11-26T04:45:13.849Z
22472024-11-26T04:45:13.849Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22482024-11-26T04:45:14.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-11-26T04:45:14.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-11-26T04:45:14.526Z Compiling zerocopy v0.8.10
22512024-11-26T04:45:14.526Z Compiling progenitor-client v0.8.0
22522024-11-26T04:45:14.526Z Compiling itertools v0.13.0
22532024-11-26T04:45:14.528Z Compiling zerocopy-derive v0.8.10
22542024-11-26T04:45:14.528Z Compiling heapless v0.8.0
22552024-11-26T04:45:14.529Z Compiling newtype-uuid v1.1.3
22562024-11-26T04:45:14.636Z Compiling ipnetwork v0.20.0
22572024-11-26T04:45:14.646Z Checking hash32 v0.3.1
22582024-11-26T04:45:14.919Z Compiling instant v0.1.13
22592024-11-26T04:45:15.036Z Compiling progenitor v0.8.0
22602024-11-26T04:45:15.091Z Compiling smoltcp v0.11.0
22612024-11-26T04:45:15.289Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22622024-11-26T04:45:15.493Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-11-26T04:45:15.525Z Compiling backoff v0.4.0
22642024-11-26T04:45:15.581Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652024-11-26T04:45:15.766Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-11-26T04:45:15.904Z Compiling dropshot v0.13.0
22672024-11-26T04:45:15.943Z Compiling serde_with v3.11.0
22682024-11-26T04:45:15.946Z Compiling parse-display v0.10.0
22692024-11-26T04:45:16.288Z Checking num-rational v0.4.2
22702024-11-26T04:45:16.491Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712024-11-26T04:45:16.653Z Compiling regress v0.9.1
22722024-11-26T04:45:16.943Z Compiling phf_generator v0.11.2
22732024-11-26T04:45:17.154Z Checking num-complex v0.4.6
22742024-11-26T04:45:17.775Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22752024-11-26T04:45:18.477Z Compiling macaddr v1.0.1
22762024-11-26T04:45:18.946Z Checking cobs v0.2.3
22772024-11-26T04:45:19.120Z Checking postcard v1.0.10
22782024-11-26T04:45:19.138Z Compiling num v0.4.3
22792024-11-26T04:45:19.355Z Compiling phf_codegen v0.11.2
22802024-11-26T04:45:19.679Z Compiling parse-zoneinfo v0.3.1
22812024-11-26T04:45:20.063Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22822024-11-26T04:45:20.344Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22832024-11-26T04:45:20.499Z Compiling convert_case v0.4.0
22842024-11-26T04:45:20.752Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22852024-11-26T04:45:21.500Z Compiling float-ord v0.3.2
22862024-11-26T04:45:21.690Z Compiling derive_more v0.99.18
22872024-11-26T04:45:21.822Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22882024-11-26T04:45:21.976Z Compiling chrono-tz-build v0.4.0
22892024-11-26T04:45:22.690Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22902024-11-26T04:45:23.476Z Compiling crucible-workspace-hack v0.1.0
22912024-11-26T04:45:23.516Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22922024-11-26T04:45:23.637Z Compiling chrono-tz v0.10.0
22932024-11-26T04:45:23.758Z Checking newline-converter v0.3.0
22942024-11-26T04:45:23.819Z Checking prettyplease v0.2.25
22952024-11-26T04:45:23.919Z Compiling slog-dtrace v0.3.0
22962024-11-26T04:45:24.219Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22972024-11-26T04:45:24.504Z Checking expectorate v1.1.0
22982024-11-26T04:45:24.952Z Compiling zone_cfg_derive v0.3.0
22992024-11-26T04:45:25.038Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-11-26T04:45:25.386Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23012024-11-26T04:45:25.598Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23022024-11-26T04:45:25.625Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23032024-11-26T04:45:25.781Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-11-26T04:45:26.404Z Compiling const_format_proc_macros v0.2.33
23052024-11-26T04:45:26.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23062024-11-26T04:45:26.696Z Compiling num-derive v0.4.2
23072024-11-26T04:45:26.792Z Checking highway v1.2.0
23082024-11-26T04:45:27.273Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092024-11-26T04:45:27.589Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23102024-11-26T04:45:27.742Z Checking zone v0.3.0
23112024-11-26T04:45:28.162Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23122024-11-26T04:45:28.521Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23132024-11-26T04:45:28.646Z Checking const_format v0.2.33
23142024-11-26T04:45:29.122Z Checking gethostname v0.5.0
23152024-11-26T04:45:29.125Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23162024-11-26T04:45:29.152Z Checking bcs v0.1.6
23172024-11-26T04:45:29.193Z Compiling async-recursion v1.1.1
23182024-11-26T04:45:29.502Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23192024-11-26T04:45:29.619Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23202024-11-26T04:45:29.623Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23212024-11-26T04:45:31.013Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23222024-11-26T04:45:31.333Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23232024-11-26T04:45:37.148Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242024-11-26T04:45:40.499Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23252024-11-26T04:45:43.138Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23262024-11-26T04:45:44.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.45s
23272024-11-26T04:45:44.489Z
23282024-11-26T04:45:44.489Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23292024-11-26T04:45:45.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-11-26T04:45:45.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-11-26T04:45:45.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-11-26T04:45:45.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23332024-11-26T04:45:45.133Z
23342024-11-26T04:45:45.133Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23352024-11-26T04:45:45.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-11-26T04:45:45.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-11-26T04:45:45.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-11-26T04:45:45.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23392024-11-26T04:45:45.773Z
23402024-11-26T04:45:45.773Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23412024-11-26T04:45:46.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-11-26T04:45:46.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-11-26T04:45:46.431Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-11-26T04:45:47.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23452024-11-26T04:45:47.239Z
23462024-11-26T04:45:47.239Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23472024-11-26T04:45:47.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-11-26T04:45:47.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-11-26T04:45:47.908Z Compiling cfg_aliases v0.1.1
23502024-11-26T04:45:47.910Z Compiling vte_generate_state_changes v0.1.2
23512024-11-26T04:45:47.910Z Checking fd-lock v4.0.2
23522024-11-26T04:45:47.911Z Checking nibble_vec v0.1.0
23532024-11-26T04:45:48.012Z Checking bytecount v0.6.8
23542024-11-26T04:45:48.015Z Checking endian-type v0.1.2
23552024-11-26T04:45:48.029Z Compiling tabled_derive v0.7.0
23562024-11-26T04:45:48.064Z Compiling peg-macros v0.8.4
23572024-11-26T04:45:48.094Z Compiling nix v0.28.0
23582024-11-26T04:45:48.166Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23592024-11-26T04:45:48.183Z Checking papergrid v0.11.0
23602024-11-26T04:45:48.199Z Compiling sqlparser_derive v0.2.2
23612024-11-26T04:45:48.243Z Checking radix_trie v0.2.1
23622024-11-26T04:45:48.647Z Checking vte v0.11.1
23632024-11-26T04:45:48.663Z Checking unicode_categories v0.1.1
23642024-11-26T04:45:48.976Z Checking nu-ansi-term v0.50.1
23652024-11-26T04:45:49.289Z Checking home v0.5.9
23662024-11-26T04:45:49.345Z Checking sqlparser v0.45.0
23672024-11-26T04:45:49.360Z Checking sqlformat v0.2.6
23682024-11-26T04:45:49.437Z Checking display-error-chain v0.2.2
23692024-11-26T04:45:49.979Z Checking strip-ansi-escapes v0.2.0
23702024-11-26T04:45:50.117Z Checking reedline v0.35.0
23712024-11-26T04:45:50.461Z Checking tabled v0.15.0
23722024-11-26T04:45:50.901Z Checking peg v0.8.4
23732024-11-26T04:45:51.287Z Checking rustyline v14.0.0
23742024-11-26T04:46:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.02s
23752024-11-26T04:46:00.441Z
23762024-11-26T04:46:00.441Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23772024-11-26T04:46:01.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-11-26T04:46:01.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-11-26T04:46:01.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-11-26T04:46:06.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
23812024-11-26T04:46:06.281Z
23822024-11-26T04:46:06.281Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23832024-11-26T04:46:06.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-11-26T04:46:06.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-11-26T04:46:06.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-11-26T04:46:10.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
23872024-11-26T04:46:10.921Z
23882024-11-26T04:46:10.921Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23892024-11-26T04:46:11.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-11-26T04:46:11.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-11-26T04:46:11.583Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-11-26T04:46:16.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
23932024-11-26T04:46:16.467Z
23942024-11-26T04:46:16.467Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23952024-11-26T04:46:17.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-11-26T04:46:17.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-11-26T04:46:17.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-11-26T04:46:21.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
23992024-11-26T04:46:22.103Z
24002024-11-26T04:46:22.103Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24012024-11-26T04:46:22.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-11-26T04:46:22.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-11-26T04:46:22.780Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-11-26T04:46:26.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
24052024-11-26T04:46:26.949Z
24062024-11-26T04:46:26.949Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24072024-11-26T04:46:27.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-11-26T04:46:27.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-11-26T04:46:27.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-11-26T04:46:31.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
24112024-11-26T04:46:31.798Z
24122024-11-26T04:46:31.798Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24132024-11-26T04:46:32.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-11-26T04:46:32.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-11-26T04:46:32.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-11-26T04:46:37.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
24172024-11-26T04:46:37.613Z
24182024-11-26T04:46:37.613Zinfo: running `cargo check --bins` on oximeter (46/173)
24192024-11-26T04:46:38.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-11-26T04:46:38.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-11-26T04:46:38.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-11-26T04:46:38.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24232024-11-26T04:46:38.244Z
24242024-11-26T04:46:38.244Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24252024-11-26T04:46:38.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-11-26T04:46:38.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-11-26T04:46:38.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-11-26T04:46:38.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24292024-11-26T04:46:38.957Z
24302024-11-26T04:46:38.957Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24312024-11-26T04:46:39.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-11-26T04:46:39.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-11-26T04:46:39.498Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-11-26T04:46:39.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24352024-11-26T04:46:40.112Z
24362024-11-26T04:46:40.112Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24372024-11-26T04:46:40.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-11-26T04:46:40.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-11-26T04:46:40.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-11-26T04:46:40.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24412024-11-26T04:46:40.750Z
24422024-11-26T04:46:40.750Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24432024-11-26T04:46:41.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-11-26T04:46:41.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-11-26T04:46:41.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-11-26T04:46:41.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24472024-11-26T04:46:41.391Z
24482024-11-26T04:46:41.391Zinfo: running `cargo check --bins` on oxql-types (51/173)
24492024-11-26T04:46:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-11-26T04:46:41.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-11-26T04:46:41.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-11-26T04:46:41.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24532024-11-26T04:46:42.024Z
24542024-11-26T04:46:42.024Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24552024-11-26T04:46:42.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-11-26T04:46:42.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-11-26T04:46:42.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-11-26T04:46:42.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24592024-11-26T04:46:42.675Z
24602024-11-26T04:46:42.675Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24612024-11-26T04:46:43.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-11-26T04:46:43.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-11-26T04:46:43.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-11-26T04:46:43.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24652024-11-26T04:46:43.310Z
24662024-11-26T04:46:43.310Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24672024-11-26T04:46:43.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-11-26T04:46:43.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-11-26T04:46:43.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-11-26T04:46:43.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24712024-11-26T04:46:43.969Z
24722024-11-26T04:46:43.969Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24732024-11-26T04:46:44.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-11-26T04:46:44.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-11-26T04:46:44.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-11-26T04:46:44.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24772024-11-26T04:46:44.603Z
24782024-11-26T04:46:44.603Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24792024-11-26T04:46:45.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-11-26T04:46:45.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-11-26T04:46:45.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-11-26T04:46:45.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832024-11-26T04:46:45.237Z
24842024-11-26T04:46:45.237Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24852024-11-26T04:46:45.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-11-26T04:46:45.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-11-26T04:46:45.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-11-26T04:46:45.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24892024-11-26T04:46:45.871Z
24902024-11-26T04:46:45.871Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24912024-11-26T04:46:46.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-11-26T04:46:46.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-11-26T04:46:46.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-11-26T04:46:46.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24952024-11-26T04:46:46.485Z
24962024-11-26T04:46:46.485Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24972024-11-26T04:46:47.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-11-26T04:46:47.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-11-26T04:46:47.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-11-26T04:46:47.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25012024-11-26T04:46:47.129Z
25022024-11-26T04:46:47.129Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25032024-11-26T04:46:47.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-11-26T04:46:47.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-11-26T04:46:47.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-11-26T04:46:47.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25072024-11-26T04:46:47.763Z
25082024-11-26T04:46:47.763Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25092024-11-26T04:46:48.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-11-26T04:46:48.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-11-26T04:46:48.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-11-26T04:46:48.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132024-11-26T04:46:48.391Z
25142024-11-26T04:46:48.391Zinfo: running `cargo check --bins` on dpd-client (62/173)
25152024-11-26T04:46:48.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-11-26T04:46:48.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-11-26T04:46:48.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-11-26T04:46:48.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25192024-11-26T04:46:49.020Z
25202024-11-26T04:46:49.020Zinfo: running `cargo check --bins` on gateway-client (63/173)
25212024-11-26T04:46:49.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-11-26T04:46:49.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-11-26T04:46:49.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-11-26T04:46:49.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25252024-11-26T04:46:49.648Z
25262024-11-26T04:46:49.648Zinfo: running `cargo check --bins` on installinator-client (64/173)
25272024-11-26T04:46:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-11-26T04:46:50.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-11-26T04:46:50.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-11-26T04:46:50.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25312024-11-26T04:46:50.314Z
25322024-11-26T04:46:50.314Zinfo: running `cargo check --bins` on installinator-common (65/173)
25332024-11-26T04:46:50.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-11-26T04:46:50.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-11-26T04:46:50.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-11-26T04:46:50.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25372024-11-26T04:46:50.975Z
25382024-11-26T04:46:50.976Zinfo: running `cargo check --bins` on update-engine (66/173)
25392024-11-26T04:46:51.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-11-26T04:46:51.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-11-26T04:46:51.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-11-26T04:46:51.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25432024-11-26T04:46:51.603Z
25442024-11-26T04:46:51.603Zinfo: running `cargo check --bins` on nexus-client (67/173)
25452024-11-26T04:46:52.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-11-26T04:46:52.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-11-26T04:46:52.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-11-26T04:46:52.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25492024-11-26T04:46:52.266Z
25502024-11-26T04:46:52.266Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25512024-11-26T04:46:52.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-11-26T04:46:52.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-11-26T04:46:52.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-11-26T04:46:52.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25552024-11-26T04:46:52.920Z
25562024-11-26T04:46:52.920Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25572024-11-26T04:46:53.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-11-26T04:46:53.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-11-26T04:46:53.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-11-26T04:46:53.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25612024-11-26T04:46:53.546Z
25622024-11-26T04:46:53.546Zinfo: running `cargo check --bins` on nexus-types (70/173)
25632024-11-26T04:46:54.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-11-26T04:46:54.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-11-26T04:46:54.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-11-26T04:46:54.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25672024-11-26T04:46:54.222Z
25682024-11-26T04:46:54.222Zinfo: running `cargo check --bins` on oxide-client (71/173)
25692024-11-26T04:46:54.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-11-26T04:46:54.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-11-26T04:46:54.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-11-26T04:46:54.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25732024-11-26T04:46:54.842Z
25742024-11-26T04:46:54.842Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25752024-11-26T04:46:55.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-11-26T04:46:55.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-11-26T04:46:55.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-11-26T04:46:55.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25792024-11-26T04:46:55.483Z
25802024-11-26T04:46:55.483Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25812024-11-26T04:46:56.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-11-26T04:46:56.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-11-26T04:46:56.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-11-26T04:46:56.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25852024-11-26T04:46:56.111Z
25862024-11-26T04:46:56.111Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25872024-11-26T04:46:56.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-11-26T04:46:56.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-11-26T04:46:56.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-11-26T04:46:56.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25912024-11-26T04:46:56.765Z
25922024-11-26T04:46:56.765Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25932024-11-26T04:46:57.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-11-26T04:46:57.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-11-26T04:46:57.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-11-26T04:46:57.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25972024-11-26T04:46:57.438Z
25982024-11-26T04:46:57.438Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25992024-11-26T04:46:58.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-11-26T04:46:58.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-11-26T04:46:58.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-11-26T04:46:58.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26032024-11-26T04:46:58.103Z
26042024-11-26T04:46:58.103Zinfo: running `cargo check --bins` on wicket-common (77/173)
26052024-11-26T04:46:58.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-11-26T04:46:58.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-11-26T04:46:58.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-11-26T04:46:58.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26092024-11-26T04:46:58.770Z
26102024-11-26T04:46:58.770Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26112024-11-26T04:46:59.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-11-26T04:46:59.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-11-26T04:46:59.441Z Checking csv-core v0.1.11
26142024-11-26T04:46:59.441Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26152024-11-26T04:46:59.444Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-11-26T04:46:59.747Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26172024-11-26T04:46:59.761Z Checking csv v1.3.0
26182024-11-26T04:47:00.320Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26192024-11-26T04:47:00.664Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26202024-11-26T04:47:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
26212024-11-26T04:47:02.109Z
26222024-11-26T04:47:02.109Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26232024-11-26T04:47:02.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-11-26T04:47:02.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-11-26T04:47:02.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-11-26T04:47:02.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26272024-11-26T04:47:02.752Z
26282024-11-26T04:47:02.752Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26292024-11-26T04:47:03.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-11-26T04:47:03.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-11-26T04:47:03.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-11-26T04:47:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26332024-11-26T04:47:03.381Z
26342024-11-26T04:47:03.381Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26352024-11-26T04:47:04.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-11-26T04:47:04.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-11-26T04:47:04.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-11-26T04:47:04.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26392024-11-26T04:47:04.122Z
26402024-11-26T04:47:04.122Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26412024-11-26T04:47:04.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-11-26T04:47:04.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-11-26T04:47:04.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-11-26T04:47:04.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26452024-11-26T04:47:04.850Z
26462024-11-26T04:47:04.850Zinfo: running `cargo check --bins` on dns-server (83/173)
26472024-11-26T04:47:05.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-11-26T04:47:05.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-11-26T04:47:05.492Z Compiling parking_lot_core v0.8.6
26502024-11-26T04:47:05.494Z Checking fxhash v0.2.1
26512024-11-26T04:47:05.494Z Checking hickory-server v0.24.1
26522024-11-26T04:47:05.494Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26532024-11-26T04:47:05.494Z Checking hickory-client v0.24.1
26542024-11-26T04:47:06.177Z Checking parking_lot v0.11.2
26552024-11-26T04:47:06.296Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26562024-11-26T04:47:06.296Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26572024-11-26T04:47:06.404Z Checking sled v0.34.7
26582024-11-26T04:47:08.180Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26592024-11-26T04:47:09.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
26602024-11-26T04:47:09.603Z
26612024-11-26T04:47:09.603Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26622024-11-26T04:47:10.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-11-26T04:47:10.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-11-26T04:47:10.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-11-26T04:47:10.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26662024-11-26T04:47:10.236Z
26672024-11-26T04:47:10.236Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26682024-11-26T04:47:10.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-11-26T04:47:10.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-11-26T04:47:10.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-11-26T04:47:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26722024-11-26T04:47:10.925Z
26732024-11-26T04:47:10.925Zinfo: running `cargo check --bins` on gateway-types (86/173)
26742024-11-26T04:47:11.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-11-26T04:47:11.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-11-26T04:47:11.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-11-26T04:47:11.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26782024-11-26T04:47:11.570Z
26792024-11-26T04:47:11.570Zinfo: running `cargo check --bins` on ipcc (87/173)
26802024-11-26T04:47:12.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-11-26T04:47:12.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-11-26T04:47:12.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-11-26T04:47:12.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26842024-11-26T04:47:12.199Z
26852024-11-26T04:47:12.199Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26862024-11-26T04:47:12.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-11-26T04:47:12.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-11-26T04:47:12.907Z Compiling radium v0.7.0
26892024-11-26T04:47:12.907Z Compiling semver v0.1.20
26902024-11-26T04:47:13.023Z Compiling maybe-uninit v2.0.0
26912024-11-26T04:47:13.026Z Checking tap v1.0.1
26922024-11-26T04:47:13.044Z Checking password-hash v0.5.0
26932024-11-26T04:47:13.048Z Checking blake2 v0.10.6
26942024-11-26T04:47:13.048Z Checking funty v2.0.0
26952024-11-26T04:47:13.048Z Compiling cancel-safe-futures v0.1.5
26962024-11-26T04:47:13.178Z Checking wyz v0.5.1
26972024-11-26T04:47:13.429Z Compiling rustc_version v0.1.7
26982024-11-26T04:47:13.492Z Checking crc-catalog v2.4.0
26992024-11-26T04:47:13.517Z Compiling packed_struct v0.10.1
27002024-11-26T04:47:13.533Z Compiling owo-colors v4.1.0
27012024-11-26T04:47:13.594Z Checking argon2 v0.5.3
27022024-11-26T04:47:13.640Z Checking crc v3.2.1
27032024-11-26T04:47:13.742Z Compiling packed_struct_codegen v0.10.1
27042024-11-26T04:47:13.832Z Checking half v2.4.1
27052024-11-26T04:47:13.849Z Compiling indexmap v1.9.3
27062024-11-26T04:47:13.951Z Compiling newtype_derive v0.1.6
27072024-11-26T04:47:13.997Z Checking ciborium-io v0.2.2
27082024-11-26T04:47:14.012Z Checking bitvec v1.0.1
27092024-11-26T04:47:14.076Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27102024-11-26T04:47:14.119Z Checking nodrop v0.1.14
27112024-11-26T04:47:14.238Z Checking array-init v0.0.4
27122024-11-26T04:47:14.272Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132024-11-26T04:47:14.288Z Checking ciborium-ll v0.2.2
27142024-11-26T04:47:14.371Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-11-26T04:47:14.571Z Checking smallvec v0.6.14
27162024-11-26T04:47:14.586Z Checking libsw v3.3.1
27172024-11-26T04:47:14.850Z Compiling memoffset v0.9.1
27182024-11-26T04:47:14.867Z Checking linear-map v1.2.0
27192024-11-26T04:47:14.987Z Checking indent_write v2.2.0
27202024-11-26T04:47:15.124Z Checking swrite v0.1.0
27212024-11-26T04:47:15.170Z Checking hashbrown v0.12.3
27222024-11-26T04:47:15.187Z Checking termcolor v1.4.1
27232024-11-26T04:47:15.190Z Checking bitfield v0.14.0
27242024-11-26T04:47:15.229Z Checking serde-hex v0.1.0
27252024-11-26T04:47:15.245Z Checking ron v0.8.1
27262024-11-26T04:47:15.619Z Checking env_logger v0.10.2
27272024-11-26T04:47:15.638Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27282024-11-26T04:47:16.037Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27292024-11-26T04:47:16.041Z Checking ciborium v0.2.2
27302024-11-26T04:47:16.526Z Checking steno v0.4.1
27312024-11-26T04:47:16.802Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27322024-11-26T04:47:16.924Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27332024-11-26T04:47:17.050Z Checking hashbrown v0.13.2
27342024-11-26T04:47:17.064Z Checking humantime v2.1.0
27352024-11-26T04:47:17.244Z Checking crc-any v2.5.0
27362024-11-26T04:47:17.391Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-11-26T04:47:17.612Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-11-26T04:47:17.780Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27392024-11-26T04:47:18.087Z Checking path-slash v0.1.5
27402024-11-26T04:47:18.133Z Checking object v0.30.4
27412024-11-26T04:47:18.259Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27422024-11-26T04:47:18.312Z Checking nix v0.27.1
27432024-11-26T04:47:18.803Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27442024-11-26T04:47:19.130Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452024-11-26T04:47:19.181Z Checking tungstenite v0.23.0
27462024-11-26T04:47:19.404Z Checking kstat-rs v0.2.4
27472024-11-26T04:47:19.571Z Checking signal-hook-tokio v0.3.1
27482024-11-26T04:47:19.767Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-11-26T04:47:20.126Z Checking tokio-tungstenite v0.23.1
27502024-11-26T04:47:20.498Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27512024-11-26T04:47:20.840Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522024-11-26T04:47:21.215Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-11-26T04:47:27.652Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-11-26T04:47:28.931Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27552024-11-26T04:47:31.999Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562024-11-26T04:47:37.718Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572024-11-26T04:47:38.407Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582024-11-26T04:47:41.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s
27592024-11-26T04:47:41.399Z
27602024-11-26T04:47:41.399Zinfo: running `cargo check --bins` on gateway-api (89/173)
27612024-11-26T04:47:41.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-11-26T04:47:41.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-11-26T04:47:41.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-11-26T04:47:41.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27652024-11-26T04:47:42.034Z
27662024-11-26T04:47:42.034Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27672024-11-26T04:47:42.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-11-26T04:47:42.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-11-26T04:47:42.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-11-26T04:47:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27712024-11-26T04:47:42.652Z
27722024-11-26T04:47:42.652Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27732024-11-26T04:47:43.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-11-26T04:47:43.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-11-26T04:47:43.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-11-26T04:47:43.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27772024-11-26T04:47:43.283Z
27782024-11-26T04:47:43.283Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27792024-11-26T04:47:43.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-11-26T04:47:43.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-11-26T04:47:43.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-11-26T04:47:43.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27832024-11-26T04:47:43.919Z
27842024-11-26T04:47:43.919Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27852024-11-26T04:47:44.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-11-26T04:47:44.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-11-26T04:47:44.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-11-26T04:47:44.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27892024-11-26T04:47:44.551Z
27902024-11-26T04:47:44.551Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27912024-11-26T04:47:45.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-11-26T04:47:45.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-11-26T04:47:45.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-11-26T04:47:45.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27952024-11-26T04:47:45.181Z
27962024-11-26T04:47:45.181Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27972024-11-26T04:47:45.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-11-26T04:47:45.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-11-26T04:47:45.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-11-26T04:47:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28012024-11-26T04:47:45.831Z
28022024-11-26T04:47:45.831Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28032024-11-26T04:47:46.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-26T04:47:46.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-26T04:47:46.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-26T04:47:46.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072024-11-26T04:47:46.459Z
28082024-11-26T04:47:46.459Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28092024-11-26T04:47:47.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-26T04:47:47.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-26T04:47:47.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-11-26T04:47:47.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28132024-11-26T04:47:47.117Z
28142024-11-26T04:47:47.117Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28152024-11-26T04:47:47.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-26T04:47:47.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-26T04:47:47.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-11-26T04:47:47.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28192024-11-26T04:47:47.746Z
28202024-11-26T04:47:47.746Zinfo: running `cargo check --bins` on sp-sim (99/173)
28212024-11-26T04:47:48.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-11-26T04:47:48.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-11-26T04:47:48.380Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242024-11-26T04:47:50.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
28252024-11-26T04:47:50.411Z
28262024-11-26T04:47:50.411Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28272024-11-26T04:47:51.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-11-26T04:47:51.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-11-26T04:47:51.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-11-26T04:47:51.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28312024-11-26T04:47:51.093Z
28322024-11-26T04:47:51.093Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28332024-11-26T04:47:51.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-11-26T04:47:51.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-11-26T04:47:51.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-11-26T04:47:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28372024-11-26T04:47:51.778Z
28382024-11-26T04:47:51.778Zinfo: running `cargo check --bins` on db-macros (102/173)
28392024-11-26T04:47:52.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-11-26T04:47:52.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-11-26T04:47:52.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-11-26T04:47:52.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28432024-11-26T04:47:52.393Z
28442024-11-26T04:47:52.393Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28452024-11-26T04:47:52.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-11-26T04:47:52.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-11-26T04:47:52.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-11-26T04:47:52.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28492024-11-26T04:47:53.006Z
28502024-11-26T04:47:53.006Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28512024-11-26T04:47:53.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-11-26T04:47:53.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-11-26T04:47:53.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-11-26T04:47:53.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28552024-11-26T04:47:53.673Z
28562024-11-26T04:47:53.673Zinfo: running `cargo check --bins` on authz-macros (105/173)
28572024-11-26T04:47:54.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-11-26T04:47:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-11-26T04:47:54.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-11-26T04:47:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28612024-11-26T04:47:54.293Z
28622024-11-26T04:47:54.293Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28632024-11-26T04:47:54.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-11-26T04:47:54.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-11-26T04:47:54.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-11-26T04:47:54.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28672024-11-26T04:47:54.949Z
28682024-11-26T04:47:54.949Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28692024-11-26T04:47:55.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-11-26T04:47:55.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-11-26T04:47:55.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-11-26T04:47:55.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28732024-11-26T04:47:55.605Z
28742024-11-26T04:47:55.605Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28752024-11-26T04:47:56.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-11-26T04:47:56.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-11-26T04:47:56.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-11-26T04:47:56.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28792024-11-26T04:47:56.233Z
28802024-11-26T04:47:56.233Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28812024-11-26T04:47:56.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-11-26T04:47:56.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-11-26T04:47:56.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-11-26T04:47:56.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28852024-11-26T04:47:56.887Z
28862024-11-26T04:47:56.887Zinfo: running `cargo check --bins` on typed-rng (110/173)
28872024-11-26T04:47:57.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-11-26T04:47:57.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-11-26T04:47:57.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-11-26T04:47:57.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28912024-11-26T04:47:57.500Z
28922024-11-26T04:47:57.500Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28932024-11-26T04:47:58.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-11-26T04:47:58.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-11-26T04:47:58.241Z Checking keccak v0.1.5
28962024-11-26T04:47:58.352Z Checking secrecy v0.8.0
28972024-11-26T04:47:58.356Z Compiling unicase v2.7.0
28982024-11-26T04:47:58.356Z Compiling same-file v1.0.6
28992024-11-26T04:47:58.370Z Compiling tempfile v3.13.0
29002024-11-26T04:47:58.398Z Compiling thiserror-impl-no-std v2.0.2
29012024-11-26T04:47:58.400Z Checking universal-hash v0.5.1
29022024-11-26T04:47:58.400Z Compiling ring v0.16.20
29032024-11-26T04:47:58.529Z Compiling walkdir v2.5.0
29042024-11-26T04:47:58.597Z Compiling blake3 v1.5.4
29052024-11-26T04:47:58.619Z Checking sha3 v0.10.8
29062024-11-26T04:47:58.639Z Checking opaque-debug v0.3.1
29072024-11-26T04:47:58.753Z Checking poly1305 v0.8.0
29082024-11-26T04:47:58.823Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092024-11-26T04:47:59.028Z Checking chacha20 v0.9.1
29102024-11-26T04:47:59.117Z Checking aead v0.5.2
29112024-11-26T04:47:59.258Z Compiling memmap2 v0.9.5
29122024-11-26T04:47:59.276Z Compiling arrayref v0.3.9
29132024-11-26T04:47:59.331Z Compiling arrayvec v0.7.6
29142024-11-26T04:47:59.334Z Compiling constant_time_eq v0.3.1
29152024-11-26T04:47:59.372Z Compiling salty v0.3.0
29162024-11-26T04:47:59.386Z Compiling libefi-sys v0.1.0
29172024-11-26T04:47:59.520Z Compiling spin v0.5.2
29182024-11-26T04:47:59.670Z Checking chacha20poly1305 v0.10.1
29192024-11-26T04:47:59.714Z Compiling toolchain_find v0.4.0
29202024-11-26T04:47:59.761Z Compiling camino-tempfile v1.1.1
29212024-11-26T04:47:59.783Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29222024-11-26T04:47:59.850Z Compiling bitfield-struct v0.6.2
29232024-11-26T04:48:00.100Z Compiling topological-sort v0.2.2
29242024-11-26T04:48:00.211Z Compiling mime_guess v2.0.5
29252024-11-26T04:48:00.293Z Compiling rustfmt-wrapper v0.2.1
29262024-11-26T04:48:00.791Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29272024-11-26T04:48:00.865Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29282024-11-26T04:48:00.882Z Checking primeorder v0.13.6
29292024-11-26T04:48:01.163Z Checking env_filter v0.1.2
29302024-11-26T04:48:01.183Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-11-26T04:48:01.305Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-11-26T04:48:01.364Z Checking p384 v0.13.0
29332024-11-26T04:48:01.393Z Checking env_logger v0.11.5
29342024-11-26T04:48:01.529Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29352024-11-26T04:48:01.552Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29362024-11-26T04:48:01.569Z Checking thiserror-no-std v2.0.2
29372024-11-26T04:48:01.675Z Checking vsss-rs v3.3.4
29382024-11-26T04:48:01.773Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29392024-11-26T04:48:01.862Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402024-11-26T04:48:01.980Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29412024-11-26T04:48:02.169Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29422024-11-26T04:48:02.328Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29432024-11-26T04:48:02.350Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29442024-11-26T04:48:02.479Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29452024-11-26T04:48:02.775Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29462024-11-26T04:48:02.895Z Checking nanorand v0.7.0
29472024-11-26T04:48:02.913Z Checking atty v0.2.14
29482024-11-26T04:48:02.943Z Checking glob v0.3.1
29492024-11-26T04:48:03.048Z Checking http-range v0.1.5
29502024-11-26T04:48:03.239Z Checking hyper-staticfile v0.10.1
29512024-11-26T04:48:03.278Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29522024-11-26T04:48:03.297Z Checking flume v0.11.1
29532024-11-26T04:48:03.765Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29542024-11-26T04:48:03.767Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29552024-11-26T04:48:04.012Z Compiling omicron-zone-package v0.11.1
29562024-11-26T04:48:04.493Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29572024-11-26T04:48:05.156Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29582024-11-26T04:48:05.292Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29592024-11-26T04:48:05.703Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29602024-11-26T04:48:05.763Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29612024-11-26T04:48:06.423Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29622024-11-26T04:48:06.443Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29632024-11-26T04:48:07.561Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29642024-11-26T04:48:08.326Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29652024-11-26T04:48:10.271Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29662024-11-26T04:48:10.274Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29672024-11-26T04:48:20.471Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29682024-11-26T04:48:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.14s
29692024-11-26T04:48:33.831Z
29702024-11-26T04:48:33.831Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29712024-11-26T04:48:34.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-11-26T04:48:34.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-11-26T04:48:34.571Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29742024-11-26T04:48:48.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s
29752024-11-26T04:48:48.241Z
29762024-11-26T04:48:48.241Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29772024-11-26T04:48:48.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-11-26T04:48:48.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-11-26T04:48:48.661Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-11-26T04:49:01.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
29812024-11-26T04:49:02.056Z
29822024-11-26T04:49:02.056Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29832024-11-26T04:49:02.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-11-26T04:49:02.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-11-26T04:49:02.792Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-11-26T04:49:15.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.92s
29872024-11-26T04:49:16.182Z
29882024-11-26T04:49:16.182Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29892024-11-26T04:49:16.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-11-26T04:49:16.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-11-26T04:49:16.916Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-11-26T04:49:30.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
29932024-11-26T04:49:30.355Z
29942024-11-26T04:49:30.355Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29952024-11-26T04:49:30.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-11-26T04:49:30.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-11-26T04:49:31.100Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-11-26T04:49:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
29992024-11-26T04:49:44.540Z
30002024-11-26T04:49:44.540Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30012024-11-26T04:49:45.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-11-26T04:49:45.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-11-26T04:49:45.277Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-11-26T04:49:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
30052024-11-26T04:49:58.917Z
30062024-11-26T04:49:58.917Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30072024-11-26T04:49:59.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-11-26T04:49:59.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-11-26T04:49:59.649Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-11-26T04:50:13.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
30112024-11-26T04:50:13.689Z
30122024-11-26T04:50:13.690Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30132024-11-26T04:50:13.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-11-26T04:50:13.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-11-26T04:50:13.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162024-11-26T04:50:13.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30172024-11-26T04:50:13.707Z
30182024-11-26T04:50:13.708Zinfo: running `cargo check --bins` on key-manager (120/173)
30192024-11-26T04:50:14.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-11-26T04:50:14.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-11-26T04:50:14.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222024-11-26T04:50:14.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30232024-11-26T04:50:14.299Z
30242024-11-26T04:50:14.299Zinfo: running `cargo check --bins` on repo-depot-api (121/173)
30252024-11-26T04:50:14.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-11-26T04:50:14.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-11-26T04:50:14.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-11-26T04:50:14.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30292024-11-26T04:50:14.936Z
30302024-11-26T04:50:14.936Zinfo: running `cargo check --bins` on sled-agent-api (122/173)
30312024-11-26T04:50:15.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-11-26T04:50:15.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-11-26T04:50:15.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-11-26T04:50:15.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30352024-11-26T04:50:15.603Z
30362024-11-26T04:50:15.603Zinfo: running `cargo check --bins` on sled-hardware (123/173)
30372024-11-26T04:50:16.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-11-26T04:50:16.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-11-26T04:50:16.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-11-26T04:50:16.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30412024-11-26T04:50:16.257Z
30422024-11-26T04:50:16.258Zinfo: running `cargo check --bins --no-default-features` on sled-storage (124/173)
30432024-11-26T04:50:16.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-11-26T04:50:16.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-11-26T04:50:16.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-11-26T04:50:16.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30472024-11-26T04:50:16.919Z
30482024-11-26T04:50:16.919Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173)
30492024-11-26T04:50:17.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-11-26T04:50:17.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-11-26T04:50:17.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-11-26T04:50:17.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30532024-11-26T04:50:17.574Z
30542024-11-26T04:50:17.574Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (126/173)
30552024-11-26T04:50:18.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-11-26T04:50:18.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-11-26T04:50:18.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-11-26T04:50:18.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30592024-11-26T04:50:18.241Z
30602024-11-26T04:50:18.241Zinfo: running `cargo check --bins` on nexus-test-interface (127/173)
30612024-11-26T04:50:18.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-11-26T04:50:18.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-11-26T04:50:18.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-11-26T04:50:18.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30652024-11-26T04:50:18.905Z
30662024-11-26T04:50:18.905Zinfo: running `cargo check --bins` on oximeter-collector (128/173)
30672024-11-26T04:50:19.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-11-26T04:50:19.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-11-26T04:50:19.607Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30702024-11-26T04:50:19.607Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30712024-11-26T04:50:20.368Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30722024-11-26T04:50:22.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
30732024-11-26T04:50:22.525Z
30742024-11-26T04:50:22.525Zinfo: running `cargo check --bins` on oximeter-api (129/173)
30752024-11-26T04:50:23.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-26T04:50:23.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-26T04:50:23.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-11-26T04:50:23.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30792024-11-26T04:50:23.166Z
30802024-11-26T04:50:23.166Zinfo: running `cargo check --bins` on cert-dev (130/173)
30812024-11-26T04:50:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-26T04:50:23.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-26T04:50:23.788Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30842024-11-26T04:50:24.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30852024-11-26T04:50:24.231Z
30862024-11-26T04:50:24.231Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (131/173)
30872024-11-26T04:50:24.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-26T04:50:24.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-26T04:50:24.919Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30902024-11-26T04:50:24.919Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30912024-11-26T04:50:25.501Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30922024-11-26T04:50:25.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
30932024-11-26T04:50:26.039Z
30942024-11-26T04:50:26.039Zinfo: running `cargo check --bins` on ch-dev (132/173)
30952024-11-26T04:50:26.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-11-26T04:50:26.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-11-26T04:50:26.714Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30982024-11-26T04:50:27.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
30992024-11-26T04:50:27.604Z
31002024-11-26T04:50:27.604Zinfo: running `cargo check --bins` on crdb-seed (133/173)
31012024-11-26T04:50:28.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-11-26T04:50:28.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-11-26T04:50:28.261Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31042024-11-26T04:50:28.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31052024-11-26T04:50:28.808Z
31062024-11-26T04:50:28.808Zinfo: running `cargo check --bins` on db-dev (134/173)
31072024-11-26T04:50:29.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-11-26T04:50:29.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-11-26T04:50:29.472Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31102024-11-26T04:50:30.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31112024-11-26T04:50:30.365Z
31122024-11-26T04:50:30.365Zinfo: running `cargo check --bins` on omicron-dev-lib (135/173)
31132024-11-26T04:50:30.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-11-26T04:50:30.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-11-26T04:50:30.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-11-26T04:50:30.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31172024-11-26T04:50:31.009Z
31182024-11-26T04:50:31.009Zinfo: running `cargo check --bins` on xtask-downloader (136/173)
31192024-11-26T04:50:31.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-11-26T04:50:31.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-11-26T04:50:31.626Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31222024-11-26T04:50:32.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31232024-11-26T04:50:32.687Z
31242024-11-26T04:50:32.687Zinfo: running `cargo check --bins` on omicron-ls-apis (137/173)
31252024-11-26T04:50:33.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-11-26T04:50:33.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-11-26T04:50:33.306Z Checking cargo-platform v0.1.8
31282024-11-26T04:50:33.576Z Checking cargo_metadata v0.18.1
31292024-11-26T04:50:34.534Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31302024-11-26T04:50:35.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
31312024-11-26T04:50:35.451Z
31322024-11-26T04:50:35.451Zinfo: running `cargo check --bins` on mgs-dev (138/173)
31332024-11-26T04:50:36.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-11-26T04:50:36.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-11-26T04:50:36.160Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31362024-11-26T04:50:36.873Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31372024-11-26T04:50:37.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31382024-11-26T04:50:37.633Z
31392024-11-26T04:50:37.633Zinfo: running `cargo check --bins` on omicron-omdb (139/173)
31402024-11-26T04:50:38.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-11-26T04:50:38.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-11-26T04:50:38.411Z Compiling crunchy v0.2.2
31432024-11-26T04:50:38.414Z Compiling tiny-keccak v2.0.2
31442024-11-26T04:50:38.414Z Compiling dsl_auto_type v0.1.2
31452024-11-26T04:50:38.414Z Checking scheduled-thread-pool v0.2.7
31462024-11-26T04:50:38.414Z Compiling diesel_table_macro_syntax v0.2.0
31472024-11-26T04:50:38.537Z Compiling ascii-canvas v3.0.0
31482024-11-26T04:50:38.548Z Compiling ena v0.14.3
31492024-11-26T04:50:38.550Z Compiling diff v0.1.13
31502024-11-26T04:50:38.727Z Checking r2d2 v0.8.10
31512024-11-26T04:50:38.821Z Compiling regex-syntax v0.6.29
31522024-11-26T04:50:38.964Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31532024-11-26T04:50:39.033Z Compiling ref-cast v1.0.23
31542024-11-26T04:50:39.047Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31552024-11-26T04:50:39.054Z Compiling derive_builder_core v0.20.2
31562024-11-26T04:50:39.180Z Compiling libxml v0.3.3
31572024-11-26T04:50:39.267Z Compiling ref-cast-impl v1.0.23
31582024-11-26T04:50:39.369Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31592024-11-26T04:50:39.616Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31602024-11-26T04:50:39.641Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31612024-11-26T04:50:39.760Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31622024-11-26T04:50:39.890Z Compiling strum_macros v0.24.3
31632024-11-26T04:50:39.916Z Compiling samael v0.0.17
31642024-11-26T04:50:40.164Z Compiling indoc v1.0.9
31652024-11-26T04:50:40.185Z Compiling diesel_derives v2.2.3
31662024-11-26T04:50:41.161Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31672024-11-26T04:50:41.456Z Compiling oso-derive v0.27.3
31682024-11-26T04:50:41.575Z Compiling derive_builder_macro v0.20.2
31692024-11-26T04:50:42.425Z Compiling lalrpop v0.19.12
31702024-11-26T04:50:42.478Z Checking derive_builder v0.20.2
31712024-11-26T04:50:42.548Z Compiling impl-trait-for-tuples v0.2.2
31722024-11-26T04:50:42.632Z Checking quick-xml v0.33.0
31732024-11-26T04:50:43.155Z Compiling diesel-dtrace v0.3.0
31742024-11-26T04:50:43.448Z Checking maplit v1.0.2
31752024-11-26T04:50:43.647Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31762024-11-26T04:50:43.671Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31772024-11-26T04:50:43.956Z Checking bb8 v0.8.5
31782024-11-26T04:50:44.175Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31792024-11-26T04:50:44.449Z Checking castaway v0.2.3
31802024-11-26T04:50:44.469Z Checking rand_seeder v0.3.0
31812024-11-26T04:50:44.636Z Checking compact_str v0.8.0
31822024-11-26T04:50:44.692Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31832024-11-26T04:50:44.772Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31842024-11-26T04:50:44.882Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31852024-11-26T04:50:45.279Z Checking unicode-truncate v1.1.0
31862024-11-26T04:50:45.510Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31872024-11-26T04:50:45.528Z Checking lru v0.12.5
31882024-11-26T04:50:45.779Z Compiling instability v0.3.2
31892024-11-26T04:50:45.831Z Checking smawk v0.3.2
31902024-11-26T04:50:46.050Z Checking cassowary v0.3.0
31912024-11-26T04:50:46.409Z Checking is_ci v1.2.0
31922024-11-26T04:50:46.477Z Checking unicode-linebreak v0.1.5
31932024-11-26T04:50:46.545Z Checking supports-color v3.0.1
31942024-11-26T04:50:46.611Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952024-11-26T04:50:46.747Z Checking multimap v0.10.0
31962024-11-26T04:50:46.880Z Checking ratatui v0.28.1
31972024-11-26T04:50:46.897Z Checking textwrap v0.16.1
31982024-11-26T04:50:50.167Z Checking diesel v2.2.4
31992024-11-26T04:51:15.914Z Compiling polar-core v0.27.3
32002024-11-26T04:51:19.608Z Checking async-bb8-diesel v0.2.1
32012024-11-26T04:51:23.323Z Checking oso v0.27.3
32022024-11-26T04:52:34.205Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-11-26T04:52:40.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
32042024-11-26T04:52:40.526Z
32052024-11-26T04:52:40.526Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173)
32062024-11-26T04:52:41.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-11-26T04:52:41.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-11-26T04:52:41.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092024-11-26T04:52:41.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32102024-11-26T04:52:41.202Z
32112024-11-26T04:52:41.203Zinfo: running `cargo check --bins` on nexus-saga-recovery (141/173)
32122024-11-26T04:52:41.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-11-26T04:52:41.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-11-26T04:52:41.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152024-11-26T04:52:41.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32162024-11-26T04:52:41.879Z
32172024-11-26T04:52:41.879Zinfo: running `cargo check --bins` on nexus-test-utils-macros (142/173)
32182024-11-26T04:52:42.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-11-26T04:52:42.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-11-26T04:52:42.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-11-26T04:52:42.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32222024-11-26T04:52:42.501Z
32232024-11-26T04:52:42.501Zinfo: running `cargo check --bins` on omicron-nexus (143/173)
32242024-11-26T04:52:43.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-11-26T04:52:43.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-11-26T04:52:43.287Z Compiling libz-sys v1.1.20
32272024-11-26T04:52:43.401Z Compiling libgit2-sys v0.17.0+1.8.1
32282024-11-26T04:52:43.417Z Compiling vergen v8.3.2
32292024-11-26T04:52:43.420Z Compiling cargo-platform v0.1.8
32302024-11-26T04:52:43.420Z Compiling pin-project-internal v1.1.6
32312024-11-26T04:52:43.457Z Compiling libsqlite3-sys v0.30.1
32322024-11-26T04:52:43.457Z Compiling snafu-derive v0.8.5
32332024-11-26T04:52:43.460Z Checking simd-adler32 v0.3.7
32342024-11-26T04:52:43.712Z Checking lockfree-object-pool v0.1.6
32352024-11-26T04:52:43.832Z Compiling cargo_metadata v0.18.1
32362024-11-26T04:52:43.949Z Checking bumpalo v3.16.0
32372024-11-26T04:52:43.966Z Compiling rustls v0.21.12
32382024-11-26T04:52:44.007Z Compiling zip v2.1.3
32392024-11-26T04:52:44.271Z Compiling cfg_aliases v0.2.1
32402024-11-26T04:52:44.291Z Compiling buf-list v1.0.3
32412024-11-26T04:52:44.342Z Checking zopfli v0.8.1
32422024-11-26T04:52:44.384Z Compiling nix v0.29.0
32432024-11-26T04:52:44.451Z Checking globset v0.4.15
32442024-11-26T04:52:44.971Z Checking olpc-cjson v0.1.4
32452024-11-26T04:52:44.991Z Checking rustls-webpki v0.101.7
32462024-11-26T04:52:45.008Z Checking sct v0.7.1
32472024-11-26T04:52:45.207Z Checking serde_plain v1.0.2
32482024-11-26T04:52:45.227Z Checking typed-path v0.9.3
32492024-11-26T04:52:46.032Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32502024-11-26T04:52:46.303Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32512024-11-26T04:52:46.392Z Checking pin-project v1.1.6
32522024-11-26T04:52:46.521Z Checking hashlink v0.9.1
32532024-11-26T04:52:46.561Z Checking parse-size v1.1.0
32542024-11-26T04:52:46.568Z Checking fallible-streaming-iterator v0.1.9
32552024-11-26T04:52:46.760Z Checking fallible-iterator v0.3.0
32562024-11-26T04:52:47.124Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32572024-11-26T04:52:47.199Z Checking rustls-pemfile v1.0.4
32582024-11-26T04:52:47.391Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32592024-11-26T04:52:47.411Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32602024-11-26T04:52:47.445Z Checking rusqlite v0.32.1
32612024-11-26T04:52:47.534Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32622024-11-26T04:52:47.688Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32632024-11-26T04:52:47.830Z Checking twox-hash v1.6.3
32642024-11-26T04:52:47.929Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32652024-11-26T04:52:48.324Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32662024-11-26T04:52:49.033Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32672024-11-26T04:52:49.035Z Checking tokio-rustls v0.24.1
32682024-11-26T04:52:49.093Z Checking snafu v0.8.5
32692024-11-26T04:52:49.160Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32702024-11-26T04:52:49.416Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32712024-11-26T04:52:49.597Z Checking fatfs v0.3.6
32722024-11-26T04:52:49.613Z Checking tough v0.19.0
32732024-11-26T04:52:49.858Z Checking assert_matches v1.5.0
32742024-11-26T04:52:53.997Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32752024-11-26T04:52:55.326Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32762024-11-26T04:52:56.135Z Compiling git2 v0.19.0
32772024-11-26T04:53:00.840Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32782024-11-26T04:53:53.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32792024-11-26T04:53:53.511Z
32802024-11-26T04:53:53.511Zinfo: running `cargo check --bins` on nexus-external-api (144/173)
32812024-11-26T04:53:54.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-11-26T04:53:54.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-11-26T04:53:54.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-11-26T04:53:54.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32852024-11-26T04:53:54.200Z
32862024-11-26T04:53:54.200Zinfo: running `cargo check --bins` on openapi-manager-types (145/173)
32872024-11-26T04:53:54.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-11-26T04:53:54.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-11-26T04:53:54.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902024-11-26T04:53:54.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32912024-11-26T04:53:54.816Z
32922024-11-26T04:53:54.816Zinfo: running `cargo check --bins` on nexus-internal-api (146/173)
32932024-11-26T04:53:55.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-11-26T04:53:55.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-11-26T04:53:55.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-11-26T04:53:55.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32972024-11-26T04:53:55.473Z
32982024-11-26T04:53:55.473Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (147/173)
32992024-11-26T04:53:56.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-11-26T04:53:56.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-11-26T04:53:56.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-11-26T04:53:56.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33032024-11-26T04:53:56.165Z
33042024-11-26T04:53:56.165Zinfo: running `cargo check --bins` on nexus-networking (148/173)
33052024-11-26T04:53:56.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-11-26T04:53:56.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-11-26T04:53:56.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-11-26T04:53:56.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33092024-11-26T04:53:56.851Z
33102024-11-26T04:53:56.851Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (149/173)
33112024-11-26T04:53:57.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-11-26T04:53:57.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-11-26T04:53:57.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142024-11-26T04:53:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33152024-11-26T04:53:57.551Z
33162024-11-26T04:53:57.551Zinfo: running `cargo check --bins` on update-common (150/173)
33172024-11-26T04:53:58.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-11-26T04:53:58.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-11-26T04:53:58.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-11-26T04:53:58.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33212024-11-26T04:53:58.209Z
33222024-11-26T04:53:58.209Zinfo: running `cargo check --bins` on tufaceous-lib (151/173)
33232024-11-26T04:53:58.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-11-26T04:53:58.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-11-26T04:53:58.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-11-26T04:53:58.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33272024-11-26T04:53:58.875Z
33282024-11-26T04:53:58.875Zinfo: running `cargo check --bins` on tufaceous (152/173)
33292024-11-26T04:53:59.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-11-26T04:53:59.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-11-26T04:53:59.557Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33322024-11-26T04:54:00.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33332024-11-26T04:54:00.722Z
33342024-11-26T04:54:00.722Zinfo: running `cargo check --bins` on omicron-dev (153/173)
33352024-11-26T04:54:01.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-11-26T04:54:01.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-11-26T04:54:01.581Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33382024-11-26T04:54:01.708Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33392024-11-26T04:54:01.711Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402024-11-26T04:54:01.711Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33412024-11-26T04:54:27.586Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33422024-11-26T04:54:27.590Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33432024-11-26T04:54:27.591Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33442024-11-26T04:54:27.591Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33452024-11-26T04:54:27.591Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33462024-11-26T04:54:28.406Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33472024-11-26T04:54:29.673Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33482024-11-26T04:55:07.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33492024-11-26T04:55:07.976Z
33502024-11-26T04:55:07.976Zinfo: running `cargo check --bins` on openapi-manager (154/173)
33512024-11-26T04:55:08.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-11-26T04:55:08.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-11-26T04:55:08.692Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33542024-11-26T04:55:08.695Z Checking heck v0.4.1
33552024-11-26T04:55:08.695Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33562024-11-26T04:55:08.939Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33572024-11-26T04:55:10.286Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33582024-11-26T04:55:11.173Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33592024-11-26T04:55:12.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
33602024-11-26T04:55:12.485Z
33612024-11-26T04:55:12.485Zinfo: running `cargo check --bins` on installinator-api (155/173)
33622024-11-26T04:55:13.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-11-26T04:55:13.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-11-26T04:55:13.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652024-11-26T04:55:13.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33662024-11-26T04:55:13.147Z
33672024-11-26T04:55:13.147Zinfo: running `cargo check --bins` on wicketd-api (156/173)
33682024-11-26T04:55:13.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-26T04:55:13.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-26T04:55:13.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712024-11-26T04:55:13.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33722024-11-26T04:55:13.808Z
33732024-11-26T04:55:13.808Zinfo: running `cargo check --bins` on reconfigurator-cli (157/173)
33742024-11-26T04:55:14.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-11-26T04:55:14.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-11-26T04:55:14.504Z Compiling petname v2.0.2
33772024-11-26T04:55:14.506Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33782024-11-26T04:55:14.506Z Checking sync-ptr v0.1.1
33792024-11-26T04:55:15.920Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33802024-11-26T04:55:17.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
33812024-11-26T04:55:17.670Z
33822024-11-26T04:55:17.670Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (158/173)
33832024-11-26T04:55:18.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-11-26T04:55:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-11-26T04:55:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862024-11-26T04:55:18.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33872024-11-26T04:55:18.349Z
33882024-11-26T04:55:18.349Zinfo: running `cargo check --bins` on omicron-releng (159/173)
33892024-11-26T04:55:18.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-11-26T04:55:18.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-11-26T04:55:18.999Z Checking memmap2 v0.9.5
33922024-11-26T04:55:19.000Z Checking arrayvec v0.7.6
33932024-11-26T04:55:19.004Z Checking arrayref v0.3.9
33942024-11-26T04:55:19.004Z Checking constant_time_eq v0.3.1
33952024-11-26T04:55:19.004Z Checking spin v0.5.2
33962024-11-26T04:55:19.004Z Checking topological-sort v0.2.2
33972024-11-26T04:55:19.106Z Checking shell-words v1.1.0
33982024-11-26T04:55:19.277Z Checking ring v0.16.20
33992024-11-26T04:55:19.396Z Checking blake3 v1.5.4
34002024-11-26T04:55:20.450Z Checking omicron-zone-package v0.11.1
34012024-11-26T04:55:21.581Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34022024-11-26T04:55:22.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
34032024-11-26T04:55:22.695Z
34042024-11-26T04:55:22.695Zinfo: running `cargo check --bins` on xtask (160/173)
34052024-11-26T04:55:23.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-11-26T04:55:23.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-11-26T04:55:23.128Z Checking bitflags v2.6.0
34082024-11-26T04:55:23.130Z Checking serde v1.0.215
34092024-11-26T04:55:23.207Z Checking thiserror v1.0.69
34102024-11-26T04:55:23.225Z Checking scroll v0.12.0
34112024-11-26T04:55:23.227Z Checking log v0.4.22
34122024-11-26T04:55:23.231Z Checking hashbrown v0.15.0
34132024-11-26T04:55:23.233Z Checking zerocopy v0.7.35
34142024-11-26T04:55:23.259Z Checking syn v2.0.87
34152024-11-26T04:55:23.327Z Checking pest v2.7.14
34162024-11-26T04:55:23.446Z Checking rustix v0.38.37
34172024-11-26T04:55:23.489Z Checking once_cell v1.20.2
34182024-11-26T04:55:23.687Z Checking goblin v0.8.2
34192024-11-26T04:55:23.807Z Checking fs-err v2.11.0
34202024-11-26T04:55:24.124Z Checking tabled v0.15.0
34212024-11-26T04:55:24.303Z Checking indexmap v2.6.0
34222024-11-26T04:55:24.650Z Checking anyhow v1.0.93
34232024-11-26T04:55:25.258Z Checking terminal_size v0.4.0
34242024-11-26T04:55:25.258Z Checking tempfile v3.13.0
34252024-11-26T04:55:25.435Z Checking clap_builder v4.5.21
34262024-11-26T04:55:25.867Z Checking dtrace-parser v0.2.0
34272024-11-26T04:55:27.359Z Checking serde_json v1.0.132
34282024-11-26T04:55:27.359Z Checking toml_datetime v0.6.8
34292024-11-26T04:55:27.362Z Checking serde_spanned v0.6.8
34302024-11-26T04:55:27.362Z Checking camino v1.1.9
34312024-11-26T04:55:27.362Z Checking semver v1.0.23
34322024-11-26T04:55:27.420Z Checking cargo-platform v0.1.8
34332024-11-26T04:55:27.554Z Checking macaddr v1.0.1
34342024-11-26T04:55:27.676Z Checking toml_edit v0.22.22
34352024-11-26T04:55:27.893Z Checking camino-tempfile v1.1.1
34362024-11-26T04:55:28.072Z Checking clap v4.5.21
34372024-11-26T04:55:28.601Z Checking dof v0.3.0
34382024-11-26T04:55:28.601Z Checking cargo_metadata v0.18.1
34392024-11-26T04:55:29.012Z Checking usdt-impl v0.5.0
34402024-11-26T04:55:29.360Z Checking usdt v0.5.0
34412024-11-26T04:55:29.565Z Checking toml v0.8.19
34422024-11-26T04:55:30.023Z Checking cargo_toml v0.20.5
34432024-11-26T04:55:31.239Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34442024-11-26T04:55:31.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
34452024-11-26T04:55:31.946Z
34462024-11-26T04:55:31.946Zinfo: running `cargo check --bins` on end-to-end-tests (161/173)
34472024-11-26T04:55:32.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482024-11-26T04:55:32.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492024-11-26T04:55:32.720Z Checking polyval v0.6.2
34502024-11-26T04:55:32.837Z Checking ctr v0.9.2
34512024-11-26T04:55:32.845Z Checking ssh-encoding v0.2.0
34522024-11-26T04:55:32.847Z Checking blowfish v0.9.1
34532024-11-26T04:55:32.870Z Checking password-hash v0.4.2
34542024-11-26T04:55:32.873Z Checking matches v0.1.10
34552024-11-26T04:55:32.898Z Checking p521 v0.13.3
34562024-11-26T04:55:32.898Z Checking p256 v0.13.2
34572024-11-26T04:55:32.973Z Checking idna v0.2.3
34582024-11-26T04:55:33.051Z Checking ghash v0.5.1
34592024-11-26T04:55:33.077Z Compiling enum-as-inner v0.5.1
34602024-11-26T04:55:33.094Z Checking bcrypt-pbkdf v0.10.0
34612024-11-26T04:55:33.163Z Checking russh-cryptovec v0.7.3
34622024-11-26T04:55:33.232Z Checking aes-gcm v0.10.3
34632024-11-26T04:55:33.303Z Checking pbkdf2 v0.11.0
34642024-11-26T04:55:33.343Z Checking md5 v0.7.0
34652024-11-26T04:55:33.368Z Checking num-bigint v0.4.6
34662024-11-26T04:55:33.371Z Checking des v0.8.1
34672024-11-26T04:55:33.463Z Checking ssh-cipher v0.2.0
34682024-11-26T04:55:33.592Z Checking hex-literal v0.4.1
34692024-11-26T04:55:33.614Z Compiling dhcproto-macros v0.1.0
34702024-11-26T04:55:33.649Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34712024-11-26T04:55:33.728Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34722024-11-26T04:55:33.746Z Checking ssh-key v0.6.6
34732024-11-26T04:55:33.790Z Checking internet-checksum v0.2.1
34742024-11-26T04:55:34.104Z Checking trust-dns-proto v0.22.0
34752024-11-26T04:55:35.062Z Checking russh-keys v0.45.0
34762024-11-26T04:55:35.998Z Checking russh v0.45.0
34772024-11-26T04:55:36.652Z Checking dhcproto v0.12.0
34782024-11-26T04:55:53.862Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34792024-11-26T04:55:55.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.33s
34802024-11-26T04:55:55.483Z
34812024-11-26T04:55:55.483Zinfo: running `cargo check --bins` on gateway-cli (162/173)
34822024-11-26T04:55:56.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832024-11-26T04:55:56.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842024-11-26T04:55:56.128Z Checking termios v0.3.3
34852024-11-26T04:55:56.346Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34862024-11-26T04:55:57.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34872024-11-26T04:55:57.314Z
34882024-11-26T04:55:57.314Zinfo: running `cargo check --bins --no-default-features` on installinator (163/173)
34892024-11-26T04:55:57.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-11-26T04:55:57.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-11-26T04:55:58.016Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34922024-11-26T04:56:00.035Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34932024-11-26T04:56:01.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
34942024-11-26T04:56:02.113Z
34952024-11-26T04:56:02.114Zinfo: running `cargo check --bins` on internal-dns-cli (164/173)
34962024-11-26T04:56:02.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-11-26T04:56:02.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-11-26T04:56:02.758Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34992024-11-26T04:56:03.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35002024-11-26T04:56:03.427Z
35012024-11-26T04:56:03.427Zinfo: running `cargo check --bins` on omicron-live-tests (165/173)
35022024-11-26T04:56:03.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-11-26T04:56:03.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-11-26T04:56:03.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052024-11-26T04:56:03.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35062024-11-26T04:56:04.046Z
35072024-11-26T04:56:04.047Zinfo: running `cargo check --bins` on live-tests-macros (166/173)
35082024-11-26T04:56:04.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092024-11-26T04:56:04.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102024-11-26T04:56:04.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112024-11-26T04:56:04.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122024-11-26T04:56:04.663Z
35132024-11-26T04:56:04.663Zinfo: running `cargo check --bins` on omicron-package (167/173)
35142024-11-26T04:56:05.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152024-11-26T04:56:05.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162024-11-26T04:56:05.330Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35172024-11-26T04:56:06.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
35182024-11-26T04:56:06.824Z
35192024-11-26T04:56:06.824Zinfo: running `cargo check --bins` on range-requests (168/173)
35202024-11-26T04:56:07.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-11-26T04:56:07.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-11-26T04:56:07.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232024-11-26T04:56:07.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242024-11-26T04:56:07.452Z
35252024-11-26T04:56:07.452Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35262024-11-26T04:56:08.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-11-26T04:56:08.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-11-26T04:56:08.168Z Checking rtoolbox v0.0.2
35292024-11-26T04:56:08.170Z Checking tui-tree-widget v0.22.0
35302024-11-26T04:56:08.171Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35312024-11-26T04:56:08.391Z Checking rpassword v7.3.1
35322024-11-26T04:56:12.511Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35332024-11-26T04:56:15.505Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35342024-11-26T04:56:16.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
35352024-11-26T04:56:16.941Z
35362024-11-26T04:56:16.941Zinfo: running `cargo check --bins` on wicket (170/173)
35372024-11-26T04:56:17.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382024-11-26T04:56:17.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392024-11-26T04:56:17.654Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35402024-11-26T04:56:18.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35412024-11-26T04:56:18.284Z
35422024-11-26T04:56:18.284Zinfo: running `cargo check --bins` on wicketd (171/173)
35432024-11-26T04:56:18.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442024-11-26T04:56:18.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452024-11-26T04:56:18.999Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35462024-11-26T04:56:23.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
35472024-11-26T04:56:23.240Z
35482024-11-26T04:56:23.240Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35492024-11-26T04:56:23.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502024-11-26T04:56:23.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512024-11-26T04:56:23.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522024-11-26T04:56:23.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532024-11-26T04:56:23.855Z
35542024-11-26T04:56:23.855Zinfo: running `cargo check --bins` on zone-setup (173/173)
35552024-11-26T04:56:24.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562024-11-26T04:56:24.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572024-11-26T04:56:24.581Z Checking uzers v0.12.1
35582024-11-26T04:56:24.922Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35592024-11-26T04:56:26.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35602024-11-26T04:56:26.288Z
35612024-11-26T04:56:26.288Zreal 12:58.015362366
35622024-11-26T04:56:26.288Zuser 24:12.421723679
35632024-11-26T04:56:26.288Zsys 5:28.966249824
35642024-11-26T04:56:26.288Ztrap 0.475717406
35652024-11-26T04:56:26.291Ztflt 2.254259506
35662024-11-26T04:56:26.291Zdflt 3.160527818
35672024-11-26T04:56:26.291Zkflt 0.000691065
35682024-11-26T04:56:26.291Zlock 46:06.424971907
35692024-11-26T04:56:26.291Zslp 2:06:12.817373666
35702024-11-26T04:56:26.291Zlat 1:01.733664478
35712024-11-26T04:56:26.291Zstop 3:20.375319422
35722024-11-26T04:56:26.291Zprocess exited: duration 1104568 ms, exit code 0
 
35732024-11-26T04:56:26.297Zfound 0 output files