01JEYD8JQFDC39XZ8RN2JAJE0V: 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: 01JEYD8WE2Y02F993R20N8WEA2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-12T21:44:44.394Zjob assigned to worker 01JEYD8XCQEF0WAZ6Z1BRWA8TS [factory gimlet-EVT22200007-propolis, EVT22200007/20401] (queued for 24 s)
 
22024-12-12T21:44:52.251Zstarting task 0: "setup"
32024-12-12T21:44:52.276Z++ uname -s
42024-12-12T21:44:52.276Z+ kern=SunOS
52024-12-12T21:44:52.276Z+ case "$kern" in
62024-12-12T21:44:52.276Z+ groupadd -g 12345 build
72024-12-12T21:44:52.276Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-12T21:44:54.275Z+ zfs create -o mountpoint=/work rpool/work
92024-12-12T21:44:54.312Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-12T21:44:54.337Z+ home_fs=zfs
112024-12-12T21:44:54.337Z+ [[ zfs == autofs ]]
122024-12-12T21:44:54.337Z+ mkdir -p /home/build
132024-12-12T21:44:54.337Z+ chown build:build /home/build /work
142024-12-12T21:44:56.321Z+ chmod 0700 /home/build /work
152024-12-12T21:44:56.345Zprocess exited: duration 4075 ms, exit code 0
 
162024-12-12T21:44:56.398Zstarting task 1: "rust-toolchain"
172024-12-12T21:44:56.423Z+ printf ' * toolchain channel = "%s"
182024-12-12T21:44:56.423Z * toolchain channel = "1.81.0"
192024-12-12T21:44:56.423Z' 1.81.0
202024-12-12T21:44:56.423Z+ printf ' * toolchain profile = "%s"
212024-12-12T21:44:56.423Z' default
222024-12-12T21:44:56.423Z * toolchain profile = "default"
232024-12-12T21:44:56.423Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-12T21:44:56.423Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-12T21:44:56.562Zinfo: downloading installer
262024-12-12T21:44:57.300Zinfo: profile set to 'default'
272024-12-12T21:44:57.300Zinfo: default host triple is x86_64-unknown-illumos
282024-12-12T21:44:57.300Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-12T21:44:57.411Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-12T21:44:57.411Zinfo: downloading component 'cargo'
312024-12-12T21:44:57.718Zinfo: downloading component 'clippy'
322024-12-12T21:44:57.845Zinfo: downloading component 'rust-docs'
332024-12-12T21:44:58.193Zinfo: downloading component 'rust-std'
342024-12-12T21:44:59.410Zinfo: downloading component 'rustc'
352024-12-12T21:45:03.743Zinfo: downloading component 'rustfmt'
362024-12-12T21:45:03.845Zinfo: installing component 'cargo'
372024-12-12T21:45:04.940Zinfo: installing component 'clippy'
382024-12-12T21:45:05.382Zinfo: installing component 'rust-docs'
392024-12-12T21:45:08.063Zinfo: installing component 'rust-std'
402024-12-12T21:45:10.106Zinfo: installing component 'rustc'
412024-12-12T21:45:17.068Zinfo: installing component 'rustfmt'
422024-12-12T21:45:17.457Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-12T21:45:17.457Z
442024-12-12T21:45:17.597Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-12T21:45:17.597Z
462024-12-12T21:45:17.597Z
472024-12-12T21:45:17.597ZRust is installed now. Great!
482024-12-12T21:45:17.597Z
492024-12-12T21:45:17.597ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-12T21:45:17.597Zenvironment variable. This has not been done automatically.
512024-12-12T21:45:17.597Z
522024-12-12T21:45:17.597ZTo configure your current shell, you need to source
532024-12-12T21:45:17.597Zthe corresponding env file under $HOME/.cargo.
542024-12-12T21:45:17.597Z
552024-12-12T21:45:17.598ZThis is usually done by running one of the following (note the leading DOT):
562024-12-12T21:45:17.598Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-12T21:45:17.623Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-12T21:45:17.704Z+ rustc --version
592024-12-12T21:45:17.818Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-12T21:45:17.842Zprocess exited: duration 21424 ms, exit code 0
 
612024-12-12T21:45:17.892Zstarting task 2: "authentication"
622024-12-12T21:45:17.950Zprocess exited: duration 57 ms, exit code 0
 
632024-12-12T21:45:18.004Zstarting task 3: "clone repository"
642024-12-12T21:45:18.029Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-12T21:45:18.030Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-12T21:45:18.054ZCloning into '/work/oxidecomputer/omicron'...
672024-12-12T21:45:24.398Z+ cd /work/oxidecomputer/omicron
682024-12-12T21:45:24.398Z+ git fetch origin b354f8b06a437f4be8373e68c76e234c8ffa7e98
692024-12-12T21:45:24.779ZFrom https://github.com/oxidecomputer/omicron
702024-12-12T21:45:24.779Z * branch b354f8b06a437f4be8373e68c76e234c8ffa7e98 -> FETCH_HEAD
712024-12-12T21:45:24.803Z+ [[ -n '' ]]
722024-12-12T21:45:24.803Z+ git reset --hard b354f8b06a437f4be8373e68c76e234c8ffa7e98
732024-12-12T21:45:24.993ZHEAD is now at b354f8b06 [spr] initial version
742024-12-12T21:45:25.017Zprocess exited: duration 6993 ms, exit code 0
 
