01JFGDHFK8D6AA08SXTTG4AWSN: 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: 01JFGDHTYZ9PCE08DSN7Q66CE7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T21:36:21.974Zjob assigned to worker 01JFGDJ13SXH5ZDPY72GKHD1V6 [factory aws, i-08b2a84c2ed0e8a92] (queued for 49 s)
 
22024-12-19T21:36:30.293Zstarting task 0: "setup"
32024-12-19T21:36:30.303Z++ uname -s
42024-12-19T21:36:30.306Z+ kern=SunOS
52024-12-19T21:36:30.307Z+ case "$kern" in
62024-12-19T21:36:30.307Z+ groupadd -g 12345 build
72024-12-19T21:36:30.310Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T21:36:32.316Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T21:36:32.399Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T21:36:32.401Z+ home_fs=zfs
112024-12-19T21:36:32.401Z+ [[ zfs == autofs ]]
122024-12-19T21:36:32.402Z+ mkdir -p /home/build
132024-12-19T21:36:32.404Z+ chown build:build /home/build /work
142024-12-19T21:36:34.405Z+ chmod 0700 /home/build /work
152024-12-19T21:36:34.408Zprocess exited: duration 4116 ms, exit code 0
 
162024-12-19T21:36:34.413Zstarting task 1: "rust-toolchain"
172024-12-19T21:36:34.422Z+ printf ' * toolchain channel = "%s"
182024-12-19T21:36:34.422Z' 1.81.0
192024-12-19T21:36:34.422Z+ printf ' * toolchain profile = "%s"
202024-12-19T21:36:34.422Z' default
212024-12-19T21:36:34.425Z * toolchain channel = "1.81.0"
222024-12-19T21:36:34.425Z * toolchain profile = "default"
232024-12-19T21:36:34.425Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T21:36:34.425Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T21:36:34.541Zinfo: downloading installer
262024-12-19T21:36:36.038Zinfo: profile set to 'default'
272024-12-19T21:36:36.038Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T21:36:36.041Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T21:36:36.188Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T21:36:36.188Zinfo: downloading component 'cargo'
312024-12-19T21:36:36.901Zinfo: downloading component 'clippy'
322024-12-19T21:36:37.188Zinfo: downloading component 'rust-docs'
332024-12-19T21:36:38.179Zinfo: downloading component 'rust-std'
342024-12-19T21:36:39.727Zinfo: downloading component 'rustc'
352024-12-19T21:36:45.408Zinfo: downloading component 'rustfmt'
362024-12-19T21:36:45.616Zinfo: installing component 'cargo'
372024-12-19T21:36:46.435Zinfo: installing component 'clippy'
382024-12-19T21:36:46.810Zinfo: installing component 'rust-docs'
392024-12-19T21:36:48.404Zinfo: installing component 'rust-std'
402024-12-19T21:36:50.170Zinfo: installing component 'rustc'
412024-12-19T21:36:56.031Zinfo: installing component 'rustfmt'
422024-12-19T21:36:56.349Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T21:36:56.349Z
442024-12-19T21:36:56.717Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T21:36:56.717Z
462024-12-19T21:36:56.720Z
472024-12-19T21:36:56.720ZRust is installed now. Great!
482024-12-19T21:36:56.720Z
492024-12-19T21:36:56.720ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T21:36:56.720Zenvironment variable. This has not been done automatically.
512024-12-19T21:36:56.720Z
522024-12-19T21:36:56.720ZTo configure your current shell, you need to source
532024-12-19T21:36:56.720Zthe corresponding env file under $HOME/.cargo.
542024-12-19T21:36:56.720Z
552024-12-19T21:36:56.720ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T21:36:56.720Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T21:36:56.720Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T21:36:56.792Z+ rustc --version
592024-12-19T21:36:56.855Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T21:36:56.859Zprocess exited: duration 22443 ms, exit code 0
 
612024-12-19T21:36:56.867Zstarting task 2: "authentication"
622024-12-19T21:36:56.887Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T21:36:56.892Zstarting task 3: "clone repository"
642024-12-19T21:36:56.897Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T21:36:56.899Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T21:36:56.944ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T21:37:04.082Z+ cd /work/oxidecomputer/omicron
682024-12-19T21:37:04.082Z+ git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748
692024-12-19T21:37:04.548ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T21:37:04.549Z * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD
712024-12-19T21:37:04.557Z+ [[ -n '' ]]
722024-12-19T21:37:04.557Z+ git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748
732024-12-19T21:37:04.731ZHEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source
742024-12-19T21:37:04.735Zprocess exited: duration 7839 ms, exit code 0
 
