01JEWDYB06CFEKDX1V5MNJBT8S: 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: 01JEWDYNZDQ620KGDMTPKS5WDR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-12T03:18:37.903Zjob assigned to worker 01JEWDYQ3RY576AVGZNKT53X95 [factory aws, i-0f30b3d286044fbef] (queued for 52 s)
 
22024-12-12T03:18:45.955Zstarting task 0: "setup"
32024-12-12T03:18:45.966Z++ uname -s
42024-12-12T03:18:45.970Z+ kern=SunOS
52024-12-12T03:18:45.970Z+ case "$kern" in
62024-12-12T03:18:45.971Z+ groupadd -g 12345 build
72024-12-12T03:18:45.973Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-12T03:18:47.977Z+ zfs create -o mountpoint=/work rpool/work
92024-12-12T03:18:48.144Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-12T03:18:48.151Z+ home_fs=zfs
112024-12-12T03:18:48.151Z+ [[ zfs == autofs ]]
122024-12-12T03:18:48.151Z+ mkdir -p /home/build
132024-12-12T03:18:48.151Z+ chown build:build /home/build /work
142024-12-12T03:18:49.144Z+ chmod 0700 /home/build /work
152024-12-12T03:18:49.152Zprocess exited: duration 3190 ms, exit code 0
 
162024-12-12T03:18:49.162Zstarting task 1: "rust-toolchain"
172024-12-12T03:18:49.165Z+ printf ' * toolchain channel = "%s"
182024-12-12T03:18:49.166Z' 1.81.0
192024-12-12T03:18:49.166Z * toolchain channel = "1.81.0"
202024-12-12T03:18:49.166Z+ printf ' * toolchain profile = "%s"
212024-12-12T03:18:49.166Z' default
222024-12-12T03:18:49.166Z * toolchain profile = "default"
232024-12-12T03:18:49.166Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-12T03:18:49.170Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-12T03:18:49.301Zinfo: downloading installer
262024-12-12T03:18:50.860Zinfo: profile set to 'default'
272024-12-12T03:18:50.860Zinfo: default host triple is x86_64-unknown-illumos
282024-12-12T03:18:50.863Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-12T03:18:51.019Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-12T03:18:51.019Zinfo: downloading component 'cargo'
312024-12-12T03:18:51.853Zinfo: downloading component 'clippy'
322024-12-12T03:18:52.162Zinfo: downloading component 'rust-docs'
332024-12-12T03:18:53.324Zinfo: downloading component 'rust-std'
342024-12-12T03:18:55.130Zinfo: downloading component 'rustc'
352024-12-12T03:19:01.611Zinfo: downloading component 'rustfmt'
362024-12-12T03:19:01.855Zinfo: installing component 'cargo'
372024-12-12T03:19:02.676Zinfo: installing component 'clippy'
382024-12-12T03:19:03.052Zinfo: installing component 'rust-docs'
392024-12-12T03:19:04.628Zinfo: installing component 'rust-std'
402024-12-12T03:19:06.409Zinfo: installing component 'rustc'
412024-12-12T03:19:12.151Zinfo: installing component 'rustfmt'
422024-12-12T03:19:12.468Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-12T03:19:12.468Z
442024-12-12T03:19:12.833Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-12T03:19:12.833Z
462024-12-12T03:19:12.836Z
472024-12-12T03:19:12.836ZRust is installed now. Great!
482024-12-12T03:19:12.836Z
492024-12-12T03:19:12.836ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-12T03:19:12.836Zenvironment variable. This has not been done automatically.
512024-12-12T03:19:12.836Z
522024-12-12T03:19:12.836ZTo configure your current shell, you need to source
532024-12-12T03:19:12.836Zthe corresponding env file under $HOME/.cargo.
542024-12-12T03:19:12.836Z
552024-12-12T03:19:12.836ZThis is usually done by running one of the following (note the leading DOT):
562024-12-12T03:19:12.836Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-12T03:19:12.836Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-12T03:19:12.906Z+ rustc --version
592024-12-12T03:19:12.970Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-12T03:19:12.972Zprocess exited: duration 23814 ms, exit code 0
 
612024-12-12T03:19:12.977Zstarting task 2: "authentication"
622024-12-12T03:19:12.997Zprocess exited: duration 19 ms, exit code 0
 
632024-12-12T03:19:13.003Zstarting task 3: "clone repository"
642024-12-12T03:19:13.007Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-12T03:19:13.010Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-12T03:19:13.046ZCloning into '/work/oxidecomputer/omicron'...
672024-12-12T03:19:19.277Z+ cd /work/oxidecomputer/omicron
682024-12-12T03:19:19.277Z+ git fetch origin 21b793c2690ee4f6e69dd9b53467368b3d4de81a
692024-12-12T03:19:19.873ZFrom https://github.com/oxidecomputer/omicron
702024-12-12T03:19:19.873Z * branch 21b793c2690ee4f6e69dd9b53467368b3d4de81a -> FETCH_HEAD
712024-12-12T03:19:19.881Z+ [[ -n '' ]]
722024-12-12T03:19:19.881Z+ git reset --hard 21b793c2690ee4f6e69dd9b53467368b3d4de81a
732024-12-12T03:19:20.062ZHEAD is now at 21b793c26 fmt
742024-12-12T03:19:20.065Zprocess exited: duration 7062 ms, exit code 0
 