752024-12-12T21:45:25.067Zstarting task 4: "build"
762024-12-12T21:45:25.091Z+ source .github/buildomat/ci-env.sh
772024-12-12T21:45:25.091Z++ export CARGO_TERM_COLOR=always
782024-12-12T21:45:25.091Z++ CARGO_TERM_COLOR=always
792024-12-12T21:45:25.091Z+ cargo --version
802024-12-12T21:45:25.146Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-12T21:45:25.171Z+ rustc --version
822024-12-12T21:45:25.222Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-12T21:45:25.247Z+ source ./env.sh
842024-12-12T21:45:25.247Z++ OLD_SHELL_OPTS=ehxB
852024-12-12T21:45:25.247Z++ set -o xtrace
862024-12-12T21:45:25.247Z++++ dirname ./env.sh
872024-12-12T21:45:25.247Z+++ readlink -f .
882024-12-12T21:45:25.248Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-12-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ 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-12T21:45:25.248Z++ case $OLD_SHELL_OPTS in
982024-12-12T21:45:25.248Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-12-12T21:45:25.248Z+ 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-12T21:45:25.248Z+ 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-12T21:45:25.248Z+ banner prerequisites
1022024-12-12T21:45:25.248Z
1032024-12-12T21:45:25.248Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-12-12T21:45:25.248Z # # # # # # # # # # # # # # #
1052024-12-12T21:45:25.248Z # # # # ##### # # ##### # # # # # #### #
1062024-12-12T21:45:25.249Z ##### ##### # ##### # # # # # # # # #
1072024-12-12T21:45:25.249Z # # # # # # # # # # # # # # #
1082024-12-12T21:45:25.249Z # # # ###### # # ###### ### # #### # #### #
1092024-12-12T21:45:25.249Z
1102024-12-12T21:45:25.249Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-12-12T21:45:37.027Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-12-12T21:45:41.473Z Startup: Caching catalogs ... Done
1132024-12-12T21:45:53.680ZPlanning: Solver setup ... Done (11.174s)
1142024-12-12T21:45:53.835ZPlanning: Running solver ... Done (0.155s)
1152024-12-12T21:45:53.943ZPlanning: Finding local manifests ... Done (0.004s)
1162024-12-12T21:45:54.022ZPlanning: Fetching manifests: 0/5 0% complete
1172024-12-12T21:45:54.456ZPlanning: Fetching manifests: 5/5 100% complete
1182024-12-12T21:45:54.571ZPlanning: Package planning ... Done (0.115s)
1192024-12-12T21:45:54.639ZPlanning: Merging actions ... Done (0.067s)
1202024-12-12T21:45:54.860ZPlanning: Checking for conflicting actions ... Done (0.221s)
1212024-12-12T21:45:56.159ZPlanning: Consolidating action changes ... Done (1.297s)
1222024-12-12T21:45:56.573ZPlanning: Evaluating mediators ... Done (0.415s)
1232024-12-12T21:45:56.664ZPlanning: Planning completed in 15.11 seconds
1242024-12-12T21:45:56.689Z Packages to install: 4
1252024-12-12T21:45:56.689Z Packages to update: 1
1262024-12-12T21:45:56.689Z Mediators to change: 2
1272024-12-12T21:45:56.689Z Services to change: 1
1282024-12-12T21:45:56.689Z Estimated space available: 155.18 GB
1292024-12-12T21:45:56.689ZEstimated space to be consumed: 1.61 GB
1302024-12-12T21:45:56.689Z Create boot environment: No
1312024-12-12T21:45:56.689ZCreate backup boot environment: Yes
1322024-12-12T21:45:56.690Z Rebuild boot archive: No
1332024-12-12T21:45:56.690Z
1342024-12-12T21:45:56.690ZChanged mediators:
1352024-12-12T21:45:56.690Z mediator clang:
1362024-12-12T21:45:56.690Z version: None -> 15 (system default)
1372024-12-12T21:45:56.690Z
1382024-12-12T21:45:56.690Z mediator llvm:
1392024-12-12T21:45:56.690Z version: 14 (system default) -> 15 (system default)
1402024-12-12T21:45:56.690Z
1412024-12-12T21:45:56.690ZChanged packages:
1422024-12-12T21:45:56.690Zhelios-dev
1432024-12-12T21:45:56.690Z developer/build-essential
1442024-12-12T21:45:56.690Z None -> 11-2.0
1452024-12-12T21:45:56.690Z library/libxmlsec1
1462024-12-12T21:45:56.690Z None -> 1.2.35-2.0
1472024-12-12T21:45:56.691Z ooce/developer/clang-15
1482024-12-12T21:45:56.691Z None -> 15.0.7-2.0
1492024-12-12T21:45:56.691Z ooce/developer/llvm-15
1502024-12-12T21:45:56.691Z None -> 15.0.7-2.0
1512024-12-12T21:45:56.691Z package/pkg
1522024-12-12T21:45:56.691Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-12-12T21:45:56.691Z
1542024-12-12T21:45:56.691ZServices:
1552024-12-12T21:45:56.691Z restart_fmri:
1562024-12-12T21:45:56.691Z svc:/system/update-man-index:default
1572024-12-12T21:45:56.691Z
1582024-12-12T21:45:56.691ZEditable files to change:
1592024-12-12T21:45:56.691Z Update:
1602024-12-12T21:45:56.691Z usr/share/lib/pkg/web/config.shtml
1612024-12-12T21:45:56.758Z
1622024-12-12T21:45:56.758ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-12-12T21:46:01.758ZDownload: 1073/4281 items 19.7/220.6MB 8% complete (4.1M/s)
1642024-12-12T21:46:06.759ZDownload: 1198/4281 items 81.8/220.6MB 37% complete (8.2M/s)
1652024-12-12T21:46:11.759ZDownload: 2225/4281 items 119.2/220.6MB 54% complete (10.0M/s)
1662024-12-12T21:46:16.759ZDownload: 3247/4281 items 183.6/220.6MB 83% complete (10.2M/s)
1672024-12-12T21:46:21.763ZDownload: 3458/4281 items 213.3/220.6MB 96% complete (9.5M/s)
1682024-12-12T21:46:26.455ZDownload: Completed 220.60 MB in 29.70 seconds (7.4M/s)
1692024-12-12T21:46:27.924Z Actions: 1/5063 actions (Removing old actions)
1702024-12-12T21:46:27.949Z Actions: 194/5063 actions (Installing new actions)
1712024-12-12T21:46:33.279Z Actions: 3694/5063 actions (Installing new actions)
1722024-12-12T21:46:33.753Z Actions: 4226/5063 actions (Updating modified actions)
1732024-12-12T21:46:34.135Z Actions: Completed 5063 actions in 6.21 seconds.
1742024-12-12T21:46:34.490Z Done (0.344s)
1752024-12-12T21:46:34.519Z Done (0.000s)
1762024-12-12T21:46:35.162Z Done (0.670s)
1772024-12-12T21:46:40.256Z Done (4.921s)
1782024-12-12T21:46:40.370Z Done (0.023s)
1792024-12-12T21:46:40.395Z Done (0.000s)
1802024-12-12T21:46:40.555Z Done (0.000s)
1812024-12-12T21:46:41.329ZPlanning: Evaluating mediator changes ... Done
1822024-12-12T21:46:41.585ZPlanning: Checking for conflicting actions ... Done
1832024-12-12T21:46:41.609ZPlanning: Consolidating action changes ... Done
1842024-12-12T21:46:41.930ZPlanning: Evaluating mediators ... Done
1852024-12-12T21:46:41.954ZPlanning: Planning completed in 0.60 seconds
1862024-12-12T21:46:41.978Z Mediators to change: 2
1872024-12-12T21:46:41.978Z Create boot environment: No
1882024-12-12T21:46:41.978ZCreate backup boot environment: No
1892024-12-12T21:46:42.036Z Done
1902024-12-12T21:46:42.036Z Done
1912024-12-12T21:46:42.528Z Done
1922024-12-12T21:46:46.810Z Done
1932024-12-12T21:46:46.907Z Done
1942024-12-12T21:46:46.931Z Done
1952024-12-12T21:46:46.996Z Done
1962024-12-12T21:46:47.724ZPlanning: Evaluating mediator changes ... Done
1972024-12-12T21:46:47.748ZPlanning: Merging actions ... Done
1982024-12-12T21:46:47.958ZPlanning: Checking for conflicting actions ... Done
1992024-12-12T21:46:47.982ZPlanning: Consolidating action changes ... Done
2002024-12-12T21:46:48.271ZPlanning: Evaluating mediators ... Done
2012024-12-12T21:46:48.336ZPlanning: Planning completed in 0.91 seconds
2022024-12-12T21:46:48.381Z Packages to change: 1
2032024-12-12T21:46:48.381Z Mediators to change: 1
2042024-12-12T21:46:48.381Z Services to change: 1
2052024-12-12T21:46:48.381Z Create boot environment: No
2062024-12-12T21:46:48.381ZCreate backup boot environment: Yes
2072024-12-12T21:46:49.992Z Actions: 1/6 actions (Updating modified actions)
2082024-12-12T21:46:50.016Z Actions: Completed 6 actions in 0.00 seconds.
2092024-12-12T21:46:50.016Z Done
2102024-12-12T21:46:50.016Z Done
2112024-12-12T21:46:50.129Z Done
2122024-12-12T21:46:54.521Z Done
2132024-12-12T21:46:54.616Z Done
2142024-12-12T21:46:54.640Z Done
2152024-12-12T21:46:54.708Z Done
2162024-12-12T21:46:55.219ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-12-12T21:46:55.219Zclang system 15 system
2182024-12-12T21:46:55.219Zcsh system system illumos
2192024-12-12T21:46:55.219Zctags system system illumos
2202024-12-12T21:46:55.219Zgcc vendor 12 vendor
2212024-12-12T21:46:55.219Zgcc system 10 system
2222024-12-12T21:46:55.219Zgcc system 7 system
2232024-12-12T21:46:55.219Zgo system 1.20 system
2242024-12-12T21:46:55.219Zgo system 1.19 system
2252024-12-12T21:46:55.219Zllvm system 15 system
2262024-12-12T21:46:55.219Zllvm system 14 system
2272024-12-12T21:46:55.220Zmariadb system 10.6 system
2282024-12-12T21:46:55.220Zmta vendor vendor dma
2292024-12-12T21:46:55.220Zopenjdk system 17 system
2302024-12-12T21:46:55.220Zopenjdk system 11 system
2312024-12-12T21:46:55.220Zopenjdk system 1.8 system
2322024-12-12T21:46:55.220Zopenssl vendor 3 vendor
2332024-12-12T21:46:55.220Zperl system 5.36 system
2342024-12-12T21:46:55.220Zpostgresql system 15 system
2352024-12-12T21:46:55.220Zpostgresql system 13 system
2362024-12-12T21:46:55.220Zpython vendor 3 vendor
2372024-12-12T21:46:55.220Zpython system 2 system
2382024-12-12T21:46:55.220Zpython3 system 3.11 system
2392024-12-12T21:46:55.220Zruby system 3.0 system
2402024-12-12T21:46:55.220Zwords vendor vendor american-english
2412024-12-12T21:46:55.220Zwords system system australian-english
2422024-12-12T21:46:55.220Zwords system system british-english
2432024-12-12T21:46:55.220Zwords system system canadian-english
2442024-12-12T21:46:55.220Zwords system system french
2452024-12-12T21:46:55.220Zwords system system italian
2462024-12-12T21:46:55.220Zwords system system ngerman
2472024-12-12T21:46:55.220Zwords system system ogerman
2482024-12-12T21:46:55.220Zwords system system spanish
2492024-12-12T21:46:55.621ZPUBLISHER TYPE STATUS P LOCATION
2502024-12-12T21:46:55.621Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-12-12T21:46:58.799ZFMRI IFO
2522024-12-12T21:46:58.799Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-12-12T21:46:58.799Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-12-12T21:46:58.799Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-12-12T21:46:58.799Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-12-12T21:46:58.799Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-12-12T21:46:58.799Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-12-12T21:46:58.799Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592024-12-12T21:46:58.799Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602024-12-12T21:46:58.799Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612024-12-12T21:46:58.799Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2622024-12-12T21:46:58.799Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2632024-12-12T21:46:58.799Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2642024-12-12T21:46:58.799Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2652024-12-12T21:46:58.799Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-12-12T21:46:58.799Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-12-12T21:46:59.621Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682024-12-12T21:47:00.046Z Updating crates.io index
2692024-12-12T21:47:00.142Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702024-12-12T21:47:00.776Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2712024-12-12T21:47:01.175Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722024-12-12T21:47:01.502Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2732024-12-12T21:47:01.854Z Updating git repository `https://github.com/oxidecomputer/propolis`
2742024-12-12T21:47:02.889Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-12-12T21:47:04.644Z Updating git repository `https://github.com/oxidecomputer/opte`
2762024-12-12T21:47:05.948Z Updating git repository `https://github.com/oxidecomputer/falcon`
2772024-12-12T21:47:06.840Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782024-12-12T21:47:07.428Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792024-12-12T21:47:07.907Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802024-12-12T21:47:08.666Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2812024-12-12T21:47:09.150Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822024-12-12T21:47:09.631Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832024-12-12T21:47:09.997Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842024-12-12T21:47:10.370Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852024-12-12T21:47:10.722Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862024-12-12T21:47:11.217Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2872024-12-12T21:47:11.661Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882024-12-12T21:47:12.217Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2892024-12-12T21:47:12.628Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902024-12-12T21:47:13.325Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912024-12-12T21:47:13.873Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922024-12-12T21:47:14.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932024-12-12T21:47:14.899Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2942024-12-12T21:47:15.320Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952024-12-12T21:47:15.694Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962024-12-12T21:47:16.079Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972024-12-12T21:47:17.880Z Downloading crates ...
2982024-12-12T21:47:17.949Z Downloaded cargo-platform v0.1.8
2992024-12-12T21:47:17.949Z Downloaded anstyle-query v1.1.1
3002024-12-12T21:47:17.950Z Downloaded camino-tempfile v1.1.1
3012024-12-12T21:47:17.950Z Downloaded anstream v0.6.15
3022024-12-12T21:47:17.950Z Downloaded byteorder v1.5.0
3032024-12-12T21:47:17.950Z Downloaded usdt-attr-macro v0.5.0
3042024-12-12T21:47:17.950Z Downloaded pretty-hex v0.4.1
3052024-12-12T21:47:17.950Z Downloaded equivalent v1.0.1
3062024-12-12T21:47:17.950Z Downloaded dtrace-parser v0.2.0
3072024-12-12T21:47:17.950Z Downloaded camino v1.1.9
3082024-12-12T21:47:17.950Z Downloaded anstyle-parse v0.2.5
3092024-12-12T21:47:17.951Z Downloaded anstyle v1.0.10
3102024-12-12T21:47:17.951Z Downloaded bytecount v0.6.8
3112024-12-12T21:47:17.951Z Downloaded utf8parse v0.2.2
3122024-12-12T21:47:17.952Z Downloaded version_check v0.9.5
3132024-12-12T21:47:17.952Z Downloaded usdt-impl v0.5.0
3142024-12-12T21:47:17.952Z Downloaded quote v1.0.37
3152024-12-12T21:47:17.952Z Downloaded cargo_toml v0.20.5
3162024-12-12T21:47:17.953Z Downloaded usdt v0.5.0
3172024-12-12T21:47:17.953Z Downloaded toml_datetime v0.6.8
3182024-12-12T21:47:17.953Z Downloaded thread-id v4.2.2
3192024-12-12T21:47:17.953Z Downloaded thiserror v1.0.69
3202024-12-12T21:47:17.953Z Downloaded zerocopy-derive v0.7.35
3212024-12-12T21:47:18.022Z Downloaded toml v0.8.19
3222024-12-12T21:47:18.022Z Downloaded semver v1.0.23
3232024-12-12T21:47:18.022Z Downloaded serde v1.0.215
3242024-12-12T21:47:18.022Z Downloaded toml_edit v0.22.22
3252024-12-12T21:47:18.022Z Downloaded memchr v2.7.4
3262024-12-12T21:47:18.022Z Downloaded pest v2.7.14
3272024-12-12T21:47:18.022Z Downloaded zerocopy v0.7.35
3282024-12-12T21:47:18.022Z Downloaded serde_json v1.0.132
3292024-12-12T21:47:18.074Z Downloaded winnow v0.6.20
3302024-12-12T21:47:18.074Z Downloaded tabled v0.15.0
3312024-12-12T21:47:18.074Z Downloaded goblin v0.8.2
3322024-12-12T21:47:18.074Z Downloaded clap_builder v4.5.21
3332024-12-12T21:47:18.075Z Downloaded unicode-width v0.1.14
3342024-12-12T21:47:18.075Z Downloaded syn v2.0.87
3352024-12-12T21:47:18.126Z Downloaded syn v1.0.109
3362024-12-12T21:47:18.126Z Downloaded hashbrown v0.15.1
3372024-12-12T21:47:18.126Z Downloaded indexmap v2.6.0
3382024-12-12T21:47:18.127Z Downloaded serde_derive v1.0.215
3392024-12-12T21:47:18.127Z Downloaded rustix v0.38.37
3402024-12-12T21:47:18.169Z Downloaded papergrid v0.11.0
3412024-12-12T21:47:18.169Z Downloaded log v0.4.22
3422024-12-12T21:47:18.169Z Downloaded is_terminal_polyfill v1.70.1
3432024-12-12T21:47:18.169Z Downloaded fnv v1.0.7
3442024-12-12T21:47:18.169Z Downloaded clap v4.5.21
3452024-12-12T21:47:18.169Z Downloaded anyhow v1.0.93
3462024-12-12T21:47:18.169Z Downloaded unicode-linebreak v0.1.5
3472024-12-12T21:47:18.169Z Downloaded unicode-ident v1.0.13
3482024-12-12T21:47:18.169Z Downloaded ucd-trie v0.1.7
3492024-12-12T21:47:18.169Z Downloaded typenum v1.17.0
3502024-12-12T21:47:18.169Z Downloaded textwrap v0.16.1
3512024-12-12T21:47:18.169Z Downloaded ryu v1.0.18
3522024-12-12T21:47:18.169Z Downloaded proc-macro2 v1.0.89
3532024-12-12T21:47:18.169Z Downloaded proc-macro-error v1.0.4
3542024-12-12T21:47:18.169Z Downloaded pest_meta v2.7.14
3552024-12-12T21:47:18.169Z Downloaded tempfile v3.13.0
3562024-12-12T21:47:18.169Z Downloaded tabled_derive v0.7.0
3572024-12-12T21:47:18.169Z Downloaded swrite v0.1.0
3582024-12-12T21:47:18.169Z Downloaded sha2 v0.10.8
3592024-12-12T21:47:18.169Z Downloaded pest_derive v2.7.14
3602024-12-12T21:47:18.196Z Downloaded libc v0.2.162
3612024-12-12T21:47:18.196Z Downloaded digest v0.10.7
3622024-12-12T21:47:18.221Z Downloaded clap_derive v4.5.18
3632024-12-12T21:47:18.221Z Downloaded once_cell v1.20.2
3642024-12-12T21:47:18.221Z Downloaded bitflags v2.6.0
3652024-12-12T21:47:18.223Z Downloaded strsim v0.11.1
3662024-12-12T21:47:18.223Z Downloaded scroll v0.12.0
3672024-12-12T21:47:18.223Z Downloaded heck v0.5.0
3682024-12-12T21:47:18.223Z Downloaded heck v0.4.1
3692024-12-12T21:47:18.223Z Downloaded fs-err v2.11.0
3702024-12-12T21:47:18.223Z Downloaded fastrand v2.1.1
3712024-12-12T21:47:18.223Z Downloaded dof v0.3.0
3722024-12-12T21:47:18.224Z Downloaded crypto-common v0.1.6
3732024-12-12T21:47:18.224Z Downloaded cpufeatures v0.2.14
3742024-12-12T21:47:18.224Z Downloaded colorchoice v1.0.2
3752024-12-12T21:47:18.224Z Downloaded clap_lex v0.7.2
3762024-12-12T21:47:18.224Z Downloaded cfg-if v1.0.0
3772024-12-12T21:47:18.224Z Downloaded cargo_metadata v0.18.1
3782024-12-12T21:47:18.264Z Downloaded autocfg v1.4.0
3792024-12-12T21:47:18.264Z Downloaded usdt-macro v0.5.0
3802024-12-12T21:47:18.264Z Downloaded thiserror-impl v1.0.69
3812024-12-12T21:47:18.264Z Downloaded terminal_size v0.4.0
3822024-12-12T21:47:18.264Z Downloaded smawk v0.3.2
3832024-12-12T21:47:18.264Z Downloaded serde_tokenstream v0.2.2
3842024-12-12T21:47:18.264Z Downloaded serde_spanned v0.6.8
3852024-12-12T21:47:18.264Z Downloaded scroll_derive v0.12.0
3862024-12-12T21:47:18.264Z Downloaded proc-macro-error-attr v1.0.4
3872024-12-12T21:47:18.264Z Downloaded plain v0.2.3
3882024-12-12T21:47:18.265Z Downloaded pest_generator v2.7.14
3892024-12-12T21:47:18.265Z Downloaded memmap v0.7.0
3902024-12-12T21:47:18.265Z Downloaded macaddr v1.0.1
3912024-12-12T21:47:18.265Z Downloaded itoa v1.0.11
3922024-12-12T21:47:18.265Z Downloaded generic-array v0.14.7
3932024-12-12T21:47:18.265Z Downloaded errno v0.3.9
3942024-12-12T21:47:18.265Z Downloaded block-buffer v0.10.4
3952024-12-12T21:47:18.372Z Compiling proc-macro2 v1.0.89
3962024-12-12T21:47:18.372Z Compiling unicode-ident v1.0.13
3972024-12-12T21:47:18.372Z Compiling serde v1.0.215
3982024-12-12T21:47:18.372Z Compiling version_check v0.9.5
3992024-12-12T21:47:18.397Z Compiling memchr v2.7.4
4002024-12-12T21:47:18.397Z Compiling thiserror v1.0.69
4012024-12-12T21:47:18.397Z Compiling libc v0.2.162
4022024-12-12T21:47:18.397Z Compiling itoa v1.0.11
4032024-12-12T21:47:18.648Z Compiling ryu v1.0.18
4042024-12-12T21:47:18.676Z Compiling ucd-trie v0.1.7
4052024-12-12T21:47:18.955Z Compiling once_cell v1.20.2
4062024-12-12T21:47:19.233Z Compiling byteorder v1.5.0
4072024-12-12T21:47:19.267Z Compiling rustix v0.38.37
4082024-12-12T21:47:19.394Z Compiling serde_json v1.0.132
4092024-12-12T21:47:19.626Z Compiling bitflags v2.6.0
4102024-12-12T21:47:19.765Z Compiling proc-macro-error-attr v1.0.4
4112024-12-12T21:47:19.972Z Compiling usdt-impl v0.5.0
4122024-12-12T21:47:20.068Z Compiling syn v1.0.109
4132024-12-12T21:47:20.129Z Compiling quote v1.0.37
4142024-12-12T21:47:20.221Z Compiling proc-macro-error v1.0.4
4152024-12-12T21:47:20.251Z Compiling errno v0.3.9
4162024-12-12T21:47:20.459Z Compiling syn v2.0.87
4172024-12-12T21:47:20.489Z Compiling log v0.4.22
4182024-12-12T21:47:20.550Z Compiling equivalent v1.0.1
4192024-12-12T21:47:20.675Z Compiling hashbrown v0.15.1
4202024-12-12T21:47:20.700Z Compiling plain v0.2.3
4212024-12-12T21:47:20.766Z Compiling camino v1.1.9
4222024-12-12T21:47:20.848Z Compiling thread-id v4.2.2
4232024-12-12T21:47:20.873Z Compiling utf8parse v0.2.2
4242024-12-12T21:47:21.059Z Compiling anstyle-parse v0.2.5
4252024-12-12T21:47:21.394Z Compiling semver v1.0.23
4262024-12-12T21:47:21.447Z Compiling is_terminal_polyfill v1.70.1
4272024-12-12T21:47:21.504Z Compiling unicode-width v0.1.14
4282024-12-12T21:47:21.584Z Compiling winnow v0.6.20
4292024-12-12T21:47:21.789Z Compiling indexmap v2.6.0
4302024-12-12T21:47:21.829Z Compiling autocfg v1.4.0
4312024-12-12T21:47:21.901Z Compiling anstyle-query v1.1.1
4322024-12-12T21:47:22.018Z Compiling anstyle v1.0.10
4332024-12-12T21:47:22.061Z Compiling pretty-hex v0.4.1
4342024-12-12T21:47:22.274Z Compiling colorchoice v1.0.2
4352024-12-12T21:47:22.430Z Compiling anstream v0.6.15
4362024-12-12T21:47:22.454Z Compiling terminal_size v0.4.0
4372024-12-12T21:47:22.851Z Compiling fs-err v2.11.0
4382024-12-12T21:47:23.004Z Compiling anyhow v1.0.93
4392024-12-12T21:47:23.033Z Compiling cfg-if v1.0.0
4402024-12-12T21:47:23.058Z Compiling fastrand v2.1.1
4412024-12-12T21:47:23.101Z Compiling strsim v0.11.1
4422024-12-12T21:47:23.128Z Compiling heck v0.5.0
4432024-12-12T21:47:23.169Z Compiling fnv v1.0.7
4442024-12-12T21:47:23.293Z Compiling clap_lex v0.7.2
4452024-12-12T21:47:23.597Z Compiling heck v0.4.1
4462024-12-12T21:47:23.746Z Compiling bytecount v0.6.8
4472024-12-12T21:47:23.889Z Compiling papergrid v0.11.0
4482024-12-12T21:47:23.930Z Compiling tempfile v3.13.0
4492024-12-12T21:47:24.024Z Compiling clap_builder v4.5.21
4502024-12-12T21:47:24.266Z Compiling memmap v0.7.0
4512024-12-12T21:47:24.291Z Compiling smawk v0.3.2
4522024-12-12T21:47:24.477Z Compiling unicode-linebreak v0.1.5
4532024-12-12T21:47:24.750Z Compiling swrite v0.1.0
4542024-12-12T21:47:24.871Z Compiling textwrap v0.16.1
4552024-12-12T21:47:25.802Z Compiling tabled_derive v0.7.0
4562024-12-12T21:47:27.323Z Compiling tabled v0.15.0
4572024-12-12T21:47:28.508Z Compiling serde_derive v1.0.215
4582024-12-12T21:47:28.508Z Compiling thiserror-impl v1.0.69
4592024-12-12T21:47:28.533Z Compiling zerocopy-derive v0.7.35
4602024-12-12T21:47:28.533Z Compiling scroll_derive v0.12.0
4612024-12-12T21:47:28.900Z Compiling clap_derive v4.5.18
4622024-12-12T21:47:29.674Z Compiling scroll v0.12.0
4632024-12-12T21:47:30.069Z Compiling goblin v0.8.2
4642024-12-12T21:47:30.333Z Compiling zerocopy v0.7.35
4652024-12-12T21:47:30.968Z Compiling pest v2.7.14
4662024-12-12T21:47:32.278Z Compiling clap v4.5.21
4672024-12-12T21:47:32.887Z Compiling pest_meta v2.7.14
4682024-12-12T21:47:33.870Z Compiling pest_generator v2.7.14
4692024-12-12T21:47:35.804Z Compiling pest_derive v2.7.14
4702024-12-12T21:47:36.404Z Compiling dtrace-parser v0.2.0
4712024-12-12T21:47:37.879Z Compiling serde_tokenstream v0.2.2
4722024-12-12T21:47:38.011Z Compiling toml_datetime v0.6.8
4732024-12-12T21:47:38.035Z Compiling serde_spanned v0.6.8
4742024-12-12T21:47:38.267Z Compiling cargo-platform v0.1.8
4752024-12-12T21:47:38.388Z Compiling toml_edit v0.22.22
4762024-12-12T21:47:38.471Z Compiling macaddr v1.0.1
4772024-12-12T21:47:38.761Z Compiling camino-tempfile v1.1.1
4782024-12-12T21:47:39.341Z Compiling dof v0.3.0
4792024-12-12T21:47:39.520Z Compiling cargo_metadata v0.18.1
4802024-12-12T21:47:40.941Z Compiling toml v0.8.19
4812024-12-12T21:47:41.042Z Compiling usdt-macro v0.5.0
4822024-12-12T21:47:41.042Z Compiling usdt-attr-macro v0.5.0
4832024-12-12T21:47:41.666Z Compiling cargo_toml v0.20.5
4842024-12-12T21:47:42.170Z Compiling usdt v0.5.0
4852024-12-12T21:47:45.930Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862024-12-12T21:47:51.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.76s
4872024-12-12T21:47:51.362Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4882024-12-12T21:47:52.041Z Downloading crates ...
4892024-12-12T21:47:52.163Z Downloaded async-stream-impl v0.3.6
4902024-12-12T21:47:52.188Z Downloaded adler2 v2.0.0
4912024-12-12T21:47:52.188Z Downloaded addr2line v0.24.2
4922024-12-12T21:47:52.188Z Downloaded async-stream v0.3.6
4932024-12-12T21:47:52.189Z Downloaded async-recursion v1.1.1
4942024-12-12T21:47:52.189Z Downloaded atomicwrites v0.4.4
4952024-12-12T21:47:52.189Z Downloaded http-range v0.1.5
4962024-12-12T21:47:52.189Z Downloaded atty v0.2.14
4972024-12-12T21:47:52.214Z Downloaded headers-core v0.3.0
4982024-12-12T21:47:52.214Z Downloaded md5 v0.7.0
4992024-12-12T21:47:52.214Z Downloaded instant v0.1.13
5002024-12-12T21:47:52.214Z Downloaded ident_case v1.0.1
5012024-12-12T21:47:52.214Z Downloaded icu_provider_macros v1.5.0
5022024-12-12T21:47:52.214Z Downloaded cstr-argument v0.1.2
5032024-12-12T21:47:52.214Z Downloaded ciborium-io v0.2.2
5042024-12-12T21:47:52.214Z Downloaded hostname v0.3.1
5052024-12-12T21:47:52.214Z Downloaded hex-literal v0.4.1
5062024-12-12T21:47:52.214Z Downloaded match_cfg v0.1.0
5072024-12-12T21:47:52.214Z Downloaded matches v0.1.10
5082024-12-12T21:47:52.214Z Downloaded is_ci v1.2.0
5092024-12-12T21:47:52.240Z Downloaded hubpack_derive v0.1.1
5102024-12-12T21:47:52.240Z Downloaded http-body-util v0.1.2
5112024-12-12T21:47:52.240Z Downloaded mime v0.3.17
5122024-12-12T21:47:52.240Z Downloaded linear-map v1.2.0
5132024-12-12T21:47:52.240Z Downloaded lru v0.12.5
5142024-12-12T21:47:52.240Z Downloaded memoffset v0.9.1
5152024-12-12T21:47:52.240Z Downloaded md-5 v0.10.6
5162024-12-12T21:47:52.240Z Downloaded highway v1.2.0
5172024-12-12T21:47:52.240Z Downloaded is-terminal v0.4.13
5182024-12-12T21:47:52.292Z Downloaded libsw v3.3.1
5192024-12-12T21:47:52.292Z Downloaded managed v0.8.0
5202024-12-12T21:47:52.292Z Downloaded lockfree-object-pool v0.1.6
5212024-12-12T21:47:52.318Z Downloaded mime_guess v2.0.5
5222024-12-12T21:47:52.318Z Downloaded lock_api v0.4.12
5232024-12-12T21:47:52.318Z Downloaded rfc6979 v0.4.0
5242024-12-12T21:47:52.318Z Downloaded hyper-rustls v0.27.3
5252024-12-12T21:47:52.318Z Downloaded rtoolbox v0.0.2
5262024-12-12T21:47:52.318Z Downloaded litemap v0.7.3
5272024-12-12T21:47:52.318Z Downloaded scrypt v0.11.0
5282024-12-12T21:47:52.318Z Downloaded sha1 v0.10.6
5292024-12-12T21:47:52.318Z Downloaded icu_locid v1.5.0
5302024-12-12T21:47:52.318Z Downloaded indexmap v1.9.3
5312024-12-12T21:47:52.318Z Downloaded ssh-encoding v0.2.0
5322024-12-12T21:47:52.318Z Downloaded bitflags v1.3.2
5332024-12-12T21:47:52.318Z Downloaded subtle v2.6.1
5342024-12-12T21:47:52.318Z Downloaded downcast v0.11.0
5352024-12-12T21:47:52.318Z Downloaded tokio-native-tls v0.3.1
5362024-12-12T21:47:52.319Z Downloaded tls_codec v0.4.1
5372024-12-12T21:47:52.319Z Downloaded which v4.4.2
5382024-12-12T21:47:52.319Z Downloaded serde_with_macros v3.11.0
5392024-12-12T21:47:52.319Z Downloaded indicatif v0.17.9
5402024-12-12T21:47:52.345Z Downloaded num_threads v0.1.7
5412024-12-12T21:47:52.345Z Downloaded convert_case v0.4.0
5422024-12-12T21:47:52.345Z Downloaded wyz v0.5.1
5432024-12-12T21:47:52.345Z Downloaded defmt-parser v0.3.4
5442024-12-12T21:47:52.345Z Downloaded icu_normalizer v1.5.0
5452024-12-12T21:47:52.345Z Downloaded float-ord v0.3.2
5462024-12-12T21:47:52.345Z Downloaded tokio-rustls v0.24.1
5472024-12-12T21:47:52.345Z Downloaded ghash v0.5.1
5482024-12-12T21:47:52.345Z Downloaded tinyvec_macros v0.1.1
5492024-12-12T21:47:52.345Z Downloaded oso-derive v0.27.3
5502024-12-12T21:47:52.371Z Downloaded num_enum_derive v0.5.11
5512024-12-12T21:47:52.371Z Downloaded newtype_derive v0.1.6
5522024-12-12T21:47:52.371Z Downloaded newline-converter v0.3.0
5532024-12-12T21:47:52.371Z Downloaded phf_shared v0.10.0
5542024-12-12T21:47:52.371Z Downloaded base64ct v1.6.0
5552024-12-12T21:47:52.371Z Downloaded phf_shared v0.11.2
5562024-12-12T21:47:52.371Z Downloaded polyval v0.6.2
5572024-12-12T21:47:52.371Z Downloaded unicode-properties v0.1.3
5582024-12-12T21:47:52.371Z Downloaded serde_yaml v0.9.34+deprecated
5592024-12-12T21:47:52.404Z Downloaded time-core v0.1.2
5602024-12-12T21:47:52.404Z Downloaded rustc_version v0.1.7
5612024-12-12T21:47:52.404Z Downloaded serde-big-array v0.5.1
5622024-12-12T21:47:52.404Z Downloaded same-file v1.0.6
5632024-12-12T21:47:52.404Z Downloaded snafu v0.8.5
5642024-12-12T21:47:52.404Z Downloaded slog-async v2.8.0
5652024-12-12T21:47:52.404Z Downloaded sqlformat v0.2.6
5662024-12-12T21:47:52.404Z Downloaded spki v0.7.3
5672024-12-12T21:47:52.404Z Downloaded ciborium v0.2.2
5682024-12-12T21:47:52.404Z Downloaded tiny-keccak v2.0.2
5692024-12-12T21:47:52.431Z Downloaded nibble_vec v0.1.0
5702024-12-12T21:47:52.431Z Downloaded untrusted v0.9.0
5712024-12-12T21:47:52.431Z Downloaded universal-hash v0.5.1
5722024-12-12T21:47:52.431Z Downloaded defmt v0.3.8
5732024-12-12T21:47:52.431Z Downloaded embedded-io v0.6.1
5742024-12-12T21:47:52.431Z Downloaded gethostname v0.5.0
5752024-12-12T21:47:52.431Z Downloaded libxml v0.3.3
5762024-12-12T21:47:52.457Z Downloaded num v0.4.3
5772024-12-12T21:47:52.457Z Downloaded unarray v0.1.4
5782024-12-12T21:47:52.457Z Downloaded typify v0.2.0
5792024-12-12T21:47:52.457Z Downloaded radium v0.7.0
5802024-12-12T21:47:52.457Z Downloaded foreign-types v0.5.0
5812024-12-12T21:47:52.457Z Downloaded parse-display-derive v0.10.0
5822024-12-12T21:47:52.457Z Downloaded resolv-conf v0.7.0
5832024-12-12T21:47:52.457Z Downloaded try-lock v0.2.5
5842024-12-12T21:47:52.457Z Downloaded itertools v0.12.1
5852024-12-12T21:47:52.483Z Downloaded foreign-types-shared v0.3.1
5862024-12-12T21:47:52.483Z Downloaded mirai-annotations v1.12.0
5872024-12-12T21:47:52.510Z Downloaded tui-tree-widget v0.22.0
5882024-12-12T21:47:52.510Z Downloaded crossbeam-utils v0.8.20
5892024-12-12T21:47:52.510Z Downloaded unsafe-libyaml v0.2.11
5902024-12-12T21:47:52.510Z Downloaded slog-term v2.9.1
5912024-12-12T21:47:52.510Z Downloaded term v0.7.0
5922024-12-12T21:47:52.510Z Downloaded form_urlencoded v1.2.1
5932024-12-12T21:47:52.510Z Downloaded mockall v0.13.0
5942024-12-12T21:47:52.510Z Downloaded p256 v0.13.2
5952024-12-12T21:47:52.536Z Downloaded progenitor-client v0.8.0
5962024-12-12T21:47:52.536Z Downloaded tower-service v0.3.3
5972024-12-12T21:47:52.536Z Downloaded toolchain_find v0.4.0
5982024-12-12T21:47:52.536Z Downloaded structmeta-derive v0.3.0
5992024-12-12T21:47:52.536Z Downloaded darling_macro v0.20.10
6002024-12-12T21:47:52.536Z Downloaded packed_struct v0.10.1
6012024-12-12T21:47:52.536Z Downloaded num-iter v0.1.45
6022024-12-12T21:47:52.536Z Downloaded toml v0.7.8
6032024-12-12T21:47:52.537Z Downloaded num-integer v0.1.46
6042024-12-12T21:47:52.562Z Downloaded embedded-io v0.4.0
6052024-12-12T21:47:52.562Z Downloaded unicode_categories v0.1.1
6062024-12-12T21:47:52.562Z Downloaded ref-cast v1.0.23
6072024-12-12T21:47:52.562Z Downloaded rand_seeder v0.3.0
6082024-12-12T21:47:52.562Z Downloaded pem-rfc7468 v0.7.0
6092024-12-12T21:47:52.562Z Downloaded path-slash v0.1.5
6102024-12-12T21:47:52.562Z Downloaded topological-sort v0.2.2
6112024-12-12T21:47:52.562Z Downloaded crc-any v2.5.0
6122024-12-12T21:47:52.588Z Downloaded mockall_derive v0.13.0
6132024-12-12T21:47:52.588Z Downloaded precomputed-hash v0.1.1
6142024-12-12T21:47:52.588Z Downloaded fallible-iterator v0.2.0
6152024-12-12T21:47:52.588Z Downloaded group v0.13.0
6162024-12-12T21:47:52.588Z Downloaded env_filter v0.1.2
6172024-12-12T21:47:52.588Z Downloaded rand_chacha v0.3.1
6182024-12-12T21:47:52.589Z Downloaded poly1305 v0.8.0
6192024-12-12T21:47:52.589Z Downloaded base64 v0.21.7
6202024-12-12T21:47:52.615Z Downloaded zerofrom v0.1.4
6212024-12-12T21:47:52.615Z Downloaded phf_codegen v0.11.2
6222024-12-12T21:47:52.615Z Downloaded zerocopy v0.6.6
6232024-12-12T21:47:52.615Z Downloaded flume v0.11.1
6242024-12-12T21:47:52.615Z Downloaded opaque-debug v0.3.1
6252024-12-12T21:47:52.615Z Downloaded fallible-iterator v0.3.0
6262024-12-12T21:47:52.615Z Downloaded string_cache v0.8.7
6272024-12-12T21:47:52.615Z Downloaded parking_lot_core v0.9.10
6282024-12-12T21:47:52.615Z Downloaded tokio-tungstenite v0.23.1
6292024-12-12T21:47:52.641Z Downloaded progenitor-impl v0.8.0
6302024-12-12T21:47:52.641Z Downloaded synstructure v0.13.1
6312024-12-12T21:47:52.641Z Downloaded predicates-tree v1.0.11
6322024-12-12T21:47:52.641Z Downloaded parking_lot_core v0.8.6
6332024-12-12T21:47:52.641Z Downloaded hashbrown v0.13.2
6342024-12-12T21:47:52.641Z Downloaded rustls-pemfile v1.0.4
6352024-12-12T21:47:52.668Z Downloaded glob v0.3.1
6362024-12-12T21:47:52.668Z Downloaded rcgen v0.12.1
6372024-12-12T21:47:52.668Z Downloaded termtree v0.4.1
6382024-12-12T21:47:52.668Z Downloaded russh-cryptovec v0.7.3
6392024-12-12T21:47:52.668Z Downloaded wait-timeout v0.2.0
6402024-12-12T21:47:52.668Z Downloaded tinystr v0.7.6
6412024-12-12T21:47:52.668Z Downloaded futures-core v0.3.31
6422024-12-12T21:47:52.668Z Downloaded ecdsa v0.16.9
6432024-12-12T21:47:52.668Z Downloaded semver v0.1.20
6442024-12-12T21:47:52.694Z Downloaded backtrace v0.3.74
6452024-12-12T21:47:52.694Z Downloaded tracing v0.1.40
6462024-12-12T21:47:52.694Z Downloaded peg-runtime v0.8.3
6472024-12-12T21:47:52.694Z Downloaded multimap v0.10.0
6482024-12-12T21:47:52.694Z Downloaded write16 v1.0.0
6492024-12-12T21:47:52.694Z Downloaded structmeta v0.2.0
6502024-12-12T21:47:52.695Z Downloaded waitgroup v0.1.2
6512024-12-12T21:47:52.695Z Downloaded serde_repr v0.1.19
6522024-12-12T21:47:52.720Z Downloaded fragile v2.0.0
6532024-12-12T21:47:52.721Z Downloaded xattr v1.3.1
6542024-12-12T21:47:52.721Z Downloaded fallible-streaming-iterator v0.1.9
6552024-12-12T21:47:52.721Z Downloaded openssl-probe v0.1.5
6562024-12-12T21:47:52.721Z Downloaded openssl-macros v0.1.1
6572024-12-12T21:47:52.721Z Downloaded sigpipe v0.1.3
6582024-12-12T21:47:52.721Z Downloaded normalize-line-endings v0.3.0
6592024-12-12T21:47:52.721Z Downloaded xz2 v0.1.7
6602024-12-12T21:47:52.721Z Downloaded percent-encoding v2.3.1
6612024-12-12T21:47:52.721Z Downloaded native-tls v0.2.12
6622024-12-12T21:47:52.746Z Downloaded either v1.13.0
6632024-12-12T21:47:52.746Z Downloaded endian-type v0.1.2
6642024-12-12T21:47:52.746Z Downloaded funty v2.0.0
6652024-12-12T21:47:52.746Z Downloaded scheduled-thread-pool v0.2.7
6662024-12-12T21:47:52.746Z Downloaded rustfmt-wrapper v0.2.1
6672024-12-12T21:47:52.746Z Downloaded num-conv v0.1.0
6682024-12-12T21:47:52.746Z Downloaded new_debug_unreachable v1.0.6
6692024-12-12T21:47:52.746Z Downloaded zone_cfg_derive v0.3.0
6702024-12-12T21:47:52.746Z Downloaded derive_builder v0.20.2
6712024-12-12T21:47:52.746Z Downloaded static_assertions v1.1.0
6722024-12-12T21:47:52.770Z Downloaded phf_generator v0.11.2
6732024-12-12T21:47:52.770Z Downloaded ena v0.14.3
6742024-12-12T21:47:52.770Z Downloaded nodrop v0.1.14
6752024-12-12T21:47:52.770Z Downloaded zeroize_derive v1.4.2
6762024-12-12T21:47:52.770Z Downloaded zeroize v1.8.1
6772024-12-12T21:47:52.770Z Downloaded structmeta-derive v0.2.0
6782024-12-12T21:47:52.770Z Downloaded signal-hook-tokio v0.3.1
6792024-12-12T21:47:52.771Z Downloaded data-encoding v2.6.0
6802024-12-12T21:47:52.771Z Downloaded stringprep v0.1.5
6812024-12-12T21:47:52.771Z Downloaded futures v0.3.31
6822024-12-12T21:47:52.795Z Downloaded enum-as-inner v0.5.1
6832024-12-12T21:47:52.795Z Downloaded aes v0.8.4
6842024-12-12T21:47:52.795Z Downloaded rustls-pemfile v2.2.0
6852024-12-12T21:47:52.795Z Downloaded schemars v0.8.21
6862024-12-12T21:47:52.820Z Downloaded crossterm v0.28.1
6872024-12-12T21:47:52.820Z Downloaded tungstenite v0.23.0
6882024-12-12T21:47:52.820Z Downloaded x509-cert v0.2.5
6892024-12-12T21:47:52.844Z Downloaded zerovec v0.10.4
6902024-12-12T21:47:52.845Z Downloaded smallvec v0.6.14
6912024-12-12T21:47:52.845Z Downloaded parking_lot v0.12.3
6922024-12-12T21:47:52.845Z Downloaded chrono v0.4.38
6932024-12-12T21:47:52.869Z Downloaded pin-project v1.1.6
6942024-12-12T21:47:52.869Z Downloaded dropshot_endpoint v0.12.0
6952024-12-12T21:47:52.869Z Downloaded petname v2.0.2
6962024-12-12T21:47:52.895Z Downloaded defmt-macros v0.3.9
6972024-12-12T21:47:52.895Z Downloaded similar v2.6.0
6982024-12-12T21:47:52.895Z Downloaded fatfs v0.3.6
6992024-12-12T21:47:52.895Z Downloaded tokio-rustls v0.26.0
7002024-12-12T21:47:52.920Z Downloaded openssl v0.10.66
7012024-12-12T21:47:52.920Z Downloaded smoltcp v0.9.1
7022024-12-12T21:47:52.945Z Downloaded tungstenite v0.24.0
7032024-12-12T21:47:52.945Z Downloaded nom v7.1.3
7042024-12-12T21:47:52.945Z Downloaded smoltcp v0.11.0
7052024-12-12T21:47:52.969Z Downloaded hickory-proto v0.24.1
7062024-12-12T21:47:52.994Z Downloaded trust-dns-proto v0.22.0
7072024-12-12T21:47:52.994Z Downloaded object v0.30.4
7082024-12-12T21:47:53.018Z Downloaded dropshot v0.12.0
7092024-12-12T21:47:53.042Z Downloaded dropshot v0.13.0
7102024-12-12T21:47:53.067Z Downloaded ratatui v0.28.1
7112024-12-12T21:47:53.091Z Downloaded object v0.36.5
7122024-12-12T21:47:53.115Z Downloaded rustls v0.21.12
7132024-12-12T21:47:53.115Z Downloaded regress v0.10.1
7142024-12-12T21:47:53.139Z Downloaded regex-syntax v0.8.5
7152024-12-12T21:47:53.139Z Downloaded openapiv3 v2.0.0
7162024-12-12T21:47:53.164Z Downloaded nix v0.29.0
7172024-12-12T21:47:53.164Z Downloaded rustls v0.23.14
7182024-12-12T21:47:53.188Z Downloaded rustls v0.22.4
7192024-12-12T21:47:53.212Z Downloaded regex-automata v0.4.8
7202024-12-12T21:47:53.237Z Downloaded bzip2-sys v0.1.11+1.0.8
7212024-12-12T21:47:53.237Z Downloaded sled v0.34.7
7222024-12-12T21:47:53.261Z Downloaded zerocopy-derive v0.6.6
7232024-12-12T21:47:53.261Z Downloaded typify-impl v0.2.0
7242024-12-12T21:47:53.287Z Downloaded diesel v2.2.6
7252024-12-12T21:47:53.311Z Downloaded lzma-sys v0.1.20
7262024-12-12T21:47:53.335Z Downloaded petgraph v0.6.5
7272024-12-12T21:47:53.360Z Downloaded radix_trie v0.2.1
7282024-12-12T21:47:53.384Z Downloaded regex-syntax v0.6.29
7292024-12-12T21:47:53.384Z Downloaded csv v1.3.0
7302024-12-12T21:47:53.408Z Downloaded steno v0.4.1
7312024-12-12T21:47:53.408Z Downloaded tokio v1.40.0
7322024-12-12T21:47:53.444Z Downloaded sha3 v0.10.8
7332024-12-12T21:47:53.468Z Downloaded h2 v0.4.6
7342024-12-12T21:47:53.468Z Downloaded rayon v1.10.0
7352024-12-12T21:47:53.493Z Downloaded quick-xml v0.33.0
7362024-12-12T21:47:53.493Z Downloaded libz-sys v1.1.20
7372024-12-12T21:47:53.518Z Downloaded proptest v1.5.0
7382024-12-12T21:47:53.518Z Downloaded nix v0.27.1
7392024-12-12T21:47:53.544Z Downloaded chrono-tz v0.10.0
7402024-12-12T21:47:53.544Z Downloaded bstr v1.10.0
7412024-12-12T21:47:53.574Z Downloaded rustls-webpki v0.102.8
7422024-12-12T21:47:53.574Z Downloaded gimli v0.31.1
7432024-12-12T21:47:53.599Z Downloaded ed25519-dalek v2.1.1
7442024-12-12T21:47:53.599Z Downloaded regress v0.9.1
7452024-12-12T21:47:53.599Z Downloaded nix v0.28.0
7462024-12-12T21:47:53.623Z Downloaded idna v0.3.0
7472024-12-12T21:47:53.623Z Downloaded signal-hook v0.3.17
7482024-12-12T21:47:53.623Z Downloaded vcpkg v0.2.15
7492024-12-12T21:47:53.668Z Downloaded git2 v0.19.0
7502024-12-12T21:47:53.692Z Downloaded p384 v0.13.0
7512024-12-12T21:47:53.692Z Downloaded webpki-roots v0.26.6
7522024-12-12T21:47:53.692Z Downloaded polar-core v0.27.3
7532024-12-12T21:47:53.716Z Downloaded unicode-width v0.2.0
7542024-12-12T21:47:53.717Z Downloaded curve25519-dalek v4.1.3
7552024-12-12T21:47:53.741Z Downloaded walkdir v2.5.0
7562024-12-12T21:47:53.741Z Downloaded reedline v0.35.0
7572024-12-12T21:47:53.741Z Downloaded salty v0.3.0
7582024-12-12T21:47:53.741Z Downloaded regex v1.11.1
7592024-12-12T21:47:53.766Z Downloaded futures-util v0.3.31
7602024-12-12T21:47:53.766Z Downloaded idna v0.5.0
7612024-12-12T21:47:53.790Z Downloaded parking_lot v0.11.2
7622024-12-12T21:47:53.790Z Downloaded tough v0.19.0
7632024-12-12T21:47:53.790Z Downloaded p521 v0.13.3
7642024-12-12T21:47:53.814Z Downloaded reqwest v0.12.9
7652024-12-12T21:47:53.814Z Downloaded quinn-proto v0.11.8
7662024-12-12T21:47:53.815Z Downloaded blake3 v1.5.4
7672024-12-12T21:47:53.839Z Downloaded bitvec v1.0.1
7682024-12-12T21:47:53.839Z Downloaded bindgen v0.69.5
7692024-12-12T21:47:53.863Z Downloaded aws-lc-rs v1.10.0
7702024-12-12T21:47:53.863Z Downloaded time v0.3.36
7712024-12-12T21:47:53.888Z Downloaded aho-corasick v1.1.3
7722024-12-12T21:47:53.888Z Downloaded tungstenite v0.21.0
7732024-12-12T21:47:53.888Z Downloaded mio v1.0.2
7742024-12-12T21:47:53.888Z Downloaded hashbrown v0.14.5
7752024-12-12T21:47:53.912Z Downloaded aes-gcm v0.10.3
7762024-12-12T21:47:53.913Z Downloaded typed-path v0.9.3
7772024-12-12T21:47:53.913Z Downloaded encoding_rs v0.8.34
7782024-12-12T21:47:53.937Z Downloaded tokio-stream v0.1.16
7792024-12-12T21:47:53.937Z Downloaded num-rational v0.4.2
7802024-12-12T21:47:53.937Z Downloaded value-bag v1.9.0
7812024-12-12T21:47:53.937Z Downloaded fs_extra v1.3.0
7822024-12-12T21:47:53.961Z Downloaded dropshot_endpoint v0.13.0
7832024-12-12T21:47:53.961Z Downloaded russh-keys v0.45.0
7842024-12-12T21:47:53.961Z Downloaded libgit2-sys v0.17.0+1.8.1
7852024-12-12T21:47:54.015Z Downloaded futures-channel v0.3.31
7862024-12-12T21:47:54.039Z Downloaded smf v0.2.3
7872024-12-12T21:47:54.039Z Downloaded smallvec v1.13.2
7882024-12-12T21:47:54.039Z Downloaded vergen v8.3.2
7892024-12-12T21:47:54.039Z Downloaded multer v3.1.0
7902024-12-12T21:47:54.039Z Downloaded zerofrom-derive v0.1.4
7912024-12-12T21:47:54.039Z Downloaded num-traits v0.2.19
7922024-12-12T21:47:54.039Z Downloaded rustls-webpki v0.101.7
7932024-12-12T21:47:54.067Z Downloaded diesel_derives v2.2.3
7942024-12-12T21:47:54.067Z Downloaded simd-adler32 v0.3.7
7952024-12-12T21:47:54.067Z Downloaded zone v0.3.0
7962024-12-12T21:47:54.067Z Downloaded zone v0.1.8
7972024-12-12T21:47:54.067Z Downloaded stable_deref_trait v1.2.0
7982024-12-12T21:47:54.067Z Downloaded siphasher v0.3.11
7992024-12-12T21:47:54.067Z Downloaded pin-project-internal v1.1.6
8002024-12-12T21:47:54.067Z Downloaded deranged v0.3.11
8012024-12-12T21:47:54.067Z Downloaded utf-8 v0.7.6
8022024-12-12T21:47:54.067Z Downloaded peg-macros v0.8.4
8032024-12-12T21:47:54.091Z Downloaded writeable v0.5.5
8042024-12-12T21:47:54.091Z Downloaded test-strategy v0.3.1
8052024-12-12T21:47:54.091Z Downloaded derive_builder_core v0.20.2
8062024-12-12T21:47:54.091Z Downloaded zip v0.6.6
8072024-12-12T21:47:54.091Z Downloaded winnow v0.5.40
8082024-12-12T21:47:54.116Z Downloaded tar v0.4.42
8092024-12-12T21:47:54.116Z Downloaded idna v0.2.3
8102024-12-12T21:47:54.116Z Downloaded zone_cfg_derive v0.1.2
8112024-12-12T21:47:54.116Z Downloaded sqlparser v0.45.0
8122024-12-12T21:47:54.116Z Downloaded rand v0.8.5
8132024-12-12T21:47:54.140Z Downloaded miniz_oxide v0.8.0
8142024-12-12T21:47:54.140Z Downloaded half v2.4.1
8152024-12-12T21:47:54.140Z Downloaded rustc_version v0.4.1
8162024-12-12T21:47:54.140Z Downloaded snafu-derive v0.8.5
8172024-12-12T21:47:54.140Z Downloaded tabwriter v1.4.0
8182024-12-12T21:47:54.140Z Downloaded strum_macros v0.24.3
8192024-12-12T21:47:54.140Z Downloaded strip-ansi-escapes v0.2.0
8202024-12-12T21:47:54.140Z Downloaded sct v0.7.1
8212024-12-12T21:47:54.140Z Downloaded pin-project-lite v0.2.14
8222024-12-12T21:47:54.165Z Downloaded zopfli v0.8.1
8232024-12-12T21:47:54.165Z Downloaded rsa v0.9.6
8242024-12-12T21:47:54.165Z Downloaded ron v0.8.1
8252024-12-12T21:47:54.165Z Downloaded idna v0.4.0
8262024-12-12T21:47:54.165Z Downloaded vsss-rs v3.3.4
8272024-12-12T21:47:54.189Z Downloaded omicron-zone-package v0.11.1
8282024-12-12T21:47:54.189Z Downloaded pbkdf2 v0.11.0
8292024-12-12T21:47:54.190Z Downloaded packed_struct_codegen v0.10.1
8302024-12-12T21:47:54.190Z Downloaded secrecy v0.8.0
8312024-12-12T21:47:54.190Z Downloaded sec1 v0.7.3
8322024-12-12T21:47:54.190Z Downloaded schemars_derive v0.8.21
8332024-12-12T21:47:54.190Z Downloaded yasna v0.5.2
8342024-12-12T21:47:54.190Z Downloaded pbkdf2 v0.12.2
8352024-12-12T21:47:54.190Z Downloaded utf8_iter v1.0.4
8362024-12-12T21:47:54.190Z Downloaded pkcs1 v0.7.5
8372024-12-12T21:47:54.190Z Downloaded toml_edit v0.19.15
8382024-12-12T21:47:54.215Z Downloaded serde_path_to_error v0.1.16
8392024-12-12T21:47:54.215Z Downloaded globset v0.4.15
8402024-12-12T21:47:54.215Z Downloaded serde_plain v1.0.2
8412024-12-12T21:47:54.215Z Downloaded slog-scope v4.4.0
8422024-12-12T21:47:54.215Z Downloaded rustyline v14.0.0
8432024-12-12T21:47:54.239Z Downloaded want v0.3.1
8442024-12-12T21:47:54.239Z Downloaded derive-where v1.2.7
8452024-12-12T21:47:54.239Z Downloaded tokio-util v0.7.12
8462024-12-12T21:47:54.239Z Downloaded zerocopy v0.8.10
8472024-12-12T21:47:54.263Z Downloaded vte v0.11.1
8482024-12-12T21:47:54.287Z Downloaded uuid v1.11.0
8492024-12-12T21:47:54.287Z Downloaded icu_properties_data v1.5.0
8502024-12-12T21:47:54.287Z Downloaded nanorand v0.7.0
8512024-12-12T21:47:54.287Z Downloaded termios v0.3.3
8522024-12-12T21:47:54.287Z Downloaded tokio-rustls v0.25.0
8532024-12-12T21:47:54.312Z Downloaded serde_urlencoded v0.7.1
8542024-12-12T21:47:54.312Z Downloaded dyn-clone v1.0.17
8552024-12-12T21:47:54.312Z Downloaded rustls-pki-types v1.9.0
8562024-12-12T21:47:54.312Z Downloaded crossbeam-channel v0.5.13
8572024-12-12T21:47:54.312Z Downloaded tokio-tungstenite v0.21.0
8582024-12-12T21:47:54.312Z Downloaded quinn v0.11.5
8592024-12-12T21:47:54.312Z Downloaded predicates v3.1.2
8602024-12-12T21:47:54.312Z Downloaded portable-atomic v1.9.0
8612024-12-12T21:47:54.337Z Downloaded const_format v0.2.33
8622024-12-12T21:47:54.337Z Downloaded peg v0.8.4
8632024-12-12T21:47:54.337Z Downloaded hash32 v0.2.1
8642024-12-12T21:47:54.337Z Downloaded ron v0.7.1
8652024-12-12T21:47:54.337Z Downloaded elliptic-curve v0.13.8
8662024-12-12T21:47:54.361Z Downloaded pkcs5 v0.7.1
8672024-12-12T21:47:54.361Z Downloaded utf16_iter v1.0.5
8682024-12-12T21:47:54.361Z Downloaded num-bigint-dig v0.8.4
8692024-12-12T21:47:54.361Z Downloaded uzers v0.12.1
8702024-12-12T21:47:54.361Z Downloaded darling_core v0.20.10
8712024-12-12T21:47:54.361Z Downloaded structmeta v0.3.0
8722024-12-12T21:47:54.361Z Downloaded take_mut v0.2.2
8732024-12-12T21:47:54.386Z Downloaded shlex v1.3.0
8742024-12-12T21:47:54.386Z Downloaded shell-words v1.1.0
8752024-12-12T21:47:54.386Z Downloaded strum_macros v0.25.3
8762024-12-12T21:47:54.386Z Downloaded slab v0.4.9
8772024-12-12T21:47:54.386Z Downloaded ppv-lite86 v0.2.20
8782024-12-12T21:47:54.386Z Downloaded powerfmt v0.2.0
8792024-12-12T21:47:54.386Z Downloaded dhcproto v0.12.0
8802024-12-12T21:47:54.386Z Downloaded lalrpop v0.19.12
8812024-12-12T21:47:54.410Z Downloaded rayon-core v1.12.1
8822024-12-12T21:47:54.411Z Downloaded unicode-bidi v0.3.17
8832024-12-12T21:47:54.411Z Downloaded zip v2.1.3
8842024-12-12T21:47:54.411Z Downloaded slog-json v2.6.1
8852024-12-12T21:47:54.411Z Downloaded olpc-cjson v0.1.4
8862024-12-12T21:47:54.411Z Downloaded futures-task v0.3.31
8872024-12-12T21:47:54.411Z Downloaded futures-macro v0.3.31
8882024-12-12T21:47:54.411Z Downloaded futures-executor v0.3.31
8892024-12-12T21:47:54.435Z Downloaded ed25519 v2.2.3
8902024-12-12T21:47:54.435Z Downloaded dunce v1.0.5
8912024-12-12T21:47:54.435Z Downloaded socket2 v0.5.7
8922024-12-12T21:47:54.435Z Downloaded predicates-core v1.0.8
8932024-12-12T21:47:54.435Z Downloaded crypto-bigint v0.5.5
8942024-12-12T21:47:54.435Z Downloaded chacha20poly1305 v0.10.1
8952024-12-12T21:47:54.435Z Downloaded cc v1.1.30
8962024-12-12T21:47:54.435Z Downloaded bytes v1.8.0
8972024-12-12T21:47:54.459Z Downloaded bumpalo v3.16.0
8982024-12-12T21:47:54.459Z Downloaded base64 v0.22.1
8992024-12-12T21:47:54.459Z Downloaded slog-bunyan v2.5.0
9002024-12-12T21:47:54.459Z Downloaded signature v2.2.0
9012024-12-12T21:47:54.459Z Downloaded pem v3.0.4
9022024-12-12T21:47:54.460Z Downloaded password-hash v0.5.0
9032024-12-12T21:47:54.460Z Downloaded owo-colors v4.1.0
9042024-12-12T21:47:54.460Z Downloaded diff v0.1.13
9052024-12-12T21:47:54.460Z Downloaded num-derive v0.4.2
9062024-12-12T21:47:54.484Z Downloaded futures-sink v0.3.31
9072024-12-12T21:47:54.484Z Downloaded dsl_auto_type v0.1.2
9082024-12-12T21:47:54.484Z Downloaded sync_wrapper v1.0.1
9092024-12-12T21:47:54.484Z Downloaded sync-ptr v0.1.1
9102024-12-12T21:47:54.484Z Downloaded fd-lock v4.0.2
9112024-12-12T21:47:54.484Z Downloaded num-bigint v0.4.6
9122024-12-12T21:47:54.484Z Downloaded env_logger v0.11.5
9132024-12-12T21:47:54.484Z Downloaded futures-io v0.3.31
9142024-12-12T21:47:54.484Z Downloaded des v0.8.1
9152024-12-12T21:47:54.508Z Downloaded thiserror-no-std v2.0.2
9162024-12-12T21:47:54.508Z Downloaded thiserror v2.0.3
9172024-12-12T21:47:54.508Z Downloaded tinyvec v1.8.0
9182024-12-12T21:47:54.509Z Downloaded zerovec-derive v0.10.3
9192024-12-12T21:47:54.509Z Downloaded number_prefix v0.4.0
9202024-12-12T21:47:54.509Z Downloaded tracing-attributes v0.1.27
9212024-12-12T21:47:54.533Z Downloaded tokio-tungstenite v0.24.0
9222024-12-12T21:47:54.533Z Downloaded tap v1.0.1
9232024-12-12T21:47:54.533Z Downloaded prettyplease v0.2.25
9242024-12-12T21:47:54.533Z Downloaded enum-as-inner v0.6.1
9252024-12-12T21:47:54.533Z Downloaded pretty-hex v0.2.1
9262024-12-12T21:47:54.533Z Downloaded crossbeam-epoch v0.9.18
9272024-12-12T21:47:54.533Z Downloaded ring v0.17.8
9282024-12-12T21:47:54.610Z Downloaded derive_more v0.99.18
9292024-12-12T21:47:54.634Z Downloaded compact_str v0.8.0
9302024-12-12T21:47:54.634Z Downloaded tracing-core v0.1.32
9312024-12-12T21:47:54.634Z Downloaded hashbrown v0.12.3
9322024-12-12T21:47:54.634Z Downloaded blake2 v0.10.6
9332024-12-12T21:47:54.634Z Downloaded allocator-api2 v0.2.18
9342024-12-12T21:47:54.691Z Downloaded base64 v0.13.1
9352024-12-12T21:47:54.691Z Downloaded r2d2 v0.8.10
9362024-12-12T21:47:54.691Z Downloaded expectorate v1.1.0
9372024-12-12T21:47:54.691Z Downloaded serde_with v3.11.0
9382024-12-12T21:47:54.691Z Downloaded rusqlite v0.32.1
9392024-12-12T21:47:54.691Z Downloaded quick-error v1.2.3
9402024-12-12T21:47:54.716Z Downloaded psl-types v2.0.11
9412024-12-12T21:47:54.716Z Downloaded progenitor v0.8.0
9422024-12-12T21:47:54.716Z Downloaded hash32 v0.3.1
9432024-12-12T21:47:54.716Z Downloaded rand_xorshift v0.3.0
9442024-12-12T21:47:54.716Z Downloaded progenitor-macro v0.8.0
9452024-12-12T21:47:54.716Z Downloaded pin-utils v0.1.0
9462024-12-12T21:47:54.716Z Downloaded debug-ignore v1.0.5
9472024-12-12T21:47:54.716Z Downloaded url v2.5.3
9482024-12-12T21:47:54.716Z Downloaded whoami v1.5.2
9492024-12-12T21:47:54.716Z Downloaded twox-hash v1.6.3
9502024-12-12T21:47:54.716Z Downloaded thread_local v1.1.8
9512024-12-12T21:47:54.743Z Downloaded yoke v0.7.4
9522024-12-12T21:47:54.744Z Downloaded unicase v2.7.0
9532024-12-12T21:47:54.744Z Downloaded strum_macros v0.26.4
9542024-12-12T21:47:54.744Z Downloaded env_logger v0.10.2
9552024-12-12T21:47:54.744Z Downloaded diesel-dtrace v0.4.0
9562024-12-12T21:47:54.744Z Downloaded strum v0.26.3
9572024-12-12T21:47:54.744Z Downloaded spin v0.5.2
9582024-12-12T21:47:54.744Z Downloaded arc-swap v1.7.1
9592024-12-12T21:47:54.768Z Downloaded hyper v1.5.0
9602024-12-12T21:47:54.768Z Downloaded foldhash v0.1.3
9612024-12-12T21:47:54.768Z Downloaded rand_core v0.6.4
9622024-12-12T21:47:54.768Z Downloaded pkg-config v0.3.31
9632024-12-12T21:47:54.768Z Downloaded unicode-normalization v0.1.24
9642024-12-12T21:47:54.768Z Downloaded const-oid v0.9.6
9652024-12-12T21:47:54.792Z Downloaded clang-sys v1.8.1
9662024-12-12T21:47:54.792Z Downloaded postcard v1.0.10
9672024-12-12T21:47:54.793Z Downloaded parse-zoneinfo v0.3.1
9682024-12-12T21:47:54.793Z Downloaded flate2 v1.0.34
9692024-12-12T21:47:54.793Z Downloaded ssh-key v0.6.6
9702024-12-12T21:47:54.817Z Downloaded ahash v0.8.11
9712024-12-12T21:47:54.817Z Downloaded qorb v0.2.1
9722024-12-12T21:47:54.817Z Downloaded publicsuffix v2.2.3
9732024-12-12T21:47:54.817Z Downloaded libsqlite3-sys v0.30.1
9742024-12-12T21:47:54.924Z Downloaded unicode-segmentation v1.12.0
9752024-12-12T21:47:54.948Z Downloaded russh v0.45.0
9762024-12-12T21:47:54.948Z Downloaded ring v0.16.20
9772024-12-12T21:47:55.047Z Downloaded libm v0.2.8
9782024-12-12T21:47:55.072Z Downloaded itertools v0.13.0
9792024-12-12T21:47:55.072Z Downloaded idna v1.0.3
9802024-12-12T21:47:55.072Z Downloaded hkdf v0.12.4
9812024-12-12T21:47:55.072Z Downloaded cookie v0.18.1
9822024-12-12T21:47:55.097Z Downloaded foreign-types-shared v0.1.1
9832024-12-12T21:47:55.097Z Downloaded derive_builder_macro v0.20.2
9842024-12-12T21:47:55.097Z Downloaded vte_generate_state_changes v0.1.2
9852024-12-12T21:47:55.097Z Downloaded termcolor v1.4.1
9862024-12-12T21:47:55.097Z Downloaded slog-stdlog v4.1.1
9872024-12-12T21:47:55.097Z Downloaded salsa20 v0.10.2
9882024-12-12T21:47:55.097Z Downloaded rustversion v1.0.17
9892024-12-12T21:47:55.097Z Downloaded postgres-types v0.2.8
9902024-12-12T21:47:55.097Z Downloaded postgres-protocol v0.6.7
9912024-12-12T21:47:55.097Z Downloaded pkcs8 v0.10.2
9922024-12-12T21:47:55.097Z Downloaded phf v0.11.2
9932024-12-12T21:47:55.097Z Downloaded paste v1.0.15
9942024-12-12T21:47:55.122Z Downloaded num-complex v0.4.6
9952024-12-12T21:47:55.122Z Downloaded nu-ansi-term v0.50.1
9962024-12-12T21:47:55.122Z Downloaded samael v0.0.17
9972024-12-12T21:47:55.122Z Downloaded parse-display v0.10.0
9982024-12-12T21:47:55.122Z Downloaded num_enum v0.5.11
9992024-12-12T21:47:55.122Z Downloaded newtype-uuid v1.1.3
10002024-12-12T21:47:55.122Z Downloaded ff v0.13.0
10012024-12-12T21:47:55.122Z Downloaded der v0.7.9
10022024-12-12T21:47:55.146Z Downloaded fxhash v0.2.1
10032024-12-12T21:47:55.146Z Downloaded foreign-types v0.3.2
10042024-12-12T21:47:55.146Z Downloaded dhcproto-macros v0.1.0
10052024-12-12T21:47:55.146Z Downloaded slog v2.7.0
10062024-12-12T21:47:55.146Z Downloaded openssl-sys v0.9.103
10072024-12-12T21:47:55.147Z Downloaded headers v0.4.0
10082024-12-12T21:47:55.147Z Downloaded zerocopy-derive v0.8.10
10092024-12-12T21:47:55.171Z Downloaded ssh-cipher v0.2.0
10102024-12-12T21:47:55.171Z Downloaded itertools v0.10.5
10112024-12-12T21:47:55.171Z Downloaded foreign-types-macros v0.2.3
10122024-12-12T21:47:55.171Z Downloaded time-macros v0.2.18
10132024-12-12T21:47:55.171Z Downloaded spin v0.9.8
10142024-12-12T21:47:55.171Z Downloaded tokio-postgres v0.7.12
10152024-12-12T21:47:55.171Z Downloaded cookie_store v0.21.0
10162024-12-12T21:47:55.172Z Downloaded const_format_proc_macros v0.2.33
10172024-12-12T21:47:55.196Z Downloaded bzip2 v0.4.4
10182024-12-12T21:47:55.197Z Downloaded oso v0.27.3
10192024-12-12T21:47:55.197Z Downloaded rpassword v7.3.1
10202024-12-12T21:47:55.197Z Downloaded untrusted v0.7.1
10212024-12-12T21:47:55.197Z Downloaded unicode-xid v0.2.6
10222024-12-12T21:47:55.197Z Downloaded typify-macro v0.2.0
10232024-12-12T21:47:55.198Z Downloaded http v1.1.0
10242024-12-12T21:47:55.198Z Downloaded rustc-demangle v0.1.24
10252024-12-12T21:47:55.198Z Downloaded crc32fast v1.4.2
10262024-12-12T21:47:55.198Z Downloaded cancel-safe-futures v0.1.5
10272024-12-12T21:47:55.198Z Downloaded console v0.15.8
10282024-12-12T21:47:55.223Z Downloaded cbc v0.1.2
10292024-12-12T21:47:55.223Z Downloaded signal-hook-registry v1.4.2
10302024-12-12T21:47:55.223Z Downloaded signal-hook-mio v0.2.4
10312024-12-12T21:47:55.223Z Downloaded serde-hex v0.1.0
10322024-12-12T21:47:55.223Z Downloaded password-hash v0.4.2
10332024-12-12T21:47:55.223Z Downloaded getrandom v0.2.15
10342024-12-12T21:47:55.223Z Downloaded arrayvec v0.7.6
10352024-12-12T21:47:55.223Z Downloaded rustc-hash v2.0.0
10362024-12-12T21:47:55.223Z Downloaded csv-core v0.1.11
10372024-12-12T21:47:55.223Z Downloaded rustc-hash v1.1.0
10382024-12-12T21:47:55.223Z Downloaded hashlink v0.9.1
10392024-12-12T21:47:55.223Z Downloaded minimal-lexical v0.2.1
10402024-12-12T21:47:55.247Z Downloaded cassowary v0.3.0
10412024-12-12T21:47:55.247Z Downloaded backoff v0.4.0
10422024-12-12T21:47:55.247Z Downloaded async-trait v0.1.83
10432024-12-12T21:47:55.247Z Downloaded async-bb8-diesel v0.2.1
10442024-12-12T21:47:55.247Z Downloaded argon2 v0.5.3
10452024-12-12T21:47:55.247Z Downloaded displaydoc v0.2.5
10462024-12-12T21:47:55.247Z Downloaded der_derive v0.7.3
10472024-12-12T21:47:55.247Z Downloaded subprocess v0.2.9
10482024-12-12T21:47:55.247Z Downloaded icu_collections v1.5.0
10492024-12-12T21:47:55.273Z Downloaded parse-size v1.1.0
10502024-12-12T21:47:55.273Z Downloaded heapless v0.7.17
10512024-12-12T21:47:55.273Z Downloaded hickory-resolver v0.24.1
10522024-12-12T21:47:55.273Z Downloaded diesel_table_macro_syntax v0.2.0
10532024-12-12T21:47:55.273Z Downloaded hickory-server v0.24.1
10542024-12-12T21:47:55.273Z Downloaded yoke-derive v0.7.4
10552024-12-12T21:47:55.273Z Downloaded icu_properties v1.5.1
10562024-12-12T21:47:55.297Z Downloaded sqlparser_derive v0.2.2
10572024-12-12T21:47:55.297Z Downloaded quinn-udp v0.5.5
10582024-12-12T21:47:55.297Z Downloaded primeorder v0.13.6
10592024-12-12T21:47:55.297Z Downloaded proc-macro-crate v1.3.1
10602024-12-12T21:47:55.297Z Downloaded float-cmp v0.9.0
10612024-12-12T21:47:55.297Z Downloaded flagset v0.4.6
10622024-12-12T21:47:55.297Z Downloaded fixedbitset v0.4.2
10632024-12-12T21:47:55.297Z Downloaded filetime v0.2.25
10642024-12-12T21:47:55.297Z Downloaded display-error-chain v0.2.2
10652024-12-12T21:47:55.297Z Downloaded dirs-sys-next v0.1.2
10662024-12-12T21:47:55.298Z Downloaded dirs-next v2.0.0
10672024-12-12T21:47:55.298Z Downloaded difflib v0.4.0
10682024-12-12T21:47:55.298Z Downloaded tls_codec_derive v0.4.1
10692024-12-12T21:47:55.298Z Downloaded thiserror-impl-no-std v2.0.2
10702024-12-12T21:47:55.298Z Downloaded scopeguard v1.2.0
10712024-12-12T21:47:55.298Z Downloaded bcs v0.1.6
10722024-12-12T21:47:55.323Z Downloaded heapless v0.8.0
10732024-12-12T21:47:55.323Z Downloaded curve25519-dalek-derive v0.1.1
10742024-12-12T21:47:55.323Z Downloaded constant_time_eq v0.3.1
10752024-12-12T21:47:55.323Z Downloaded colored v2.1.0
10762024-12-12T21:47:55.323Z Downloaded chrono-tz-build v0.4.0
10772024-12-12T21:47:55.323Z Downloaded tokio-macros v2.4.0
10782024-12-12T21:47:55.323Z Downloaded slog-envlogger v2.2.0
10792024-12-12T21:47:55.323Z Downloaded cmake v0.1.51
10802024-12-12T21:47:55.323Z Downloaded cipher v0.4.4
10812024-12-12T21:47:55.323Z Downloaded icu_provider v1.5.0
10822024-12-12T21:47:55.323Z Downloaded hyper-util v0.1.10
10832024-12-12T21:47:55.323Z Downloaded icu_normalizer_data v1.5.0
10842024-12-12T21:47:55.347Z Downloaded unicode-truncate v1.1.0
10852024-12-12T21:47:55.348Z Downloaded serde_derive_internals v0.29.1
10862024-12-12T21:47:55.348Z Downloaded thiserror-impl v2.0.3
10872024-12-12T21:47:55.348Z Downloaded supports-color v3.0.1
10882024-12-12T21:47:55.348Z Downloaded crossbeam-deque v0.8.5
10892024-12-12T21:47:55.348Z Downloaded bcrypt-pbkdf v0.10.0
10902024-12-12T21:47:55.348Z Downloaded atomic-waker v1.1.2
10912024-12-12T21:47:55.348Z Downloaded slog-dtrace v0.3.0
10922024-12-12T21:47:55.348Z Downloaded icu_locid_transform_data v1.5.0
10932024-12-12T21:47:55.348Z Downloaded ciborium-ll v0.2.2
10942024-12-12T21:47:55.348Z Downloaded castaway v0.2.3
10952024-12-12T21:47:55.348Z Downloaded blowfish v0.9.1
10962024-12-12T21:47:55.348Z Downloaded hickory-client v0.24.1
10972024-12-12T21:47:55.348Z Downloaded lazycell v1.3.0
10982024-12-12T21:47:55.373Z Downloaded crc-catalog v2.4.0
10992024-12-12T21:47:55.373Z Downloaded crc v3.2.1
11002024-12-12T21:47:55.373Z Downloaded cobs v0.2.3
11012024-12-12T21:47:55.373Z Downloaded rusty-fork v0.3.0
11022024-12-12T21:47:55.373Z Downloaded ipnet v2.10.1
11032024-12-12T21:47:55.373Z Downloaded darling v0.20.10
11042024-12-12T21:47:55.373Z Downloaded ctr v0.9.2
11052024-12-12T21:47:55.373Z Downloaded maybe-uninit v2.0.0
11062024-12-12T21:47:55.373Z Downloaded cexpr v0.6.0
11072024-12-12T21:47:55.373Z Downloaded buf-list v1.0.3
11082024-12-12T21:47:55.373Z Downloaded bb8 v0.8.5
11092024-12-12T21:47:55.375Z Downloaded httparse v1.9.5
11102024-12-12T21:47:55.375Z Downloaded chacha20 v0.9.1
11112024-12-12T21:47:55.399Z Downloaded ref-cast-impl v1.0.23
11122024-12-12T21:47:55.399Z Downloaded hmac v0.12.1
11132024-12-12T21:47:55.399Z Downloaded libloading v0.8.5
11142024-12-12T21:47:55.399Z Downloaded lazy_static v1.5.0
11152024-12-12T21:47:55.399Z Downloaded jobserver v0.1.32
11162024-12-12T21:47:55.399Z Downloaded iana-time-zone v0.1.61
11172024-12-12T21:47:55.399Z Downloaded hyper-staticfile v0.10.1
11182024-12-12T21:47:55.399Z Downloaded bit-vec v0.6.3
11192024-12-12T21:47:55.399Z Downloaded memmap2 v0.9.5
11202024-12-12T21:47:55.399Z Downloaded lru-cache v0.1.2
11212024-12-12T21:47:55.399Z Downloaded inout v0.1.3
11222024-12-12T21:47:55.399Z Downloaded icu_locid_transform v1.5.0
11232024-12-12T21:47:55.399Z Downloaded hubpack v0.1.2
11242024-12-12T21:47:55.424Z Downloaded bitfield-struct v0.6.2
11252024-12-12T21:47:55.424Z Downloaded bitfield v0.14.0
11262024-12-12T21:47:55.424Z Downloaded arrayref v0.3.9
11272024-12-12T21:47:55.424Z Downloaded internet-checksum v0.2.1
11282024-12-12T21:47:55.424Z Downloaded kstat-rs v0.2.4
11292024-12-12T21:47:55.424Z Downloaded instability v0.3.2
11302024-12-12T21:47:55.424Z Downloaded base16ct v0.2.0
11312024-12-12T21:47:55.424Z Downloaded ascii-canvas v3.0.0
11322024-12-12T21:47:55.424Z Downloaded array-init v0.0.4
11332024-12-12T21:47:55.424Z Downloaded maplit v1.0.2
11342024-12-12T21:47:55.424Z Downloaded indoc v1.0.9
11352024-12-12T21:47:55.424Z Downloaded hyper-tls v0.6.0
11362024-12-12T21:47:55.424Z Downloaded block-padding v0.3.3
11372024-12-12T21:47:55.424Z Downloaded bit-set v0.5.3
11382024-12-12T21:47:55.424Z Downloaded linked-hash-map v0.5.6
11392024-12-12T21:47:55.424Z Downloaded libefi-sys v0.1.0
11402024-12-12T21:47:55.424Z Downloaded keccak v0.1.5
11412024-12-12T21:47:55.424Z Downloaded ipnetwork v0.20.0
11422024-12-12T21:47:55.456Z Downloaded impl-trait-for-tuples v0.2.2
11432024-12-12T21:47:55.456Z Downloaded humantime v2.1.0
11442024-12-12T21:47:55.456Z Downloaded assert_matches v1.5.0
11452024-12-12T21:47:55.456Z Downloaded aead v0.5.2
11462024-12-12T21:47:55.456Z Downloaded idna_adapter v1.2.0
11472024-12-12T21:47:55.456Z Downloaded lalrpop-util v0.19.12
11482024-12-12T21:47:55.456Z Downloaded indent_write v2.2.0
11492024-12-12T21:47:55.456Z Downloaded cfg_aliases v0.2.1
11502024-12-12T21:47:55.456Z Downloaded hostname v0.4.0
11512024-12-12T21:47:55.458Z Downloaded crucible-workspace-hack v0.1.0
11522024-12-12T21:47:55.458Z Downloaded aws-lc-sys v0.22.0
11532024-12-12T21:47:55.675Z Downloaded cfg_aliases v0.1.1
11542024-12-12T21:47:55.699Z Downloaded http-body v1.0.1
11552024-12-12T21:47:55.699Z Downloaded httpdate v1.0.3
11562024-12-12T21:47:55.699Z Downloaded home v0.5.9
11572024-12-12T21:47:55.699Z Downloaded hex v0.4.3
11582024-12-12T21:47:55.699Z Downloaded heck v0.3.3
11592024-12-12T21:47:55.699Z Downloaded crunchy v0.2.2
11602024-12-12T21:47:55.807Z Compiling serde v1.0.215
11612024-12-12T21:47:55.832Z Compiling lock_api v0.4.12
11622024-12-12T21:47:55.832Z Compiling scopeguard v1.2.0
11632024-12-12T21:47:55.832Z Compiling value-bag v1.9.0
11642024-12-12T21:47:55.832Z Compiling typenum v1.17.0
11652024-12-12T21:47:55.832Z Compiling generic-array v0.14.7
11662024-12-12T21:47:55.832Z Compiling syn v2.0.87
11672024-12-12T21:47:55.832Z Compiling getrandom v0.2.15
11682024-12-12T21:47:56.076Z Compiling rand_core v0.6.4
11692024-12-12T21:47:56.251Z Compiling subtle v2.6.1
11702024-12-12T21:47:56.275Z Compiling shlex v1.3.0
11712024-12-12T21:47:56.365Z Compiling log v0.4.22
11722024-12-12T21:47:56.492Z Compiling jobserver v0.1.32
11732024-12-12T21:47:56.542Z Compiling const-oid v0.9.6
11742024-12-12T21:47:56.567Z Compiling smallvec v1.13.2
11752024-12-12T21:47:56.633Z Compiling pin-project-lite v0.2.14
11762024-12-12T21:47:56.782Z Compiling spin v0.9.8
11772024-12-12T21:47:56.807Z Compiling rustix v0.38.37
11782024-12-12T21:47:56.955Z Compiling cc v1.1.30
11792024-12-12T21:47:57.170Z Compiling parking_lot_core v0.9.10
11802024-12-12T21:47:57.218Z Compiling futures-core v0.3.31
11812024-12-12T21:47:57.373Z Compiling signal-hook-registry v1.4.2
11822024-12-12T21:47:57.469Z Compiling mio v1.0.2
11832024-12-12T21:47:57.717Z Compiling aho-corasick v1.1.3
11842024-12-12T21:47:58.141Z Compiling parking_lot v0.12.3
11852024-12-12T21:47:58.165Z Compiling either v1.13.0
11862024-12-12T21:47:58.242Z Compiling regex-syntax v0.8.5
11872024-12-12T21:47:58.278Z Compiling cpufeatures v0.2.14
11882024-12-12T21:47:58.377Z Compiling lazy_static v1.5.0
11892024-12-12T21:47:58.498Z Compiling glob v0.3.1
11902024-12-12T21:47:58.542Z Compiling stable_deref_trait v1.2.0
11912024-12-12T21:47:58.592Z Compiling futures-sink v0.3.31
11922024-12-12T21:47:58.653Z Compiling socket2 v0.5.7
11932024-12-12T21:47:58.744Z Compiling slab v0.4.9
11942024-12-12T21:47:59.008Z Compiling prettyplease v0.2.25
11952024-12-12T21:47:59.166Z Compiling minimal-lexical v0.2.1
11962024-12-12T21:47:59.431Z Compiling clang-sys v1.8.1
11972024-12-12T21:47:59.565Z Compiling nom v7.1.3
11982024-12-12T21:47:59.606Z Compiling libloading v0.8.5
11992024-12-12T21:47:59.678Z Compiling serde_json v1.0.132
12002024-12-12T21:48:00.091Z Compiling bindgen v0.69.5
12012024-12-12T21:48:00.160Z Compiling home v0.5.9
12022024-12-12T21:48:00.435Z Compiling futures-channel v0.3.31
12032024-12-12T21:48:00.787Z Compiling itertools v0.12.1
12042024-12-12T21:48:00.813Z Compiling foldhash v0.1.3
12052024-12-12T21:48:00.838Z Compiling futures-task v0.3.31
12062024-12-12T21:48:01.098Z Compiling pin-utils v0.1.0
12072024-12-12T21:48:01.122Z Compiling rustc-hash v1.1.0
12082024-12-12T21:48:01.193Z Compiling allocator-api2 v0.2.18
12092024-12-12T21:48:01.258Z Compiling futures-io v0.3.31
12102024-12-12T21:48:01.538Z Compiling regex-automata v0.4.8
12112024-12-12T21:48:01.859Z Compiling lazycell v1.3.0
12122024-12-12T21:48:02.000Z Compiling hashbrown v0.15.1
12132024-12-12T21:48:02.488Z Compiling synstructure v0.13.1
12142024-12-12T21:48:02.732Z Compiling cexpr v0.6.0
12152024-12-12T21:48:03.397Z Compiling cmake v0.1.51
12162024-12-12T21:48:03.861Z Compiling tinyvec_macros v0.1.1
12172024-12-12T21:48:03.949Z Compiling pkg-config v0.3.31
12182024-12-12T21:48:04.030Z Compiling fs_extra v1.3.0
12192024-12-12T21:48:04.205Z Compiling libm v0.2.8
12202024-12-12T21:48:04.265Z Compiling dunce v1.0.5
12212024-12-12T21:48:04.384Z Compiling tinyvec v1.8.0
12222024-12-12T21:48:04.508Z Compiling num-traits v0.2.19
12232024-12-12T21:48:04.966Z Compiling ring v0.17.8
12242024-12-12T21:48:05.332Z Compiling unicode-bidi v0.3.17
12252024-12-12T21:48:05.667Z Compiling unicode-normalization v0.1.24
12262024-12-12T21:48:05.705Z Compiling base64ct v1.6.0
12272024-12-12T21:48:05.729Z Compiling paste v1.0.15
12282024-12-12T21:48:05.909Z Compiling regex v1.11.1
12292024-12-12T21:48:06.164Z Compiling litemap v0.7.3
12302024-12-12T21:48:06.222Z Compiling writeable v0.5.5
12312024-12-12T21:48:06.536Z Compiling pem-rfc7468 v0.7.0
12322024-12-12T21:48:06.742Z Compiling flagset v0.4.6
12332024-12-12T21:48:06.838Z Compiling httparse v1.9.5
12342024-12-12T21:48:06.936Z Compiling aws-lc-rs v1.10.0
12352024-12-12T21:48:07.331Z Compiling tracing-core v0.1.32
12362024-12-12T21:48:07.555Z Compiling crossbeam-utils v0.8.20
12372024-12-12T21:48:08.083Z Compiling icu_locid_transform_data v1.5.0
12382024-12-12T21:48:08.109Z Compiling serde_derive v1.0.215
12392024-12-12T21:48:08.186Z Compiling zeroize_derive v1.4.2
12402024-12-12T21:48:08.211Z Compiling zerocopy-derive v0.7.35
12412024-12-12T21:48:08.267Z Compiling tokio-macros v2.4.0
12422024-12-12T21:48:08.503Z Compiling zerofrom-derive v0.1.4
12432024-12-12T21:48:09.466Z Compiling zeroize v1.8.1
12442024-12-12T21:48:09.594Z Compiling thiserror-impl v1.0.69
12452024-12-12T21:48:10.112Z Compiling zerocopy v0.7.35
12462024-12-12T21:48:10.581Z Compiling yoke-derive v0.7.4
12472024-12-12T21:48:11.039Z Compiling crypto-common v0.1.6
12482024-12-12T21:48:11.251Z Compiling block-buffer v0.10.4
12492024-12-12T21:48:11.429Z Compiling futures-macro v0.3.31
12502024-12-12T21:48:11.455Z Compiling digest v0.10.7
12512024-12-12T21:48:11.483Z Compiling zerovec-derive v0.10.3
12522024-12-12T21:48:11.873Z Compiling hmac v0.12.1
12532024-12-12T21:48:11.973Z Compiling zerofrom v0.1.4
12542024-12-12T21:48:12.062Z Compiling block-padding v0.3.3
12552024-12-12T21:48:12.096Z Compiling displaydoc v0.2.5
12562024-12-12T21:48:12.179Z Compiling sha2 v0.10.8
12572024-12-12T21:48:12.279Z Compiling inout v0.1.3
12582024-12-12T21:48:12.382Z Compiling thiserror v1.0.69
12592024-12-12T21:48:12.515Z Compiling cipher v0.4.4
12602024-12-12T21:48:12.540Z Compiling ppv-lite86 v0.2.20
12612024-12-12T21:48:12.973Z Compiling icu_provider_macros v1.5.0
12622024-12-12T21:48:12.998Z Compiling futures-util v0.3.31
12632024-12-12T21:48:13.134Z Compiling yoke v0.7.4
12642024-12-12T21:48:13.211Z Compiling der_derive v0.7.3
12652024-12-12T21:48:13.458Z Compiling rand_chacha v0.3.1
12662024-12-12T21:48:13.514Z Compiling tracing-attributes v0.1.27
12672024-12-12T21:48:13.609Z Compiling zerovec v0.10.4
12682024-12-12T21:48:13.930Z Compiling percent-encoding v2.3.1
12692024-12-12T21:48:14.253Z Compiling rustls-pki-types v1.9.0
12702024-12-12T21:48:14.768Z Compiling rand v0.8.5
12712024-12-12T21:48:15.224Z Compiling tinystr v0.7.6
12722024-12-12T21:48:15.249Z Compiling der v0.7.9
12732024-12-12T21:48:15.366Z Compiling icu_collections v1.5.0
12742024-12-12T21:48:15.586Z Compiling icu_locid v1.5.0
12752024-12-12T21:48:15.611Z Compiling salsa20 v0.10.2
12762024-12-12T21:48:15.804Z Compiling pest v2.7.14
12772024-12-12T21:48:16.523Z Compiling icu_provider v1.5.0
12782024-12-12T21:48:16.557Z Compiling pbkdf2 v0.12.2
12792024-12-12T21:48:16.582Z Compiling tracing v0.1.40
12802024-12-12T21:48:17.020Z Compiling spki v0.7.3
12812024-12-12T21:48:17.340Z Compiling icu_locid_transform v1.5.0
12822024-12-12T21:48:17.364Z Compiling icu_properties_data v1.5.0
12832024-12-12T21:48:17.439Z Compiling untrusted v0.9.0
12842024-12-12T21:48:17.500Z Compiling untrusted v0.7.1
12852024-12-12T21:48:17.583Z Compiling vcpkg v0.2.15
12862024-12-12T21:48:17.609Z Compiling num-conv v0.1.0
12872024-12-12T21:48:17.671Z Compiling time-core v0.1.2
12882024-12-12T21:48:17.834Z Compiling mirai-annotations v1.12.0
12892024-12-12T21:48:17.858Z Compiling powerfmt v0.2.0
12902024-12-12T21:48:17.995Z Compiling time-macros v0.2.18
12912024-12-12T21:48:18.020Z Compiling pest_meta v2.7.14
12922024-12-12T21:48:18.195Z Compiling deranged v0.3.11
12932024-12-12T21:48:19.327Z Compiling bitflags v2.6.0
12942024-12-12T21:48:19.467Z Compiling bytes v1.8.0
12952024-12-12T21:48:20.809Z Compiling indexmap v2.6.0
12962024-12-12T21:48:20.833Z Compiling semver v1.0.23
12972024-12-12T21:48:20.833Z Compiling tokio v1.40.0
12982024-12-12T21:48:20.833Z Compiling http v1.1.0
12992024-12-12T21:48:20.833Z Compiling rustc_version v0.4.1
13002024-12-12T21:48:21.046Z Compiling openssl-sys v0.9.103
13012024-12-12T21:48:21.264Z Compiling icu_properties v1.5.1
13022024-12-12T21:48:21.372Z Compiling scrypt v0.11.0
13032024-12-12T21:48:21.843Z Compiling aes v0.8.4
13042024-12-12T21:48:21.934Z Compiling cbc v0.1.2
13052024-12-12T21:48:22.141Z Compiling scroll_derive v0.12.0
13062024-12-12T21:48:22.214Z Compiling atomic-waker v1.1.2
13072024-12-12T21:48:22.294Z Compiling utf16_iter v1.0.5
13082024-12-12T21:48:22.384Z Compiling icu_normalizer_data v1.5.0
13092024-12-12T21:48:22.476Z Compiling utf8_iter v1.0.4
13102024-12-12T21:48:22.500Z Compiling num_threads v0.1.7
13112024-12-12T21:48:22.623Z Compiling write16 v1.0.0
13122024-12-12T21:48:22.647Z Compiling time v0.3.36
13132024-12-12T21:48:22.695Z Compiling pkcs5 v0.7.1
13142024-12-12T21:48:22.838Z Compiling which v4.4.2
13152024-12-12T21:48:23.354Z Compiling scroll v0.12.0
13162024-12-12T21:48:23.672Z Compiling http-body v1.0.1
13172024-12-12T21:48:23.817Z Compiling pest_generator v2.7.14
13182024-12-12T21:48:23.879Z Compiling form_urlencoded v1.2.1
13192024-12-12T21:48:23.905Z Compiling slog v2.7.0
13202024-12-12T21:48:23.997Z Compiling try-lock v0.2.5
13212024-12-12T21:48:24.128Z Compiling icu_normalizer v1.5.0
13222024-12-12T21:48:24.165Z Compiling goblin v0.8.2
13232024-12-12T21:48:24.397Z Compiling want v0.3.1
13242024-12-12T21:48:24.646Z Compiling pkcs8 v0.10.2
13252024-12-12T21:48:25.230Z Compiling idna_adapter v1.2.0
13262024-12-12T21:48:25.286Z Compiling httpdate v1.0.3
13272024-12-12T21:48:25.427Z Compiling pest_derive v2.7.14
13282024-12-12T21:48:25.451Z Compiling idna v1.0.3
13292024-12-12T21:48:25.864Z Compiling serde_spanned v0.6.8
13302024-12-12T21:48:26.061Z Compiling uuid v1.11.0
13312024-12-12T21:48:26.086Z Compiling dtrace-parser v0.2.0
13322024-12-12T21:48:26.382Z Compiling serde_tokenstream v0.2.2
13332024-12-12T21:48:26.902Z Compiling toml_datetime v0.6.8
13342024-12-12T21:48:26.946Z Compiling adler2 v2.0.0
13352024-12-12T21:48:27.059Z Compiling iana-time-zone v0.1.61
13362024-12-12T21:48:27.130Z Compiling foreign-types-shared v0.1.1
13372024-12-12T21:48:27.214Z Compiling tokio-util v0.7.12
13382024-12-12T21:48:27.241Z Compiling tower-service v0.3.3
13392024-12-12T21:48:28.297Z Compiling match_cfg v0.1.0
13402024-12-12T21:48:28.297Z Compiling openssl v0.10.66
13412024-12-12T21:48:28.297Z Compiling rustversion v1.0.17
13422024-12-12T21:48:28.297Z Compiling base64 v0.22.1
13432024-12-12T21:48:28.297Z Compiling hostname v0.3.1
13442024-12-12T21:48:28.297Z Compiling foreign-types v0.3.2
13452024-12-12T21:48:28.297Z Compiling chrono v0.4.38
13462024-12-12T21:48:28.297Z Compiling miniz_oxide v0.8.0
13472024-12-12T21:48:28.297Z Compiling h2 v0.4.6
13482024-12-12T21:48:28.297Z Compiling url v2.5.3
13492024-12-12T21:48:29.241Z Compiling dof v0.3.0
13502024-12-12T21:48:29.496Z Compiling openssl-macros v0.1.1
13512024-12-12T21:48:29.864Z Compiling async-trait v0.1.83
13522024-12-12T21:48:30.160Z Compiling usdt-impl v0.5.0
13532024-12-12T21:48:31.101Z Compiling dirs-sys-next v0.1.2
13542024-12-12T21:48:31.126Z Compiling syn v1.0.109
13552024-12-12T21:48:31.460Z Compiling siphasher v0.3.11
13562024-12-12T21:48:31.630Z Compiling native-tls v0.2.12
13572024-12-12T21:48:31.682Z Compiling rustls v0.22.4
13582024-12-12T21:48:31.786Z Compiling rustls v0.23.14
13592024-12-12T21:48:31.903Z Compiling data-encoding v2.6.0
13602024-12-12T21:48:32.022Z Compiling dirs-next v2.0.0
13612024-12-12T21:48:32.215Z Compiling http-body-util v0.1.2
13622024-12-12T21:48:32.640Z Compiling heapless v0.7.17
13632024-12-12T21:48:32.780Z Compiling crossbeam-epoch v0.9.18
13642024-12-12T21:48:32.978Z Compiling sha1 v0.10.6
13652024-12-12T21:48:33.251Z Compiling signature v2.2.0
13662024-12-12T21:48:33.292Z Compiling bzip2-sys v0.1.11+1.0.8
13672024-12-12T21:48:33.356Z Compiling serde_derive_internals v0.29.1
13682024-12-12T21:48:33.435Z Compiling thread_local v1.1.8
13692024-12-12T21:48:33.513Z Compiling encoding_rs v0.8.34
13702024-12-12T21:48:33.693Z Compiling hyper v1.5.0
13712024-12-12T21:48:33.801Z Compiling multer v3.1.0
13722024-12-12T21:48:33.914Z Compiling cookie v0.18.1
13732024-12-12T21:48:34.039Z Compiling openssl-probe v0.1.5
13742024-12-12T21:48:34.153Z Compiling ipnet v2.10.1
13752024-12-12T21:48:34.346Z Compiling signal-hook v0.3.17
13762024-12-12T21:48:34.564Z Compiling schemars v0.8.21
13772024-12-12T21:48:34.911Z Compiling rayon-core v1.12.1
13782024-12-12T21:48:35.114Z Compiling slog-async v2.8.0
13792024-12-12T21:48:35.302Z Compiling gimli v0.31.1
13802024-12-12T21:48:35.548Z Compiling unicode-properties v0.1.3
13812024-12-12T21:48:35.679Z Compiling mime v0.3.17
13822024-12-12T21:48:35.860Z Compiling hyper-util v0.1.10
13832024-12-12T21:48:36.185Z Compiling stringprep v0.1.5
13842024-12-12T21:48:36.634Z Compiling schemars_derive v0.8.21
13852024-12-12T21:48:36.989Z Compiling toml_edit v0.22.22
13862024-12-12T21:48:37.861Z Compiling crossbeam-deque v0.8.5
13872024-12-12T21:48:38.241Z Compiling usdt-attr-macro v0.5.0
13882024-12-12T21:48:38.579Z Compiling usdt-macro v0.5.0
13892024-12-12T21:48:38.960Z Compiling addr2line v0.24.2
13902024-12-12T21:48:39.434Z Compiling term v0.7.0
13912024-12-12T21:48:39.537Z Compiling slog-json v2.6.1
13922024-12-12T21:48:39.574Z Compiling serde_urlencoded v0.7.1
13932024-12-12T21:48:39.702Z Compiling curve25519-dalek v4.1.3
13942024-12-12T21:48:39.915Z Compiling crossbeam-channel v0.5.13
13952024-12-12T21:48:39.941Z Compiling futures-executor v0.3.31
13962024-12-12T21:48:40.076Z Compiling enum-as-inner v0.6.1
13972024-12-12T21:48:40.208Z Compiling rustls-pemfile v2.2.0
13982024-12-12T21:48:40.431Z Compiling md-5 v0.10.6
13992024-12-12T21:48:40.496Z Compiling num-integer v0.1.46
14002024-12-12T21:48:40.663Z Compiling async-stream-impl v0.3.6
14012024-12-12T21:48:40.808Z Compiling idna v0.4.0
14022024-12-12T21:48:40.865Z Compiling idna v0.3.0
14032024-12-12T21:48:40.916Z Compiling hash32 v0.2.1
14042024-12-12T21:48:41.135Z Compiling ff v0.13.0
14052024-12-12T21:48:41.250Z Compiling is-terminal v0.4.13
14062024-12-12T21:48:41.339Z Compiling object v0.36.5
14072024-12-12T21:48:41.369Z Compiling dropshot v0.12.0
14082024-12-12T21:48:41.598Z Compiling quick-error v1.2.3
14092024-12-12T21:48:41.734Z Compiling utf-8 v0.7.6
14102024-12-12T21:48:41.774Z Compiling take_mut v0.2.2
14112024-12-12T21:48:41.919Z Compiling psl-types v2.0.11
14122024-12-12T21:48:42.037Z Compiling rustc-demangle v0.1.24
14132024-12-12T21:48:42.086Z Compiling base16ct v0.2.0
14142024-12-12T21:48:42.111Z Compiling linked-hash-map v0.5.6
14152024-12-12T21:48:42.187Z Compiling smoltcp v0.9.1
14162024-12-12T21:48:42.384Z Compiling anyhow v1.0.93
14172024-12-12T21:48:42.441Z Compiling dyn-clone v1.0.17
14182024-12-12T21:48:42.638Z Compiling num-bigint-dig v0.8.4
14192024-12-12T21:48:42.786Z Compiling portable-atomic v1.9.0
14202024-12-12T21:48:42.859Z Compiling fallible-iterator v0.2.0
14212024-12-12T21:48:43.238Z Compiling lru-cache v0.1.2
14222024-12-12T21:48:43.401Z Compiling sec1 v0.7.3
14232024-12-12T21:48:43.468Z Compiling postgres-protocol v0.6.7
14242024-12-12T21:48:43.738Z Compiling publicsuffix v2.2.3
14252024-12-12T21:48:43.917Z Compiling tungstenite v0.24.0
14262024-12-12T21:48:43.983Z Compiling async-stream v0.3.6
14272024-12-12T21:48:44.253Z Compiling resolv-conf v0.7.0
14282024-12-12T21:48:44.687Z Compiling hickory-proto v0.24.1
14292024-12-12T21:48:45.020Z Compiling slog-term v2.9.1
14302024-12-12T21:48:45.064Z Compiling group v0.13.0
14312024-12-12T21:48:45.333Z Compiling usdt v0.5.0
14322024-12-12T21:48:45.963Z Compiling num-iter v0.1.45
14332024-12-12T21:48:46.128Z Compiling futures v0.3.31
14342024-12-12T21:48:46.153Z Compiling slog-bunyan v2.5.0
14352024-12-12T21:48:46.205Z Compiling toml v0.8.19
14362024-12-12T21:48:46.388Z Compiling tokio-native-tls v0.3.1
14372024-12-12T21:48:47.497Z Compiling backtrace v0.3.74
14382024-12-12T21:48:47.628Z Compiling camino v1.1.9
14392024-12-12T21:48:47.709Z Compiling phf_shared v0.11.2
14402024-12-12T21:48:47.808Z Compiling dropshot_endpoint v0.12.0
14412024-12-12T21:48:48.038Z Compiling terminal_size v0.4.0
14422024-12-12T21:48:48.230Z Compiling waitgroup v0.1.2
14432024-12-12T21:48:48.423Z Compiling openapiv3 v2.0.0
14442024-12-12T21:48:48.458Z Compiling serde_path_to_error v0.1.16
14452024-12-12T21:48:48.484Z Compiling webpki-roots v0.26.6
14462024-12-12T21:48:48.673Z Compiling hkdf v0.12.4
14472024-12-12T21:48:48.897Z Compiling crypto-bigint v0.5.5
14482024-12-12T21:48:49.203Z Compiling curve25519-dalek-derive v0.1.1
14492024-12-12T21:48:50.467Z Compiling zerocopy-derive v0.6.6
14502024-12-12T21:48:50.550Z Compiling idna v0.5.0
14512024-12-12T21:48:51.239Z Compiling hubpack_derive v0.1.1
14522024-12-12T21:48:51.538Z Compiling hostname v0.4.0
14532024-12-12T21:48:51.784Z Compiling crc32fast v1.4.2
14542024-12-12T21:48:51.855Z Compiling ahash v0.8.11
14552024-12-12T21:48:51.941Z Compiling fs-err v2.11.0
14562024-12-12T21:48:52.037Z Compiling managed v0.8.0
14572024-12-12T21:48:52.094Z Compiling bitflags v1.3.2
14582024-12-12T21:48:52.158Z Compiling winnow v0.5.40
14592024-12-12T21:48:52.194Z Compiling debug-ignore v1.0.5
14602024-12-12T21:48:52.218Z Compiling strum_macros v0.25.3
14612024-12-12T21:48:52.297Z Compiling zerocopy v0.6.6
14622024-12-12T21:48:52.476Z Compiling clap_builder v4.5.21
14632024-12-12T21:48:52.993Z Compiling console v0.15.8
14642024-12-12T21:48:53.318Z Compiling hubpack v0.1.2
14652024-12-12T21:48:53.708Z Compiling flate2 v1.0.34
14662024-12-12T21:48:53.828Z Compiling elliptic-curve v0.13.8
14672024-12-12T21:48:54.181Z Compiling cookie_store v0.21.0
14682024-12-12T21:48:54.529Z Compiling hickory-resolver v0.24.1
14692024-12-12T21:48:55.353Z Compiling toml_edit v0.19.15
14702024-12-12T21:48:55.394Z Compiling phf v0.11.2
14712024-12-12T21:48:55.451Z Compiling signal-hook-mio v0.2.4
14722024-12-12T21:48:55.606Z Compiling rayon v1.10.0
14732024-12-12T21:48:55.632Z Compiling hyper-tls v0.6.0
14742024-12-12T21:48:55.661Z Compiling bzip2 v0.4.4
14752024-12-12T21:48:56.011Z Compiling tokio-tungstenite v0.24.0
14762024-12-12T21:48:56.470Z Compiling postgres-types v0.2.8
14772024-12-12T21:48:58.758Z Compiling ed25519 v2.2.3
14782024-12-12T21:48:59.683Z Compiling phf_shared v0.10.0
14792024-12-12T21:49:00.057Z Compiling tokio-stream v0.1.16
14802024-12-12T21:49:00.208Z Compiling pkcs1 v0.7.5
14812024-12-12T21:49:00.292Z Compiling serde-big-array v0.5.1
14822024-12-12T21:49:00.370Z Compiling clap_derive v4.5.18
14832024-12-12T21:49:00.484Z Compiling rfc6979 v0.4.0
14842024-12-12T21:49:00.510Z Compiling float-cmp v0.9.0
14852024-12-12T21:49:00.657Z Compiling serde_repr v0.1.19
14862024-12-12T21:49:00.711Z Compiling derive-where v1.2.7
14872024-12-12T21:49:00.927Z Compiling bstr v1.10.0
14882024-12-12T21:49:01.056Z Compiling sync_wrapper v1.0.1
14892024-12-12T21:49:01.189Z Compiling unicode-width v0.2.0
14902024-12-12T21:49:01.588Z Compiling normalize-line-endings v0.3.0
14912024-12-12T21:49:01.615Z Compiling number_prefix v0.4.0
14922024-12-12T21:49:01.707Z Compiling new_debug_unreachable v1.0.6
14932024-12-12T21:49:01.796Z Compiling unicode-segmentation v1.12.0
14942024-12-12T21:49:01.823Z Compiling difflib v0.4.0
14952024-12-12T21:49:01.931Z Compiling predicates-core v1.0.8
14962024-12-12T21:49:02.240Z Compiling precomputed-hash v0.1.1
14972024-12-12T21:49:02.345Z Compiling whoami v1.5.2
14982024-12-12T21:49:02.372Z Compiling static_assertions v1.1.0
14992024-12-12T21:49:02.466Z Compiling fixedbitset v0.4.2
15002024-12-12T21:49:02.529Z Compiling bit-vec v0.6.3
15012024-12-12T21:49:02.869Z Compiling bit-set v0.5.3
15022024-12-12T21:49:02.902Z Compiling petgraph v0.6.5
15032024-12-12T21:49:02.933Z Compiling tokio-postgres v0.7.12
15042024-12-12T21:49:03.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15052024-12-12T21:49:03.210Z Compiling similar v2.6.0
15062024-12-12T21:49:03.608Z Compiling string_cache v0.8.7
15072024-12-12T21:49:03.996Z Compiling predicates v3.1.2
15082024-12-12T21:49:04.213Z Compiling clap v4.5.21
15092024-12-12T21:49:04.322Z Compiling indicatif v0.17.9
15102024-12-12T21:49:05.307Z Compiling ecdsa v0.16.9
15112024-12-12T21:49:05.528Z Compiling rsa v0.9.6
15122024-12-12T21:49:05.988Z Compiling ed25519-dalek v2.1.1
15132024-12-12T21:49:06.185Z Compiling toml v0.7.8
15142024-12-12T21:49:06.238Z Compiling zip v0.6.6
15152024-12-12T21:49:07.076Z Compiling crossterm v0.28.1
15162024-12-12T21:49:07.552Z Compiling hex v0.4.3
15172024-12-12T21:49:07.607Z Compiling x509-cert v0.2.5
15182024-12-12T21:49:07.960Z Compiling itertools v0.10.5
15192024-12-12T21:49:08.139Z Compiling unicode-xid v0.2.6
15202024-12-12T21:49:08.298Z Compiling peg-runtime v0.8.3
15212024-12-12T21:49:08.322Z Compiling lalrpop-util v0.19.12
15222024-12-12T21:49:08.627Z Compiling strum_macros v0.26.4
15232024-12-12T21:49:08.699Z Compiling xattr v1.3.1
15242024-12-12T21:49:08.867Z Compiling filetime v0.2.25
15252024-12-12T21:49:09.129Z Compiling tar v0.4.42
15262024-12-12T21:49:12.602Z Compiling strum v0.26.3
15272024-12-12T21:49:15.185Z Compiling aws-lc-sys v0.22.0
15282024-12-12T21:49:45.753Z Compiling rustls-webpki v0.102.8
15292024-12-12T21:49:49.826Z Compiling tokio-rustls v0.25.0
15302024-12-12T21:49:51.648Z Compiling tokio-rustls v0.26.0
15312024-12-12T21:49:51.970Z Compiling hyper-rustls v0.27.3
15322024-12-12T21:49:52.363Z Compiling reqwest v0.12.9
15332024-12-12T21:49:53.539Z Compiling qorb v0.2.1
15342024-12-12T21:49:58.794Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15352024-12-12T21:49:59.099Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15362024-12-12T21:50:06.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15372024-12-12T21:50:06.529Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15382024-12-12T21:50:06.605ZDec 12 21:50:05.792 INFO Starting download, target: Cockroach
15392024-12-12T21:50:06.605ZDec 12 21:50:05.792 INFO Starting download, target: Clickhouse
15402024-12-12T21:50:06.605ZDec 12 21:50:05.792 INFO Starting download, target: Console
15412024-12-12T21:50:06.605ZDec 12 21:50:05.792 INFO Starting download, target: DendriteOpenapi
15422024-12-12T21:50:06.605ZDec 12 21:50:05.792 INFO Starting download, target: DendriteStub
15432024-12-12T21:50:06.605ZDec 12 21:50:05.793 INFO Starting download, target: MaghemiteMgd
15442024-12-12T21:50:06.629ZDec 12 21:50:05.793 INFO Starting download, target: TransceiverControl
15452024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15462024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15472024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15492024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15502024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512024-12-12T21:50:06.629ZDec 12 21:50:05.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522024-12-12T21:50:07.232ZDec 12 21:50:06.374 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15532024-12-12T21:50:07.645ZDec 12 21:50:06.772 INFO Download complete, target: Console
15542024-12-12T21:50:08.538ZDec 12 21:50:07.725 INFO Download complete, target: DendriteOpenapi
15552024-12-12T21:50:10.728ZDec 12 21:50:09.916 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562024-12-12T21:50:11.175ZDec 12 21:50:10.362 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15572024-12-12T21:50:11.813ZDec 12 21:50:11.000 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15582024-12-12T21:50:12.536ZDec 12 21:50:11.724 INFO Download complete, target: TransceiverControl
15592024-12-12T21:50:13.858ZDec 12 21:50:13.045 INFO Download complete, target: DendriteStub
15602024-12-12T21:50:13.948ZDec 12 21:50:13.136 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612024-12-12T21:50:13.948ZDec 12 21:50:13.136 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622024-12-12T21:50:14.460ZDec 12 21:50:13.647 INFO Download complete, target: MaghemiteMgd
15632024-12-12T21:50:22.936ZDec 12 21:50:22.124 INFO Checking that binary works, target: Cockroach
15642024-12-12T21:50:23.202ZDec 12 21:50:22.389 INFO Download complete, target: Cockroach
15652024-12-12T21:50:23.664ZDec 12 21:50:22.851 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-12-12T21:50:38.287ZDec 12 21:50:37.475 INFO Checking that binary works, target: Clickhouse
15672024-12-12T21:50:38.469ZDec 12 21:50:37.656 INFO Download complete, target: Clickhouse
15682024-12-12T21:50:38.495ZAll builder prerequisites installed successfully, and PATH looks valid
15692024-12-12T21:50:38.519Z
15702024-12-12T21:50:38.519Zreal 5:13.256805337
15712024-12-12T21:50:38.519Zuser 14:23.608103176
15722024-12-12T21:50:38.519Zsys 3:09.744800255
15732024-12-12T21:50:38.519Ztrap 0.411203813
15742024-12-12T21:50:38.519Ztflt 0.800249966
15752024-12-12T21:50:38.519Zdflt 2.332101848
15762024-12-12T21:50:38.519Zkflt 0.012401265
15772024-12-12T21:50:38.519Zlock 30:30.071085303
15782024-12-12T21:50:38.519Zslp 53:47.449425838
15792024-12-12T21:50:38.520Zlat 59.721122989
15802024-12-12T21:50:38.520Zstop 2:17.248255339
15812024-12-12T21:50:38.520Z+ banner hack-check
15822024-12-12T21:50:38.520Z
15832024-12-12T21:50:38.520Z # # ## #### # # #### # # ###### #### # #
15842024-12-12T21:50:38.520Z # # # # # # # # # # # # # # # # #
15852024-12-12T21:50:38.520Z ###### # # # #### ##### # ###### ##### # ####
15862024-12-12T21:50:38.520Z # # ###### # # # # # # # # # #
15872024-12-12T21:50:38.520Z # # # # # # # # # # # # # # # # #
15882024-12-12T21:50:38.520Z # # # # #### # # #### # # ###### #### # #
15892024-12-12T21:50:38.520Z
15902024-12-12T21:50:38.520Z+ export CARGO_INCREMENTAL=0
15912024-12-12T21:50:38.520Z+ CARGO_INCREMENTAL=0
15922024-12-12T21:50:38.520Z+ ptime -m timeout 2h cargo xtask check-features --ci
15932024-12-12T21:50:39.287Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15942024-12-12T21:50:44.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
15952024-12-12T21:50:44.310Z Running `target/debug/xtask check-features --ci`
15962024-12-12T21:50:44.336Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15972024-12-12T21:50:44.336Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15982024-12-12T21:50:44.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15992024-12-12T21:50:44.957Z Running `target/debug/xtask download cargo-hack`
16002024-12-12T21:50:45.991Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16012024-12-12T21:50:46.300Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16022024-12-12T21:50:52.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.81s
16032024-12-12T21:50:52.918Z Running `target/debug/xtask-downloader cargo-hack`
16042024-12-12T21:50:52.968ZDec 12 21:50:52.156 INFO Starting download, target: CargoHack
16052024-12-12T21:50:52.992ZDec 12 21:50:52.157 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16062024-12-12T21:50:54.255ZDec 12 21:50:53.442 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16072024-12-12T21:50:54.358ZDec 12 21:50:53.546 INFO Download complete, target: CargoHack
16082024-12-12T21:50:54.383Zrunning: "/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-12T21:50:54.408Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16102024-12-12T21:50:54.661Zinfo: running `cargo check --bins` on api_identity (1/173)
16112024-12-12T21:50:55.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-12-12T21:50:55.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-12-12T21:50:55.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-12-12T21:50:55.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16152024-12-12T21:50:55.572Z
16162024-12-12T21:50:55.572Zinfo: running `cargo check --bins` on bootstore (2/173)
16172024-12-12T21:50:56.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-12T21:50:56.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-12T21:50:56.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-12T21:50:56.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16212024-12-12T21:50:56.513Z
16222024-12-12T21:50:56.513Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16232024-12-12T21:50:57.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-12T21:50:57.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-12T21:50:57.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-12T21:50:57.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16272024-12-12T21:50:57.341Z
16282024-12-12T21:50:57.341Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16292024-12-12T21:50:58.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-12T21:50:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-12T21:50:58.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-12T21:50:58.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
16332024-12-12T21:50:58.102Z
16342024-12-12T21:50:58.102Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16352024-12-12T21:50:58.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-12T21:50:58.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-12T21:50:58.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-12T21:50:58.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16392024-12-12T21:50:58.621Z
16402024-12-12T21:50:58.621Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16412024-12-12T21:50:59.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-12T21:50:59.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-12T21:50:59.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-12T21:50:59.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16452024-12-12T21:50:59.148Z
16462024-12-12T21:50:59.148Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16472024-12-12T21:50:59.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-12T21:50:59.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-12T21:50:59.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-12T21:50:59.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16512024-12-12T21:50:59.684Z
16522024-12-12T21:50:59.684Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16532024-12-12T21:51:00.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-12T21:51:00.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-12T21:51:00.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-12T21:51:00.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16572024-12-12T21:51:00.218Z
16582024-12-12T21:51:00.219Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16592024-12-12T21:51:00.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-12T21:51:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-12T21:51:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-12T21:51:00.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16632024-12-12T21:51:00.760Z
16642024-12-12T21:51:00.760Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16652024-12-12T21:51:01.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-12T21:51:01.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-12T21:51:01.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-12T21:51:01.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16692024-12-12T21:51:01.282Z
16702024-12-12T21:51:01.282Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16712024-12-12T21:51:01.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-12T21:51:01.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-12T21:51:01.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-12T21:51:01.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16752024-12-12T21:51:01.804Z
16762024-12-12T21:51:01.804Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16772024-12-12T21:51:02.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-12T21:51:02.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-12T21:51:02.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-12T21:51:02.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16812024-12-12T21:51:02.332Z
16822024-12-12T21:51:02.332Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16832024-12-12T21:51:02.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-12T21:51:02.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-12T21:51:02.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-12T21:51:02.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16872024-12-12T21:51:02.875Z
16882024-12-12T21:51:02.875Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16892024-12-12T21:51:03.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-12T21:51:03.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-12T21:51:03.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-12T21:51:03.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16932024-12-12T21:51:03.402Z
16942024-12-12T21:51:03.402Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16952024-12-12T21:51:03.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-12T21:51:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-12T21:51:03.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-12T21:51:03.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16992024-12-12T21:51:03.923Z
17002024-12-12T21:51:03.923Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17012024-12-12T21:51:04.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-12T21:51:04.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-12T21:51:04.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-12T21:51:04.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17052024-12-12T21:51:04.441Z
17062024-12-12T21:51:04.441Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17072024-12-12T21:51:04.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-12T21:51:04.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-12T21:51:04.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-12T21:51:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17112024-12-12T21:51:04.956Z
17122024-12-12T21:51:04.956Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17132024-12-12T21:51:05.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-12T21:51:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-12T21:51:05.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-12T21:51:05.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17172024-12-12T21:51:05.477Z
17182024-12-12T21:51:05.477Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17192024-12-12T21:51:05.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-12T21:51:05.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-12T21:51:05.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-12T21:51:05.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17232024-12-12T21:51:06.011Z
17242024-12-12T21:51:06.011Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17252024-12-12T21:51:06.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-12T21:51:06.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-12T21:51:06.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-12T21:51:06.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17292024-12-12T21:51:06.545Z
17302024-12-12T21:51:06.546Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17312024-12-12T21:51:07.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-12T21:51:07.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-12T21:51:07.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-12T21:51:07.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17352024-12-12T21:51:07.082Z
17362024-12-12T21:51:07.082Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17372024-12-12T21:51:07.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-12T21:51:07.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-12T21:51:07.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-12T21:51:07.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17412024-12-12T21:51:07.620Z
17422024-12-12T21:51:07.620Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17432024-12-12T21:51:08.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-12T21:51:08.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-12T21:51:08.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-12T21:51:08.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17472024-12-12T21:51:08.157Z
17482024-12-12T21:51:08.157Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17492024-12-12T21:51:08.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-12T21:51:08.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-12T21:51:08.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-12T21:51:08.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17532024-12-12T21:51:08.681Z
17542024-12-12T21:51:08.681Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17552024-12-12T21:51:09.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-12T21:51:09.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-12T21:51:09.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-12T21:51:09.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17592024-12-12T21:51:09.479Z
17602024-12-12T21:51:09.479Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17612024-12-12T21:51:10.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-12T21:51:10.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-12T21:51:10.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-12T21:51:10.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17652024-12-12T21:51:10.263Z
17662024-12-12T21:51:10.263Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17672024-12-12T21:51:10.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-12T21:51:10.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-12T21:51:10.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-12T21:51:10.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17712024-12-12T21:51:11.058Z
17722024-12-12T21:51:11.058Zinfo: running `cargo check --bins` on oxlog (28/173)
17732024-12-12T21:51:11.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-12T21:51:11.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-12T21:51:11.843Z Checking cfg-if v1.0.0
17762024-12-12T21:51:11.873Z Checking libc v0.2.162
17772024-12-12T21:51:11.898Z Checking serde v1.0.215
17782024-12-12T21:51:11.898Z Checking zeroize v1.8.1
17792024-12-12T21:51:11.922Z Checking memchr v2.7.4
17802024-12-12T21:51:11.922Z Checking typenum v1.17.0
17812024-12-12T21:51:11.948Z Checking scopeguard v1.2.0
17822024-12-12T21:51:11.948Z Checking subtle v2.6.1
17832024-12-12T21:51:11.972Z Checking value-bag v1.9.0
17842024-12-12T21:51:12.055Z Checking lock_api v0.4.12
17852024-12-12T21:51:12.111Z Checking smallvec v1.13.2
17862024-12-12T21:51:12.170Z Checking const-oid v0.9.6
17872024-12-12T21:51:12.298Z Checking log v0.4.22
17882024-12-12T21:51:12.406Z Checking itoa v1.0.11
17892024-12-12T21:51:12.431Z Checking pin-project-lite v0.2.14
17902024-12-12T21:51:12.526Z Checking byteorder v1.5.0
17912024-12-12T21:51:12.584Z Checking futures-core v0.3.31
17922024-12-12T21:51:12.639Z Checking once_cell v1.20.2
17932024-12-12T21:51:12.747Z Checking cpufeatures v0.2.14
17942024-12-12T21:51:12.771Z Checking stable_deref_trait v1.2.0
17952024-12-12T21:51:12.816Z Checking getrandom v0.2.15
17962024-12-12T21:51:12.841Z Checking signal-hook-registry v1.4.2
17972024-12-12T21:51:12.865Z Checking parking_lot_core v0.9.10
17982024-12-12T21:51:12.890Z Checking mio v1.0.2
17992024-12-12T21:51:12.914Z Checking generic-array v0.14.7
18002024-12-12T21:51:12.914Z Checking futures-sink v0.3.31
18012024-12-12T21:51:13.018Z Checking rand_core v0.6.4
18022024-12-12T21:51:13.043Z Checking socket2 v0.5.7
18032024-12-12T21:51:13.067Z Checking spin v0.9.8
18042024-12-12T21:51:13.147Z Checking parking_lot v0.12.3
18052024-12-12T21:51:13.276Z Checking zerocopy v0.7.35
18062024-12-12T21:51:13.351Z Checking zerofrom v0.1.4
18072024-12-12T21:51:13.389Z Checking slab v0.4.9
18082024-12-12T21:51:13.426Z Checking futures-channel v0.3.31
18092024-12-12T21:51:13.451Z Checking allocator-api2 v0.2.18
18102024-12-12T21:51:13.531Z Checking yoke v0.7.4
18112024-12-12T21:51:13.588Z Checking futures-io v0.3.31
18122024-12-12T21:51:13.618Z Checking equivalent v1.0.1
18132024-12-12T21:51:13.714Z Checking foldhash v0.1.3
18142024-12-12T21:51:13.743Z Checking futures-task v0.3.31
18152024-12-12T21:51:13.772Z Checking pin-utils v0.1.0
18162024-12-12T21:51:13.830Z Checking crypto-common v0.1.6
18172024-12-12T21:51:13.855Z Checking block-buffer v0.10.4
18182024-12-12T21:51:13.855Z Checking zerovec v0.10.4
18192024-12-12T21:51:13.898Z Checking block-padding v0.3.3
18202024-12-12T21:51:13.951Z Checking futures-util v0.3.31
18212024-12-12T21:51:13.991Z Checking ryu v1.0.18
18222024-12-12T21:51:14.016Z Checking hashbrown v0.15.1
18232024-12-12T21:51:14.041Z Checking digest v0.10.7
18242024-12-12T21:51:14.080Z Checking tinyvec_macros v0.1.1
18252024-12-12T21:51:14.163Z Checking tinyvec v1.8.0
18262024-12-12T21:51:14.188Z Checking inout v0.1.3
18272024-12-12T21:51:14.369Z Checking hmac v0.12.1
18282024-12-12T21:51:14.399Z Checking fnv v1.0.7
18292024-12-12T21:51:14.461Z Checking cipher v0.4.4
18302024-12-12T21:51:14.511Z Checking sha2 v0.10.8
18312024-12-12T21:51:14.556Z Checking libm v0.2.8
18322024-12-12T21:51:14.813Z Checking unicode-bidi v0.3.17
18332024-12-12T21:51:14.967Z Checking base64ct v1.6.0
18342024-12-12T21:51:15.050Z Checking writeable v0.5.5
18352024-12-12T21:51:15.303Z Checking tinystr v0.7.6
18362024-12-12T21:51:15.328Z Checking litemap v0.7.3
18372024-12-12T21:51:15.352Z Checking num-traits v0.2.19
18382024-12-12T21:51:15.352Z Checking pem-rfc7468 v0.7.0
18392024-12-12T21:51:15.376Z Checking ppv-lite86 v0.2.20
18402024-12-12T21:51:15.376Z Checking unicode-normalization v0.1.24
18412024-12-12T21:51:15.585Z Checking flagset v0.4.6
18422024-12-12T21:51:15.621Z Checking tracing-core v0.1.32
18432024-12-12T21:51:15.646Z Checking icu_locid v1.5.0
18442024-12-12T21:51:15.751Z Checking der v0.7.9
18452024-12-12T21:51:15.934Z Checking bytes v1.8.0
18462024-12-12T21:51:15.998Z Checking indexmap v2.6.0
18472024-12-12T21:51:16.095Z Checking serde_json v1.0.132
18482024-12-12T21:51:16.176Z Checking rand_chacha v0.3.1
18492024-12-12T21:51:16.470Z Checking icu_provider v1.5.0
18502024-12-12T21:51:16.496Z Checking bitflags v2.6.0
18512024-12-12T21:51:16.614Z Checking tokio v1.40.0
18522024-12-12T21:51:16.685Z Checking http v1.1.0
18532024-12-12T21:51:16.753Z Checking thiserror v1.0.69
18542024-12-12T21:51:16.870Z Checking rustls-pki-types v1.9.0
18552024-12-12T21:51:17.016Z Checking icu_locid_transform_data v1.5.0
18562024-12-12T21:51:17.046Z Checking percent-encoding v2.3.1
18572024-12-12T21:51:17.107Z Checking icu_locid_transform v1.5.0
18582024-12-12T21:51:17.232Z Checking rand v0.8.5
18592024-12-12T21:51:17.294Z Checking spki v0.7.3
18602024-12-12T21:51:17.350Z Checking tracing v0.1.40
18612024-12-12T21:51:17.537Z Checking icu_collections v1.5.0
18622024-12-12T21:51:17.561Z Checking salsa20 v0.10.2
18632024-12-12T21:51:17.648Z Checking pbkdf2 v0.12.2
18642024-12-12T21:51:17.735Z Checking aws-lc-sys v0.22.0
18652024-12-12T21:51:17.791Z Checking httparse v1.9.5
18662024-12-12T21:51:17.842Z Checking powerfmt v0.2.0
18672024-12-12T21:51:17.920Z Checking icu_properties_data v1.5.0
18682024-12-12T21:51:18.081Z Checking mirai-annotations v1.12.0
18692024-12-12T21:51:18.110Z Checking untrusted v0.9.0
18702024-12-12T21:51:18.135Z Checking untrusted v0.7.1
18712024-12-12T21:51:18.159Z Checking icu_properties v1.5.1
18722024-12-12T21:51:18.232Z Checking deranged v0.3.11
18732024-12-12T21:51:18.256Z Checking scrypt v0.11.0
18742024-12-12T21:51:18.282Z Checking ring v0.17.8
18752024-12-12T21:51:18.306Z Checking aes v0.8.4
18762024-12-12T21:51:18.330Z Checking cbc v0.1.2
18772024-12-12T21:51:18.438Z Checking crossbeam-utils v0.8.20
18782024-12-12T21:51:18.486Z Checking utf8_iter v1.0.4
18792024-12-12T21:51:18.651Z Checking utf16_iter v1.0.5
18802024-12-12T21:51:18.789Z Checking time-core v0.1.2
18812024-12-12T21:51:18.921Z Checking icu_normalizer_data v1.5.0
18822024-12-12T21:51:18.997Z Checking num-conv v0.1.0
18832024-12-12T21:51:19.021Z Checking atomic-waker v1.1.2
18842024-12-12T21:51:19.047Z Checking num_threads v0.1.7
18852024-12-12T21:51:19.135Z Checking write16 v1.0.0
18862024-12-12T21:51:19.159Z Checking pkcs5 v0.7.1
18872024-12-12T21:51:19.215Z Checking http-body v1.0.1
18882024-12-12T21:51:19.256Z Checking form_urlencoded v1.2.1
18892024-12-12T21:51:19.410Z Checking try-lock v0.2.5
18902024-12-12T21:51:19.436Z Checking httpdate v1.0.3
18912024-12-12T21:51:19.528Z Checking want v0.3.1
18922024-12-12T21:51:19.613Z Checking pkcs8 v0.10.2
18932024-12-12T21:51:19.646Z Checking unicode-ident v1.0.13
18942024-12-12T21:51:19.686Z Checking serde_spanned v0.6.8
18952024-12-12T21:51:19.723Z Checking time v0.3.36
18962024-12-12T21:51:19.799Z Checking proc-macro2 v1.0.89
18972024-12-12T21:51:19.824Z Checking aws-lc-rs v1.10.0
18982024-12-12T21:51:19.849Z Checking toml_datetime v0.6.8
18992024-12-12T21:51:19.873Z Checking uuid v1.11.0
19002024-12-12T21:51:19.901Z Checking slog v2.7.0
19012024-12-12T21:51:20.071Z Checking scroll v0.12.0
19022024-12-12T21:51:20.301Z Checking iana-time-zone v0.1.61
19032024-12-12T21:51:20.359Z Checking match_cfg v0.1.0
19042024-12-12T21:51:20.384Z Checking foreign-types-shared v0.1.1
19052024-12-12T21:51:20.431Z Checking tower-service v0.3.3
19062024-12-12T21:51:20.455Z Checking base64 v0.22.1
19072024-12-12T21:51:20.480Z Checking ucd-trie v0.1.7
19082024-12-12T21:51:20.480Z Checking adler2 v2.0.0
19092024-12-12T21:51:20.538Z Checking plain v0.2.3
19102024-12-12T21:51:20.605Z Checking miniz_oxide v0.8.0
19112024-12-12T21:51:20.664Z Checking pest v2.7.14
19122024-12-12T21:51:20.689Z Checking goblin v0.8.2
19132024-12-12T21:51:20.851Z Checking foreign-types v0.3.2
19142024-12-12T21:51:20.907Z Checking icu_normalizer v1.5.0
19152024-12-12T21:51:20.934Z Checking hostname v0.3.1
19162024-12-12T21:51:21.049Z Checking chrono v0.4.38
19172024-12-12T21:51:21.224Z Checking quote v1.0.37
19182024-12-12T21:51:21.341Z Checking rustls-webpki v0.102.8
19192024-12-12T21:51:21.514Z Checking openssl-sys v0.9.103
19202024-12-12T21:51:21.559Z Checking idna_adapter v1.2.0
19212024-12-12T21:51:21.729Z Checking idna v1.0.3
19222024-12-12T21:51:21.774Z Checking dirs-sys-next v0.1.2
19232024-12-12T21:51:21.923Z Checking errno v0.3.9
19242024-12-12T21:51:22.010Z Checking aho-corasick v1.1.3
19252024-12-12T21:51:22.067Z Checking pretty-hex v0.4.1
19262024-12-12T21:51:22.141Z Checking url v2.5.3
19272024-12-12T21:51:22.224Z Checking siphasher v0.3.11
19282024-12-12T21:51:22.472Z Checking data-encoding v2.6.0
19292024-12-12T21:51:22.536Z Checking regex-syntax v0.8.5
19302024-12-12T21:51:22.705Z Checking openssl v0.10.66
19312024-12-12T21:51:22.730Z Checking tokio-util v0.7.12
19322024-12-12T21:51:22.755Z Checking dtrace-parser v0.2.0
19332024-12-12T21:51:22.855Z Checking rustix v0.38.37
19342024-12-12T21:51:23.020Z Checking dirs-next v2.0.0
19352024-12-12T21:51:23.128Z Checking syn v2.0.87
19362024-12-12T21:51:23.153Z Checking http-body-util v0.1.2
19372024-12-12T21:51:23.370Z Checking crossbeam-epoch v0.9.18
19382024-12-12T21:51:23.506Z Checking h2 v0.4.6
19392024-12-12T21:51:23.530Z Checking sha1 v0.10.6
19402024-12-12T21:51:23.749Z Checking signature v2.2.0
19412024-12-12T21:51:23.773Z Checking lazy_static v1.5.0
19422024-12-12T21:51:23.872Z Checking thread_local v1.1.8
19432024-12-12T21:51:23.920Z Checking thread-id v4.2.2
19442024-12-12T21:51:24.013Z Checking encoding_rs v0.8.34
19452024-12-12T21:51:24.110Z Checking mime v0.3.17
19462024-12-12T21:51:24.392Z Checking openssl-probe v0.1.5
19472024-12-12T21:51:24.537Z Checking utf8parse v0.2.2
19482024-12-12T21:51:24.672Z Checking gimli v0.31.1
19492024-12-12T21:51:24.766Z Checking dof v0.3.0
19502024-12-12T21:51:25.182Z Checking regex-automata v0.4.8
19512024-12-12T21:51:25.271Z Checking winnow v0.6.20
19522024-12-12T21:51:25.701Z Checking either v1.13.0
19532024-12-12T21:51:25.839Z Checking unicode-properties v0.1.3
19542024-12-12T21:51:26.015Z Checking anstyle v1.0.10
19552024-12-12T21:51:26.108Z Checking ipnet v2.10.1
19562024-12-12T21:51:26.315Z Checking stringprep v0.1.5
19572024-12-12T21:51:26.493Z Checking anstyle-parse v0.2.5
19582024-12-12T21:51:26.531Z Checking crossbeam-deque v0.8.5
19592024-12-12T21:51:26.722Z Checking term v0.7.0
19602024-12-12T21:51:26.789Z Checking rustls v0.22.4
19612024-12-12T21:51:27.081Z Checking rustls v0.23.14
19622024-12-12T21:51:27.185Z Checking native-tls v0.2.12
19632024-12-12T21:51:27.462Z Checking slog-json v2.6.1
19642024-12-12T21:51:27.680Z Checking serde_urlencoded v0.7.1
19652024-12-12T21:51:27.705Z Checking toml_edit v0.22.22
19662024-12-12T21:51:27.856Z Checking addr2line v0.24.2
19672024-12-12T21:51:28.058Z Checking crossbeam-channel v0.5.13
19682024-12-12T21:51:28.280Z Checking futures-executor v0.3.31
19692024-12-12T21:51:28.469Z Checking usdt-impl v0.5.0
19702024-12-12T21:51:28.508Z Checking rustls-pemfile v2.2.0
19712024-12-12T21:51:28.508Z Checking hyper v1.5.0
19722024-12-12T21:51:28.671Z Checking num-integer v0.1.46
19732024-12-12T21:51:28.726Z Checking idna v0.4.0
19742024-12-12T21:51:28.917Z Checking idna v0.3.0
19752024-12-12T21:51:28.945Z Checking md-5 v0.10.6
19762024-12-12T21:51:29.047Z Checking ff v0.13.0
19772024-12-12T21:51:29.132Z Checking hash32 v0.2.1
19782024-12-12T21:51:29.230Z Checking memmap v0.7.0
19792024-12-12T21:51:29.300Z Checking is-terminal v0.4.13
19802024-12-12T21:51:29.404Z Checking object v0.36.5
19812024-12-12T21:51:29.428Z Checking dyn-clone v1.0.17
19822024-12-12T21:51:29.428Z Checking colorchoice v1.0.2
19832024-12-12T21:51:29.548Z Checking utf-8 v0.7.6
19842024-12-12T21:51:29.572Z Checking rustc-demangle v0.1.24
19852024-12-12T21:51:29.597Z Checking fallible-iterator v0.2.0
19862024-12-12T21:51:29.729Z Checking psl-types v2.0.11
19872024-12-12T21:51:29.841Z Checking quick-error v1.2.3
19882024-12-12T21:51:29.866Z Checking base16ct v0.2.0
19892024-12-12T21:51:29.891Z Checking linked-hash-map v0.5.6
19902024-12-12T21:51:29.934Z Checking is_terminal_polyfill v1.70.1
19912024-12-12T21:51:29.964Z Checking take_mut v0.2.2
19922024-12-12T21:51:30.030Z Checking anstyle-query v1.1.1
19932024-12-12T21:51:30.056Z Checking sec1 v0.7.3
19942024-12-12T21:51:30.092Z Checking slog-async v2.8.0
19952024-12-12T21:51:30.117Z Checking postgres-protocol v0.6.7
19962024-12-12T21:51:30.143Z Checking anstream v0.6.15
19972024-12-12T21:51:30.180Z Checking lru-cache v0.1.2
19982024-12-12T21:51:30.204Z Checking hyper-util v0.1.10
19992024-12-12T21:51:30.334Z Checking resolv-conf v0.7.0
20002024-12-12T21:51:30.359Z Checking publicsuffix v2.2.3
20012024-12-12T21:51:30.383Z Checking toml v0.8.19
20022024-12-12T21:51:30.458Z Checking tokio-rustls v0.25.0
20032024-12-12T21:51:30.562Z Checking tungstenite v0.24.0
20042024-12-12T21:51:30.622Z Checking schemars v0.8.21
20052024-12-12T21:51:30.660Z Checking usdt v0.5.0
20062024-12-12T21:51:30.769Z Checking heapless v0.7.17
20072024-12-12T21:51:30.869Z Checking slog-term v2.9.1
20082024-12-12T21:51:31.020Z Checking hickory-proto v0.24.1
20092024-12-12T21:51:31.258Z Checking group v0.13.0
20102024-12-12T21:51:31.297Z Checking num-iter v0.1.45
20112024-12-12T21:51:31.442Z Checking futures v0.3.31
20122024-12-12T21:51:31.474Z Checking slog-bunyan v2.5.0
20132024-12-12T21:51:31.544Z Checking tokio-native-tls v0.3.1
20142024-12-12T21:51:31.617Z Checking rayon-core v1.12.1
20152024-12-12T21:51:31.641Z Checking multer v3.1.0
20162024-12-12T21:51:31.697Z Checking tokio-rustls v0.26.0
20172024-12-12T21:51:31.768Z Checking terminal_size v0.4.0
20182024-12-12T21:51:31.798Z Checking phf_shared v0.11.2
20192024-12-12T21:51:31.914Z Checking cookie v0.18.1
20202024-12-12T21:51:31.940Z Checking async-stream v0.3.6
20212024-12-12T21:51:31.979Z Checking bzip2-sys v0.1.11+1.0.8
20222024-12-12T21:51:32.029Z Checking signal-hook v0.3.17
20232024-12-12T21:51:32.054Z Checking camino v1.1.9
20242024-12-12T21:51:32.091Z Checking waitgroup v0.1.2
20252024-12-12T21:51:32.116Z Checking openapiv3 v2.0.0
20262024-12-12T21:51:32.200Z Checking webpki-roots v0.26.6
20272024-12-12T21:51:32.225Z Checking idna v0.5.0
20282024-12-12T21:51:32.300Z Checking serde_path_to_error v0.1.16
20292024-12-12T21:51:32.324Z Checking hkdf v0.12.4
20302024-12-12T21:51:32.388Z Checking crypto-bigint v0.5.5
20312024-12-12T21:51:32.496Z Checking hostname v0.4.0
20322024-12-12T21:51:32.532Z Checking crc32fast v1.4.2
20332024-12-12T21:51:32.611Z Checking unicode-width v0.1.14
20342024-12-12T21:51:32.722Z Checking winnow v0.5.40
20352024-12-12T21:51:32.823Z Checking debug-ignore v1.0.5
20362024-12-12T21:51:32.851Z Checking bitflags v1.3.2
20372024-12-12T21:51:32.941Z Checking clap_lex v0.7.2
20382024-12-12T21:51:32.965Z Checking strsim v0.11.1
20392024-12-12T21:51:32.994Z Checking managed v0.8.0
20402024-12-12T21:51:33.158Z Checking console v0.15.8
20412024-12-12T21:51:33.191Z Checking clap_builder v4.5.21
20422024-12-12T21:51:33.316Z Checking smoltcp v0.9.1
20432024-12-12T21:51:33.617Z Checking cookie_store v0.21.0
20442024-12-12T21:51:34.162Z Checking flate2 v1.0.34
20452024-12-12T21:51:34.506Z Checking hyper-rustls v0.27.3
20462024-12-12T21:51:34.597Z Checking backtrace v0.3.74
20472024-12-12T21:51:34.706Z Checking elliptic-curve v0.13.8
20482024-12-12T21:51:34.730Z Checking signal-hook-mio v0.2.4
20492024-12-12T21:51:34.835Z Checking rayon v1.10.0
20502024-12-12T21:51:34.859Z Checking bzip2 v0.4.4
20512024-12-12T21:51:34.884Z Checking dropshot v0.12.0
20522024-12-12T21:51:34.885Z Checking hickory-resolver v0.24.1
20532024-12-12T21:51:35.082Z Checking anyhow v1.0.93
20542024-12-12T21:51:35.107Z Checking phf v0.11.2
20552024-12-12T21:51:35.179Z Checking toml_edit v0.19.15
20562024-12-12T21:51:35.242Z Checking hyper-tls v0.6.0
20572024-12-12T21:51:35.342Z Checking num-bigint-dig v0.8.4
20582024-12-12T21:51:35.405Z Checking tokio-tungstenite v0.24.0
20592024-12-12T21:51:35.485Z Checking postgres-types v0.2.8
20602024-12-12T21:51:35.614Z Checking regex v1.11.1
20612024-12-12T21:51:35.780Z Checking bstr v1.10.0
20622024-12-12T21:51:36.060Z Checking ed25519 v2.2.3
20632024-12-12T21:51:36.097Z Checking tokio-stream v0.1.16
20642024-12-12T21:51:36.215Z Checking phf_shared v0.10.0
20652024-12-12T21:51:36.319Z Checking zerocopy v0.6.6
20662024-12-12T21:51:36.460Z Checking curve25519-dalek v4.1.3
20672024-12-12T21:51:36.527Z Checking pkcs1 v0.7.5
20682024-12-12T21:51:36.778Z Checking hubpack v0.1.2
20692024-12-12T21:51:36.874Z Checking portable-atomic v1.9.0
20702024-12-12T21:51:36.924Z Checking float-cmp v0.9.0
20712024-12-12T21:51:37.051Z Checking serde-big-array v0.5.1
20722024-12-12T21:51:37.082Z Checking rfc6979 v0.4.0
20732024-12-12T21:51:37.106Z Checking sync_wrapper v1.0.1
20742024-12-12T21:51:37.165Z Checking bit-vec v0.6.3
20752024-12-12T21:51:37.228Z Checking whoami v1.5.2
20762024-12-12T21:51:37.272Z Checking precomputed-hash v0.1.1
20772024-12-12T21:51:37.272Z Checking normalize-line-endings v0.3.0
20782024-12-12T21:51:37.354Z Checking difflib v0.4.0
20792024-12-12T21:51:37.378Z Checking number_prefix v0.4.0
20802024-12-12T21:51:37.463Z Checking predicates-core v1.0.8
20812024-12-12T21:51:37.499Z Checking static_assertions v1.1.0
20822024-12-12T21:51:37.529Z Checking unicode-width v0.2.0
20832024-12-12T21:51:37.594Z Checking minimal-lexical v0.2.1
20842024-12-12T21:51:37.620Z Checking unicode-segmentation v1.12.0
20852024-12-12T21:51:37.644Z Checking new_debug_unreachable v1.0.6
20862024-12-12T21:51:37.727Z Checking fixedbitset v0.4.2
20872024-12-12T21:51:37.771Z Checking string_cache v0.8.7
20882024-12-12T21:51:37.837Z Checking qorb v0.2.1
20892024-12-12T21:51:37.922Z Checking predicates v3.1.2
20902024-12-12T21:51:37.947Z Checking nom v7.1.3
20912024-12-12T21:51:37.947Z Checking ed25519-dalek v2.1.1
20922024-12-12T21:51:37.972Z Checking petgraph v0.6.5
20932024-12-12T21:51:38.019Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20942024-12-12T21:51:38.053Z Checking indicatif v0.17.9
20952024-12-12T21:51:38.187Z Checking similar v2.6.0
20962024-12-12T21:51:38.303Z Checking tokio-postgres v0.7.12
20972024-12-12T21:51:38.469Z Checking bit-set v0.5.3
20982024-12-12T21:51:38.684Z Checking ecdsa v0.16.9
20992024-12-12T21:51:38.710Z Checking reqwest v0.12.9
21002024-12-12T21:51:38.886Z Checking toml v0.7.8
21012024-12-12T21:51:39.266Z Checking rsa v0.9.6
21022024-12-12T21:51:39.497Z Checking clap v4.5.21
21032024-12-12T21:51:39.603Z Checking zip v0.6.6
21042024-12-12T21:51:39.861Z Checking crossterm v0.28.1
21052024-12-12T21:51:40.111Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21062024-12-12T21:51:40.136Z Checking itertools v0.12.1
21072024-12-12T21:51:40.160Z Checking itertools v0.10.5
21082024-12-12T21:51:40.249Z Checking fs-err v2.11.0
21092024-12-12T21:51:40.273Z Checking ahash v0.8.11
21102024-12-12T21:51:40.697Z Checking x509-cert v0.2.5
21112024-12-12T21:51:40.722Z Checking hex v0.4.3
21122024-12-12T21:51:40.747Z Checking semver v1.0.23
21132024-12-12T21:51:40.771Z Checking peg-runtime v0.8.3
21142024-12-12T21:51:40.937Z Checking lalrpop-util v0.19.12
21152024-12-12T21:51:41.078Z Checking sigpipe v0.1.3
21162024-12-12T21:51:42.345Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172024-12-12T21:51:42.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.67s
21182024-12-12T21:51:42.890Z
21192024-12-12T21:51:42.890Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21202024-12-12T21:51:43.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-12-12T21:51:43.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-12-12T21:51:43.751Z Compiling hashbrown v0.14.5
21232024-12-12T21:51:43.799Z Checking heck v0.5.0
21242024-12-12T21:51:43.824Z Compiling unsafe-libyaml v0.2.11
21252024-12-12T21:51:43.848Z Compiling ident_case v1.0.1
21262024-12-12T21:51:43.872Z Checking progenitor-client v0.8.0
21272024-12-12T21:51:43.872Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282024-12-12T21:51:43.899Z Compiling proc-macro-crate v1.3.1
21292024-12-12T21:51:43.964Z Checking ipnetwork v0.20.0
21302024-12-12T21:51:44.015Z Compiling darling_core v0.20.10
21312024-12-12T21:51:44.171Z Compiling structmeta-derive v0.3.0
21322024-12-12T21:51:44.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21332024-12-12T21:51:44.287Z Compiling newtype-uuid v1.1.3
21342024-12-12T21:51:44.433Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-12T21:51:44.527Z Compiling lzma-sys v0.1.20
21362024-12-12T21:51:44.720Z Compiling foreign-types-macros v0.2.3
21372024-12-12T21:51:44.813Z Compiling serde_yaml v0.9.34+deprecated
21382024-12-12T21:51:44.838Z Compiling regress v0.10.1
21392024-12-12T21:51:45.160Z Compiling num_enum_derive v0.5.11
21402024-12-12T21:51:45.293Z Compiling dropshot v0.13.0
21412024-12-12T21:51:45.514Z Checking foreign-types-shared v0.3.1
21422024-12-12T21:51:45.613Z Checking arc-swap v1.7.1
21432024-12-12T21:51:45.754Z Checking foreign-types v0.5.0
21442024-12-12T21:51:45.935Z Compiling proc-macro-error v1.0.4
21452024-12-12T21:51:45.979Z Checking slog-scope v4.4.0
21462024-12-12T21:51:46.509Z Compiling structmeta v0.3.0
21472024-12-12T21:51:46.541Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21482024-12-12T21:51:46.631Z Checking tungstenite v0.21.0
21492024-12-12T21:51:46.655Z Compiling heck v0.3.3
21502024-12-12T21:51:46.886Z Compiling parse-display-derive v0.10.0
21512024-12-12T21:51:47.001Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21522024-12-12T21:51:47.236Z Checking num_enum v0.5.11
21532024-12-12T21:51:47.364Z Compiling dropshot_endpoint v0.13.0
21542024-12-12T21:51:47.402Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21552024-12-12T21:51:47.589Z Compiling typify-impl v0.2.0
21562024-12-12T21:51:48.014Z Checking cstr-argument v0.1.2
21572024-12-12T21:51:48.171Z Checking instant v0.1.13
21582024-12-12T21:51:48.275Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21592024-12-12T21:51:48.326Z Checking pretty-hex v0.2.1
21602024-12-12T21:51:48.460Z Checking base64 v0.21.7
21612024-12-12T21:51:48.504Z Checking fastrand v2.1.1
21622024-12-12T21:51:48.722Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21632024-12-12T21:51:48.781Z Checking tempfile v3.13.0
21642024-12-12T21:51:48.872Z Checking backoff v0.4.0
21652024-12-12T21:51:48.955Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21662024-12-12T21:51:49.092Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-12-12T21:51:49.128Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21682024-12-12T21:51:49.208Z Checking tokio-tungstenite v0.21.0
21692024-12-12T21:51:49.238Z Checking strum v0.26.3
21702024-12-12T21:51:49.331Z Compiling zone_cfg_derive v0.1.2
21712024-12-12T21:51:49.408Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21722024-12-12T21:51:49.705Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-12-12T21:51:49.729Z Checking slog-stdlog v4.1.1
21742024-12-12T21:51:49.753Z Compiling darling_macro v0.20.10
21752024-12-12T21:51:49.908Z Checking regress v0.9.1
21762024-12-12T21:51:50.021Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-12-12T21:51:50.046Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21782024-12-12T21:51:50.156Z Checking colored v2.1.0
21792024-12-12T21:51:50.293Z Checking macaddr v1.0.1
21802024-12-12T21:51:50.406Z Checking base64 v0.13.1
21812024-12-12T21:51:50.521Z Compiling darling v0.20.10
21822024-12-12T21:51:50.565Z Checking zone v0.1.8
21832024-12-12T21:51:50.630Z Compiling serde_with_macros v3.11.0
21842024-12-12T21:51:50.675Z Checking parse-display v0.10.0
21852024-12-12T21:51:50.752Z Checking ron v0.7.1
21862024-12-12T21:51:50.870Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-12-12T21:51:51.113Z Checking xz2 v0.1.7
21882024-12-12T21:51:51.258Z Checking slog-envlogger v2.2.0
21892024-12-12T21:51:51.353Z Checking tabwriter v1.4.0
21902024-12-12T21:51:51.451Z Checking xattr v1.3.1
21912024-12-12T21:51:51.553Z Checking pem v3.0.4
21922024-12-12T21:51:51.623Z Checking yasna v0.5.2
21932024-12-12T21:51:51.692Z Checking headers-core v0.3.0
21942024-12-12T21:51:51.772Z Checking smf v0.2.3
21952024-12-12T21:51:51.821Z Checking filetime v0.2.25
21962024-12-12T21:51:52.000Z Checking same-file v1.0.6
21972024-12-12T21:51:52.148Z Checking walkdir v2.5.0
21982024-12-12T21:51:52.172Z Checking tar v0.4.42
21992024-12-12T21:51:52.214Z Checking headers v0.4.0
22002024-12-12T21:51:52.339Z Checking rcgen v0.12.1
22012024-12-12T21:51:52.390Z Checking camino-tempfile v1.1.1
22022024-12-12T21:51:52.589Z Checking atomicwrites v0.4.4
22032024-12-12T21:51:52.634Z Checking subprocess v0.2.9
22042024-12-12T21:51:52.953Z Checking serde_with v3.11.0
22052024-12-12T21:51:57.439Z Compiling typify-macro v0.2.0
22062024-12-12T21:51:59.731Z Compiling typify v0.2.0
22072024-12-12T21:51:59.826Z Compiling progenitor-impl v0.8.0
22082024-12-12T21:52:04.127Z Compiling progenitor-macro v0.8.0
22092024-12-12T21:52:10.092Z Checking progenitor v0.8.0
22102024-12-12T21:52:10.288Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22112024-12-12T21:52:10.314Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22122024-12-12T21:52:13.640Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22132024-12-12T21:52:14.177Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22142024-12-12T21:52:22.142Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22152024-12-12T21:52:24.105Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22162024-12-12T21:52:25.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.77s
22172024-12-12T21:52:25.826Z
22182024-12-12T21:52:25.826Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22192024-12-12T21:52:26.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-12-12T21:52:26.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-12-12T21:52:26.668Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-12-12T21:52:28.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
22232024-12-12T21:52:28.478Z
22242024-12-12T21:52:28.478Zinfo: running `cargo check --bins` on nexus-config (31/173)
22252024-12-12T21:52:29.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-12-12T21:52:29.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-12-12T21:52:29.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-12-12T21:52:29.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22292024-12-12T21:52:29.264Z
22302024-12-12T21:52:29.264Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22312024-12-12T21:52:29.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-12-12T21:52:29.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-12-12T21:52:29.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-12-12T21:52:29.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
22352024-12-12T21:52:30.044Z
22362024-12-12T21:52:30.044Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22372024-12-12T21:52:30.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-12-12T21:52:30.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-12-12T21:52:30.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-12-12T21:52:30.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22412024-12-12T21:52:30.831Z
22422024-12-12T21:52:30.831Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22432024-12-12T21:52:31.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-12-12T21:52:31.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-12-12T21:52:31.700Z Compiling zerocopy v0.8.10
22462024-12-12T21:52:31.700Z Compiling progenitor-client v0.8.0
22472024-12-12T21:52:31.700Z Compiling itertools v0.13.0
22482024-12-12T21:52:31.700Z Compiling zerocopy-derive v0.8.10
22492024-12-12T21:52:31.725Z Compiling heapless v0.8.0
22502024-12-12T21:52:31.725Z Compiling newtype-uuid v1.1.3
22512024-12-12T21:52:31.725Z Compiling ipnetwork v0.20.0
22522024-12-12T21:52:31.725Z Checking hash32 v0.3.1
22532024-12-12T21:52:31.941Z Compiling instant v0.1.13
22542024-12-12T21:52:32.079Z Compiling progenitor v0.8.0
22552024-12-12T21:52:32.103Z Compiling smoltcp v0.11.0
22562024-12-12T21:52:32.159Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22572024-12-12T21:52:32.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22582024-12-12T21:52:32.518Z Compiling backoff v0.4.0
22592024-12-12T21:52:32.552Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602024-12-12T21:52:32.721Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612024-12-12T21:52:32.794Z Compiling serde_with v3.11.0
22622024-12-12T21:52:32.818Z Compiling dropshot v0.13.0
22632024-12-12T21:52:32.866Z Compiling parse-display v0.10.0
22642024-12-12T21:52:32.895Z Checking num-rational v0.4.2
22652024-12-12T21:52:33.308Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22662024-12-12T21:52:33.455Z Compiling regress v0.9.1
22672024-12-12T21:52:33.479Z Compiling phf_generator v0.11.2
22682024-12-12T21:52:33.630Z Checking num-complex v0.4.6
22692024-12-12T21:52:34.501Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22702024-12-12T21:52:35.010Z Compiling macaddr v1.0.1
22712024-12-12T21:52:35.420Z Checking cobs v0.2.3
22722024-12-12T21:52:35.444Z Compiling num v0.4.3
22732024-12-12T21:52:35.602Z Checking postcard v1.0.10
22742024-12-12T21:52:35.645Z Compiling phf_codegen v0.11.2
22752024-12-12T21:52:36.052Z Compiling parse-zoneinfo v0.3.1
22762024-12-12T21:52:36.105Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22772024-12-12T21:52:36.365Z Compiling float-ord v0.3.2
22782024-12-12T21:52:36.514Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22792024-12-12T21:52:36.772Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22802024-12-12T21:52:36.897Z Compiling convert_case v0.4.0
22812024-12-12T21:52:37.567Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22822024-12-12T21:52:37.707Z Compiling chrono-tz-build v0.4.0
22832024-12-12T21:52:37.772Z Compiling derive_more v0.99.18
22842024-12-12T21:52:38.386Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-12T21:52:38.900Z Compiling thiserror v2.0.3
22862024-12-12T21:52:38.966Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22872024-12-12T21:52:39.091Z Compiling crucible-workspace-hack v0.1.0
22882024-12-12T21:52:39.203Z Compiling chrono-tz v0.10.0
22892024-12-12T21:52:39.343Z Checking newline-converter v0.3.0
22902024-12-12T21:52:39.484Z Checking prettyplease v0.2.25
22912024-12-12T21:52:39.732Z Compiling thiserror-impl v2.0.3
22922024-12-12T21:52:39.768Z Compiling slog-dtrace v0.3.0
22932024-12-12T21:52:40.012Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22942024-12-12T21:52:40.098Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22952024-12-12T21:52:40.445Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22962024-12-12T21:52:40.722Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22972024-12-12T21:52:40.889Z Checking expectorate v1.1.0
22982024-12-12T21:52:41.024Z Compiling zone_cfg_derive v0.3.0
22992024-12-12T21:52:41.205Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23002024-12-12T21:52:41.306Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23012024-12-12T21:52:42.021Z Compiling const_format_proc_macros v0.2.33
23022024-12-12T21:52:42.188Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23032024-12-12T21:52:42.212Z Compiling num-derive v0.4.2
23042024-12-12T21:52:42.523Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052024-12-12T21:52:42.812Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23062024-12-12T21:52:43.037Z Checking highway v1.2.0
23072024-12-12T21:52:43.164Z Checking zone v0.3.0
23082024-12-12T21:52:43.378Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-12-12T21:52:43.700Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23102024-12-12T21:52:43.724Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23112024-12-12T21:52:43.757Z Checking const_format v0.2.33
23122024-12-12T21:52:43.976Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23132024-12-12T21:52:44.001Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23142024-12-12T21:52:44.167Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23152024-12-12T21:52:44.366Z Checking gethostname v0.5.0
23162024-12-12T21:52:44.468Z Checking bcs v0.1.6
23172024-12-12T21:52:44.492Z Compiling async-recursion v1.1.1
23182024-12-12T21:52:45.162Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192024-12-12T21:52:46.220Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23202024-12-12T21:52:51.846Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23212024-12-12T21:52:56.012Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23222024-12-12T21:52:59.258Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23232024-12-12T21:53:00.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.94s
23242024-12-12T21:53:00.935Z
23252024-12-12T21:53:00.935Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23262024-12-12T21:53:01.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-12-12T21:53:01.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-12-12T21:53:01.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-12-12T21:53:01.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
23302024-12-12T21:53:01.735Z
23312024-12-12T21:53:01.735Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23322024-12-12T21:53:02.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-12-12T21:53:02.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-12-12T21:53:02.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-12-12T21:53:02.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
23362024-12-12T21:53:02.531Z
23372024-12-12T21:53:02.531Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23382024-12-12T21:53:03.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-12-12T21:53:03.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-12-12T21:53:03.362Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23412024-12-12T21:53:04.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
23422024-12-12T21:53:04.212Z
23432024-12-12T21:53:04.212Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23442024-12-12T21:53:04.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-12-12T21:53:04.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-12-12T21:53:05.091Z Compiling cfg_aliases v0.1.1
23472024-12-12T21:53:05.091Z Compiling vte_generate_state_changes v0.1.2
23482024-12-12T21:53:05.115Z Checking fd-lock v4.0.2
23492024-12-12T21:53:05.115Z Checking nibble_vec v0.1.0
23502024-12-12T21:53:05.115Z Checking endian-type v0.1.2
23512024-12-12T21:53:05.115Z Checking bytecount v0.6.8
23522024-12-12T21:53:05.150Z Compiling tabled_derive v0.7.0
23532024-12-12T21:53:05.183Z Compiling peg-macros v0.8.4
23542024-12-12T21:53:05.233Z Compiling nix v0.28.0
23552024-12-12T21:53:05.307Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23562024-12-12T21:53:05.332Z Checking papergrid v0.11.0
23572024-12-12T21:53:05.356Z Compiling sqlparser_derive v0.2.2
23582024-12-12T21:53:05.356Z Checking radix_trie v0.2.1
23592024-12-12T21:53:05.645Z Checking vte v0.11.1
23602024-12-12T21:53:05.716Z Checking nu-ansi-term v0.50.1
23612024-12-12T21:53:06.049Z Checking home v0.5.9
23622024-12-12T21:53:06.175Z Checking unicode_categories v0.1.1
23632024-12-12T21:53:06.230Z Checking display-error-chain v0.2.2
23642024-12-12T21:53:06.267Z Checking sqlparser v0.45.0
23652024-12-12T21:53:06.427Z Checking sqlformat v0.2.6
23662024-12-12T21:53:06.671Z Checking strip-ansi-escapes v0.2.0
23672024-12-12T21:53:06.802Z Checking reedline v0.35.0
23682024-12-12T21:53:07.112Z Checking tabled v0.15.0
23692024-12-12T21:53:07.482Z Checking peg v0.8.4
23702024-12-12T21:53:07.979Z Checking rustyline v14.0.0
23712024-12-12T21:53:18.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.53s
23722024-12-12T21:53:18.907Z
23732024-12-12T21:53:18.907Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23742024-12-12T21:53:19.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-12-12T21:53:19.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-12-12T21:53:19.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23772024-12-12T21:53:26.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.09s
23782024-12-12T21:53:26.171Z
23792024-12-12T21:53:26.171Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23802024-12-12T21:53:26.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-12-12T21:53:26.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-12-12T21:53:27.047Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-12-12T21:53:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
23842024-12-12T21:53:31.899Z
23852024-12-12T21:53:31.899Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23862024-12-12T21:53:32.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-12-12T21:53:32.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-12-12T21:53:32.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-12-12T21:53:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.84s
23902024-12-12T21:53:38.909Z
23912024-12-12T21:53:38.909Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23922024-12-12T21:53:39.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-12-12T21:53:39.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-12-12T21:53:39.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-12-12T21:53:45.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.00s
23962024-12-12T21:53:46.081Z
23972024-12-12T21:53:46.081Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
23982024-12-12T21:53:46.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-12-12T21:53:46.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-12-12T21:53:46.920Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-12-12T21:53:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
24022024-12-12T21:53:52.082Z
24032024-12-12T21:53:52.082Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24042024-12-12T21:53:52.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-12-12T21:53:52.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-12-12T21:53:52.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-12-12T21:53:58.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
24082024-12-12T21:53:58.221Z
24092024-12-12T21:53:58.221Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24102024-12-12T21:53:58.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-12-12T21:53:58.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-12-12T21:53:59.081Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24132024-12-12T21:54:05.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s
24142024-12-12T21:54:05.353Z
24152024-12-12T21:54:05.353Zinfo: running `cargo check --bins` on oximeter (46/173)
24162024-12-12T21:54:06.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-12-12T21:54:06.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-12-12T21:54:06.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-12-12T21:54:06.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24202024-12-12T21:54:06.216Z
24212024-12-12T21:54:06.216Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24222024-12-12T21:54:06.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-12-12T21:54:06.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-12-12T21:54:06.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-12-12T21:54:06.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24262024-12-12T21:54:06.886Z
24272024-12-12T21:54:06.887Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24282024-12-12T21:54:07.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-12-12T21:54:07.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-12-12T21:54:07.683Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24312024-12-12T21:54:08.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
24322024-12-12T21:54:08.296Z
24332024-12-12T21:54:08.296Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24342024-12-12T21:54:08.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-12-12T21:54:09.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-12-12T21:54:09.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-12-12T21:54:09.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24382024-12-12T21:54:09.089Z
24392024-12-12T21:54:09.089Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24402024-12-12T21:54:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-12-12T21:54:09.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-12-12T21:54:09.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-12-12T21:54:09.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24442024-12-12T21:54:09.880Z
24452024-12-12T21:54:09.880Zinfo: running `cargo check --bins` on oxql-types (51/173)
24462024-12-12T21:54:10.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-12-12T21:54:10.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-12-12T21:54:10.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-12-12T21:54:10.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24502024-12-12T21:54:10.671Z
24512024-12-12T21:54:10.671Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24522024-12-12T21:54:11.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-12-12T21:54:11.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-12-12T21:54:11.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-12-12T21:54:11.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24562024-12-12T21:54:11.486Z
24572024-12-12T21:54:11.486Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24582024-12-12T21:54:12.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-12-12T21:54:12.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-12-12T21:54:12.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-12-12T21:54:12.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24622024-12-12T21:54:12.278Z
24632024-12-12T21:54:12.278Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24642024-12-12T21:54:12.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-12-12T21:54:13.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-12-12T21:54:13.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-12-12T21:54:13.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24682024-12-12T21:54:13.082Z
24692024-12-12T21:54:13.082Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24702024-12-12T21:54:13.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-12-12T21:54:13.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-12-12T21:54:13.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-12-12T21:54:13.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24742024-12-12T21:54:13.875Z
24752024-12-12T21:54:13.875Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24762024-12-12T21:54:14.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-12-12T21:54:14.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-12-12T21:54:14.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-12-12T21:54:14.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24802024-12-12T21:54:14.672Z
24812024-12-12T21:54:14.672Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24822024-12-12T21:54:15.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-12-12T21:54:15.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-12-12T21:54:15.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-12-12T21:54:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24862024-12-12T21:54:15.456Z
24872024-12-12T21:54:15.456Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24882024-12-12T21:54:16.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-12-12T21:54:16.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-12-12T21:54:16.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-12-12T21:54:16.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24922024-12-12T21:54:16.232Z
24932024-12-12T21:54:16.232Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24942024-12-12T21:54:16.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-12-12T21:54:16.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-12-12T21:54:16.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-12-12T21:54:16.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24982024-12-12T21:54:17.042Z
24992024-12-12T21:54:17.042Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25002024-12-12T21:54:17.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-12-12T21:54:17.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-12-12T21:54:17.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-12-12T21:54:17.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25042024-12-12T21:54:17.824Z
25052024-12-12T21:54:17.824Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25062024-12-12T21:54:18.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-12-12T21:54:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-12-12T21:54:18.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-12-12T21:54:18.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25102024-12-12T21:54:18.638Z
25112024-12-12T21:54:18.638Zinfo: running `cargo check --bins` on dpd-client (62/173)
25122024-12-12T21:54:19.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-12-12T21:54:19.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-12-12T21:54:19.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-12-12T21:54:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25162024-12-12T21:54:19.415Z
25172024-12-12T21:54:19.415Zinfo: running `cargo check --bins` on gateway-client (63/173)
25182024-12-12T21:54:20.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-12-12T21:54:20.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-12-12T21:54:20.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-12-12T21:54:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25222024-12-12T21:54:20.199Z
25232024-12-12T21:54:20.199Zinfo: running `cargo check --bins` on installinator-client (64/173)
25242024-12-12T21:54:20.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-12-12T21:54:20.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-12-12T21:54:20.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-12-12T21:54:20.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25282024-12-12T21:54:21.020Z
25292024-12-12T21:54:21.020Zinfo: running `cargo check --bins` on installinator-common (65/173)
25302024-12-12T21:54:21.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-12-12T21:54:21.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-12-12T21:54:21.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-12-12T21:54:21.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25342024-12-12T21:54:21.856Z
25352024-12-12T21:54:21.856Zinfo: running `cargo check --bins` on update-engine (66/173)
25362024-12-12T21:54:22.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-12-12T21:54:22.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-12-12T21:54:22.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-12-12T21:54:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25402024-12-12T21:54:22.670Z
25412024-12-12T21:54:22.670Zinfo: running `cargo check --bins` on nexus-client (67/173)
25422024-12-12T21:54:23.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-12-12T21:54:23.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-12-12T21:54:23.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-12-12T21:54:23.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25462024-12-12T21:54:23.525Z
25472024-12-12T21:54:23.525Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25482024-12-12T21:54:24.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-12-12T21:54:24.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-12-12T21:54:24.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-12-12T21:54:24.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25522024-12-12T21:54:24.378Z
25532024-12-12T21:54:24.378Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25542024-12-12T21:54:25.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-12-12T21:54:25.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-12-12T21:54:25.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-12-12T21:54:25.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25582024-12-12T21:54:25.169Z
25592024-12-12T21:54:25.169Zinfo: running `cargo check --bins` on nexus-types (70/173)
25602024-12-12T21:54:25.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-12-12T21:54:25.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-12-12T21:54:25.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-12-12T21:54:25.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25642024-12-12T21:54:26.023Z
25652024-12-12T21:54:26.023Zinfo: running `cargo check --bins` on oxide-client (71/173)
25662024-12-12T21:54:26.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-12-12T21:54:26.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-12-12T21:54:26.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-12-12T21:54:26.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25702024-12-12T21:54:26.807Z
25712024-12-12T21:54:26.808Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25722024-12-12T21:54:27.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-12-12T21:54:27.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-12-12T21:54:27.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-12-12T21:54:27.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25762024-12-12T21:54:27.593Z
25772024-12-12T21:54:27.593Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25782024-12-12T21:54:28.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-12-12T21:54:28.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-12-12T21:54:28.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-12-12T21:54:28.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25822024-12-12T21:54:28.356Z
25832024-12-12T21:54:28.356Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25842024-12-12T21:54:29.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-12-12T21:54:29.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-12-12T21:54:29.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-12-12T21:54:29.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25882024-12-12T21:54:29.152Z
25892024-12-12T21:54:29.152Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25902024-12-12T21:54:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-12-12T21:54:29.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-12-12T21:54:29.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-12-12T21:54:29.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25942024-12-12T21:54:30.006Z
25952024-12-12T21:54:30.006Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25962024-12-12T21:54:30.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-12-12T21:54:30.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-12-12T21:54:30.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-12-12T21:54:30.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26002024-12-12T21:54:30.850Z
26012024-12-12T21:54:30.850Zinfo: running `cargo check --bins` on wicket-common (77/173)
26022024-12-12T21:54:31.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-12-12T21:54:31.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-12-12T21:54:31.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-12-12T21:54:31.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26062024-12-12T21:54:31.695Z
26072024-12-12T21:54:31.696Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26082024-12-12T21:54:32.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-12-12T21:54:32.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-12-12T21:54:32.546Z Checking csv-core v0.1.11
26112024-12-12T21:54:32.546Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26122024-12-12T21:54:32.569Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26132024-12-12T21:54:32.842Z Checking csv v1.3.0
26142024-12-12T21:54:32.866Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26152024-12-12T21:54:33.551Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26162024-12-12T21:54:33.996Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26172024-12-12T21:54:35.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
26182024-12-12T21:54:35.675Z
26192024-12-12T21:54:35.675Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26202024-12-12T21:54:36.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-12-12T21:54:36.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-12-12T21:54:36.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-12-12T21:54:36.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26242024-12-12T21:54:36.482Z
26252024-12-12T21:54:36.482Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26262024-12-12T21:54:37.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-12-12T21:54:37.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-12-12T21:54:37.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-12-12T21:54:37.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26302024-12-12T21:54:37.270Z
26312024-12-12T21:54:37.270Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26322024-12-12T21:54:38.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-12-12T21:54:38.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-12-12T21:54:38.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-12-12T21:54:38.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26362024-12-12T21:54:38.191Z
26372024-12-12T21:54:38.191Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26382024-12-12T21:54:38.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-12-12T21:54:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-12-12T21:54:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-12-12T21:54:39.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26422024-12-12T21:54:39.102Z
26432024-12-12T21:54:39.102Zinfo: running `cargo check --bins` on dns-server (83/173)
26442024-12-12T21:54:39.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-12-12T21:54:39.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-12-12T21:54:39.915Z Compiling parking_lot_core v0.8.6
26472024-12-12T21:54:39.915Z Checking fxhash v0.2.1
26482024-12-12T21:54:39.939Z Checking hickory-server v0.24.1
26492024-12-12T21:54:39.939Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26502024-12-12T21:54:39.939Z Checking hickory-client v0.24.1
26512024-12-12T21:54:40.616Z Checking parking_lot v0.11.2
26522024-12-12T21:54:40.902Z Checking sled v0.34.7
26532024-12-12T21:54:42.063Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26542024-12-12T21:54:42.086Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26552024-12-12T21:54:43.082Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26562024-12-12T21:54:44.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
26572024-12-12T21:54:44.801Z
26582024-12-12T21:54:44.801Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26592024-12-12T21:54:45.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-12-12T21:54:45.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-12-12T21:54:45.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-12-12T21:54:45.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26632024-12-12T21:54:45.638Z
26642024-12-12T21:54:45.638Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26652024-12-12T21:54:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-12-12T21:54:46.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-12-12T21:54:46.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-12-12T21:54:46.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26692024-12-12T21:54:46.544Z
26702024-12-12T21:54:46.544Zinfo: running `cargo check --bins` on gateway-types (86/173)
26712024-12-12T21:54:47.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-12-12T21:54:47.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-12-12T21:54:47.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-12-12T21:54:47.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26752024-12-12T21:54:47.391Z
26762024-12-12T21:54:47.391Zinfo: running `cargo check --bins` on ipcc (87/173)
26772024-12-12T21:54:48.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-12-12T21:54:48.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-12-12T21:54:48.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-12-12T21:54:48.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26812024-12-12T21:54:48.215Z
26822024-12-12T21:54:48.215Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26832024-12-12T21:54:48.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-12-12T21:54:48.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-12-12T21:54:49.129Z Compiling semver v0.1.20
26862024-12-12T21:54:49.129Z Compiling radium v0.7.0
26872024-12-12T21:54:49.153Z Checking tap v1.0.1
26882024-12-12T21:54:49.153Z Compiling maybe-uninit v2.0.0
26892024-12-12T21:54:49.153Z Checking password-hash v0.5.0
26902024-12-12T21:54:49.154Z Checking blake2 v0.10.6
26912024-12-12T21:54:49.154Z Compiling packed_struct v0.10.1
26922024-12-12T21:54:49.154Z Compiling cancel-safe-futures v0.1.5
26932024-12-12T21:54:49.512Z Compiling rustc_version v0.1.7
26942024-12-12T21:54:49.536Z Checking wyz v0.5.1
26952024-12-12T21:54:49.611Z Checking crc-catalog v2.4.0
26962024-12-12T21:54:49.655Z Checking funty v2.0.0
26972024-12-12T21:54:49.679Z Compiling owo-colors v4.1.0
26982024-12-12T21:54:49.745Z Checking argon2 v0.5.3
26992024-12-12T21:54:49.769Z Checking crc v3.2.1
27002024-12-12T21:54:49.916Z Compiling packed_struct_codegen v0.10.1
27012024-12-12T21:54:49.940Z Compiling indexmap v1.9.3
27022024-12-12T21:54:49.940Z Checking half v2.4.1
27032024-12-12T21:54:49.974Z Checking nodrop v0.1.14
27042024-12-12T21:54:49.997Z Compiling newtype_derive v0.1.6
27052024-12-12T21:54:50.089Z Checking ciborium-io v0.2.2
27062024-12-12T21:54:50.129Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27072024-12-12T21:54:50.207Z Checking array-init v0.0.4
27082024-12-12T21:54:50.326Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27092024-12-12T21:54:50.364Z Checking ciborium-ll v0.2.2
27102024-12-12T21:54:50.421Z Checking bitvec v1.0.1
27112024-12-12T21:54:50.446Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27122024-12-12T21:54:50.595Z Checking smallvec v0.6.14
27132024-12-12T21:54:50.624Z Checking libsw v3.3.1
27142024-12-12T21:54:50.783Z Compiling memoffset v0.9.1
27152024-12-12T21:54:50.859Z Checking swrite v0.1.0
27162024-12-12T21:54:50.946Z Checking linear-map v1.2.0
27172024-12-12T21:54:50.970Z Checking hashbrown v0.12.3
27182024-12-12T21:54:51.033Z Checking indent_write v2.2.0
27192024-12-12T21:54:51.057Z Checking termcolor v1.4.1
27202024-12-12T21:54:51.094Z Checking bitfield v0.14.0
27212024-12-12T21:54:51.212Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27222024-12-12T21:54:51.236Z Checking serde-hex v0.1.0
27232024-12-12T21:54:51.328Z Checking ron v0.8.1
27242024-12-12T21:54:51.427Z Checking env_logger v0.10.2
27252024-12-12T21:54:51.673Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262024-12-12T21:54:51.901Z Checking ciborium v0.2.2
27272024-12-12T21:54:52.140Z Checking steno v0.4.1
27282024-12-12T21:54:52.443Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27292024-12-12T21:54:52.536Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27302024-12-12T21:54:52.560Z Checking hashbrown v0.13.2
27312024-12-12T21:54:52.666Z Checking crc-any v2.5.0
27322024-12-12T21:54:52.735Z Checking humantime v2.1.0
27332024-12-12T21:54:52.977Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27342024-12-12T21:54:53.001Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-12-12T21:54:53.318Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27362024-12-12T21:54:53.428Z Checking object v0.30.4
27372024-12-12T21:54:53.493Z Checking path-slash v0.1.5
27382024-12-12T21:54:53.629Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27392024-12-12T21:54:53.652Z Checking nix v0.27.1
27402024-12-12T21:54:54.000Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27412024-12-12T21:54:54.107Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27422024-12-12T21:54:54.360Z Checking tungstenite v0.23.0
27432024-12-12T21:54:54.561Z Checking kstat-rs v0.2.4
27442024-12-12T21:54:54.647Z Checking signal-hook-tokio v0.3.1
27452024-12-12T21:54:54.849Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27462024-12-12T21:54:55.114Z Checking tokio-tungstenite v0.23.1
27472024-12-12T21:54:55.757Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27482024-12-12T21:54:56.094Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27492024-12-12T21:54:56.206Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502024-12-12T21:55:04.264Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27512024-12-12T21:55:05.862Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27522024-12-12T21:55:09.658Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532024-12-12T21:55:16.806Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542024-12-12T21:55:17.645Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27552024-12-12T21:55:21.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s
27562024-12-12T21:55:21.339Z
27572024-12-12T21:55:21.339Zinfo: running `cargo check --bins` on gateway-api (89/173)
27582024-12-12T21:55:22.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-12-12T21:55:22.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-12-12T21:55:22.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-12-12T21:55:22.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27622024-12-12T21:55:22.155Z
27632024-12-12T21:55:22.155Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27642024-12-12T21:55:22.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-12-12T21:55:22.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-12-12T21:55:22.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-12-12T21:55:22.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27682024-12-12T21:55:22.911Z
27692024-12-12T21:55:22.911Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27702024-12-12T21:55:23.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-12-12T21:55:23.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-12-12T21:55:23.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-12-12T21:55:23.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27742024-12-12T21:55:23.686Z
27752024-12-12T21:55:23.686Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27762024-12-12T21:55:24.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-12-12T21:55:24.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-12-12T21:55:24.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-12-12T21:55:24.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27802024-12-12T21:55:24.493Z
27812024-12-12T21:55:24.493Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27822024-12-12T21:55:25.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-12-12T21:55:25.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-12-12T21:55:25.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-12-12T21:55:25.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27862024-12-12T21:55:25.304Z
27872024-12-12T21:55:25.304Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27882024-12-12T21:55:26.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-12-12T21:55:26.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-12-12T21:55:26.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-12-12T21:55:26.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27922024-12-12T21:55:26.102Z
27932024-12-12T21:55:26.102Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27942024-12-12T21:55:26.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-12-12T21:55:26.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-12-12T21:55:26.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-12-12T21:55:26.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27982024-12-12T21:55:26.911Z
27992024-12-12T21:55:26.911Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28002024-12-12T21:55:27.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-12-12T21:55:27.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-12-12T21:55:27.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-12-12T21:55:27.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28042024-12-12T21:55:27.726Z
28052024-12-12T21:55:27.726Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28062024-12-12T21:55:28.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-12-12T21:55:28.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-12-12T21:55:28.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-12-12T21:55:28.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28102024-12-12T21:55:28.560Z
28112024-12-12T21:55:28.560Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28122024-12-12T21:55:29.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-12-12T21:55:29.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-12-12T21:55:29.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-12-12T21:55:29.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28162024-12-12T21:55:29.357Z
28172024-12-12T21:55:29.357Zinfo: running `cargo check --bins` on sp-sim (99/173)
28182024-12-12T21:55:30.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-12-12T21:55:30.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-12-12T21:55:30.165Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28212024-12-12T21:55:32.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
28222024-12-12T21:55:32.507Z
28232024-12-12T21:55:32.507Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28242024-12-12T21:55:33.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-12-12T21:55:33.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-12-12T21:55:33.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-12-12T21:55:33.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28282024-12-12T21:55:33.387Z
28292024-12-12T21:55:33.387Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28302024-12-12T21:55:34.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-12-12T21:55:34.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-12-12T21:55:34.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-12-12T21:55:34.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28342024-12-12T21:55:34.260Z
28352024-12-12T21:55:34.260Zinfo: running `cargo check --bins` on db-macros (102/173)
28362024-12-12T21:55:34.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-12-12T21:55:34.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-12-12T21:55:34.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-12-12T21:55:34.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28402024-12-12T21:55:35.035Z
28412024-12-12T21:55:35.035Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28422024-12-12T21:55:35.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-12-12T21:55:35.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-12-12T21:55:35.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-12-12T21:55:35.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28462024-12-12T21:55:35.805Z
28472024-12-12T21:55:35.805Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28482024-12-12T21:55:36.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-12-12T21:55:36.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-12-12T21:55:36.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-12-12T21:55:36.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28522024-12-12T21:55:36.648Z
28532024-12-12T21:55:36.648Zinfo: running `cargo check --bins` on authz-macros (105/173)
28542024-12-12T21:55:37.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-12-12T21:55:37.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-12-12T21:55:37.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-12-12T21:55:37.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28582024-12-12T21:55:37.439Z
28592024-12-12T21:55:37.440Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28602024-12-12T21:55:38.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-12-12T21:55:38.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-12-12T21:55:38.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-12-12T21:55:38.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28642024-12-12T21:55:38.286Z
28652024-12-12T21:55:38.286Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28662024-12-12T21:55:39.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-12-12T21:55:39.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-12-12T21:55:39.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-12-12T21:55:39.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28702024-12-12T21:55:39.151Z
28712024-12-12T21:55:39.151Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28722024-12-12T21:55:39.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-12-12T21:55:39.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-12-12T21:55:39.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-12-12T21:55:39.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28762024-12-12T21:55:39.944Z
28772024-12-12T21:55:39.944Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28782024-12-12T21:55:40.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-12-12T21:55:40.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-12-12T21:55:40.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-12-12T21:55:40.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28822024-12-12T21:55:40.773Z
28832024-12-12T21:55:40.773Zinfo: running `cargo check --bins` on typed-rng (110/173)
28842024-12-12T21:55:41.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-12-12T21:55:41.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-12-12T21:55:41.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-12-12T21:55:41.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882024-12-12T21:55:41.539Z
28892024-12-12T21:55:41.539Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28902024-12-12T21:55:42.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-12-12T21:55:42.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-12-12T21:55:42.463Z Checking keccak v0.1.5
28932024-12-12T21:55:42.486Z Checking secrecy v0.8.0
28942024-12-12T21:55:42.509Z Compiling unicase v2.7.0
28952024-12-12T21:55:42.509Z Compiling same-file v1.0.6
28962024-12-12T21:55:42.533Z Compiling tempfile v3.13.0
28972024-12-12T21:55:42.567Z Compiling thiserror-impl-no-std v2.0.2
28982024-12-12T21:55:42.591Z Checking universal-hash v0.5.1
28992024-12-12T21:55:42.591Z Compiling blake3 v1.5.4
29002024-12-12T21:55:42.677Z Compiling walkdir v2.5.0
29012024-12-12T21:55:42.742Z Checking sha3 v0.10.8
29022024-12-12T21:55:42.777Z Compiling ring v0.16.20
29032024-12-12T21:55:42.802Z Checking opaque-debug v0.3.1
29042024-12-12T21:55:42.866Z Checking poly1305 v0.8.0
29052024-12-12T21:55:42.996Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29062024-12-12T21:55:43.087Z Checking chacha20 v0.9.1
29072024-12-12T21:55:43.243Z Checking aead v0.5.2
29082024-12-12T21:55:43.285Z Compiling memmap2 v0.9.5
29092024-12-12T21:55:43.335Z Compiling arrayref v0.3.9
29102024-12-12T21:55:43.365Z Compiling salty v0.3.0
29112024-12-12T21:55:43.389Z Compiling constant_time_eq v0.3.1
29122024-12-12T21:55:43.434Z Compiling spin v0.5.2
29132024-12-12T21:55:43.457Z Compiling arrayvec v0.7.6
29142024-12-12T21:55:43.554Z Compiling libefi-sys v0.1.0
29152024-12-12T21:55:43.646Z Checking chacha20poly1305 v0.10.1
29162024-12-12T21:55:43.766Z Compiling toolchain_find v0.4.0
29172024-12-12T21:55:43.828Z Compiling camino-tempfile v1.1.1
29182024-12-12T21:55:43.851Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29192024-12-12T21:55:43.876Z Compiling bitfield-struct v0.6.2
29202024-12-12T21:55:44.091Z Compiling topological-sort v0.2.2
29212024-12-12T21:55:44.243Z Compiling mime_guess v2.0.5
29222024-12-12T21:55:44.306Z Compiling rustfmt-wrapper v0.2.1
29232024-12-12T21:55:44.655Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29242024-12-12T21:55:44.797Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29252024-12-12T21:55:44.852Z Checking primeorder v0.13.6
29262024-12-12T21:55:44.887Z Checking env_filter v0.1.2
29272024-12-12T21:55:45.057Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29282024-12-12T21:55:45.081Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-12-12T21:55:45.105Z Checking env_logger v0.11.5
29302024-12-12T21:55:45.232Z Checking thiserror-no-std v2.0.2
29312024-12-12T21:55:45.260Z Checking p384 v0.13.0
29322024-12-12T21:55:45.336Z Checking vsss-rs v3.3.4
29332024-12-12T21:55:45.379Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29342024-12-12T21:55:45.402Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29352024-12-12T21:55:45.554Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-12T21:55:45.617Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29372024-12-12T21:55:45.657Z Checking simd-adler32 v0.3.7
29382024-12-12T21:55:45.892Z Checking http-range v0.1.5
29392024-12-12T21:55:45.949Z Checking lockfree-object-pool v0.1.6
29402024-12-12T21:55:45.973Z Compiling zip v2.1.3
29412024-12-12T21:55:45.996Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29422024-12-12T21:55:46.046Z Checking bumpalo v3.16.0
29432024-12-12T21:55:46.149Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29442024-12-12T21:55:46.173Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29452024-12-12T21:55:46.286Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29462024-12-12T21:55:46.327Z Checking zopfli v0.8.1
29472024-12-12T21:55:46.403Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29482024-12-12T21:55:46.781Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29492024-12-12T21:55:46.820Z Checking nanorand v0.7.0
29502024-12-12T21:55:46.863Z Checking atty v0.2.14
29512024-12-12T21:55:46.886Z Checking glob v0.3.1
29522024-12-12T21:55:46.975Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29532024-12-12T21:55:47.132Z Checking flume v0.11.1
29542024-12-12T21:55:47.356Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29552024-12-12T21:55:47.560Z Compiling omicron-zone-package v0.11.1
29562024-12-12T21:55:47.757Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29572024-12-12T21:55:48.058Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29582024-12-12T21:55:48.198Z Checking hyper-staticfile v0.10.1
29592024-12-12T21:55:48.635Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29602024-12-12T21:55:48.914Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29612024-12-12T21:55:48.946Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29622024-12-12T21:55:48.978Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29632024-12-12T21:55:49.007Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29642024-12-12T21:55:49.960Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29652024-12-12T21:55:49.988Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29662024-12-12T21:55:50.172Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29672024-12-12T21:55:51.559Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29682024-12-12T21:55:53.228Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29692024-12-12T21:55:53.252Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29702024-12-12T21:56:06.121Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29712024-12-12T21:56:23.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.48s
29722024-12-12T21:56:23.193Z
29732024-12-12T21:56:23.193Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29742024-12-12T21:56:23.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-12-12T21:56:24.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-12-12T21:56:24.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-12-12T21:56:42.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s
29782024-12-12T21:56:42.625Z
29792024-12-12T21:56:42.625Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29802024-12-12T21:56:43.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-12-12T21:56:43.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-12-12T21:56:43.599Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-12-12T21:57:00.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.19s
29842024-12-12T21:57:00.994Z
29852024-12-12T21:57:00.994Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29862024-12-12T21:57:01.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-12-12T21:57:01.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-12-12T21:57:01.948Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-12-12T21:57:19.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s
29902024-12-12T21:57:19.404Z
29912024-12-12T21:57:19.404Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29922024-12-12T21:57:20.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-12-12T21:57:20.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-12-12T21:57:20.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-12T21:57:38.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
29962024-12-12T21:57:38.840Z
29972024-12-12T21:57:38.840Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29982024-12-12T21:57:39.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-12T21:57:39.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-12T21:57:39.857Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-12T21:57:58.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.80s
30022024-12-12T21:57:58.827Z
30032024-12-12T21:57:58.827Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30042024-12-12T21:57:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-12T21:57:59.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-12T21:57:59.856Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-12T21:58:18.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
30082024-12-12T21:58:18.438Z
30092024-12-12T21:58:18.438Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30102024-12-12T21:58:19.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-12T21:58:19.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-12T21:58:19.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-12T21:58:38.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.03s
30142024-12-12T21:58:38.655Z
30152024-12-12T21:58:38.655Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30162024-12-12T21:58:39.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-12T21:58:39.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-12T21:58:39.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192024-12-12T21:58:39.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30202024-12-12T21:58:39.563Z
30212024-12-12T21:58:39.563Zinfo: running `cargo check --bins` on key-manager (120/173)
30222024-12-12T21:58:40.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-12T21:58:40.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-12T21:58:40.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-12-12T21:58:40.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30262024-12-12T21:58:40.456Z
30272024-12-12T21:58:40.456Zinfo: running `cargo check --bins` on range-requests (121/173)
30282024-12-12T21:58:41.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-12T21:58:41.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-12T21:58:41.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-12-12T21:58:41.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30322024-12-12T21:58:41.296Z
30332024-12-12T21:58:41.296Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30342024-12-12T21:58:42.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-12T21:58:42.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-12T21:58:42.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-12-12T21:58:42.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30382024-12-12T21:58:42.140Z
30392024-12-12T21:58:42.140Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30402024-12-12T21:58:42.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-12T21:58:42.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-12T21:58:42.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-12T21:58:42.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30442024-12-12T21:58:43.043Z
30452024-12-12T21:58:43.043Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30462024-12-12T21:58:43.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-12T21:58:43.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-12T21:58:43.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-12T21:58:43.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30502024-12-12T21:58:43.905Z
30512024-12-12T21:58:43.905Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30522024-12-12T21:58:44.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-12T21:58:44.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-12T21:58:44.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-12T21:58:44.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30562024-12-12T21:58:44.766Z
30572024-12-12T21:58:44.766Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30582024-12-12T21:58:45.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-12T21:58:45.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-12T21:58:45.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-12T21:58:45.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30622024-12-12T21:58:45.624Z
30632024-12-12T21:58:45.624Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30642024-12-12T21:58:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-12T21:58:46.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-12T21:58:46.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-12T21:58:46.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30682024-12-12T21:58:46.505Z
30692024-12-12T21:58:46.505Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30702024-12-12T21:58:47.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-12T21:58:47.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-12T21:58:47.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-12T21:58:47.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30742024-12-12T21:58:47.401Z
30752024-12-12T21:58:47.401Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30762024-12-12T21:58:48.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-12T21:58:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-12T21:58:48.333Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30792024-12-12T21:58:48.333Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30802024-12-12T21:58:49.393Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30812024-12-12T21:58:52.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
30822024-12-12T21:58:52.268Z
30832024-12-12T21:58:52.268Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30842024-12-12T21:58:53.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-12-12T21:58:53.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-12-12T21:58:53.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872024-12-12T21:58:53.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30882024-12-12T21:58:53.209Z
30892024-12-12T21:58:53.209Zinfo: running `cargo check --bins` on cert-dev (131/173)
30902024-12-12T21:58:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-12-12T21:58:53.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-12-12T21:58:54.033Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30932024-12-12T21:58:54.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30942024-12-12T21:58:54.457Z
30952024-12-12T21:58:54.457Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
30962024-12-12T21:58:55.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-12-12T21:58:55.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-12-12T21:58:55.378Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30992024-12-12T21:58:55.378Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31002024-12-12T21:58:56.035Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31012024-12-12T21:58:56.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
31022024-12-12T21:58:56.687Z
31032024-12-12T21:58:56.687Zinfo: running `cargo check --bins` on ch-dev (133/173)
31042024-12-12T21:58:57.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-12-12T21:58:57.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-12-12T21:58:57.619Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072024-12-12T21:58:58.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
31082024-12-12T21:58:58.608Z
31092024-12-12T21:58:58.608Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31102024-12-12T21:58:59.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-12-12T21:58:59.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-12-12T21:58:59.509Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31132024-12-12T21:58:59.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
31142024-12-12T21:59:00.057Z
31152024-12-12T21:59:00.057Zinfo: running `cargo check --bins` on db-dev (135/173)
31162024-12-12T21:59:00.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-12-12T21:59:00.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-12-12T21:59:00.974Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31192024-12-12T21:59:01.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
31202024-12-12T21:59:01.982Z
31212024-12-12T21:59:01.982Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31222024-12-12T21:59:02.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-12T21:59:02.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-12T21:59:02.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252024-12-12T21:59:02.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
31262024-12-12T21:59:02.872Z
31272024-12-12T21:59:02.872Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31282024-12-12T21:59:03.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-12T21:59:03.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-12T21:59:03.719Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31312024-12-12T21:59:04.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
31322024-12-12T21:59:04.945Z
31332024-12-12T21:59:04.945Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31342024-12-12T21:59:05.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-12-12T21:59:05.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-12-12T21:59:05.817Z Checking cargo-platform v0.1.8
31372024-12-12T21:59:06.073Z Checking cargo_metadata v0.18.1
31382024-12-12T21:59:07.363Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31392024-12-12T21:59:08.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
31402024-12-12T21:59:08.517Z
31412024-12-12T21:59:08.517Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31422024-12-12T21:59:09.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-12-12T21:59:09.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-12-12T21:59:09.495Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31452024-12-12T21:59:10.316Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31462024-12-12T21:59:11.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
31472024-12-12T21:59:11.193Z
31482024-12-12T21:59:11.193Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31492024-12-12T21:59:12.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-12-12T21:59:12.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-12-12T21:59:12.327Z Compiling crunchy v0.2.2
31522024-12-12T21:59:12.327Z Compiling tiny-keccak v2.0.2
31532024-12-12T21:59:12.351Z Compiling dsl_auto_type v0.1.2
31542024-12-12T21:59:12.351Z Checking scheduled-thread-pool v0.2.7
31552024-12-12T21:59:12.351Z Compiling diesel_table_macro_syntax v0.2.0
31562024-12-12T21:59:12.351Z Compiling ascii-canvas v3.0.0
31572024-12-12T21:59:12.351Z Compiling ena v0.14.3
31582024-12-12T21:59:12.351Z Compiling diff v0.1.13
31592024-12-12T21:59:12.657Z Compiling regex-syntax v0.6.29
31602024-12-12T21:59:12.689Z Checking r2d2 v0.8.10
31612024-12-12T21:59:12.822Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31622024-12-12T21:59:12.846Z Compiling ref-cast v1.0.23
31632024-12-12T21:59:12.975Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31642024-12-12T21:59:12.998Z Compiling derive_builder_core v0.20.2
31652024-12-12T21:59:13.041Z Compiling libxml v0.3.3
31662024-12-12T21:59:13.076Z Compiling ref-cast-impl v1.0.23
31672024-12-12T21:59:13.229Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31682024-12-12T21:59:13.417Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31692024-12-12T21:59:13.444Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31702024-12-12T21:59:13.564Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31712024-12-12T21:59:13.698Z Compiling strum_macros v0.24.3
31722024-12-12T21:59:13.726Z Compiling samael v0.0.17
31732024-12-12T21:59:13.939Z Compiling diesel_derives v2.2.3
31742024-12-12T21:59:13.963Z Compiling indoc v1.0.9
31752024-12-12T21:59:14.872Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31762024-12-12T21:59:15.115Z Compiling impl-trait-for-tuples v0.2.2
31772024-12-12T21:59:15.143Z Compiling derive_builder_macro v0.20.2
31782024-12-12T21:59:15.819Z Compiling lalrpop v0.19.12
31792024-12-12T21:59:15.937Z Checking derive_builder v0.20.2
31802024-12-12T21:59:16.087Z Compiling oso-derive v0.27.3
31812024-12-12T21:59:16.264Z Checking quick-xml v0.33.0
31822024-12-12T21:59:16.784Z Compiling diesel-dtrace v0.4.0
31832024-12-12T21:59:17.105Z Checking maplit v1.0.2
31842024-12-12T21:59:17.233Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31852024-12-12T21:59:17.281Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31862024-12-12T21:59:17.434Z Checking bb8 v0.8.5
31872024-12-12T21:59:17.591Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31882024-12-12T21:59:17.854Z Checking castaway v0.2.3
31892024-12-12T21:59:17.917Z Checking rand_seeder v0.3.0
31902024-12-12T21:59:18.015Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31912024-12-12T21:59:18.039Z Checking compact_str v0.8.0
31922024-12-12T21:59:18.139Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932024-12-12T21:59:18.336Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31942024-12-12T21:59:18.824Z Checking unicode-truncate v1.1.0
31952024-12-12T21:59:18.864Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31962024-12-12T21:59:19.024Z Checking lru v0.12.5
31972024-12-12T21:59:19.088Z Compiling instability v0.3.2
31982024-12-12T21:59:19.360Z Checking cassowary v0.3.0
31992024-12-12T21:59:19.666Z Checking is_ci v1.2.0
32002024-12-12T21:59:19.716Z Checking smawk v0.3.2
32012024-12-12T21:59:19.801Z Checking unicode-linebreak v0.1.5
32022024-12-12T21:59:19.884Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032024-12-12T21:59:19.913Z Checking supports-color v3.0.1
32042024-12-12T21:59:20.000Z Checking ratatui v0.28.1
32052024-12-12T21:59:20.137Z Checking multimap v0.10.0
32062024-12-12T21:59:20.170Z Checking textwrap v0.16.1
32072024-12-12T21:59:22.838Z Checking diesel v2.2.6
32082024-12-12T21:59:50.008Z Compiling polar-core v0.27.3
32092024-12-12T21:59:51.208Z Checking async-bb8-diesel v0.2.1
32102024-12-12T21:59:59.873Z Checking oso v0.27.3
32112024-12-12T22:01:29.522Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32122024-12-12T22:01:37.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
32132024-12-12T22:01:37.686Z
32142024-12-12T22:01:37.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32152024-12-12T22:01:38.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-12-12T22:01:38.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-12-12T22:01:38.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182024-12-12T22:01:38.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32192024-12-12T22:01:38.571Z
32202024-12-12T22:01:38.571Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32212024-12-12T22:01:39.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-12-12T22:01:39.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-12-12T22:01:39.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242024-12-12T22:01:39.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32252024-12-12T22:01:39.458Z
32262024-12-12T22:01:39.458Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32272024-12-12T22:01:40.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-12-12T22:01:40.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-12-12T22:01:40.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302024-12-12T22:01:40.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32312024-12-12T22:01:40.263Z
32322024-12-12T22:01:40.263Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32332024-12-12T22:01:41.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-12-12T22:01:41.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-12-12T22:01:41.359Z Compiling libz-sys v1.1.20
32362024-12-12T22:01:41.383Z Compiling libgit2-sys v0.17.0+1.8.1
32372024-12-12T22:01:41.409Z Compiling vergen v8.3.2
32382024-12-12T22:01:41.433Z Compiling cargo-platform v0.1.8
32392024-12-12T22:01:41.433Z Compiling pin-project-internal v1.1.6
32402024-12-12T22:01:41.471Z Compiling libsqlite3-sys v0.30.1
32412024-12-12T22:01:41.494Z Compiling snafu-derive v0.8.5
32422024-12-12T22:01:41.495Z Compiling cfg_aliases v0.2.1
32432024-12-12T22:01:41.604Z Compiling buf-list v1.0.3
32442024-12-12T22:01:41.706Z Compiling cargo_metadata v0.18.1
32452024-12-12T22:01:41.910Z Compiling rustls v0.21.12
32462024-12-12T22:01:42.006Z Compiling nix v0.29.0
32472024-12-12T22:01:42.207Z Checking globset v0.4.15
32482024-12-12T22:01:42.267Z Checking olpc-cjson v0.1.4
32492024-12-12T22:01:42.290Z Checking rustls-webpki v0.101.7
32502024-12-12T22:01:42.453Z Checking sct v0.7.1
32512024-12-12T22:01:42.636Z Checking serde_plain v1.0.2
32522024-12-12T22:01:42.659Z Checking typed-path v0.9.3
32532024-12-12T22:01:43.085Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32542024-12-12T22:01:43.230Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32552024-12-12T22:01:43.313Z Checking hashlink v0.9.1
32562024-12-12T22:01:43.460Z Checking fallible-streaming-iterator v0.1.9
32572024-12-12T22:01:43.662Z Checking fallible-iterator v0.3.0
32582024-12-12T22:01:43.841Z Checking parse-size v1.1.0
32592024-12-12T22:01:44.122Z Checking pin-project v1.1.6
32602024-12-12T22:01:44.217Z Checking rusqlite v0.32.1
32612024-12-12T22:01:44.242Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32622024-12-12T22:01:44.405Z Checking rustls-pemfile v1.0.4
32632024-12-12T22:01:44.517Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32642024-12-12T22:01:44.580Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32652024-12-12T22:01:44.817Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32662024-12-12T22:01:44.846Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32672024-12-12T22:01:44.976Z Checking twox-hash v1.6.3
32682024-12-12T22:01:45.165Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32692024-12-12T22:01:45.420Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32702024-12-12T22:01:45.659Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32712024-12-12T22:01:45.686Z Checking tokio-rustls v0.24.1
32722024-12-12T22:01:46.011Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32732024-12-12T22:01:46.073Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32742024-12-12T22:01:46.151Z Checking fatfs v0.3.6
32752024-12-12T22:01:46.219Z Checking snafu v0.8.5
32762024-12-12T22:01:46.638Z Checking tough v0.19.0
32772024-12-12T22:01:46.790Z Checking assert_matches v1.5.0
32782024-12-12T22:01:50.618Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32792024-12-12T22:01:52.170Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32802024-12-12T22:01:53.594Z Compiling git2 v0.19.0
32812024-12-12T22:01:59.811Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32822024-12-12T22:03:07.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
32832024-12-12T22:03:07.846Z
32842024-12-12T22:03:07.846Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32852024-12-12T22:03:08.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-12-12T22:03:08.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-12-12T22:03:08.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882024-12-12T22:03:08.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32892024-12-12T22:03:08.750Z
32902024-12-12T22:03:08.750Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32912024-12-12T22:03:09.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-12-12T22:03:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-12-12T22:03:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942024-12-12T22:03:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32952024-12-12T22:03:09.555Z
32962024-12-12T22:03:09.555Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
32972024-12-12T22:03:10.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-12-12T22:03:10.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-12-12T22:03:10.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002024-12-12T22:03:10.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33012024-12-12T22:03:10.418Z
33022024-12-12T22:03:10.418Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33032024-12-12T22:03:11.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-12-12T22:03:11.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-12-12T22:03:11.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-12-12T22:03:11.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33072024-12-12T22:03:11.282Z
33082024-12-12T22:03:11.282Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33092024-12-12T22:03:12.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-12-12T22:03:12.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-12-12T22:03:12.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-12-12T22:03:12.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33132024-12-12T22:03:12.166Z
33142024-12-12T22:03:12.166Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33152024-12-12T22:03:12.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-12-12T22:03:12.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-12-12T22:03:12.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-12-12T22:03:12.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33192024-12-12T22:03:13.066Z
33202024-12-12T22:03:13.066Zinfo: running `cargo check --bins` on update-common (151/173)
33212024-12-12T22:03:13.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-12T22:03:13.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-12T22:03:13.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-12T22:03:13.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33252024-12-12T22:03:13.920Z
33262024-12-12T22:03:13.920Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33272024-12-12T22:03:14.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-12T22:03:14.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-12T22:03:14.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-12T22:03:14.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33312024-12-12T22:03:14.760Z
33322024-12-12T22:03:14.760Zinfo: running `cargo check --bins` on tufaceous (153/173)
33332024-12-12T22:03:15.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-12T22:03:15.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-12T22:03:15.627Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33362024-12-12T22:03:16.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
33372024-12-12T22:03:16.866Z
33382024-12-12T22:03:16.866Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33392024-12-12T22:03:17.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-12T22:03:17.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-12T22:03:17.981Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33422024-12-12T22:03:18.019Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33432024-12-12T22:03:18.019Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33442024-12-12T22:03:18.043Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33452024-12-12T22:03:53.416Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33462024-12-12T22:03:53.416Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33472024-12-12T22:03:53.439Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33482024-12-12T22:03:53.440Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33492024-12-12T22:03:53.440Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33502024-12-12T22:03:54.378Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33512024-12-12T22:03:55.951Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33522024-12-12T22:04:47.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
33532024-12-12T22:04:47.533Z
33542024-12-12T22:04:47.533Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33552024-12-12T22:04:48.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-12-12T22:04:48.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-12-12T22:04:48.448Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33582024-12-12T22:04:48.448Z Checking heck v0.4.1
33592024-12-12T22:04:48.472Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33602024-12-12T22:04:48.665Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33612024-12-12T22:04:50.408Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33622024-12-12T22:04:51.508Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33632024-12-12T22:04:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
33642024-12-12T22:04:53.047Z
33652024-12-12T22:04:53.047Zinfo: running `cargo check --bins` on installinator-api (156/173)
33662024-12-12T22:04:53.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-12-12T22:04:53.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-12-12T22:04:53.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692024-12-12T22:04:53.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33702024-12-12T22:04:53.865Z
33712024-12-12T22:04:53.865Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33722024-12-12T22:04:54.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-12T22:04:54.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-12T22:04:54.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752024-12-12T22:04:54.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33762024-12-12T22:04:54.681Z
33772024-12-12T22:04:54.681Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33782024-12-12T22:04:55.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-12-12T22:04:55.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-12-12T22:04:55.548Z Compiling petname v2.0.2
33812024-12-12T22:04:55.571Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33822024-12-12T22:04:55.571Z Checking sync-ptr v0.1.1
33832024-12-12T22:04:57.265Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33842024-12-12T22:04:59.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
33852024-12-12T22:04:59.380Z
33862024-12-12T22:04:59.381Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33872024-12-12T22:05:00.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-12-12T22:05:00.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-12-12T22:05:00.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902024-12-12T22:05:00.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33912024-12-12T22:05:00.222Z
33922024-12-12T22:05:00.222Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33932024-12-12T22:05:00.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-12-12T22:05:00.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-12-12T22:05:01.066Z Checking memmap2 v0.9.5
33962024-12-12T22:05:01.066Z Checking constant_time_eq v0.3.1
33972024-12-12T22:05:01.066Z Checking arrayref v0.3.9
33982024-12-12T22:05:01.066Z Checking arrayvec v0.7.6
33992024-12-12T22:05:01.090Z Checking spin v0.5.2
34002024-12-12T22:05:01.090Z Checking topological-sort v0.2.2
34012024-12-12T22:05:01.090Z Checking shell-words v1.1.0
34022024-12-12T22:05:01.280Z Checking ring v0.16.20
34032024-12-12T22:05:01.476Z Checking blake3 v1.5.4
34042024-12-12T22:05:02.749Z Checking omicron-zone-package v0.11.1
34052024-12-12T22:05:04.103Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34062024-12-12T22:05:05.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.00s
34072024-12-12T22:05:05.418Z
34082024-12-12T22:05:05.418Zinfo: running `cargo check --bins` on xtask (161/173)
34092024-12-12T22:05:05.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102024-12-12T22:05:05.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112024-12-12T22:05:05.983Z Checking bitflags v2.6.0
34122024-12-12T22:05:05.983Z Checking serde v1.0.215
34132024-12-12T22:05:05.983Z Checking thiserror v1.0.69
34142024-12-12T22:05:06.033Z Checking scroll v0.12.0
34152024-12-12T22:05:06.057Z Checking hashbrown v0.15.1
34162024-12-12T22:05:06.057Z Checking log v0.4.22
34172024-12-12T22:05:06.057Z Checking zerocopy v0.7.35
34182024-12-12T22:05:06.089Z Checking syn v2.0.87
34192024-12-12T22:05:06.132Z Checking pest v2.7.14
34202024-12-12T22:05:06.240Z Checking rustix v0.38.37
34212024-12-12T22:05:06.295Z Checking once_cell v1.20.2
34222024-12-12T22:05:06.439Z Checking goblin v0.8.2
34232024-12-12T22:05:06.558Z Checking fs-err v2.11.0
34242024-12-12T22:05:06.829Z Checking anyhow v1.0.93
34252024-12-12T22:05:06.941Z Checking indexmap v2.6.0
34262024-12-12T22:05:07.156Z Checking tabled v0.15.0
34272024-12-12T22:05:07.822Z Checking terminal_size v0.4.0
34282024-12-12T22:05:07.846Z Checking tempfile v3.13.0
34292024-12-12T22:05:07.983Z Checking clap_builder v4.5.21
34302024-12-12T22:05:08.160Z Checking dtrace-parser v0.2.0
34312024-12-12T22:05:10.032Z Checking serde_json v1.0.132
34322024-12-12T22:05:10.032Z Checking serde_spanned v0.6.8
34332024-12-12T22:05:10.055Z Checking toml_datetime v0.6.8
34342024-12-12T22:05:10.055Z Checking camino v1.1.9
34352024-12-12T22:05:10.055Z Checking cargo-platform v0.1.8
34362024-12-12T22:05:10.221Z Checking semver v1.0.23
34372024-12-12T22:05:10.244Z Checking macaddr v1.0.1
34382024-12-12T22:05:10.320Z Checking toml_edit v0.22.22
34392024-12-12T22:05:10.469Z Checking clap v4.5.21
34402024-12-12T22:05:10.590Z Checking camino-tempfile v1.1.1
34412024-12-12T22:05:11.309Z Checking dof v0.3.0
34422024-12-12T22:05:11.309Z Checking cargo_metadata v0.18.1
34432024-12-12T22:05:11.801Z Checking usdt-impl v0.5.0
34442024-12-12T22:05:12.266Z Checking usdt v0.5.0
34452024-12-12T22:05:12.434Z Checking toml v0.8.19
34462024-12-12T22:05:13.039Z Checking cargo_toml v0.20.5
34472024-12-12T22:05:14.588Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34482024-12-12T22:05:15.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
34492024-12-12T22:05:15.487Z
34502024-12-12T22:05:15.487Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34512024-12-12T22:05:16.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522024-12-12T22:05:16.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532024-12-12T22:05:16.500Z Checking polyval v0.6.2
34542024-12-12T22:05:16.529Z Checking ctr v0.9.2
34552024-12-12T22:05:16.552Z Checking ssh-encoding v0.2.0
34562024-12-12T22:05:16.552Z Checking blowfish v0.9.1
34572024-12-12T22:05:16.585Z Checking password-hash v0.4.2
34582024-12-12T22:05:16.608Z Checking matches v0.1.10
34592024-12-12T22:05:16.608Z Checking p256 v0.13.2
34602024-12-12T22:05:16.608Z Checking p521 v0.13.3
34612024-12-12T22:05:16.748Z Checking idna v0.2.3
34622024-12-12T22:05:16.772Z Checking bcrypt-pbkdf v0.10.0
34632024-12-12T22:05:16.772Z Checking ghash v0.5.1
34642024-12-12T22:05:16.808Z Compiling enum-as-inner v0.5.1
34652024-12-12T22:05:16.857Z Checking russh-cryptovec v0.7.3
34662024-12-12T22:05:16.962Z Checking aes-gcm v0.10.3
34672024-12-12T22:05:16.988Z Checking pbkdf2 v0.11.0
34682024-12-12T22:05:17.011Z Checking md5 v0.7.0
34692024-12-12T22:05:17.049Z Checking num-bigint v0.4.6
34702024-12-12T22:05:17.098Z Checking des v0.8.1
34712024-12-12T22:05:17.181Z Checking ssh-cipher v0.2.0
34722024-12-12T22:05:17.274Z Compiling dhcproto-macros v0.1.0
34732024-12-12T22:05:17.274Z Checking hex-literal v0.4.1
34742024-12-12T22:05:17.334Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34752024-12-12T22:05:17.389Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34762024-12-12T22:05:17.413Z Checking internet-checksum v0.2.1
34772024-12-12T22:05:17.449Z Checking ssh-key v0.6.6
34782024-12-12T22:05:17.644Z Checking trust-dns-proto v0.22.0
34792024-12-12T22:05:18.828Z Checking russh-keys v0.45.0
34802024-12-12T22:05:19.932Z Checking russh v0.45.0
34812024-12-12T22:05:20.583Z Checking dhcproto v0.12.0
34822024-12-12T22:05:43.118Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34832024-12-12T22:05:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.38s
34842024-12-12T22:05:45.051Z
34852024-12-12T22:05:45.051Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34862024-12-12T22:05:45.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872024-12-12T22:05:45.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882024-12-12T22:05:45.884Z Checking termios v0.3.3
34892024-12-12T22:05:46.067Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34902024-12-12T22:05:47.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
34912024-12-12T22:05:47.235Z
34922024-12-12T22:05:47.235Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34932024-12-12T22:05:47.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942024-12-12T22:05:48.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952024-12-12T22:05:48.140Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34962024-12-12T22:05:50.556Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34972024-12-12T22:05:52.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
34982024-12-12T22:05:53.080Z
34992024-12-12T22:05:53.080Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35002024-12-12T22:05:53.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012024-12-12T22:05:53.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022024-12-12T22:05:53.906Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35032024-12-12T22:05:54.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
35042024-12-12T22:05:54.580Z
35052024-12-12T22:05:54.580Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35062024-12-12T22:05:55.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-12T22:05:55.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-12T22:05:55.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092024-12-12T22:05:55.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35102024-12-12T22:05:55.391Z
35112024-12-12T22:05:55.391Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35122024-12-12T22:05:56.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-12-12T22:05:56.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-12-12T22:05:56.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152024-12-12T22:05:56.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35162024-12-12T22:05:56.202Z
35172024-12-12T22:05:56.202Zinfo: running `cargo check --bins` on omicron-package (168/173)
35182024-12-12T22:05:56.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-12-12T22:05:56.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-12-12T22:05:57.070Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35212024-12-12T22:05:58.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35222024-12-12T22:05:58.782Z
35232024-12-12T22:05:58.782Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35242024-12-12T22:05:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-12-12T22:05:59.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-12-12T22:05:59.662Z Checking rtoolbox v0.0.2
35272024-12-12T22:05:59.662Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35282024-12-12T22:05:59.687Z Checking tui-tree-widget v0.22.0
35292024-12-12T22:05:59.841Z Checking rpassword v7.3.1
35302024-12-12T22:06:05.002Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35312024-12-12T22:06:08.966Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35322024-12-12T22:06:10.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
35332024-12-12T22:06:10.689Z
35342024-12-12T22:06:10.689Zinfo: running `cargo check --bins` on wicket (170/173)
35352024-12-12T22:06:11.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-12-12T22:06:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-12-12T22:06:11.588Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35382024-12-12T22:06:12.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
35392024-12-12T22:06:12.196Z
35402024-12-12T22:06:12.196Zinfo: running `cargo check --bins` on wicketd (171/173)
35412024-12-12T22:06:12.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-12T22:06:12.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-12T22:06:13.124Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35442024-12-12T22:06:18.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
35452024-12-12T22:06:18.258Z
35462024-12-12T22:06:18.258Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35472024-12-12T22:06:18.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-12T22:06:19.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-12T22:06:19.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502024-12-12T22:06:19.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35512024-12-12T22:06:19.089Z
35522024-12-12T22:06:19.089Zinfo: running `cargo check --bins` on zone-setup (173/173)
35532024-12-12T22:06:19.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-12-12T22:06:19.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-12-12T22:06:20.068Z Checking uzers v0.12.1
35562024-12-12T22:06:20.403Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35572024-12-12T22:06:21.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
35582024-12-12T22:06:22.097Z
35592024-12-12T22:06:22.097Zreal 15:43.600295196
35602024-12-12T22:06:22.097Zuser 24:49.695078786
35612024-12-12T22:06:22.097Zsys 5:48.631294203
35622024-12-12T22:06:22.097Ztrap 0.516833163
35632024-12-12T22:06:22.097Ztflt 1.309962751
35642024-12-12T22:06:22.097Zdflt 3.238636998
35652024-12-12T22:06:22.121Zkflt 0.000405267
35662024-12-12T22:06:22.121Zlock 52:17.493139402
35672024-12-12T22:06:22.121Zslp 2:18:31.188823917
35682024-12-12T22:06:22.121Zlat 1:02.080150691
35692024-12-12T22:06:22.121Zstop 3:08.781619648
35702024-12-12T22:06:22.121Zprocess exited: duration 1257041 ms, exit code 0
 
35712024-12-12T22:06:22.169Zfound 0 output files