752024-12-19T21:37:04.742Zstarting task 4: "build"
762024-12-19T21:37:04.746Z+ source .github/buildomat/ci-env.sh
772024-12-19T21:37:04.750Z++ export CARGO_TERM_COLOR=always
782024-12-19T21:37:04.750Z++ CARGO_TERM_COLOR=always
792024-12-19T21:37:04.750Z+ cargo --version
802024-12-19T21:37:04.804Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T21:37:04.807Z+ rustc --version
822024-12-19T21:37:04.866Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T21:37:04.869Z+ source ./env.sh
842024-12-19T21:37:04.869Z++ OLD_SHELL_OPTS=ehxB
852024-12-19T21:37:04.869Z++ set -o xtrace
862024-12-19T21:37:04.872Z++++ dirname ./env.sh
872024-12-19T21:37:04.875Z+++ readlink -f .
882024-12-19T21:37:04.878Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-12-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ 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-19T21:37:04.878Z++ case $OLD_SHELL_OPTS in
982024-12-19T21:37:04.878Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-12-19T21:37:04.878Z+ 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-19T21:37:04.878Z+ 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-19T21:37:04.878Z+ banner prerequisites
1022024-12-19T21:37:04.881Z
1032024-12-19T21:37:04.881Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-12-19T21:37:04.881Z # # # # # # # # # # # # # # #
1052024-12-19T21:37:04.881Z # # # # ##### # # ##### # # # # # #### #
1062024-12-19T21:37:04.881Z ##### ##### # ##### # # # # # # # # #
1072024-12-19T21:37:04.881Z # # # # # # # # # # # # # # #
1082024-12-19T21:37:04.881Z # # # ###### # # ###### ### # #### # #### #
1092024-12-19T21:37:04.881Z
1102024-12-19T21:37:04.881Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-12-19T21:37:16.976Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-19T21:37:20.828Z Startup: Caching catalogs ... Done
1132024-12-19T21:37:31.511ZPlanning: Solver setup ... Done (9.810s)
1142024-12-19T21:37:31.643ZPlanning: Running solver ... Done (0.133s)
1152024-12-19T21:37:31.746ZPlanning: Finding local manifests ... Done (0.005s)
1162024-12-19T21:37:31.759ZPlanning: Fetching manifests: 0/5 0% complete
1172024-12-19T21:37:32.386ZPlanning: Fetching manifests: 5/5 100% complete
1182024-12-19T21:37:32.484ZPlanning: Package planning ... Done (0.097s)
1192024-12-19T21:37:32.552ZPlanning: Merging actions ... Done (0.056s)
1202024-12-19T21:37:32.792ZPlanning: Checking for conflicting actions ... Done (0.193s)
1212024-12-19T21:37:34.909ZPlanning: Consolidating action changes ... Done (2.175s)
1222024-12-19T21:37:35.349ZPlanning: Evaluating mediators ... Done (0.441s)
1232024-12-19T21:37:35.427ZPlanning: Planning completed in 14.50 seconds
1242024-12-19T21:37:35.444Z Packages to install: 4
1252024-12-19T21:37:35.447Z Packages to update: 1
1262024-12-19T21:37:35.447Z Mediators to change: 2
1272024-12-19T21:37:35.447Z Services to change: 1
1282024-12-19T21:37:35.447Z Estimated space available: 155.64 GB
1292024-12-19T21:37:35.447ZEstimated space to be consumed: 1.61 GB
1302024-12-19T21:37:35.447Z Create boot environment: No
1312024-12-19T21:37:35.448ZCreate backup boot environment: Yes
1322024-12-19T21:37:35.448Z Rebuild boot archive: No
1332024-12-19T21:37:35.448Z
1342024-12-19T21:37:35.448ZChanged mediators:
1352024-12-19T21:37:35.448Z mediator clang:
1362024-12-19T21:37:35.448Z version: None -> 15 (system default)
1372024-12-19T21:37:35.448Z
1382024-12-19T21:37:35.448Z mediator llvm:
1392024-12-19T21:37:35.448Z version: 14 (system default) -> 15 (system default)
1402024-12-19T21:37:35.448Z
1412024-12-19T21:37:35.448ZChanged packages:
1422024-12-19T21:37:35.448Zhelios-dev
1432024-12-19T21:37:35.448Z developer/build-essential
1442024-12-19T21:37:35.448Z None -> 11-2.0
1452024-12-19T21:37:35.448Z library/libxmlsec1
1462024-12-19T21:37:35.448Z None -> 1.2.35-2.0
1472024-12-19T21:37:35.448Z ooce/developer/clang-15
1482024-12-19T21:37:35.448Z None -> 15.0.7-2.0
1492024-12-19T21:37:35.449Z ooce/developer/llvm-15
1502024-12-19T21:37:35.449Z None -> 15.0.7-2.0
1512024-12-19T21:37:35.449Z package/pkg
1522024-12-19T21:37:35.449Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-12-19T21:37:35.449Z
1542024-12-19T21:37:35.449ZServices:
1552024-12-19T21:37:35.449Z restart_fmri:
1562024-12-19T21:37:35.449Z svc:/system/update-man-index:default
1572024-12-19T21:37:35.449Z
1582024-12-19T21:37:35.449ZEditable files to change:
1592024-12-19T21:37:35.449Z Update:
1602024-12-19T21:37:35.449Z usr/share/lib/pkg/web/config.shtml
1612024-12-19T21:37:35.527Z
1622024-12-19T21:37:35.527ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-12-19T21:37:40.539ZDownload: 607/4281 items 17.6/220.6MB 7% complete (3.6M/s)
1642024-12-19T21:37:45.544ZDownload: 1789/4281 items 118.4/220.6MB 53% complete (12.0M/s)
1652024-12-19T21:37:50.557ZDownload: 2508/4281 items 120.2/220.6MB 54% complete (10.3M/s)
1662024-12-19T21:37:55.557ZDownload: 3194/4281 items 184.8/220.6MB 83% complete (6.6M/s)
1672024-12-19T21:38:00.613ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1682024-12-19T21:38:05.623ZDownload: 3436/4281 items 215.2/220.6MB 97% complete (3.6M/s)
1692024-12-19T21:38:10.709ZDownload: 4204/4281 items 220.6/220.6MB 99% complete (1.9M/s)
1702024-12-19T21:38:11.395ZDownload: Completed 220.60 MB in 35.87 seconds (6.2M/s)
1712024-12-19T21:38:13.599Z Actions: 1/5063 actions (Removing old actions)
1722024-12-19T21:38:13.621Z Actions: 194/5063 actions (Installing new actions)
1732024-12-19T21:38:18.244Z Actions: 4226/5063 actions (Updating modified actions)
1742024-12-19T21:38:18.571Z Actions: Completed 5063 actions in 4.97 seconds.
1752024-12-19T21:38:18.975Z Done (0.395s)
1762024-12-19T21:38:18.978Z Done (0.000s)
1772024-12-19T21:38:19.545Z Done (0.568s)
1782024-12-19T21:38:23.897Z Done (4.123s)
1792024-12-19T21:38:23.988Z Done (0.018s)
1802024-12-19T21:38:23.990Z Done (0.000s)
1812024-12-19T21:38:24.148Z Done (0.000s)
1822024-12-19T21:38:24.835ZPlanning: Evaluating mediator changes ... Done
1832024-12-19T21:38:24.998ZPlanning: Checking for conflicting actions ... Done
1842024-12-19T21:38:25.002ZPlanning: Consolidating action changes ... Done
1852024-12-19T21:38:25.271ZPlanning: Evaluating mediators ... Done
1862024-12-19T21:38:25.274ZPlanning: Planning completed in 0.44 seconds
1872024-12-19T21:38:25.313Z Mediators to change: 2
1882024-12-19T21:38:25.316Z Create boot environment: No
1892024-12-19T21:38:25.316ZCreate backup boot environment: No
1902024-12-19T21:38:25.414Z Done
1912024-12-19T21:38:25.414Z Done
1922024-12-19T21:38:25.771Z Done
1932024-12-19T21:38:29.363Z Done
1942024-12-19T21:38:29.455Z Done
1952024-12-19T21:38:29.458Z Done
1962024-12-19T21:38:29.587Z Done
1972024-12-19T21:38:30.206ZPlanning: Evaluating mediator changes ... Done
1982024-12-19T21:38:30.226ZPlanning: Merging actions ... Done
1992024-12-19T21:38:30.393ZPlanning: Checking for conflicting actions ... Done
2002024-12-19T21:38:30.396ZPlanning: Consolidating action changes ... Done
2012024-12-19T21:38:30.658ZPlanning: Evaluating mediators ... Done
2022024-12-19T21:38:30.714ZPlanning: Planning completed in 0.76 seconds
2032024-12-19T21:38:30.757Z Packages to change: 1
2042024-12-19T21:38:30.757Z Mediators to change: 1
2052024-12-19T21:38:30.760Z Services to change: 1
2062024-12-19T21:38:30.760Z Create boot environment: No
2072024-12-19T21:38:30.760ZCreate backup boot environment: Yes
2082024-12-19T21:38:32.979Z Actions: 1/6 actions (Updating modified actions)
2092024-12-19T21:38:32.982Z Actions: Completed 6 actions in 0.00 seconds.
2102024-12-19T21:38:32.982Z Done
2112024-12-19T21:38:32.982Z Done
2122024-12-19T21:38:33.098Z Done
2132024-12-19T21:38:36.698Z Done
2142024-12-19T21:38:36.788Z Done
2152024-12-19T21:38:36.791Z Done
2162024-12-19T21:38:36.935Z Done
2172024-12-19T21:38:37.369ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182024-12-19T21:38:37.369Zclang system 15 system
2192024-12-19T21:38:37.369Zcsh system system illumos
2202024-12-19T21:38:37.369Zctags system system illumos
2212024-12-19T21:38:37.369Zgcc vendor 12 vendor
2222024-12-19T21:38:37.369Zgcc system 10 system
2232024-12-19T21:38:37.369Zgcc system 7 system
2242024-12-19T21:38:37.369Zgo system 1.20 system
2252024-12-19T21:38:37.369Zgo system 1.19 system
2262024-12-19T21:38:37.369Zllvm system 15 system
2272024-12-19T21:38:37.369Zllvm system 14 system
2282024-12-19T21:38:37.369Zmariadb system 10.6 system
2292024-12-19T21:38:37.369Zmta vendor vendor dma
2302024-12-19T21:38:37.369Zopenjdk system 17 system
2312024-12-19T21:38:37.369Zopenjdk system 11 system
2322024-12-19T21:38:37.369Zopenjdk system 1.8 system
2332024-12-19T21:38:37.369Zopenssl vendor 3 vendor
2342024-12-19T21:38:37.369Zperl system 5.36 system
2352024-12-19T21:38:37.369Zpostgresql system 15 system
2362024-12-19T21:38:37.369Zpostgresql system 13 system
2372024-12-19T21:38:37.369Zpython vendor 3 vendor
2382024-12-19T21:38:37.369Zpython system 2 system
2392024-12-19T21:38:37.369Zpython3 system 3.11 system
2402024-12-19T21:38:37.369Zruby system 3.0 system
2412024-12-19T21:38:37.370Zwords vendor vendor american-english
2422024-12-19T21:38:37.370Zwords system system australian-english
2432024-12-19T21:38:37.370Zwords system system british-english
2442024-12-19T21:38:37.370Zwords system system canadian-english
2452024-12-19T21:38:37.370Zwords system system french
2462024-12-19T21:38:37.370Zwords system system italian
2472024-12-19T21:38:37.370Zwords system system ngerman
2482024-12-19T21:38:37.370Zwords system system ogerman
2492024-12-19T21:38:37.370Zwords system system spanish
2502024-12-19T21:38:37.699ZPUBLISHER TYPE STATUS P LOCATION
2512024-12-19T21:38:37.699Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2522024-12-19T21:38:40.410ZFMRI IFO
2532024-12-19T21:38:40.410Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542024-12-19T21:38:40.410Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552024-12-19T21:38:40.410Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562024-12-19T21:38:40.410Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572024-12-19T21:38:40.410Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2582024-12-19T21:38:40.411Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592024-12-19T21:38:40.411Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2602024-12-19T21:38:40.411Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2612024-12-19T21:38:40.411Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622024-12-19T21:38:40.411Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2632024-12-19T21:38:40.411Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2642024-12-19T21:38:40.411Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652024-12-19T21:38:40.411Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2662024-12-19T21:38:40.411Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-12-19T21:38:40.411Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-12-19T21:38:41.167Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-12-19T21:38:41.445Z Updating crates.io index
2702024-12-19T21:38:41.447Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712024-12-19T21:38:42.056Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2722024-12-19T21:38:42.375Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732024-12-19T21:38:42.648Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2742024-12-19T21:38:42.883Z Updating git repository `https://github.com/oxidecomputer/propolis`
2752024-12-19T21:38:43.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
2762024-12-19T21:38:45.204Z Updating git repository `https://github.com/oxidecomputer/opte`
2772024-12-19T21:38:45.805Z Updating git repository `https://github.com/oxidecomputer/falcon`
2782024-12-19T21:38:46.511Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792024-12-19T21:38:46.755Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2802024-12-19T21:38:47.073Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2812024-12-19T21:38:47.704Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2822024-12-19T21:38:48.003Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832024-12-19T21:38:48.348Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842024-12-19T21:38:48.618Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852024-12-19T21:38:48.866Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862024-12-19T21:38:49.135Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872024-12-19T21:38:49.433Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2882024-12-19T21:38:49.745Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892024-12-19T21:38:50.143Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2902024-12-19T21:38:50.526Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912024-12-19T21:38:50.986Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922024-12-19T21:38:51.353Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932024-12-19T21:38:51.712Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942024-12-19T21:38:52.166Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2952024-12-19T21:38:52.502Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962024-12-19T21:38:52.761Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972024-12-19T21:38:53.061Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982024-12-19T21:38:54.242Z Downloading crates ...
2992024-12-19T21:38:54.320Z Downloaded anstyle v1.0.10
3002024-12-19T21:38:54.327Z Downloaded anstream v0.6.15
3012024-12-19T21:38:54.329Z Downloaded generic-array v0.14.7
3022024-12-19T21:38:54.332Z Downloaded cargo-platform v0.1.8
3032024-12-19T21:38:54.348Z Downloaded dtrace-parser v0.2.0
3042024-12-19T21:38:54.363Z Downloaded swrite v0.1.0
3052024-12-19T21:38:54.366Z Downloaded scroll_derive v0.12.0
3062024-12-19T21:38:54.366Z Downloaded pretty-hex v0.4.1
3072024-12-19T21:38:54.368Z Downloaded cpufeatures v0.2.14
3082024-12-19T21:38:54.372Z Downloaded usdt-macro v0.5.0
3092024-12-19T21:38:54.374Z Downloaded usdt-attr-macro v0.5.0
3102024-12-19T21:38:54.377Z Downloaded equivalent v1.0.1
3112024-12-19T21:38:54.381Z Downloaded fs-err v2.11.0
3122024-12-19T21:38:54.384Z Downloaded macaddr v1.0.1
3132024-12-19T21:38:54.386Z Downloaded heck v0.4.1
3142024-12-19T21:38:54.386Z Downloaded block-buffer v0.10.4
3152024-12-19T21:38:54.386Z Downloaded autocfg v1.4.0
3162024-12-19T21:38:54.389Z Downloaded fastrand v2.1.1
3172024-12-19T21:38:54.391Z Downloaded colorchoice v1.0.2
3182024-12-19T21:38:54.391Z Downloaded heck v0.5.0
3192024-12-19T21:38:54.391Z Downloaded errno v0.3.9
3202024-12-19T21:38:54.394Z Downloaded usdt v0.5.0
3212024-12-19T21:38:54.397Z Downloaded plain v0.2.3
3222024-12-19T21:38:54.399Z Downloaded pest_generator v2.7.14
3232024-12-19T21:38:54.402Z Downloaded thiserror v1.0.69
3242024-12-19T21:38:54.408Z Downloaded thread-id v4.2.2
3252024-12-19T21:38:54.410Z Downloaded itoa v1.0.11
3262024-12-19T21:38:54.412Z Downloaded byteorder v1.5.0
3272024-12-19T21:38:54.412Z Downloaded terminal_size v0.4.0
3282024-12-19T21:38:54.415Z Downloaded smawk v0.3.2
3292024-12-19T21:38:54.415Z Downloaded is_terminal_polyfill v1.70.1
3302024-12-19T21:38:54.415Z Downloaded digest v0.10.7
3312024-12-19T21:38:54.418Z Downloaded bytecount v0.6.8
3322024-12-19T21:38:54.421Z Downloaded tabled_derive v0.7.0
3332024-12-19T21:38:54.425Z Downloaded utf8parse v0.2.2
3342024-12-19T21:38:54.428Z Downloaded unicode-linebreak v0.1.5
3352024-12-19T21:38:54.430Z Downloaded anstyle-parse v0.2.5
3362024-12-19T21:38:54.433Z Downloaded toml_datetime v0.6.8
3372024-12-19T21:38:54.433Z Downloaded fnv v1.0.7
3382024-12-19T21:38:54.435Z Downloaded thiserror-impl v1.0.69
3392024-12-19T21:38:54.438Z Downloaded serde_tokenstream v0.2.2
3402024-12-19T21:38:54.438Z Downloaded dof v0.3.0
3412024-12-19T21:38:54.441Z Downloaded serde_spanned v0.6.8
3422024-12-19T21:38:54.441Z Downloaded crypto-common v0.1.6
3432024-12-19T21:38:54.443Z Downloaded clap_derive v4.5.18
3442024-12-19T21:38:54.447Z Downloaded proc-macro-error v1.0.4
3452024-12-19T21:38:54.450Z Downloaded cargo_toml v0.20.5
3462024-12-19T21:38:54.454Z Downloaded semver v1.0.23
3472024-12-19T21:38:54.457Z Downloaded camino v1.1.9
3482024-12-19T21:38:54.463Z Downloaded zerocopy-derive v0.7.35
3492024-12-19T21:38:54.467Z Downloaded proc-macro-error-attr v1.0.4
3502024-12-19T21:38:54.469Z Downloaded camino-tempfile v1.1.1
3512024-12-19T21:38:54.469Z Downloaded anstyle-query v1.1.1
3522024-12-19T21:38:54.472Z Downloaded sha2 v0.10.8
3532024-12-19T21:38:54.476Z Downloaded once_cell v1.20.2
3542024-12-19T21:38:54.478Z Downloaded version_check v0.9.5
3552024-12-19T21:38:54.481Z Downloaded cfg-if v1.0.0
3562024-12-19T21:38:54.481Z Downloaded memmap v0.7.0
3572024-12-19T21:38:54.483Z Downloaded clap_lex v0.7.2
3582024-12-19T21:38:54.489Z Downloaded pest_meta v2.7.14
3592024-12-19T21:38:54.491Z Downloaded toml v0.8.19
3602024-12-19T21:38:54.494Z Downloaded typenum v1.17.0
3612024-12-19T21:38:54.497Z Downloaded tempfile v3.13.0
3622024-12-19T21:38:54.499Z Downloaded textwrap v0.16.1
3632024-12-19T21:38:54.502Z Downloaded scroll v0.12.0
3642024-12-19T21:38:54.504Z Downloaded proc-macro2 v1.0.89
3652024-12-19T21:38:54.506Z Downloaded quote v1.0.37
3662024-12-19T21:38:54.508Z Downloaded clap v4.5.21
3672024-12-19T21:38:54.514Z Downloaded ryu v1.0.18
3682024-12-19T21:38:54.517Z Downloaded usdt-impl v0.5.0
3692024-12-19T21:38:54.519Z Downloaded papergrid v0.11.0
3702024-12-19T21:38:54.522Z Downloaded bitflags v2.6.0
3712024-12-19T21:38:54.526Z Downloaded pest_derive v2.7.14
3722024-12-19T21:38:54.528Z Downloaded cargo_metadata v0.18.1
3732024-12-19T21:38:54.531Z Downloaded anyhow v1.0.93
3742024-12-19T21:38:54.534Z Downloaded ucd-trie v0.1.7
3752024-12-19T21:38:54.537Z Downloaded strsim v0.11.1
3762024-12-19T21:38:54.540Z Downloaded unicode-ident v1.0.13
3772024-12-19T21:38:54.543Z Downloaded serde_derive v1.0.215
3782024-12-19T21:38:54.545Z Downloaded log v0.4.22
3792024-12-19T21:38:54.569Z Downloaded indexmap v2.6.0
3802024-12-19T21:38:54.576Z Downloaded serde v1.0.215
3812024-12-19T21:38:54.582Z Downloaded toml_edit v0.22.22
3822024-12-19T21:38:54.602Z Downloaded memchr v2.7.4
3832024-12-19T21:38:54.608Z Downloaded hashbrown v0.15.1
3842024-12-19T21:38:54.622Z Downloaded pest v2.7.14
3852024-12-19T21:38:54.628Z Downloaded serde_json v1.0.132
3862024-12-19T21:38:54.639Z Downloaded zerocopy v0.7.35
3872024-12-19T21:38:54.653Z Downloaded winnow v0.6.20
3882024-12-19T21:38:54.661Z Downloaded tabled v0.15.0
3892024-12-19T21:38:54.676Z Downloaded goblin v0.8.2
3902024-12-19T21:38:54.680Z Downloaded clap_builder v4.5.21
3912024-12-19T21:38:54.687Z Downloaded syn v1.0.109
3922024-12-19T21:38:54.695Z Downloaded unicode-width v0.1.14
3932024-12-19T21:38:54.700Z Downloaded syn v2.0.87
3942024-12-19T21:38:54.710Z Downloaded rustix v0.38.37
3952024-12-19T21:38:54.748Z Downloaded libc v0.2.162
3962024-12-19T21:38:55.054Z Compiling proc-macro2 v1.0.89
3972024-12-19T21:38:55.054Z Compiling unicode-ident v1.0.13
3982024-12-19T21:38:55.057Z Compiling version_check v0.9.5
3992024-12-19T21:38:55.057Z Compiling serde v1.0.215
4002024-12-19T21:38:55.057Z Compiling memchr v2.7.4
4012024-12-19T21:38:55.057Z Compiling thiserror v1.0.69
4022024-12-19T21:38:55.057Z Compiling libc v0.2.162
4032024-12-19T21:38:55.057Z Compiling ucd-trie v0.1.7
4042024-12-19T21:38:55.298Z Compiling itoa v1.0.11
4052024-12-19T21:38:55.542Z Compiling ryu v1.0.18
4062024-12-19T21:38:55.787Z Compiling once_cell v1.20.2
4072024-12-19T21:38:55.878Z Compiling byteorder v1.5.0
4082024-12-19T21:38:56.129Z Compiling rustix v0.38.37
4092024-12-19T21:38:56.185Z Compiling serde_json v1.0.132
4102024-12-19T21:38:56.361Z Compiling bitflags v2.6.0
4112024-12-19T21:38:56.519Z Compiling proc-macro-error-attr v1.0.4
4122024-12-19T21:38:56.742Z Compiling usdt-impl v0.5.0
4132024-12-19T21:38:56.788Z Compiling syn v1.0.109
4142024-12-19T21:38:56.812Z Compiling proc-macro-error v1.0.4
4152024-12-19T21:38:56.904Z Compiling quote v1.0.37
4162024-12-19T21:38:57.125Z Compiling utf8parse v0.2.2
4172024-12-19T21:38:57.149Z Compiling hashbrown v0.15.1
4182024-12-19T21:38:57.241Z Compiling log v0.4.22
4192024-12-19T21:38:57.288Z Compiling errno v0.3.9
4202024-12-19T21:38:57.471Z Compiling syn v2.0.87
4212024-12-19T21:38:57.660Z Compiling plain v0.2.3
4222024-12-19T21:38:57.687Z Compiling thread-id v4.2.2
4232024-12-19T21:38:57.691Z Compiling camino v1.1.9
4242024-12-19T21:38:57.780Z Compiling equivalent v1.0.1
4252024-12-19T21:38:57.834Z Compiling anstyle-parse v0.2.5
4262024-12-19T21:38:58.179Z Compiling winnow v0.6.20
4272024-12-19T21:38:58.378Z Compiling indexmap v2.6.0
4282024-12-19T21:38:58.413Z Compiling anstyle v1.0.10
4292024-12-19T21:38:58.436Z Compiling unicode-width v0.1.14
4302024-12-19T21:38:58.651Z Compiling colorchoice v1.0.2
4312024-12-19T21:38:58.808Z Compiling anstyle-query v1.1.1
4322024-12-19T21:38:58.883Z Compiling is_terminal_polyfill v1.70.1
4332024-12-19T21:38:58.959Z Compiling autocfg v1.4.0
4342024-12-19T21:38:58.986Z Compiling semver v1.0.23
4352024-12-19T21:38:59.022Z Compiling pretty-hex v0.4.1
4362024-12-19T21:38:59.238Z Compiling anstream v0.6.15
4372024-12-19T21:38:59.742Z Compiling terminal_size v0.4.0
4382024-12-19T21:38:59.902Z Compiling bytecount v0.6.8
4392024-12-19T21:38:59.961Z Compiling cfg-if v1.0.0
4402024-12-19T21:39:00.008Z Compiling strsim v0.11.1
4412024-12-19T21:39:00.064Z Compiling fastrand v2.1.1
4422024-12-19T21:39:00.113Z Compiling fs-err v2.11.0
4432024-12-19T21:39:00.116Z Compiling clap_lex v0.7.2
4442024-12-19T21:39:00.379Z Compiling heck v0.5.0
4452024-12-19T21:39:00.408Z Compiling fnv v1.0.7
4462024-12-19T21:39:00.616Z Compiling anyhow v1.0.93
4472024-12-19T21:39:00.915Z Compiling heck v0.4.1
4482024-12-19T21:39:00.945Z Compiling tempfile v3.13.0
4492024-12-19T21:39:00.970Z Compiling papergrid v0.11.0
4502024-12-19T21:39:01.427Z Compiling clap_builder v4.5.21
4512024-12-19T21:39:01.496Z Compiling memmap v0.7.0
4522024-12-19T21:39:01.631Z Compiling smawk v0.3.2
4532024-12-19T21:39:01.822Z Compiling unicode-linebreak v0.1.5
4542024-12-19T21:39:02.034Z Compiling swrite v0.1.0
4552024-12-19T21:39:02.359Z Compiling textwrap v0.16.1
4562024-12-19T21:39:03.380Z Compiling tabled_derive v0.7.0
4572024-12-19T21:39:04.942Z Compiling tabled v0.15.0
4582024-12-19T21:39:06.454Z Compiling serde_derive v1.0.215
4592024-12-19T21:39:06.456Z Compiling thiserror-impl v1.0.69
4602024-12-19T21:39:06.457Z Compiling zerocopy-derive v0.7.35
4612024-12-19T21:39:06.620Z Compiling scroll_derive v0.12.0
4622024-12-19T21:39:06.646Z Compiling clap_derive v4.5.18
4632024-12-19T21:39:07.947Z Compiling scroll v0.12.0
4642024-12-19T21:39:08.477Z Compiling goblin v0.8.2
4652024-12-19T21:39:08.504Z Compiling zerocopy v0.7.35
4662024-12-19T21:39:09.153Z Compiling pest v2.7.14
4672024-12-19T21:39:10.495Z Compiling clap v4.5.21
4682024-12-19T21:39:11.392Z Compiling pest_meta v2.7.14
4692024-12-19T21:39:12.308Z Compiling pest_generator v2.7.14
4702024-12-19T21:39:14.182Z Compiling pest_derive v2.7.14
4712024-12-19T21:39:14.824Z Compiling dtrace-parser v0.2.0
4722024-12-19T21:39:16.727Z Compiling serde_tokenstream v0.2.2
4732024-12-19T21:39:16.882Z Compiling serde_spanned v0.6.8
4742024-12-19T21:39:16.882Z Compiling toml_datetime v0.6.8
4752024-12-19T21:39:17.006Z Compiling cargo-platform v0.1.8
4762024-12-19T21:39:17.284Z Compiling toml_edit v0.22.22
4772024-12-19T21:39:17.325Z Compiling macaddr v1.0.1
4782024-12-19T21:39:17.566Z Compiling camino-tempfile v1.1.1
4792024-12-19T21:39:18.233Z Compiling dof v0.3.0
4802024-12-19T21:39:18.403Z Compiling cargo_metadata v0.18.1
4812024-12-19T21:39:19.981Z Compiling usdt-attr-macro v0.5.0
4822024-12-19T21:39:19.981Z Compiling usdt-macro v0.5.0
4832024-12-19T21:39:20.130Z Compiling toml v0.8.19
4842024-12-19T21:39:20.998Z Compiling cargo_toml v0.20.5
4852024-12-19T21:39:21.498Z Compiling usdt v0.5.0
4862024-12-19T21:39:24.463Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4872024-12-19T21:39:28.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.67s
4882024-12-19T21:39:28.875Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4892024-12-19T21:39:29.400Z Downloading crates ...
4902024-12-19T21:39:29.516Z Downloaded addr2line v0.24.2
4912024-12-19T21:39:29.525Z Downloaded atomicwrites v0.4.4
4922024-12-19T21:39:29.532Z Downloaded aead v0.5.2
4932024-12-19T21:39:29.536Z Downloaded atty v0.2.14
4942024-12-19T21:39:29.544Z Downloaded cfg_aliases v0.2.1
4952024-12-19T21:39:29.546Z Downloaded http-body v1.0.1
4962024-12-19T21:39:29.549Z Downloaded ciborium-io v0.2.2
4972024-12-19T21:39:29.552Z Downloaded cstr-argument v0.1.2
4982024-12-19T21:39:29.556Z Downloaded hex-literal v0.4.1
4992024-12-19T21:39:29.559Z Downloaded crunchy v0.2.2
5002024-12-19T21:39:29.559Z Downloaded hubpack_derive v0.1.1
5012024-12-19T21:39:29.559Z Downloaded cfg_aliases v0.1.1
5022024-12-19T21:39:29.564Z Downloaded instant v0.1.13
5032024-12-19T21:39:29.567Z Downloaded crucible-workspace-hack v0.1.0
5042024-12-19T21:39:29.571Z Downloaded array-init v0.0.4
5052024-12-19T21:39:29.576Z Downloaded base16ct v0.2.0
5062024-12-19T21:39:29.580Z Downloaded async-stream v0.3.6
5072024-12-19T21:39:29.583Z Downloaded constant_time_eq v0.3.1
5082024-12-19T21:39:29.583Z Downloaded http-body-util v0.1.2
5092024-12-19T21:39:29.587Z Downloaded hostname v0.3.1
5102024-12-19T21:39:29.587Z Downloaded mirai-annotations v1.12.0
5112024-12-19T21:39:29.589Z Downloaded httpdate v1.0.3
5122024-12-19T21:39:29.591Z Downloaded headers-core v0.3.0
5132024-12-19T21:39:29.591Z Downloaded atomic-waker v1.1.2
5142024-12-19T21:39:29.594Z Downloaded md5 v0.7.0
5152024-12-19T21:39:29.594Z Downloaded mime v0.3.17
5162024-12-19T21:39:29.597Z Downloaded cexpr v0.6.0
5172024-12-19T21:39:29.600Z Downloaded match_cfg v0.1.0
5182024-12-19T21:39:29.600Z Downloaded bit-set v0.5.3
5192024-12-19T21:39:29.603Z Downloaded lalrpop-util v0.19.12
5202024-12-19T21:39:29.603Z Downloaded humantime v2.1.0
5212024-12-19T21:39:29.606Z Downloaded hubpack v0.1.2
5222024-12-19T21:39:29.606Z Downloaded maybe-uninit v2.0.0
5232024-12-19T21:39:29.608Z Downloaded crc-catalog v2.4.0
5242024-12-19T21:39:29.611Z Downloaded md-5 v0.10.6
5252024-12-19T21:39:29.611Z Downloaded maplit v1.0.2
5262024-12-19T21:39:29.614Z Downloaded internet-checksum v0.2.1
5272024-12-19T21:39:29.614Z Downloaded lazy_static v1.5.0
5282024-12-19T21:39:29.616Z Downloaded lockfree-object-pool v0.1.6
5292024-12-19T21:39:29.619Z Downloaded icu_provider_macros v1.5.0
5302024-12-19T21:39:29.622Z Downloaded curve25519-dalek-derive v0.1.1
5312024-12-19T21:39:29.623Z Downloaded castaway v0.2.3
5322024-12-19T21:39:29.625Z Downloaded cipher v0.4.4
5332024-12-19T21:39:29.629Z Downloaded ipnetwork v0.20.0
5342024-12-19T21:39:29.629Z Downloaded linked-hash-map v0.5.6
5352024-12-19T21:39:29.634Z Downloaded indent_write v2.2.0
5362024-12-19T21:39:29.634Z Downloaded bitflags v1.3.2
5372024-12-19T21:39:29.637Z Downloaded matches v0.1.10
5382024-12-19T21:39:29.637Z Downloaded httparse v1.9.5
5392024-12-19T21:39:29.639Z Downloaded hmac v0.12.1
5402024-12-19T21:39:29.644Z Downloaded bitfield-struct v0.6.2
5412024-12-19T21:39:29.647Z Downloaded bitfield v0.14.0
5422024-12-19T21:39:29.647Z Downloaded linear-map v1.2.0
5432024-12-19T21:39:29.647Z Downloaded mockall v0.13.0
5442024-12-19T21:39:29.650Z Downloaded memoffset v0.9.1
5452024-12-19T21:39:29.654Z Downloaded backoff v0.4.0
5462024-12-19T21:39:29.654Z Downloaded russh-cryptovec v0.7.3
5472024-12-19T21:39:29.657Z Downloaded ipnet v2.10.1
5482024-12-19T21:39:29.657Z Downloaded lru-cache v0.1.2
5492024-12-19T21:39:29.660Z Downloaded kstat-rs v0.2.4
5502024-12-19T21:39:29.660Z Downloaded managed v0.8.0
5512024-12-19T21:39:29.662Z Downloaded chacha20 v0.9.1
5522024-12-19T21:39:29.665Z Downloaded instability v0.3.2
5532024-12-19T21:39:29.669Z Downloaded cmake v0.1.51
5542024-12-19T21:39:29.669Z Downloaded memmap2 v0.9.5
5552024-12-19T21:39:29.672Z Downloaded libloading v0.8.5
5562024-12-19T21:39:29.675Z Downloaded crc v3.2.1
5572024-12-19T21:39:29.679Z Downloaded mime_guess v2.0.5
5582024-12-19T21:39:29.681Z Downloaded bcs v0.1.6
5592024-12-19T21:39:29.683Z Downloaded crc32fast v1.4.2
5602024-12-19T21:39:29.686Z Downloaded ciborium v0.2.2
5612024-12-19T21:39:29.688Z Downloaded console v0.15.8
5622024-12-19T21:39:29.691Z Downloaded tower-service v0.3.3
5632024-12-19T21:39:29.691Z Downloaded block-padding v0.3.3
5642024-12-19T21:39:29.693Z Downloaded base64ct v1.6.0
5652024-12-19T21:39:29.696Z Downloaded arrayvec v0.7.6
5662024-12-19T21:39:29.699Z Downloaded bzip2 v0.4.4
5672024-12-19T21:39:29.701Z Downloaded want v0.3.1
5682024-12-19T21:39:29.703Z Downloaded waitgroup v0.1.2
5692024-12-19T21:39:29.703Z Downloaded lru v0.12.5
5702024-12-19T21:39:29.706Z Downloaded downcast v0.11.0
5712024-12-19T21:39:29.706Z Downloaded cookie_store v0.21.0
5722024-12-19T21:39:29.709Z Downloaded async-bb8-diesel v0.2.1
5732024-12-19T21:39:29.712Z Downloaded litemap v0.7.3
5742024-12-19T21:39:29.715Z Downloaded csv-core v0.1.11
5752024-12-19T21:39:29.717Z Downloaded ahash v0.8.11
5762024-12-19T21:39:29.720Z Downloaded indoc v1.0.9
5772024-12-19T21:39:29.723Z Downloaded darling v0.20.10
5782024-12-19T21:39:29.728Z Downloaded ref-cast-impl v1.0.23
5792024-12-19T21:39:29.731Z Downloaded rand_chacha v0.3.1
5802024-12-19T21:39:29.735Z Downloaded shell-words v1.1.0
5812024-12-19T21:39:29.735Z Downloaded bcrypt-pbkdf v0.10.0
5822024-12-19T21:39:29.735Z Downloaded slog-bunyan v2.5.0
5832024-12-19T21:39:29.737Z Downloaded number_prefix v0.4.0
5842024-12-19T21:39:29.737Z Downloaded slog-async v2.8.0
5852024-12-19T21:39:29.741Z Downloaded slab v0.4.9
5862024-12-19T21:39:29.745Z Downloaded scopeguard v1.2.0
5872024-12-19T21:39:29.745Z Downloaded tokio-macros v2.4.0
5882024-12-19T21:39:29.745Z Downloaded tabwriter v1.4.0
5892024-12-19T21:39:29.748Z Downloaded normalize-line-endings v0.3.0
5902024-12-19T21:39:29.748Z Downloaded tokio-native-tls v0.3.1
5912024-12-19T21:39:29.751Z Downloaded openssl-probe v0.1.5
5922024-12-19T21:39:29.751Z Downloaded const_format_proc_macros v0.2.33
5932024-12-19T21:39:29.754Z Downloaded cookie v0.18.1
5942024-12-19T21:39:29.756Z Downloaded wait-timeout v0.2.0
5952024-12-19T21:39:29.759Z Downloaded crossbeam-epoch v0.9.18
5962024-12-19T21:39:29.762Z Downloaded mockall_derive v0.13.0
5972024-12-19T21:39:29.764Z Downloaded peg-runtime v0.8.3
5982024-12-19T21:39:29.767Z Downloaded zone v0.1.8
5992024-12-19T21:39:29.767Z Downloaded zeroize v1.8.1
6002024-12-19T21:39:29.770Z Downloaded opaque-debug v0.3.1
6012024-12-19T21:39:29.770Z Downloaded allocator-api2 v0.2.18
6022024-12-19T21:39:29.773Z Downloaded termios v0.3.3
6032024-12-19T21:39:29.777Z Downloaded defmt-parser v0.3.4
6042024-12-19T21:39:29.779Z Downloaded rustls-pemfile v1.0.4
6052024-12-19T21:39:29.782Z Downloaded icu_properties v1.5.1
6062024-12-19T21:39:29.785Z Downloaded hyper-util v0.1.10
6072024-12-19T21:39:29.788Z Downloaded indicatif v0.17.9
6082024-12-19T21:39:29.793Z Downloaded filetime v0.2.25
6092024-12-19T21:39:29.795Z Downloaded futures-core v0.3.31
6102024-12-19T21:39:29.798Z Downloaded defmt-macros v0.3.9
6112024-12-19T21:39:29.801Z Downloaded debug-ignore v1.0.5
6122024-12-19T21:39:29.804Z Downloaded subtle v2.6.1
6132024-12-19T21:39:29.806Z Downloaded termtree v0.4.1
6142024-12-19T21:39:29.808Z Downloaded icu_normalizer_data v1.5.0
6152024-12-19T21:39:29.811Z Downloaded rustc_version v0.4.1
6162024-12-19T21:39:29.811Z Downloaded nodrop v0.1.14
6172024-12-19T21:39:29.811Z Downloaded ff v0.13.0
6182024-12-19T21:39:29.814Z Downloaded pem v3.0.4
6192024-12-19T21:39:29.816Z Downloaded funty v2.0.0
6202024-12-19T21:39:29.819Z Downloaded walkdir v2.5.0
6212024-12-19T21:39:29.819Z Downloaded tracing-attributes v0.1.27
6222024-12-19T21:39:29.822Z Downloaded chacha20poly1305 v0.10.1
6232024-12-19T21:39:29.825Z Downloaded crc-any v2.5.0
6242024-12-19T21:39:29.828Z Downloaded fragile v2.0.0
6252024-12-19T21:39:29.830Z Downloaded tokio-tungstenite v0.24.0
6262024-12-19T21:39:29.833Z Downloaded powerfmt v0.2.0
6272024-12-19T21:39:29.835Z Downloaded compact_str v0.8.0
6282024-12-19T21:39:29.838Z Downloaded progenitor-impl v0.8.0
6292024-12-19T21:39:29.843Z Downloaded icu_normalizer v1.5.0
6302024-12-19T21:39:29.847Z Downloaded yoke-derive v0.7.4
6312024-12-19T21:39:29.850Z Downloaded crossbeam-utils v0.8.20
6322024-12-19T21:39:29.850Z Downloaded endian-type v0.1.2
6332024-12-19T21:39:29.852Z Downloaded dhcproto-macros v0.1.0
6342024-12-19T21:39:29.852Z Downloaded slog v2.7.0
6352024-12-19T21:39:29.856Z Downloaded rand_xorshift v0.3.0
6362024-12-19T21:39:29.859Z Downloaded hickory-server v0.24.1
6372024-12-19T21:39:29.864Z Downloaded strum v0.26.3
6382024-12-19T21:39:29.866Z Downloaded signal-hook-tokio v0.3.1
6392024-12-19T21:39:29.866Z Downloaded fxhash v0.2.1
6402024-12-19T21:39:29.869Z Downloaded foreign-types-shared v0.1.1
6412024-12-19T21:39:29.869Z Downloaded bytes v1.8.0
6422024-12-19T21:39:29.873Z Downloaded defmt v0.3.8
6432024-12-19T21:39:29.877Z Downloaded strum_macros v0.25.3
6442024-12-19T21:39:29.880Z Downloaded strum_macros v0.24.3
6452024-12-19T21:39:29.882Z Downloaded newtype_derive v0.1.6
6462024-12-19T21:39:29.884Z Downloaded strip-ansi-escapes v0.2.0
6472024-12-19T21:39:29.887Z Downloaded backtrace v0.3.74
6482024-12-19T21:39:29.891Z Downloaded fs_extra v1.3.0
6492024-12-19T21:39:29.893Z Downloaded topological-sort v0.2.2
6502024-12-19T21:39:29.896Z Downloaded env_logger v0.11.5
6512024-12-19T21:39:29.899Z Downloaded twox-hash v1.6.3
6522024-12-19T21:39:29.901Z Downloaded postgres-types v0.2.8
6532024-12-19T21:39:29.905Z Downloaded minimal-lexical v0.2.1
6542024-12-19T21:39:29.910Z Downloaded nanorand v0.7.0
6552024-12-19T21:39:29.913Z Downloaded serde-big-array v0.5.1
6562024-12-19T21:39:29.915Z Downloaded data-encoding v2.6.0
6572024-12-19T21:39:29.917Z Downloaded sqlparser_derive v0.2.2
6582024-12-19T21:39:29.920Z Downloaded tls_codec v0.4.1
6592024-12-19T21:39:29.924Z Downloaded diesel-dtrace v0.4.2
6602024-12-19T21:39:29.924Z Downloaded utf16_iter v1.0.5
6612024-12-19T21:39:30.929Z Downloaded tls_codec_derive v0.4.1
6622024-12-19T21:39:30.929Z Downloaded futures v0.3.31
6632024-12-19T21:39:30.933Z Downloaded sync_wrapper v1.0.1
6642024-12-19T21:39:30.933Z Downloaded olpc-cjson v0.1.4
6652024-12-19T21:39:30.933Z Downloaded derive_builder_macro v0.20.2
6662024-12-19T21:39:30.933Z Downloaded toolchain_find v0.4.0
6672024-12-19T21:39:30.933Z Downloaded sct v0.7.1
6682024-12-19T21:39:30.933Z Downloaded diff v0.1.13
6692024-12-19T21:39:30.933Z Downloaded phf v0.11.2
6702024-12-19T21:39:30.933Z Downloaded time-core v0.1.2
6712024-12-19T21:39:30.933Z Downloaded thread_local v1.1.8
6722024-12-19T21:39:30.933Z Downloaded sync-ptr v0.1.1
6732024-12-19T21:39:30.933Z Downloaded primeorder v0.13.6
6742024-12-19T21:39:30.933Z Downloaded ron v0.8.1
6752024-12-19T21:39:30.933Z Downloaded nibble_vec v0.1.0
6762024-12-19T21:39:30.933Z Downloaded newtype-uuid v1.1.3
6772024-12-19T21:39:30.933Z Downloaded samael v0.0.17
6782024-12-19T21:39:30.933Z Downloaded smf v0.2.3
6792024-12-19T21:39:30.934Z Downloaded http v1.1.0
6802024-12-19T21:39:30.934Z Downloaded precomputed-hash v0.1.1
6812024-12-19T21:39:30.934Z Downloaded phf_shared v0.10.0
6822024-12-19T21:39:30.934Z Downloaded path-slash v0.1.5
6832024-12-19T21:39:30.934Z Downloaded oso-derive v0.27.3
6842024-12-19T21:39:30.934Z Downloaded foreign-types v0.5.0
6852024-12-19T21:39:30.934Z Downloaded darling_macro v0.20.10
6862024-12-19T21:39:30.934Z Downloaded fallible-streaming-iterator v0.1.9
6872024-12-19T21:39:30.934Z Downloaded tracing v0.1.40
6882024-12-19T21:39:30.934Z Downloaded rand_core v0.6.4
6892024-12-19T21:39:30.934Z Downloaded zone v0.3.0
6902024-12-19T21:39:30.935Z Downloaded structmeta v0.2.0
6912024-12-19T21:39:30.935Z Downloaded vsss-rs v3.3.4
6922024-12-19T21:39:30.935Z Downloaded yoke v0.7.4
6932024-12-19T21:39:30.935Z Downloaded deranged v0.3.11
6942024-12-19T21:39:30.935Z Downloaded phf_codegen v0.11.2
6952024-12-19T21:39:30.935Z Downloaded ron v0.7.1
6962024-12-19T21:39:30.935Z Downloaded password-hash v0.4.2
6972024-12-19T21:39:30.935Z Downloaded semver v0.1.20
6982024-12-19T21:39:30.935Z Downloaded secrecy v0.8.0
6992024-12-19T21:39:30.935Z Downloaded tinyvec_macros v0.1.1
7002024-12-19T21:39:30.935Z Downloaded signal-hook v0.3.17
7012024-12-19T21:39:30.935Z Downloaded untrusted v0.9.0
7022024-12-19T21:39:30.935Z Downloaded fallible-iterator v0.2.0
7032024-12-19T21:39:30.935Z Downloaded sigpipe v0.1.3
7042024-12-19T21:39:30.935Z Downloaded fatfs v0.3.6
7052024-12-19T21:39:30.935Z Downloaded hash32 v0.2.1
7062024-12-19T21:39:30.935Z Downloaded smallvec v1.13.2
7072024-12-19T21:39:30.935Z Downloaded libxml v0.3.3
7082024-12-19T21:39:30.935Z Downloaded vte_generate_state_changes v0.1.2
7092024-12-19T21:39:30.935Z Downloaded qorb v0.2.1
7102024-12-19T21:39:30.935Z Downloaded phf_generator v0.11.2
7112024-12-19T21:39:30.935Z Downloaded which v4.4.2
7122024-12-19T21:39:30.935Z Downloaded futures-macro v0.3.31
7132024-12-19T21:39:30.936Z Downloaded crossbeam-channel v0.5.13
7142024-12-19T21:39:30.936Z Downloaded zone_cfg_derive v0.1.2
7152024-12-19T21:39:30.936Z Downloaded zip v2.1.3
7162024-12-19T21:39:30.936Z Downloaded scheduled-thread-pool v0.2.7
7172024-12-19T21:39:30.936Z Downloaded rustfmt-wrapper v0.2.1
7182024-12-19T21:39:30.936Z Downloaded rustc_version v0.1.7
7192024-12-19T21:39:30.936Z Downloaded ppv-lite86 v0.2.20
7202024-12-19T21:39:30.936Z Downloaded rustc-demangle v0.1.24
7212024-12-19T21:39:30.936Z Downloaded zerocopy v0.6.6
7222024-12-19T21:39:30.936Z Downloaded vte v0.11.1
7232024-12-19T21:39:30.936Z Downloaded parse-size v1.1.0
7242024-12-19T21:39:30.936Z Downloaded smallvec v0.6.14
7252024-12-19T21:39:30.936Z Downloaded unicode_categories v0.1.1
7262024-12-19T21:39:30.936Z Downloaded idna v1.0.3
7272024-12-19T21:39:30.936Z Downloaded tinystr v0.7.6
7282024-12-19T21:39:30.936Z Downloaded tiny-keccak v2.0.2
7292024-12-19T21:39:30.936Z Downloaded derive_builder v0.20.2
7302024-12-19T21:39:30.936Z Downloaded signature v2.2.0
7312024-12-19T21:39:30.936Z Downloaded openssl-sys v0.9.103
7322024-12-19T21:39:30.936Z Downloaded env_filter v0.1.2
7332024-12-19T21:39:30.936Z Downloaded enum-as-inner v0.6.1
7342024-12-19T21:39:30.936Z Downloaded spki v0.7.3
7352024-12-19T21:39:30.936Z Downloaded predicates v3.1.2
7362024-12-19T21:39:30.936Z Downloaded parse-zoneinfo v0.3.1
7372024-12-19T21:39:30.936Z Downloaded test-strategy v0.3.1
7382024-12-19T21:39:30.936Z Downloaded thiserror-impl-no-std v2.0.2
7392024-12-19T21:39:30.936Z Downloaded thiserror-impl v2.0.3
7402024-12-19T21:39:30.936Z Downloaded der_derive v0.7.3
7412024-12-19T21:39:30.936Z Downloaded num v0.4.3
7422024-12-19T21:39:30.936Z Downloaded hash32 v0.3.1
7432024-12-19T21:39:30.936Z Downloaded enum-as-inner v0.5.1
7442024-12-19T21:39:30.936Z Downloaded newline-converter v0.3.0
7452024-12-19T21:39:30.936Z Downloaded num-complex v0.4.6
7462024-12-19T21:39:30.936Z Downloaded r2d2 v0.8.10
7472024-12-19T21:39:30.937Z Downloaded quinn-udp v0.5.5
7482024-12-19T21:39:30.937Z Downloaded parse-display v0.10.0
7492024-12-19T21:39:30.937Z Downloaded slog-envlogger v2.2.0
7502024-12-19T21:39:30.937Z Downloaded hyper v1.5.0
7512024-12-19T21:39:30.937Z Downloaded half v2.4.1
7522024-12-19T21:39:30.937Z Downloaded structmeta-derive v0.2.0
7532024-12-19T21:39:30.937Z Downloaded structmeta-derive v0.3.0
7542024-12-19T21:39:30.937Z Downloaded der v0.7.9
7552024-12-19T21:39:30.937Z Downloaded time-macros v0.2.18
7562024-12-19T21:39:30.937Z Downloaded time v0.3.36
7572024-12-19T21:39:30.937Z Downloaded utf8_iter v1.0.4
7582024-12-19T21:39:30.937Z Downloaded utf-8 v0.7.6
7592024-12-19T21:39:30.937Z Downloaded multer v3.1.0
7602024-12-19T21:39:30.937Z Downloaded zone_cfg_derive v0.3.0
7612024-12-19T21:39:30.937Z Downloaded psl-types v2.0.11
7622024-12-19T21:39:30.937Z Downloaded progenitor-macro v0.8.0
7632024-12-19T21:39:30.941Z Downloaded derive-where v1.2.7
7642024-12-19T21:39:30.941Z Downloaded num-derive v0.4.2
7652024-12-19T21:39:30.941Z Downloaded ghash v0.5.1
7662024-12-19T21:39:30.941Z Downloaded flagset v0.4.6
7672024-12-19T21:39:30.941Z Downloaded dirs-next v2.0.0
7682024-12-19T21:39:30.941Z Downloaded itertools v0.13.0
7692024-12-19T21:39:30.941Z Downloaded static_assertions v1.1.0
7702024-12-19T21:39:30.941Z Downloaded paste v1.0.15
7712024-12-19T21:39:30.941Z Downloaded tokio-rustls v0.24.1
7722024-12-19T21:39:30.941Z Downloaded thiserror v2.0.3
7732024-12-19T21:39:30.941Z Downloaded predicates-tree v1.0.11
7742024-12-19T21:39:30.941Z Downloaded num-integer v0.1.46
7752024-12-19T21:39:30.942Z Downloaded write16 v1.0.0
7762024-12-19T21:39:30.942Z Downloaded difflib v0.4.0
7772024-12-19T21:39:30.942Z Downloaded slog-stdlog v4.1.1
7782024-12-19T21:39:30.942Z Downloaded fallible-iterator v0.3.0
7792024-12-19T21:39:30.942Z Downloaded num-rational v0.4.2
7802024-12-19T21:39:30.942Z Downloaded slog-scope v4.4.0
7812024-12-19T21:39:30.942Z Downloaded slog-json v2.6.1
7822024-12-19T21:39:30.942Z Downloaded env_logger v0.10.2
7832024-12-19T21:39:30.942Z Downloaded dhcproto v0.12.0
7842024-12-19T21:39:30.942Z Downloaded num_enum_derive v0.5.11
7852024-12-19T21:39:30.942Z Downloaded futures-io v0.3.31
7862024-12-19T21:39:30.942Z Downloaded futures-executor v0.3.31
7872024-12-19T21:39:30.942Z Downloaded form_urlencoded v1.2.1
7882024-12-19T21:39:30.942Z Downloaded unicode-segmentation v1.12.0
7892024-12-19T21:39:30.943Z Downloaded new_debug_unreachable v1.0.6
7902024-12-19T21:39:30.943Z Downloaded ref-cast v1.0.23
7912024-12-19T21:39:30.943Z Downloaded headers v0.4.0
7922024-12-19T21:39:30.943Z Downloaded resolv-conf v0.7.0
7932024-12-19T21:39:30.943Z Downloaded schemars v0.8.21
7942024-12-19T21:39:30.943Z Downloaded diesel_table_macro_syntax v0.2.0
7952024-12-19T21:39:30.943Z Downloaded zerofrom v0.1.4
7962024-12-19T21:39:30.943Z Downloaded aes v0.8.4
7972024-12-19T21:39:30.943Z Downloaded rusty-fork v0.3.0
7982024-12-19T21:39:30.943Z Downloaded foreign-types v0.3.2
7992024-12-19T21:39:30.943Z Downloaded structmeta v0.3.0
8002024-12-19T21:39:30.943Z Downloaded salsa20 v0.10.2
8012024-12-19T21:39:30.943Z Downloaded ed25519 v2.2.3
8022024-12-19T21:39:30.943Z Downloaded zeroize_derive v1.4.2
8032024-12-19T21:39:30.943Z Downloaded tokio-rustls v0.26.0
8042024-12-19T21:39:30.943Z Downloaded tap v1.0.1
8052024-12-19T21:39:30.943Z Downloaded slog-term v2.9.1
8062024-12-19T21:39:30.943Z Downloaded term v0.7.0
8072024-12-19T21:39:30.943Z Downloaded rtoolbox v0.0.2
8082024-12-19T21:39:30.943Z Downloaded progenitor-client v0.8.0
8092024-12-19T21:39:30.943Z Downloaded pretty-hex v0.2.1
8102024-12-19T21:39:30.943Z Downloaded slog-dtrace v0.3.0
8112024-12-19T21:39:30.944Z Downloaded packed_struct_codegen v0.10.1
8122024-12-19T21:39:30.944Z Downloaded parking_lot_core v0.9.10
8132024-12-19T21:39:30.944Z Downloaded multimap v0.10.0
8142024-12-19T21:39:30.944Z Downloaded hex v0.4.3
8152024-12-19T21:39:30.944Z Downloaded heck v0.3.3
8162024-12-19T21:39:30.944Z Downloaded parking_lot_core v0.8.6
8172024-12-19T21:39:30.944Z Downloaded tui-tree-widget v0.22.0
8182024-12-19T21:39:30.944Z Downloaded hkdf v0.12.4
8192024-12-19T21:39:30.944Z Downloaded p256 v0.13.2
8202024-12-19T21:39:30.944Z Downloaded tough v0.19.0
8212024-12-19T21:39:30.944Z Downloaded universal-hash v0.5.1
8222024-12-19T21:39:30.944Z Downloaded poly1305 v0.8.0
8232024-12-19T21:39:30.944Z Downloaded tokio-postgres v0.7.12
8242024-12-19T21:39:30.944Z Downloaded take_mut v0.2.2
8252024-12-19T21:39:30.944Z Downloaded serde_with_macros v3.11.0
8262024-12-19T21:39:30.944Z Downloaded num_threads v0.1.7
8272024-12-19T21:39:30.944Z Downloaded foldhash v0.1.3
8282024-12-19T21:39:30.944Z Downloaded sha1 v0.10.6
8292024-12-19T21:39:30.944Z Downloaded percent-encoding v2.3.1
8302024-12-19T21:39:30.944Z Downloaded glob v0.3.1
8312024-12-19T21:39:30.944Z Downloaded futures-task v0.3.31
8322024-12-19T21:39:30.944Z Downloaded ssh-key v0.6.6
8332024-12-19T21:39:30.944Z Downloaded stringprep v0.1.5
8342024-12-19T21:39:30.944Z Downloaded rand_seeder v0.3.0
8352024-12-19T21:39:30.944Z Downloaded unicode-properties v0.1.3
8362024-12-19T21:39:30.944Z Downloaded parking_lot v0.11.2
8372024-12-19T21:39:30.944Z Downloaded ecdsa v0.16.9
8382024-12-19T21:39:30.944Z Downloaded zopfli v0.8.1
8392024-12-19T21:39:30.944Z Downloaded try-lock v0.2.5
8402024-12-19T21:39:30.944Z Downloaded dsl_auto_type v0.1.2
8412024-12-19T21:39:30.944Z Downloaded display-error-chain v0.2.2
8422024-12-19T21:39:30.944Z Downloaded strum_macros v0.26.4
8432024-12-19T21:39:30.944Z Downloaded nu-ansi-term v0.50.1
8442024-12-19T21:39:30.944Z Downloaded either v1.13.0
8452024-12-19T21:39:30.944Z Downloaded ed25519-dalek v2.1.1
8462024-12-19T21:39:30.944Z Downloaded snafu-derive v0.8.5
8472024-12-19T21:39:30.944Z Downloaded serde_urlencoded v0.7.1
8482024-12-19T21:39:30.946Z Downloaded zip v0.6.6
8492024-12-19T21:39:30.946Z Downloaded xz2 v0.1.7
8502024-12-19T21:39:30.946Z Downloaded foreign-types-shared v0.3.1
8512024-12-19T21:39:30.946Z Downloaded dyn-clone v1.0.17
8522024-12-19T21:39:30.946Z Downloaded pbkdf2 v0.11.0
8532024-12-19T21:39:30.946Z Downloaded dunce v1.0.5
8542024-12-19T21:39:30.946Z Downloaded rustyline v14.0.0
8552024-12-19T21:39:30.946Z Downloaded num-conv v0.1.0
8562024-12-19T21:39:30.946Z Downloaded synstructure v0.13.1
8572024-12-19T21:39:30.946Z Downloaded dirs-sys-next v0.1.2
8582024-12-19T21:39:30.946Z Downloaded phf_shared v0.11.2
8592024-12-19T21:39:30.946Z Downloaded pem-rfc7468 v0.7.0
8602024-12-19T21:39:30.946Z Downloaded num_enum v0.5.11
8612024-12-19T21:39:30.946Z Downloaded serde_with v3.11.0
8622024-12-19T21:39:30.946Z Downloaded tokio-tungstenite v0.23.1
8632024-12-19T21:39:30.950Z Downloaded untrusted v0.7.1
8642024-12-19T21:39:30.950Z Downloaded string_cache v0.8.7
8652024-12-19T21:39:30.950Z Downloaded pin-utils v0.1.0
8662024-12-19T21:39:30.951Z Downloaded xattr v1.3.1
8672024-12-19T21:39:30.951Z Downloaded tokio-stream v0.1.16
8682024-12-19T21:39:30.951Z Downloaded unarray v0.1.4
8692024-12-19T21:39:30.951Z Downloaded icu_properties_data v1.5.0
8702024-12-19T21:39:30.951Z Downloaded schemars_derive v0.8.21
8712024-12-19T21:39:30.951Z Downloaded lalrpop v0.19.12
8722024-12-19T21:39:30.951Z Downloaded tokio-tungstenite v0.21.0
8732024-12-19T21:39:30.951Z Downloaded aho-corasick v1.1.3
8742024-12-19T21:39:30.951Z Downloaded subprocess v0.2.9
8752024-12-19T21:39:30.951Z Downloaded rfc6979 v0.4.0
8762024-12-19T21:39:30.951Z Downloaded toml v0.7.8
8772024-12-19T21:39:30.951Z Downloaded same-file v1.0.6
8782024-12-19T21:39:30.951Z Downloaded unicase v2.7.0
8792024-12-19T21:39:30.951Z Downloaded des v0.8.1
8802024-12-19T21:39:30.951Z Downloaded snafu v0.8.5
8812024-12-19T21:39:30.951Z Downloaded float-cmp v0.9.0
8822024-12-19T21:39:30.951Z Downloaded writeable v0.5.5
8832024-12-19T21:39:30.951Z Downloaded serde_yaml v0.9.34+deprecated
8842024-12-19T21:39:30.951Z Downloaded quick-xml v0.33.0
8852024-12-19T21:39:30.951Z Downloaded globset v0.4.15
8862024-12-19T21:39:30.951Z Downloaded pin-project-lite v0.2.14
8872024-12-19T21:39:30.951Z Downloaded unsafe-libyaml v0.2.11
8882024-12-19T21:39:30.952Z Downloaded unicode-bidi v0.3.17
8892024-12-19T21:39:30.952Z Downloaded futures-util v0.3.31
8902024-12-19T21:39:30.952Z Downloaded yasna v0.5.2
8912024-12-19T21:39:30.952Z Downloaded rustls-pemfile v2.2.0
8922024-12-19T21:39:30.952Z Downloaded portable-atomic v1.9.0
8932024-12-19T21:39:30.952Z Downloaded rcgen v0.12.1
8942024-12-19T21:39:30.952Z Downloaded value-bag v1.9.0
8952024-12-19T21:39:30.952Z Downloaded uuid v1.11.0
8962024-12-19T21:39:30.952Z Downloaded aws-lc-rs v1.10.0
8972024-12-19T21:39:30.952Z Downloaded tar v0.4.42
8982024-12-19T21:39:30.952Z Downloaded pin-project-internal v1.1.6
8992024-12-19T21:39:30.952Z Downloaded tungstenite v0.21.0
9002024-12-19T21:39:30.952Z Downloaded num-bigint v0.4.6
9012024-12-19T21:39:30.952Z Downloaded prettyplease v0.2.25
9022024-12-19T21:39:30.952Z Downloaded idna v0.3.0
9032024-12-19T21:39:30.952Z Downloaded pin-project v1.1.6
9042024-12-19T21:39:30.952Z Downloaded zerocopy v0.8.10
9052024-12-19T21:39:30.952Z Downloaded salty v0.3.0
9062024-12-19T21:39:30.952Z Downloaded idna v0.5.0
9072024-12-19T21:39:30.952Z Downloaded sqlparser v0.45.0
9082024-12-19T21:39:30.952Z Downloaded elliptic-curve v0.13.8
9092024-12-19T21:39:30.952Z Downloaded unicode-normalization v0.1.24
9102024-12-19T21:39:30.952Z Downloaded chrono v0.4.38
9112024-12-19T21:39:30.952Z Downloaded bitvec v1.0.1
9122024-12-19T21:39:30.952Z Downloaded heapless v0.8.0
9132024-12-19T21:39:30.952Z Downloaded flume v0.11.1
9142024-12-19T21:39:30.952Z Downloaded rayon-core v1.12.1
9152024-12-19T21:39:30.952Z Downloaded flate2 v1.0.34
9162024-12-19T21:39:30.952Z Downloaded steno v0.4.1
9172024-12-19T21:39:30.952Z Downloaded zerocopy-derive v0.8.10
9182024-12-19T21:39:30.952Z Downloaded toml_edit v0.19.15
9192024-12-19T21:39:30.952Z Downloaded tokio-util v0.7.12
9202024-12-19T21:39:30.952Z Downloaded openssl v0.10.66
9212024-12-19T21:39:30.952Z Downloaded heapless v0.7.17
9222024-12-19T21:39:30.952Z Downloaded quinn-proto v0.11.8
9232024-12-19T21:39:30.952Z Downloaded russh v0.45.0
9242024-12-19T21:39:30.952Z Downloaded zerovec v0.10.4
9252024-12-19T21:39:30.953Z Downloaded h2 v0.4.6
9262024-12-19T21:39:30.953Z Downloaded url v2.5.3
9272024-12-19T21:39:30.953Z Downloaded x509-cert v0.2.5
9282024-12-19T21:39:30.953Z Downloaded hashbrown v0.12.3
9292024-12-19T21:39:30.953Z Downloaded rustls-webpki v0.102.8
9302024-12-19T21:39:30.953Z Downloaded radix_trie v0.2.1
9312024-12-19T21:39:30.953Z Downloaded dropshot v0.13.0
9322024-12-19T21:39:30.953Z Downloaded num-bigint-dig v0.8.4
9332024-12-19T21:39:30.953Z Downloaded vcpkg v0.2.15
9342024-12-19T21:39:30.953Z Downloaded p384 v0.13.0
9352024-12-19T21:39:30.953Z Downloaded hickory-proto v0.24.1
9362024-12-19T21:39:30.953Z Downloaded p521 v0.13.3
9372024-12-19T21:39:30.953Z Downloaded git2 v0.19.0
9382024-12-19T21:39:30.953Z Downloaded rustls-webpki v0.101.7
9392024-12-19T21:39:30.953Z Downloaded reedline v0.35.0
9402024-12-19T21:39:30.953Z Downloaded rustls v0.23.19
9412024-12-19T21:39:30.953Z Downloaded diesel v2.2.6
9422024-12-19T21:39:30.953Z Downloaded rusqlite v0.32.1
9432024-12-19T21:39:30.953Z Downloaded trust-dns-proto v0.22.0
9442024-12-19T21:39:30.953Z Downloaded curve25519-dalek v4.1.3
9452024-12-19T21:39:30.953Z Downloaded object v0.30.4
9462024-12-19T21:39:30.953Z Downloaded smoltcp v0.11.0
9472024-12-19T21:39:30.958Z Downloaded nix v0.27.1
9482024-12-19T21:39:30.970Z Downloaded rustls v0.21.12
9492024-12-19T21:39:30.980Z Downloaded reqwest v0.12.9
9502024-12-19T21:39:30.989Z Downloaded regex v1.11.1
9512024-12-19T21:39:31.002Z Downloaded regex-syntax v0.6.29
9522024-12-19T21:39:31.009Z Downloaded rustls v0.22.4
9532024-12-19T21:39:31.021Z Downloaded regress v0.9.1
9542024-12-19T21:39:31.030Z Downloaded chrono-tz v0.10.0
9552024-12-19T21:39:31.038Z Downloaded bstr v1.10.0
9562024-12-19T21:39:31.048Z Downloaded polar-core v0.27.3
9572024-12-19T21:39:31.056Z Downloaded object v0.36.5
9582024-12-19T21:39:31.067Z Downloaded nix v0.28.0
9592024-12-19T21:39:31.079Z Downloaded zerocopy-derive v0.6.6
9602024-12-19T21:39:31.088Z Downloaded sled v0.34.7
9612024-12-19T21:39:31.098Z Downloaded lzma-sys v0.1.20
9622024-12-19T21:39:31.126Z Downloaded regress v0.10.1
9632024-12-19T21:39:31.135Z Downloaded webpki-roots v0.26.6
9642024-12-19T21:39:31.138Z Downloaded petname v2.0.2
9652024-12-19T21:39:31.143Z Downloaded gimli v0.31.1
9662024-12-19T21:39:31.151Z Downloaded proptest v1.5.0
9672024-12-19T21:39:31.160Z Downloaded regex-syntax v0.8.5
9682024-12-19T21:39:31.169Z Downloaded petgraph v0.6.5
9692024-12-19T21:39:31.186Z Downloaded ratatui v0.28.1
9702024-12-19T21:39:31.205Z Downloaded typify-impl v0.2.0
9712024-12-19T21:39:31.220Z Downloaded libz-sys v1.1.20
9722024-12-19T21:39:31.240Z Downloaded openapiv3 v2.0.0
9732024-12-19T21:39:31.251Z Downloaded nix v0.29.0
9742024-12-19T21:39:31.263Z Downloaded bzip2-sys v0.1.11+1.0.8
9752024-12-19T21:39:31.274Z Downloaded smoltcp v0.9.1
9762024-12-19T21:39:31.284Z Downloaded unicode-width v0.2.0
9772024-12-19T21:39:31.290Z Downloaded dropshot v0.12.0
9782024-12-19T21:39:31.309Z Downloaded regex-automata v0.4.8
9792024-12-19T21:39:31.327Z Downloaded idna v0.4.0
9802024-12-19T21:39:31.332Z Downloaded idna v0.2.3
9812024-12-19T21:39:31.339Z Downloaded blake3 v1.5.4
9822024-12-19T21:39:31.346Z Downloaded bindgen v0.69.5
9832024-12-19T21:39:31.353Z Downloaded rustls-pki-types v1.10.0
9842024-12-19T21:39:31.356Z Downloaded diesel_derives v2.2.3
9852024-12-19T21:39:31.360Z Downloaded winnow v0.5.40
9862024-12-19T21:39:31.368Z Downloaded derive_more v0.99.18
9872024-12-19T21:39:31.372Z Downloaded darling_core v0.20.10
9882024-12-19T21:39:31.376Z Downloaded publicsuffix v2.2.3
9892024-12-19T21:39:31.379Z Downloaded hashbrown v0.14.5
9902024-12-19T21:39:31.384Z Downloaded typify-macro v0.2.0
9912024-12-19T21:39:31.386Z Downloaded tokio v1.40.0
9922024-12-19T21:39:31.421Z Downloaded sha3 v0.10.8
9932024-12-19T21:39:31.426Z Downloaded packed_struct v0.10.1
9942024-12-19T21:39:31.429Z Downloaded csv v1.3.0
9952024-12-19T21:39:31.447Z Downloaded parking_lot v0.12.3
9962024-12-19T21:39:31.450Z Downloaded rayon v1.10.0
9972024-12-19T21:39:31.457Z Downloaded zerofrom-derive v0.1.4
9982024-12-19T21:39:31.460Z Downloaded supports-color v3.0.1
9992024-12-19T21:39:31.460Z Downloaded serde_plain v1.0.2
10002024-12-19T21:39:31.462Z Downloaded similar v2.6.0
10012024-12-19T21:39:31.465Z Downloaded serde_repr v0.1.19
10022024-12-19T21:39:31.468Z Downloaded tokio-rustls v0.25.0
10032024-12-19T21:39:31.470Z Downloaded russh-keys v0.45.0
10042024-12-19T21:39:31.475Z Downloaded expectorate v1.1.0
10052024-12-19T21:39:31.475Z Downloaded encoding_rs v0.8.34
10062024-12-19T21:39:31.493Z Downloaded rand v0.8.5
10072024-12-19T21:39:31.504Z Downloaded getrandom v0.2.15
10082024-12-19T21:39:31.504Z Downloaded password-hash v0.5.0
10092024-12-19T21:39:31.504Z Downloaded socket2 v0.5.7
10102024-12-19T21:39:31.507Z Downloaded aes-gcm v0.10.3
10112024-12-19T21:39:31.507Z Downloaded tungstenite v0.23.0
10122024-12-19T21:39:31.510Z Downloaded typed-path v0.9.3
10132024-12-19T21:39:31.514Z Downloaded hashbrown v0.13.2
10142024-12-19T21:39:31.519Z Downloaded crossterm v0.28.1
10152024-12-19T21:39:31.525Z Downloaded dropshot_endpoint v0.13.0
10162024-12-19T21:39:31.528Z Downloaded dropshot_endpoint v0.12.0
10172024-12-19T21:39:31.530Z Downloaded vergen v8.3.2
10182024-12-19T21:39:31.533Z Downloaded nom v7.1.3
10192024-12-19T21:39:31.538Z Downloaded simd-adler32 v0.3.7
10202024-12-19T21:39:31.541Z Downloaded fixedbitset v0.4.2
10212024-12-19T21:39:31.545Z Downloaded num-traits v0.2.19
10222024-12-19T21:39:31.545Z Downloaded rustc-hash v2.0.0
10232024-12-19T21:39:31.548Z Downloaded rustc-hash v1.1.0
10242024-12-19T21:39:31.548Z Downloaded zerovec-derive v0.10.3
10252024-12-19T21:39:31.548Z Downloaded rsa v0.9.6
10262024-12-19T21:39:31.550Z Downloaded futures-sink v0.3.31
10272024-12-19T21:39:31.553Z Downloaded radium v0.7.0
10282024-12-19T21:39:31.553Z Downloaded quick-error v1.2.3
10292024-12-19T21:39:31.556Z Downloaded num-iter v0.1.45
10302024-12-19T21:39:31.556Z Downloaded owo-colors v4.1.0
10312024-12-19T21:39:31.559Z Downloaded pkcs5 v0.7.1
10322024-12-19T21:39:31.561Z Downloaded predicates-core v1.0.8
10332024-12-19T21:39:31.561Z Downloaded parse-display-derive v0.10.0
10342024-12-19T21:39:31.564Z Downloaded sqlformat v0.2.6
10352024-12-19T21:39:31.564Z Downloaded embedded-io v0.6.1
10362024-12-19T21:39:31.566Z Downloaded embedded-io v0.4.0
10372024-12-19T21:39:31.566Z Downloaded libgit2-sys v0.17.0+1.8.1
10382024-12-19T21:39:31.622Z Downloaded itertools v0.12.1
10392024-12-19T21:39:31.628Z Downloaded tungstenite v0.24.0
10402024-12-19T21:39:31.631Z Downloaded quinn v0.11.5
10412024-12-19T21:39:31.635Z Downloaded polyval v0.6.2
10422024-12-19T21:39:31.637Z Downloaded group v0.13.0
10432024-12-19T21:39:31.637Z Downloaded derive_builder_core v0.20.2
10442024-12-19T21:39:31.640Z Downloaded whoami v1.5.2
10452024-12-19T21:39:31.642Z Downloaded uzers v0.12.1
10462024-12-19T21:39:31.645Z Downloaded pkcs8 v0.10.2
10472024-12-19T21:39:31.648Z Downloaded oso v0.27.3
10482024-12-19T21:39:31.651Z Downloaded omicron-zone-package v0.11.1
10492024-12-19T21:39:31.654Z Downloaded libm v0.2.8
10502024-12-19T21:39:31.659Z Downloaded itertools v0.10.5
10512024-12-19T21:39:31.666Z Downloaded thiserror-no-std v2.0.2
10522024-12-19T21:39:31.669Z Downloaded hashlink v0.9.1
10532024-12-19T21:39:31.673Z Downloaded peg-macros v0.8.4
10542024-12-19T21:39:31.673Z Downloaded mio v1.0.2
10552024-12-19T21:39:31.677Z Downloaded serde_path_to_error v0.1.16
10562024-12-19T21:39:31.679Z Downloaded serde-hex v0.1.0
10572024-12-19T21:39:31.681Z Downloaded bumpalo v3.16.0
10582024-12-19T21:39:31.683Z Downloaded progenitor v0.8.0
10592024-12-19T21:39:31.683Z Downloaded proc-macro-crate v1.3.1
10602024-12-19T21:39:31.686Z Downloaded pkg-config v0.3.31
10612024-12-19T21:39:31.686Z Downloaded float-ord v0.3.2
10622024-12-19T21:39:31.689Z Downloaded pbkdf2 v0.12.2
10632024-12-19T21:39:31.689Z Downloaded serde_derive_internals v0.29.1
10642024-12-19T21:39:31.692Z Downloaded tracing-core v0.1.32
10652024-12-19T21:39:31.692Z Downloaded gethostname v0.5.0
10662024-12-19T21:39:31.695Z Downloaded foreign-types-macros v0.2.3
10672024-12-19T21:39:31.695Z Downloaded ena v0.14.3
10682024-12-19T21:39:31.695Z Downloaded spin v0.9.8
10692024-12-19T21:39:31.697Z Downloaded pkcs1 v0.7.5
10702024-12-19T21:39:31.702Z Downloaded tinyvec v1.8.0
10712024-12-19T21:39:31.704Z Downloaded icu_collections v1.5.0
10722024-12-19T21:39:31.707Z Downloaded wyz v0.5.1
10732024-12-19T21:39:31.709Z Downloaded typify v0.2.0
10742024-12-19T21:39:31.714Z Downloaded crypto-bigint v0.5.5
10752024-12-19T21:39:31.717Z Downloaded base64 v0.21.7
10762024-12-19T21:39:31.720Z Downloaded postgres-protocol v0.6.7
10772024-12-19T21:39:31.723Z Downloaded const_format v0.2.33
10782024-12-19T21:39:31.726Z Downloaded base64 v0.22.1
10792024-12-19T21:39:31.729Z Downloaded postcard v1.0.10
10802024-12-19T21:39:31.732Z Downloaded displaydoc v0.2.5
10812024-12-19T21:39:31.735Z Downloaded cc v1.1.30
10822024-12-19T21:39:31.739Z Downloaded spin v0.5.2
10832024-12-19T21:39:31.739Z Downloaded stable_deref_trait v1.2.0
10842024-12-19T21:39:31.741Z Downloaded signal-hook-registry v1.4.2
10852024-12-19T21:39:31.741Z Downloaded signal-hook-mio v0.2.4
10862024-12-19T21:39:31.741Z Downloaded sec1 v0.7.3
10872024-12-19T21:39:31.744Z Downloaded rpassword v7.3.1
10882024-12-19T21:39:31.745Z Downloaded native-tls v0.2.12
10892024-12-19T21:39:31.747Z Downloaded peg v0.8.4
10902024-12-19T21:39:31.750Z Downloaded futures-channel v0.3.31
10912024-12-19T21:39:31.753Z Downloaded hickory-resolver v0.24.1
10922024-12-19T21:39:31.755Z Downloaded blake2 v0.10.6
10932024-12-19T21:39:31.758Z Downloaded base64 v0.13.1
10942024-12-19T21:39:31.760Z Downloaded icu_provider v1.5.0
10952024-12-19T21:39:31.763Z Downloaded fd-lock v4.0.2
10962024-12-19T21:39:31.765Z Downloaded unicode-xid v0.2.6
10972024-12-19T21:39:31.766Z Downloaded unicode-truncate v1.1.0
10982024-12-19T21:39:31.768Z Downloaded icu_locid v1.5.0
10992024-12-19T21:39:31.771Z Downloaded miniz_oxide v0.8.0
11002024-12-19T21:39:31.773Z Downloaded lock_api v0.4.12
11012024-12-19T21:39:31.776Z Downloaded termcolor v1.4.1
11022024-12-19T21:39:31.776Z Downloaded ssh-encoding v0.2.0
11032024-12-19T21:39:31.778Z Downloaded ssh-cipher v0.2.0
11042024-12-19T21:39:31.778Z Downloaded arc-swap v1.7.1
11052024-12-19T21:39:31.782Z Downloaded indexmap v1.9.3
11062024-12-19T21:39:31.786Z Downloaded clang-sys v1.8.1
11072024-12-19T21:39:31.791Z Downloaded openssl-macros v0.1.1
11082024-12-19T21:39:31.791Z Downloaded icu_locid_transform_data v1.5.0
11092024-12-19T21:39:31.794Z Downloaded const-oid v0.9.6
11102024-12-19T21:39:31.794Z Downloaded siphasher v0.3.11
11112024-12-19T21:39:31.794Z Downloaded scrypt v0.11.0
11122024-12-19T21:39:31.794Z Downloaded cancel-safe-futures v0.1.5
11132024-12-19T21:39:31.798Z Downloaded rustversion v1.0.17
11142024-12-19T21:39:31.800Z Downloaded shlex v1.3.0
11152024-12-19T21:39:31.804Z Downloaded cbc v0.1.2
11162024-12-19T21:39:31.804Z Downloaded argon2 v0.5.3
11172024-12-19T21:39:31.806Z Downloaded icu_locid_transform v1.5.0
11182024-12-19T21:39:31.808Z Downloaded iana-time-zone v0.1.61
11192024-12-19T21:39:31.811Z Downloaded hyper-tls v0.6.0
11202024-12-19T21:39:31.811Z Downloaded hyper-staticfile v0.10.1
11212024-12-19T21:39:31.814Z Downloaded hyper-rustls v0.27.3
11222024-12-19T21:39:31.816Z Downloaded bit-vec v0.6.3
11232024-12-19T21:39:31.816Z Downloaded http-range v0.1.5
11242024-12-19T21:39:31.816Z Downloaded buf-list v1.0.3
11252024-12-19T21:39:31.818Z Downloaded libefi-sys v0.1.0
11262024-12-19T21:39:31.821Z Downloaded impl-trait-for-tuples v0.2.2
11272024-12-19T21:39:31.825Z Downloaded async-trait v0.1.83
11282024-12-19T21:39:31.825Z Downloaded hickory-client v0.24.1
11292024-12-19T21:39:31.879Z Downloaded crossbeam-deque v0.8.5
11302024-12-19T21:39:31.879Z Downloaded chrono-tz-build v0.4.0
11312024-12-19T21:39:31.879Z Downloaded adler2 v2.0.0
11322024-12-19T21:39:31.879Z Downloaded is_ci v1.2.0
11332024-12-19T21:39:31.879Z Downloaded ident_case v1.0.1
11342024-12-19T21:39:31.879Z Downloaded ctr v0.9.2
11352024-12-19T21:39:31.879Z Downloaded idna_adapter v1.2.0
11362024-12-19T21:39:31.879Z Downloaded colored v2.1.0
11372024-12-19T21:39:31.879Z Downloaded blowfish v0.9.1
11382024-12-19T21:39:31.879Z Downloaded libsw v3.3.1
11392024-12-19T21:39:31.879Z Downloaded lazycell v1.3.0
11402024-12-19T21:39:31.879Z Downloaded inout v0.1.3
11412024-12-19T21:39:31.879Z Downloaded convert_case v0.4.0
11422024-12-19T21:39:31.879Z Downloaded cobs v0.2.3
11432024-12-19T21:39:31.879Z Downloaded ciborium-ll v0.2.2
11442024-12-19T21:39:31.879Z Downloaded bb8 v0.8.5
11452024-12-19T21:39:31.879Z Downloaded keccak v0.1.5
11462024-12-19T21:39:31.879Z Downloaded jobserver v0.1.32
11472024-12-19T21:39:31.879Z Downloaded is-terminal v0.4.13
11482024-12-19T21:39:31.882Z Downloaded async-recursion v1.1.1
11492024-12-19T21:39:31.885Z Downloaded cassowary v0.3.0
11502024-12-19T21:39:31.887Z Downloaded ascii-canvas v3.0.0
11512024-12-19T21:39:31.889Z Downloaded arrayref v0.3.9
11522024-12-19T21:39:31.889Z Downloaded hostname v0.4.0
11532024-12-19T21:39:31.891Z Downloaded home v0.5.9
11542024-12-19T21:39:31.894Z Downloaded highway v1.2.0
11552024-12-19T21:39:31.897Z Downloaded async-stream-impl v0.3.6
11562024-12-19T21:39:31.897Z Downloaded assert_matches v1.5.0
11572024-12-19T21:39:31.996Z Downloaded libsqlite3-sys v0.30.1
11582024-12-19T21:39:32.328Z Downloaded ring v0.17.8
11592024-12-19T21:39:32.524Z Downloaded ring v0.16.20
11602024-12-19T21:39:32.785Z Downloaded aws-lc-sys v0.22.0
11612024-12-19T21:39:33.089Z Compiling serde v1.0.215
11622024-12-19T21:39:33.091Z Compiling lock_api v0.4.12
11632024-12-19T21:39:33.091Z Compiling scopeguard v1.2.0
11642024-12-19T21:39:33.091Z Compiling value-bag v1.9.0
11652024-12-19T21:39:33.092Z Compiling typenum v1.17.0
11662024-12-19T21:39:33.092Z Compiling generic-array v0.14.7
11672024-12-19T21:39:33.297Z Compiling syn v2.0.87
11682024-12-19T21:39:33.313Z Compiling getrandom v0.2.15
11692024-12-19T21:39:33.455Z Compiling shlex v1.3.0
11702024-12-19T21:39:33.556Z Compiling rand_core v0.6.4
11712024-12-19T21:39:33.792Z Compiling log v0.4.22
11722024-12-19T21:39:33.817Z Compiling subtle v2.6.1
11732024-12-19T21:39:33.868Z Compiling jobserver v0.1.32
11742024-12-19T21:39:33.897Z Compiling const-oid v0.9.6
11752024-12-19T21:39:34.109Z Compiling smallvec v1.13.2
11762024-12-19T21:39:34.147Z Compiling spin v0.9.8
11772024-12-19T21:39:34.166Z Compiling pin-project-lite v0.2.14
11782024-12-19T21:39:34.286Z Compiling cc v1.1.30
11792024-12-19T21:39:34.514Z Compiling rustix v0.38.37
11802024-12-19T21:39:34.554Z Compiling parking_lot_core v0.9.10
11812024-12-19T21:39:34.717Z Compiling futures-core v0.3.31
11822024-12-19T21:39:34.835Z Compiling signal-hook-registry v1.4.2
11832024-12-19T21:39:34.968Z Compiling mio v1.0.2
11842024-12-19T21:39:35.417Z Compiling parking_lot v0.12.3
11852024-12-19T21:39:35.629Z Compiling aho-corasick v1.1.3
11862024-12-19T21:39:35.648Z Compiling cpufeatures v0.2.14
11872024-12-19T21:39:35.747Z Compiling regex-syntax v0.8.5
11882024-12-19T21:39:35.876Z Compiling lazy_static v1.5.0
11892024-12-19T21:39:36.001Z Compiling glob v0.3.1
11902024-12-19T21:39:36.030Z Compiling futures-sink v0.3.31
11912024-12-19T21:39:36.139Z Compiling stable_deref_trait v1.2.0
11922024-12-19T21:39:36.173Z Compiling either v1.13.0
11932024-12-19T21:39:36.250Z Compiling socket2 v0.5.7
11942024-12-19T21:39:36.345Z Compiling slab v0.4.9
11952024-12-19T21:39:36.603Z Compiling prettyplease v0.2.25
11962024-12-19T21:39:36.794Z Compiling minimal-lexical v0.2.1
11972024-12-19T21:39:37.040Z Compiling clang-sys v1.8.1
11982024-12-19T21:39:37.258Z Compiling nom v7.1.3
11992024-12-19T21:39:37.279Z Compiling libloading v0.8.5
12002024-12-19T21:39:37.369Z Compiling home v0.5.9
12012024-12-19T21:39:37.636Z Compiling serde_json v1.0.132
12022024-12-19T21:39:37.704Z Compiling bindgen v0.69.5
12032024-12-19T21:39:37.970Z Compiling itertools v0.10.5
12042024-12-19T21:39:38.532Z Compiling futures-channel v0.3.31
12052024-12-19T21:39:38.675Z Compiling allocator-api2 v0.2.18
12062024-12-19T21:39:38.928Z Compiling foldhash v0.1.3
12072024-12-19T21:39:39.249Z Compiling rustc-hash v1.1.0
12082024-12-19T21:39:39.399Z Compiling regex-automata v0.4.8
12092024-12-19T21:39:39.499Z Compiling lazycell v1.3.0
12102024-12-19T21:39:39.671Z Compiling futures-io v0.3.31
12112024-12-19T21:39:40.006Z Compiling pin-utils v0.1.0
12122024-12-19T21:39:40.105Z Compiling futures-task v0.3.31
12132024-12-19T21:39:40.383Z Compiling hashbrown v0.15.1
12142024-12-19T21:39:40.766Z Compiling cexpr v0.6.0
12152024-12-19T21:39:40.958Z Compiling synstructure v0.13.1
12162024-12-19T21:39:41.713Z Compiling cmake v0.1.51
12172024-12-19T21:39:42.558Z Compiling libm v0.2.8
12182024-12-19T21:39:42.589Z Compiling tinyvec_macros v0.1.1
12192024-12-19T21:39:42.673Z Compiling fs_extra v1.3.0
12202024-12-19T21:39:42.692Z Compiling pkg-config v0.3.31
12212024-12-19T21:39:42.741Z Compiling dunce v1.0.5
12222024-12-19T21:39:42.885Z Compiling tinyvec v1.8.0
12232024-12-19T21:39:42.909Z Compiling num-traits v0.2.19
12242024-12-19T21:39:43.410Z Compiling ring v0.17.8
12252024-12-19T21:39:44.214Z Compiling unicode-bidi v0.3.17
12262024-12-19T21:39:44.409Z Compiling unicode-normalization v0.1.24
12272024-12-19T21:39:45.555Z Compiling litemap v0.7.3
12282024-12-19T21:39:45.559Z Compiling paste v1.0.15
12292024-12-19T21:39:45.559Z Compiling writeable v0.5.5
12302024-12-19T21:39:45.559Z Compiling regex v1.11.1
12312024-12-19T21:39:45.559Z Compiling base64ct v1.6.0
12322024-12-19T21:39:45.559Z Compiling pem-rfc7468 v0.7.0
12332024-12-19T21:39:45.638Z Compiling aws-lc-rs v1.10.0
12342024-12-19T21:39:45.985Z Compiling httparse v1.9.5
12352024-12-19T21:39:46.074Z Compiling flagset v0.4.6
12362024-12-19T21:39:46.251Z Compiling tracing-core v0.1.32
12372024-12-19T21:39:46.766Z Compiling percent-encoding v2.3.1
12382024-12-19T21:39:47.163Z Compiling rustls-pki-types v1.10.0
12392024-12-19T21:39:47.397Z Compiling icu_locid_transform_data v1.5.0
12402024-12-19T21:39:47.502Z Compiling crossbeam-utils v0.8.20
12412024-12-19T21:39:47.744Z Compiling untrusted v0.7.1
12422024-12-19T21:39:47.806Z Compiling serde_derive v1.0.215
12432024-12-19T21:39:47.923Z Compiling zeroize_derive v1.4.2
12442024-12-19T21:39:48.068Z Compiling zerocopy-derive v0.7.35
12452024-12-19T21:39:48.287Z Compiling tokio-macros v2.4.0
12462024-12-19T21:39:48.384Z Compiling zerofrom-derive v0.1.4
12472024-12-19T21:39:49.481Z Compiling zeroize v1.8.1
12482024-12-19T21:39:49.859Z Compiling thiserror-impl v1.0.69
12492024-12-19T21:39:49.942Z Compiling yoke-derive v0.7.4
12502024-12-19T21:39:50.395Z Compiling zerocopy v0.7.35
12512024-12-19T21:39:51.004Z Compiling futures-macro v0.3.31
12522024-12-19T21:39:51.161Z Compiling crypto-common v0.1.6
12532024-12-19T21:39:51.407Z Compiling block-buffer v0.10.4
12542024-12-19T21:39:51.680Z Compiling digest v0.10.7
12552024-12-19T21:39:52.064Z Compiling zerovec-derive v0.10.3
12562024-12-19T21:39:52.215Z Compiling hmac v0.12.1
12572024-12-19T21:39:52.335Z Compiling block-padding v0.3.3
12582024-12-19T21:39:52.465Z Compiling zerofrom v0.1.4
12592024-12-19T21:39:52.481Z Compiling displaydoc v0.2.5
12602024-12-19T21:39:52.591Z Compiling inout v0.1.3
12612024-12-19T21:39:52.686Z Compiling sha2 v0.10.8
12622024-12-19T21:39:52.859Z Compiling cipher v0.4.4
12632024-12-19T21:39:53.073Z Compiling futures-util v0.3.31
12642024-12-19T21:39:53.093Z Compiling yoke v0.7.4
12652024-12-19T21:39:53.306Z Compiling thiserror v1.0.69
12662024-12-19T21:39:53.396Z Compiling ppv-lite86 v0.2.20
12672024-12-19T21:39:53.442Z Compiling der_derive v0.7.3
12682024-12-19T21:39:53.445Z Compiling icu_provider_macros v1.5.0
12692024-12-19T21:39:54.201Z Compiling rand_chacha v0.3.1
12702024-12-19T21:39:54.205Z Compiling tracing-attributes v0.1.27
12712024-12-19T21:39:54.650Z Compiling rand v0.8.5
12722024-12-19T21:39:54.784Z Compiling zerovec v0.10.4
12732024-12-19T21:39:55.990Z Compiling der v0.7.9
12742024-12-19T21:39:56.280Z Compiling pest v2.7.14
12752024-12-19T21:39:56.544Z Compiling salsa20 v0.10.2
12762024-12-19T21:39:56.781Z Compiling tinystr v0.7.6
12772024-12-19T21:39:56.818Z Compiling icu_collections v1.5.0
12782024-12-19T21:39:57.084Z Compiling pbkdf2 v0.12.2
12792024-12-19T21:39:57.218Z Compiling icu_locid v1.5.0
12802024-12-19T21:39:57.290Z Compiling untrusted v0.9.0
12812024-12-19T21:39:57.476Z Compiling mirai-annotations v1.12.0
12822024-12-19T21:39:57.684Z Compiling time-core v0.1.2
12832024-12-19T21:39:57.864Z Compiling vcpkg v0.2.15
12842024-12-19T21:39:57.986Z Compiling tracing v0.1.40
12852024-12-19T21:39:58.326Z Compiling spki v0.7.3
12862024-12-19T21:39:58.504Z Compiling icu_provider v1.5.0
12872024-12-19T21:39:58.669Z Compiling powerfmt v0.2.0
12882024-12-19T21:39:59.066Z Compiling num-conv v0.1.0
12892024-12-19T21:39:59.352Z Compiling icu_locid_transform v1.5.0
12902024-12-19T21:39:59.392Z Compiling icu_properties_data v1.5.0
12912024-12-19T21:39:59.415Z Compiling time-macros v0.2.18
12922024-12-19T21:39:59.436Z Compiling deranged v0.3.11
12932024-12-19T21:39:59.595Z Compiling pest_meta v2.7.14
12942024-12-19T21:40:00.042Z Compiling openssl-sys v0.9.103
12952024-12-19T21:40:00.919Z Compiling icu_properties v1.5.1
12962024-12-19T21:40:01.146Z Compiling scrypt v0.11.0
12972024-12-19T21:40:01.315Z Compiling cbc v0.1.2
12982024-12-19T21:40:01.552Z Compiling aes v0.8.4
12992024-12-19T21:40:01.696Z Compiling scroll_derive v0.12.0
13002024-12-19T21:40:02.118Z Compiling bitflags v2.6.0
13012024-12-19T21:40:02.230Z Compiling bytes v1.8.0
13022024-12-19T21:40:03.185Z Compiling tokio v1.40.0
13032024-12-19T21:40:03.527Z Compiling indexmap v2.6.0
13042024-12-19T21:40:03.579Z Compiling http v1.1.0
13052024-12-19T21:40:04.500Z Compiling semver v1.0.23
13062024-12-19T21:40:04.841Z Compiling utf8_iter v1.0.4
13072024-12-19T21:40:05.007Z Compiling rustc_version v0.4.1
13082024-12-19T21:40:05.077Z Compiling icu_normalizer_data v1.5.0
13092024-12-19T21:40:05.185Z Compiling utf16_iter v1.0.5
13102024-12-19T21:40:05.252Z Compiling write16 v1.0.0
13112024-12-19T21:40:05.390Z Compiling atomic-waker v1.1.2
13122024-12-19T21:40:05.407Z Compiling num_threads v0.1.7
13132024-12-19T21:40:05.539Z Compiling time v0.3.36
13142024-12-19T21:40:05.573Z Compiling icu_normalizer v1.5.0
13152024-12-19T21:40:05.793Z Compiling http-body v1.0.1
13162024-12-19T21:40:05.876Z Compiling scroll v0.12.0
13172024-12-19T21:40:05.969Z Compiling pkcs5 v0.7.1
13182024-12-19T21:40:06.034Z Compiling pest_generator v2.7.14
13192024-12-19T21:40:06.118Z Compiling form_urlencoded v1.2.1
13202024-12-19T21:40:06.433Z Compiling slog v2.7.0
13212024-12-19T21:40:06.436Z Compiling try-lock v0.2.5
13222024-12-19T21:40:06.611Z Compiling which v4.4.2
13232024-12-19T21:40:07.189Z Compiling goblin v0.8.2
13242024-12-19T21:40:07.337Z Compiling want v0.3.1
13252024-12-19T21:40:07.639Z Compiling pkcs8 v0.10.2
13262024-12-19T21:40:07.669Z Compiling idna_adapter v1.2.0
13272024-12-19T21:40:07.898Z Compiling httpdate v1.0.3
13282024-12-19T21:40:07.972Z Compiling idna v1.0.3
13292024-12-19T21:40:08.100Z Compiling pest_derive v2.7.14
13302024-12-19T21:40:08.336Z Compiling serde_spanned v0.6.8
13312024-12-19T21:40:08.826Z Compiling dtrace-parser v0.2.0
13322024-12-19T21:40:09.129Z Compiling toml_datetime v0.6.8
13332024-12-19T21:40:09.155Z Compiling uuid v1.11.0
13342024-12-19T21:40:09.641Z Compiling serde_tokenstream v0.2.2
13352024-12-19T21:40:09.732Z Compiling adler2 v2.0.0
13362024-12-19T21:40:09.939Z Compiling base64 v0.22.1
13372024-12-19T21:40:10.258Z Compiling rustversion v1.0.17
13382024-12-19T21:40:10.568Z Compiling tower-service v0.3.3
13392024-12-19T21:40:10.699Z Compiling foreign-types-shared v0.1.1
13402024-12-19T21:40:10.702Z Compiling match_cfg v0.1.0
13412024-12-19T21:40:10.808Z Compiling iana-time-zone v0.1.61
13422024-12-19T21:40:10.820Z Compiling openssl v0.10.66
13432024-12-19T21:40:10.824Z Compiling hostname v0.3.1
13442024-12-19T21:40:10.930Z Compiling foreign-types v0.3.2
13452024-12-19T21:40:11.030Z Compiling chrono v0.4.38
13462024-12-19T21:40:11.048Z Compiling miniz_oxide v0.8.0
13472024-12-19T21:40:11.077Z Compiling url v2.5.3
13482024-12-19T21:40:11.267Z Compiling async-trait v0.1.83
13492024-12-19T21:40:12.608Z Compiling tokio-util v0.7.12
13502024-12-19T21:40:12.738Z Compiling openssl-macros v0.1.1
13512024-12-19T21:40:13.115Z Compiling dof v0.3.0
13522024-12-19T21:40:13.501Z Compiling dirs-sys-next v0.1.2
13532024-12-19T21:40:14.022Z Compiling h2 v0.4.6
13542024-12-19T21:40:14.065Z Compiling usdt-impl v0.5.0
13552024-12-19T21:40:14.153Z Compiling syn v1.0.109
13562024-12-19T21:40:14.782Z Compiling rustls v0.23.19
13572024-12-19T21:40:14.834Z Compiling rustls v0.22.4
13582024-12-19T21:40:15.033Z Compiling siphasher v0.3.11
13592024-12-19T21:40:15.093Z Compiling data-encoding v2.6.0
13602024-12-19T21:40:15.212Z Compiling native-tls v0.2.12
13612024-12-19T21:40:15.526Z Compiling dirs-next v2.0.0
13622024-12-19T21:40:15.732Z Compiling http-body-util v0.1.2
13632024-12-19T21:40:16.280Z Compiling heapless v0.7.17
13642024-12-19T21:40:16.708Z Compiling crossbeam-epoch v0.9.18
13652024-12-19T21:40:17.013Z Compiling sha1 v0.10.6
13662024-12-19T21:40:17.458Z Compiling signature v2.2.0
13672024-12-19T21:40:17.481Z Compiling bzip2-sys v0.1.11+1.0.8
13682024-12-19T21:40:17.499Z Compiling serde_derive_internals v0.29.1
13692024-12-19T21:40:17.563Z Compiling thread_local v1.1.8
13702024-12-19T21:40:17.772Z Compiling encoding_rs v0.8.34
13712024-12-19T21:40:17.984Z Compiling cookie v0.18.1
13722024-12-19T21:40:18.126Z Compiling multer v3.1.0
13732024-12-19T21:40:18.235Z Compiling ipnet v2.10.1
13742024-12-19T21:40:18.407Z Compiling mime v0.3.17
13752024-12-19T21:40:18.874Z Compiling slog-async v2.8.0
13762024-12-19T21:40:19.004Z Compiling gimli v0.31.1
13772024-12-19T21:40:19.369Z Compiling openssl-probe v0.1.5
13782024-12-19T21:40:19.510Z Compiling schemars v0.8.21
13792024-12-19T21:40:19.731Z Compiling unicode-properties v0.1.3
13802024-12-19T21:40:19.834Z Compiling rayon-core v1.12.1
13812024-12-19T21:40:20.102Z Compiling signal-hook v0.3.17
13822024-12-19T21:40:20.166Z Compiling stringprep v0.1.5
13832024-12-19T21:40:20.260Z Compiling schemars_derive v0.8.21
13842024-12-19T21:40:20.484Z Compiling toml_edit v0.22.22
13852024-12-19T21:40:21.391Z Compiling hyper v1.5.0
13862024-12-19T21:40:26.297Z Compiling addr2line v0.24.2
13872024-12-19T21:40:26.395Z Compiling hyper-util v0.1.10
13882024-12-19T21:40:26.395Z Compiling usdt-attr-macro v0.5.0
13892024-12-19T21:40:26.395Z Compiling usdt-macro v0.5.0
13902024-12-19T21:40:26.395Z Compiling crossbeam-deque v0.8.5
13912024-12-19T21:40:26.395Z Compiling term v0.7.0
13922024-12-19T21:40:26.434Z Compiling slog-json v2.6.1
13932024-12-19T21:40:26.434Z Compiling serde_urlencoded v0.7.1
13942024-12-19T21:40:26.434Z Compiling curve25519-dalek v4.1.3
13952024-12-19T21:40:26.434Z Compiling crossbeam-channel v0.5.13
13962024-12-19T21:40:26.434Z Compiling enum-as-inner v0.6.1
13972024-12-19T21:40:26.467Z Compiling futures-executor v0.3.31
13982024-12-19T21:40:26.571Z Compiling md-5 v0.10.6
13992024-12-19T21:40:26.889Z Compiling async-stream-impl v0.3.6
14002024-12-19T21:40:27.054Z Compiling rustls-pemfile v2.2.0
14012024-12-19T21:40:27.169Z Compiling num-integer v0.1.46
14022024-12-19T21:40:27.234Z Compiling idna v0.3.0
14032024-12-19T21:40:27.340Z Compiling idna v0.4.0
14042024-12-19T21:40:27.396Z Compiling hash32 v0.2.1
14052024-12-19T21:40:27.792Z Compiling ff v0.13.0
14062024-12-19T21:40:27.953Z Compiling is-terminal v0.4.13
14072024-12-19T21:40:28.026Z Compiling dropshot v0.12.0
14082024-12-19T21:40:28.084Z Compiling object v0.36.5
14092024-12-19T21:40:28.282Z Compiling utf-8 v0.7.6
14102024-12-19T21:40:28.305Z Compiling rustc-demangle v0.1.24
14112024-12-19T21:40:28.607Z Compiling psl-types v2.0.11
14122024-12-19T21:40:28.802Z Compiling base16ct v0.2.0
14132024-12-19T21:40:28.827Z Compiling fallible-iterator v0.2.0
14142024-12-19T21:40:28.947Z Compiling quick-error v1.2.3
14152024-12-19T21:40:29.005Z Compiling linked-hash-map v0.5.6
14162024-12-19T21:40:29.098Z Compiling smoltcp v0.9.1
14172024-12-19T21:40:29.145Z Compiling anyhow v1.0.93
14182024-12-19T21:40:29.281Z Compiling portable-atomic v1.9.0
14192024-12-19T21:40:29.365Z Compiling dyn-clone v1.0.17
14202024-12-19T21:40:29.517Z Compiling num-bigint-dig v0.8.4
14212024-12-19T21:40:29.586Z Compiling take_mut v0.2.2
14222024-12-19T21:40:29.878Z Compiling postgres-protocol v0.6.7
14232024-12-19T21:40:30.168Z Compiling lru-cache v0.1.2
14242024-12-19T21:40:30.344Z Compiling resolv-conf v0.7.0
14252024-12-19T21:40:30.389Z Compiling sec1 v0.7.3
14262024-12-19T21:40:30.957Z Compiling publicsuffix v2.2.3
14272024-12-19T21:40:30.982Z Compiling tungstenite v0.24.0
14282024-12-19T21:40:31.230Z Compiling async-stream v0.3.6
14292024-12-19T21:40:31.249Z Compiling hickory-proto v0.24.1
14302024-12-19T21:40:31.285Z Compiling slog-term v2.9.1
14312024-12-19T21:40:31.539Z Compiling group v0.13.0
14322024-12-19T21:40:31.904Z Compiling usdt v0.5.0
14332024-12-19T21:40:32.602Z Compiling num-iter v0.1.45
14342024-12-19T21:40:32.794Z Compiling futures v0.3.31
14352024-12-19T21:40:33.025Z Compiling slog-bunyan v2.5.0
14362024-12-19T21:40:33.558Z Compiling toml v0.8.19
14372024-12-19T21:40:34.724Z Compiling tokio-native-tls v0.3.1
14382024-12-19T21:40:34.759Z Compiling camino v1.1.9
14392024-12-19T21:40:35.054Z Compiling phf_shared v0.11.2
14402024-12-19T21:40:35.295Z Compiling dropshot_endpoint v0.12.0
14412024-12-19T21:40:35.429Z Compiling backtrace v0.3.74
14422024-12-19T21:40:35.758Z Compiling terminal_size v0.4.0
14432024-12-19T21:40:35.990Z Compiling waitgroup v0.1.2
14442024-12-19T21:40:36.024Z Compiling openapiv3 v2.0.0
14452024-12-19T21:40:36.128Z Compiling serde_path_to_error v0.1.16
14462024-12-19T21:40:36.198Z Compiling hkdf v0.12.4
14472024-12-19T21:40:36.469Z Compiling crypto-bigint v0.5.5
14482024-12-19T21:40:36.989Z Compiling zerocopy-derive v0.6.6
14492024-12-19T21:40:39.174Z Compiling curve25519-dalek-derive v0.1.1
14502024-12-19T21:40:39.284Z Compiling webpki-roots v0.26.6
14512024-12-19T21:40:39.432Z Compiling hubpack_derive v0.1.1
14522024-12-19T21:40:39.508Z Compiling idna v0.5.0
14532024-12-19T21:40:40.034Z Compiling hostname v0.4.0
14542024-12-19T21:40:40.293Z Compiling ahash v0.8.11
14552024-12-19T21:40:40.318Z Compiling fs-err v2.11.0
14562024-12-19T21:40:40.515Z Compiling crc32fast v1.4.2
14572024-12-19T21:40:40.594Z Compiling managed v0.8.0
14582024-12-19T21:40:40.620Z Compiling debug-ignore v1.0.5
14592024-12-19T21:40:40.640Z Compiling winnow v0.5.40
14602024-12-19T21:40:40.772Z Compiling bitflags v1.3.2
14612024-12-19T21:40:40.856Z Compiling strum_macros v0.25.3
14622024-12-19T21:40:40.883Z Compiling clap_builder v4.5.21
14632024-12-19T21:40:41.189Z Compiling console v0.15.8
14642024-12-19T21:40:41.951Z Compiling flate2 v1.0.34
14652024-12-19T21:40:42.964Z Compiling cookie_store v0.21.0
14662024-12-19T21:40:43.086Z Compiling hubpack v0.1.2
14672024-12-19T21:40:43.149Z Compiling elliptic-curve v0.13.8
14682024-12-19T21:40:43.547Z Compiling zerocopy v0.6.6
14692024-12-19T21:40:44.008Z Compiling hickory-resolver v0.24.1
14702024-12-19T21:40:44.443Z Compiling toml_edit v0.19.15
14712024-12-19T21:40:44.600Z Compiling signal-hook-mio v0.2.4
14722024-12-19T21:40:44.764Z Compiling phf v0.11.2
14732024-12-19T21:40:45.029Z Compiling hyper-tls v0.6.0
14742024-12-19T21:40:45.095Z Compiling rayon v1.10.0
14752024-12-19T21:40:45.413Z Compiling bzip2 v0.4.4
14762024-12-19T21:40:45.806Z Compiling tokio-tungstenite v0.24.0
14772024-12-19T21:40:46.347Z Compiling postgres-types v0.2.8
14782024-12-19T21:40:49.302Z Compiling ed25519 v2.2.3
14792024-12-19T21:40:50.002Z Compiling phf_shared v0.10.0
14802024-12-19T21:40:50.363Z Compiling tokio-stream v0.1.16
14812024-12-19T21:40:50.425Z Compiling pkcs1 v0.7.5
14822024-12-19T21:40:50.758Z Compiling serde-big-array v0.5.1
14832024-12-19T21:40:50.817Z Compiling clap_derive v4.5.18
14842024-12-19T21:40:50.976Z Compiling rfc6979 v0.4.0
14852024-12-19T21:40:51.170Z Compiling serde_repr v0.1.19
14862024-12-19T21:40:51.189Z Compiling derive-where v1.2.7
14872024-12-19T21:40:51.439Z Compiling float-cmp v0.9.0
14882024-12-19T21:40:51.458Z Compiling bstr v1.10.0
14892024-12-19T21:40:51.662Z Compiling sync_wrapper v1.0.1
14902024-12-19T21:40:51.824Z Compiling static_assertions v1.1.0
14912024-12-19T21:40:51.944Z Compiling precomputed-hash v0.1.1
14922024-12-19T21:40:52.064Z Compiling difflib v0.4.0
14932024-12-19T21:40:52.399Z Compiling unicode-segmentation v1.12.0
14942024-12-19T21:40:52.565Z Compiling new_debug_unreachable v1.0.6
14952024-12-19T21:40:52.666Z Compiling unicode-width v0.2.0
14962024-12-19T21:40:53.189Z Compiling whoami v1.5.2
14972024-12-19T21:40:53.211Z Compiling fixedbitset v0.4.2
14982024-12-19T21:40:53.298Z Compiling number_prefix v0.4.0
14992024-12-19T21:40:53.523Z Compiling bit-vec v0.6.3
15002024-12-19T21:40:53.673Z Compiling predicates-core v1.0.8
15012024-12-19T21:40:53.726Z Compiling normalize-line-endings v0.3.0
15022024-12-19T21:40:53.828Z Compiling tokio-postgres v0.7.12
15032024-12-19T21:40:53.860Z Compiling predicates v3.1.2
15042024-12-19T21:40:53.988Z Compiling bit-set v0.5.3
15052024-12-19T21:40:54.038Z Compiling petgraph v0.6.5
15062024-12-19T21:40:54.285Z Compiling indicatif v0.17.9
15072024-12-19T21:40:54.842Z Compiling similar v2.6.0
15082024-12-19T21:40:55.666Z Compiling string_cache v0.8.7
15092024-12-19T21:40:55.914Z Compiling clap v4.5.21
15102024-12-19T21:40:56.046Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15112024-12-19T21:40:56.157Z Compiling ecdsa v0.16.9
15122024-12-19T21:40:56.537Z Compiling rsa v0.9.6
15132024-12-19T21:40:57.025Z Compiling ed25519-dalek v2.1.1
15142024-12-19T21:40:57.316Z Compiling toml v0.7.8
15152024-12-19T21:40:58.203Z Compiling zip v0.6.6
15162024-12-19T21:40:58.345Z Compiling crossterm v0.28.1
15172024-12-19T21:40:59.771Z Compiling hex v0.4.3
15182024-12-19T21:40:59.971Z Compiling x509-cert v0.2.5
15192024-12-19T21:41:00.019Z Compiling lalrpop-util v0.19.12
15202024-12-19T21:41:00.279Z Compiling unicode-xid v0.2.6
15212024-12-19T21:41:00.353Z Compiling peg-runtime v0.8.3
15222024-12-19T21:41:00.388Z Compiling strum_macros v0.26.4
15232024-12-19T21:41:00.459Z Compiling xattr v1.3.1
15242024-12-19T21:41:00.730Z Compiling filetime v0.2.25
15252024-12-19T21:41:01.042Z Compiling tar v0.4.42
15262024-12-19T21:41:05.594Z Compiling strum v0.26.3
15272024-12-19T21:41:08.779Z Compiling aws-lc-sys v0.22.0
15282024-12-19T21:41:36.724Z Compiling rustls-webpki v0.102.8
15292024-12-19T21:41:40.110Z Compiling tokio-rustls v0.25.0
15302024-12-19T21:41:41.676Z Compiling tokio-rustls v0.26.0
15312024-12-19T21:41:42.012Z Compiling hyper-rustls v0.27.3
15322024-12-19T21:41:42.393Z Compiling reqwest v0.12.9
15332024-12-19T21:41:43.632Z Compiling qorb v0.2.1
15342024-12-19T21:41:48.558Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15352024-12-19T21:41:48.786Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15362024-12-19T21:41:54.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15372024-12-19T21:41:54.467Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15382024-12-19T21:41:54.518ZDec 19 21:41:53.234 INFO Starting download, target: Console
15392024-12-19T21:41:54.518ZDec 19 21:41:53.234 INFO Starting download, target: DendriteOpenapi
15402024-12-19T21:41:54.518ZDec 19 21:41:53.234 INFO Starting download, target: Clickhouse
15412024-12-19T21:41:54.518ZDec 19 21:41:53.234 INFO Starting download, target: Cockroach
15422024-12-19T21:41:54.518ZDec 19 21:41:53.234 INFO Starting download, target: DendriteStub
15432024-12-19T21:41:54.521ZDec 19 21:41:53.234 INFO Starting download, target: MaghemiteMgd
15442024-12-19T21:41:54.521ZDec 19 21:41:53.234 INFO Starting download, target: TransceiverControl
15452024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15462024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15472024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15492024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15502024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15512024-12-19T21:41:54.521ZDec 19 21:41:53.235 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15522024-12-19T21:41:54.683ZDec 19 21:41:53.399 INFO Download complete, target: DendriteOpenapi
15532024-12-19T21:41:54.964ZDec 19 21:41:53.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15542024-12-19T21:41:55.123ZDec 19 21:41:53.837 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15552024-12-19T21:41:55.437ZDec 19 21:41:54.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562024-12-19T21:41:55.444ZDec 19 21:41:54.148 INFO Download complete, target: Console
15572024-12-19T21:41:55.590ZDec 19 21:41:54.307 INFO Download complete, target: TransceiverControl
15582024-12-19T21:41:55.601ZDec 19 21:41:54.318 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15592024-12-19T21:41:56.202ZDec 19 21:41:54.920 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15602024-12-19T21:41:56.202ZDec 19 21:41:54.920 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15612024-12-19T21:41:57.665ZDec 19 21:41:56.383 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15622024-12-19T21:41:58.472ZDec 19 21:41:57.189 INFO Download complete, target: DendriteStub
15632024-12-19T21:41:58.550ZDec 19 21:41:57.267 INFO Download complete, target: MaghemiteMgd
15642024-12-19T21:42:03.604ZDec 19 21:42:02.319 INFO Checking that binary works, target: Cockroach
15652024-12-19T21:42:03.768ZDec 19 21:42:02.484 INFO Download complete, target: Cockroach
15662024-12-19T21:42:09.829ZDec 19 21:42:08.545 INFO Checking that binary works, target: Clickhouse
15672024-12-19T21:42:09.966ZDec 19 21:42:08.682 INFO Download complete, target: Clickhouse
15682024-12-19T21:42:09.986ZAll builder prerequisites installed successfully, and PATH looks valid
15692024-12-19T21:42:09.988Z
15702024-12-19T21:42:09.988Zreal 5:05.075182697
15712024-12-19T21:42:09.988Zuser 16:28.794274749
15722024-12-19T21:42:09.988Zsys 3:14.328384515
15732024-12-19T21:42:09.988Ztrap 0.535118095
15742024-12-19T21:42:09.988Ztflt 1.483301360
15752024-12-19T21:42:09.988Zdflt 2.176807410
15762024-12-19T21:42:09.988Zkflt 0.043439505
15772024-12-19T21:42:09.988Zlock 29:33.144252140
15782024-12-19T21:42:09.988Zslp 1:01:37.091241963
15792024-12-19T21:42:09.988Zlat 56.439495724
15802024-12-19T21:42:09.988Zstop 2:19.124819303
15812024-12-19T21:42:09.988Z+ banner hack-check
15822024-12-19T21:42:09.991Z
15832024-12-19T21:42:09.991Z # # ## #### # # #### # # ###### #### # #
15842024-12-19T21:42:09.991Z # # # # # # # # # # # # # # # # #
15852024-12-19T21:42:09.991Z ###### # # # #### ##### # ###### ##### # ####
15862024-12-19T21:42:09.991Z # # ###### # # # # # # # # # #
15872024-12-19T21:42:09.991Z # # # # # # # # # # # # # # # # #
15882024-12-19T21:42:09.991Z # # # # #### # # #### # # ###### #### # #
15892024-12-19T21:42:09.991Z
15902024-12-19T21:42:09.991Z+ export CARGO_INCREMENTAL=0
15912024-12-19T21:42:09.991Z+ CARGO_INCREMENTAL=0
15922024-12-19T21:42:09.991Z+ ptime -m timeout 2h cargo xtask check-features --ci
15932024-12-19T21:42:10.504Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15942024-12-19T21:42:14.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
15952024-12-19T21:42:14.090Z Running `target/debug/xtask check-features --ci`
15962024-12-19T21:42:14.111Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15972024-12-19T21:42:14.113Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15982024-12-19T21:42:14.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15992024-12-19T21:42:14.570Z Running `target/debug/xtask download cargo-hack`
16002024-12-19T21:42:15.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16012024-12-19T21:42:15.734Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16022024-12-19T21:42:20.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
16032024-12-19T21:42:20.573Z Running `target/debug/xtask-downloader cargo-hack`
16042024-12-19T21:42:20.607ZDec 19 21:42:19.322 INFO Starting download, target: CargoHack
16052024-12-19T21:42:20.616ZDec 19 21:42:19.323 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16062024-12-19T21:42:21.184ZDec 19 21:42:19.899 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16072024-12-19T21:42:21.273ZDec 19 21:42:19.988 INFO Download complete, target: CargoHack
16082024-12-19T21:42:21.276Zrunning: "/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"
16092024-12-19T21:42:21.292Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16102024-12-19T21:42:21.467Zinfo: running `cargo check --bins` on api_identity (1/175)
16112024-12-19T21:42:22.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-12-19T21:42:22.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-12-19T21:42:22.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-12-19T21:42:22.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16152024-12-19T21:42:22.074Z
16162024-12-19T21:42:22.074Zinfo: running `cargo check --bins` on bootstore (2/175)
16172024-12-19T21:42:22.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-19T21:42:22.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-19T21:42:22.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-19T21:42:22.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16212024-12-19T21:42:22.702Z
16222024-12-19T21:42:22.702Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16232024-12-19T21:42:23.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-19T21:42:23.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-19T21:42:23.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-19T21:42:23.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16272024-12-19T21:42:23.304Z
16282024-12-19T21:42:23.304Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16292024-12-19T21:42:23.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-19T21:42:23.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-19T21:42:23.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-19T21:42:23.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16332024-12-19T21:42:23.921Z
16342024-12-19T21:42:23.921Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16352024-12-19T21:42:24.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-19T21:42:24.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-19T21:42:24.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-19T21:42:24.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16392024-12-19T21:42:24.334Z
16402024-12-19T21:42:24.334Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16412024-12-19T21:42:24.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-19T21:42:24.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-19T21:42:24.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-19T21:42:24.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16452024-12-19T21:42:24.741Z
16462024-12-19T21:42:24.741Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16472024-12-19T21:42:25.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-19T21:42:25.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-19T21:42:25.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-19T21:42:25.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16512024-12-19T21:42:25.145Z
16522024-12-19T21:42:25.145Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16532024-12-19T21:42:25.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-19T21:42:25.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-19T21:42:25.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-19T21:42:25.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16572024-12-19T21:42:25.558Z
16582024-12-19T21:42:25.558Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16592024-12-19T21:42:25.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-19T21:42:25.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-19T21:42:25.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-19T21:42:25.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16632024-12-19T21:42:25.971Z
16642024-12-19T21:42:25.971Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16652024-12-19T21:42:26.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-19T21:42:26.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-19T21:42:26.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-19T21:42:26.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16692024-12-19T21:42:26.382Z
16702024-12-19T21:42:26.382Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16712024-12-19T21:42:26.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-19T21:42:26.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-19T21:42:26.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-19T21:42:26.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16752024-12-19T21:42:26.798Z
16762024-12-19T21:42:26.798Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16772024-12-19T21:42:28.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-19T21:42:28.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-19T21:42:28.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-19T21:42:28.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16812024-12-19T21:42:28.177Z
16822024-12-19T21:42:28.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
16832024-12-19T21:42:28.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-19T21:42:28.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-19T21:42:28.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-19T21:42:28.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16872024-12-19T21:42:28.177Z
16882024-12-19T21:42:28.177Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
16892024-12-19T21:42:28.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-19T21:42:28.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-19T21:42:28.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-19T21:42:28.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16932024-12-19T21:42:28.177Z
16942024-12-19T21:42:28.177Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
16952024-12-19T21:42:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-19T21:42:28.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-19T21:42:28.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-19T21:42:28.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16992024-12-19T21:42:28.452Z
17002024-12-19T21:42:28.452Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17012024-12-19T21:42:28.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-19T21:42:28.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-19T21:42:28.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-19T21:42:28.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17052024-12-19T21:42:28.859Z
17062024-12-19T21:42:28.859Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17072024-12-19T21:42:29.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-19T21:42:29.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-19T21:42:29.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-19T21:42:29.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17112024-12-19T21:42:29.270Z
17122024-12-19T21:42:29.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17132024-12-19T21:42:29.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-19T21:42:29.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-19T21:42:29.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-19T21:42:29.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17172024-12-19T21:42:29.688Z
17182024-12-19T21:42:29.688Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17192024-12-19T21:42:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-19T21:42:30.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-19T21:42:30.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-19T21:42:30.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17232024-12-19T21:42:30.101Z
17242024-12-19T21:42:30.101Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17252024-12-19T21:42:30.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-19T21:42:30.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-19T21:42:30.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-19T21:42:30.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17292024-12-19T21:42:30.513Z
17302024-12-19T21:42:30.513Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17312024-12-19T21:42:30.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-19T21:42:30.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-19T21:42:30.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-19T21:42:30.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17352024-12-19T21:42:30.926Z
17362024-12-19T21:42:30.926Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17372024-12-19T21:42:31.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-19T21:42:31.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-19T21:42:31.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-19T21:42:31.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17412024-12-19T21:42:31.345Z
17422024-12-19T21:42:31.345Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17432024-12-19T21:42:31.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-19T21:42:31.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-19T21:42:31.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-19T21:42:31.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17472024-12-19T21:42:31.764Z
17482024-12-19T21:42:31.764Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17492024-12-19T21:42:32.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-19T21:42:32.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-19T21:42:32.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-19T21:42:32.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17532024-12-19T21:42:32.176Z
17542024-12-19T21:42:32.176Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17552024-12-19T21:42:32.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-19T21:42:32.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-19T21:42:32.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-19T21:42:32.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17592024-12-19T21:42:32.798Z
17602024-12-19T21:42:32.798Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17612024-12-19T21:42:33.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-19T21:42:33.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-19T21:42:33.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-19T21:42:33.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17652024-12-19T21:42:33.419Z
17662024-12-19T21:42:33.419Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17672024-12-19T21:42:33.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-19T21:42:33.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-19T21:42:33.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-19T21:42:33.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17712024-12-19T21:42:34.042Z
17722024-12-19T21:42:34.042Zinfo: running `cargo check --bins` on oxlog (28/175)
17732024-12-19T21:42:34.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-19T21:42:34.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-19T21:42:34.652Z Checking cfg-if v1.0.0
17762024-12-19T21:42:34.654Z Checking libc v0.2.162
17772024-12-19T21:42:34.757Z Checking serde v1.0.215
17782024-12-19T21:42:34.760Z Checking zeroize v1.8.1
17792024-12-19T21:42:34.774Z Checking memchr v2.7.4
17802024-12-19T21:42:34.777Z Checking typenum v1.17.0
17812024-12-19T21:42:34.785Z Checking scopeguard v1.2.0
17822024-12-19T21:42:34.798Z Checking subtle v2.6.1
17832024-12-19T21:42:34.823Z Checking value-bag v1.9.0
17842024-12-19T21:42:34.924Z Checking lock_api v0.4.12
17852024-12-19T21:42:34.994Z Checking itoa v1.0.11
17862024-12-19T21:42:35.062Z Checking smallvec v1.13.2
17872024-12-19T21:42:35.182Z Checking const-oid v0.9.6
17882024-12-19T21:42:35.247Z Checking log v0.4.22
17892024-12-19T21:42:35.328Z Checking pin-project-lite v0.2.14
17902024-12-19T21:42:35.397Z Checking byteorder v1.5.0
17912024-12-19T21:42:35.438Z Checking futures-core v0.3.31
17922024-12-19T21:42:35.618Z Checking once_cell v1.20.2
17932024-12-19T21:42:35.658Z Checking cpufeatures v0.2.14
17942024-12-19T21:42:35.748Z Checking futures-sink v0.3.31
17952024-12-19T21:42:35.776Z Checking stable_deref_trait v1.2.0
17962024-12-19T21:42:35.779Z Checking spin v0.9.8
17972024-12-19T21:42:35.870Z Checking zerocopy v0.7.35
17982024-12-19T21:42:35.884Z Checking getrandom v0.2.15
17992024-12-19T21:42:35.884Z Checking parking_lot_core v0.9.10
18002024-12-19T21:42:35.905Z Checking signal-hook-registry v1.4.2
18012024-12-19T21:42:36.093Z Checking rand_core v0.6.4
18022024-12-19T21:42:36.110Z Checking generic-array v0.14.7
18032024-12-19T21:42:36.127Z Checking mio v1.0.2
18042024-12-19T21:42:36.145Z Checking socket2 v0.5.7
18052024-12-19T21:42:36.193Z Checking parking_lot v0.12.3
18062024-12-19T21:42:36.403Z Checking slab v0.4.9
18072024-12-19T21:42:36.519Z Checking zerofrom v0.1.4
18082024-12-19T21:42:36.654Z Checking futures-channel v0.3.31
18092024-12-19T21:42:36.669Z Checking pin-utils v0.1.0
18102024-12-19T21:42:36.731Z Checking allocator-api2 v0.2.18
18112024-12-19T21:42:36.747Z Checking yoke v0.7.4
18122024-12-19T21:42:36.747Z Checking foldhash v0.1.3
18132024-12-19T21:42:36.963Z Checking futures-task v0.3.31
18142024-12-19T21:42:37.011Z Checking equivalent v1.0.1
18152024-12-19T21:42:37.027Z Checking futures-io v0.3.31
18162024-12-19T21:42:37.065Z Checking zerovec v0.10.4
18172024-12-19T21:42:37.108Z Checking ryu v1.0.18
18182024-12-19T21:42:37.183Z Checking tinyvec_macros v0.1.1
18192024-12-19T21:42:37.199Z Checking futures-util v0.3.31
18202024-12-19T21:42:37.262Z Checking crypto-common v0.1.6
18212024-12-19T21:42:37.283Z Checking block-buffer v0.10.4
18222024-12-19T21:42:37.295Z Checking block-padding v0.3.3
18232024-12-19T21:42:37.313Z Checking tinyvec v1.8.0
18242024-12-19T21:42:37.361Z Checking hashbrown v0.15.1
18252024-12-19T21:42:37.430Z Checking fnv v1.0.7
18262024-12-19T21:42:37.478Z Checking inout v0.1.3
18272024-12-19T21:42:37.493Z Checking digest v0.10.7
18282024-12-19T21:42:37.545Z Checking libm v0.2.8
18292024-12-19T21:42:37.702Z Checking cipher v0.4.4
18302024-12-19T21:42:37.886Z Checking hmac v0.12.1
18312024-12-19T21:42:38.088Z Checking sha2 v0.10.8
18322024-12-19T21:42:38.101Z Checking litemap v0.7.3
18332024-12-19T21:42:38.444Z Checking unicode-bidi v0.3.17
18342024-12-19T21:42:38.480Z Checking base64ct v1.6.0
18352024-12-19T21:42:38.511Z Checking writeable v0.5.5
18362024-12-19T21:42:38.599Z Checking unicode-normalization v0.1.24
18372024-12-19T21:42:38.639Z Checking num-traits v0.2.19
18382024-12-19T21:42:38.668Z Checking tinystr v0.7.6
18392024-12-19T21:42:38.828Z Checking ppv-lite86 v0.2.20
18402024-12-19T21:42:38.897Z Checking pem-rfc7468 v0.7.0
18412024-12-19T21:42:39.114Z Checking icu_locid v1.5.0
18422024-12-19T21:42:39.305Z Checking flagset v0.4.6
18432024-12-19T21:42:39.305Z Checking tracing-core v0.1.32
18442024-12-19T21:42:39.509Z Checking der v0.7.9
18452024-12-19T21:42:39.737Z Checking thiserror v1.0.69
18462024-12-19T21:42:39.876Z Checking rand_chacha v0.3.1
18472024-12-19T21:42:39.876Z Checking percent-encoding v2.3.1
18482024-12-19T21:42:39.876Z Checking bytes v1.8.0
18492024-12-19T21:42:39.876Z Checking indexmap v2.6.0
18502024-12-19T21:42:40.000Z Checking serde_json v1.0.132
18512024-12-19T21:42:40.092Z Checking bitflags v2.6.0
18522024-12-19T21:42:40.181Z Checking icu_provider v1.5.0
18532024-12-19T21:42:40.335Z Checking rustls-pki-types v1.10.0
18542024-12-19T21:42:40.401Z Checking icu_locid_transform_data v1.5.0
18552024-12-19T21:42:40.454Z Checking rand v0.8.5
18562024-12-19T21:42:40.538Z Checking tokio v1.40.0
18572024-12-19T21:42:40.703Z Checking http v1.1.0
18582024-12-19T21:42:40.872Z Checking icu_locid_transform v1.5.0
18592024-12-19T21:42:41.038Z Checking tracing v0.1.40
18602024-12-19T21:42:41.064Z Checking spki v0.7.3
18612024-12-19T21:42:41.334Z Checking icu_collections v1.5.0
18622024-12-19T21:42:41.352Z Checking pbkdf2 v0.12.2
18632024-12-19T21:42:41.516Z Checking salsa20 v0.10.2
18642024-12-19T21:42:41.618Z Checking aws-lc-sys v0.22.0
18652024-12-19T21:42:41.719Z Checking httparse v1.9.5
18662024-12-19T21:42:41.749Z Checking untrusted v0.7.1
18672024-12-19T21:42:41.855Z Checking icu_properties_data v1.5.0
18682024-12-19T21:42:41.906Z Checking mirai-annotations v1.12.0
18692024-12-19T21:42:42.015Z Checking untrusted v0.9.0
18702024-12-19T21:42:42.078Z Checking powerfmt v0.2.0
18712024-12-19T21:42:42.093Z Checking icu_properties v1.5.1
18722024-12-19T21:42:42.096Z Checking scrypt v0.11.0
18732024-12-19T21:42:42.138Z Checking cbc v0.1.2
18742024-12-19T21:42:42.158Z Checking ring v0.17.8
18752024-12-19T21:42:42.331Z Checking aes v0.8.4
18762024-12-19T21:42:42.347Z Checking deranged v0.3.11
18772024-12-19T21:42:42.350Z Checking crossbeam-utils v0.8.20
18782024-12-19T21:42:42.375Z Checking utf8_iter v1.0.4
18792024-12-19T21:42:42.582Z Checking write16 v1.0.0
18802024-12-19T21:42:42.707Z Checking time-core v0.1.2
18812024-12-19T21:42:42.866Z Checking atomic-waker v1.1.2
18822024-12-19T21:42:42.998Z Checking num_threads v0.1.7
18832024-12-19T21:42:43.034Z Checking utf16_iter v1.0.5
18842024-12-19T21:42:43.106Z Checking icu_normalizer_data v1.5.0
18852024-12-19T21:42:43.188Z Checking num-conv v0.1.0
18862024-12-19T21:42:43.204Z Checking http-body v1.0.1
18872024-12-19T21:42:43.263Z Checking pkcs5 v0.7.1
18882024-12-19T21:42:43.410Z Checking form_urlencoded v1.2.1
18892024-12-19T21:42:43.441Z Checking try-lock v0.2.5
18902024-12-19T21:42:43.576Z Checking want v0.3.1
18912024-12-19T21:42:43.608Z Checking httpdate v1.0.3
18922024-12-19T21:42:43.752Z Checking unicode-ident v1.0.13
18932024-12-19T21:42:43.772Z Checking pkcs8 v0.10.2
18942024-12-19T21:42:43.833Z Checking uuid v1.11.0
18952024-12-19T21:42:43.918Z Checking proc-macro2 v1.0.89
18962024-12-19T21:42:43.945Z Checking toml_datetime v0.6.8
18972024-12-19T21:42:44.081Z Checking serde_spanned v0.6.8
18982024-12-19T21:42:44.129Z Checking aws-lc-rs v1.10.0
18992024-12-19T21:42:44.171Z Checking time v0.3.36
19002024-12-19T21:42:44.213Z Checking slog v2.7.0
19012024-12-19T21:42:44.262Z Checking scroll v0.12.0
19022024-12-19T21:42:44.423Z Checking plain v0.2.3
19032024-12-19T21:42:44.574Z Checking iana-time-zone v0.1.61
19042024-12-19T21:42:44.609Z Checking base64 v0.22.1
19052024-12-19T21:42:44.691Z Checking match_cfg v0.1.0
19062024-12-19T21:42:44.717Z Checking tower-service v0.3.3
19072024-12-19T21:42:44.717Z Checking foreign-types-shared v0.1.1
19082024-12-19T21:42:44.776Z Checking adler2 v2.0.0
19092024-12-19T21:42:44.826Z Checking ucd-trie v0.1.7
19102024-12-19T21:42:44.839Z Checking foreign-types v0.3.2
19112024-12-19T21:42:44.917Z Checking hostname v0.3.1
19122024-12-19T21:42:44.932Z Checking miniz_oxide v0.8.0
19132024-12-19T21:42:45.021Z Checking pest v2.7.14
19142024-12-19T21:42:45.048Z Checking goblin v0.8.2
19152024-12-19T21:42:45.071Z Checking chrono v0.4.38
19162024-12-19T21:42:45.400Z Checking icu_normalizer v1.5.0
19172024-12-19T21:42:45.657Z Checking quote v1.0.37
19182024-12-19T21:42:45.916Z Checking rustls-webpki v0.102.8
19192024-12-19T21:42:46.013Z Checking openssl-sys v0.9.103
19202024-12-19T21:42:46.197Z Checking idna_adapter v1.2.0
19212024-12-19T21:42:46.396Z Checking idna v1.0.3
19222024-12-19T21:42:46.679Z Checking dirs-sys-next v0.1.2
19232024-12-19T21:42:46.808Z Checking errno v0.3.9
19242024-12-19T21:42:46.865Z Checking aho-corasick v1.1.3
19252024-12-19T21:42:46.897Z Checking url v2.5.3
19262024-12-19T21:42:46.970Z Checking siphasher v0.3.11
19272024-12-19T21:42:47.197Z Checking pretty-hex v0.4.1
19282024-12-19T21:42:47.256Z Checking regex-syntax v0.8.5
19292024-12-19T21:42:47.295Z Checking data-encoding v2.6.0
19302024-12-19T21:42:47.364Z Checking openssl v0.10.66
19312024-12-19T21:42:47.526Z Checking dtrace-parser v0.2.0
19322024-12-19T21:42:47.704Z Checking rustix v0.38.37
19332024-12-19T21:42:47.815Z Checking tokio-util v0.7.12
19342024-12-19T21:42:47.907Z Checking dirs-next v2.0.0
19352024-12-19T21:42:47.997Z Checking syn v2.0.87
19362024-12-19T21:42:48.037Z Checking http-body-util v0.1.2
19372024-12-19T21:42:48.497Z Checking crossbeam-epoch v0.9.18
19382024-12-19T21:42:48.512Z Checking signature v2.2.0
19392024-12-19T21:42:48.700Z Checking sha1 v0.10.6
19402024-12-19T21:42:48.726Z Checking h2 v0.4.6
19412024-12-19T21:42:48.928Z Checking lazy_static v1.5.0
19422024-12-19T21:42:48.971Z Checking thread_local v1.1.8
19432024-12-19T21:42:49.035Z Checking thread-id v4.2.2
19442024-12-19T21:42:49.141Z Checking encoding_rs v0.8.34
19452024-12-19T21:42:49.229Z Checking openssl-probe v0.1.5
19462024-12-19T21:42:49.383Z Checking gimli v0.31.1
19472024-12-19T21:42:50.048Z Checking dof v0.3.0
19482024-12-19T21:42:50.409Z Checking regex-automata v0.4.8
19492024-12-19T21:42:50.641Z Checking unicode-properties v0.1.3
19502024-12-19T21:42:51.008Z Checking anstyle v1.0.10
19512024-12-19T21:42:51.156Z Checking mime v0.3.17
19522024-12-19T21:42:51.370Z Checking ipnet v2.10.1
19532024-12-19T21:42:51.502Z Checking winnow v0.6.20
19542024-12-19T21:42:51.562Z Checking utf8parse v0.2.2
19552024-12-19T21:42:51.711Z Checking anstyle-parse v0.2.5
19562024-12-19T21:42:51.870Z Checking stringprep v0.1.5
19572024-12-19T21:42:51.983Z Checking crossbeam-deque v0.8.5
19582024-12-19T21:42:52.136Z Checking term v0.7.0
19592024-12-19T21:42:52.287Z Checking rustls v0.22.4
19602024-12-19T21:42:52.544Z Checking rustls v0.23.19
19612024-12-19T21:42:52.615Z Checking native-tls v0.2.12
19622024-12-19T21:42:52.919Z Checking slog-json v2.6.1
19632024-12-19T21:42:53.188Z Checking serde_urlencoded v0.7.1
19642024-12-19T21:42:53.463Z Checking addr2line v0.24.2
19652024-12-19T21:42:53.593Z Checking crossbeam-channel v0.5.13
19662024-12-19T21:42:53.979Z Checking futures-executor v0.3.31
19672024-12-19T21:42:54.191Z Checking rustls-pemfile v2.2.0
19682024-12-19T21:42:54.270Z Checking usdt-impl v0.5.0
19692024-12-19T21:42:54.319Z Checking num-integer v0.1.46
19702024-12-19T21:42:54.391Z Checking idna v0.3.0
19712024-12-19T21:42:54.472Z Checking toml_edit v0.22.22
19722024-12-19T21:42:54.733Z Checking hyper v1.5.0
19732024-12-19T21:42:54.775Z Checking idna v0.4.0
19742024-12-19T21:42:54.789Z Checking md-5 v0.10.6
19752024-12-19T21:42:55.011Z Checking ff v0.13.0
19762024-12-19T21:42:55.065Z Checking is-terminal v0.4.13
19772024-12-19T21:42:55.180Z Checking memmap v0.7.0
19782024-12-19T21:42:55.215Z Checking hash32 v0.2.1
19792024-12-19T21:42:55.250Z Checking object v0.36.5
19802024-12-19T21:42:55.379Z Checking anstyle-query v1.1.1
19812024-12-19T21:42:55.501Z Checking base16ct v0.2.0
19822024-12-19T21:42:55.528Z Checking is_terminal_polyfill v1.70.1
19832024-12-19T21:42:55.578Z Checking fallible-iterator v0.2.0
19842024-12-19T21:42:55.645Z Checking either v1.13.0
19852024-12-19T21:42:55.683Z Checking take_mut v0.2.2
19862024-12-19T21:42:55.827Z Checking dyn-clone v1.0.17
19872024-12-19T21:42:55.932Z Checking psl-types v2.0.11
19882024-12-19T21:42:55.956Z Checking rustc-demangle v0.1.24
19892024-12-19T21:42:56.020Z Checking colorchoice v1.0.2
19902024-12-19T21:42:56.113Z Checking quick-error v1.2.3
19912024-12-19T21:42:56.147Z Checking linked-hash-map v0.5.6
19922024-12-19T21:42:56.184Z Checking utf-8 v0.7.6
19932024-12-19T21:42:56.245Z Checking resolv-conf v0.7.0
19942024-12-19T21:42:56.358Z Checking postgres-protocol v0.6.7
19952024-12-19T21:42:56.378Z Checking tungstenite v0.24.0
19962024-12-19T21:42:56.460Z Checking lru-cache v0.1.2
19972024-12-19T21:42:56.593Z Checking anstream v0.6.15
19982024-12-19T21:42:56.648Z Checking publicsuffix v2.2.3
19992024-12-19T21:42:56.741Z Checking hyper-util v0.1.10
20002024-12-19T21:42:56.896Z Checking schemars v0.8.21
20012024-12-19T21:42:56.959Z Checking tokio-rustls v0.25.0
20022024-12-19T21:42:57.032Z Checking slog-async v2.8.0
20032024-12-19T21:42:57.058Z Checking toml v0.8.19
20042024-12-19T21:42:57.309Z Checking sec1 v0.7.3
20052024-12-19T21:42:57.326Z Checking hickory-proto v0.24.1
20062024-12-19T21:42:57.339Z Checking heapless v0.7.17
20072024-12-19T21:42:57.680Z Checking usdt v0.5.0
20082024-12-19T21:42:57.814Z Checking group v0.13.0
20092024-12-19T21:42:57.944Z Checking slog-term v2.9.1
20102024-12-19T21:42:58.049Z Checking num-iter v0.1.45
20112024-12-19T21:42:58.090Z Checking tokio-rustls v0.26.0
20122024-12-19T21:42:58.221Z Checking futures v0.3.31
20132024-12-19T21:42:58.327Z Checking slog-bunyan v2.5.0
20142024-12-19T21:42:58.346Z Checking tokio-native-tls v0.3.1
20152024-12-19T21:42:58.402Z Checking rayon-core v1.12.1
20162024-12-19T21:42:58.480Z Checking multer v3.1.0
20172024-12-19T21:42:58.497Z Checking terminal_size v0.4.0
20182024-12-19T21:42:58.526Z Checking phf_shared v0.11.2
20192024-12-19T21:42:58.589Z Checking cookie v0.18.1
20202024-12-19T21:42:58.651Z Checking async-stream v0.3.6
20212024-12-19T21:42:58.705Z Checking bzip2-sys v0.1.11+1.0.8
20222024-12-19T21:42:58.798Z Checking signal-hook v0.3.17
20232024-12-19T21:42:58.820Z Checking camino v1.1.9
20242024-12-19T21:42:58.837Z Checking waitgroup v0.1.2
20252024-12-19T21:42:58.873Z Checking openapiv3 v2.0.0
20262024-12-19T21:42:58.961Z Checking webpki-roots v0.26.6
20272024-12-19T21:42:59.032Z Checking serde_path_to_error v0.1.16
20282024-12-19T21:42:59.035Z Checking idna v0.5.0
20292024-12-19T21:42:59.132Z Checking hkdf v0.12.4
20302024-12-19T21:42:59.152Z Checking crypto-bigint v0.5.5
20312024-12-19T21:42:59.327Z Checking hostname v0.4.0
20322024-12-19T21:42:59.418Z Checking crc32fast v1.4.2
20332024-12-19T21:42:59.460Z Checking clap_lex v0.7.2
20342024-12-19T21:42:59.626Z Checking managed v0.8.0
20352024-12-19T21:42:59.657Z Checking unicode-width v0.1.14
20362024-12-19T21:42:59.688Z Checking debug-ignore v1.0.5
20372024-12-19T21:42:59.823Z Checking bitflags v1.3.2
20382024-12-19T21:42:59.848Z Checking strsim v0.11.1
20392024-12-19T21:42:59.928Z Checking winnow v0.5.40
20402024-12-19T21:42:59.993Z Checking smoltcp v0.9.1
20412024-12-19T21:43:00.109Z Checking clap_builder v4.5.21
20422024-12-19T21:43:00.125Z Checking console v0.15.8
20432024-12-19T21:43:00.681Z Checking cookie_store v0.21.0
20442024-12-19T21:43:01.400Z Checking flate2 v1.0.34
20452024-12-19T21:43:01.463Z Checking hyper-rustls v0.27.3
20462024-12-19T21:43:01.617Z Checking backtrace v0.3.74
20472024-12-19T21:43:01.805Z Checking signal-hook-mio v0.2.4
20482024-12-19T21:43:01.952Z Checking rayon v1.10.0
20492024-12-19T21:43:01.974Z Checking elliptic-curve v0.13.8
20502024-12-19T21:43:02.037Z Checking bzip2 v0.4.4
20512024-12-19T21:43:02.091Z Checking hickory-resolver v0.24.1
20522024-12-19T21:43:02.149Z Checking anyhow v1.0.93
20532024-12-19T21:43:02.327Z Checking phf v0.11.2
20542024-12-19T21:43:02.355Z Checking dropshot v0.12.0
20552024-12-19T21:43:02.529Z Checking hyper-tls v0.6.0
20562024-12-19T21:43:02.579Z Checking num-bigint-dig v0.8.4
20572024-12-19T21:43:02.582Z Checking tokio-tungstenite v0.24.0
20582024-12-19T21:43:02.812Z Checking postgres-types v0.2.8
20592024-12-19T21:43:02.946Z Checking toml_edit v0.19.15
20602024-12-19T21:43:03.055Z Checking regex v1.11.1
20612024-12-19T21:43:03.131Z Checking bstr v1.10.0
20622024-12-19T21:43:03.532Z Checking tokio-stream v0.1.16
20632024-12-19T21:43:03.696Z Checking ed25519 v2.2.3
20642024-12-19T21:43:03.698Z Checking phf_shared v0.10.0
20652024-12-19T21:43:03.995Z Checking zerocopy v0.6.6
20662024-12-19T21:43:04.010Z Checking curve25519-dalek v4.1.3
20672024-12-19T21:43:04.071Z Checking pkcs1 v0.7.5
20682024-12-19T21:43:04.444Z Checking hubpack v0.1.2
20692024-12-19T21:43:04.463Z Checking portable-atomic v1.9.0
20702024-12-19T21:43:04.647Z Checking float-cmp v0.9.0
20712024-12-19T21:43:04.737Z Checking serde-big-array v0.5.1
20722024-12-19T21:43:04.752Z Checking rfc6979 v0.4.0
20732024-12-19T21:43:04.819Z Checking sync_wrapper v1.0.1
20742024-12-19T21:43:04.925Z Checking predicates-core v1.0.8
20752024-12-19T21:43:04.952Z Checking number_prefix v0.4.0
20762024-12-19T21:43:04.955Z Checking new_debug_unreachable v1.0.6
20772024-12-19T21:43:05.051Z Checking unicode-width v0.2.0
20782024-12-19T21:43:05.095Z Checking minimal-lexical v0.2.1
20792024-12-19T21:43:05.127Z Checking unicode-segmentation v1.12.0
20802024-12-19T21:43:05.392Z Checking normalize-line-endings v0.3.0
20812024-12-19T21:43:05.460Z Checking static_assertions v1.1.0
20822024-12-19T21:43:05.475Z Checking bit-vec v0.6.3
20832024-12-19T21:43:05.495Z Checking difflib v0.4.0
20842024-12-19T21:43:05.510Z Checking fixedbitset v0.4.2
20852024-12-19T21:43:05.549Z Checking whoami v1.5.2
20862024-12-19T21:43:05.753Z Checking precomputed-hash v0.1.1
20872024-12-19T21:43:05.769Z Checking petgraph v0.6.5
20882024-12-19T21:43:05.794Z Checking predicates v3.1.2
20892024-12-19T21:43:05.808Z Checking bit-set v0.5.3
20902024-12-19T21:43:05.822Z Checking similar v2.6.0
20912024-12-19T21:43:05.837Z Checking tokio-postgres v0.7.12
20922024-12-19T21:43:05.854Z Checking string_cache v0.8.7
20932024-12-19T21:43:05.899Z Checking ed25519-dalek v2.1.1
20942024-12-19T21:43:06.015Z Checking qorb v0.2.1
20952024-12-19T21:43:06.047Z Checking indicatif v0.17.9
20962024-12-19T21:43:06.115Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20972024-12-19T21:43:06.294Z Checking nom v7.1.3
20982024-12-19T21:43:06.424Z Checking toml v0.7.8
20992024-12-19T21:43:06.706Z Checking reqwest v0.12.9
21002024-12-19T21:43:06.830Z Checking ecdsa v0.16.9
21012024-12-19T21:43:07.160Z Checking rsa v0.9.6
21022024-12-19T21:43:07.537Z Checking clap v4.5.21
21032024-12-19T21:43:07.658Z Checking zip v0.6.6
21042024-12-19T21:43:08.224Z Checking crossterm v0.28.1
21052024-12-19T21:43:08.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21062024-12-19T21:43:08.389Z Checking itertools v0.10.5
21072024-12-19T21:43:08.522Z Checking fs-err v2.11.0
21082024-12-19T21:43:08.566Z Checking ahash v0.8.11
21092024-12-19T21:43:08.978Z Checking x509-cert v0.2.5
21102024-12-19T21:43:08.999Z Checking semver v1.0.23
21112024-12-19T21:43:09.084Z Checking hex v0.4.3
21122024-12-19T21:43:09.123Z Checking lalrpop-util v0.19.12
21132024-12-19T21:43:09.137Z Checking peg-runtime v0.8.3
21142024-12-19T21:43:09.359Z Checking heck v0.4.1
21152024-12-19T21:43:09.401Z Checking sigpipe v0.1.3
21162024-12-19T21:43:10.813Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172024-12-19T21:43:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s
21182024-12-19T21:43:11.273Z
21192024-12-19T21:43:11.273Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21202024-12-19T21:43:11.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-12-19T21:43:11.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-12-19T21:43:11.934Z Compiling hashbrown v0.14.5
21232024-12-19T21:43:12.052Z Checking heck v0.5.0
21242024-12-19T21:43:12.064Z Compiling unsafe-libyaml v0.2.11
21252024-12-19T21:43:12.078Z Compiling ident_case v1.0.1
21262024-12-19T21:43:12.091Z Checking progenitor-client v0.8.0
21272024-12-19T21:43:12.104Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282024-12-19T21:43:12.118Z Compiling proc-macro-crate v1.3.1
21292024-12-19T21:43:12.202Z Checking ipnetwork v0.20.0
21302024-12-19T21:43:12.238Z Compiling darling_core v0.20.10
21312024-12-19T21:43:12.441Z Compiling structmeta-derive v0.3.0
21322024-12-19T21:43:12.456Z Compiling newtype-uuid v1.1.3
21332024-12-19T21:43:12.530Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21342024-12-19T21:43:12.759Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-19T21:43:12.832Z Compiling lzma-sys v0.1.20
21362024-12-19T21:43:13.099Z Compiling foreign-types-macros v0.2.3
21372024-12-19T21:43:13.177Z Checking regress v0.10.1
21382024-12-19T21:43:13.217Z Compiling num_enum_derive v0.5.11
21392024-12-19T21:43:13.593Z Compiling serde_yaml v0.9.34+deprecated
21402024-12-19T21:43:13.940Z Compiling dropshot v0.13.0
21412024-12-19T21:43:14.213Z Checking arc-swap v1.7.1
21422024-12-19T21:43:14.396Z Checking foreign-types-shared v0.3.1
21432024-12-19T21:43:14.511Z Checking foreign-types v0.5.0
21442024-12-19T21:43:14.638Z Checking slog-scope v4.4.0
21452024-12-19T21:43:14.727Z Compiling proc-macro-error v1.0.4
21462024-12-19T21:43:15.331Z Compiling structmeta v0.3.0
21472024-12-19T21:43:15.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21482024-12-19T21:43:15.408Z Checking tungstenite v0.21.0
21492024-12-19T21:43:15.499Z Compiling heck v0.3.3
21502024-12-19T21:43:15.760Z Compiling parse-display-derive v0.10.0
21512024-12-19T21:43:15.763Z Checking num_enum v0.5.11
21522024-12-19T21:43:15.913Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21532024-12-19T21:43:15.936Z Compiling dropshot_endpoint v0.13.0
21542024-12-19T21:43:16.384Z Checking cstr-argument v0.1.2
21552024-12-19T21:43:16.581Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21562024-12-19T21:43:16.735Z Checking typify-impl v0.2.0
21572024-12-19T21:43:16.815Z Checking instant v0.1.13
21582024-12-19T21:43:16.909Z Checking fastrand v2.1.1
21592024-12-19T21:43:17.350Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21602024-12-19T21:43:17.620Z Checking base64 v0.21.7
21612024-12-19T21:43:17.834Z Checking pretty-hex v0.2.1
21622024-12-19T21:43:17.994Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21632024-12-19T21:43:18.113Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-12-19T21:43:18.256Z Checking tempfile v3.13.0
21652024-12-19T21:43:18.271Z Checking backoff v0.4.0
21662024-12-19T21:43:18.416Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21672024-12-19T21:43:18.554Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21682024-12-19T21:43:18.568Z Checking tokio-tungstenite v0.21.0
21692024-12-19T21:43:18.625Z Compiling zone_cfg_derive v0.1.2
21702024-12-19T21:43:18.868Z Checking strum v0.26.3
21712024-12-19T21:43:19.026Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21722024-12-19T21:43:19.082Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-12-19T21:43:19.242Z Compiling darling_macro v0.20.10
21742024-12-19T21:43:19.275Z Checking slog-stdlog v4.1.1
21752024-12-19T21:43:19.431Z Checking regress v0.9.1
21762024-12-19T21:43:19.459Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-12-19T21:43:19.610Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21782024-12-19T21:43:19.759Z Checking colored v2.1.0
21792024-12-19T21:43:19.882Z Checking macaddr v1.0.1
21802024-12-19T21:43:20.035Z Checking base64 v0.13.1
21812024-12-19T21:43:20.074Z Checking zone v0.1.8
21822024-12-19T21:43:20.186Z Compiling darling v0.20.10
21832024-12-19T21:43:20.511Z Compiling serde_with_macros v3.11.0
21842024-12-19T21:43:20.515Z Checking parse-display v0.10.0
21852024-12-19T21:43:20.515Z Checking ron v0.7.1
21862024-12-19T21:43:20.615Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-12-19T21:43:20.688Z Checking xz2 v0.1.7
21882024-12-19T21:43:20.999Z Checking slog-envlogger v2.2.0
21892024-12-19T21:43:21.074Z Checking tabwriter v1.4.0
21902024-12-19T21:43:21.218Z Checking xattr v1.3.1
21912024-12-19T21:43:21.316Z Checking pem v3.0.4
21922024-12-19T21:43:21.414Z Checking yasna v0.5.2
21932024-12-19T21:43:21.582Z Checking headers-core v0.3.0
21942024-12-19T21:43:21.631Z Checking smf v0.2.3
21952024-12-19T21:43:21.727Z Checking filetime v0.2.25
21962024-12-19T21:43:21.940Z Checking same-file v1.0.6
21972024-12-19T21:43:22.089Z Checking tar v0.4.42
21982024-12-19T21:43:22.109Z Checking walkdir v2.5.0
21992024-12-19T21:43:22.248Z Checking headers v0.4.0
22002024-12-19T21:43:22.352Z Checking rcgen v0.12.1
22012024-12-19T21:43:22.375Z Checking atomicwrites v0.4.4
22022024-12-19T21:43:22.561Z Checking camino-tempfile v1.1.1
22032024-12-19T21:43:22.841Z Checking subprocess v0.2.9
22042024-12-19T21:43:23.195Z Checking serde_with v3.11.0
22052024-12-19T21:43:27.148Z Compiling typify-macro v0.2.0
22062024-12-19T21:43:29.012Z Compiling typify v0.2.0
22072024-12-19T21:43:29.080Z Compiling progenitor-impl v0.8.0
22082024-12-19T21:43:32.325Z Compiling progenitor-macro v0.8.0
22092024-12-19T21:43:37.089Z Checking progenitor v0.8.0
22102024-12-19T21:43:37.243Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22112024-12-19T21:43:37.245Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22122024-12-19T21:43:39.886Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22132024-12-19T21:43:40.272Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22142024-12-19T21:43:46.559Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22152024-12-19T21:43:48.176Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22162024-12-19T21:43:49.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.12s
22172024-12-19T21:43:49.572Z
22182024-12-19T21:43:49.572Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22192024-12-19T21:43:50.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-12-19T21:43:50.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-12-19T21:43:50.216Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-12-19T21:43:51.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
22232024-12-19T21:43:51.791Z
22242024-12-19T21:43:51.791Zinfo: running `cargo check --bins` on nexus-config (31/175)
22252024-12-19T21:43:52.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-12-19T21:43:52.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-12-19T21:43:52.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-12-19T21:43:52.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22292024-12-19T21:43:52.407Z
22302024-12-19T21:43:52.407Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22312024-12-19T21:43:52.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-12-19T21:43:52.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-12-19T21:43:52.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-12-19T21:43:52.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22352024-12-19T21:43:53.007Z
22362024-12-19T21:43:53.007Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22372024-12-19T21:43:53.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-12-19T21:43:53.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-12-19T21:43:53.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-12-19T21:43:53.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22412024-12-19T21:43:53.623Z
22422024-12-19T21:43:53.623Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22432024-12-19T21:43:54.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-12-19T21:43:54.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-12-19T21:43:54.291Z Compiling zerocopy v0.8.10
22462024-12-19T21:43:54.291Z Compiling progenitor-client v0.8.0
22472024-12-19T21:43:54.292Z Compiling itertools v0.13.0
22482024-12-19T21:43:54.295Z Compiling zerocopy-derive v0.8.10
22492024-12-19T21:43:54.295Z Compiling heapless v0.8.0
22502024-12-19T21:43:54.295Z Compiling newtype-uuid v1.1.3
22512024-12-19T21:43:54.295Z Compiling ipnetwork v0.20.0
22522024-12-19T21:43:54.295Z Checking hash32 v0.3.1
22532024-12-19T21:43:54.627Z Compiling instant v0.1.13
22542024-12-19T21:43:54.686Z Compiling smoltcp v0.11.0
22552024-12-19T21:43:54.765Z Compiling progenitor v0.8.0
22562024-12-19T21:43:54.850Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22572024-12-19T21:43:55.016Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22582024-12-19T21:43:55.349Z Compiling backoff v0.4.0
22592024-12-19T21:43:55.367Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602024-12-19T21:43:55.399Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612024-12-19T21:43:55.577Z Compiling dropshot v0.13.0
22622024-12-19T21:43:55.616Z Compiling serde_with v3.11.0
22632024-12-19T21:43:55.677Z Compiling parse-display v0.10.0
22642024-12-19T21:43:55.720Z Checking num-rational v0.4.2
22652024-12-19T21:43:56.121Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22662024-12-19T21:43:56.375Z Compiling regress v0.9.1
22672024-12-19T21:43:56.425Z Compiling phf_generator v0.11.2
22682024-12-19T21:43:56.655Z Checking num-complex v0.4.6
22692024-12-19T21:43:57.617Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22702024-12-19T21:43:58.085Z Compiling macaddr v1.0.1
22712024-12-19T21:43:58.486Z Checking cobs v0.2.3
22722024-12-19T21:43:58.537Z Compiling num v0.4.3
22732024-12-19T21:43:58.666Z Checking postcard v1.0.10
22742024-12-19T21:43:58.737Z Compiling phf_codegen v0.11.2
22752024-12-19T21:43:59.213Z Compiling parse-zoneinfo v0.3.1
22762024-12-19T21:43:59.656Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22772024-12-19T21:43:59.957Z Compiling convert_case v0.4.0
22782024-12-19T21:44:00.616Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22792024-12-19T21:44:00.990Z Checking float-ord v0.3.2
22802024-12-19T21:44:01.223Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22812024-12-19T21:44:01.315Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22822024-12-19T21:44:01.372Z Compiling derive_more v0.99.18
22832024-12-19T21:44:01.630Z Compiling chrono-tz-build v0.4.0
22842024-12-19T21:44:01.988Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-19T21:44:02.911Z Compiling thiserror v2.0.3
22862024-12-19T21:44:03.121Z Compiling crucible-workspace-hack v0.1.0
22872024-12-19T21:44:03.273Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22882024-12-19T21:44:03.409Z Compiling chrono-tz v0.10.0
22892024-12-19T21:44:03.583Z Checking newline-converter v0.3.0
22902024-12-19T21:44:03.906Z Checking prettyplease v0.2.25
22912024-12-19T21:44:04.086Z Compiling thiserror-impl v2.0.3
22922024-12-19T21:44:04.784Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22932024-12-19T21:44:04.896Z Compiling slog-dtrace v0.3.0
22942024-12-19T21:44:05.026Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22952024-12-19T21:44:05.175Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22962024-12-19T21:44:05.563Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22972024-12-19T21:44:06.221Z Checking expectorate v1.1.0
22982024-12-19T21:44:06.352Z Compiling zone_cfg_derive v0.3.0
22992024-12-19T21:44:06.407Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23002024-12-19T21:44:06.520Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23012024-12-19T21:44:06.854Z Compiling const_format_proc_macros v0.2.33
23022024-12-19T21:44:07.234Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23032024-12-19T21:44:07.738Z Compiling num-derive v0.4.2
23042024-12-19T21:44:07.782Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052024-12-19T21:44:07.928Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23062024-12-19T21:44:07.944Z Checking highway v1.2.0
23072024-12-19T21:44:08.233Z Checking zone v0.3.0
23082024-12-19T21:44:08.347Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-12-19T21:44:08.387Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23102024-12-19T21:44:08.944Z Checking const_format v0.2.33
23112024-12-19T21:44:09.156Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23122024-12-19T21:44:09.364Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23132024-12-19T21:44:09.389Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23142024-12-19T21:44:09.432Z Checking gethostname v0.5.0
23152024-12-19T21:44:09.559Z Checking bcs v0.1.6
23162024-12-19T21:44:09.880Z Compiling async-recursion v1.1.1
23172024-12-19T21:44:10.106Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23182024-12-19T21:44:10.864Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192024-12-19T21:44:11.574Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23202024-12-19T21:44:17.300Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23212024-12-19T21:44:20.592Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23222024-12-19T21:44:23.227Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23232024-12-19T21:44:24.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.78s
23242024-12-19T21:44:24.591Z
23252024-12-19T21:44:24.591Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23262024-12-19T21:44:25.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-12-19T21:44:25.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-12-19T21:44:25.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-12-19T21:44:25.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23302024-12-19T21:44:25.216Z
23312024-12-19T21:44:25.216Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23322024-12-19T21:44:25.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-12-19T21:44:25.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-12-19T21:44:25.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-12-19T21:44:25.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23362024-12-19T21:44:25.847Z
23372024-12-19T21:44:25.847Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23382024-12-19T21:44:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-12-19T21:44:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-12-19T21:44:26.492Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23412024-12-19T21:44:27.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23422024-12-19T21:44:27.295Z
23432024-12-19T21:44:27.295Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23442024-12-19T21:44:27.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-12-19T21:44:27.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-12-19T21:44:27.956Z Compiling cfg_aliases v0.1.1
23472024-12-19T21:44:27.958Z Compiling vte_generate_state_changes v0.1.2
23482024-12-19T21:44:27.958Z Checking fd-lock v4.0.2
23492024-12-19T21:44:28.059Z Checking nibble_vec v0.1.0
23502024-12-19T21:44:28.067Z Checking endian-type v0.1.2
23512024-12-19T21:44:28.071Z Checking bytecount v0.6.8
23522024-12-19T21:44:28.096Z Compiling tabled_derive v0.7.0
23532024-12-19T21:44:28.109Z Checking itertools v0.12.1
23542024-12-19T21:44:28.137Z Compiling nix v0.28.0
23552024-12-19T21:44:28.235Z Checking papergrid v0.11.0
23562024-12-19T21:44:28.235Z Compiling peg-macros v0.8.4
23572024-12-19T21:44:28.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23582024-12-19T21:44:28.278Z Checking radix_trie v0.2.1
23592024-12-19T21:44:28.642Z Checking vte v0.11.1
23602024-12-19T21:44:28.673Z Compiling sqlparser_derive v0.2.2
23612024-12-19T21:44:29.398Z Checking unicode_categories v0.1.1
23622024-12-19T21:44:29.679Z Checking nu-ansi-term v0.50.1
23632024-12-19T21:44:29.694Z Checking home v0.5.9
23642024-12-19T21:44:29.801Z Checking sqlparser v0.45.0
23652024-12-19T21:44:29.834Z Checking sqlformat v0.2.6
23662024-12-19T21:44:30.040Z Checking strip-ansi-escapes v0.2.0
23672024-12-19T21:44:30.085Z Checking display-error-chain v0.2.2
23682024-12-19T21:44:30.563Z Checking tabled v0.15.0
23692024-12-19T21:44:30.635Z Checking reedline v0.35.0
23702024-12-19T21:44:31.326Z Checking rustyline v14.0.0
23712024-12-19T21:44:31.341Z Checking peg v0.8.4
23722024-12-19T21:44:40.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s
23732024-12-19T21:44:40.559Z
23742024-12-19T21:44:40.559Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23752024-12-19T21:44:41.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-12-19T21:44:41.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-12-19T21:44:41.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23782024-12-19T21:44:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
23792024-12-19T21:44:46.385Z
23802024-12-19T21:44:46.385Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
23812024-12-19T21:44:46.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-12-19T21:44:46.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-12-19T21:44:47.048Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842024-12-19T21:44:50.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
23852024-12-19T21:44:50.963Z
23862024-12-19T21:44:50.963Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
23872024-12-19T21:44:51.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-12-19T21:44:51.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-12-19T21:44:51.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902024-12-19T21:44:56.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
23912024-12-19T21:44:56.483Z
23922024-12-19T21:44:56.483Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
23932024-12-19T21:44:57.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-12-19T21:44:57.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-12-19T21:44:57.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962024-12-19T21:45:01.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
23972024-12-19T21:45:02.066Z
23982024-12-19T21:45:02.066Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
23992024-12-19T21:45:02.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-12-19T21:45:02.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-12-19T21:45:02.720Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022024-12-19T21:45:06.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
24032024-12-19T21:45:06.830Z
24042024-12-19T21:45:06.831Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24052024-12-19T21:45:07.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-12-19T21:45:07.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-12-19T21:45:07.482Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082024-12-19T21:45:11.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24092024-12-19T21:45:11.633Z
24102024-12-19T21:45:11.633Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24112024-12-19T21:45:12.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-12-19T21:45:12.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-12-19T21:45:12.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142024-12-19T21:45:17.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
24152024-12-19T21:45:17.344Z
24162024-12-19T21:45:17.345Zinfo: running `cargo check --bins` on oximeter (46/175)
24172024-12-19T21:45:17.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-12-19T21:45:17.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-12-19T21:45:17.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-12-19T21:45:17.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24212024-12-19T21:45:17.962Z
24222024-12-19T21:45:17.962Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24232024-12-19T21:45:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-12-19T21:45:18.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-12-19T21:45:18.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-12-19T21:45:18.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24272024-12-19T21:45:18.560Z
24282024-12-19T21:45:18.560Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24292024-12-19T21:45:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-12-19T21:45:19.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-12-19T21:45:19.184Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24322024-12-19T21:45:19.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24332024-12-19T21:45:19.786Z
24342024-12-19T21:45:19.786Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24352024-12-19T21:45:20.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-12-19T21:45:20.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-12-19T21:45:20.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-12-19T21:45:20.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24392024-12-19T21:45:20.404Z
24402024-12-19T21:45:20.404Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24412024-12-19T21:45:20.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-12-19T21:45:20.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-12-19T21:45:20.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-12-19T21:45:20.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24452024-12-19T21:45:21.024Z
24462024-12-19T21:45:21.024Zinfo: running `cargo check --bins` on oxql-types (51/175)
24472024-12-19T21:45:21.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-12-19T21:45:21.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-12-19T21:45:21.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-12-19T21:45:21.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24512024-12-19T21:45:21.643Z
24522024-12-19T21:45:21.644Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24532024-12-19T21:45:22.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-12-19T21:45:22.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-12-19T21:45:22.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-12-19T21:45:22.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24572024-12-19T21:45:22.290Z
24582024-12-19T21:45:22.290Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24592024-12-19T21:45:22.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-12-19T21:45:22.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-12-19T21:45:22.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-12-19T21:45:22.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24632024-12-19T21:45:22.916Z
24642024-12-19T21:45:22.916Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24652024-12-19T21:45:23.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-12-19T21:45:23.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-12-19T21:45:23.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-12-19T21:45:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24692024-12-19T21:45:23.557Z
24702024-12-19T21:45:23.557Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24712024-12-19T21:45:24.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-12-19T21:45:24.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-12-19T21:45:24.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-12-19T21:45:24.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24752024-12-19T21:45:24.185Z
24762024-12-19T21:45:24.185Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24772024-12-19T21:45:24.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-12-19T21:45:24.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-12-19T21:45:24.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-12-19T21:45:24.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24812024-12-19T21:45:24.813Z
24822024-12-19T21:45:24.814Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
24832024-12-19T21:45:25.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-12-19T21:45:25.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-12-19T21:45:25.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-12-19T21:45:25.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24872024-12-19T21:45:25.446Z
24882024-12-19T21:45:25.446Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
24892024-12-19T21:45:25.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-12-19T21:45:25.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-12-19T21:45:25.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-12-19T21:45:25.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24932024-12-19T21:45:26.056Z
24942024-12-19T21:45:26.057Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
24952024-12-19T21:45:26.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-12-19T21:45:26.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-12-19T21:45:26.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-12-19T21:45:26.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24992024-12-19T21:45:26.697Z
25002024-12-19T21:45:26.697Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25012024-12-19T21:45:27.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-12-19T21:45:27.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-12-19T21:45:27.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-12-19T21:45:27.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25052024-12-19T21:45:27.322Z
25062024-12-19T21:45:27.322Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25072024-12-19T21:45:27.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-12-19T21:45:27.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-12-19T21:45:27.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-12-19T21:45:27.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25112024-12-19T21:45:27.946Z
25122024-12-19T21:45:27.946Zinfo: running `cargo check --bins` on dpd-client (62/175)
25132024-12-19T21:45:28.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-12-19T21:45:28.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-12-19T21:45:28.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-12-19T21:45:28.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25172024-12-19T21:45:28.557Z
25182024-12-19T21:45:28.557Zinfo: running `cargo check --bins` on gateway-client (63/175)
25192024-12-19T21:45:29.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-12-19T21:45:29.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-12-19T21:45:29.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-12-19T21:45:29.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25232024-12-19T21:45:29.171Z
25242024-12-19T21:45:29.171Zinfo: running `cargo check --bins` on installinator-client (64/175)
25252024-12-19T21:45:29.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-12-19T21:45:29.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-12-19T21:45:29.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-12-19T21:45:29.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25292024-12-19T21:45:29.808Z
25302024-12-19T21:45:29.808Zinfo: running `cargo check --bins` on installinator-common (65/175)
25312024-12-19T21:45:30.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-12-19T21:45:30.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-12-19T21:45:30.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-12-19T21:45:30.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25352024-12-19T21:45:30.445Z
25362024-12-19T21:45:30.445Zinfo: running `cargo check --bins` on update-engine (66/175)
25372024-12-19T21:45:30.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-12-19T21:45:30.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-12-19T21:45:30.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-12-19T21:45:30.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25412024-12-19T21:45:31.059Z
25422024-12-19T21:45:31.059Zinfo: running `cargo check --bins` on nexus-client (67/175)
25432024-12-19T21:45:31.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-12-19T21:45:31.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-12-19T21:45:31.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-12-19T21:45:31.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25472024-12-19T21:45:31.719Z
25482024-12-19T21:45:31.719Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25492024-12-19T21:45:32.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-12-19T21:45:32.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-12-19T21:45:32.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-12-19T21:45:32.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25532024-12-19T21:45:32.356Z
25542024-12-19T21:45:32.356Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25552024-12-19T21:45:32.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-12-19T21:45:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-12-19T21:45:32.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-12-19T21:45:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25592024-12-19T21:45:32.957Z
25602024-12-19T21:45:32.957Zinfo: running `cargo check --bins` on nexus-types (70/175)
25612024-12-19T21:45:33.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-12-19T21:45:33.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-12-19T21:45:33.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-12-19T21:45:33.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25652024-12-19T21:45:33.606Z
25662024-12-19T21:45:33.606Zinfo: running `cargo check --bins` on oxide-client (71/175)
25672024-12-19T21:45:34.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-12-19T21:45:34.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-12-19T21:45:34.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-12-19T21:45:34.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25712024-12-19T21:45:34.215Z
25722024-12-19T21:45:34.216Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25732024-12-19T21:45:34.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-12-19T21:45:34.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-12-19T21:45:34.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-12-19T21:45:34.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25772024-12-19T21:45:34.836Z
25782024-12-19T21:45:34.836Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
25792024-12-19T21:45:35.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-12-19T21:45:35.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-12-19T21:45:35.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-12-19T21:45:35.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25832024-12-19T21:45:35.444Z
25842024-12-19T21:45:35.444Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
25852024-12-19T21:45:36.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-12-19T21:45:36.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-12-19T21:45:36.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-12-19T21:45:36.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25892024-12-19T21:45:36.080Z
25902024-12-19T21:45:36.080Zinfo: running `cargo check --bins` on wicketd-client (75/175)
25912024-12-19T21:45:36.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-12-19T21:45:36.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-12-19T21:45:36.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-12-19T21:45:36.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25952024-12-19T21:45:36.742Z
25962024-12-19T21:45:36.742Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
25972024-12-19T21:45:37.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-12-19T21:45:37.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-12-19T21:45:37.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-12-19T21:45:37.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26012024-12-19T21:45:37.394Z
26022024-12-19T21:45:37.394Zinfo: running `cargo check --bins` on wicket-common (77/175)
26032024-12-19T21:45:37.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-12-19T21:45:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-12-19T21:45:37.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-12-19T21:45:37.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26072024-12-19T21:45:38.039Z
26082024-12-19T21:45:38.039Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26092024-12-19T21:45:38.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-12-19T21:45:38.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-12-19T21:45:38.702Z Checking csv-core v0.1.11
26122024-12-19T21:45:38.702Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26132024-12-19T21:45:38.705Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26142024-12-19T21:45:39.017Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26152024-12-19T21:45:39.028Z Checking csv v1.3.0
26162024-12-19T21:45:39.574Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26172024-12-19T21:45:39.909Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26182024-12-19T21:45:41.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
26192024-12-19T21:45:41.333Z
26202024-12-19T21:45:41.333Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26212024-12-19T21:45:41.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-12-19T21:45:41.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-12-19T21:45:41.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-12-19T21:45:41.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26252024-12-19T21:45:41.960Z
26262024-12-19T21:45:41.961Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26272024-12-19T21:45:42.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-12-19T21:45:42.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-12-19T21:45:42.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-12-19T21:45:42.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26312024-12-19T21:45:42.588Z
26322024-12-19T21:45:42.588Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26332024-12-19T21:45:43.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-12-19T21:45:43.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-12-19T21:45:43.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-12-19T21:45:43.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26372024-12-19T21:45:43.321Z
26382024-12-19T21:45:43.321Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26392024-12-19T21:45:43.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-12-19T21:45:43.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-12-19T21:45:43.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-12-19T21:45:43.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26432024-12-19T21:45:44.043Z
26442024-12-19T21:45:44.043Zinfo: running `cargo check --bins` on dns-server (83/175)
26452024-12-19T21:45:44.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-12-19T21:45:44.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-12-19T21:45:44.685Z Compiling parking_lot_core v0.8.6
26482024-12-19T21:45:44.686Z Checking fxhash v0.2.1
26492024-12-19T21:45:44.689Z Checking hickory-server v0.24.1
26502024-12-19T21:45:44.690Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26512024-12-19T21:45:44.690Z Checking hickory-client v0.24.1
26522024-12-19T21:45:45.379Z Checking parking_lot v0.11.2
26532024-12-19T21:45:45.485Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26542024-12-19T21:45:45.485Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26552024-12-19T21:45:45.611Z Checking sled v0.34.7
26562024-12-19T21:45:47.384Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26572024-12-19T21:45:48.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
26582024-12-19T21:45:48.800Z
26592024-12-19T21:45:48.800Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26602024-12-19T21:45:49.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-12-19T21:45:49.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-12-19T21:45:49.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-12-19T21:45:49.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26642024-12-19T21:45:49.424Z
26652024-12-19T21:45:49.424Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26662024-12-19T21:45:50.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-12-19T21:45:50.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-12-19T21:45:50.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-12-19T21:45:50.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26702024-12-19T21:45:50.103Z
26712024-12-19T21:45:50.103Zinfo: running `cargo check --bins` on gateway-types (86/175)
26722024-12-19T21:45:50.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-12-19T21:45:50.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-12-19T21:45:50.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-12-19T21:45:50.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26762024-12-19T21:45:50.720Z
26772024-12-19T21:45:50.720Zinfo: running `cargo check --bins` on ipcc (87/175)
26782024-12-19T21:45:51.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-12-19T21:45:51.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-12-19T21:45:51.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-12-19T21:45:51.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26822024-12-19T21:45:51.347Z
26832024-12-19T21:45:51.347Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
26842024-12-19T21:45:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-12-19T21:45:51.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-12-19T21:45:52.047Z Compiling radium v0.7.0
26872024-12-19T21:45:52.047Z Compiling semver v0.1.20
26882024-12-19T21:45:52.050Z Compiling maybe-uninit v2.0.0
26892024-12-19T21:45:52.050Z Checking tap v1.0.1
26902024-12-19T21:45:52.171Z Checking password-hash v0.5.0
26912024-12-19T21:45:52.181Z Checking blake2 v0.10.6
26922024-12-19T21:45:52.183Z Checking funty v2.0.0
26932024-12-19T21:45:52.184Z Compiling owo-colors v4.1.0
26942024-12-19T21:45:52.309Z Checking wyz v0.5.1
26952024-12-19T21:45:52.488Z Compiling rustc_version v0.1.7
26962024-12-19T21:45:52.593Z Checking crc-catalog v2.4.0
26972024-12-19T21:45:52.636Z Compiling cancel-safe-futures v0.1.5
26982024-12-19T21:45:52.687Z Compiling packed_struct v0.10.1
26992024-12-19T21:45:52.735Z Checking crc v3.2.1
27002024-12-19T21:45:52.769Z Checking argon2 v0.5.3
27012024-12-19T21:45:52.840Z Compiling packed_struct_codegen v0.10.1
27022024-12-19T21:45:52.977Z Checking half v2.4.1
27032024-12-19T21:45:52.993Z Compiling newtype_derive v0.1.6
27042024-12-19T21:45:52.995Z Compiling indexmap v1.9.3
27052024-12-19T21:45:53.126Z Checking bitvec v1.0.1
27062024-12-19T21:45:53.148Z Checking nodrop v0.1.14
27072024-12-19T21:45:53.164Z Checking ciborium-io v0.2.2
27082024-12-19T21:45:53.269Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27092024-12-19T21:45:53.300Z Checking array-init v0.0.4
27102024-12-19T21:45:53.408Z Checking ciborium-ll v0.2.2
27112024-12-19T21:45:53.427Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27122024-12-19T21:45:53.442Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132024-12-19T21:45:53.698Z Checking smallvec v0.6.14
27142024-12-19T21:45:53.740Z Checking libsw v3.3.1
27152024-12-19T21:45:53.764Z Compiling memoffset v0.9.1
27162024-12-19T21:45:53.986Z Checking linear-map v1.2.0
27172024-12-19T21:45:54.048Z Checking hashbrown v0.12.3
27182024-12-19T21:45:54.068Z Checking termcolor v1.4.1
27192024-12-19T21:45:54.127Z Checking bitfield v0.14.0
27202024-12-19T21:45:54.269Z Checking swrite v0.1.0
27212024-12-19T21:45:54.316Z Checking indent_write v2.2.0
27222024-12-19T21:45:54.390Z Checking serde-hex v0.1.0
27232024-12-19T21:45:54.407Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27242024-12-19T21:45:54.496Z Checking env_logger v0.10.2
27252024-12-19T21:45:54.652Z Checking ron v0.8.1
27262024-12-19T21:45:54.891Z Checking ciborium v0.2.2
27272024-12-19T21:45:55.478Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27282024-12-19T21:45:55.790Z Checking steno v0.4.1
27292024-12-19T21:45:55.806Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27302024-12-19T21:45:55.898Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27312024-12-19T21:45:55.913Z Checking hashbrown v0.13.2
27322024-12-19T21:45:55.986Z Checking humantime v2.1.0
27332024-12-19T21:45:56.045Z Checking crc-any v2.5.0
27342024-12-19T21:45:56.267Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-12-19T21:45:56.419Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27362024-12-19T21:45:56.669Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27372024-12-19T21:45:56.966Z Checking path-slash v0.1.5
27382024-12-19T21:45:57.001Z Checking object v0.30.4
27392024-12-19T21:45:57.040Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27402024-12-19T21:45:57.191Z Checking nix v0.27.1
27412024-12-19T21:45:58.030Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27422024-12-19T21:45:58.337Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27432024-12-19T21:45:58.467Z Checking tungstenite v0.23.0
27442024-12-19T21:45:58.493Z Checking kstat-rs v0.2.4
27452024-12-19T21:45:58.600Z Checking signal-hook-tokio v0.3.1
27462024-12-19T21:45:58.850Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27472024-12-19T21:45:59.402Z Checking tokio-tungstenite v0.23.1
27482024-12-19T21:45:59.696Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27492024-12-19T21:45:59.969Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502024-12-19T21:46:00.195Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512024-12-19T21:46:06.812Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-12-19T21:46:08.116Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27532024-12-19T21:46:10.927Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27542024-12-19T21:46:16.660Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552024-12-19T21:46:17.372Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27562024-12-19T21:46:20.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.82s
27572024-12-19T21:46:20.378Z
27582024-12-19T21:46:20.378Zinfo: running `cargo check --bins` on gateway-api (89/175)
27592024-12-19T21:46:20.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-12-19T21:46:20.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-12-19T21:46:20.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-12-19T21:46:20.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27632024-12-19T21:46:21.031Z
27642024-12-19T21:46:21.031Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27652024-12-19T21:46:21.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-12-19T21:46:21.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-12-19T21:46:21.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-12-19T21:46:21.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27692024-12-19T21:46:21.673Z
27702024-12-19T21:46:21.673Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27712024-12-19T21:46:22.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-12-19T21:46:22.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-12-19T21:46:22.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742024-12-19T21:46:22.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27752024-12-19T21:46:22.321Z
27762024-12-19T21:46:22.321Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27772024-12-19T21:46:22.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-12-19T21:46:22.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-12-19T21:46:22.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-12-19T21:46:22.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27812024-12-19T21:46:22.969Z
27822024-12-19T21:46:22.969Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
27832024-12-19T21:46:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-12-19T21:46:23.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-12-19T21:46:23.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-12-19T21:46:23.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27872024-12-19T21:46:23.619Z
27882024-12-19T21:46:23.620Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
27892024-12-19T21:46:24.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-12-19T21:46:24.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-12-19T21:46:24.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-12-19T21:46:24.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27932024-12-19T21:46:24.278Z
27942024-12-19T21:46:24.278Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
27952024-12-19T21:46:24.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-12-19T21:46:24.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-12-19T21:46:24.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-12-19T21:46:24.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27992024-12-19T21:46:24.930Z
28002024-12-19T21:46:24.930Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28012024-12-19T21:46:25.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-12-19T21:46:25.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-12-19T21:46:25.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-12-19T21:46:25.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28052024-12-19T21:46:25.594Z
28062024-12-19T21:46:25.594Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28072024-12-19T21:46:26.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-12-19T21:46:26.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-12-19T21:46:26.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102024-12-19T21:46:26.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28112024-12-19T21:46:26.274Z
28122024-12-19T21:46:26.274Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28132024-12-19T21:46:26.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-12-19T21:46:26.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-12-19T21:46:26.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162024-12-19T21:46:26.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28172024-12-19T21:46:26.927Z
28182024-12-19T21:46:26.927Zinfo: running `cargo check --bins` on sp-sim (99/175)
28192024-12-19T21:46:27.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-12-19T21:46:27.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-12-19T21:46:27.583Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28222024-12-19T21:46:29.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
28232024-12-19T21:46:29.666Z
28242024-12-19T21:46:29.666Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28252024-12-19T21:46:30.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-12-19T21:46:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-12-19T21:46:30.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-12-19T21:46:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28292024-12-19T21:46:30.354Z
28302024-12-19T21:46:30.354Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28312024-12-19T21:46:30.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-12-19T21:46:30.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-12-19T21:46:30.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342024-12-19T21:46:30.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28352024-12-19T21:46:31.045Z
28362024-12-19T21:46:31.045Zinfo: running `cargo check --bins` on db-macros (102/175)
28372024-12-19T21:46:31.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-12-19T21:46:31.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-12-19T21:46:31.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402024-12-19T21:46:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28412024-12-19T21:46:31.676Z
28422024-12-19T21:46:31.676Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28432024-12-19T21:46:32.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-12-19T21:46:32.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-12-19T21:46:32.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-12-19T21:46:32.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28472024-12-19T21:46:32.308Z
28482024-12-19T21:46:32.308Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28492024-12-19T21:46:32.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-12-19T21:46:32.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-12-19T21:46:32.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-12-19T21:46:32.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28532024-12-19T21:46:32.988Z
28542024-12-19T21:46:32.988Zinfo: running `cargo check --bins` on authz-macros (105/175)
28552024-12-19T21:46:33.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-12-19T21:46:33.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-12-19T21:46:33.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-12-19T21:46:33.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28592024-12-19T21:46:33.617Z
28602024-12-19T21:46:33.617Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28612024-12-19T21:46:34.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-12-19T21:46:34.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-12-19T21:46:34.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-12-19T21:46:34.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28652024-12-19T21:46:34.287Z
28662024-12-19T21:46:34.288Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28672024-12-19T21:46:34.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-12-19T21:46:34.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-12-19T21:46:34.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-12-19T21:46:34.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28712024-12-19T21:46:34.972Z
28722024-12-19T21:46:34.972Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28732024-12-19T21:46:35.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-12-19T21:46:35.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-12-19T21:46:35.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-12-19T21:46:35.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28772024-12-19T21:46:35.623Z
28782024-12-19T21:46:35.623Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
28792024-12-19T21:46:36.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-12-19T21:46:36.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-12-19T21:46:36.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-12-19T21:46:36.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28832024-12-19T21:46:36.293Z
28842024-12-19T21:46:36.293Zinfo: running `cargo check --bins` on typed-rng (110/175)
28852024-12-19T21:46:36.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-12-19T21:46:36.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-12-19T21:46:36.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-12-19T21:46:36.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28892024-12-19T21:46:36.916Z
28902024-12-19T21:46:36.916Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
28912024-12-19T21:46:37.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-12-19T21:46:37.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-12-19T21:46:37.678Z Checking keccak v0.1.5
28942024-12-19T21:46:37.788Z Checking secrecy v0.8.0
28952024-12-19T21:46:37.790Z Compiling unicase v2.7.0
28962024-12-19T21:46:37.790Z Compiling same-file v1.0.6
28972024-12-19T21:46:37.808Z Compiling tempfile v3.13.0
28982024-12-19T21:46:37.835Z Compiling thiserror-impl-no-std v2.0.2
28992024-12-19T21:46:37.837Z Checking universal-hash v0.5.1
29002024-12-19T21:46:37.837Z Compiling blake3 v1.5.4
29012024-12-19T21:46:37.963Z Compiling ring v0.16.20
29022024-12-19T21:46:38.033Z Compiling walkdir v2.5.0
29032024-12-19T21:46:38.068Z Checking sha3 v0.10.8
29042024-12-19T21:46:38.082Z Checking opaque-debug v0.3.1
29052024-12-19T21:46:38.176Z Checking poly1305 v0.8.0
29062024-12-19T21:46:38.234Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29072024-12-19T21:46:38.473Z Checking chacha20 v0.9.1
29082024-12-19T21:46:38.527Z Checking aead v0.5.2
29092024-12-19T21:46:38.679Z Compiling memmap2 v0.9.5
29102024-12-19T21:46:38.712Z Compiling constant_time_eq v0.3.1
29112024-12-19T21:46:38.731Z Compiling salty v0.3.0
29122024-12-19T21:46:38.795Z Compiling arrayref v0.3.9
29132024-12-19T21:46:38.843Z Compiling libefi-sys v0.1.0
29142024-12-19T21:46:38.886Z Compiling spin v0.5.2
29152024-12-19T21:46:38.928Z Compiling arrayvec v0.7.6
29162024-12-19T21:46:39.101Z Checking chacha20poly1305 v0.10.1
29172024-12-19T21:46:39.136Z Compiling toolchain_find v0.4.0
29182024-12-19T21:46:39.179Z Compiling camino-tempfile v1.1.1
29192024-12-19T21:46:39.208Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29202024-12-19T21:46:39.318Z Compiling bitfield-struct v0.6.2
29212024-12-19T21:46:39.543Z Compiling topological-sort v0.2.2
29222024-12-19T21:46:39.652Z Compiling mime_guess v2.0.5
29232024-12-19T21:46:39.716Z Compiling rustfmt-wrapper v0.2.1
29242024-12-19T21:46:40.136Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29252024-12-19T21:46:40.299Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29262024-12-19T21:46:40.437Z Checking primeorder v0.13.6
29272024-12-19T21:46:40.560Z Checking env_filter v0.1.2
29282024-12-19T21:46:40.599Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-12-19T21:46:40.777Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29302024-12-19T21:46:40.796Z Checking env_logger v0.11.5
29312024-12-19T21:46:40.897Z Checking p384 v0.13.0
29322024-12-19T21:46:40.949Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29332024-12-19T21:46:41.009Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29342024-12-19T21:46:41.025Z Checking thiserror-no-std v2.0.2
29352024-12-19T21:46:41.134Z Checking vsss-rs v3.3.4
29362024-12-19T21:46:41.232Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29372024-12-19T21:46:41.349Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-12-19T21:46:41.387Z Checking http-range v0.1.5
29392024-12-19T21:46:41.598Z Checking simd-adler32 v0.3.7
29402024-12-19T21:46:41.615Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29412024-12-19T21:46:41.654Z Checking lockfree-object-pool v0.1.6
29422024-12-19T21:46:41.836Z Compiling zip v2.1.3
29432024-12-19T21:46:41.902Z Checking bumpalo v3.16.0
29442024-12-19T21:46:41.941Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29452024-12-19T21:46:42.037Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29462024-12-19T21:46:42.178Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29472024-12-19T21:46:42.235Z Checking zopfli v0.8.1
29482024-12-19T21:46:42.317Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29492024-12-19T21:46:42.675Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29502024-12-19T21:46:42.863Z Checking nanorand v0.7.0
29512024-12-19T21:46:42.909Z Checking atty v0.2.14
29522024-12-19T21:46:42.912Z Checking glob v0.3.1
29532024-12-19T21:46:43.037Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29542024-12-19T21:46:43.251Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29552024-12-19T21:46:43.261Z Checking flume v0.11.1
29562024-12-19T21:46:43.409Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29572024-12-19T21:46:43.788Z Compiling omicron-zone-package v0.11.1
29582024-12-19T21:46:43.907Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29592024-12-19T21:46:44.664Z Checking hyper-staticfile v0.10.1
29602024-12-19T21:46:45.287Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29612024-12-19T21:46:45.499Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29622024-12-19T21:46:45.648Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29632024-12-19T21:46:45.711Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29642024-12-19T21:46:45.856Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29652024-12-19T21:46:45.938Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29662024-12-19T21:46:46.500Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29672024-12-19T21:46:46.744Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29682024-12-19T21:46:47.129Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29692024-12-19T21:46:48.176Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29702024-12-19T21:46:50.101Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29712024-12-19T21:46:50.101Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29722024-12-19T21:47:00.692Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29732024-12-19T21:47:17.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.20s
29742024-12-19T21:47:17.316Z
29752024-12-19T21:47:17.316Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29762024-12-19T21:47:17.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-12-19T21:47:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-12-19T21:47:18.131Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29792024-12-19T21:47:33.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s
29802024-12-19T21:47:33.467Z
29812024-12-19T21:47:33.467Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
29822024-12-19T21:47:34.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-12-19T21:47:34.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-12-19T21:47:34.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29852024-12-19T21:47:48.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.38s
29862024-12-19T21:47:49.052Z
29872024-12-19T21:47:49.053Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
29882024-12-19T21:47:49.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-12-19T21:47:49.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-12-19T21:47:49.823Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29912024-12-19T21:48:04.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s
29922024-12-19T21:48:04.755Z
29932024-12-19T21:48:04.755Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
29942024-12-19T21:48:05.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-12-19T21:48:05.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-12-19T21:48:05.535Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29972024-12-19T21:48:20.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s
29982024-12-19T21:48:20.277Z
29992024-12-19T21:48:20.277Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30002024-12-19T21:48:20.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-12-19T21:48:20.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-12-19T21:48:21.045Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30032024-12-19T21:48:35.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s
30042024-12-19T21:48:39.802Z
30052024-12-19T21:48:39.802Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30062024-12-19T21:48:39.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-12-19T21:48:39.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-12-19T21:48:39.890Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30092024-12-19T21:48:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
30102024-12-19T21:48:50.422Z
30112024-12-19T21:48:50.422Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30122024-12-19T21:48:51.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-12-19T21:48:51.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-12-19T21:48:51.284Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30152024-12-19T21:49:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
30162024-12-19T21:49:05.240Z
30172024-12-19T21:49:05.240Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30182024-12-19T21:49:05.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-12-19T21:49:05.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-12-19T21:49:05.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212024-12-19T21:49:05.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30222024-12-19T21:49:05.898Z
30232024-12-19T21:49:05.899Zinfo: running `cargo check --bins` on key-manager (120/175)
30242024-12-19T21:49:06.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-12-19T21:49:06.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-12-19T21:49:06.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272024-12-19T21:49:06.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30282024-12-19T21:49:06.530Z
30292024-12-19T21:49:06.530Zinfo: running `cargo check --bins` on range-requests (121/175)
30302024-12-19T21:49:07.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-12-19T21:49:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-12-19T21:49:07.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332024-12-19T21:49:07.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30342024-12-19T21:49:07.140Z
30352024-12-19T21:49:07.140Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30362024-12-19T21:49:07.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-12-19T21:49:07.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-12-19T21:49:07.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392024-12-19T21:49:07.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30402024-12-19T21:49:07.769Z
30412024-12-19T21:49:07.769Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30422024-12-19T21:49:08.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-12-19T21:49:08.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-12-19T21:49:08.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452024-12-19T21:49:08.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30462024-12-19T21:49:08.413Z
30472024-12-19T21:49:08.413Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30482024-12-19T21:49:08.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-12-19T21:49:08.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-12-19T21:49:08.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512024-12-19T21:49:08.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30522024-12-19T21:49:09.012Z
30532024-12-19T21:49:09.012Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30542024-12-19T21:49:09.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-12-19T21:49:09.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-12-19T21:49:09.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572024-12-19T21:49:09.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30582024-12-19T21:49:09.656Z
30592024-12-19T21:49:09.656Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30602024-12-19T21:49:10.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-12-19T21:49:10.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-12-19T21:49:10.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-12-19T21:49:10.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30642024-12-19T21:49:10.291Z
30652024-12-19T21:49:10.291Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30662024-12-19T21:49:10.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-12-19T21:49:10.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-12-19T21:49:10.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-12-19T21:49:10.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30702024-12-19T21:49:10.928Z
30712024-12-19T21:49:10.928Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30722024-12-19T21:49:11.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-12-19T21:49:11.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-12-19T21:49:11.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-12-19T21:49:11.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30762024-12-19T21:49:11.577Z
30772024-12-19T21:49:11.577Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
30782024-12-19T21:49:12.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-12-19T21:49:12.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-12-19T21:49:12.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812024-12-19T21:49:12.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30822024-12-19T21:49:12.220Z
30832024-12-19T21:49:12.220Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
30842024-12-19T21:49:12.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-12-19T21:49:12.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-12-19T21:49:12.916Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30872024-12-19T21:49:12.916Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30882024-12-19T21:49:13.838Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30892024-12-19T21:49:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.71s
30902024-12-19T21:49:16.120Z
30912024-12-19T21:49:16.120Zinfo: running `cargo check --bins` on oximeter-api (131/175)
30922024-12-19T21:49:16.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-12-19T21:49:16.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-12-19T21:49:16.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-12-19T21:49:16.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30962024-12-19T21:49:16.750Z
30972024-12-19T21:49:16.750Zinfo: running `cargo check --bins` on cert-dev (132/175)
30982024-12-19T21:49:17.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-12-19T21:49:17.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-12-19T21:49:17.348Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31012024-12-19T21:49:17.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31022024-12-19T21:49:17.777Z
31032024-12-19T21:49:17.777Zinfo: running `cargo check --bins` on clickana (133/175)
31042024-12-19T21:49:18.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-12-19T21:49:18.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-12-19T21:49:18.414Z Checking castaway v0.2.3
31072024-12-19T21:49:18.414Z Checking unicode-truncate v1.1.0
31082024-12-19T21:49:18.415Z Checking lru v0.12.5
31092024-12-19T21:49:18.419Z Compiling instability v0.3.2
31102024-12-19T21:49:18.419Z Checking cassowary v0.3.0
31112024-12-19T21:49:18.419Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31122024-12-19T21:49:18.624Z Checking compact_str v0.8.0
31132024-12-19T21:49:19.228Z Checking ratatui v0.28.1
31142024-12-19T21:49:21.085Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31152024-12-19T21:49:21.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
31162024-12-19T21:49:22.084Z
31172024-12-19T21:49:22.085Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31182024-12-19T21:49:22.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-12-19T21:49:22.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-12-19T21:49:22.757Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31212024-12-19T21:49:22.757Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31222024-12-19T21:49:23.348Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31232024-12-19T21:49:23.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
31242024-12-19T21:49:24.042Z
31252024-12-19T21:49:24.043Zinfo: running `cargo check --bins` on ch-dev (135/175)
31262024-12-19T21:49:24.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-19T21:49:24.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-19T21:49:24.701Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31292024-12-19T21:49:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31302024-12-19T21:49:25.572Z
31312024-12-19T21:49:25.572Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31322024-12-19T21:49:26.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-12-19T21:49:26.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-12-19T21:49:26.225Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31352024-12-19T21:49:26.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31362024-12-19T21:49:26.760Z
31372024-12-19T21:49:26.760Zinfo: running `cargo check --bins` on db-dev (137/175)
31382024-12-19T21:49:27.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-12-19T21:49:27.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-12-19T21:49:27.412Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31412024-12-19T21:49:28.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31422024-12-19T21:49:28.306Z
31432024-12-19T21:49:28.306Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31442024-12-19T21:49:28.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-12-19T21:49:28.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-12-19T21:49:28.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-12-19T21:49:28.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31482024-12-19T21:49:28.946Z
31492024-12-19T21:49:28.946Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31502024-12-19T21:49:29.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-12-19T21:49:29.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-12-19T21:49:29.554Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31532024-12-19T21:49:30.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31542024-12-19T21:49:30.589Z
31552024-12-19T21:49:30.589Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31562024-12-19T21:49:31.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-12-19T21:49:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-12-19T21:49:31.202Z Checking cargo-platform v0.1.8
31592024-12-19T21:49:31.465Z Checking cargo_metadata v0.18.1
31602024-12-19T21:49:32.415Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31612024-12-19T21:49:33.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
31622024-12-19T21:49:33.396Z
31632024-12-19T21:49:33.397Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31642024-12-19T21:49:33.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-12-19T21:49:33.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-12-19T21:49:34.101Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31672024-12-19T21:49:34.812Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31682024-12-19T21:49:35.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31692024-12-19T21:49:35.551Z
31702024-12-19T21:49:35.551Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31712024-12-19T21:49:36.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-12-19T21:49:36.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-12-19T21:49:36.329Z Compiling crunchy v0.2.2
31742024-12-19T21:49:36.332Z Compiling tiny-keccak v2.0.2
31752024-12-19T21:49:36.332Z Compiling dsl_auto_type v0.1.2
31762024-12-19T21:49:36.332Z Checking scheduled-thread-pool v0.2.7
31772024-12-19T21:49:36.332Z Compiling diesel_table_macro_syntax v0.2.0
31782024-12-19T21:49:36.455Z Compiling ascii-canvas v3.0.0
31792024-12-19T21:49:36.458Z Compiling ena v0.14.3
31802024-12-19T21:49:36.463Z Compiling regex-syntax v0.6.29
31812024-12-19T21:49:36.634Z Checking r2d2 v0.8.10
31822024-12-19T21:49:36.780Z Compiling diff v0.1.13
31832024-12-19T21:49:36.891Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31842024-12-19T21:49:36.910Z Compiling ref-cast v1.0.23
31852024-12-19T21:49:36.947Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31862024-12-19T21:49:36.967Z Compiling derive_builder_core v0.20.2
31872024-12-19T21:49:37.099Z Compiling libxml v0.3.3
31882024-12-19T21:49:37.218Z Compiling ref-cast-impl v1.0.23
31892024-12-19T21:49:37.436Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31902024-12-19T21:49:37.532Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31912024-12-19T21:49:37.556Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31922024-12-19T21:49:37.693Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31932024-12-19T21:49:37.837Z Compiling strum_macros v0.24.3
31942024-12-19T21:49:37.976Z Compiling samael v0.0.17
31952024-12-19T21:49:37.999Z Compiling diesel_derives v2.2.3
31962024-12-19T21:49:38.140Z Compiling indoc v1.0.9
31972024-12-19T21:49:39.120Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31982024-12-19T21:49:39.395Z Compiling impl-trait-for-tuples v0.2.2
31992024-12-19T21:49:39.422Z Compiling derive_builder_macro v0.20.2
32002024-12-19T21:49:39.851Z Compiling lalrpop v0.19.12
32012024-12-19T21:49:40.282Z Checking derive_builder v0.20.2
32022024-12-19T21:49:40.439Z Compiling oso-derive v0.27.3
32032024-12-19T21:49:40.984Z Checking quick-xml v0.33.0
32042024-12-19T21:49:41.444Z Compiling diesel-dtrace v0.4.2
32052024-12-19T21:49:41.489Z Checking maplit v1.0.2
32062024-12-19T21:49:41.701Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32072024-12-19T21:49:41.872Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32082024-12-19T21:49:42.157Z Checking bb8 v0.8.5
32092024-12-19T21:49:42.412Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32102024-12-19T21:49:42.595Z Checking rand_seeder v0.3.0
32112024-12-19T21:49:42.648Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32122024-12-19T21:49:42.736Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32132024-12-19T21:49:42.821Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32142024-12-19T21:49:43.014Z Checking smawk v0.3.2
32152024-12-19T21:49:43.016Z Checking is_ci v1.2.0
32162024-12-19T21:49:43.176Z Checking unicode-linebreak v0.1.5
32172024-12-19T21:49:43.216Z Checking supports-color v3.0.1
32182024-12-19T21:49:43.373Z Checking multimap v0.10.0
32192024-12-19T21:49:43.594Z Checking textwrap v0.16.1
32202024-12-19T21:49:44.458Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32212024-12-19T21:49:46.760Z Checking diesel v2.2.6
32222024-12-19T21:50:12.942Z Compiling polar-core v0.27.3
32232024-12-19T21:50:16.199Z Checking async-bb8-diesel v0.2.1
32242024-12-19T21:50:20.459Z Checking oso v0.27.3
32252024-12-19T21:51:29.753Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32262024-12-19T21:51:35.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32272024-12-19T21:51:36.071Z
32282024-12-19T21:51:36.072Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32292024-12-19T21:51:36.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-12-19T21:51:36.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-12-19T21:51:36.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322024-12-19T21:51:36.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32332024-12-19T21:51:36.744Z
32342024-12-19T21:51:36.744Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32352024-12-19T21:51:37.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362024-12-19T21:51:37.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372024-12-19T21:51:37.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382024-12-19T21:51:37.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32392024-12-19T21:51:37.414Z
32402024-12-19T21:51:37.414Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32412024-12-19T21:51:37.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422024-12-19T21:51:37.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432024-12-19T21:51:37.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442024-12-19T21:51:37.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32452024-12-19T21:51:38.025Z
32462024-12-19T21:51:38.025Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32472024-12-19T21:51:38.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-12-19T21:51:38.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-12-19T21:51:38.820Z Compiling libz-sys v1.1.20
32502024-12-19T21:51:38.934Z Compiling libgit2-sys v0.17.0+1.8.1
32512024-12-19T21:51:38.944Z Compiling vergen v8.3.2
32522024-12-19T21:51:38.947Z Compiling cargo-platform v0.1.8
32532024-12-19T21:51:38.947Z Compiling pin-project-internal v1.1.6
32542024-12-19T21:51:38.978Z Compiling snafu-derive v0.8.5
32552024-12-19T21:51:38.981Z Compiling libsqlite3-sys v0.30.1
32562024-12-19T21:51:38.981Z Compiling buf-list v1.0.3
32572024-12-19T21:51:39.221Z Compiling cargo_metadata v0.18.1
32582024-12-19T21:51:39.481Z Compiling cfg_aliases v0.2.1
32592024-12-19T21:51:39.499Z Compiling rustls v0.21.12
32602024-12-19T21:51:39.590Z Compiling nix v0.29.0
32612024-12-19T21:51:39.745Z Checking globset v0.4.15
32622024-12-19T21:51:39.811Z Checking olpc-cjson v0.1.4
32632024-12-19T21:51:39.877Z Checking sct v0.7.1
32642024-12-19T21:51:40.035Z Checking rustls-webpki v0.101.7
32652024-12-19T21:51:40.090Z Checking serde_plain v1.0.2
32662024-12-19T21:51:40.225Z Checking typed-path v0.9.3
32672024-12-19T21:51:40.757Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32682024-12-19T21:51:40.788Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692024-12-19T21:51:41.036Z Checking hashlink v0.9.1
32702024-12-19T21:51:41.061Z Checking parse-size v1.1.0
32712024-12-19T21:51:41.242Z Checking fallible-streaming-iterator v0.1.9
32722024-12-19T21:51:41.469Z Checking fallible-iterator v0.3.0
32732024-12-19T21:51:41.915Z Checking pin-project v1.1.6
32742024-12-19T21:51:42.043Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752024-12-19T21:51:42.148Z Checking rusqlite v0.32.1
32762024-12-19T21:51:42.205Z Checking rustls-pemfile v1.0.4
32772024-12-19T21:51:42.244Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32782024-12-19T21:51:42.384Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792024-12-19T21:51:42.662Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32802024-12-19T21:51:42.781Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32812024-12-19T21:51:42.891Z Checking twox-hash v1.6.3
32822024-12-19T21:51:42.930Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32832024-12-19T21:51:43.377Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32842024-12-19T21:51:43.715Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852024-12-19T21:51:43.979Z Checking tokio-rustls v0.24.1
32862024-12-19T21:51:44.145Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32872024-12-19T21:51:44.269Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32882024-12-19T21:51:44.298Z Checking fatfs v0.3.6
32892024-12-19T21:51:44.429Z Checking snafu v0.8.5
32902024-12-19T21:51:44.876Z Checking assert_matches v1.5.0
32912024-12-19T21:51:44.896Z Checking tough v0.19.0
32922024-12-19T21:51:49.054Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32932024-12-19T21:51:50.355Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32942024-12-19T21:51:51.309Z Compiling git2 v0.19.0
32952024-12-19T21:51:55.955Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32962024-12-19T21:52:48.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
32972024-12-19T21:52:48.883Z
32982024-12-19T21:52:48.883Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
32992024-12-19T21:52:49.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-12-19T21:52:49.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-12-19T21:52:49.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-12-19T21:52:49.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33032024-12-19T21:52:49.578Z
33042024-12-19T21:52:49.578Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33052024-12-19T21:52:50.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-12-19T21:52:50.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-12-19T21:52:50.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-12-19T21:52:50.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33092024-12-19T21:52:50.198Z
33102024-12-19T21:52:50.198Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33112024-12-19T21:52:50.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-12-19T21:52:50.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-12-19T21:52:50.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142024-12-19T21:52:50.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33152024-12-19T21:52:50.851Z
33162024-12-19T21:52:50.851Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33172024-12-19T21:52:51.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-12-19T21:52:51.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-12-19T21:52:51.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202024-12-19T21:52:51.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33212024-12-19T21:52:51.521Z
33222024-12-19T21:52:51.521Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33232024-12-19T21:52:52.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242024-12-19T21:52:52.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252024-12-19T21:52:52.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262024-12-19T21:52:52.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33272024-12-19T21:52:52.185Z
33282024-12-19T21:52:52.185Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33292024-12-19T21:52:52.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302024-12-19T21:52:52.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312024-12-19T21:52:52.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322024-12-19T21:52:52.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33332024-12-19T21:52:52.853Z
33342024-12-19T21:52:52.853Zinfo: running `cargo check --bins` on update-common (153/175)
33352024-12-19T21:52:53.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362024-12-19T21:52:53.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372024-12-19T21:52:53.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382024-12-19T21:52:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33392024-12-19T21:52:53.495Z
33402024-12-19T21:52:53.495Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33412024-12-19T21:52:54.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-12-19T21:52:54.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-12-19T21:52:54.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442024-12-19T21:52:54.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33452024-12-19T21:52:54.133Z
33462024-12-19T21:52:54.133Zinfo: running `cargo check --bins` on tufaceous (155/175)
33472024-12-19T21:52:54.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-12-19T21:52:54.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-12-19T21:52:54.792Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33502024-12-19T21:52:55.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33512024-12-19T21:52:55.934Z
33522024-12-19T21:52:55.934Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33532024-12-19T21:52:56.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-12-19T21:52:56.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-12-19T21:52:56.768Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33562024-12-19T21:52:56.893Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33572024-12-19T21:52:56.895Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33582024-12-19T21:52:56.895Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33592024-12-19T21:53:22.806Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33602024-12-19T21:53:22.809Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33612024-12-19T21:53:22.809Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33622024-12-19T21:53:22.809Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33632024-12-19T21:53:22.809Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33642024-12-19T21:53:23.649Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33652024-12-19T21:53:24.945Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33662024-12-19T21:54:02.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33672024-12-19T21:54:02.969Z
33682024-12-19T21:54:02.969Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33692024-12-19T21:54:03.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-12-19T21:54:03.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-12-19T21:54:03.664Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33722024-12-19T21:54:03.666Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33732024-12-19T21:54:03.666Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33742024-12-19T21:54:05.297Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33752024-12-19T21:54:06.191Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33762024-12-19T21:54:07.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
33772024-12-19T21:54:07.466Z
33782024-12-19T21:54:07.466Zinfo: running `cargo check --bins` on installinator-api (158/175)
33792024-12-19T21:54:08.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802024-12-19T21:54:08.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812024-12-19T21:54:08.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822024-12-19T21:54:08.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33832024-12-19T21:54:08.111Z
33842024-12-19T21:54:08.111Zinfo: running `cargo check --bins` on wicketd-api (159/175)
33852024-12-19T21:54:08.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862024-12-19T21:54:08.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872024-12-19T21:54:08.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882024-12-19T21:54:08.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33892024-12-19T21:54:08.763Z
33902024-12-19T21:54:08.763Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
33912024-12-19T21:54:09.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-12-19T21:54:09.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-12-19T21:54:09.448Z Compiling petname v2.0.2
33942024-12-19T21:54:09.453Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33952024-12-19T21:54:09.453Z Checking sync-ptr v0.1.1
33962024-12-19T21:54:10.874Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33972024-12-19T21:54:12.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
33982024-12-19T21:54:12.604Z
33992024-12-19T21:54:12.604Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34002024-12-19T21:54:13.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-12-19T21:54:13.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-12-19T21:54:13.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032024-12-19T21:54:13.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34042024-12-19T21:54:13.268Z
34052024-12-19T21:54:13.268Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34062024-12-19T21:54:13.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072024-12-19T21:54:13.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082024-12-19T21:54:13.933Z Checking memmap2 v0.9.5
34092024-12-19T21:54:13.933Z Checking spin v0.5.2
34102024-12-19T21:54:13.935Z Checking arrayref v0.3.9
34112024-12-19T21:54:13.935Z Checking arrayvec v0.7.6
34122024-12-19T21:54:13.935Z Checking constant_time_eq v0.3.1
34132024-12-19T21:54:13.935Z Checking topological-sort v0.2.2
34142024-12-19T21:54:14.048Z Checking shell-words v1.1.0
34152024-12-19T21:54:14.221Z Checking ring v0.16.20
34162024-12-19T21:54:14.322Z Checking blake3 v1.5.4
34172024-12-19T21:54:15.334Z Checking omicron-zone-package v0.11.1
34182024-12-19T21:54:16.465Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34192024-12-19T21:54:17.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
34202024-12-19T21:54:17.525Z
34212024-12-19T21:54:17.525Zinfo: running `cargo check --bins` on xtask (163/175)
34222024-12-19T21:54:17.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-12-19T21:54:17.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-12-19T21:54:17.958Z Checking bitflags v2.6.0
34252024-12-19T21:54:17.961Z Checking serde v1.0.215
34262024-12-19T21:54:18.034Z Checking thiserror v1.0.69
34272024-12-19T21:54:18.048Z Checking scroll v0.12.0
34282024-12-19T21:54:18.055Z Checking hashbrown v0.15.1
34292024-12-19T21:54:18.057Z Checking log v0.4.22
34302024-12-19T21:54:18.058Z Checking zerocopy v0.7.35
34312024-12-19T21:54:18.090Z Checking syn v2.0.87
34322024-12-19T21:54:18.148Z Checking pest v2.7.14
34332024-12-19T21:54:18.263Z Checking rustix v0.38.37
34342024-12-19T21:54:18.311Z Checking once_cell v1.20.2
34352024-12-19T21:54:18.499Z Checking goblin v0.8.2
34362024-12-19T21:54:18.605Z Checking fs-err v2.11.0
34372024-12-19T21:54:18.898Z Checking tabled v0.15.0
34382024-12-19T21:54:19.102Z Checking indexmap v2.6.0
34392024-12-19T21:54:19.581Z Checking anyhow v1.0.93
34402024-12-19T21:54:20.179Z Checking terminal_size v0.4.0
34412024-12-19T21:54:20.179Z Checking tempfile v3.13.0
34422024-12-19T21:54:20.336Z Checking clap_builder v4.5.21
34432024-12-19T21:54:20.688Z Checking dtrace-parser v0.2.0
34442024-12-19T21:54:22.251Z Checking serde_json v1.0.132
34452024-12-19T21:54:22.251Z Checking serde_spanned v0.6.8
34462024-12-19T21:54:22.251Z Checking toml_datetime v0.6.8
34472024-12-19T21:54:22.255Z Checking camino v1.1.9
34482024-12-19T21:54:22.255Z Checking cargo-platform v0.1.8
34492024-12-19T21:54:22.308Z Checking semver v1.0.23
34502024-12-19T21:54:22.453Z Checking macaddr v1.0.1
34512024-12-19T21:54:22.565Z Checking toml_edit v0.22.22
34522024-12-19T21:54:22.598Z Checking clap v4.5.21
34532024-12-19T21:54:22.816Z Checking camino-tempfile v1.1.1
34542024-12-19T21:54:23.430Z Checking dof v0.3.0
34552024-12-19T21:54:23.430Z Checking cargo_metadata v0.18.1
34562024-12-19T21:54:23.832Z Checking usdt-impl v0.5.0
34572024-12-19T21:54:24.183Z Checking usdt v0.5.0
34582024-12-19T21:54:24.343Z Checking toml v0.8.19
34592024-12-19T21:54:24.817Z Checking cargo_toml v0.20.5
34602024-12-19T21:54:26.006Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34612024-12-19T21:54:26.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
34622024-12-19T21:54:26.714Z
34632024-12-19T21:54:26.714Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34642024-12-19T21:54:27.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652024-12-19T21:54:27.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662024-12-19T21:54:27.471Z Checking polyval v0.6.2
34672024-12-19T21:54:27.583Z Checking ctr v0.9.2
34682024-12-19T21:54:27.593Z Checking ssh-encoding v0.2.0
34692024-12-19T21:54:27.596Z Checking blowfish v0.9.1
34702024-12-19T21:54:27.615Z Checking password-hash v0.4.2
34712024-12-19T21:54:27.618Z Checking matches v0.1.10
34722024-12-19T21:54:27.647Z Checking p521 v0.13.3
34732024-12-19T21:54:27.649Z Checking p256 v0.13.2
34742024-12-19T21:54:27.704Z Checking idna v0.2.3
34752024-12-19T21:54:27.796Z Checking ghash v0.5.1
34762024-12-19T21:54:27.796Z Checking bcrypt-pbkdf v0.10.0
34772024-12-19T21:54:27.833Z Compiling enum-as-inner v0.5.1
34782024-12-19T21:54:27.889Z Checking russh-cryptovec v0.7.3
34792024-12-19T21:54:27.965Z Checking aes-gcm v0.10.3
34802024-12-19T21:54:28.044Z Checking pbkdf2 v0.11.0
34812024-12-19T21:54:28.062Z Checking md5 v0.7.0
34822024-12-19T21:54:28.126Z Checking num-bigint v0.4.6
34832024-12-19T21:54:28.145Z Checking des v0.8.1
34842024-12-19T21:54:28.198Z Checking ssh-cipher v0.2.0
34852024-12-19T21:54:28.318Z Compiling dhcproto-macros v0.1.0
34862024-12-19T21:54:28.338Z Checking hex-literal v0.4.1
34872024-12-19T21:54:28.403Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34882024-12-19T21:54:28.462Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34892024-12-19T21:54:28.491Z Checking ssh-key v0.6.6
34902024-12-19T21:54:28.541Z Checking internet-checksum v0.2.1
34912024-12-19T21:54:28.841Z Checking trust-dns-proto v0.22.0
34922024-12-19T21:54:29.879Z Checking russh-keys v0.45.0
34932024-12-19T21:54:30.800Z Checking russh v0.45.0
34942024-12-19T21:54:31.426Z Checking dhcproto v0.12.0
34952024-12-19T21:54:48.923Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34962024-12-19T21:54:50.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.66s
34972024-12-19T21:54:50.589Z
34982024-12-19T21:54:50.589Zinfo: running `cargo check --bins` on gateway-cli (165/175)
34992024-12-19T21:54:51.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-12-19T21:54:51.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-12-19T21:54:51.229Z Checking termios v0.3.3
35022024-12-19T21:54:51.447Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35032024-12-19T21:54:52.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
35042024-12-19T21:54:52.425Z
35052024-12-19T21:54:52.425Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35062024-12-19T21:54:53.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-19T21:54:53.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-19T21:54:53.123Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35092024-12-19T21:54:55.165Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35102024-12-19T21:54:57.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
35112024-12-19T21:54:57.212Z
35122024-12-19T21:54:57.212Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35132024-12-19T21:54:57.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142024-12-19T21:54:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152024-12-19T21:54:57.848Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35162024-12-19T21:54:58.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35172024-12-19T21:54:58.500Z
35182024-12-19T21:54:58.500Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35192024-12-19T21:54:59.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202024-12-19T21:54:59.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212024-12-19T21:54:59.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222024-12-19T21:54:59.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35232024-12-19T21:54:59.112Z
35242024-12-19T21:54:59.112Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35252024-12-19T21:54:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262024-12-19T21:54:59.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272024-12-19T21:54:59.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282024-12-19T21:54:59.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35292024-12-19T21:54:59.738Z
35302024-12-19T21:54:59.738Zinfo: running `cargo check --bins` on omicron-package (170/175)
35312024-12-19T21:55:00.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322024-12-19T21:55:00.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332024-12-19T21:55:00.416Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35342024-12-19T21:55:01.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
35352024-12-19T21:55:01.966Z
35362024-12-19T21:55:01.966Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35372024-12-19T21:55:02.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382024-12-19T21:55:02.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392024-12-19T21:55:02.675Z Checking rtoolbox v0.0.2
35402024-12-19T21:55:02.678Z Checking tui-tree-widget v0.22.0
35412024-12-19T21:55:02.678Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35422024-12-19T21:55:02.903Z Checking rpassword v7.3.1
35432024-12-19T21:55:07.059Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35442024-12-19T21:55:10.156Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35452024-12-19T21:55:11.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s
35462024-12-19T21:55:11.629Z
35472024-12-19T21:55:11.629Zinfo: running `cargo check --bins` on wicket (172/175)
35482024-12-19T21:55:12.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492024-12-19T21:55:12.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502024-12-19T21:55:12.344Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35512024-12-19T21:55:12.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35522024-12-19T21:55:12.985Z
35532024-12-19T21:55:12.985Zinfo: running `cargo check --bins` on wicketd (173/175)
35542024-12-19T21:55:13.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552024-12-19T21:55:13.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562024-12-19T21:55:13.755Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35572024-12-19T21:55:18.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
35582024-12-19T21:55:18.220Z
35592024-12-19T21:55:18.221Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35602024-12-19T21:55:18.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612024-12-19T21:55:18.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622024-12-19T21:55:18.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632024-12-19T21:55:18.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35642024-12-19T21:55:18.860Z
35652024-12-19T21:55:18.860Zinfo: running `cargo check --bins` on zone-setup (175/175)
35662024-12-19T21:55:19.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672024-12-19T21:55:19.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682024-12-19T21:55:19.632Z Checking uzers v0.12.1
35692024-12-19T21:55:19.988Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35702024-12-19T21:55:21.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
35712024-12-19T21:55:21.422Z
35722024-12-19T21:55:21.422Zreal 13:11.361522940
35732024-12-19T21:55:21.422Zuser 24:23.443734420
35742024-12-19T21:55:21.422Zsys 5:27.812672001
35752024-12-19T21:55:21.422Ztrap 0.467838945
35762024-12-19T21:55:21.422Ztflt 2.310713784
35772024-12-19T21:55:21.423Zdflt 2.964404655
35782024-12-19T21:55:21.423Zkflt 0.001120257
35792024-12-19T21:55:21.423Zlock 46:30.511851012
35802024-12-19T21:55:21.423Zslp 2:07:23.983527007
35812024-12-19T21:55:21.425Zlat 1:02.755224902
35822024-12-19T21:55:21.425Zstop 3:27.913935436
35832024-12-19T21:55:21.425Zprocess exited: duration 1096586 ms, exit code 0
 
35842024-12-19T21:55:21.431Zfound 0 output files