752024-12-12T03:19:20.070Zstarting task 4: "build"
762024-12-12T03:19:20.075Z+ source .github/buildomat/ci-env.sh
772024-12-12T03:19:20.077Z++ export CARGO_TERM_COLOR=always
782024-12-12T03:19:20.077Z++ CARGO_TERM_COLOR=always
792024-12-12T03:19:20.077Z+ cargo --version
802024-12-12T03:19:20.133Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-12T03:19:20.135Z+ rustc --version
822024-12-12T03:19:20.197Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-12T03:19:20.200Z+ source ./env.sh
842024-12-12T03:19:20.203Z++ OLD_SHELL_OPTS=ehxB
852024-12-12T03:19:20.203Z++ set -o xtrace
862024-12-12T03:19:20.205Z++++ dirname ./env.sh
872024-12-12T03:19:20.205Z+++ readlink -f .
882024-12-12T03:19:20.208Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-12-12T03:19:20.208Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-12-12T03:19:20.208Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-12-12T03:19:20.208Z++ 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
922024-12-12T03:19:20.208Z++ 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
932024-12-12T03:19:20.208Z++ 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
942024-12-12T03:19:20.208Z++ 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
952024-12-12T03:19:20.208Z++ 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
962024-12-12T03:19:20.208Z++ 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
972024-12-12T03:19:20.208Z++ case $OLD_SHELL_OPTS in
982024-12-12T03:19:20.208Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-12-12T03:19:20.208Z+ 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
1002024-12-12T03:19:20.208Z+ 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
1012024-12-12T03:19:20.208Z+ banner prerequisites
1022024-12-12T03:19:20.211Z
1032024-12-12T03:19:20.211Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-12-12T03:19:20.211Z # # # # # # # # # # # # # # #
1052024-12-12T03:19:20.211Z # # # # ##### # # ##### # # # # # #### #
1062024-12-12T03:19:20.211Z ##### ##### # ##### # # # # # # # # #
1072024-12-12T03:19:20.211Z # # # # # # # # # # # # # # #
1082024-12-12T03:19:20.211Z # # # ###### # # ###### ### # #### # #### #
1092024-12-12T03:19:20.211Z
1102024-12-12T03:19:20.211Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-12-12T03:19:27.524Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-12T03:19:31.256Z Startup: Caching catalogs ... Done
1132024-12-12T03:19:41.286ZPlanning: Solver setup ... Done (9.169s)
1142024-12-12T03:19:41.412ZPlanning: Running solver ... Done (0.126s)
1152024-12-12T03:19:41.510ZPlanning: Finding local manifests ... Done (0.004s)
1162024-12-12T03:19:41.528ZPlanning: Fetching manifests: 0/5 0% complete
1172024-12-12T03:19:42.284ZPlanning: Fetching manifests: 5/5 100% complete
1182024-12-12T03:19:42.381ZPlanning: Package planning ... Done (0.097s)
1192024-12-12T03:19:42.437ZPlanning: Merging actions ... Done (0.055s)
1202024-12-12T03:19:42.627ZPlanning: Checking for conflicting actions ... Done (0.190s)
1212024-12-12T03:19:44.520ZPlanning: Consolidating action changes ... Done (1.893s)
1222024-12-12T03:19:44.938ZPlanning: Evaluating mediators ... Done (0.418s)
1232024-12-12T03:19:45.015ZPlanning: Planning completed in 13.67 seconds
1242024-12-12T03:19:45.030Z Packages to install: 4
1252024-12-12T03:19:45.030Z Packages to update: 1
1262024-12-12T03:19:45.033Z Mediators to change: 2
1272024-12-12T03:19:45.033Z Services to change: 1
1282024-12-12T03:19:45.033Z Estimated space available: 155.64 GB
1292024-12-12T03:19:45.033ZEstimated space to be consumed: 1.61 GB
1302024-12-12T03:19:45.033Z Create boot environment: No
1312024-12-12T03:19:45.033ZCreate backup boot environment: Yes
1322024-12-12T03:19:45.033Z Rebuild boot archive: No
1332024-12-12T03:19:45.033Z
1342024-12-12T03:19:45.033ZChanged mediators:
1352024-12-12T03:19:45.033Z mediator clang:
1362024-12-12T03:19:45.033Z version: None -> 15 (system default)
1372024-12-12T03:19:45.033Z
1382024-12-12T03:19:45.033Z mediator llvm:
1392024-12-12T03:19:45.033Z version: 14 (system default) -> 15 (system default)
1402024-12-12T03:19:45.033Z
1412024-12-12T03:19:45.033ZChanged packages:
1422024-12-12T03:19:45.033Zhelios-dev
1432024-12-12T03:19:45.033Z developer/build-essential
1442024-12-12T03:19:45.033Z None -> 11-2.0
1452024-12-12T03:19:45.033Z library/libxmlsec1
1462024-12-12T03:19:45.033Z None -> 1.2.35-2.0
1472024-12-12T03:19:45.033Z ooce/developer/clang-15
1482024-12-12T03:19:45.033Z None -> 15.0.7-2.0
1492024-12-12T03:19:45.033Z ooce/developer/llvm-15
1502024-12-12T03:19:45.034Z None -> 15.0.7-2.0
1512024-12-12T03:19:45.034Z package/pkg
1522024-12-12T03:19:45.034Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-12-12T03:19:45.034Z
1542024-12-12T03:19:45.034ZServices:
1552024-12-12T03:19:45.034Z restart_fmri:
1562024-12-12T03:19:45.034Z svc:/system/update-man-index:default
1572024-12-12T03:19:45.034Z
1582024-12-12T03:19:45.034ZEditable files to change:
1592024-12-12T03:19:45.034Z Update:
1602024-12-12T03:19:45.034Z usr/share/lib/pkg/web/config.shtml
1612024-12-12T03:19:45.110Z
1622024-12-12T03:19:45.110ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-12-12T03:19:50.110ZDownload: 1218/4281 items 98.0/220.6MB 44% complete (19.6M/s)
1642024-12-12T03:19:56.242ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (12.4M/s)
1652024-12-12T03:20:01.244ZDownload: 2760/4281 items 120.8/220.6MB 54% complete (456k/s)
1662024-12-12T03:20:07.067ZDownload: 3285/4281 items 212.2/220.6MB 96% complete (9.9M/s)
1672024-12-12T03:20:12.067ZDownload: 3994/4281 items 219.2/220.6MB 99% complete (9.8M/s)
1682024-12-12T03:20:18.452ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (6.3M/s)
1692024-12-12T03:20:24.831ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1702024-12-12T03:20:24.935ZDownload: Completed 220.60 MB in 39.82 seconds (5.5M/s)
1712024-12-12T03:20:26.069Z Actions: 1/5063 actions (Removing old actions)
1722024-12-12T03:20:26.089Z Actions: 194/5063 actions (Installing new actions)
1732024-12-12T03:20:30.749Z Actions: 4226/5063 actions (Updating modified actions)
1742024-12-12T03:20:31.062Z Actions: Completed 5063 actions in 4.99 seconds.
1752024-12-12T03:20:31.282Z Done (0.213s)
1762024-12-12T03:20:31.286Z Done (0.000s)
1772024-12-12T03:20:31.832Z Done (0.547s)
1782024-12-12T03:20:36.167Z Done (4.127s)
1792024-12-12T03:20:36.255Z Done (0.019s)
1802024-12-12T03:20:36.258Z Done (0.000s)
1812024-12-12T03:20:36.415Z Done (0.000s)
1822024-12-12T03:20:37.090ZPlanning: Evaluating mediator changes ... Done
1832024-12-12T03:20:37.253ZPlanning: Checking for conflicting actions ... Done
1842024-12-12T03:20:37.257ZPlanning: Consolidating action changes ... Done
1852024-12-12T03:20:37.518ZPlanning: Evaluating mediators ... Done
1862024-12-12T03:20:37.522ZPlanning: Planning completed in 0.43 seconds
1872024-12-12T03:20:37.557Z Mediators to change: 2
1882024-12-12T03:20:37.557Z Create boot environment: No
1892024-12-12T03:20:37.560ZCreate backup boot environment: No
1902024-12-12T03:20:37.630Z Done
1912024-12-12T03:20:37.630Z Done
1922024-12-12T03:20:37.976Z Done
1932024-12-12T03:20:41.580Z Done
1942024-12-12T03:20:41.674Z Done
1952024-12-12T03:20:41.676Z Done
1962024-12-12T03:20:41.813Z Done
1972024-12-12T03:20:42.424ZPlanning: Evaluating mediator changes ... Done
1982024-12-12T03:20:42.427ZPlanning: Merging actions ... Done
1992024-12-12T03:20:42.612ZPlanning: Checking for conflicting actions ... Done
2002024-12-12T03:20:42.615ZPlanning: Consolidating action changes ... Done
2012024-12-12T03:20:42.879ZPlanning: Evaluating mediators ... Done
2022024-12-12T03:20:42.934ZPlanning: Planning completed in 0.75 seconds
2032024-12-12T03:20:42.975Z Packages to change: 1
2042024-12-12T03:20:42.975Z Mediators to change: 1
2052024-12-12T03:20:42.978Z Services to change: 1
2062024-12-12T03:20:42.978Z Create boot environment: No
2072024-12-12T03:20:42.978ZCreate backup boot environment: Yes
2082024-12-12T03:20:45.339Z Actions: 1/6 actions (Updating modified actions)
2092024-12-12T03:20:45.342Z Actions: Completed 6 actions in 0.00 seconds.
2102024-12-12T03:20:45.342Z Done
2112024-12-12T03:20:45.342Z Done
2122024-12-12T03:20:45.453Z Done
2132024-12-12T03:20:49.041Z Done
2142024-12-12T03:20:49.130Z Done
2152024-12-12T03:20:49.133Z Done
2162024-12-12T03:20:49.272Z Done
2172024-12-12T03:20:49.702ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182024-12-12T03:20:49.702Zclang system 15 system
2192024-12-12T03:20:49.702Zcsh system system illumos
2202024-12-12T03:20:49.702Zctags system system illumos
2212024-12-12T03:20:49.702Zgcc vendor 12 vendor
2222024-12-12T03:20:49.702Zgcc system 10 system
2232024-12-12T03:20:49.703Zgcc system 7 system
2242024-12-12T03:20:49.703Zgo system 1.20 system
2252024-12-12T03:20:49.703Zgo system 1.19 system
2262024-12-12T03:20:49.703Zllvm system 15 system
2272024-12-12T03:20:49.703Zllvm system 14 system
2282024-12-12T03:20:49.703Zmariadb system 10.6 system
2292024-12-12T03:20:49.703Zmta vendor vendor dma
2302024-12-12T03:20:49.703Zopenjdk system 17 system
2312024-12-12T03:20:49.703Zopenjdk system 11 system
2322024-12-12T03:20:49.703Zopenjdk system 1.8 system
2332024-12-12T03:20:49.703Zopenssl vendor 3 vendor
2342024-12-12T03:20:49.703Zperl system 5.36 system
2352024-12-12T03:20:49.703Zpostgresql system 15 system
2362024-12-12T03:20:49.703Zpostgresql system 13 system
2372024-12-12T03:20:49.703Zpython vendor 3 vendor
2382024-12-12T03:20:49.703Zpython system 2 system
2392024-12-12T03:20:49.703Zpython3 system 3.11 system
2402024-12-12T03:20:49.703Zruby system 3.0 system
2412024-12-12T03:20:49.703Zwords vendor vendor american-english
2422024-12-12T03:20:49.703Zwords system system australian-english
2432024-12-12T03:20:49.703Zwords system system british-english
2442024-12-12T03:20:49.703Zwords system system canadian-english
2452024-12-12T03:20:49.703Zwords system system french
2462024-12-12T03:20:49.703Zwords system system italian
2472024-12-12T03:20:49.703Zwords system system ngerman
2482024-12-12T03:20:49.703Zwords system system ogerman
2492024-12-12T03:20:49.703Zwords system system spanish
2502024-12-12T03:20:50.033ZPUBLISHER TYPE STATUS P LOCATION
2512024-12-12T03:20:50.033Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2522024-12-12T03:20:52.690ZFMRI IFO
2532024-12-12T03:20:52.690Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542024-12-12T03:20:52.690Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552024-12-12T03:20:52.690Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562024-12-12T03:20:52.690Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572024-12-12T03:20:52.690Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2582024-12-12T03:20:52.690Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592024-12-12T03:20:52.690Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2602024-12-12T03:20:52.690Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2612024-12-12T03:20:52.690Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622024-12-12T03:20:52.690Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2632024-12-12T03:20:52.690Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-12-12T03:20:52.690Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-12-12T03:20:52.690Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2662024-12-12T03:20:52.690Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-12-12T03:20:52.690Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-12-12T03:20:53.440Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-12-12T03:20:53.722Z Updating crates.io index
2702024-12-12T03:20:53.807Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712024-12-12T03:20:54.369Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2722024-12-12T03:20:54.677Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732024-12-12T03:20:54.928Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2742024-12-12T03:20:55.191Z Updating git repository `https://github.com/oxidecomputer/propolis`
2752024-12-12T03:20:56.043Z Updating git repository `https://github.com/oxidecomputer/crucible`
2762024-12-12T03:20:58.564Z Updating git repository `https://github.com/oxidecomputer/opte`
2772024-12-12T03:20:59.714Z Updating git repository `https://github.com/oxidecomputer/falcon`
2782024-12-12T03:21:00.475Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792024-12-12T03:21:00.765Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2802024-12-12T03:21:01.034Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2812024-12-12T03:21:01.681Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2822024-12-12T03:21:01.958Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832024-12-12T03:21:02.263Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842024-12-12T03:21:02.553Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852024-12-12T03:21:02.793Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862024-12-12T03:21:03.056Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872024-12-12T03:21:03.349Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2882024-12-12T03:21:03.671Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892024-12-12T03:21:04.055Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2902024-12-12T03:21:04.287Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912024-12-12T03:21:04.779Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922024-12-12T03:21:05.073Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932024-12-12T03:21:05.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942024-12-12T03:21:05.877Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2952024-12-12T03:21:06.131Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962024-12-12T03:21:06.362Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972024-12-12T03:21:06.629Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982024-12-12T03:21:07.878Z Downloading crates ...
2992024-12-12T03:21:07.988Z Downloaded anstream v0.6.15
3002024-12-12T03:21:07.993Z Downloaded block-buffer v0.10.4
3012024-12-12T03:21:07.997Z Downloaded autocfg v1.4.0
3022024-12-12T03:21:08.004Z Downloaded bitflags v2.6.0
3032024-12-12T03:21:08.007Z Downloaded cargo-platform v0.1.8
3042024-12-12T03:21:08.010Z Downloaded camino-tempfile v1.1.1
3052024-12-12T03:21:08.012Z Downloaded byteorder v1.5.0
3062024-12-12T03:21:08.012Z Downloaded bytecount v0.6.8
3072024-12-12T03:21:08.014Z Downloaded camino v1.1.9
3082024-12-12T03:21:08.027Z Downloaded cfg-if v1.0.0
3092024-12-12T03:21:08.029Z Downloaded anstyle-parse v0.2.5
3102024-12-12T03:21:08.032Z Downloaded anstyle v1.0.10
3112024-12-12T03:21:08.032Z Downloaded clap_derive v4.5.18
3122024-12-12T03:21:08.035Z Downloaded cargo_metadata v0.18.1
3132024-12-12T03:21:08.035Z Downloaded anstyle-query v1.1.1
3142024-12-12T03:21:08.038Z Downloaded anyhow v1.0.93
3152024-12-12T03:21:08.042Z Downloaded equivalent v1.0.1
3162024-12-12T03:21:08.044Z Downloaded cargo_toml v0.20.5
3172024-12-12T03:21:08.044Z Downloaded clap v4.5.21
3182024-12-12T03:21:08.051Z Downloaded dtrace-parser v0.2.0
3192024-12-12T03:21:08.059Z Downloaded errno v0.3.9
3202024-12-12T03:21:08.062Z Downloaded colorchoice v1.0.2
3212024-12-12T03:21:08.062Z Downloaded pretty-hex v0.4.1
3222024-12-12T03:21:08.064Z Downloaded fnv v1.0.7
3232024-12-12T03:21:08.070Z Downloaded itoa v1.0.11
3242024-12-12T03:21:08.072Z Downloaded cpufeatures v0.2.14
3252024-12-12T03:21:08.072Z Downloaded heck v0.5.0
3262024-12-12T03:21:08.074Z Downloaded proc-macro-error-attr v1.0.4
3272024-12-12T03:21:08.074Z Downloaded crypto-common v0.1.6
3282024-12-12T03:21:08.077Z Downloaded is_terminal_polyfill v1.70.1
3292024-12-12T03:21:08.077Z Downloaded fs-err v2.11.0
3302024-12-12T03:21:08.079Z Downloaded digest v0.10.7
3312024-12-12T03:21:08.079Z Downloaded clap_lex v0.7.2
3322024-12-12T03:21:08.082Z Downloaded scroll_derive v0.12.0
3332024-12-12T03:21:08.082Z Downloaded swrite v0.1.0
3342024-12-12T03:21:08.090Z Downloaded usdt-macro v0.5.0
3352024-12-12T03:21:08.101Z Downloaded usdt-attr-macro v0.5.0
3362024-12-12T03:21:08.103Z Downloaded generic-array v0.14.7
3372024-12-12T03:21:08.105Z Downloaded memmap v0.7.0
3382024-12-12T03:21:08.105Z Downloaded fastrand v2.1.1
3392024-12-12T03:21:08.111Z Downloaded plain v0.2.3
3402024-12-12T03:21:08.114Z Downloaded dof v0.3.0
3412024-12-12T03:21:08.125Z Downloaded strsim v0.11.1
3422024-12-12T03:21:08.130Z Downloaded heck v0.4.1
3432024-12-12T03:21:08.133Z Downloaded smawk v0.3.2
3442024-12-12T03:21:08.135Z Downloaded serde_spanned v0.6.8
3452024-12-12T03:21:08.137Z Downloaded terminal_size v0.4.0
3462024-12-12T03:21:08.143Z Downloaded usdt v0.5.0
3472024-12-12T03:21:08.145Z Downloaded macaddr v1.0.1
3482024-12-12T03:21:08.145Z Downloaded utf8parse v0.2.2
3492024-12-12T03:21:08.147Z Downloaded thiserror v1.0.69
3502024-12-12T03:21:08.150Z Downloaded version_check v0.9.5
3512024-12-12T03:21:08.152Z Downloaded thiserror-impl v1.0.69
3522024-12-12T03:21:08.155Z Downloaded unicode-linebreak v0.1.5
3532024-12-12T03:21:08.155Z Downloaded thread-id v4.2.2
3542024-12-12T03:21:08.157Z Downloaded tabled_derive v0.7.0
3552024-12-12T03:21:08.157Z Downloaded proc-macro-error v1.0.4
3562024-12-12T03:21:08.160Z Downloaded pest_derive v2.7.14
3572024-12-12T03:21:08.162Z Downloaded usdt-impl v0.5.0
3582024-12-12T03:21:08.165Z Downloaded quote v1.0.37
3592024-12-12T03:21:08.167Z Downloaded once_cell v1.20.2
3602024-12-12T03:21:08.169Z Downloaded log v0.4.22
3612024-12-12T03:21:08.174Z Downloaded sha2 v0.10.8
3622024-12-12T03:21:08.177Z Downloaded scroll v0.12.0
3632024-12-12T03:21:08.179Z Downloaded serde_tokenstream v0.2.2
3642024-12-12T03:21:08.187Z Downloaded pest_generator v2.7.14
3652024-12-12T03:21:08.189Z Downloaded semver v1.0.23
3662024-12-12T03:21:08.195Z Downloaded toml_datetime v0.6.8
3672024-12-12T03:21:08.199Z Downloaded zerocopy-derive v0.7.35
3682024-12-12T03:21:08.206Z Downloaded papergrid v0.11.0
3692024-12-12T03:21:08.210Z Downloaded pest_meta v2.7.14
3702024-12-12T03:21:08.216Z Downloaded typenum v1.17.0
3712024-12-12T03:21:08.219Z Downloaded ryu v1.0.18
3722024-12-12T03:21:08.222Z Downloaded toml v0.8.19
3732024-12-12T03:21:08.224Z Downloaded tempfile v3.13.0
3742024-12-12T03:21:08.227Z Downloaded serde_derive v1.0.215
3752024-12-12T03:21:08.229Z Downloaded unicode-ident v1.0.13
3762024-12-12T03:21:08.232Z Downloaded ucd-trie v0.1.7
3772024-12-12T03:21:08.237Z Downloaded proc-macro2 v1.0.89
3782024-12-12T03:21:08.239Z Downloaded clap_builder v4.5.21
3792024-12-12T03:21:08.245Z Downloaded textwrap v0.16.1
3802024-12-12T03:21:08.258Z Downloaded memchr v2.7.4
3812024-12-12T03:21:08.266Z Downloaded serde v1.0.215
3822024-12-12T03:21:08.279Z Downloaded indexmap v2.6.0
3832024-12-12T03:21:08.300Z Downloaded toml_edit v0.22.22
3842024-12-12T03:21:08.319Z Downloaded pest v2.7.14
3852024-12-12T03:21:08.324Z Downloaded hashbrown v0.15.0
3862024-12-12T03:21:08.341Z Downloaded zerocopy v0.7.35
3872024-12-12T03:21:08.355Z Downloaded winnow v0.6.20
3882024-12-12T03:21:08.362Z Downloaded goblin v0.8.2
3892024-12-12T03:21:08.367Z Downloaded tabled v0.15.0
3902024-12-12T03:21:08.381Z Downloaded serde_json v1.0.132
3912024-12-12T03:21:08.393Z Downloaded syn v1.0.109
3922024-12-12T03:21:08.405Z Downloaded syn v2.0.87
3932024-12-12T03:21:08.414Z Downloaded unicode-width v0.1.14
3942024-12-12T03:21:08.424Z Downloaded rustix v0.38.37
3952024-12-12T03:21:08.465Z Downloaded libc v0.2.162
3962024-12-12T03:21:08.770Z Compiling proc-macro2 v1.0.89
3972024-12-12T03:21:08.770Z Compiling unicode-ident v1.0.13
3982024-12-12T03:21:08.774Z Compiling serde v1.0.215
3992024-12-12T03:21:08.774Z Compiling version_check v0.9.5
4002024-12-12T03:21:08.774Z Compiling memchr v2.7.4
4012024-12-12T03:21:08.774Z Compiling thiserror v1.0.69
4022024-12-12T03:21:08.774Z Compiling libc v0.2.162
4032024-12-12T03:21:08.774Z Compiling ryu v1.0.18
4042024-12-12T03:21:09.010Z Compiling itoa v1.0.11
4052024-12-12T03:21:09.267Z Compiling ucd-trie v0.1.7
4062024-12-12T03:21:09.291Z Compiling once_cell v1.20.2
4072024-12-12T03:21:09.646Z Compiling byteorder v1.5.0
4082024-12-12T03:21:09.722Z Compiling serde_json v1.0.132
4092024-12-12T03:21:09.842Z Compiling rustix v0.38.37
4102024-12-12T03:21:10.085Z Compiling bitflags v2.6.0
4112024-12-12T03:21:10.132Z Compiling proc-macro-error-attr v1.0.4
4122024-12-12T03:21:10.422Z Compiling usdt-impl v0.5.0
4132024-12-12T03:21:10.482Z Compiling syn v1.0.109
4142024-12-12T03:21:10.590Z Compiling proc-macro-error v1.0.4
4152024-12-12T03:21:10.613Z Compiling equivalent v1.0.1
4162024-12-12T03:21:10.663Z Compiling quote v1.0.37
4172024-12-12T03:21:10.782Z Compiling hashbrown v0.15.0
4182024-12-12T03:21:10.852Z Compiling camino v1.1.9
4192024-12-12T03:21:10.905Z Compiling log v0.4.22
4202024-12-12T03:21:11.084Z Compiling syn v2.0.87
4212024-12-12T03:21:11.294Z Compiling errno v0.3.9
4222024-12-12T03:21:11.367Z Compiling plain v0.2.3
4232024-12-12T03:21:11.393Z Compiling utf8parse v0.2.2
4242024-12-12T03:21:11.523Z Compiling thread-id v4.2.2
4252024-12-12T03:21:11.526Z Compiling anstyle-parse v0.2.5
4262024-12-12T03:21:11.810Z Compiling unicode-width v0.1.14
4272024-12-12T03:21:11.851Z Compiling winnow v0.6.20
4282024-12-12T03:21:12.007Z Compiling indexmap v2.6.0
4292024-12-12T03:21:12.032Z Compiling pretty-hex v0.4.1
4302024-12-12T03:21:12.260Z Compiling colorchoice v1.0.2
4312024-12-12T03:21:12.314Z Compiling semver v1.0.23
4322024-12-12T03:21:12.423Z Compiling anstyle-query v1.1.1
4332024-12-12T03:21:12.449Z Compiling anstyle v1.0.10
4342024-12-12T03:21:12.589Z Compiling autocfg v1.4.0
4352024-12-12T03:21:12.865Z Compiling is_terminal_polyfill v1.70.1
4362024-12-12T03:21:13.015Z Compiling anstream v0.6.15
4372024-12-12T03:21:13.324Z Compiling strsim v0.11.1
4382024-12-12T03:21:13.357Z Compiling fastrand v2.1.1
4392024-12-12T03:21:13.794Z Compiling terminal_size v0.4.0
4402024-12-12T03:21:13.820Z Compiling fs-err v2.11.0
4412024-12-12T03:21:13.900Z Compiling heck v0.5.0
4422024-12-12T03:21:14.001Z Compiling clap_lex v0.7.2
4432024-12-12T03:21:14.288Z Compiling fnv v1.0.7
4442024-12-12T03:21:14.397Z Compiling anyhow v1.0.93
4452024-12-12T03:21:14.432Z Compiling heck v0.4.1
4462024-12-12T03:21:14.583Z Compiling bytecount v0.6.8
4472024-12-12T03:21:14.610Z Compiling cfg-if v1.0.0
4482024-12-12T03:21:14.716Z Compiling tempfile v3.13.0
4492024-12-12T03:21:14.816Z Compiling papergrid v0.11.0
4502024-12-12T03:21:14.924Z Compiling clap_builder v4.5.21
4512024-12-12T03:21:15.327Z Compiling memmap v0.7.0
4522024-12-12T03:21:15.393Z Compiling smawk v0.3.2
4532024-12-12T03:21:15.616Z Compiling unicode-linebreak v0.1.5
4542024-12-12T03:21:15.695Z Compiling swrite v0.1.0
4552024-12-12T03:21:16.097Z Compiling textwrap v0.16.1
4562024-12-12T03:21:17.169Z Compiling tabled_derive v0.7.0
4572024-12-12T03:21:18.698Z Compiling tabled v0.15.0
4582024-12-12T03:21:19.927Z Compiling serde_derive v1.0.215
4592024-12-12T03:21:19.927Z Compiling thiserror-impl v1.0.69
4602024-12-12T03:21:19.929Z Compiling zerocopy-derive v0.7.35
4612024-12-12T03:21:19.929Z Compiling scroll_derive v0.12.0
4622024-12-12T03:21:20.147Z Compiling clap_derive v4.5.18
4632024-12-12T03:21:21.507Z Compiling scroll v0.12.0
4642024-12-12T03:21:21.953Z Compiling zerocopy v0.7.35
4652024-12-12T03:21:22.022Z Compiling goblin v0.8.2
4662024-12-12T03:21:22.705Z Compiling pest v2.7.14
4672024-12-12T03:21:23.975Z Compiling clap v4.5.21
4682024-12-12T03:21:24.975Z Compiling pest_meta v2.7.14
4692024-12-12T03:21:25.839Z Compiling pest_generator v2.7.14
4702024-12-12T03:21:27.559Z Compiling pest_derive v2.7.14
4712024-12-12T03:21:28.265Z Compiling dtrace-parser v0.2.0
4722024-12-12T03:21:30.190Z Compiling serde_spanned v0.6.8
4732024-12-12T03:21:30.190Z Compiling toml_datetime v0.6.8
4742024-12-12T03:21:30.192Z Compiling cargo-platform v0.1.8
4752024-12-12T03:21:30.562Z Compiling serde_tokenstream v0.2.2
4762024-12-12T03:21:30.565Z Compiling toml_edit v0.22.22
4772024-12-12T03:21:30.757Z Compiling macaddr v1.0.1
4782024-12-12T03:21:30.898Z Compiling camino-tempfile v1.1.1
4792024-12-12T03:21:31.692Z Compiling dof v0.3.0
4802024-12-12T03:21:31.692Z Compiling cargo_metadata v0.18.1
4812024-12-12T03:21:33.315Z Compiling toml v0.8.19
4822024-12-12T03:21:33.729Z Compiling usdt-attr-macro v0.5.0
4832024-12-12T03:21:33.895Z Compiling usdt-macro v0.5.0
4842024-12-12T03:21:34.457Z Compiling cargo_toml v0.20.5
4852024-12-12T03:21:35.157Z Compiling usdt v0.5.0
4862024-12-12T03:21:37.923Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872024-12-12T03:21:42.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
4882024-12-12T03:21:42.310Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4892024-12-12T03:21:42.831Z Downloading crates ...
4902024-12-12T03:21:42.984Z Downloaded adler2 v2.0.0
4912024-12-12T03:21:42.990Z Downloaded allocator-api2 v0.2.18
4922024-12-12T03:21:42.994Z Downloaded aead v0.5.2
4932024-12-12T03:21:43.000Z Downloaded array-init v0.0.4
4942024-12-12T03:21:43.004Z Downloaded argon2 v0.5.3
4952024-12-12T03:21:43.007Z Downloaded arrayvec v0.7.6
4962024-12-12T03:21:43.010Z Downloaded itertools v0.10.5
4972024-12-12T03:21:43.014Z Downloaded ascii-canvas v3.0.0
4982024-12-12T03:21:43.017Z Downloaded heck v0.3.3
4992024-12-12T03:21:43.020Z Downloaded hex-literal v0.4.1
5002024-12-12T03:21:43.020Z Downloaded darling v0.20.10
5012024-12-12T03:21:43.023Z Downloaded highway v1.2.0
5022024-12-12T03:21:43.026Z Downloaded aes v0.8.4
5032024-12-12T03:21:43.030Z Downloaded aes-gcm v0.10.3
5042024-12-12T03:21:43.033Z Downloaded heapless v0.8.0
5052024-12-12T03:21:43.038Z Downloaded hickory-client v0.24.1
5062024-12-12T03:21:43.041Z Downloaded heapless v0.7.17
5072024-12-12T03:21:43.046Z Downloaded hickory-resolver v0.24.1
5082024-12-12T03:21:43.051Z Downloaded async-stream v0.3.6
5092024-12-12T03:21:43.054Z Downloaded hex v0.4.3
5102024-12-12T03:21:43.056Z Downloaded async-bb8-diesel v0.2.1
5112024-12-12T03:21:43.066Z Downloaded assert_matches v1.5.0
5122024-12-12T03:21:43.066Z Downloaded atty v0.2.14
5132024-12-12T03:21:43.066Z Downloaded aho-corasick v1.1.3
5142024-12-12T03:21:43.069Z Downloaded hubpack_derive v0.1.1
5152024-12-12T03:21:43.073Z Downloaded http-body v1.0.1
5162024-12-12T03:21:43.073Z Downloaded async-recursion v1.1.1
5172024-12-12T03:21:43.076Z Downloaded http-range v0.1.5
5182024-12-12T03:21:43.078Z Downloaded async-stream-impl v0.3.6
5192024-12-12T03:21:43.081Z Downloaded arc-swap v1.7.1
5202024-12-12T03:21:43.083Z Downloaded arrayref v0.3.9
5212024-12-12T03:21:43.087Z Downloaded ident_case v1.0.1
5222024-12-12T03:21:43.087Z Downloaded icu_provider_macros v1.5.0
5232024-12-12T03:21:43.089Z Downloaded async-trait v0.1.83
5242024-12-12T03:21:43.092Z Downloaded ciborium-io v0.2.2
5252024-12-12T03:21:43.092Z Downloaded cfg_aliases v0.2.1
5262024-12-12T03:21:43.094Z Downloaded instant v0.1.13
5272024-12-12T03:21:43.097Z Downloaded addr2line v0.24.2
5282024-12-12T03:21:43.099Z Downloaded idna v0.3.0
5292024-12-12T03:21:43.105Z Downloaded cfg_aliases v0.1.1
5302024-12-12T03:21:43.108Z Downloaded block-padding v0.3.3
5312024-12-12T03:21:43.108Z Downloaded bcrypt-pbkdf v0.10.0
5322024-12-12T03:21:43.111Z Downloaded bitflags v1.3.2
5332024-12-12T03:21:43.113Z Downloaded hubpack v0.1.2
5342024-12-12T03:21:43.116Z Downloaded hostname v0.4.0
5352024-12-12T03:21:43.118Z Downloaded hostname v0.3.1
5362024-12-12T03:21:43.118Z Downloaded cstr-argument v0.1.2
5372024-12-12T03:21:43.121Z Downloaded is_ci v1.2.0
5382024-12-12T03:21:43.121Z Downloaded md5 v0.7.0
5392024-12-12T03:21:43.123Z Downloaded constant_time_eq v0.3.1
5402024-12-12T03:21:43.123Z Downloaded matches v0.1.10
5412024-12-12T03:21:43.126Z Downloaded match_cfg v0.1.0
5422024-12-12T03:21:43.126Z Downloaded crunchy v0.2.2
5432024-12-12T03:21:43.128Z Downloaded crucible-workspace-hack v0.1.0
5442024-12-12T03:21:43.128Z Downloaded httpdate v1.0.3
5452024-12-12T03:21:43.131Z Downloaded http-body-util v0.1.2
5462024-12-12T03:21:43.131Z Downloaded crossbeam-deque v0.8.5
5472024-12-12T03:21:43.134Z Downloaded colored v2.1.0
5482024-12-12T03:21:43.136Z Downloaded cmake v0.1.51
5492024-12-12T03:21:43.139Z Downloaded hyper-tls v0.6.0
5502024-12-12T03:21:43.141Z Downloaded ciborium-ll v0.2.2
5512024-12-12T03:21:43.141Z Downloaded blowfish v0.9.1
5522024-12-12T03:21:43.144Z Downloaded atomic-waker v1.1.2
5532024-12-12T03:21:43.144Z Downloaded chacha20 v0.9.1
5542024-12-12T03:21:43.147Z Downloaded indent_write v2.2.0
5552024-12-12T03:21:43.150Z Downloaded indoc v1.0.9
5562024-12-12T03:21:43.150Z Downloaded buf-list v1.0.3
5572024-12-12T03:21:43.153Z Downloaded ipnetwork v0.20.0
5582024-12-12T03:21:43.156Z Downloaded managed v0.8.0
5592024-12-12T03:21:43.158Z Downloaded lru v0.12.5
5602024-12-12T03:21:43.160Z Downloaded linked-hash-map v0.5.6
5612024-12-12T03:21:43.160Z Downloaded lazycell v1.3.0
5622024-12-12T03:21:43.163Z Downloaded atomicwrites v0.4.4
5632024-12-12T03:21:43.163Z Downloaded lazy_static v1.5.0
5642024-12-12T03:21:43.166Z Downloaded md-5 v0.10.6
5652024-12-12T03:21:43.168Z Downloaded curve25519-dalek-derive v0.1.1
5662024-12-12T03:21:43.171Z Downloaded linear-map v1.2.0
5672024-12-12T03:21:43.171Z Downloaded libsw v3.3.1
5682024-12-12T03:21:43.173Z Downloaded maybe-uninit v2.0.0
5692024-12-12T03:21:43.176Z Downloaded libefi-sys v0.1.0
5702024-12-12T03:21:43.178Z Downloaded tinyvec_macros v0.1.1
5712024-12-12T03:21:43.178Z Downloaded ctr v0.9.2
5722024-12-12T03:21:43.181Z Downloaded crc v3.2.1
5732024-12-12T03:21:43.184Z Downloaded take_mut v0.2.2
5742024-12-12T03:21:43.186Z Downloaded ref-cast v1.0.23
5752024-12-12T03:21:43.189Z Downloaded r2d2 v0.8.10
5762024-12-12T03:21:43.189Z Downloaded mime v0.3.17
5772024-12-12T03:21:43.195Z Downloaded slog-scope v4.4.0
5782024-12-12T03:21:43.198Z Downloaded siphasher v0.3.11
5792024-12-12T03:21:43.198Z Downloaded shlex v1.3.0
5802024-12-12T03:21:43.198Z Downloaded secrecy v0.8.0
5812024-12-12T03:21:43.201Z Downloaded ciborium v0.2.2
5822024-12-12T03:21:43.203Z Downloaded icu_locid_transform v1.5.0
5832024-12-12T03:21:43.206Z Downloaded iana-time-zone v0.1.61
5842024-12-12T03:21:43.208Z Downloaded shell-words v1.1.0
5852024-12-12T03:21:43.210Z Downloaded serde_urlencoded v0.7.1
5862024-12-12T03:21:43.213Z Downloaded rtoolbox v0.0.2
5872024-12-12T03:21:43.213Z Downloaded bcs v0.1.6
5882024-12-12T03:21:43.216Z Downloaded yoke-derive v0.7.4
5892024-12-12T03:21:43.218Z Downloaded blake2 v0.10.6
5902024-12-12T03:21:43.221Z Downloaded lockfree-object-pool v0.1.6
5912024-12-12T03:21:43.223Z Downloaded ipnet v2.10.1
5922024-12-12T03:21:43.225Z Downloaded vte_generate_state_changes v0.1.2
5932024-12-12T03:21:43.228Z Downloaded tabwriter v1.4.0
5942024-12-12T03:21:43.228Z Downloaded waitgroup v0.1.2
5952024-12-12T03:21:43.230Z Downloaded strip-ansi-escapes v0.2.0
5962024-12-12T03:21:43.230Z Downloaded ssh-cipher v0.2.0
5972024-12-12T03:21:43.233Z Downloaded console v0.15.8
5982024-12-12T03:21:43.236Z Downloaded libloading v0.8.5
5992024-12-12T03:21:43.239Z Downloaded fxhash v0.2.1
6002024-12-12T03:21:43.241Z Downloaded cancel-safe-futures v0.1.5
6012024-12-12T03:21:43.243Z Downloaded foreign-types v0.5.0
6022024-12-12T03:21:43.245Z Downloaded mime_guess v2.0.5
6032024-12-12T03:21:43.248Z Downloaded thiserror-no-std v2.0.2
6042024-12-12T03:21:43.251Z Downloaded rustls-pemfile v2.2.0
6052024-12-12T03:21:43.255Z Downloaded openssl-probe v0.1.5
6062024-12-12T03:21:43.257Z Downloaded openssl-macros v0.1.1
6072024-12-12T03:21:43.257Z Downloaded opaque-debug v0.3.1
6082024-12-12T03:21:43.260Z Downloaded newtype_derive v0.1.6
6092024-12-12T03:21:43.260Z Downloaded try-lock v0.2.5
6102024-12-12T03:21:43.260Z Downloaded tls_codec_derive v0.4.1
6112024-12-12T03:21:43.263Z Downloaded sec1 v0.7.3
6122024-12-12T03:21:43.265Z Downloaded icu_locid v1.5.0
6132024-12-12T03:21:43.270Z Downloaded icu_normalizer_data v1.5.0
6142024-12-12T03:21:43.273Z Downloaded indexmap v1.9.3
6152024-12-12T03:21:43.277Z Downloaded base64 v0.13.1
6162024-12-12T03:21:43.281Z Downloaded wait-timeout v0.2.0
6172024-12-12T03:21:43.284Z Downloaded strum_macros v0.24.3
6182024-12-12T03:21:43.286Z Downloaded difflib v0.4.0
6192024-12-12T03:21:43.289Z Downloaded csv-core v0.1.11
6202024-12-12T03:21:43.289Z Downloaded cookie_store v0.21.0
6212024-12-12T03:21:43.292Z Downloaded either v1.13.0
6222024-12-12T03:21:43.294Z Downloaded futures-executor v0.3.31
6232024-12-12T03:21:43.296Z Downloaded ed25519 v2.2.3
6242024-12-12T03:21:43.299Z Downloaded dyn-clone v1.0.17
6252024-12-12T03:21:43.302Z Downloaded tower-service v0.3.3
6262024-12-12T03:21:43.302Z Downloaded dunce v1.0.5
6272024-12-12T03:21:43.302Z Downloaded defmt-macros v0.3.9
6282024-12-12T03:21:43.305Z Downloaded crossbeam-utils v0.8.20
6292024-12-12T03:21:43.309Z Downloaded progenitor-impl v0.8.0
6302024-12-12T03:21:43.311Z Downloaded clang-sys v1.8.1
6312024-12-12T03:21:43.314Z Downloaded write16 v1.0.0
6322024-12-12T03:21:43.317Z Downloaded darling_macro v0.20.10
6332024-12-12T03:21:43.317Z Downloaded untrusted v0.7.1
6342024-12-12T03:21:43.319Z Downloaded crc-any v2.5.0
6352024-12-12T03:21:43.322Z Downloaded olpc-cjson v0.1.4
6362024-12-12T03:21:43.322Z Downloaded nibble_vec v0.1.0
6372024-12-12T03:21:43.327Z Downloaded newtype-uuid v1.1.3
6382024-12-12T03:21:43.327Z Downloaded typify v0.2.0
6392024-12-12T03:21:43.329Z Downloaded quick-error v1.2.3
6402024-12-12T03:21:43.331Z Downloaded chacha20poly1305 v0.10.1
6412024-12-12T03:21:43.334Z Downloaded uzers v0.12.1
6422024-12-12T03:21:43.336Z Downloaded hyper-util v0.1.10
6432024-12-12T03:21:43.339Z Downloaded proc-macro-crate v1.3.1
6442024-12-12T03:21:43.342Z Downloaded cookie v0.18.1
6452024-12-12T03:21:43.344Z Downloaded icu_provider v1.5.0
6462024-12-12T03:21:43.348Z Downloaded hmac v0.12.1
6472024-12-12T03:21:43.350Z Downloaded poly1305 v0.8.0
6482024-12-12T03:21:43.353Z Downloaded newline-converter v0.3.0
6492024-12-12T03:21:43.355Z Downloaded nodrop v0.1.14
6502024-12-12T03:21:43.355Z Downloaded hickory-proto v0.24.1
6512024-12-12T03:21:43.382Z Downloaded mirai-annotations v1.12.0
6522024-12-12T03:21:43.384Z Downloaded universal-hash v0.5.1
6532024-12-12T03:21:43.384Z Downloaded tokio-native-tls v0.3.1
6542024-12-12T03:21:43.387Z Downloaded spin v0.5.2
6552024-12-12T03:21:43.387Z Downloaded smallvec v0.6.14
6562024-12-12T03:21:43.389Z Downloaded slog-envlogger v2.2.0
6572024-12-12T03:21:43.390Z Downloaded slog-dtrace v0.3.0
6582024-12-12T03:21:43.392Z Downloaded progenitor-client v0.8.0
6592024-12-12T03:21:43.396Z Downloaded data-encoding v2.6.0
6602024-12-12T03:21:43.396Z Downloaded writeable v0.5.5
6612024-12-12T03:21:43.399Z Downloaded base64 v0.21.7
6622024-12-12T03:21:43.401Z Downloaded multer v3.1.0
6632024-12-12T03:21:43.404Z Downloaded derive_builder_core v0.20.2
6642024-12-12T03:21:43.407Z Downloaded derive_builder v0.20.2
6652024-12-12T03:21:43.411Z Downloaded russh-cryptovec v0.7.3
6662024-12-12T03:21:43.414Z Downloaded base64 v0.22.1
6672024-12-12T03:21:43.417Z Downloaded rustc-demangle v0.1.24
6682024-12-12T03:21:43.419Z Downloaded pkg-config v0.3.31
6692024-12-12T03:21:43.422Z Downloaded futures-io v0.3.31
6702024-12-12T03:21:43.424Z Downloaded float-cmp v0.9.0
6712024-12-12T03:21:43.424Z Downloaded crypto-bigint v0.5.5
6722024-12-12T03:21:43.431Z Downloaded embedded-io v0.4.0
6732024-12-12T03:21:43.434Z Downloaded icu_properties v1.5.1
6742024-12-12T03:21:43.437Z Downloaded defmt-parser v0.3.4
6752024-12-12T03:21:43.439Z Downloaded tokio-rustls v0.24.1
6762024-12-12T03:21:43.441Z Downloaded hkdf v0.12.4
6772024-12-12T03:21:43.443Z Downloaded debug-ignore v1.0.5
6782024-12-12T03:21:43.446Z Downloaded fallible-streaming-iterator v0.1.9
6792024-12-12T03:21:43.448Z Downloaded http v1.1.0
6802024-12-12T03:21:43.451Z Downloaded fallible-iterator v0.3.0
6812024-12-12T03:21:43.454Z Downloaded rand_seeder v0.3.0
6822024-12-12T03:21:43.456Z Downloaded spin v0.9.8
6832024-12-12T03:21:43.458Z Downloaded smallvec v1.13.2
6842024-12-12T03:21:43.460Z Downloaded pin-project v1.1.6
6852024-12-12T03:21:43.477Z Downloaded diesel_table_macro_syntax v0.2.0
6862024-12-12T03:21:43.480Z Downloaded zerocopy v0.6.6
6872024-12-12T03:21:43.480Z Downloaded serde_repr v0.1.19
6882024-12-12T03:21:43.480Z Downloaded derive-where v1.2.7
6892024-12-12T03:21:43.484Z Downloaded tracing-attributes v0.1.27
6902024-12-12T03:21:43.486Z Downloaded elliptic-curve v0.13.8
6912024-12-12T03:21:43.491Z Downloaded futures-macro v0.3.31
6922024-12-12T03:21:43.494Z Downloaded oso v0.27.3
6932024-12-12T03:21:43.496Z Downloaded omicron-zone-package v0.11.1
6942024-12-12T03:21:43.500Z Downloaded twox-hash v1.6.3
6952024-12-12T03:21:43.502Z Downloaded defmt v0.3.8
6962024-12-12T03:21:43.506Z Downloaded tokio-macros v2.4.0
6972024-12-12T03:21:43.509Z Downloaded postgres-protocol v0.6.7
6982024-12-12T03:21:43.513Z Downloaded zopfli v0.8.1
6992024-12-12T03:21:43.516Z Downloaded native-tls v0.2.12
7002024-12-12T03:21:43.516Z Downloaded supports-color v3.0.1
7012024-12-12T03:21:43.518Z Downloaded snafu v0.8.5
7022024-12-12T03:21:43.524Z Downloaded sqlparser_derive v0.2.2
7032024-12-12T03:21:43.526Z Downloaded structmeta v0.3.0
7042024-12-12T03:21:43.526Z Downloaded walkdir v2.5.0
7052024-12-12T03:21:43.528Z Downloaded socket2 v0.5.7
7062024-12-12T03:21:43.531Z Downloaded rcgen v0.12.1
7072024-12-12T03:21:43.534Z Downloaded serde_with_macros v3.11.0
7082024-12-12T03:21:43.537Z Downloaded want v0.3.1
7092024-12-12T03:21:43.539Z Downloaded time-core v0.1.2
7102024-12-12T03:21:43.540Z Downloaded sigpipe v0.1.3
7112024-12-12T03:21:43.542Z Downloaded filetime v0.2.25
7122024-12-12T03:21:43.542Z Downloaded diesel-dtrace v0.3.0
7132024-12-12T03:21:43.545Z Downloaded foreign-types-shared v0.3.1
7142024-12-12T03:21:43.548Z Downloaded fixedbitset v0.4.2
7152024-12-12T03:21:43.548Z Downloaded futures-sink v0.3.31
7162024-12-12T03:21:43.551Z Downloaded postgres-types v0.2.8
7172024-12-12T03:21:43.553Z Downloaded pin-utils v0.1.0
7182024-12-12T03:21:43.553Z Downloaded minimal-lexical v0.2.1
7192024-12-12T03:21:43.558Z Downloaded unsafe-libyaml v0.2.11
7202024-12-12T03:21:43.563Z Downloaded num_threads v0.1.7
7212024-12-12T03:21:43.566Z Downloaded gethostname v0.5.0
7222024-12-12T03:21:43.566Z Downloaded futures-task v0.3.31
7232024-12-12T03:21:43.568Z Downloaded darling_core v0.20.10
7242024-12-12T03:21:43.573Z Downloaded funty v2.0.0
7252024-12-12T03:21:43.575Z Downloaded same-file v1.0.6
7262024-12-12T03:21:43.577Z Downloaded psl-types v2.0.11
7272024-12-12T03:21:43.577Z Downloaded tokio-rustls v0.25.0
7282024-12-12T03:21:43.580Z Downloaded time-macros v0.2.18
7292024-12-12T03:21:43.582Z Downloaded pretty-hex v0.2.1
7302024-12-12T03:21:43.585Z Downloaded endian-type v0.1.2
7312024-12-12T03:21:43.585Z Downloaded stable_deref_trait v1.2.0
7322024-12-12T03:21:43.585Z Downloaded glob v0.3.1
7332024-12-12T03:21:43.587Z Downloaded term v0.7.0
7342024-12-12T03:21:43.590Z Downloaded number_prefix v0.4.0
7352024-12-12T03:21:43.592Z Downloaded oso-derive v0.27.3
7362024-12-12T03:21:43.592Z Downloaded russh-keys v0.45.0
7372024-12-12T03:21:43.595Z Downloaded zerocopy-derive v0.8.10
7382024-12-12T03:21:43.600Z Downloaded rpassword v7.3.1
7392024-12-12T03:21:43.603Z Downloaded tap v1.0.1
7402024-12-12T03:21:43.603Z Downloaded radium v0.7.0
7412024-12-12T03:21:43.606Z Downloaded termtree v0.4.1
7422024-12-12T03:21:43.606Z Downloaded const_format v0.2.33
7432024-12-12T03:21:43.609Z Downloaded nanorand v0.7.0
7442024-12-12T03:21:43.612Z Downloaded pin-project-lite v0.2.14
7452024-12-12T03:21:43.617Z Downloaded tinystr v0.7.6
7462024-12-12T03:21:43.619Z Downloaded utf-8 v0.7.6
7472024-12-12T03:21:43.621Z Downloaded num_enum_derive v0.5.11
7482024-12-12T03:21:43.624Z Downloaded yoke v0.7.4
7492024-12-12T03:21:43.624Z Downloaded thread_local v1.1.8
7502024-12-12T03:21:43.626Z Downloaded tracing-core v0.1.32
7512024-12-12T03:21:43.629Z Downloaded progenitor-macro v0.8.0
7522024-12-12T03:21:43.629Z Downloaded num_enum v0.5.11
7532024-12-12T03:21:43.634Z Downloaded openssl-sys v0.9.103
7542024-12-12T03:21:43.639Z Downloaded downcast v0.11.0
7552024-12-12T03:21:43.641Z Downloaded quinn v0.11.5
7562024-12-12T03:21:43.643Z Downloaded schemars_derive v0.8.21
7572024-12-12T03:21:43.646Z Downloaded predicates-tree v1.0.11
7582024-12-12T03:21:43.648Z Downloaded zerovec-derive v0.10.3
7592024-12-12T03:21:43.648Z Downloaded ssh-encoding v0.2.0
7602024-12-12T03:21:43.651Z Downloaded globset v0.4.15
7612024-12-12T03:21:43.651Z Downloaded getrandom v0.2.15
7622024-12-12T03:21:43.654Z Downloaded tiny-keccak v2.0.2
7632024-12-12T03:21:43.657Z Downloaded slog-bunyan v2.5.0
7642024-12-12T03:21:43.659Z Downloaded vte v0.11.1
7652024-12-12T03:21:43.662Z Downloaded fragile v2.0.0
7662024-12-12T03:21:43.662Z Downloaded parse-size v1.1.0
7672024-12-12T03:21:43.665Z Downloaded foreign-types-shared v0.1.1
7682024-12-12T03:21:43.665Z Downloaded foreign-types-macros v0.2.3
7692024-12-12T03:21:43.667Z Downloaded crossterm v0.28.1
7702024-12-12T03:21:43.672Z Downloaded unicase v2.7.0
7712024-12-12T03:21:43.674Z Downloaded zerofrom v0.1.4
7722024-12-12T03:21:43.677Z Downloaded russh v0.45.0
7732024-12-12T03:21:43.681Z Downloaded num-conv v0.1.0
7742024-12-12T03:21:43.683Z Downloaded zone_cfg_derive v0.1.2
7752024-12-12T03:21:43.683Z Downloaded enum-as-inner v0.5.1
7762024-12-12T03:21:43.686Z Downloaded whoami v1.5.2
7772024-12-12T03:21:43.689Z Downloaded polyval v0.6.2
7782024-12-12T03:21:43.689Z Downloaded structmeta-derive v0.3.0
7792024-12-12T03:21:43.691Z Downloaded tui-tree-widget v0.22.0
7802024-12-12T03:21:43.691Z Downloaded structmeta-derive v0.2.0
7812024-12-12T03:21:43.693Z Downloaded signal-hook v0.3.17
7822024-12-12T03:21:43.696Z Downloaded flagset v0.4.6
7832024-12-12T03:21:43.698Z Downloaded diff v0.1.13
7842024-12-12T03:21:43.700Z Downloaded tracing v0.1.40
7852024-12-12T03:21:43.704Z Downloaded serde-big-array v0.5.1
7862024-12-12T03:21:43.706Z Downloaded unicode-segmentation v1.12.0
7872024-12-12T03:21:43.709Z Downloaded fd-lock v4.0.2
7882024-12-12T03:21:43.711Z Downloaded rustfmt-wrapper v0.2.1
7892024-12-12T03:21:43.714Z Downloaded rustc_version v0.4.1
7902024-12-12T03:21:43.716Z Downloaded rustc_version v0.1.7
7912024-12-12T03:21:43.716Z Downloaded hashbrown v0.13.2
7922024-12-12T03:21:43.720Z Downloaded termcolor v1.4.1
7932024-12-12T03:21:43.722Z Downloaded libm v0.2.8
7942024-12-12T03:21:43.729Z Downloaded enum-as-inner v0.6.1
7952024-12-12T03:21:43.731Z Downloaded futures v0.3.31
7962024-12-12T03:21:43.735Z Downloaded path-slash v0.1.5
7972024-12-12T03:21:43.738Z Downloaded toolchain_find v0.4.0
7982024-12-12T03:21:43.738Z Downloaded zone v0.1.8
7992024-12-12T03:21:43.740Z Downloaded untrusted v0.9.0
8002024-12-12T03:21:43.740Z Downloaded samael v0.0.17
8012024-12-12T03:21:43.746Z Downloaded rand_xorshift v0.3.0
8022024-12-12T03:21:43.748Z Downloaded rand_core v0.6.4
8032024-12-12T03:21:43.751Z Downloaded packed_struct_codegen v0.10.1
8042024-12-12T03:21:43.751Z Downloaded owo-colors v4.1.0
8052024-12-12T03:21:43.754Z Downloaded zone v0.3.0
8062024-12-12T03:21:43.756Z Downloaded aws-lc-rs v1.10.0
8072024-12-12T03:21:43.762Z Downloaded packed_struct v0.10.1
8082024-12-12T03:21:43.765Z Downloaded diesel_derives v2.2.3
8092024-12-12T03:21:43.768Z Downloaded semver v0.1.20
8102024-12-12T03:21:43.771Z Downloaded postcard v1.0.10
8112024-12-12T03:21:43.773Z Downloaded sqlformat v0.2.6
8122024-12-12T03:21:43.775Z Downloaded spki v0.7.3
8132024-12-12T03:21:43.778Z Downloaded sct v0.7.1
8142024-12-12T03:21:43.781Z Downloaded tokio-tungstenite v0.23.1
8152024-12-12T03:21:43.784Z Downloaded serde_yaml v0.9.34+deprecated
8162024-12-12T03:21:43.789Z Downloaded tinyvec v1.8.0
8172024-12-12T03:21:43.789Z Downloaded sync-ptr v0.1.1
8182024-12-12T03:21:43.789Z Downloaded synstructure v0.13.1
8192024-12-12T03:21:43.792Z Downloaded test-strategy v0.3.1
8202024-12-12T03:21:43.794Z Downloaded rusqlite v0.32.1
8212024-12-12T03:21:43.800Z Downloaded fs_extra v1.3.0
8222024-12-12T03:21:43.802Z Downloaded pbkdf2 v0.11.0
8232024-12-12T03:21:43.805Z Downloaded phf_shared v0.10.0
8242024-12-12T03:21:43.807Z Downloaded dsl_auto_type v0.1.2
8252024-12-12T03:21:43.807Z Downloaded topological-sort v0.2.2
8262024-12-12T03:21:43.810Z Downloaded password-hash v0.5.0
8272024-12-12T03:21:43.810Z Downloaded xattr v1.3.1
8282024-12-12T03:21:43.812Z Downloaded signal-hook-mio v0.2.4
8292024-12-12T03:21:43.814Z Downloaded sha1 v0.10.6
8302024-12-12T03:21:43.814Z Downloaded utf8_iter v1.0.4
8312024-12-12T03:21:43.817Z Downloaded which v4.4.2
8322024-12-12T03:21:43.817Z Downloaded parking_lot v0.12.3
8332024-12-12T03:21:43.820Z Downloaded precomputed-hash v0.1.1
8342024-12-12T03:21:43.822Z Downloaded peg-runtime v0.8.3
8352024-12-12T03:21:43.822Z Downloaded predicates v3.1.2
8362024-12-12T03:21:43.825Z Downloaded zone_cfg_derive v0.3.0
8372024-12-12T03:21:43.825Z Downloaded derive_builder_macro v0.20.2
8382024-12-12T03:21:43.827Z Downloaded rand_chacha v0.3.1
8392024-12-12T03:21:43.827Z Downloaded phf_generator v0.11.2
8402024-12-12T03:21:43.830Z Downloaded dirs-sys-next v0.1.2
8412024-12-12T03:21:43.830Z Downloaded ron v0.7.1
8422024-12-12T03:21:43.835Z Downloaded signature v2.2.0
8432024-12-12T03:21:43.837Z Downloaded predicates-core v1.0.8
8442024-12-12T03:21:43.837Z Downloaded url v2.5.3
8452024-12-12T03:21:43.840Z Downloaded hashlink v0.9.1
8462024-12-12T03:21:43.843Z Downloaded signal-hook-tokio v0.3.1
8472024-12-12T03:21:43.843Z Downloaded typed-path v0.9.3
8482024-12-12T03:21:43.848Z Downloaded tokio-rustls v0.26.0
8492024-12-12T03:21:43.850Z Downloaded num-iter v0.1.45
8502024-12-12T03:21:43.853Z Downloaded dhcproto v0.12.0
8512024-12-12T03:21:43.855Z Downloaded subtle v2.6.1
8522024-12-12T03:21:43.855Z Downloaded peg v0.8.4
8532024-12-12T03:21:43.859Z Downloaded multimap v0.10.0
8542024-12-12T03:21:43.861Z Downloaded mockall v0.13.0
8552024-12-12T03:21:43.865Z Downloaded display-error-chain v0.2.2
8562024-12-12T03:21:43.865Z Downloaded ff v0.13.0
8572024-12-12T03:21:43.865Z Downloaded schemars v0.8.21
8582024-12-12T03:21:43.875Z Downloaded sync_wrapper v1.0.1
8592024-12-12T03:21:43.877Z Downloaded parking_lot_core v0.8.6
8602024-12-12T03:21:43.879Z Downloaded parking_lot v0.11.2
8612024-12-12T03:21:43.883Z Downloaded reedline v0.35.0
8622024-12-12T03:21:43.887Z Downloaded tokio-tungstenite v0.24.0
8632024-12-12T03:21:43.890Z Downloaded tokio-tungstenite v0.21.0
8642024-12-12T03:21:43.892Z Downloaded tokio-stream v0.1.16
8652024-12-12T03:21:43.896Z Downloaded utf16_iter v1.0.5
8662024-12-12T03:21:43.898Z Downloaded publicsuffix v2.2.3
8672024-12-12T03:21:43.901Z Downloaded resolv-conf v0.7.0
8682024-12-12T03:21:43.903Z Downloaded parse-display v0.10.0
8692024-12-12T03:21:43.903Z Downloaded unarray v0.1.4
8702024-12-12T03:21:43.904Z Downloaded strum v0.26.3
8712024-12-12T03:21:43.906Z Downloaded static_assertions v1.1.0
8722024-12-12T03:21:43.906Z Downloaded signal-hook-registry v1.4.2
8732024-12-12T03:21:43.909Z Downloaded env_logger v0.11.5
8742024-12-12T03:21:43.911Z Downloaded xz2 v0.1.7
8752024-12-12T03:21:43.913Z Downloaded displaydoc v0.2.5
8762024-12-12T03:21:43.916Z Downloaded num-bigint-dig v0.8.4
8772024-12-12T03:21:43.919Z Downloaded string_cache v0.8.7
8782024-12-12T03:21:43.921Z Downloaded structmeta v0.2.0
8792024-12-12T03:21:43.923Z Downloaded num-bigint v0.4.6
8802024-12-12T03:21:43.926Z Downloaded phf_shared v0.11.2
8812024-12-12T03:21:43.928Z Downloaded ppv-lite86 v0.2.20
8822024-12-12T03:21:43.928Z Downloaded stringprep v0.1.5
8832024-12-12T03:21:43.931Z Downloaded fatfs v0.3.6
8842024-12-12T03:21:43.934Z Downloaded percent-encoding v2.3.1
8852024-12-12T03:21:43.934Z Downloaded slab v0.4.9
8862024-12-12T03:21:43.936Z Downloaded ron v0.8.1
8872024-12-12T03:21:43.940Z Downloaded pbkdf2 v0.12.2
8882024-12-12T03:21:43.942Z Downloaded paste v1.0.15
8892024-12-12T03:21:43.944Z Downloaded parse-display-derive v0.10.0
8902024-12-12T03:21:43.947Z Downloaded tungstenite v0.23.0
8912024-12-12T03:21:43.952Z Downloaded parking_lot_core v0.9.10
8922024-12-12T03:21:43.956Z Downloaded vergen v8.3.2
8932024-12-12T03:21:43.956Z Downloaded derive_more v0.99.18
8942024-12-12T03:21:43.958Z Downloaded vsss-rs v3.3.4
8952024-12-12T03:21:43.961Z Downloaded dropshot_endpoint v0.13.0
8962024-12-12T03:21:43.963Z Downloaded subprocess v0.2.9
8972024-12-12T03:21:43.966Z Downloaded bitvec v1.0.1
8982024-12-12T03:21:43.980Z Downloaded unicode-truncate v1.1.0
8992024-12-12T03:21:43.982Z Downloaded phf_codegen v0.11.2
9002024-12-12T03:21:43.982Z Downloaded yasna v0.5.2
9012024-12-12T03:21:43.985Z Downloaded rayon-core v1.12.1
9022024-12-12T03:21:43.987Z Downloaded serde_with v3.11.0
9032024-12-12T03:21:43.996Z Downloaded uuid v1.11.0
9042024-12-12T03:21:44.000Z Downloaded env_logger v0.10.2
9052024-12-12T03:21:44.002Z Downloaded num-derive v0.4.2
9062024-12-12T03:21:44.004Z Downloaded serde_derive_internals v0.29.1
9072024-12-12T03:21:44.004Z Downloaded miniz_oxide v0.8.0
9082024-12-12T03:21:44.008Z Downloaded dropshot_endpoint v0.12.0
9092024-12-12T03:21:44.011Z Downloaded peg-macros v0.8.4
9102024-12-12T03:21:44.013Z Downloaded tungstenite v0.24.0
9112024-12-12T03:21:44.017Z Downloaded tungstenite v0.21.0
9122024-12-12T03:21:44.019Z Downloaded mockall_derive v0.13.0
9132024-12-12T03:21:44.021Z Downloaded zip v2.1.3
9142024-12-12T03:21:44.024Z Downloaded nom v7.1.3
9152024-12-12T03:21:44.029Z Downloaded zerovec v0.10.4
9162024-12-12T03:21:44.035Z Downloaded winnow v0.5.40
9172024-12-12T03:21:44.044Z Downloaded flate2 v1.0.34
9182024-12-12T03:21:44.049Z Downloaded strum_macros v0.26.4
9192024-12-12T03:21:44.052Z Downloaded der v0.7.9
9202024-12-12T03:21:44.056Z Downloaded hashbrown v0.14.5
9212024-12-12T03:21:44.061Z Downloaded chrono v0.4.38
9222024-12-12T03:21:44.068Z Downloaded parse-zoneinfo v0.3.1
9232024-12-12T03:21:44.071Z Downloaded rand v0.8.5
9242024-12-12T03:21:44.074Z Downloaded p256 v0.13.2
9252024-12-12T03:21:44.078Z Downloaded zerocopy v0.8.10
9262024-12-12T03:21:44.100Z Downloaded x509-cert v0.2.5
9272024-12-12T03:21:44.106Z Downloaded time v0.3.36
9282024-12-12T03:21:44.112Z Downloaded sqlparser v0.45.0
9292024-12-12T03:21:44.119Z Downloaded lalrpop v0.19.12
9302024-12-12T03:21:44.128Z Downloaded salty v0.3.0
9312024-12-12T03:21:44.134Z Downloaded hashbrown v0.12.3
9322024-12-12T03:21:44.139Z Downloaded petname v2.0.2
9332024-12-12T03:21:44.144Z Downloaded icu_properties_data v1.5.0
9342024-12-12T03:21:44.154Z Downloaded headers v0.4.0
9352024-12-12T03:21:44.159Z Downloaded tough v0.19.0
9362024-12-12T03:21:44.183Z Downloaded reqwest v0.12.9
9372024-12-12T03:21:44.193Z Downloaded mio v1.0.2
9382024-12-12T03:21:44.201Z Downloaded portable-atomic v1.9.0
9392024-12-12T03:21:44.210Z Downloaded tokio-util v0.7.12
9402024-12-12T03:21:44.217Z Downloaded steno v0.4.1
9412024-12-12T03:21:44.222Z Downloaded p521 v0.13.3
9422024-12-12T03:21:44.226Z Downloaded idna v0.5.0
9432024-12-12T03:21:44.234Z Downloaded regex-syntax v0.6.29
9442024-12-12T03:21:44.241Z Downloaded regex v1.11.1
9452024-12-12T03:21:44.256Z Downloaded bstr v1.10.0
9462024-12-12T03:21:44.263Z Downloaded quinn-proto v0.11.8
9472024-12-12T03:21:44.270Z Downloaded rustls v0.22.4
9482024-12-12T03:21:44.283Z Downloaded chrono-tz v0.10.0
9492024-12-12T03:21:44.290Z Downloaded regress v0.10.1
9502024-12-12T03:21:44.298Z Downloaded rustls v0.21.12
9512024-12-12T03:21:44.310Z Downloaded git2 v0.19.0
9522024-12-12T03:21:44.318Z Downloaded smoltcp v0.9.1
9532024-12-12T03:21:44.330Z Downloaded polar-core v0.27.3
9542024-12-12T03:21:44.338Z Downloaded unicode-width v0.2.0
9552024-12-12T03:21:44.345Z Downloaded openssl v0.10.66
9562024-12-12T03:21:44.353Z Downloaded radix_trie v0.2.1
9572024-12-12T03:21:44.358Z Downloaded diesel v2.2.4
9582024-12-12T03:21:44.377Z Downloaded dropshot v0.12.0
9592024-12-12T03:21:44.397Z Downloaded dropshot v0.13.0
9602024-12-12T03:21:44.418Z Downloaded regress v0.9.1
9612024-12-12T03:21:44.426Z Downloaded p384 v0.13.0
9622024-12-12T03:21:44.431Z Downloaded gimli v0.31.1
9632024-12-12T03:21:44.440Z Downloaded webpki-roots v0.26.6
9642024-12-12T03:21:44.444Z Downloaded smoltcp v0.11.0
9652024-12-12T03:21:44.457Z Downloaded typify-impl v0.2.0
9662024-12-12T03:21:44.471Z Downloaded regex-syntax v0.8.5
9672024-12-12T03:21:44.480Z Downloaded openapiv3 v2.0.0
9682024-12-12T03:21:44.491Z Downloaded nix v0.29.0
9692024-12-12T03:21:44.503Z Downloaded object v0.30.4
9702024-12-12T03:21:44.512Z Downloaded trust-dns-proto v0.22.0
9712024-12-12T03:21:44.524Z Downloaded object v0.36.5
9722024-12-12T03:21:44.536Z Downloaded zerocopy-derive v0.6.6
9732024-12-12T03:21:44.546Z Downloaded sled v0.34.7
9742024-12-12T03:21:44.556Z Downloaded ratatui v0.28.1
9752024-12-12T03:21:44.575Z Downloaded bzip2-sys v0.1.11+1.0.8
9762024-12-12T03:21:44.587Z Downloaded regex-automata v0.4.8
9772024-12-12T03:21:44.602Z Downloaded nix v0.28.0
9782024-12-12T03:21:44.614Z Downloaded vcpkg v0.2.15
9792024-12-12T03:21:44.653Z Downloaded rustls v0.23.14
9802024-12-12T03:21:44.665Z Downloaded idna v0.4.0
9812024-12-12T03:21:44.671Z Downloaded idna v0.2.3
9822024-12-12T03:21:44.677Z Downloaded nix v0.27.1
9832024-12-12T03:21:44.688Z Downloaded curve25519-dalek v4.1.3
9842024-12-12T03:21:44.696Z Downloaded rustls-webpki v0.102.8
9852024-12-12T03:21:44.714Z Downloaded quick-xml v0.33.0
9862024-12-12T03:21:44.719Z Downloaded expectorate v1.1.0
9872024-12-12T03:21:44.721Z Downloaded proptest v1.5.0
9882024-12-12T03:21:44.731Z Downloaded bindgen v0.69.5
9892024-12-12T03:21:44.739Z Downloaded futures-util v0.3.31
9902024-12-12T03:21:44.750Z Downloaded petgraph v0.6.5
9912024-12-12T03:21:44.767Z Downloaded lzma-sys v0.1.20
9922024-12-12T03:21:44.796Z Downloaded libz-sys v1.1.20
9932024-12-12T03:21:44.815Z Downloaded tokio v1.40.0
9942024-12-12T03:21:44.853Z Downloaded sha3 v0.10.8
9952024-12-12T03:21:44.859Z Downloaded csv v1.3.0
9962024-12-12T03:21:44.880Z Downloaded hash32 v0.3.1
9972024-12-12T03:21:44.883Z Downloaded der_derive v0.7.3
9982024-12-12T03:21:44.886Z Downloaded rsa v0.9.6
9992024-12-12T03:21:44.889Z Downloaded ssh-key v0.6.6
10002024-12-12T03:21:44.895Z Downloaded rustls-webpki v0.101.7
10012024-12-12T03:21:44.909Z Downloaded rustyline v14.0.0
10022024-12-12T03:21:44.916Z Downloaded rayon v1.10.0
10032024-12-12T03:21:44.924Z Downloaded h2 v0.4.6
10042024-12-12T03:21:44.930Z Downloaded slog v2.7.0
10052024-12-12T03:21:44.935Z Downloaded password-hash v0.4.2
10062024-12-12T03:21:44.938Z Downloaded num-integer v0.1.46
10072024-12-12T03:21:44.938Z Downloaded typify-macro v0.2.0
10082024-12-12T03:21:44.938Z Downloaded powerfmt v0.2.0
10092024-12-12T03:21:44.941Z Downloaded hash32 v0.2.1
10102024-12-12T03:21:44.941Z Downloaded fallible-iterator v0.2.0
10112024-12-12T03:21:44.944Z Downloaded serde-hex v0.1.0
10122024-12-12T03:21:44.944Z Downloaded rfc6979 v0.4.0
10132024-12-12T03:21:44.948Z Downloaded hyper v1.5.0
10142024-12-12T03:21:44.952Z Downloaded num-traits v0.2.19
10152024-12-12T03:21:44.956Z Downloaded itertools v0.13.0
10162024-12-12T03:21:44.961Z Downloaded itertools v0.12.1
10172024-12-12T03:21:44.970Z Downloaded idna v1.0.3
10182024-12-12T03:21:44.973Z Downloaded blake3 v1.5.4
10192024-12-12T03:21:44.981Z Downloaded unicode-normalization v0.1.24
10202024-12-12T03:21:44.984Z Downloaded unicode-xid v0.2.6
10212024-12-12T03:21:44.987Z Downloaded des v0.8.1
10222024-12-12T03:21:44.990Z Downloaded libxml v0.3.3
10232024-12-12T03:21:44.994Z Downloaded wyz v0.5.1
10242024-12-12T03:21:44.996Z Downloaded pin-project-internal v1.1.6
10252024-12-12T03:21:44.999Z Downloaded num-rational v0.4.2
10262024-12-12T03:21:44.999Z Downloaded zip v0.6.6
10272024-12-12T03:21:45.003Z Downloaded flume v0.11.1
10282024-12-12T03:21:45.006Z Downloaded termios v0.3.3
10292024-12-12T03:21:45.008Z Downloaded scrypt v0.11.0
10302024-12-12T03:21:45.011Z Downloaded scopeguard v1.2.0
10312024-12-12T03:21:45.011Z Downloaded pkcs5 v0.7.1
10322024-12-12T03:21:45.014Z Downloaded pem-rfc7468 v0.7.0
10332024-12-12T03:21:45.017Z Downloaded tar v0.4.42
10342024-12-12T03:21:45.019Z Downloaded ena v0.14.3
10352024-12-12T03:21:45.024Z Downloaded form_urlencoded v1.2.1
10362024-12-12T03:21:45.024Z Downloaded slog-async v2.8.0
10372024-12-12T03:21:45.024Z Downloaded thiserror-impl-no-std v2.0.2
10382024-12-12T03:21:45.029Z Downloaded simd-adler32 v0.3.7
10392024-12-12T03:21:45.029Z Downloaded num-complex v0.4.6
10402024-12-12T03:21:45.029Z Downloaded half v2.4.1
10412024-12-12T03:21:45.032Z Downloaded unicode_categories v0.1.1
10422024-12-12T03:21:45.032Z Downloaded tokio-postgres v0.7.12
10432024-12-12T03:21:45.037Z Downloaded toml_edit v0.19.15
10442024-12-12T03:21:45.054Z Downloaded futures-channel v0.3.31
10452024-12-12T03:21:45.057Z Downloaded value-bag v1.9.0
10462024-12-12T03:21:45.059Z Downloaded embedded-io v0.6.1
10472024-12-12T03:21:45.059Z Downloaded zerofrom-derive v0.1.4
10482024-12-12T03:21:45.062Z Downloaded pem v3.0.4
10492024-12-12T03:21:45.062Z Downloaded ed25519-dalek v2.1.1
10502024-12-12T03:21:45.065Z Downloaded pkcs1 v0.7.5
10512024-12-12T03:21:45.068Z Downloaded futures-core v0.3.31
10522024-12-12T03:21:45.068Z Downloaded dirs-next v2.0.0
10532024-12-12T03:21:45.071Z Downloaded deranged v0.3.11
10542024-12-12T03:21:45.071Z Downloaded nu-ansi-term v0.50.1
10552024-12-12T03:21:45.074Z Downloaded smf v0.2.3
10562024-12-12T03:21:45.074Z Downloaded crossbeam-channel v0.5.13
10572024-12-12T03:21:45.077Z Downloaded serde_plain v1.0.2
10582024-12-12T03:21:45.079Z Downloaded serde_path_to_error v0.1.16
10592024-12-12T03:21:45.082Z Downloaded rustc-hash v2.0.0
10602024-12-12T03:21:45.082Z Downloaded bumpalo v3.16.0
10612024-12-12T03:21:45.084Z Downloaded dhcproto-macros v0.1.0
10622024-12-12T03:21:45.087Z Downloaded rustc-hash v1.1.0
10632024-12-12T03:21:45.087Z Downloaded progenitor v0.8.0
10642024-12-12T03:21:45.089Z Downloaded primeorder v0.13.6
10652024-12-12T03:21:45.089Z Downloaded phf v0.11.2
10662024-12-12T03:21:45.092Z Downloaded num v0.4.3
10672024-12-12T03:21:45.092Z Downloaded slog-term v2.9.1
10682024-12-12T03:21:45.094Z Downloaded rustls-pki-types v1.9.0
10692024-12-12T03:21:45.097Z Downloaded unicode-bidi v0.3.17
10702024-12-12T03:21:45.100Z Downloaded group v0.13.0
10712024-12-12T03:21:45.102Z Downloaded ghash v0.5.1
10722024-12-12T03:21:45.102Z Downloaded float-ord v0.3.2
10732024-12-12T03:21:45.106Z Downloaded qorb v0.2.1
10742024-12-12T03:21:45.109Z Downloaded encoding_rs v0.8.34
10752024-12-12T03:21:45.131Z Downloaded cc v1.1.30
10762024-12-12T03:21:45.133Z Downloaded zeroize_derive v1.4.2
10772024-12-12T03:21:45.136Z Downloaded zeroize v1.8.1
10782024-12-12T03:21:45.136Z Downloaded indicatif v0.17.9
10792024-12-12T03:21:45.140Z Downloaded icu_collections v1.5.0
10802024-12-12T03:21:45.146Z Downloaded env_filter v0.1.2
10812024-12-12T03:21:45.148Z Downloaded similar v2.6.0
10822024-12-12T03:21:45.152Z Downloaded pkcs8 v0.10.2
10832024-12-12T03:21:45.155Z Downloaded backtrace v0.3.74
10842024-12-12T03:21:45.161Z Downloaded unicode-properties v0.1.3
10852024-12-12T03:21:45.163Z Downloaded strum_macros v0.25.3
10862024-12-12T03:21:45.166Z Downloaded normalize-line-endings v0.3.0
10872024-12-12T03:21:45.166Z Downloaded salsa20 v0.10.2
10882024-12-12T03:21:45.169Z Downloaded rusty-fork v0.3.0
10892024-12-12T03:21:45.172Z Downloaded rustversion v1.0.17
10902024-12-12T03:21:45.175Z Downloaded toml v0.7.8
10912024-12-12T03:21:45.177Z Downloaded prettyplease v0.2.25
10922024-12-12T03:21:45.180Z Downloaded compact_str v0.8.0
10932024-12-12T03:21:45.183Z Downloaded new_debug_unreachable v1.0.6
10942024-12-12T03:21:45.186Z Downloaded slog-stdlog v4.1.1
10952024-12-12T03:21:45.186Z Downloaded foldhash v0.1.3
10962024-12-12T03:21:45.186Z Downloaded ecdsa v0.16.9
10972024-12-12T03:21:45.188Z Downloaded icu_normalizer v1.5.0
10982024-12-12T03:21:45.191Z Downloaded hickory-server v0.24.1
10992024-12-12T03:21:45.199Z Downloaded bytes v1.8.0
11002024-12-12T03:21:45.204Z Downloaded icu_locid_transform_data v1.5.0
11012024-12-12T03:21:45.206Z Downloaded libgit2-sys v0.17.0+1.8.1
11022024-12-12T03:21:45.265Z Downloaded tls_codec v0.4.1
11032024-12-12T03:21:45.269Z Downloaded snafu-derive v0.8.5
11042024-12-12T03:21:45.269Z Downloaded crossbeam-epoch v0.9.18
11052024-12-12T03:21:45.271Z Downloaded crc32fast v1.4.2
11062024-12-12T03:21:45.273Z Downloaded const-oid v0.9.6
11072024-12-12T03:21:45.276Z Downloaded maplit v1.0.2
11082024-12-12T03:21:45.276Z Downloaded foreign-types v0.3.2
11092024-12-12T03:21:45.276Z Downloaded jobserver v0.1.32
11102024-12-12T03:21:45.279Z Downloaded slog-json v2.6.1
11112024-12-12T03:21:45.279Z Downloaded memmap2 v0.9.5
11122024-12-12T03:21:45.283Z Downloaded litemap v0.7.3
11132024-12-12T03:21:45.283Z Downloaded hyper-staticfile v0.10.1
11142024-12-12T03:21:45.287Z Downloaded hyper-rustls v0.27.3
11152024-12-12T03:21:45.289Z Downloaded bzip2 v0.4.4
11162024-12-12T03:21:45.289Z Downloaded base64ct v1.6.0
11172024-12-12T03:21:45.293Z Downloaded scheduled-thread-pool v0.2.7
11182024-12-12T03:21:45.297Z Downloaded rustls-pemfile v1.0.4
11192024-12-12T03:21:45.297Z Downloaded ref-cast-impl v1.0.23
11202024-12-12T03:21:45.297Z Downloaded quinn-udp v0.5.5
11212024-12-12T03:21:45.299Z Downloaded convert_case v0.4.0
11222024-12-12T03:21:45.299Z Downloaded const_format_proc_macros v0.2.33
11232024-12-12T03:21:45.303Z Downloaded cipher v0.4.4
11242024-12-12T03:21:45.306Z Downloaded cassowary v0.3.0
11252024-12-12T03:21:45.306Z Downloaded memoffset v0.9.1
11262024-12-12T03:21:45.306Z Downloaded lru-cache v0.1.2
11272024-12-12T03:21:45.309Z Downloaded lock_api v0.4.12
11282024-12-12T03:21:45.309Z Downloaded keccak v0.1.5
11292024-12-12T03:21:45.309Z Downloaded crc-catalog v2.4.0
11302024-12-12T03:21:45.313Z Downloaded cobs v0.2.3
11312024-12-12T03:21:45.313Z Downloaded lalrpop-util v0.19.12
11322024-12-12T03:21:45.313Z Downloaded httparse v1.9.5
11332024-12-12T03:21:45.315Z Downloaded kstat-rs v0.2.4
11342024-12-12T03:21:45.317Z Downloaded is-terminal v0.4.13
11352024-12-12T03:21:45.317Z Downloaded internet-checksum v0.2.1
11362024-12-12T03:21:45.317Z Downloaded instability v0.3.2
11372024-12-12T03:21:45.320Z Downloaded impl-trait-for-tuples v0.2.2
11382024-12-12T03:21:45.323Z Downloaded idna_adapter v1.2.0
11392024-12-12T03:21:45.323Z Downloaded inout v0.1.3
11402024-12-12T03:21:45.325Z Downloaded cexpr v0.6.0
11412024-12-12T03:21:45.325Z Downloaded castaway v0.2.3
11422024-12-12T03:21:45.327Z Downloaded bitfield v0.14.0
11432024-12-12T03:21:45.330Z Downloaded backoff v0.4.0
11442024-12-12T03:21:45.333Z Downloaded humantime v2.1.0
11452024-12-12T03:21:45.333Z Downloaded cbc v0.1.2
11462024-12-12T03:21:45.336Z Downloaded chrono-tz-build v0.4.0
11472024-12-12T03:21:45.336Z Downloaded bitfield-struct v0.6.2
11482024-12-12T03:21:45.336Z Downloaded bit-set v0.5.3
11492024-12-12T03:21:45.339Z Downloaded bb8 v0.8.5
11502024-12-12T03:21:45.339Z Downloaded home v0.5.9
11512024-12-12T03:21:45.343Z Downloaded bit-vec v0.6.3
11522024-12-12T03:21:45.343Z Downloaded base16ct v0.2.0
11532024-12-12T03:21:45.347Z Downloaded headers-core v0.3.0
11542024-12-12T03:21:45.347Z Downloaded ahash v0.8.11
11552024-12-12T03:21:45.482Z Downloaded ring v0.17.8
11562024-12-12T03:21:45.724Z Downloaded aws-lc-sys v0.22.0
11572024-12-12T03:21:45.984Z Downloaded libsqlite3-sys v0.30.1
11582024-12-12T03:21:46.061Z Downloaded ring v0.16.20
11592024-12-12T03:21:46.235Z Compiling serde v1.0.215
11602024-12-12T03:21:46.238Z Compiling lock_api v0.4.12
11612024-12-12T03:21:46.238Z Compiling scopeguard v1.2.0
11622024-12-12T03:21:46.238Z Compiling value-bag v1.9.0
11632024-12-12T03:21:46.396Z Compiling typenum v1.17.0
11642024-12-12T03:21:46.399Z Compiling generic-array v0.14.7
11652024-12-12T03:21:46.435Z Compiling syn v2.0.87
11662024-12-12T03:21:46.447Z Compiling getrandom v0.2.15
11672024-12-12T03:21:46.625Z Compiling subtle v2.6.1
11682024-12-12T03:21:46.697Z Compiling rand_core v0.6.4
11692024-12-12T03:21:46.885Z Compiling log v0.4.22
11702024-12-12T03:21:46.955Z Compiling shlex v1.3.0
11712024-12-12T03:21:46.975Z Compiling jobserver v0.1.32
11722024-12-12T03:21:47.006Z Compiling const-oid v0.9.6
11732024-12-12T03:21:47.211Z Compiling smallvec v1.13.2
11742024-12-12T03:21:47.272Z Compiling spin v0.9.8
11752024-12-12T03:21:47.351Z Compiling cc v1.1.30
11762024-12-12T03:21:47.627Z Compiling pin-project-lite v0.2.14
11772024-12-12T03:21:47.630Z Compiling rustix v0.38.37
11782024-12-12T03:21:47.725Z Compiling parking_lot_core v0.9.10
11792024-12-12T03:21:47.755Z Compiling futures-core v0.3.31
11802024-12-12T03:21:47.858Z Compiling signal-hook-registry v1.4.2
11812024-12-12T03:21:47.990Z Compiling mio v1.0.2
11822024-12-12T03:21:48.497Z Compiling aho-corasick v1.1.3
11832024-12-12T03:21:48.680Z Compiling parking_lot v0.12.3
11842024-12-12T03:21:48.813Z Compiling either v1.13.0
11852024-12-12T03:21:49.006Z Compiling cpufeatures v0.2.14
11862024-12-12T03:21:49.109Z Compiling regex-syntax v0.8.5
11872024-12-12T03:21:49.191Z Compiling lazy_static v1.5.0
11882024-12-12T03:21:49.193Z Compiling stable_deref_trait v1.2.0
11892024-12-12T03:21:49.355Z Compiling glob v0.3.1
11902024-12-12T03:21:49.375Z Compiling futures-sink v0.3.31
11912024-12-12T03:21:49.394Z Compiling socket2 v0.5.7
11922024-12-12T03:21:49.531Z Compiling slab v0.4.9
11932024-12-12T03:21:49.681Z Compiling prettyplease v0.2.25
11942024-12-12T03:21:49.991Z Compiling minimal-lexical v0.2.1
11952024-12-12T03:21:50.355Z Compiling libloading v0.8.5
11962024-12-12T03:21:50.381Z Compiling clang-sys v1.8.1
11972024-12-12T03:21:50.432Z Compiling nom v7.1.3
11982024-12-12T03:21:50.528Z Compiling serde_json v1.0.132
11992024-12-12T03:21:50.797Z Compiling home v0.5.9
12002024-12-12T03:21:50.856Z Compiling bindgen v0.69.5
12012024-12-12T03:21:51.097Z Compiling futures-channel v0.3.31
12022024-12-12T03:21:51.526Z Compiling itertools v0.12.1
12032024-12-12T03:21:51.673Z Compiling lazycell v1.3.0
12042024-12-12T03:21:51.815Z Compiling futures-task v0.3.31
12052024-12-12T03:21:51.843Z Compiling futures-io v0.3.31
12062024-12-12T03:21:52.133Z Compiling allocator-api2 v0.2.18
12072024-12-12T03:21:52.187Z Compiling pin-utils v0.1.0
12082024-12-12T03:21:52.333Z Compiling rustc-hash v1.1.0
12092024-12-12T03:21:52.480Z Compiling foldhash v0.1.3
12102024-12-12T03:21:52.792Z Compiling cmake v0.1.51
12112024-12-12T03:21:52.969Z Compiling regex-automata v0.4.8
12122024-12-12T03:21:53.795Z Compiling hashbrown v0.15.0
12132024-12-12T03:21:54.391Z Compiling synstructure v0.13.1
12142024-12-12T03:21:54.411Z Compiling cexpr v0.6.0
12152024-12-12T03:21:55.144Z Compiling tinyvec_macros v0.1.1
12162024-12-12T03:21:55.240Z Compiling fs_extra v1.3.0
12172024-12-12T03:21:55.859Z Compiling dunce v1.0.5
12182024-12-12T03:21:55.993Z Compiling libm v0.2.8
12192024-12-12T03:21:56.148Z Compiling pkg-config v0.3.31
12202024-12-12T03:21:56.185Z Compiling tinyvec v1.8.0
12212024-12-12T03:21:56.235Z Compiling num-traits v0.2.19
12222024-12-12T03:21:56.742Z Compiling ring v0.17.8
12232024-12-12T03:21:57.652Z Compiling unicode-normalization v0.1.24
12242024-12-12T03:21:57.755Z Compiling litemap v0.7.3
12252024-12-12T03:21:57.775Z Compiling paste v1.0.15
12262024-12-12T03:21:57.865Z Compiling base64ct v1.6.0
12272024-12-12T03:21:57.884Z Compiling writeable v0.5.5
12282024-12-12T03:21:58.167Z Compiling unicode-bidi v0.3.17
12292024-12-12T03:21:58.360Z Compiling regex v1.11.1
12302024-12-12T03:21:58.443Z Compiling pem-rfc7468 v0.7.0
12312024-12-12T03:21:59.187Z Compiling flagset v0.4.6
12322024-12-12T03:21:59.394Z Compiling aws-lc-rs v1.10.0
12332024-12-12T03:21:59.497Z Compiling httparse v1.9.5
12342024-12-12T03:21:59.854Z Compiling tracing-core v0.1.32
12352024-12-12T03:22:00.287Z Compiling rustls-pki-types v1.9.0
12362024-12-12T03:22:00.655Z Compiling percent-encoding v2.3.1
12372024-12-12T03:22:00.790Z Compiling icu_locid_transform_data v1.5.0
12382024-12-12T03:22:00.901Z Compiling crossbeam-utils v0.8.20
12392024-12-12T03:22:00.960Z Compiling serde_derive v1.0.215
12402024-12-12T03:22:01.010Z Compiling zeroize_derive v1.4.2
12412024-12-12T03:22:01.189Z Compiling zerocopy-derive v0.7.35
12422024-12-12T03:22:01.435Z Compiling tokio-macros v2.4.0
12432024-12-12T03:22:01.471Z Compiling zerofrom-derive v0.1.4
12442024-12-12T03:22:02.509Z Compiling zeroize v1.8.1
12452024-12-12T03:22:03.017Z Compiling yoke-derive v0.7.4
12462024-12-12T03:22:03.198Z Compiling thiserror-impl v1.0.69
12472024-12-12T03:22:03.388Z Compiling zerocopy v0.7.35
12482024-12-12T03:22:04.283Z Compiling crypto-common v0.1.6
12492024-12-12T03:22:04.304Z Compiling block-buffer v0.10.4
12502024-12-12T03:22:04.535Z Compiling futures-macro v0.3.31
12512024-12-12T03:22:04.582Z Compiling digest v0.10.7
12522024-12-12T03:22:05.048Z Compiling hmac v0.12.1
12532024-12-12T03:22:05.076Z Compiling zerovec-derive v0.10.3
12542024-12-12T03:22:05.279Z Compiling block-padding v0.3.3
12552024-12-12T03:22:05.542Z Compiling displaydoc v0.2.5
12562024-12-12T03:22:05.662Z Compiling zerofrom v0.1.4
12572024-12-12T03:22:05.708Z Compiling inout v0.1.3
12582024-12-12T03:22:05.883Z Compiling sha2 v0.10.8
12592024-12-12T03:22:05.997Z Compiling cipher v0.4.4
12602024-12-12T03:22:06.139Z Compiling yoke v0.7.4
12612024-12-12T03:22:06.509Z Compiling ppv-lite86 v0.2.20
12622024-12-12T03:22:06.528Z Compiling icu_provider_macros v1.5.0
12632024-12-12T03:22:06.530Z Compiling futures-util v0.3.31
12642024-12-12T03:22:06.565Z Compiling thiserror v1.0.69
12652024-12-12T03:22:06.705Z Compiling der_derive v0.7.3
12662024-12-12T03:22:07.290Z Compiling tracing-attributes v0.1.27
12672024-12-12T03:22:07.389Z Compiling rand_chacha v0.3.1
12682024-12-12T03:22:07.695Z Compiling pest v2.7.14
12692024-12-12T03:22:07.848Z Compiling zerovec v0.10.4
12702024-12-12T03:22:09.172Z Compiling der v0.7.9
12712024-12-12T03:22:09.458Z Compiling rand v0.8.5
12722024-12-12T03:22:09.882Z Compiling tinystr v0.7.6
12732024-12-12T03:22:10.092Z Compiling icu_collections v1.5.0
12742024-12-12T03:22:10.328Z Compiling icu_locid v1.5.0
12752024-12-12T03:22:10.808Z Compiling salsa20 v0.10.2
12762024-12-12T03:22:11.036Z Compiling pbkdf2 v0.12.2
12772024-12-12T03:22:11.113Z Compiling tracing v0.1.40
12782024-12-12T03:22:11.220Z Compiling spki v0.7.3
12792024-12-12T03:22:11.599Z Compiling icu_provider v1.5.0
12802024-12-12T03:22:11.667Z Compiling mirai-annotations v1.12.0
12812024-12-12T03:22:11.688Z Compiling untrusted v0.9.0
12822024-12-12T03:22:11.868Z Compiling icu_properties_data v1.5.0
12832024-12-12T03:22:11.884Z Compiling num-conv v0.1.0
12842024-12-12T03:22:12.123Z Compiling powerfmt v0.2.0
12852024-12-12T03:22:12.176Z Compiling time-core v0.1.2
12862024-12-12T03:22:12.355Z Compiling icu_locid_transform v1.5.0
12872024-12-12T03:22:12.357Z Compiling vcpkg v0.2.15
12882024-12-12T03:22:12.503Z Compiling untrusted v0.7.1
12892024-12-12T03:22:12.521Z Compiling deranged v0.3.11
12902024-12-12T03:22:12.654Z Compiling time-macros v0.2.18
12912024-12-12T03:22:12.793Z Compiling scrypt v0.11.0
12922024-12-12T03:22:13.381Z Compiling pest_meta v2.7.14
12932024-12-12T03:22:14.062Z Compiling icu_properties v1.5.1
12942024-12-12T03:22:14.449Z Compiling cbc v0.1.2
12952024-12-12T03:22:14.661Z Compiling openssl-sys v0.9.103
12962024-12-12T03:22:14.701Z Compiling aes v0.8.4
12972024-12-12T03:22:15.101Z Compiling scroll_derive v0.12.0
12982024-12-12T03:22:15.623Z Compiling bitflags v2.6.0
12992024-12-12T03:22:15.757Z Compiling bytes v1.8.0
13002024-12-12T03:22:16.392Z Compiling indexmap v2.6.0
13012024-12-12T03:22:16.583Z Compiling semver v1.0.23
13022024-12-12T03:22:17.066Z Compiling tokio v1.40.0
13032024-12-12T03:22:17.360Z Compiling http v1.1.0
13042024-12-12T03:22:17.578Z Compiling rustc_version v0.4.1
13052024-12-12T03:22:17.856Z Compiling atomic-waker v1.1.2
13062024-12-12T03:22:18.050Z Compiling utf16_iter v1.0.5
13072024-12-12T03:22:18.267Z Compiling num_threads v0.1.7
13082024-12-12T03:22:18.353Z Compiling icu_normalizer_data v1.5.0
13092024-12-12T03:22:18.404Z Compiling utf8_iter v1.0.4
13102024-12-12T03:22:18.459Z Compiling write16 v1.0.0
13112024-12-12T03:22:18.586Z Compiling icu_normalizer v1.5.0
13122024-12-12T03:22:18.618Z Compiling time v0.3.36
13132024-12-12T03:22:18.644Z Compiling scroll v0.12.0
13142024-12-12T03:22:19.001Z Compiling http-body v1.0.1
13152024-12-12T03:22:19.251Z Compiling pkcs5 v0.7.1
13162024-12-12T03:22:19.269Z Compiling pest_generator v2.7.14
13172024-12-12T03:22:19.327Z Compiling form_urlencoded v1.2.1
13182024-12-12T03:22:19.657Z Compiling try-lock v0.2.5
13192024-12-12T03:22:19.817Z Compiling slog v2.7.0
13202024-12-12T03:22:19.919Z Compiling pkcs8 v0.10.2
13212024-12-12T03:22:20.355Z Compiling which v4.4.2
13222024-12-12T03:22:20.592Z Compiling want v0.3.1
13232024-12-12T03:22:20.615Z Compiling goblin v0.8.2
13242024-12-12T03:22:20.880Z Compiling idna_adapter v1.2.0
13252024-12-12T03:22:20.984Z Compiling httpdate v1.0.3
13262024-12-12T03:22:21.109Z Compiling idna v1.0.3
13272024-12-12T03:22:21.314Z Compiling pest_derive v2.7.14
13282024-12-12T03:22:21.426Z Compiling uuid v1.11.0
13292024-12-12T03:22:22.077Z Compiling dtrace-parser v0.2.0
13302024-12-12T03:22:22.233Z Compiling serde_tokenstream v0.2.2
13312024-12-12T03:22:22.858Z Compiling toml_datetime v0.6.8
13322024-12-12T03:22:22.877Z Compiling serde_spanned v0.6.8
13332024-12-12T03:22:22.997Z Compiling rustversion v1.0.17
13342024-12-12T03:22:23.092Z Compiling adler2 v2.0.0
13352024-12-12T03:22:23.312Z Compiling tower-service v0.3.3
13362024-12-12T03:22:23.387Z Compiling match_cfg v0.1.0
13372024-12-12T03:22:23.449Z Compiling foreign-types-shared v0.1.1
13382024-12-12T03:22:23.488Z Compiling openssl v0.10.66
13392024-12-12T03:22:23.564Z Compiling iana-time-zone v0.1.61
13402024-12-12T03:22:23.690Z Compiling base64 v0.22.1
13412024-12-12T03:22:23.943Z Compiling chrono v0.4.38
13422024-12-12T03:22:24.075Z Compiling foreign-types v0.3.2
13432024-12-12T03:22:24.099Z Compiling hostname v0.3.1
13442024-12-12T03:22:24.174Z Compiling miniz_oxide v0.8.0
13452024-12-12T03:22:24.292Z Compiling url v2.5.3
13462024-12-12T03:22:24.492Z Compiling openssl-macros v0.1.1
13472024-12-12T03:22:25.270Z Compiling async-trait v0.1.83
13482024-12-12T03:22:25.724Z Compiling tokio-util v0.7.12
13492024-12-12T03:22:25.728Z Compiling dirs-sys-next v0.1.2
13502024-12-12T03:22:26.327Z Compiling dof v0.3.0
13512024-12-12T03:22:26.398Z Compiling rustls v0.22.4
13522024-12-12T03:22:26.657Z Compiling syn v1.0.109
13532024-12-12T03:22:27.188Z Compiling h2 v0.4.6
13542024-12-12T03:22:27.286Z Compiling usdt-impl v0.5.0
13552024-12-12T03:22:27.742Z Compiling native-tls v0.2.12
13562024-12-12T03:22:28.035Z Compiling siphasher v0.3.11
13572024-12-12T03:22:28.061Z Compiling rustls v0.23.14
13582024-12-12T03:22:28.334Z Compiling data-encoding v2.6.0
13592024-12-12T03:22:28.481Z Compiling dirs-next v2.0.0
13602024-12-12T03:22:28.846Z Compiling http-body-util v0.1.2
13612024-12-12T03:22:29.421Z Compiling heapless v0.7.17
13622024-12-12T03:22:29.858Z Compiling crossbeam-epoch v0.9.18
13632024-12-12T03:22:30.136Z Compiling signature v2.2.0
13642024-12-12T03:22:30.448Z Compiling sha1 v0.10.6
13652024-12-12T03:22:30.627Z Compiling bzip2-sys v0.1.11+1.0.8
13662024-12-12T03:22:30.829Z Compiling serde_derive_internals v0.29.1
13672024-12-12T03:22:30.901Z Compiling thread_local v1.1.8
13682024-12-12T03:22:31.003Z Compiling cookie v0.18.1
13692024-12-12T03:22:31.101Z Compiling encoding_rs v0.8.34
13702024-12-12T03:22:31.283Z Compiling multer v3.1.0
13712024-12-12T03:22:31.464Z Compiling schemars v0.8.21
13722024-12-12T03:22:31.571Z Compiling gimli v0.31.1
13732024-12-12T03:22:31.773Z Compiling unicode-properties v0.1.3
13742024-12-12T03:22:32.153Z Compiling openssl-probe v0.1.5
13752024-12-12T03:22:32.537Z Compiling ipnet v2.10.1
13762024-12-12T03:22:32.818Z Compiling slog-async v2.8.0
13772024-12-12T03:22:33.325Z Compiling mime v0.3.17
13782024-12-12T03:22:33.609Z Compiling signal-hook v0.3.17
13792024-12-12T03:22:33.827Z Compiling rayon-core v1.12.1
13802024-12-12T03:22:33.892Z Compiling schemars_derive v0.8.21
13812024-12-12T03:22:33.951Z Compiling hyper v1.5.0
13822024-12-12T03:22:34.127Z Compiling toml_edit v0.22.22
13832024-12-12T03:22:36.161Z Compiling addr2line v0.24.2
13842024-12-12T03:22:36.797Z Compiling hyper-util v0.1.10
13852024-12-12T03:22:36.928Z Compiling stringprep v0.1.5
13862024-12-12T03:22:37.403Z Compiling usdt-attr-macro v0.5.0
13872024-12-12T03:22:37.656Z Compiling usdt-macro v0.5.0
13882024-12-12T03:22:38.137Z Compiling crossbeam-deque v0.8.5
13892024-12-12T03:22:38.239Z Compiling term v0.7.0
13902024-12-12T03:22:38.888Z Compiling slog-json v2.6.1
13912024-12-12T03:22:39.004Z Compiling serde_urlencoded v0.7.1
13922024-12-12T03:22:39.031Z Compiling curve25519-dalek v4.1.3
13932024-12-12T03:22:39.286Z Compiling crossbeam-channel v0.5.13
13942024-12-12T03:22:39.546Z Compiling futures-executor v0.3.31
13952024-12-12T03:22:39.699Z Compiling enum-as-inner v0.6.1
13962024-12-12T03:22:39.805Z Compiling md-5 v0.10.6
13972024-12-12T03:22:40.030Z Compiling async-stream-impl v0.3.6
13982024-12-12T03:22:40.075Z Compiling rustls-pemfile v2.2.0
13992024-12-12T03:22:40.137Z Compiling num-integer v0.1.46
14002024-12-12T03:22:40.370Z Compiling idna v0.4.0
14012024-12-12T03:22:40.416Z Compiling idna v0.3.0
14022024-12-12T03:22:40.762Z Compiling hash32 v0.2.1
14032024-12-12T03:22:40.961Z Compiling ff v0.13.0
14042024-12-12T03:22:41.163Z Compiling is-terminal v0.4.13
14052024-12-12T03:22:41.192Z Compiling dropshot v0.12.0
14062024-12-12T03:22:41.292Z Compiling object v0.36.5
14072024-12-12T03:22:41.401Z Compiling quick-error v1.2.3
14082024-12-12T03:22:41.481Z Compiling num-bigint-dig v0.8.4
14092024-12-12T03:22:41.560Z Compiling portable-atomic v1.9.0
14102024-12-12T03:22:41.772Z Compiling anyhow v1.0.93
14112024-12-12T03:22:42.028Z Compiling linked-hash-map v0.5.6
14122024-12-12T03:22:42.083Z Compiling rustc-demangle v0.1.24
14132024-12-12T03:22:42.397Z Compiling take_mut v0.2.2
14142024-12-12T03:22:42.423Z Compiling dyn-clone v1.0.17
14152024-12-12T03:22:42.548Z Compiling smoltcp v0.9.1
14162024-12-12T03:22:42.579Z Compiling fallible-iterator v0.2.0
14172024-12-12T03:22:42.625Z Compiling base16ct v0.2.0
14182024-12-12T03:22:42.645Z Compiling psl-types v2.0.11
14192024-12-12T03:22:42.845Z Compiling utf-8 v0.7.6
14202024-12-12T03:22:42.963Z Compiling publicsuffix v2.2.3
14212024-12-12T03:22:43.025Z Compiling sec1 v0.7.3
14222024-12-12T03:22:43.167Z Compiling tungstenite v0.24.0
14232024-12-12T03:22:43.286Z Compiling postgres-protocol v0.6.7
14242024-12-12T03:22:43.942Z Compiling lru-cache v0.1.2
14252024-12-12T03:22:44.195Z Compiling resolv-conf v0.7.0
14262024-12-12T03:22:44.609Z Compiling async-stream v0.3.6
14272024-12-12T03:22:44.667Z Compiling slog-term v2.9.1
14282024-12-12T03:22:44.933Z Compiling usdt v0.5.0
14292024-12-12T03:22:45.016Z Compiling hickory-proto v0.24.1
14302024-12-12T03:22:45.460Z Compiling group v0.13.0
14312024-12-12T03:22:45.794Z Compiling num-iter v0.1.45
14322024-12-12T03:22:45.918Z Compiling futures v0.3.31
14332024-12-12T03:22:46.036Z Compiling slog-bunyan v2.5.0
14342024-12-12T03:22:47.147Z Compiling toml v0.8.19
14352024-12-12T03:22:47.361Z Compiling camino v1.1.9
14362024-12-12T03:22:47.854Z Compiling tokio-native-tls v0.3.1
14372024-12-12T03:22:48.128Z Compiling phf_shared v0.11.2
14382024-12-12T03:22:48.331Z Compiling dropshot_endpoint v0.12.0
14392024-12-12T03:22:48.509Z Compiling backtrace v0.3.74
14402024-12-12T03:22:48.931Z Compiling terminal_size v0.4.0
14412024-12-12T03:22:49.040Z Compiling openapiv3 v2.0.0
14422024-12-12T03:22:49.154Z Compiling waitgroup v0.1.2
14432024-12-12T03:22:49.305Z Compiling serde_path_to_error v0.1.16
14442024-12-12T03:22:49.397Z Compiling hkdf v0.12.4
14452024-12-12T03:22:49.665Z Compiling crypto-bigint v0.5.5
14462024-12-12T03:22:50.163Z Compiling zerocopy-derive v0.6.6
14472024-12-12T03:22:52.219Z Compiling curve25519-dalek-derive v0.1.1
14482024-12-12T03:22:52.498Z Compiling webpki-roots v0.26.6
14492024-12-12T03:22:52.703Z Compiling idna v0.5.0
14502024-12-12T03:22:52.732Z Compiling hubpack_derive v0.1.1
14512024-12-12T03:22:53.048Z Compiling hostname v0.4.0
14522024-12-12T03:22:53.316Z Compiling ahash v0.8.11
14532024-12-12T03:22:53.508Z Compiling crc32fast v1.4.2
14542024-12-12T03:22:53.648Z Compiling fs-err v2.11.0
14552024-12-12T03:22:53.667Z Compiling debug-ignore v1.0.5
14562024-12-12T03:22:53.726Z Compiling winnow v0.5.40
14572024-12-12T03:22:53.811Z Compiling bitflags v1.3.2
14582024-12-12T03:22:53.830Z Compiling managed v0.8.0
14592024-12-12T03:22:53.910Z Compiling console v0.15.8
14602024-12-12T03:22:54.075Z Compiling strum_macros v0.25.3
14612024-12-12T03:22:54.332Z Compiling clap_builder v4.5.21
14622024-12-12T03:22:55.657Z Compiling flate2 v1.0.34
14632024-12-12T03:22:56.024Z Compiling hubpack v0.1.2
14642024-12-12T03:22:56.490Z Compiling cookie_store v0.21.0
14652024-12-12T03:22:56.493Z Compiling elliptic-curve v0.13.8
14662024-12-12T03:22:56.636Z Compiling zerocopy v0.6.6
14672024-12-12T03:22:57.342Z Compiling toml_edit v0.19.15
14682024-12-12T03:22:57.545Z Compiling hickory-resolver v0.24.1
14692024-12-12T03:22:58.106Z Compiling signal-hook-mio v0.2.4
14702024-12-12T03:22:58.278Z Compiling phf v0.11.2
14712024-12-12T03:22:58.313Z Compiling hyper-tls v0.6.0
14722024-12-12T03:22:58.440Z Compiling rayon v1.10.0
14732024-12-12T03:22:58.590Z Compiling bzip2 v0.4.4
14742024-12-12T03:22:58.987Z Compiling tokio-tungstenite v0.24.0
14752024-12-12T03:22:59.572Z Compiling postgres-types v0.2.8
14762024-12-12T03:23:02.526Z Compiling ed25519 v2.2.3
14772024-12-12T03:23:03.357Z Compiling phf_shared v0.10.0
14782024-12-12T03:23:03.656Z Compiling tokio-stream v0.1.16
14792024-12-12T03:23:03.773Z Compiling pkcs1 v0.7.5
14802024-12-12T03:23:03.794Z Compiling serde-big-array v0.5.1
14812024-12-12T03:23:04.076Z Compiling clap_derive v4.5.18
14822024-12-12T03:23:04.382Z Compiling rfc6979 v0.4.0
14832024-12-12T03:23:04.442Z Compiling derive-where v1.2.7
14842024-12-12T03:23:04.579Z Compiling serde_repr v0.1.19
14852024-12-12T03:23:04.771Z Compiling float-cmp v0.9.0
14862024-12-12T03:23:04.813Z Compiling bstr v1.10.0
14872024-12-12T03:23:05.012Z Compiling sync_wrapper v1.0.1
14882024-12-12T03:23:05.175Z Compiling whoami v1.5.2
14892024-12-12T03:23:05.437Z Compiling static_assertions v1.1.0
14902024-12-12T03:23:05.559Z Compiling predicates-core v1.0.8
14912024-12-12T03:23:05.804Z Compiling difflib v0.4.0
14922024-12-12T03:23:05.807Z Compiling unicode-width v0.2.0
14932024-12-12T03:23:05.920Z Compiling precomputed-hash v0.1.1
14942024-12-12T03:23:06.035Z Compiling fixedbitset v0.4.2
14952024-12-12T03:23:06.336Z Compiling normalize-line-endings v0.3.0
14962024-12-12T03:23:06.468Z Compiling new_debug_unreachable v1.0.6
14972024-12-12T03:23:06.500Z Compiling number_prefix v0.4.0
14982024-12-12T03:23:06.572Z Compiling unicode-segmentation v1.12.0
14992024-12-12T03:23:06.642Z Compiling bit-vec v0.6.3
15002024-12-12T03:23:06.721Z Compiling indicatif v0.17.9
15012024-12-12T03:23:07.107Z Compiling bit-set v0.5.3
15022024-12-12T03:23:07.415Z Compiling similar v2.6.0
15032024-12-12T03:23:07.493Z Compiling string_cache v0.8.7
15042024-12-12T03:23:07.495Z Compiling predicates v3.1.2
15052024-12-12T03:23:07.974Z Compiling petgraph v0.6.5
15062024-12-12T03:23:08.052Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15072024-12-12T03:23:08.916Z Compiling tokio-postgres v0.7.12
15082024-12-12T03:23:09.169Z Compiling clap v4.5.21
15092024-12-12T03:23:09.299Z Compiling ecdsa v0.16.9
15102024-12-12T03:23:09.320Z Compiling rsa v0.9.6
15112024-12-12T03:23:09.956Z Compiling ed25519-dalek v2.1.1
15122024-12-12T03:23:10.209Z Compiling toml v0.7.8
15132024-12-12T03:23:11.307Z Compiling zip v0.6.6
15142024-12-12T03:23:11.966Z Compiling crossterm v0.28.1
15152024-12-12T03:23:12.825Z Compiling hex v0.4.3
15162024-12-12T03:23:13.279Z Compiling x509-cert v0.2.5
15172024-12-12T03:23:13.440Z Compiling itertools v0.10.5
15182024-12-12T03:23:13.591Z Compiling unicode-xid v0.2.6
15192024-12-12T03:23:13.769Z Compiling peg-runtime v0.8.3
15202024-12-12T03:23:14.448Z Compiling lalrpop-util v0.19.12
15212024-12-12T03:23:14.788Z Compiling strum_macros v0.26.4
15222024-12-12T03:23:14.813Z Compiling xattr v1.3.1
15232024-12-12T03:23:15.079Z Compiling filetime v0.2.25
15242024-12-12T03:23:15.407Z Compiling tar v0.4.42
15252024-12-12T03:23:20.005Z Compiling strum v0.26.3
15262024-12-12T03:23:22.081Z Compiling aws-lc-sys v0.22.0
15272024-12-12T03:23:49.766Z Compiling rustls-webpki v0.102.8
15282024-12-12T03:23:53.076Z Compiling tokio-rustls v0.25.0
15292024-12-12T03:23:54.587Z Compiling tokio-rustls v0.26.0
15302024-12-12T03:23:54.930Z Compiling hyper-rustls v0.27.3
15312024-12-12T03:23:55.419Z Compiling reqwest v0.12.9
15322024-12-12T03:23:56.759Z Compiling qorb v0.2.1
15332024-12-12T03:24:01.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15342024-12-12T03:24:01.540Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15352024-12-12T03:24:07.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15362024-12-12T03:24:07.440Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15372024-12-12T03:24:07.491ZDec 12 03:24:06.492 INFO Starting download, target: Console
15382024-12-12T03:24:07.491ZDec 12 03:24:06.492 INFO Starting download, target: Clickhouse
15392024-12-12T03:24:07.491ZDec 12 03:24:06.492 INFO Starting download, target: Cockroach
15402024-12-12T03:24:07.494ZDec 12 03:24:06.492 INFO Starting download, target: DendriteOpenapi
15412024-12-12T03:24:07.494ZDec 12 03:24:06.492 INFO Starting download, target: DendriteStub
15422024-12-12T03:24:07.494ZDec 12 03:24:06.492 INFO Starting download, target: MaghemiteMgd
15432024-12-12T03:24:07.494ZDec 12 03:24:06.492 INFO Starting download, target: TransceiverControl
15442024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15452024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15462024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15472024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15482024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15492024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15502024-12-12T03:24:07.494ZDec 12 03:24:06.493 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15512024-12-12T03:24:07.697ZDec 12 03:24:06.697 INFO Download complete, target: DendriteOpenapi
15522024-12-12T03:24:07.945ZDec 12 03:24:06.932 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15532024-12-12T03:24:07.958ZDec 12 03:24:06.954 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15542024-12-12T03:24:08.327ZDec 12 03:24:07.320 INFO Download complete, target: Console
15552024-12-12T03:24:08.388ZDec 12 03:24:07.389 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562024-12-12T03:24:08.448ZDec 12 03:24:07.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15572024-12-12T03:24:08.556ZDec 12 03:24:07.556 INFO Download complete, target: TransceiverControl
15582024-12-12T03:24:09.559ZDec 12 03:24:08.554 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15592024-12-12T03:24:09.560ZDec 12 03:24:08.554 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15602024-12-12T03:24:10.019ZDec 12 03:24:08.990 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15612024-12-12T03:24:11.221ZDec 12 03:24:10.222 INFO Download complete, target: DendriteStub
15622024-12-12T03:24:11.373ZDec 12 03:24:10.375 INFO Download complete, target: MaghemiteMgd
15632024-12-12T03:24:16.706ZDec 12 03:24:15.707 INFO Checking that binary works, target: Cockroach
15642024-12-12T03:24:16.878ZDec 12 03:24:15.879 INFO Download complete, target: Cockroach
15652024-12-12T03:24:21.919ZDec 12 03:24:20.921 INFO Checking that binary works, target: Clickhouse
15662024-12-12T03:24:22.053ZDec 12 03:24:21.054 INFO Download complete, target: Clickhouse
15672024-12-12T03:24:22.072ZAll builder prerequisites installed successfully, and PATH looks valid
15682024-12-12T03:24:22.074Z
15692024-12-12T03:24:22.074Zreal 5:01.857837883
15702024-12-12T03:24:22.074Zuser 16:26.522765987
15712024-12-12T03:24:22.074Zsys 3:13.512022873
15722024-12-12T03:24:22.074Ztrap 0.548064798
15732024-12-12T03:24:22.074Ztflt 1.541662979
15742024-12-12T03:24:22.074Zdflt 2.235915843
15752024-12-12T03:24:22.074Zkflt 0.024999833
15762024-12-12T03:24:22.074Zlock 29:19.359340188
15772024-12-12T03:24:22.074Zslp 1:01:40.181973105
15782024-12-12T03:24:22.074Zlat 57.908095107
15792024-12-12T03:24:22.074Zstop 2:21.051766934
15802024-12-12T03:24:22.074Z+ banner hack-check
15812024-12-12T03:24:22.076Z
15822024-12-12T03:24:22.077Z # # ## #### # # #### # # ###### #### # #
15832024-12-12T03:24:22.077Z # # # # # # # # # # # # # # # # #
15842024-12-12T03:24:22.077Z ###### # # # #### ##### # ###### ##### # ####
15852024-12-12T03:24:22.077Z # # ###### # # # # # # # # # #
15862024-12-12T03:24:22.077Z # # # # # # # # # # # # # # # # #
15872024-12-12T03:24:22.077Z # # # # #### # # #### # # ###### #### # #
15882024-12-12T03:24:22.077Z
15892024-12-12T03:24:22.077Z+ export CARGO_INCREMENTAL=0
15902024-12-12T03:24:22.077Z+ CARGO_INCREMENTAL=0
15912024-12-12T03:24:22.077Z+ ptime -m timeout 2h cargo xtask check-features --ci
15922024-12-12T03:24:22.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15932024-12-12T03:24:26.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
15942024-12-12T03:24:26.194Z Running `target/debug/xtask check-features --ci`
15952024-12-12T03:24:26.212Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15962024-12-12T03:24:26.212Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15972024-12-12T03:24:26.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15982024-12-12T03:24:26.663Z Running `target/debug/xtask download cargo-hack`
15992024-12-12T03:24:27.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16002024-12-12T03:24:27.831Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16012024-12-12T03:24:32.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
16022024-12-12T03:24:32.921Z Running `target/debug/xtask-downloader cargo-hack`
16032024-12-12T03:24:32.957ZDec 12 03:24:31.958 INFO Starting download, target: CargoHack
16042024-12-12T03:24:32.959ZDec 12 03:24:31.959 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16052024-12-12T03:24:33.768ZDec 12 03:24:32.769 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16062024-12-12T03:24:33.857ZDec 12 03:24:32.858 INFO Download complete, target: CargoHack
16072024-12-12T03:24:33.862Zrunning: "/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"
16082024-12-12T03:24:33.885Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16092024-12-12T03:24:34.053Zinfo: running `cargo check --bins` on api_identity (1/174)
16102024-12-12T03:24:34.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-12-12T03:24:34.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-12-12T03:24:34.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-12-12T03:24:34.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16142024-12-12T03:24:34.646Z
16152024-12-12T03:24:34.646Zinfo: running `cargo check --bins` on bootstore (2/174)
16162024-12-12T03:24:35.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-12-12T03:24:35.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-12-12T03:24:35.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-12-12T03:24:35.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16202024-12-12T03:24:35.266Z
16212024-12-12T03:24:35.266Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16222024-12-12T03:24:35.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-12-12T03:24:35.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-12-12T03:24:35.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-12-12T03:24:35.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16262024-12-12T03:24:35.918Z
16272024-12-12T03:24:35.918Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16282024-12-12T03:24:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-12-12T03:24:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-12-12T03:24:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-12-12T03:24:36.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16322024-12-12T03:24:36.594Z
16332024-12-12T03:24:36.594Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16342024-12-12T03:24:36.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-12-12T03:24:36.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-12-12T03:24:36.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-12-12T03:24:36.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16382024-12-12T03:24:36.889Z
16392024-12-12T03:24:36.889Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16402024-12-12T03:24:37.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-12-12T03:24:37.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-12-12T03:24:37.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-12-12T03:24:37.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16442024-12-12T03:24:37.282Z
16452024-12-12T03:24:37.283Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16462024-12-12T03:24:37.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-12-12T03:24:37.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-12-12T03:24:37.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-12-12T03:24:37.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16502024-12-12T03:24:37.678Z
16512024-12-12T03:24:37.678Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16522024-12-12T03:24:38.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-12-12T03:24:38.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-12-12T03:24:38.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-12-12T03:24:38.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16562024-12-12T03:24:38.096Z
16572024-12-12T03:24:38.096Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16582024-12-12T03:24:38.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-12-12T03:24:38.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-12-12T03:24:38.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-12-12T03:24:38.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16622024-12-12T03:24:38.515Z
16632024-12-12T03:24:38.515Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16642024-12-12T03:24:38.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-12-12T03:24:38.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-12-12T03:24:38.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-12-12T03:24:38.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16682024-12-12T03:24:38.931Z
16692024-12-12T03:24:38.931Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16702024-12-12T03:24:39.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-12-12T03:24:39.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-12-12T03:24:39.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-12-12T03:24:39.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16742024-12-12T03:24:39.348Z
16752024-12-12T03:24:39.348Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16762024-12-12T03:24:39.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-12-12T03:24:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-12-12T03:24:39.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-12-12T03:24:39.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16802024-12-12T03:24:39.764Z
16812024-12-12T03:24:39.764Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16822024-12-12T03:24:40.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-12-12T03:24:40.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-12-12T03:24:40.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-12-12T03:24:40.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16862024-12-12T03:24:40.177Z
16872024-12-12T03:24:40.177Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16882024-12-12T03:24:40.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-12-12T03:24:40.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-12-12T03:24:40.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-12-12T03:24:40.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16922024-12-12T03:24:40.586Z
16932024-12-12T03:24:40.586Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
16942024-12-12T03:24:40.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-12-12T03:24:40.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-12-12T03:24:40.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-12-12T03:24:40.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16982024-12-12T03:24:41.002Z
16992024-12-12T03:24:41.002Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17002024-12-12T03:24:41.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-12-12T03:24:41.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-12-12T03:24:41.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-12-12T03:24:41.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17042024-12-12T03:24:41.411Z
17052024-12-12T03:24:41.412Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17062024-12-12T03:24:41.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-12-12T03:24:41.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-12-12T03:24:41.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-12-12T03:24:41.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17102024-12-12T03:24:41.817Z
17112024-12-12T03:24:41.817Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17122024-12-12T03:24:42.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-12-12T03:24:42.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-12-12T03:24:42.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-12-12T03:24:42.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17162024-12-12T03:24:42.229Z
17172024-12-12T03:24:42.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17182024-12-12T03:24:42.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-12-12T03:24:42.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-12-12T03:24:42.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-12-12T03:24:42.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17222024-12-12T03:24:42.643Z
17232024-12-12T03:24:42.643Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17242024-12-12T03:24:43.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-12-12T03:24:43.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-12-12T03:24:43.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-12-12T03:24:43.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17282024-12-12T03:24:43.051Z
17292024-12-12T03:24:43.051Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17302024-12-12T03:24:43.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-12-12T03:24:43.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-12-12T03:24:43.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-12-12T03:24:43.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17342024-12-12T03:24:43.465Z
17352024-12-12T03:24:43.465Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17362024-12-12T03:24:43.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-12-12T03:24:43.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-12-12T03:24:43.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-12-12T03:24:43.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17402024-12-12T03:24:43.878Z
17412024-12-12T03:24:43.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17422024-12-12T03:24:44.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-12-12T03:24:44.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-12-12T03:24:44.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-12-12T03:24:44.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17462024-12-12T03:24:44.295Z
17472024-12-12T03:24:44.295Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17482024-12-12T03:24:44.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-12-12T03:24:44.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-12-12T03:24:44.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-12-12T03:24:44.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17522024-12-12T03:24:44.708Z
17532024-12-12T03:24:44.708Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17542024-12-12T03:24:45.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-12-12T03:24:45.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-12-12T03:24:45.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-12-12T03:24:45.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17582024-12-12T03:24:45.334Z
17592024-12-12T03:24:45.334Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17602024-12-12T03:24:45.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-12-12T03:24:45.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-12-12T03:24:45.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-12-12T03:24:45.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17642024-12-12T03:24:45.952Z
17652024-12-12T03:24:45.952Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17662024-12-12T03:24:46.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-12-12T03:24:46.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-12-12T03:24:46.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-12-12T03:24:46.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17702024-12-12T03:24:46.574Z
17712024-12-12T03:24:46.574Zinfo: running `cargo check --bins` on oxlog (28/174)
17722024-12-12T03:24:47.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-12-12T03:24:47.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-12-12T03:24:47.186Z Checking cfg-if v1.0.0
17752024-12-12T03:24:47.190Z Checking libc v0.2.162
17762024-12-12T03:24:47.293Z Checking serde v1.0.215
17772024-12-12T03:24:47.296Z Checking zeroize v1.8.1
17782024-12-12T03:24:47.309Z Checking memchr v2.7.4
17792024-12-12T03:24:47.316Z Checking typenum v1.17.0
17802024-12-12T03:24:47.319Z Checking scopeguard v1.2.0
17812024-12-12T03:24:47.326Z Checking subtle v2.6.1
17822024-12-12T03:24:47.351Z Checking value-bag v1.9.0
17832024-12-12T03:24:47.456Z Checking lock_api v0.4.12
17842024-12-12T03:24:47.534Z Checking const-oid v0.9.6
17852024-12-12T03:24:47.572Z Checking smallvec v1.13.2
17862024-12-12T03:24:47.727Z Checking log v0.4.22
17872024-12-12T03:24:47.875Z Checking itoa v1.0.11
17882024-12-12T03:24:47.912Z Checking pin-project-lite v0.2.14
17892024-12-12T03:24:48.031Z Checking byteorder v1.5.0
17902024-12-12T03:24:48.086Z Checking futures-core v0.3.31
17912024-12-12T03:24:48.159Z Checking once_cell v1.20.2
17922024-12-12T03:24:48.256Z Checking cpufeatures v0.2.14
17932024-12-12T03:24:48.299Z Checking futures-sink v0.3.31
17942024-12-12T03:24:48.339Z Checking stable_deref_trait v1.2.0
17952024-12-12T03:24:48.421Z Checking getrandom v0.2.15
17962024-12-12T03:24:48.437Z Checking parking_lot_core v0.9.10
17972024-12-12T03:24:48.440Z Checking signal-hook-registry v1.4.2
17982024-12-12T03:24:48.440Z Checking mio v1.0.2
17992024-12-12T03:24:48.440Z Checking socket2 v0.5.7
18002024-12-12T03:24:48.545Z Checking generic-array v0.14.7
18012024-12-12T03:24:48.638Z Checking rand_core v0.6.4
18022024-12-12T03:24:48.671Z Checking spin v0.9.8
18032024-12-12T03:24:48.751Z Checking parking_lot v0.12.3
18042024-12-12T03:24:48.928Z Checking zerocopy v0.7.35
18052024-12-12T03:24:48.958Z Checking slab v0.4.9
18062024-12-12T03:24:49.013Z Checking zerofrom v0.1.4
18072024-12-12T03:24:49.079Z Checking futures-channel v0.3.31
18082024-12-12T03:24:49.117Z Checking futures-io v0.3.31
18092024-12-12T03:24:49.214Z Checking yoke v0.7.4
18102024-12-12T03:24:49.229Z Checking futures-task v0.3.31
18112024-12-12T03:24:49.302Z Checking allocator-api2 v0.2.18
18122024-12-12T03:24:49.383Z Checking foldhash v0.1.3
18132024-12-12T03:24:49.425Z Checking equivalent v1.0.1
18142024-12-12T03:24:49.446Z Checking pin-utils v0.1.0
18152024-12-12T03:24:49.522Z Checking tinyvec_macros v0.1.1
18162024-12-12T03:24:49.535Z Checking zerovec v0.10.4
18172024-12-12T03:24:49.538Z Checking futures-util v0.3.31
18182024-12-12T03:24:49.582Z Checking ryu v1.0.18
18192024-12-12T03:24:49.603Z Checking tinyvec v1.8.0
18202024-12-12T03:24:49.684Z Checking crypto-common v0.1.6
18212024-12-12T03:24:49.799Z Checking block-buffer v0.10.4
18222024-12-12T03:24:49.869Z Checking block-padding v0.3.3
18232024-12-12T03:24:49.931Z Checking hashbrown v0.15.0
18242024-12-12T03:24:50.010Z Checking digest v0.10.7
18252024-12-12T03:24:50.067Z Checking inout v0.1.3
18262024-12-12T03:24:50.291Z Checking fnv v1.0.7
18272024-12-12T03:24:50.335Z Checking cipher v0.4.4
18282024-12-12T03:24:50.399Z Checking hmac v0.12.1
18292024-12-12T03:24:50.413Z Checking sha2 v0.10.8
18302024-12-12T03:24:50.601Z Checking libm v0.2.8
18312024-12-12T03:24:50.709Z Checking base64ct v1.6.0
18322024-12-12T03:24:50.961Z Checking litemap v0.7.3
18332024-12-12T03:24:50.976Z Checking unicode-normalization v0.1.24
18342024-12-12T03:24:51.070Z Checking unicode-bidi v0.3.17
18352024-12-12T03:24:51.133Z Checking writeable v0.5.5
18362024-12-12T03:24:51.218Z Checking tinystr v0.7.6
18372024-12-12T03:24:51.300Z Checking pem-rfc7468 v0.7.0
18382024-12-12T03:24:51.440Z Checking ppv-lite86 v0.2.20
18392024-12-12T03:24:51.476Z Checking num-traits v0.2.19
18402024-12-12T03:24:51.542Z Checking flagset v0.4.6
18412024-12-12T03:24:51.578Z Checking icu_locid v1.5.0
18422024-12-12T03:24:51.707Z Checking tracing-core v0.1.32
18432024-12-12T03:24:51.731Z Checking der v0.7.9
18442024-12-12T03:24:51.856Z Checking thiserror v1.0.69
18452024-12-12T03:24:51.989Z Checking icu_locid_transform_data v1.5.0
18462024-12-12T03:24:52.084Z Checking rustls-pki-types v1.9.0
18472024-12-12T03:24:52.196Z Checking rand_chacha v0.3.1
18482024-12-12T03:24:52.271Z Checking bytes v1.8.0
18492024-12-12T03:24:52.388Z Checking indexmap v2.6.0
18502024-12-12T03:24:52.574Z Checking serde_json v1.0.132
18512024-12-12T03:24:52.614Z Checking icu_provider v1.5.0
18522024-12-12T03:24:52.663Z Checking bitflags v2.6.0
18532024-12-12T03:24:52.941Z Checking percent-encoding v2.3.1
18542024-12-12T03:24:53.100Z Checking tokio v1.40.0
18552024-12-12T03:24:53.156Z Checking http v1.1.0
18562024-12-12T03:24:53.172Z Checking rand v0.8.5
18572024-12-12T03:24:53.240Z Checking icu_locid_transform v1.5.0
18582024-12-12T03:24:53.564Z Checking spki v0.7.3
18592024-12-12T03:24:53.695Z Checking tracing v0.1.40
18602024-12-12T03:24:53.866Z Checking icu_collections v1.5.0
18612024-12-12T03:24:54.064Z Checking salsa20 v0.10.2
18622024-12-12T03:24:54.224Z Checking pbkdf2 v0.12.2
18632024-12-12T03:24:54.271Z Checking aws-lc-sys v0.22.0
18642024-12-12T03:24:54.357Z Checking httparse v1.9.5
18652024-12-12T03:24:54.377Z Checking untrusted v0.7.1
18662024-12-12T03:24:54.432Z Checking powerfmt v0.2.0
18672024-12-12T03:24:54.509Z Checking untrusted v0.9.0
18682024-12-12T03:24:54.512Z Checking icu_properties_data v1.5.0
18692024-12-12T03:24:54.538Z Checking mirai-annotations v1.12.0
18702024-12-12T03:24:54.664Z Checking ring v0.17.8
18712024-12-12T03:24:54.680Z Checking deranged v0.3.11
18722024-12-12T03:24:54.698Z Checking scrypt v0.11.0
18732024-12-12T03:24:54.714Z Checking aes v0.8.4
18742024-12-12T03:24:54.752Z Checking icu_properties v1.5.1
18752024-12-12T03:24:54.754Z Checking cbc v0.1.2
18762024-12-12T03:24:54.900Z Checking crossbeam-utils v0.8.20
18772024-12-12T03:24:54.967Z Checking utf16_iter v1.0.5
18782024-12-12T03:24:55.134Z Checking icu_normalizer_data v1.5.0
18792024-12-12T03:24:55.232Z Checking num-conv v0.1.0
18802024-12-12T03:24:55.482Z Checking atomic-waker v1.1.2
18812024-12-12T03:24:55.586Z Checking num_threads v0.1.7
18822024-12-12T03:24:55.612Z Checking utf8_iter v1.0.4
18832024-12-12T03:24:55.649Z Checking time-core v0.1.2
18842024-12-12T03:24:55.688Z Checking write16 v1.0.0
18852024-12-12T03:24:55.800Z Checking pkcs5 v0.7.1
18862024-12-12T03:24:55.816Z Checking http-body v1.0.1
18872024-12-12T03:24:55.819Z Checking form_urlencoded v1.2.1
18882024-12-12T03:24:56.021Z Checking try-lock v0.2.5
18892024-12-12T03:24:56.038Z Checking unicode-ident v1.0.13
18902024-12-12T03:24:56.152Z Checking want v0.3.1
18912024-12-12T03:24:56.190Z Checking httpdate v1.0.3
18922024-12-12T03:24:56.302Z Checking pkcs8 v0.10.2
18932024-12-12T03:24:56.333Z Checking proc-macro2 v1.0.89
18942024-12-12T03:24:56.403Z Checking time v0.3.36
18952024-12-12T03:24:56.418Z Checking toml_datetime v0.6.8
18962024-12-12T03:24:56.451Z Checking serde_spanned v0.6.8
18972024-12-12T03:24:56.591Z Checking uuid v1.11.0
18982024-12-12T03:24:56.627Z Checking slog v2.7.0
18992024-12-12T03:24:56.699Z Checking scroll v0.12.0
19002024-12-12T03:24:56.848Z Checking aws-lc-rs v1.10.0
19012024-12-12T03:24:56.997Z Checking iana-time-zone v0.1.61
19022024-12-12T03:24:57.081Z Checking plain v0.2.3
19032024-12-12T03:24:57.146Z Checking base64 v0.22.1
19042024-12-12T03:24:57.175Z Checking match_cfg v0.1.0
19052024-12-12T03:24:57.190Z Checking adler2 v2.0.0
19062024-12-12T03:24:57.221Z Checking tower-service v0.3.3
19072024-12-12T03:24:57.259Z Checking foreign-types-shared v0.1.1
19082024-12-12T03:24:57.338Z Checking ucd-trie v0.1.7
19092024-12-12T03:24:57.341Z Checking miniz_oxide v0.8.0
19102024-12-12T03:24:57.362Z Checking foreign-types v0.3.2
19112024-12-12T03:24:57.449Z Checking hostname v0.3.1
19122024-12-12T03:24:57.539Z Checking pest v2.7.14
19132024-12-12T03:24:57.582Z Checking goblin v0.8.2
19142024-12-12T03:24:57.600Z Checking chrono v0.4.38
19152024-12-12T03:24:58.058Z Checking icu_normalizer v1.5.0
19162024-12-12T03:24:58.087Z Checking quote v1.0.37
19172024-12-12T03:24:58.411Z Checking openssl-sys v0.9.103
19182024-12-12T03:24:58.628Z Checking rustls-webpki v0.102.8
19192024-12-12T03:24:58.862Z Checking idna_adapter v1.2.0
19202024-12-12T03:24:58.893Z Checking dirs-sys-next v0.1.2
19212024-12-12T03:24:59.066Z Checking errno v0.3.9
19222024-12-12T03:24:59.081Z Checking idna v1.0.3
19232024-12-12T03:24:59.235Z Checking aho-corasick v1.1.3
19242024-12-12T03:24:59.452Z Checking data-encoding v2.6.0
19252024-12-12T03:24:59.568Z Checking url v2.5.3
19262024-12-12T03:24:59.696Z Checking regex-syntax v0.8.5
19272024-12-12T03:24:59.767Z Checking pretty-hex v0.4.1
19282024-12-12T03:24:59.941Z Checking siphasher v0.3.11
19292024-12-12T03:25:00.081Z Checking dtrace-parser v0.2.0
19302024-12-12T03:25:00.111Z Checking openssl v0.10.66
19312024-12-12T03:25:00.231Z Checking rustix v0.38.37
19322024-12-12T03:25:00.268Z Checking tokio-util v0.7.12
19332024-12-12T03:25:00.363Z Checking dirs-next v2.0.0
19342024-12-12T03:25:00.494Z Checking syn v2.0.87
19352024-12-12T03:25:00.568Z Checking http-body-util v0.1.2
19362024-12-12T03:25:00.839Z Checking crossbeam-epoch v0.9.18
19372024-12-12T03:25:01.007Z Checking signature v2.2.0
19382024-12-12T03:25:01.172Z Checking h2 v0.4.6
19392024-12-12T03:25:01.204Z Checking sha1 v0.10.6
19402024-12-12T03:25:01.248Z Checking lazy_static v1.5.0
19412024-12-12T03:25:01.362Z Checking thread_local v1.1.8
19422024-12-12T03:25:01.487Z Checking thread-id v4.2.2
19432024-12-12T03:25:01.597Z Checking encoding_rs v0.8.34
19442024-12-12T03:25:01.614Z Checking mime v0.3.17
19452024-12-12T03:25:01.946Z Checking ipnet v2.10.1
19462024-12-12T03:25:02.355Z Checking gimli v0.31.1
19472024-12-12T03:25:02.510Z Checking dof v0.3.0
19482024-12-12T03:25:02.987Z Checking regex-automata v0.4.8
19492024-12-12T03:25:03.146Z Checking winnow v0.6.20
19502024-12-12T03:25:03.661Z Checking openssl-probe v0.1.5
19512024-12-12T03:25:03.809Z Checking either v1.13.0
19522024-12-12T03:25:03.952Z Checking utf8parse v0.2.2
19532024-12-12T03:25:04.104Z Checking anstyle v1.0.10
19542024-12-12T03:25:04.215Z Checking unicode-properties v0.1.3
19552024-12-12T03:25:04.465Z Checking anstyle-parse v0.2.5
19562024-12-12T03:25:04.574Z Checking stringprep v0.1.5
19572024-12-12T03:25:04.729Z Checking crossbeam-deque v0.8.5
19582024-12-12T03:25:04.850Z Checking term v0.7.0
19592024-12-12T03:25:05.040Z Checking rustls v0.22.4
19602024-12-12T03:25:05.262Z Checking rustls v0.23.14
19612024-12-12T03:25:05.587Z Checking native-tls v0.2.12
19622024-12-12T03:25:05.913Z Checking slog-json v2.6.1
19632024-12-12T03:25:06.070Z Checking toml_edit v0.22.22
19642024-12-12T03:25:06.172Z Checking serde_urlencoded v0.7.1
19652024-12-12T03:25:06.404Z Checking addr2line v0.24.2
19662024-12-12T03:25:06.608Z Checking crossbeam-channel v0.5.13
19672024-12-12T03:25:06.688Z Checking usdt-impl v0.5.0
19682024-12-12T03:25:06.872Z Checking futures-executor v0.3.31
19692024-12-12T03:25:07.087Z Checking num-integer v0.1.46
19702024-12-12T03:25:07.233Z Checking rustls-pemfile v2.2.0
19712024-12-12T03:25:07.302Z Checking idna v0.3.0
19722024-12-12T03:25:07.316Z Checking hyper v1.5.0
19732024-12-12T03:25:07.430Z Checking idna v0.4.0
19742024-12-12T03:25:07.584Z Checking md-5 v0.10.6
19752024-12-12T03:25:07.745Z Checking ff v0.13.0
19762024-12-12T03:25:07.810Z Checking hash32 v0.2.1
19772024-12-12T03:25:07.956Z Checking is-terminal v0.4.13
19782024-12-12T03:25:08.069Z Checking memmap v0.7.0
19792024-12-12T03:25:08.118Z Checking object v0.36.5
19802024-12-12T03:25:08.134Z Checking utf-8 v0.7.6
19812024-12-12T03:25:08.270Z Checking fallible-iterator v0.2.0
19822024-12-12T03:25:08.324Z Checking colorchoice v1.0.2
19832024-12-12T03:25:08.339Z Checking is_terminal_polyfill v1.70.1
19842024-12-12T03:25:08.448Z Checking psl-types v2.0.11
19852024-12-12T03:25:08.448Z Checking take_mut v0.2.2
19862024-12-12T03:25:08.605Z Checking quick-error v1.2.3
19872024-12-12T03:25:08.630Z Checking rustc-demangle v0.1.24
19882024-12-12T03:25:08.633Z Checking base16ct v0.2.0
19892024-12-12T03:25:08.661Z Checking anstyle-query v1.1.1
19902024-12-12T03:25:08.733Z Checking dyn-clone v1.0.17
19912024-12-12T03:25:08.774Z Checking linked-hash-map v0.5.6
19922024-12-12T03:25:08.828Z Checking sec1 v0.7.3
19932024-12-12T03:25:08.847Z Checking postgres-protocol v0.6.7
19942024-12-12T03:25:08.879Z Checking schemars v0.8.21
19952024-12-12T03:25:09.058Z Checking anstream v0.6.15
19962024-12-12T03:25:09.096Z Checking lru-cache v0.1.2
19972024-12-12T03:25:09.217Z Checking resolv-conf v0.7.0
19982024-12-12T03:25:09.278Z Checking tokio-rustls v0.25.0
19992024-12-12T03:25:09.350Z Checking hyper-util v0.1.10
20002024-12-12T03:25:09.427Z Checking toml v0.8.19
20012024-12-12T03:25:09.519Z Checking publicsuffix v2.2.3
20022024-12-12T03:25:09.558Z Checking slog-async v2.8.0
20032024-12-12T03:25:09.633Z Checking tungstenite v0.24.0
20042024-12-12T03:25:09.749Z Checking hickory-proto v0.24.1
20052024-12-12T03:25:09.842Z Checking usdt v0.5.0
20062024-12-12T03:25:10.095Z Checking heapless v0.7.17
20072024-12-12T03:25:10.217Z Checking slog-term v2.9.1
20082024-12-12T03:25:10.452Z Checking group v0.13.0
20092024-12-12T03:25:10.509Z Checking num-iter v0.1.45
20102024-12-12T03:25:10.668Z Checking futures v0.3.31
20112024-12-12T03:25:10.702Z Checking slog-bunyan v2.5.0
20122024-12-12T03:25:10.702Z Checking tokio-native-tls v0.3.1
20132024-12-12T03:25:10.772Z Checking rayon-core v1.12.1
20142024-12-12T03:25:10.796Z Checking tokio-rustls v0.26.0
20152024-12-12T03:25:10.868Z Checking multer v3.1.0
20162024-12-12T03:25:10.938Z Checking terminal_size v0.4.0
20172024-12-12T03:25:11.101Z Checking phf_shared v0.11.2
20182024-12-12T03:25:11.120Z Checking cookie v0.18.1
20192024-12-12T03:25:11.187Z Checking async-stream v0.3.6
20202024-12-12T03:25:11.240Z Checking bzip2-sys v0.1.11+1.0.8
20212024-12-12T03:25:11.283Z Checking camino v1.1.9
20222024-12-12T03:25:11.363Z Checking signal-hook v0.3.17
20232024-12-12T03:25:11.378Z Checking waitgroup v0.1.2
20242024-12-12T03:25:11.387Z Checking openapiv3 v2.0.0
20252024-12-12T03:25:11.432Z Checking webpki-roots v0.26.6
20262024-12-12T03:25:11.504Z Checking serde_path_to_error v0.1.16
20272024-12-12T03:25:11.564Z Checking idna v0.5.0
20282024-12-12T03:25:11.635Z Checking hkdf v0.12.4
20292024-12-12T03:25:11.683Z Checking crypto-bigint v0.5.5
20302024-12-12T03:25:11.829Z Checking hostname v0.4.0
20312024-12-12T03:25:11.856Z Checking crc32fast v1.4.2
20322024-12-12T03:25:11.969Z Checking strsim v0.11.1
20332024-12-12T03:25:12.081Z Checking unicode-width v0.1.14
20342024-12-12T03:25:12.102Z Checking winnow v0.5.40
20352024-12-12T03:25:12.254Z Checking managed v0.8.0
20362024-12-12T03:25:12.422Z Checking debug-ignore v1.0.5
20372024-12-12T03:25:12.540Z Checking clap_lex v0.7.2
20382024-12-12T03:25:12.554Z Checking bitflags v1.3.2
20392024-12-12T03:25:12.627Z Checking console v0.15.8
20402024-12-12T03:25:12.648Z Checking smoltcp v0.9.1
20412024-12-12T03:25:12.778Z Checking clap_builder v4.5.21
20422024-12-12T03:25:13.184Z Checking cookie_store v0.21.0
20432024-12-12T03:25:13.860Z Checking flate2 v1.0.34
20442024-12-12T03:25:14.186Z Checking signal-hook-mio v0.2.4
20452024-12-12T03:25:14.328Z Checking hyper-rustls v0.27.3
20462024-12-12T03:25:14.474Z Checking rayon v1.10.0
20472024-12-12T03:25:14.501Z Checking elliptic-curve v0.13.8
20482024-12-12T03:25:14.519Z Checking hickory-resolver v0.24.1
20492024-12-12T03:25:14.589Z Checking backtrace v0.3.74
20502024-12-12T03:25:14.668Z Checking phf v0.11.2
20512024-12-12T03:25:14.877Z Checking dropshot v0.12.0
20522024-12-12T03:25:14.939Z Checking bzip2 v0.4.4
20532024-12-12T03:25:15.114Z Checking anyhow v1.0.93
20542024-12-12T03:25:15.136Z Checking toml_edit v0.19.15
20552024-12-12T03:25:15.158Z Checking hyper-tls v0.6.0
20562024-12-12T03:25:15.203Z Checking num-bigint-dig v0.8.4
20572024-12-12T03:25:15.444Z Checking tokio-tungstenite v0.24.0
20582024-12-12T03:25:15.481Z Checking postgres-types v0.2.8
20592024-12-12T03:25:15.813Z Checking regex v1.11.1
20602024-12-12T03:25:15.899Z Checking bstr v1.10.0
20612024-12-12T03:25:16.100Z Checking ed25519 v2.2.3
20622024-12-12T03:25:16.178Z Checking tokio-stream v0.1.16
20632024-12-12T03:25:16.398Z Checking phf_shared v0.10.0
20642024-12-12T03:25:16.453Z Checking curve25519-dalek v4.1.3
20652024-12-12T03:25:16.675Z Checking zerocopy v0.6.6
20662024-12-12T03:25:16.856Z Checking pkcs1 v0.7.5
20672024-12-12T03:25:17.093Z Checking hubpack v0.1.2
20682024-12-12T03:25:17.249Z Checking portable-atomic v1.9.0
20692024-12-12T03:25:17.345Z Checking float-cmp v0.9.0
20702024-12-12T03:25:17.408Z Checking serde-big-array v0.5.1
20712024-12-12T03:25:17.438Z Checking rfc6979 v0.4.0
20722024-12-12T03:25:17.512Z Checking sync_wrapper v1.0.1
20732024-12-12T03:25:17.603Z Checking predicates-core v1.0.8
20742024-12-12T03:25:17.606Z Checking unicode-segmentation v1.12.0
20752024-12-12T03:25:17.606Z Checking whoami v1.5.2
20762024-12-12T03:25:17.647Z Checking normalize-line-endings v0.3.0
20772024-12-12T03:25:17.759Z Checking bit-vec v0.6.3
20782024-12-12T03:25:17.790Z Checking minimal-lexical v0.2.1
20792024-12-12T03:25:17.926Z Checking static_assertions v1.1.0
20802024-12-12T03:25:18.019Z Checking difflib v0.4.0
20812024-12-12T03:25:18.091Z Checking fixedbitset v0.4.2
20822024-12-12T03:25:18.172Z Checking unicode-width v0.2.0
20832024-12-12T03:25:18.280Z Checking precomputed-hash v0.1.1
20842024-12-12T03:25:18.294Z Checking new_debug_unreachable v1.0.6
20852024-12-12T03:25:18.297Z Checking number_prefix v0.4.0
20862024-12-12T03:25:18.309Z Checking ed25519-dalek v2.1.1
20872024-12-12T03:25:18.335Z Checking predicates v3.1.2
20882024-12-12T03:25:18.348Z Checking petgraph v0.6.5
20892024-12-12T03:25:18.373Z Checking similar v2.6.0
20902024-12-12T03:25:18.377Z Checking string_cache v0.8.7
20912024-12-12T03:25:18.442Z Checking qorb v0.2.1
20922024-12-12T03:25:18.467Z Checking nom v7.1.3
20932024-12-12T03:25:18.606Z Checking indicatif v0.17.9
20942024-12-12T03:25:18.639Z Checking bit-set v0.5.3
20952024-12-12T03:25:18.688Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20962024-12-12T03:25:18.895Z Checking tokio-postgres v0.7.12
20972024-12-12T03:25:18.982Z Checking reqwest v0.12.9
20982024-12-12T03:25:19.261Z Checking toml v0.7.8
20992024-12-12T03:25:19.435Z Checking ecdsa v0.16.9
21002024-12-12T03:25:20.001Z Checking rsa v0.9.6
21012024-12-12T03:25:20.161Z Checking clap v4.5.21
21022024-12-12T03:25:20.283Z Checking zip v0.6.6
21032024-12-12T03:25:20.873Z Checking crossterm v0.28.1
21042024-12-12T03:25:20.971Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21052024-12-12T03:25:20.998Z Checking itertools v0.10.5
21062024-12-12T03:25:21.032Z Checking itertools v0.12.1
21072024-12-12T03:25:21.046Z Checking fs-err v2.11.0
21082024-12-12T03:25:21.367Z Checking ahash v0.8.11
21092024-12-12T03:25:21.600Z Checking x509-cert v0.2.5
21102024-12-12T03:25:21.623Z Checking semver v1.0.23
21112024-12-12T03:25:21.963Z Checking hex v0.4.3
21122024-12-12T03:25:21.978Z Checking lalrpop-util v0.19.12
21132024-12-12T03:25:22.045Z Checking peg-runtime v0.8.3
21142024-12-12T03:25:22.265Z Checking sigpipe v0.1.3
21152024-12-12T03:25:23.496Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21162024-12-12T03:25:23.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s
21172024-12-12T03:25:23.954Z
21182024-12-12T03:25:23.954Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21192024-12-12T03:25:24.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-12-12T03:25:24.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-12-12T03:25:24.604Z Compiling hashbrown v0.14.5
21222024-12-12T03:25:24.721Z Checking heck v0.5.0
21232024-12-12T03:25:24.733Z Compiling unsafe-libyaml v0.2.11
21242024-12-12T03:25:24.747Z Compiling ident_case v1.0.1
21252024-12-12T03:25:24.757Z Checking progenitor-client v0.8.0
21262024-12-12T03:25:24.770Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21272024-12-12T03:25:24.785Z Compiling proc-macro-crate v1.3.1
21282024-12-12T03:25:24.874Z Compiling darling_core v0.20.10
21292024-12-12T03:25:24.895Z Checking ipnetwork v0.20.0
21302024-12-12T03:25:25.099Z Compiling structmeta-derive v0.3.0
21312024-12-12T03:25:25.115Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21322024-12-12T03:25:25.248Z Compiling newtype-uuid v1.1.3
21332024-12-12T03:25:25.442Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21342024-12-12T03:25:25.529Z Compiling lzma-sys v0.1.20
21352024-12-12T03:25:25.768Z Compiling foreign-types-macros v0.2.3
21362024-12-12T03:25:25.877Z Checking regress v0.10.1
21372024-12-12T03:25:25.914Z Compiling num_enum_derive v0.5.11
21382024-12-12T03:25:26.305Z Compiling serde_yaml v0.9.34+deprecated
21392024-12-12T03:25:26.639Z Compiling dropshot v0.13.0
21402024-12-12T03:25:26.918Z Checking foreign-types-shared v0.3.1
21412024-12-12T03:25:27.009Z Checking arc-swap v1.7.1
21422024-12-12T03:25:27.031Z Checking foreign-types v0.5.0
21432024-12-12T03:25:27.238Z Compiling proc-macro-error v1.0.4
21442024-12-12T03:25:27.415Z Checking slog-scope v4.4.0
21452024-12-12T03:25:27.966Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21462024-12-12T03:25:28.028Z Compiling structmeta v0.3.0
21472024-12-12T03:25:28.067Z Checking tungstenite v0.21.0
21482024-12-12T03:25:28.083Z Compiling heck v0.3.3
21492024-12-12T03:25:28.422Z Checking num_enum v0.5.11
21502024-12-12T03:25:28.435Z Compiling parse-display-derive v0.10.0
21512024-12-12T03:25:28.531Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21522024-12-12T03:25:28.576Z Compiling dropshot_endpoint v0.13.0
21532024-12-12T03:25:29.052Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21542024-12-12T03:25:29.384Z Checking cstr-argument v0.1.2
21552024-12-12T03:25:29.538Z Checking typify-impl v0.2.0
21562024-12-12T03:25:29.563Z Checking instant v0.1.13
21572024-12-12T03:25:29.810Z Checking pretty-hex v0.2.1
21582024-12-12T03:25:29.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21592024-12-12T03:25:30.230Z Checking base64 v0.21.7
21602024-12-12T03:25:30.639Z Checking fastrand v2.1.1
21612024-12-12T03:25:30.726Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21622024-12-12T03:25:30.953Z Checking tempfile v3.13.0
21632024-12-12T03:25:31.002Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-12-12T03:25:31.035Z Checking backoff v0.4.0
21652024-12-12T03:25:31.142Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21662024-12-12T03:25:31.318Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672024-12-12T03:25:31.343Z Checking tokio-tungstenite v0.21.0
21682024-12-12T03:25:31.465Z Checking strum v0.26.3
21692024-12-12T03:25:31.480Z Compiling zone_cfg_derive v0.1.2
21702024-12-12T03:25:31.620Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21712024-12-12T03:25:31.835Z Compiling darling_macro v0.20.10
21722024-12-12T03:25:31.851Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-12-12T03:25:31.991Z Checking slog-stdlog v4.1.1
21742024-12-12T03:25:32.150Z Checking regress v0.9.1
21752024-12-12T03:25:32.233Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21762024-12-12T03:25:32.356Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21772024-12-12T03:25:32.379Z Checking colored v2.1.0
21782024-12-12T03:25:32.626Z Checking macaddr v1.0.1
21792024-12-12T03:25:32.654Z Checking base64 v0.13.1
21802024-12-12T03:25:32.757Z Compiling darling v0.20.10
21812024-12-12T03:25:32.877Z Compiling serde_with_macros v3.11.0
21822024-12-12T03:25:32.963Z Checking zone v0.1.8
21832024-12-12T03:25:33.054Z Checking ron v0.7.1
21842024-12-12T03:25:33.112Z Checking parse-display v0.10.0
21852024-12-12T03:25:33.349Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21862024-12-12T03:25:33.628Z Checking xz2 v0.1.7
21872024-12-12T03:25:33.830Z Checking slog-envlogger v2.2.0
21882024-12-12T03:25:34.006Z Checking tabwriter v1.4.0
21892024-12-12T03:25:34.093Z Checking xattr v1.3.1
21902024-12-12T03:25:34.229Z Checking pem v3.0.4
21912024-12-12T03:25:34.265Z Checking yasna v0.5.2
21922024-12-12T03:25:34.287Z Checking headers-core v0.3.0
21932024-12-12T03:25:34.433Z Checking smf v0.2.3
21942024-12-12T03:25:34.484Z Checking filetime v0.2.25
21952024-12-12T03:25:34.700Z Checking same-file v1.0.6
21962024-12-12T03:25:34.871Z Checking walkdir v2.5.0
21972024-12-12T03:25:34.910Z Checking tar v0.4.42
21982024-12-12T03:25:34.959Z Checking headers v0.4.0
21992024-12-12T03:25:35.125Z Checking camino-tempfile v1.1.1
22002024-12-12T03:25:35.144Z Checking rcgen v0.12.1
22012024-12-12T03:25:35.408Z Checking atomicwrites v0.4.4
22022024-12-12T03:25:35.611Z Checking subprocess v0.2.9
22032024-12-12T03:25:35.769Z Checking serde_with v3.11.0
22042024-12-12T03:25:39.655Z Compiling typify-macro v0.2.0
22052024-12-12T03:25:41.479Z Compiling typify v0.2.0
22062024-12-12T03:25:41.549Z Compiling progenitor-impl v0.8.0
22072024-12-12T03:25:44.743Z Compiling progenitor-macro v0.8.0
22082024-12-12T03:25:49.955Z Checking progenitor v0.8.0
22092024-12-12T03:25:50.103Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22102024-12-12T03:25:50.107Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22112024-12-12T03:25:52.762Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22122024-12-12T03:25:53.035Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22132024-12-12T03:25:59.189Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22142024-12-12T03:26:00.740Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22152024-12-12T03:26:01.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.00s
22162024-12-12T03:26:02.134Z
22172024-12-12T03:26:02.134Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22182024-12-12T03:26:02.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-12-12T03:26:02.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-12-12T03:26:02.784Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-12-12T03:26:04.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
22222024-12-12T03:26:04.319Z
22232024-12-12T03:26:04.319Zinfo: running `cargo check --bins` on nexus-config (31/174)
22242024-12-12T03:26:04.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-12-12T03:26:04.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-12-12T03:26:04.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-12-12T03:26:04.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22282024-12-12T03:26:04.936Z
22292024-12-12T03:26:04.937Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22302024-12-12T03:26:05.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-12-12T03:26:05.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-12-12T03:26:05.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-12-12T03:26:05.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22342024-12-12T03:26:05.528Z
22352024-12-12T03:26:05.528Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22362024-12-12T03:26:06.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-12-12T03:26:06.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-12-12T03:26:06.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-12-12T03:26:06.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22402024-12-12T03:26:06.151Z
22412024-12-12T03:26:06.151Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22422024-12-12T03:26:06.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-12-12T03:26:06.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-12-12T03:26:06.825Z Compiling zerocopy v0.8.10
22452024-12-12T03:26:06.826Z Compiling progenitor-client v0.8.0
22462024-12-12T03:26:06.826Z Compiling itertools v0.13.0
22472024-12-12T03:26:06.829Z Compiling zerocopy-derive v0.8.10
22482024-12-12T03:26:06.829Z Compiling heapless v0.8.0
22492024-12-12T03:26:06.829Z Compiling newtype-uuid v1.1.3
22502024-12-12T03:26:06.829Z Compiling ipnetwork v0.20.0
22512024-12-12T03:26:06.829Z Checking hash32 v0.3.1
22522024-12-12T03:26:07.154Z Compiling instant v0.1.13
22532024-12-12T03:26:07.234Z Compiling smoltcp v0.11.0
22542024-12-12T03:26:07.289Z Compiling progenitor v0.8.0
22552024-12-12T03:26:07.380Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22562024-12-12T03:26:07.531Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22572024-12-12T03:26:07.824Z Compiling backoff v0.4.0
22582024-12-12T03:26:07.869Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592024-12-12T03:26:07.925Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602024-12-12T03:26:08.097Z Compiling serde_with v3.11.0
22612024-12-12T03:26:08.122Z Compiling dropshot v0.13.0
22622024-12-12T03:26:08.161Z Compiling parse-display v0.10.0
22632024-12-12T03:26:08.228Z Checking num-rational v0.4.2
22642024-12-12T03:26:08.726Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22652024-12-12T03:26:08.899Z Compiling regress v0.9.1
22662024-12-12T03:26:08.912Z Compiling phf_generator v0.11.2
22672024-12-12T03:26:09.083Z Checking num-complex v0.4.6
22682024-12-12T03:26:10.138Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22692024-12-12T03:26:10.659Z Compiling macaddr v1.0.1
22702024-12-12T03:26:11.021Z Checking cobs v0.2.3
22712024-12-12T03:26:11.111Z Compiling num v0.4.3
22722024-12-12T03:26:11.206Z Checking postcard v1.0.10
22732024-12-12T03:26:11.319Z Compiling phf_codegen v0.11.2
22742024-12-12T03:26:11.759Z Compiling parse-zoneinfo v0.3.1
22752024-12-12T03:26:12.172Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22762024-12-12T03:26:12.582Z Compiling float-ord v0.3.2
22772024-12-12T03:26:12.619Z Compiling convert_case v0.4.0
22782024-12-12T03:26:13.096Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22792024-12-12T03:26:13.622Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22802024-12-12T03:26:13.837Z Compiling derive_more v0.99.18
22812024-12-12T03:26:13.947Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22822024-12-12T03:26:14.056Z Compiling chrono-tz-build v0.4.0
22832024-12-12T03:26:14.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22842024-12-12T03:26:15.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22852024-12-12T03:26:15.546Z Compiling crucible-workspace-hack v0.1.0
22862024-12-12T03:26:15.831Z Compiling chrono-tz v0.10.0
22872024-12-12T03:26:15.846Z Checking newline-converter v0.3.0
22882024-12-12T03:26:15.860Z Checking prettyplease v0.2.25
22892024-12-12T03:26:15.989Z Compiling slog-dtrace v0.3.0
22902024-12-12T03:26:16.279Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22912024-12-12T03:26:16.573Z Checking expectorate v1.1.0
22922024-12-12T03:26:16.947Z Compiling zone_cfg_derive v0.3.0
22932024-12-12T03:26:17.470Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22942024-12-12T03:26:17.523Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22952024-12-12T03:26:17.723Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22962024-12-12T03:26:17.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22972024-12-12T03:26:18.250Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22982024-12-12T03:26:18.488Z Compiling const_format_proc_macros v0.2.33
22992024-12-12T03:26:18.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23002024-12-12T03:26:18.682Z Compiling num-derive v0.4.2
23012024-12-12T03:26:18.979Z Checking highway v1.2.0
23022024-12-12T03:26:19.412Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23032024-12-12T03:26:19.711Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23042024-12-12T03:26:19.802Z Checking zone v0.3.0
23052024-12-12T03:26:20.564Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
23062024-12-12T03:26:20.586Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23072024-12-12T03:26:20.687Z Checking const_format v0.2.33
23082024-12-12T03:26:21.112Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23092024-12-12T03:26:21.132Z Checking gethostname v0.5.0
23102024-12-12T03:26:21.164Z Checking bcs v0.1.6
23112024-12-12T03:26:21.247Z Compiling async-recursion v1.1.1
23122024-12-12T03:26:21.812Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23132024-12-12T03:26:21.817Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23142024-12-12T03:26:21.925Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23152024-12-12T03:26:23.291Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23162024-12-12T03:26:23.508Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23172024-12-12T03:26:29.138Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23182024-12-12T03:26:32.411Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23192024-12-12T03:26:35.025Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23202024-12-12T03:26:36.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.05s
23212024-12-12T03:26:36.376Z
23222024-12-12T03:26:36.376Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23232024-12-12T03:26:36.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-12-12T03:26:36.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-12-12T03:26:36.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-12-12T03:26:36.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23272024-12-12T03:26:37.006Z
23282024-12-12T03:26:37.006Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23292024-12-12T03:26:37.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-12-12T03:26:37.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-12-12T03:26:37.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-12-12T03:26:37.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23332024-12-12T03:26:37.641Z
23342024-12-12T03:26:37.641Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23352024-12-12T03:26:38.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-12-12T03:26:38.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-12-12T03:26:38.290Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23382024-12-12T03:26:38.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
23392024-12-12T03:26:39.061Z
23402024-12-12T03:26:39.061Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23412024-12-12T03:26:39.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-12T03:26:39.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-12T03:26:39.709Z Compiling cfg_aliases v0.1.1
23442024-12-12T03:26:39.712Z Compiling vte_generate_state_changes v0.1.2
23452024-12-12T03:26:39.712Z Checking fd-lock v4.0.2
23462024-12-12T03:26:39.827Z Checking nibble_vec v0.1.0
23472024-12-12T03:26:39.830Z Checking bytecount v0.6.8
23482024-12-12T03:26:39.830Z Checking endian-type v0.1.2
23492024-12-12T03:26:39.838Z Compiling tabled_derive v0.7.0
23502024-12-12T03:26:39.875Z Compiling peg-macros v0.8.4
23512024-12-12T03:26:39.878Z Compiling nix v0.28.0
23522024-12-12T03:26:39.973Z Checking papergrid v0.11.0
23532024-12-12T03:26:39.995Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542024-12-12T03:26:40.015Z Checking radix_trie v0.2.1
23552024-12-12T03:26:40.351Z Compiling sqlparser_derive v0.2.2
23562024-12-12T03:26:40.383Z Checking nu-ansi-term v0.50.1
23572024-12-12T03:26:40.401Z Checking vte v0.11.1
23582024-12-12T03:26:40.791Z Checking unicode_categories v0.1.1
23592024-12-12T03:26:41.079Z Checking home v0.5.9
23602024-12-12T03:26:41.159Z Checking sqlformat v0.2.6
23612024-12-12T03:26:41.223Z Checking display-error-chain v0.2.2
23622024-12-12T03:26:41.421Z Checking sqlparser v0.45.0
23632024-12-12T03:26:41.812Z Checking strip-ansi-escapes v0.2.0
23642024-12-12T03:26:41.957Z Checking reedline v0.35.0
23652024-12-12T03:26:42.145Z Checking tabled v0.15.0
23662024-12-12T03:26:42.693Z Checking peg v0.8.4
23672024-12-12T03:26:43.024Z Checking rustyline v14.0.0
23682024-12-12T03:26:52.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.10s
23692024-12-12T03:26:52.337Z
23702024-12-12T03:26:52.337Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23712024-12-12T03:26:52.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-12-12T03:26:52.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-12-12T03:26:52.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23742024-12-12T03:26:57.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
23752024-12-12T03:26:58.075Z
23762024-12-12T03:26:58.075Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23772024-12-12T03:26:58.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-12-12T03:26:58.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-12-12T03:26:58.725Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-12-12T03:27:02.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
23812024-12-12T03:27:02.581Z
23822024-12-12T03:27:02.581Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23832024-12-12T03:27:03.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-12-12T03:27:03.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-12-12T03:27:03.229Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-12-12T03:27:07.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
23872024-12-12T03:27:08.017Z
23882024-12-12T03:27:08.017Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
23892024-12-12T03:27:08.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-12-12T03:27:08.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-12-12T03:27:08.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-12-12T03:27:13.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
23932024-12-12T03:27:13.518Z
23942024-12-12T03:27:13.518Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
23952024-12-12T03:27:14.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-12-12T03:27:14.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-12-12T03:27:14.172Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-12-12T03:27:18.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
23992024-12-12T03:27:18.215Z
24002024-12-12T03:27:18.215Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24012024-12-12T03:27:18.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-12-12T03:27:18.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-12-12T03:27:18.864Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-12-12T03:27:22.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
24052024-12-12T03:27:22.952Z
24062024-12-12T03:27:22.952Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24072024-12-12T03:27:23.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-12-12T03:27:23.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-12-12T03:27:23.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-12-12T03:27:28.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
24112024-12-12T03:27:28.643Z
24122024-12-12T03:27:28.643Zinfo: running `cargo check --bins` on oximeter (46/174)
24132024-12-12T03:27:29.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-12-12T03:27:29.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-12-12T03:27:29.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-12-12T03:27:29.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24172024-12-12T03:27:29.263Z
24182024-12-12T03:27:29.263Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24192024-12-12T03:27:29.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-12-12T03:27:29.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-12-12T03:27:29.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-12-12T03:27:29.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24232024-12-12T03:27:29.853Z
24242024-12-12T03:27:29.853Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24252024-12-12T03:27:30.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-12-12T03:27:30.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-12-12T03:27:30.472Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24282024-12-12T03:27:30.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24292024-12-12T03:27:31.069Z
24302024-12-12T03:27:31.069Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24312024-12-12T03:27:31.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-12-12T03:27:31.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-12-12T03:27:31.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-12-12T03:27:31.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24352024-12-12T03:27:31.679Z
24362024-12-12T03:27:31.679Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24372024-12-12T03:27:32.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-12-12T03:27:32.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-12-12T03:27:32.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-12-12T03:27:32.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24412024-12-12T03:27:32.294Z
24422024-12-12T03:27:32.294Zinfo: running `cargo check --bins` on oxql-types (51/174)
24432024-12-12T03:27:32.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-12T03:27:32.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-12T03:27:32.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-12T03:27:32.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24472024-12-12T03:27:32.904Z
24482024-12-12T03:27:32.904Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24492024-12-12T03:27:33.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-12T03:27:33.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-12T03:27:33.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-12-12T03:27:33.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24532024-12-12T03:27:33.543Z
24542024-12-12T03:27:33.543Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24552024-12-12T03:27:34.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-12T03:27:34.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-12T03:27:34.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-12T03:27:34.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24592024-12-12T03:27:34.164Z
24602024-12-12T03:27:34.164Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24612024-12-12T03:27:34.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-12T03:27:34.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-12T03:27:34.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-12T03:27:34.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24652024-12-12T03:27:34.792Z
24662024-12-12T03:27:34.792Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24672024-12-12T03:27:35.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-12T03:27:35.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-12T03:27:35.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-12T03:27:35.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24712024-12-12T03:27:35.407Z
24722024-12-12T03:27:35.407Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24732024-12-12T03:27:35.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-12T03:27:35.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-12T03:27:35.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-12T03:27:35.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24772024-12-12T03:27:36.025Z
24782024-12-12T03:27:36.025Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24792024-12-12T03:27:36.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-12T03:27:36.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-12T03:27:36.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-12T03:27:36.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24832024-12-12T03:27:36.638Z
24842024-12-12T03:27:36.638Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24852024-12-12T03:27:37.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-12T03:27:37.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-12T03:27:37.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-12T03:27:37.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24892024-12-12T03:27:37.240Z
24902024-12-12T03:27:37.240Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
24912024-12-12T03:27:37.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-12T03:27:37.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-12T03:27:37.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-12T03:27:37.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24952024-12-12T03:27:37.860Z
24962024-12-12T03:27:37.860Zinfo: running `cargo check --bins` on dns-service-client (60/174)
24972024-12-12T03:27:38.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-12T03:27:38.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-12T03:27:38.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-12T03:27:38.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25012024-12-12T03:27:38.469Z
25022024-12-12T03:27:38.469Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25032024-12-12T03:27:39.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-12T03:27:39.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-12T03:27:39.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-12T03:27:39.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25072024-12-12T03:27:39.078Z
25082024-12-12T03:27:39.079Zinfo: running `cargo check --bins` on dpd-client (62/174)
25092024-12-12T03:27:39.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-12T03:27:39.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-12T03:27:39.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-12T03:27:39.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25132024-12-12T03:27:39.687Z
25142024-12-12T03:27:39.687Zinfo: running `cargo check --bins` on gateway-client (63/174)
25152024-12-12T03:27:40.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-12T03:27:40.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-12T03:27:40.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-12T03:27:40.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25192024-12-12T03:27:40.291Z
25202024-12-12T03:27:40.291Zinfo: running `cargo check --bins` on installinator-client (64/174)
25212024-12-12T03:27:40.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-12T03:27:40.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-12T03:27:40.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-12T03:27:40.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25252024-12-12T03:27:40.920Z
25262024-12-12T03:27:40.921Zinfo: running `cargo check --bins` on installinator-common (65/174)
25272024-12-12T03:27:41.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-12T03:27:41.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-12T03:27:41.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-12T03:27:41.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25312024-12-12T03:27:41.554Z
25322024-12-12T03:27:41.554Zinfo: running `cargo check --bins` on update-engine (66/174)
25332024-12-12T03:27:42.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-12T03:27:42.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-12T03:27:42.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-12T03:27:42.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25372024-12-12T03:27:42.165Z
25382024-12-12T03:27:42.165Zinfo: running `cargo check --bins` on nexus-client (67/174)
25392024-12-12T03:27:42.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-12T03:27:42.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-12T03:27:42.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-12T03:27:42.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25432024-12-12T03:27:42.811Z
25442024-12-12T03:27:42.811Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25452024-12-12T03:27:43.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-12T03:27:43.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-12T03:27:43.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-12T03:27:43.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25492024-12-12T03:27:43.448Z
25502024-12-12T03:27:43.448Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25512024-12-12T03:27:43.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-12T03:27:43.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-12T03:27:43.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-12T03:27:43.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25552024-12-12T03:27:44.064Z
25562024-12-12T03:27:44.064Zinfo: running `cargo check --bins` on nexus-types (70/174)
25572024-12-12T03:27:44.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-12T03:27:44.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-12T03:27:44.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-12T03:27:44.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25612024-12-12T03:27:44.713Z
25622024-12-12T03:27:44.713Zinfo: running `cargo check --bins` on oxide-client (71/174)
25632024-12-12T03:27:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-12T03:27:45.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-12T03:27:45.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-12T03:27:45.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25672024-12-12T03:27:45.323Z
25682024-12-12T03:27:45.323Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25692024-12-12T03:27:45.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-12T03:27:45.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-12T03:27:45.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-12T03:27:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25732024-12-12T03:27:45.940Z
25742024-12-12T03:27:45.940Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25752024-12-12T03:27:46.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-12T03:27:46.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-12T03:27:46.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-12T03:27:46.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25792024-12-12T03:27:46.547Z
25802024-12-12T03:27:46.547Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25812024-12-12T03:27:47.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-12T03:27:47.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-12T03:27:47.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-12T03:27:47.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25852024-12-12T03:27:47.181Z
25862024-12-12T03:27:47.181Zinfo: running `cargo check --bins` on wicketd-client (75/174)
25872024-12-12T03:27:47.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-12T03:27:47.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-12T03:27:47.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-12T03:27:47.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25912024-12-12T03:27:47.838Z
25922024-12-12T03:27:47.838Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
25932024-12-12T03:27:48.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-12T03:27:48.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-12T03:27:48.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-12T03:27:48.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25972024-12-12T03:27:48.486Z
25982024-12-12T03:27:48.486Zinfo: running `cargo check --bins` on wicket-common (77/174)
25992024-12-12T03:27:49.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-12T03:27:49.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-12T03:27:49.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-12T03:27:49.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26032024-12-12T03:27:49.128Z
26042024-12-12T03:27:49.128Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26052024-12-12T03:27:49.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-12T03:27:49.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-12T03:27:49.787Z Checking csv-core v0.1.11
26082024-12-12T03:27:49.788Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26092024-12-12T03:27:49.791Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26102024-12-12T03:27:50.092Z Checking csv v1.3.0
26112024-12-12T03:27:50.105Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26122024-12-12T03:27:50.654Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26132024-12-12T03:27:50.984Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26142024-12-12T03:27:52.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
26152024-12-12T03:27:52.357Z
26162024-12-12T03:27:52.357Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26172024-12-12T03:27:52.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-12-12T03:27:52.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-12-12T03:27:52.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-12-12T03:27:52.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26212024-12-12T03:27:52.975Z
26222024-12-12T03:27:52.975Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26232024-12-12T03:27:53.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-12-12T03:27:53.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-12-12T03:27:53.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-12-12T03:27:53.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26272024-12-12T03:27:53.604Z
26282024-12-12T03:27:53.604Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26292024-12-12T03:27:54.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-12T03:27:54.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-12T03:27:54.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-12-12T03:27:54.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26332024-12-12T03:27:54.329Z
26342024-12-12T03:27:54.329Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26352024-12-12T03:27:54.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-12-12T03:27:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-12-12T03:27:54.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-12-12T03:27:54.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26392024-12-12T03:27:55.043Z
26402024-12-12T03:27:55.043Zinfo: running `cargo check --bins` on dns-server (83/174)
26412024-12-12T03:27:55.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-12T03:27:55.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-12T03:27:55.672Z Compiling parking_lot_core v0.8.6
26442024-12-12T03:27:55.672Z Checking fxhash v0.2.1
26452024-12-12T03:27:55.675Z Checking hickory-server v0.24.1
26462024-12-12T03:27:55.675Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26472024-12-12T03:27:55.675Z Checking hickory-client v0.24.1
26482024-12-12T03:27:56.344Z Checking parking_lot v0.11.2
26492024-12-12T03:27:56.469Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26502024-12-12T03:27:56.472Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26512024-12-12T03:27:56.576Z Checking sled v0.34.7
26522024-12-12T03:27:58.312Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26532024-12-12T03:27:59.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
26542024-12-12T03:27:59.694Z
26552024-12-12T03:27:59.694Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26562024-12-12T03:28:00.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-12-12T03:28:00.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-12-12T03:28:00.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-12-12T03:28:00.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26602024-12-12T03:28:00.306Z
26612024-12-12T03:28:00.306Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26622024-12-12T03:28:00.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-12-12T03:28:00.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-12-12T03:28:00.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-12-12T03:28:00.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26662024-12-12T03:28:00.964Z
26672024-12-12T03:28:00.964Zinfo: running `cargo check --bins` on gateway-types (86/174)
26682024-12-12T03:28:01.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-12-12T03:28:01.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-12-12T03:28:01.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-12-12T03:28:01.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26722024-12-12T03:28:01.575Z
26732024-12-12T03:28:01.575Zinfo: running `cargo check --bins` on ipcc (87/174)
26742024-12-12T03:28:02.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-12-12T03:28:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-12-12T03:28:02.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-12-12T03:28:02.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26782024-12-12T03:28:02.188Z
26792024-12-12T03:28:02.188Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26802024-12-12T03:28:02.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-12-12T03:28:02.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-12-12T03:28:02.867Z Compiling semver v0.1.20
26832024-12-12T03:28:02.867Z Compiling radium v0.7.0
26842024-12-12T03:28:02.972Z Compiling maybe-uninit v2.0.0
26852024-12-12T03:28:02.974Z Checking tap v1.0.1
26862024-12-12T03:28:03.002Z Checking password-hash v0.5.0
26872024-12-12T03:28:03.005Z Checking blake2 v0.10.6
26882024-12-12T03:28:03.005Z Checking crc-catalog v2.4.0
26892024-12-12T03:28:03.005Z Compiling owo-colors v4.1.0
26902024-12-12T03:28:03.119Z Checking wyz v0.5.1
26912024-12-12T03:28:03.157Z Compiling cancel-safe-futures v0.1.5
26922024-12-12T03:28:03.307Z Compiling rustc_version v0.1.7
26932024-12-12T03:28:03.426Z Checking funty v2.0.0
26942024-12-12T03:28:03.447Z Compiling packed_struct v0.10.1
26952024-12-12T03:28:03.500Z Checking argon2 v0.5.3
26962024-12-12T03:28:03.570Z Checking crc v3.2.1
26972024-12-12T03:28:03.607Z Compiling packed_struct_codegen v0.10.1
26982024-12-12T03:28:03.639Z Checking half v2.4.1
26992024-12-12T03:28:03.757Z Compiling newtype_derive v0.1.6
27002024-12-12T03:28:03.903Z Compiling indexmap v1.9.3
27012024-12-12T03:28:03.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27022024-12-12T03:28:04.005Z Checking ciborium-io v0.2.2
27032024-12-12T03:28:04.111Z Checking nodrop v0.1.14
27042024-12-12T03:28:04.130Z Checking ciborium-ll v0.2.2
27052024-12-12T03:28:04.198Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27062024-12-12T03:28:04.219Z Checking smallvec v0.6.14
27072024-12-12T03:28:04.236Z Checking array-init v0.0.4
27082024-12-12T03:28:04.236Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27092024-12-12T03:28:04.331Z Checking bitvec v1.0.1
27102024-12-12T03:28:04.461Z Checking libsw v3.3.1
27112024-12-12T03:28:04.621Z Compiling memoffset v0.9.1
27122024-12-12T03:28:04.723Z Checking swrite v0.1.0
27132024-12-12T03:28:04.841Z Checking indent_write v2.2.0
27142024-12-12T03:28:04.844Z Checking hashbrown v0.12.3
27152024-12-12T03:28:04.913Z Checking termcolor v1.4.1
27162024-12-12T03:28:04.994Z Checking linear-map v1.2.0
27172024-12-12T03:28:05.047Z Checking bitfield v0.14.0
27182024-12-12T03:28:05.243Z Checking serde-hex v0.1.0
27192024-12-12T03:28:05.316Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27202024-12-12T03:28:05.350Z Checking env_logger v0.10.2
27212024-12-12T03:28:05.467Z Checking ron v0.8.1
27222024-12-12T03:28:05.784Z Checking ciborium v0.2.2
27232024-12-12T03:28:06.170Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27242024-12-12T03:28:06.536Z Checking steno v0.4.1
27252024-12-12T03:28:06.660Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27262024-12-12T03:28:06.695Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27272024-12-12T03:28:06.804Z Checking hashbrown v0.13.2
27282024-12-12T03:28:06.894Z Checking humantime v2.1.0
27292024-12-12T03:28:06.961Z Checking crc-any v2.5.0
27302024-12-12T03:28:07.192Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27312024-12-12T03:28:07.341Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27322024-12-12T03:28:07.571Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27332024-12-12T03:28:07.853Z Checking path-slash v0.1.5
27342024-12-12T03:28:07.886Z Checking object v0.30.4
27352024-12-12T03:28:07.907Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27362024-12-12T03:28:08.063Z Checking nix v0.27.1
27372024-12-12T03:28:08.716Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27382024-12-12T03:28:09.156Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27392024-12-12T03:28:09.190Z Checking tungstenite v0.23.0
27402024-12-12T03:28:09.353Z Checking kstat-rs v0.2.4
27412024-12-12T03:28:09.413Z Checking signal-hook-tokio v0.3.1
27422024-12-12T03:28:09.700Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27432024-12-12T03:28:09.988Z Checking tokio-tungstenite v0.23.1
27442024-12-12T03:28:10.443Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27452024-12-12T03:28:10.765Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27462024-12-12T03:28:10.941Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27472024-12-12T03:28:17.397Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27482024-12-12T03:28:18.685Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27492024-12-12T03:28:21.662Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502024-12-12T03:28:27.318Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27512024-12-12T03:28:28.006Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27522024-12-12T03:28:30.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.55s
27532024-12-12T03:28:30.925Z
27542024-12-12T03:28:30.925Zinfo: running `cargo check --bins` on gateway-api (89/174)
27552024-12-12T03:28:31.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-12-12T03:28:31.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-12-12T03:28:31.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-12-12T03:28:31.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27592024-12-12T03:28:31.537Z
27602024-12-12T03:28:31.537Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27612024-12-12T03:28:32.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-12-12T03:28:32.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-12-12T03:28:32.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-12-12T03:28:32.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27652024-12-12T03:28:32.130Z
27662024-12-12T03:28:32.130Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27672024-12-12T03:28:32.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-12-12T03:28:32.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-12-12T03:28:32.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-12-12T03:28:32.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27712024-12-12T03:28:32.740Z
27722024-12-12T03:28:32.741Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27732024-12-12T03:28:33.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-12-12T03:28:33.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-12-12T03:28:33.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-12-12T03:28:33.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27772024-12-12T03:28:33.354Z
27782024-12-12T03:28:33.354Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27792024-12-12T03:28:34.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-12-12T03:28:34.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-12-12T03:28:34.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-12-12T03:28:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27832024-12-12T03:28:34.011Z
27842024-12-12T03:28:34.011Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27852024-12-12T03:28:34.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-12-12T03:28:34.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-12-12T03:28:34.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-12-12T03:28:34.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27892024-12-12T03:28:34.581Z
27902024-12-12T03:28:34.581Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
27912024-12-12T03:28:35.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-12-12T03:28:35.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-12-12T03:28:35.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-12-12T03:28:35.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27952024-12-12T03:28:35.192Z
27962024-12-12T03:28:35.193Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
27972024-12-12T03:28:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-12-12T03:28:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-12-12T03:28:35.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-12-12T03:28:35.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28012024-12-12T03:28:35.806Z
28022024-12-12T03:28:35.806Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28032024-12-12T03:28:36.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-12-12T03:28:36.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-12-12T03:28:36.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-12-12T03:28:36.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072024-12-12T03:28:36.442Z
28082024-12-12T03:28:36.442Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28092024-12-12T03:28:36.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-12-12T03:28:36.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-12-12T03:28:36.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-12-12T03:28:36.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28132024-12-12T03:28:37.054Z
28142024-12-12T03:28:37.054Zinfo: running `cargo check --bins` on sp-sim (99/174)
28152024-12-12T03:28:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-12-12T03:28:37.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-12-12T03:28:37.677Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28182024-12-12T03:28:39.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
28192024-12-12T03:28:39.664Z
28202024-12-12T03:28:39.664Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28212024-12-12T03:28:40.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-12-12T03:28:40.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-12-12T03:28:40.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242024-12-12T03:28:40.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28252024-12-12T03:28:40.318Z
28262024-12-12T03:28:40.318Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28272024-12-12T03:28:40.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-12-12T03:28:40.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-12-12T03:28:40.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-12-12T03:28:40.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28312024-12-12T03:28:40.985Z
28322024-12-12T03:28:40.985Zinfo: running `cargo check --bins` on db-macros (102/174)
28332024-12-12T03:28:41.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-12-12T03:28:41.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-12-12T03:28:41.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-12-12T03:28:41.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28372024-12-12T03:28:41.583Z
28382024-12-12T03:28:41.583Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28392024-12-12T03:28:42.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-12-12T03:28:42.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-12-12T03:28:42.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-12-12T03:28:42.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28432024-12-12T03:28:42.179Z
28442024-12-12T03:28:42.179Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28452024-12-12T03:28:42.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-12-12T03:28:42.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-12-12T03:28:42.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-12-12T03:28:42.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28492024-12-12T03:28:42.830Z
28502024-12-12T03:28:42.830Zinfo: running `cargo check --bins` on authz-macros (105/174)
28512024-12-12T03:28:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-12-12T03:28:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-12-12T03:28:43.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-12-12T03:28:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28552024-12-12T03:28:43.431Z
28562024-12-12T03:28:43.431Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28572024-12-12T03:28:43.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-12-12T03:28:43.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-12-12T03:28:43.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-12-12T03:28:44.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28612024-12-12T03:28:44.075Z
28622024-12-12T03:28:44.075Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28632024-12-12T03:28:44.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-12-12T03:28:44.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-12-12T03:28:44.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-12-12T03:28:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28672024-12-12T03:28:44.720Z
28682024-12-12T03:28:44.720Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28692024-12-12T03:28:45.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-12-12T03:28:45.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-12-12T03:28:45.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-12-12T03:28:45.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28732024-12-12T03:28:45.335Z
28742024-12-12T03:28:45.335Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28752024-12-12T03:28:45.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-12-12T03:28:45.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-12-12T03:28:45.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-12-12T03:28:45.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28792024-12-12T03:28:45.970Z
28802024-12-12T03:28:45.970Zinfo: running `cargo check --bins` on typed-rng (110/174)
28812024-12-12T03:28:46.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-12-12T03:28:46.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-12-12T03:28:46.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-12-12T03:28:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28852024-12-12T03:28:46.565Z
28862024-12-12T03:28:46.565Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
28872024-12-12T03:28:47.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-12-12T03:28:47.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-12-12T03:28:47.287Z Checking keccak v0.1.5
28902024-12-12T03:28:47.396Z Checking secrecy v0.8.0
28912024-12-12T03:28:47.399Z Compiling unicase v2.7.0
28922024-12-12T03:28:47.399Z Compiling same-file v1.0.6
28932024-12-12T03:28:47.413Z Compiling tempfile v3.13.0
28942024-12-12T03:28:47.439Z Compiling thiserror-impl-no-std v2.0.2
28952024-12-12T03:28:47.442Z Checking universal-hash v0.5.1
28962024-12-12T03:28:47.442Z Compiling blake3 v1.5.4
28972024-12-12T03:28:47.569Z Compiling walkdir v2.5.0
28982024-12-12T03:28:47.626Z Compiling ring v0.16.20
28992024-12-12T03:28:47.668Z Checking sha3 v0.10.8
29002024-12-12T03:28:47.670Z Checking opaque-debug v0.3.1
29012024-12-12T03:28:47.766Z Checking poly1305 v0.8.0
29022024-12-12T03:28:47.840Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29032024-12-12T03:28:48.055Z Checking chacha20 v0.9.1
29042024-12-12T03:28:48.145Z Checking aead v0.5.2
29052024-12-12T03:28:48.265Z Compiling memmap2 v0.9.5
29062024-12-12T03:28:48.280Z Compiling spin v0.5.2
29072024-12-12T03:28:48.311Z Compiling arrayref v0.3.9
29082024-12-12T03:28:48.359Z Compiling salty v0.3.0
29092024-12-12T03:28:48.403Z Compiling libefi-sys v0.1.0
29102024-12-12T03:28:48.421Z Compiling constant_time_eq v0.3.1
29112024-12-12T03:28:48.484Z Compiling arrayvec v0.7.6
29122024-12-12T03:28:48.571Z Checking chacha20poly1305 v0.10.1
29132024-12-12T03:28:48.698Z Compiling toolchain_find v0.4.0
29142024-12-12T03:28:48.729Z Compiling camino-tempfile v1.1.1
29152024-12-12T03:28:48.762Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29162024-12-12T03:28:48.796Z Compiling bitfield-struct v0.6.2
29172024-12-12T03:28:49.119Z Compiling topological-sort v0.2.2
29182024-12-12T03:28:49.186Z Compiling mime_guess v2.0.5
29192024-12-12T03:28:49.279Z Compiling rustfmt-wrapper v0.2.1
29202024-12-12T03:28:49.741Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29212024-12-12T03:28:49.852Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29222024-12-12T03:28:49.912Z Checking primeorder v0.13.6
29232024-12-12T03:28:50.156Z Checking env_filter v0.1.2
29242024-12-12T03:28:50.172Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29252024-12-12T03:28:50.220Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29262024-12-12T03:28:50.378Z Checking p384 v0.13.0
29272024-12-12T03:28:50.396Z Checking env_logger v0.11.5
29282024-12-12T03:28:50.484Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29292024-12-12T03:28:50.501Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29302024-12-12T03:28:50.600Z Checking thiserror-no-std v2.0.2
29312024-12-12T03:28:50.716Z Checking vsss-rs v3.3.4
29322024-12-12T03:28:50.730Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29332024-12-12T03:28:50.761Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29342024-12-12T03:28:50.971Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29352024-12-12T03:28:51.060Z Checking lockfree-object-pool v0.1.6
29362024-12-12T03:28:51.124Z Checking simd-adler32 v0.3.7
29372024-12-12T03:28:51.221Z Compiling zip v2.1.3
29382024-12-12T03:28:51.247Z Checking http-range v0.1.5
29392024-12-12T03:28:51.289Z Checking bumpalo v3.16.0
29402024-12-12T03:28:51.456Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29412024-12-12T03:28:51.518Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-12-12T03:28:51.541Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29432024-12-12T03:28:51.620Z Checking zopfli v0.8.1
29442024-12-12T03:28:51.811Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29452024-12-12T03:28:52.167Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29462024-12-12T03:28:52.185Z Checking nanorand v0.7.0
29472024-12-12T03:28:52.331Z Checking atty v0.2.14
29482024-12-12T03:28:52.386Z Checking glob v0.3.1
29492024-12-12T03:28:52.450Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29502024-12-12T03:28:52.545Z Checking flume v0.11.1
29512024-12-12T03:28:52.703Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
29522024-12-12T03:28:52.852Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29532024-12-12T03:28:53.369Z Compiling omicron-zone-package v0.11.1
29542024-12-12T03:28:54.089Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29552024-12-12T03:28:54.167Z Checking hyper-staticfile v0.10.1
29562024-12-12T03:28:54.859Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29572024-12-12T03:28:54.904Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29582024-12-12T03:28:54.944Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29592024-12-12T03:28:55.237Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29602024-12-12T03:28:55.396Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
29612024-12-12T03:28:55.417Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29622024-12-12T03:28:55.973Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29632024-12-12T03:28:56.541Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29642024-12-12T03:28:57.627Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29652024-12-12T03:28:59.467Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29662024-12-12T03:28:59.467Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29672024-12-12T03:29:09.417Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29682024-12-12T03:29:22.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.25s
29692024-12-12T03:29:23.019Z
29702024-12-12T03:29:23.020Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29712024-12-12T03:29:23.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-12-12T03:29:23.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-12-12T03:29:23.752Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29742024-12-12T03:29:37.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
29752024-12-12T03:29:37.381Z
29762024-12-12T03:29:37.381Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29772024-12-12T03:29:37.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-12-12T03:29:37.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-12-12T03:29:38.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-12-12T03:29:51.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
29812024-12-12T03:29:51.833Z
29822024-12-12T03:29:51.833Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29832024-12-12T03:29:52.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-12-12T03:29:52.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-12-12T03:29:52.559Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-12-12T03:30:06.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
29872024-12-12T03:30:06.332Z
29882024-12-12T03:30:06.332Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
29892024-12-12T03:30:06.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-12-12T03:30:06.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-12-12T03:30:07.051Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-12-12T03:30:20.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
29932024-12-12T03:30:20.439Z
29942024-12-12T03:30:20.439Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
29952024-12-12T03:30:21.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-12-12T03:30:21.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-12-12T03:30:21.156Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-12-12T03:30:34.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
29992024-12-12T03:30:34.699Z
30002024-12-12T03:30:34.699Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30012024-12-12T03:30:35.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-12-12T03:30:35.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-12-12T03:30:35.423Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-12T03:30:48.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
30052024-12-12T03:30:48.965Z
30062024-12-12T03:30:48.965Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30072024-12-12T03:30:49.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-12T03:30:49.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-12T03:30:49.687Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-12T03:31:03.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
30112024-12-12T03:31:03.334Z
30122024-12-12T03:31:03.334Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30132024-12-12T03:31:03.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-12T03:31:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-12T03:31:03.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162024-12-12T03:31:03.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30172024-12-12T03:31:03.976Z
30182024-12-12T03:31:03.976Zinfo: running `cargo check --bins` on key-manager (120/174)
30192024-12-12T03:31:04.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-12T03:31:04.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-12T03:31:04.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222024-12-12T03:31:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30232024-12-12T03:31:04.600Z
30242024-12-12T03:31:04.600Zinfo: running `cargo check --bins` on range-requests (121/174)
30252024-12-12T03:31:05.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-12T03:31:05.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-12T03:31:05.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-12-12T03:31:05.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30292024-12-12T03:31:05.198Z
30302024-12-12T03:31:05.198Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30312024-12-12T03:31:05.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-12T03:31:05.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-12T03:31:05.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-12-12T03:31:05.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30352024-12-12T03:31:05.811Z
30362024-12-12T03:31:05.811Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30372024-12-12T03:31:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-12T03:31:06.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-12T03:31:06.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-12-12T03:31:06.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30412024-12-12T03:31:06.455Z
30422024-12-12T03:31:06.455Zinfo: running `cargo check --bins` on sled-hardware (124/174)
30432024-12-12T03:31:07.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-12T03:31:07.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-12T03:31:07.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-12-12T03:31:07.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30472024-12-12T03:31:07.089Z
30482024-12-12T03:31:07.090Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/174)
30492024-12-12T03:31:07.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-12T03:31:07.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-12T03:31:07.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-12T03:31:07.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30532024-12-12T03:31:07.727Z
30542024-12-12T03:31:07.727Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/174)
30552024-12-12T03:31:08.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-12T03:31:08.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-12T03:31:08.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-12T03:31:08.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30592024-12-12T03:31:08.358Z
30602024-12-12T03:31:08.358Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/174)
30612024-12-12T03:31:08.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-12T03:31:08.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-12T03:31:08.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-12T03:31:08.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30652024-12-12T03:31:09.002Z
30662024-12-12T03:31:09.002Zinfo: running `cargo check --bins` on nexus-test-interface (128/174)
30672024-12-12T03:31:09.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-12T03:31:09.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-12T03:31:09.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-12T03:31:09.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30712024-12-12T03:31:09.642Z
30722024-12-12T03:31:09.642Zinfo: running `cargo check --bins` on oximeter-collector (129/174)
30732024-12-12T03:31:10.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-12T03:31:10.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-12T03:31:10.324Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30762024-12-12T03:31:10.324Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30772024-12-12T03:31:11.061Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30782024-12-12T03:31:12.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
30792024-12-12T03:31:13.139Z
30802024-12-12T03:31:13.139Zinfo: running `cargo check --bins` on oximeter-api (130/174)
30812024-12-12T03:31:13.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-12-12T03:31:13.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-12-12T03:31:13.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-12-12T03:31:13.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30852024-12-12T03:31:13.754Z
30862024-12-12T03:31:13.754Zinfo: running `cargo check --bins` on cert-dev (131/174)
30872024-12-12T03:31:14.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-12-12T03:31:14.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-12-12T03:31:14.355Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30902024-12-12T03:31:14.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30912024-12-12T03:31:14.776Z
30922024-12-12T03:31:14.776Zinfo: running `cargo check --bins` on clickana (132/174)
30932024-12-12T03:31:15.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-12-12T03:31:15.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-12-12T03:31:15.409Z Checking castaway v0.2.3
30962024-12-12T03:31:15.409Z Checking unicode-truncate v1.1.0
30972024-12-12T03:31:15.412Z Checking lru v0.12.5
30982024-12-12T03:31:15.412Z Compiling instability v0.3.2
30992024-12-12T03:31:15.412Z Checking cassowary v0.3.0
31002024-12-12T03:31:15.412Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31012024-12-12T03:31:15.640Z Checking compact_str v0.8.0
31022024-12-12T03:31:16.230Z Checking ratatui v0.28.1
31032024-12-12T03:31:18.068Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31042024-12-12T03:31:18.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
31052024-12-12T03:31:19.080Z
31062024-12-12T03:31:19.080Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31072024-12-12T03:31:19.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-12-12T03:31:19.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-12-12T03:31:19.743Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31102024-12-12T03:31:19.743Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31112024-12-12T03:31:20.333Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31122024-12-12T03:31:20.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31132024-12-12T03:31:20.858Z
31142024-12-12T03:31:20.858Zinfo: running `cargo check --bins` on ch-dev (134/174)
31152024-12-12T03:31:21.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-12-12T03:31:21.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-12-12T03:31:21.501Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31182024-12-12T03:31:22.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
31192024-12-12T03:31:22.372Z
31202024-12-12T03:31:22.372Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31212024-12-12T03:31:22.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-12T03:31:22.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-12T03:31:23.013Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31242024-12-12T03:31:23.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
31252024-12-12T03:31:23.547Z
31262024-12-12T03:31:23.547Zinfo: running `cargo check --bins` on db-dev (136/174)
31272024-12-12T03:31:24.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-12-12T03:31:24.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-12-12T03:31:24.205Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31302024-12-12T03:31:24.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31312024-12-12T03:31:25.083Z
31322024-12-12T03:31:25.083Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31332024-12-12T03:31:25.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-12T03:31:25.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-12T03:31:25.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362024-12-12T03:31:25.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31372024-12-12T03:31:25.712Z
31382024-12-12T03:31:25.712Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31392024-12-12T03:31:26.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-12-12T03:31:26.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-12-12T03:31:26.319Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31422024-12-12T03:31:27.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31432024-12-12T03:31:27.370Z
31442024-12-12T03:31:27.370Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31452024-12-12T03:31:27.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-12-12T03:31:27.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-12-12T03:31:27.977Z Checking cargo-platform v0.1.8
31482024-12-12T03:31:28.240Z Checking cargo_metadata v0.18.1
31492024-12-12T03:31:29.190Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31502024-12-12T03:31:29.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
31512024-12-12T03:31:30.075Z
31522024-12-12T03:31:30.075Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31532024-12-12T03:31:30.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-12-12T03:31:30.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-12-12T03:31:30.779Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31562024-12-12T03:31:31.486Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31572024-12-12T03:31:32.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31582024-12-12T03:31:32.216Z
31592024-12-12T03:31:32.216Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31602024-12-12T03:31:32.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-12-12T03:31:32.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-12-12T03:31:32.977Z Compiling crunchy v0.2.2
31632024-12-12T03:31:32.977Z Compiling tiny-keccak v2.0.2
31642024-12-12T03:31:32.980Z Compiling dsl_auto_type v0.1.2
31652024-12-12T03:31:32.980Z Checking scheduled-thread-pool v0.2.7
31662024-12-12T03:31:32.980Z Compiling diesel_table_macro_syntax v0.2.0
31672024-12-12T03:31:33.128Z Compiling ascii-canvas v3.0.0
31682024-12-12T03:31:33.131Z Compiling ena v0.14.3
31692024-12-12T03:31:33.131Z Compiling diff v0.1.13
31702024-12-12T03:31:33.313Z Checking r2d2 v0.8.10
31712024-12-12T03:31:33.509Z Compiling regex-syntax v0.6.29
31722024-12-12T03:31:33.521Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31732024-12-12T03:31:33.611Z Compiling ref-cast v1.0.23
31742024-12-12T03:31:33.629Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31752024-12-12T03:31:33.661Z Compiling derive_builder_core v0.20.2
31762024-12-12T03:31:33.771Z Compiling libxml v0.3.3
31772024-12-12T03:31:33.790Z Compiling ref-cast-impl v1.0.23
31782024-12-12T03:31:33.908Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31792024-12-12T03:31:34.197Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31802024-12-12T03:31:34.217Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31812024-12-12T03:31:34.385Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31822024-12-12T03:31:34.460Z Compiling strum_macros v0.24.3
31832024-12-12T03:31:34.479Z Compiling samael v0.0.17
31842024-12-12T03:31:34.681Z Compiling diesel_derives v2.2.3
31852024-12-12T03:31:34.802Z Compiling indoc v1.0.9
31862024-12-12T03:31:35.746Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31872024-12-12T03:31:36.007Z Compiling impl-trait-for-tuples v0.2.2
31882024-12-12T03:31:36.093Z Compiling derive_builder_macro v0.20.2
31892024-12-12T03:31:36.896Z Compiling lalrpop v0.19.12
31902024-12-12T03:31:36.951Z Checking derive_builder v0.20.2
31912024-12-12T03:31:37.106Z Compiling oso-derive v0.27.3
31922024-12-12T03:31:37.620Z Checking quick-xml v0.33.0
31932024-12-12T03:31:38.098Z Compiling diesel-dtrace v0.3.0
31942024-12-12T03:31:38.114Z Checking maplit v1.0.2
31952024-12-12T03:31:38.248Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31962024-12-12T03:31:38.441Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31972024-12-12T03:31:38.653Z Checking bb8 v0.8.5
31982024-12-12T03:31:38.743Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31992024-12-12T03:31:39.064Z Checking rand_seeder v0.3.0
32002024-12-12T03:31:39.222Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012024-12-12T03:31:39.288Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32022024-12-12T03:31:39.499Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32032024-12-12T03:31:39.558Z Checking unicode-linebreak v0.1.5
32042024-12-12T03:31:39.772Z Checking is_ci v1.2.0
32052024-12-12T03:31:39.921Z Checking smawk v0.3.2
32062024-12-12T03:31:39.972Z Checking supports-color v3.0.1
32072024-12-12T03:31:40.044Z Checking multimap v0.10.0
32082024-12-12T03:31:40.111Z Checking textwrap v0.16.1
32092024-12-12T03:31:41.006Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32102024-12-12T03:31:43.540Z Checking diesel v2.2.4
32112024-12-12T03:32:09.738Z Compiling polar-core v0.27.3
32122024-12-12T03:32:12.586Z Checking async-bb8-diesel v0.2.1
32132024-12-12T03:32:17.063Z Checking oso v0.27.3
32142024-12-12T03:33:25.697Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32152024-12-12T03:33:31.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32162024-12-12T03:33:31.848Z
32172024-12-12T03:33:31.848Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32182024-12-12T03:33:32.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-12-12T03:33:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-12-12T03:33:32.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-12-12T03:33:32.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32222024-12-12T03:33:32.518Z
32232024-12-12T03:33:32.518Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32242024-12-12T03:33:33.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-12-12T03:33:33.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-12-12T03:33:33.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272024-12-12T03:33:33.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32282024-12-12T03:33:33.173Z
32292024-12-12T03:33:33.173Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32302024-12-12T03:33:33.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-12-12T03:33:33.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-12-12T03:33:33.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332024-12-12T03:33:33.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32342024-12-12T03:33:33.772Z
32352024-12-12T03:33:33.773Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32362024-12-12T03:33:34.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-12-12T03:33:34.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-12-12T03:33:34.558Z Compiling libz-sys v1.1.20
32392024-12-12T03:33:34.671Z Compiling libgit2-sys v0.17.0+1.8.1
32402024-12-12T03:33:34.681Z Compiling vergen v8.3.2
32412024-12-12T03:33:34.684Z Compiling cargo-platform v0.1.8
32422024-12-12T03:33:34.684Z Compiling pin-project-internal v1.1.6
32432024-12-12T03:33:35.721Z Compiling libsqlite3-sys v0.30.1
32442024-12-12T03:33:35.723Z Compiling snafu-derive v0.8.5
32452024-12-12T03:33:35.723Z Compiling rustls v0.21.12
32462024-12-12T03:33:35.724Z Compiling cargo_metadata v0.18.1
32472024-12-12T03:33:35.724Z Compiling cfg_aliases v0.2.1
32482024-12-12T03:33:35.724Z Compiling buf-list v1.0.3
32492024-12-12T03:33:35.724Z Compiling nix v0.29.0
32502024-12-12T03:33:35.724Z Checking globset v0.4.15
32512024-12-12T03:33:35.724Z Checking olpc-cjson v0.1.4
32522024-12-12T03:33:35.800Z Checking rustls-webpki v0.101.7
32532024-12-12T03:33:35.815Z Checking sct v0.7.1
32542024-12-12T03:33:35.831Z Checking serde_plain v1.0.2
32552024-12-12T03:33:36.009Z Checking typed-path v0.9.3
32562024-12-12T03:33:36.390Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32572024-12-12T03:33:36.596Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32582024-12-12T03:33:36.664Z Checking hashlink v0.9.1
32592024-12-12T03:33:36.871Z Checking parse-size v1.1.0
32602024-12-12T03:33:37.053Z Checking fallible-iterator v0.3.0
32612024-12-12T03:33:37.295Z Checking fallible-streaming-iterator v0.1.9
32622024-12-12T03:33:37.662Z Checking rusqlite v0.32.1
32632024-12-12T03:33:37.742Z Checking pin-project v1.1.6
32642024-12-12T03:33:37.878Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32652024-12-12T03:33:37.907Z Checking rustls-pemfile v1.0.4
32662024-12-12T03:33:38.069Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32672024-12-12T03:33:38.096Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682024-12-12T03:33:38.368Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32692024-12-12T03:33:38.606Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32702024-12-12T03:33:38.739Z Checking twox-hash v1.6.3
32712024-12-12T03:33:38.785Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32722024-12-12T03:33:39.210Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32732024-12-12T03:33:39.229Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742024-12-12T03:33:39.786Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32752024-12-12T03:33:39.820Z Checking tokio-rustls v0.24.1
32762024-12-12T03:33:39.879Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32772024-12-12T03:33:40.034Z Checking snafu v0.8.5
32782024-12-12T03:33:40.196Z Checking fatfs v0.3.6
32792024-12-12T03:33:40.523Z Checking tough v0.19.0
32802024-12-12T03:33:40.730Z Checking assert_matches v1.5.0
32812024-12-12T03:33:44.683Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32822024-12-12T03:33:45.997Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32832024-12-12T03:33:46.787Z Compiling git2 v0.19.0
32842024-12-12T03:33:51.462Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32852024-12-12T03:34:43.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
32862024-12-12T03:34:43.610Z
32872024-12-12T03:34:43.610Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
32882024-12-12T03:34:44.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892024-12-12T03:34:44.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902024-12-12T03:34:44.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912024-12-12T03:34:44.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32922024-12-12T03:34:44.296Z
32932024-12-12T03:34:44.296Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
32942024-12-12T03:34:44.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952024-12-12T03:34:44.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962024-12-12T03:34:44.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972024-12-12T03:34:44.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32982024-12-12T03:34:44.903Z
32992024-12-12T03:34:44.903Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33002024-12-12T03:34:45.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-12-12T03:34:45.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-12-12T03:34:45.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032024-12-12T03:34:45.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33042024-12-12T03:34:45.560Z
33052024-12-12T03:34:45.560Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33062024-12-12T03:34:46.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-12-12T03:34:46.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-12-12T03:34:46.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092024-12-12T03:34:46.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33102024-12-12T03:34:46.238Z
33112024-12-12T03:34:46.238Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33122024-12-12T03:34:46.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-12-12T03:34:46.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-12-12T03:34:46.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152024-12-12T03:34:46.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33162024-12-12T03:34:46.904Z
33172024-12-12T03:34:46.904Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33182024-12-12T03:34:47.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-12-12T03:34:47.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-12-12T03:34:47.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212024-12-12T03:34:47.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33222024-12-12T03:34:47.562Z
33232024-12-12T03:34:47.562Zinfo: running `cargo check --bins` on update-common (152/174)
33242024-12-12T03:34:48.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-12-12T03:34:48.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-12-12T03:34:48.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272024-12-12T03:34:48.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33282024-12-12T03:34:48.198Z
33292024-12-12T03:34:48.198Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33302024-12-12T03:34:48.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-12-12T03:34:48.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-12-12T03:34:48.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-12-12T03:34:48.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33342024-12-12T03:34:48.833Z
33352024-12-12T03:34:48.833Zinfo: running `cargo check --bins` on tufaceous (154/174)
33362024-12-12T03:34:49.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-12-12T03:34:49.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-12-12T03:34:49.488Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33392024-12-12T03:34:50.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
33402024-12-12T03:34:50.624Z
33412024-12-12T03:34:50.624Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33422024-12-12T03:34:51.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-12T03:34:51.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-12T03:34:51.460Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33452024-12-12T03:34:51.584Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33462024-12-12T03:34:51.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33472024-12-12T03:34:51.596Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33482024-12-12T03:35:16.598Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33492024-12-12T03:35:16.599Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33502024-12-12T03:35:16.602Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33512024-12-12T03:35:16.602Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33522024-12-12T03:35:16.602Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33532024-12-12T03:35:17.379Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33542024-12-12T03:35:18.614Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33552024-12-12T03:35:55.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
33562024-12-12T03:35:55.725Z
33572024-12-12T03:35:55.726Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33582024-12-12T03:35:56.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-12-12T03:35:56.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-12-12T03:35:56.418Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33612024-12-12T03:35:56.420Z Checking heck v0.4.1
33622024-12-12T03:35:56.420Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33632024-12-12T03:35:56.657Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33642024-12-12T03:35:58.027Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33652024-12-12T03:35:58.880Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33662024-12-12T03:35:59.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
33672024-12-12T03:36:00.132Z
33682024-12-12T03:36:00.132Zinfo: running `cargo check --bins` on installinator-api (157/174)
33692024-12-12T03:36:00.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-12-12T03:36:00.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-12-12T03:36:00.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722024-12-12T03:36:00.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33732024-12-12T03:36:00.763Z
33742024-12-12T03:36:00.763Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33752024-12-12T03:36:01.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-12-12T03:36:01.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-12-12T03:36:01.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782024-12-12T03:36:01.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33792024-12-12T03:36:01.409Z
33802024-12-12T03:36:01.409Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33812024-12-12T03:36:01.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-12-12T03:36:01.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-12-12T03:36:02.078Z Compiling petname v2.0.2
33842024-12-12T03:36:02.080Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33852024-12-12T03:36:02.080Z Checking sync-ptr v0.1.1
33862024-12-12T03:36:03.487Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33872024-12-12T03:36:05.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
33882024-12-12T03:36:05.198Z
33892024-12-12T03:36:05.198Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
33902024-12-12T03:36:05.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-12-12T03:36:05.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-12-12T03:36:05.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932024-12-12T03:36:05.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33942024-12-12T03:36:05.839Z
33952024-12-12T03:36:05.839Zinfo: running `cargo check --bins` on omicron-releng (161/174)
33962024-12-12T03:36:06.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972024-12-12T03:36:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982024-12-12T03:36:06.497Z Checking memmap2 v0.9.5
33992024-12-12T03:36:06.497Z Checking constant_time_eq v0.3.1
34002024-12-12T03:36:06.501Z Checking spin v0.5.2
34012024-12-12T03:36:06.501Z Checking arrayvec v0.7.6
34022024-12-12T03:36:06.501Z Checking arrayref v0.3.9
34032024-12-12T03:36:06.501Z Checking topological-sort v0.2.2
34042024-12-12T03:36:06.609Z Checking shell-words v1.1.0
34052024-12-12T03:36:06.771Z Checking ring v0.16.20
34062024-12-12T03:36:06.891Z Checking blake3 v1.5.4
34072024-12-12T03:36:07.867Z Checking omicron-zone-package v0.11.1
34082024-12-12T03:36:08.978Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34092024-12-12T03:36:09.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
34102024-12-12T03:36:10.047Z
34112024-12-12T03:36:10.047Zinfo: running `cargo check --bins` on xtask (162/174)
34122024-12-12T03:36:10.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132024-12-12T03:36:10.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142024-12-12T03:36:10.470Z Checking bitflags v2.6.0
34152024-12-12T03:36:10.473Z Checking serde v1.0.215
34162024-12-12T03:36:10.473Z Checking thiserror v1.0.69
34172024-12-12T03:36:10.558Z Checking scroll v0.12.0
34182024-12-12T03:36:10.560Z Checking hashbrown v0.15.0
34192024-12-12T03:36:10.564Z Checking log v0.4.22
34202024-12-12T03:36:10.571Z Checking zerocopy v0.7.35
34212024-12-12T03:36:10.591Z Checking syn v2.0.87
34222024-12-12T03:36:10.654Z Checking pest v2.7.14
34232024-12-12T03:36:10.788Z Checking rustix v0.38.37
34242024-12-12T03:36:10.804Z Checking once_cell v1.20.2
34252024-12-12T03:36:10.998Z Checking goblin v0.8.2
34262024-12-12T03:36:11.080Z Checking fs-err v2.11.0
34272024-12-12T03:36:11.403Z Checking tabled v0.15.0
34282024-12-12T03:36:11.650Z Checking indexmap v2.6.0
34292024-12-12T03:36:11.938Z Checking anyhow v1.0.93
34302024-12-12T03:36:12.759Z Checking terminal_size v0.4.0
34312024-12-12T03:36:12.759Z Checking tempfile v3.13.0
34322024-12-12T03:36:12.907Z Checking clap_builder v4.5.21
34332024-12-12T03:36:13.129Z Checking dtrace-parser v0.2.0
34342024-12-12T03:36:14.691Z Checking serde_json v1.0.132
34352024-12-12T03:36:14.691Z Checking toml_datetime v0.6.8
34362024-12-12T03:36:14.693Z Checking serde_spanned v0.6.8
34372024-12-12T03:36:14.693Z Checking camino v1.1.9
34382024-12-12T03:36:14.693Z Checking semver v1.0.23
34392024-12-12T03:36:14.824Z Checking cargo-platform v0.1.8
34402024-12-12T03:36:14.889Z Checking macaddr v1.0.1
34412024-12-12T03:36:14.990Z Checking toml_edit v0.22.22
34422024-12-12T03:36:15.212Z Checking camino-tempfile v1.1.1
34432024-12-12T03:36:15.483Z Checking clap v4.5.21
34442024-12-12T03:36:15.937Z Checking dof v0.3.0
34452024-12-12T03:36:15.937Z Checking cargo_metadata v0.18.1
34462024-12-12T03:36:16.342Z Checking usdt-impl v0.5.0
34472024-12-12T03:36:16.690Z Checking usdt v0.5.0
34482024-12-12T03:36:16.757Z Checking toml v0.8.19
34492024-12-12T03:36:17.224Z Checking cargo_toml v0.20.5
34502024-12-12T03:36:18.398Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34512024-12-12T03:36:18.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.94s
34522024-12-12T03:36:19.096Z
34532024-12-12T03:36:19.097Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34542024-12-12T03:36:19.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552024-12-12T03:36:19.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562024-12-12T03:36:19.839Z Checking polyval v0.6.2
34572024-12-12T03:36:19.842Z Checking ctr v0.9.2
34582024-12-12T03:36:19.964Z Checking ssh-encoding v0.2.0
34592024-12-12T03:36:19.964Z Checking blowfish v0.9.1
34602024-12-12T03:36:19.985Z Checking password-hash v0.4.2
34612024-12-12T03:36:19.987Z Checking matches v0.1.10
34622024-12-12T03:36:20.012Z Checking p521 v0.13.3
34632024-12-12T03:36:20.012Z Checking p256 v0.13.2
34642024-12-12T03:36:20.084Z Checking idna v0.2.3
34652024-12-12T03:36:20.163Z Checking bcrypt-pbkdf v0.10.0
34662024-12-12T03:36:20.182Z Checking ghash v0.5.1
34672024-12-12T03:36:20.201Z Compiling enum-as-inner v0.5.1
34682024-12-12T03:36:20.288Z Checking russh-cryptovec v0.7.3
34692024-12-12T03:36:20.353Z Checking aes-gcm v0.10.3
34702024-12-12T03:36:20.372Z Checking pbkdf2 v0.11.0
34712024-12-12T03:36:20.428Z Checking md5 v0.7.0
34722024-12-12T03:36:20.485Z Checking num-bigint v0.4.6
34732024-12-12T03:36:20.504Z Checking des v0.8.1
34742024-12-12T03:36:20.596Z Checking ssh-cipher v0.2.0
34752024-12-12T03:36:20.637Z Checking hex-literal v0.4.1
34762024-12-12T03:36:20.706Z Compiling dhcproto-macros v0.1.0
34772024-12-12T03:36:20.759Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34782024-12-12T03:36:20.776Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34792024-12-12T03:36:20.885Z Checking ssh-key v0.6.6
34802024-12-12T03:36:20.910Z Checking internet-checksum v0.2.1
34812024-12-12T03:36:21.235Z Checking trust-dns-proto v0.22.0
34822024-12-12T03:36:22.169Z Checking russh-keys v0.45.0
34832024-12-12T03:36:23.053Z Checking russh v0.45.0
34842024-12-12T03:36:23.669Z Checking dhcproto v0.12.0
34852024-12-12T03:36:40.721Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862024-12-12T03:36:42.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.01s
34872024-12-12T03:36:42.307Z
34882024-12-12T03:36:42.307Zinfo: running `cargo check --bins` on gateway-cli (164/174)
34892024-12-12T03:36:42.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-12-12T03:36:42.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-12-12T03:36:42.932Z Checking termios v0.3.3
34922024-12-12T03:36:43.146Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34932024-12-12T03:36:43.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
34942024-12-12T03:36:44.097Z
34952024-12-12T03:36:44.097Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
34962024-12-12T03:36:44.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972024-12-12T03:36:44.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982024-12-12T03:36:44.780Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34992024-12-12T03:36:46.751Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35002024-12-12T03:36:48.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
35012024-12-12T03:36:48.773Z
35022024-12-12T03:36:48.773Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35032024-12-12T03:36:49.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042024-12-12T03:36:49.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052024-12-12T03:36:49.397Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35062024-12-12T03:36:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35072024-12-12T03:36:50.051Z
35082024-12-12T03:36:50.051Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35092024-12-12T03:36:50.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-12-12T03:36:50.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-12-12T03:36:50.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122024-12-12T03:36:50.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35132024-12-12T03:36:50.659Z
35142024-12-12T03:36:50.659Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35152024-12-12T03:36:51.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162024-12-12T03:36:51.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172024-12-12T03:36:51.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182024-12-12T03:36:51.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192024-12-12T03:36:51.264Z
35202024-12-12T03:36:51.264Zinfo: running `cargo check --bins` on omicron-package (169/174)
35212024-12-12T03:36:51.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222024-12-12T03:36:51.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232024-12-12T03:36:51.918Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35242024-12-12T03:36:53.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
35252024-12-12T03:36:53.387Z
35262024-12-12T03:36:53.387Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35272024-12-12T03:36:53.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282024-12-12T03:36:53.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292024-12-12T03:36:54.077Z Checking rtoolbox v0.0.2
35302024-12-12T03:36:54.080Z Checking tui-tree-widget v0.22.0
35312024-12-12T03:36:54.080Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35322024-12-12T03:36:54.295Z Checking rpassword v7.3.1
35332024-12-12T03:36:58.358Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35342024-12-12T03:37:01.343Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35352024-12-12T03:37:02.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
35362024-12-12T03:37:02.726Z
35372024-12-12T03:37:02.726Zinfo: running `cargo check --bins` on wicket (171/174)
35382024-12-12T03:37:03.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392024-12-12T03:37:03.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402024-12-12T03:37:03.414Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35412024-12-12T03:37:03.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35422024-12-12T03:37:04.033Z
35432024-12-12T03:37:04.033Zinfo: running `cargo check --bins` on wicketd (172/174)
35442024-12-12T03:37:04.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452024-12-12T03:37:04.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462024-12-12T03:37:04.731Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35472024-12-12T03:37:08.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
35482024-12-12T03:37:08.809Z
35492024-12-12T03:37:08.809Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35502024-12-12T03:37:09.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512024-12-12T03:37:09.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522024-12-12T03:37:09.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532024-12-12T03:37:09.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35542024-12-12T03:37:09.417Z
35552024-12-12T03:37:09.417Zinfo: running `cargo check --bins` on zone-setup (174/174)
35562024-12-12T03:37:10.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572024-12-12T03:37:10.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582024-12-12T03:37:10.144Z Checking uzers v0.12.1
35592024-12-12T03:37:10.477Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35602024-12-12T03:37:11.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
35612024-12-12T03:37:11.830Z
35622024-12-12T03:37:11.830Zreal 12:49.750580997
35632024-12-12T03:37:11.830Zuser 23:55.709816765
35642024-12-12T03:37:11.830Zsys 5:22.868410490
35652024-12-12T03:37:11.830Ztrap 0.458462583
35662024-12-12T03:37:11.830Ztflt 2.267520432
35672024-12-12T03:37:11.830Zdflt 3.215228097
35682024-12-12T03:37:11.830Zkflt 0.000841256
35692024-12-12T03:37:11.830Zlock 45:37.107318375
35702024-12-12T03:37:11.830Zslp 2:04:37.941017850
35712024-12-12T03:37:11.830Zlat 1:00.745612320
35722024-12-12T03:37:11.830Zstop 3:15.970097719
35732024-12-12T03:37:11.834Zprocess exited: duration 1071757 ms, exit code 0
 
35742024-12-12T03:37:11.839Zfound 0 output files