01JEARH6Q5PTHEK56V2CJFA3NH: 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: 01JEARHFNE51DQSCW2G9D2Y5NN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-05T06:36:53.120Zjob assigned to worker 01JEARHHSS5BMV82MK3ZEYVM7X [factory gimlet-EVT22200007-propolis, EVT22200007/19896] (queued for 25 s)
 
22024-12-05T06:37:00.509Zstarting task 0: "setup"
32024-12-05T06:37:00.533Z++ uname -s
42024-12-05T06:37:00.533Z+ kern=SunOS
52024-12-05T06:37:00.533Z+ case "$kern" in
62024-12-05T06:37:00.533Z+ groupadd -g 12345 build
72024-12-05T06:37:00.533Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-05T06:37:02.532Z+ zfs create -o mountpoint=/work rpool/work
92024-12-05T06:37:02.566Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-05T06:37:02.590Z+ home_fs=zfs
112024-12-05T06:37:02.590Z+ [[ zfs == autofs ]]
122024-12-05T06:37:02.590Z+ mkdir -p /home/build
132024-12-05T06:37:02.590Z+ chown build:build /home/build /work
142024-12-05T06:37:04.575Z+ chmod 0700 /home/build /work
152024-12-05T06:37:04.598Zprocess exited: duration 4072 ms, exit code 0
 
162024-12-05T06:37:04.646Zstarting task 1: "rust-toolchain"
172024-12-05T06:37:04.669Z+ printf ' * toolchain channel = "%s"
182024-12-05T06:37:04.669Z * toolchain channel = "1.81.0"
192024-12-05T06:37:04.669Z' 1.81.0
202024-12-05T06:37:04.669Z * toolchain profile = "default"
212024-12-05T06:37:04.669Z+ printf ' * toolchain profile = "%s"
222024-12-05T06:37:04.669Z' default
232024-12-05T06:37:04.669Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-05T06:37:04.669Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-05T06:37:04.798Zinfo: downloading installer
262024-12-05T06:37:05.588Zinfo: profile set to 'default'
272024-12-05T06:37:05.588Zinfo: default host triple is x86_64-unknown-illumos
282024-12-05T06:37:05.588Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-05T06:37:05.701Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-05T06:37:05.701Zinfo: downloading component 'cargo'
312024-12-05T06:37:05.880Zinfo: downloading component 'clippy'
322024-12-05T06:37:05.953Zinfo: downloading component 'rust-docs'
332024-12-05T06:37:06.274Zinfo: downloading component 'rust-std'
342024-12-05T06:37:06.845Zinfo: downloading component 'rustc'
352024-12-05T06:37:07.820Zinfo: downloading component 'rustfmt'
362024-12-05T06:37:07.856Zinfo: installing component 'cargo'
372024-12-05T06:37:08.886Zinfo: installing component 'clippy'
382024-12-05T06:37:09.318Zinfo: installing component 'rust-docs'
392024-12-05T06:37:11.981Zinfo: installing component 'rust-std'
402024-12-05T06:37:13.938Zinfo: installing component 'rustc'
412024-12-05T06:37:20.801Zinfo: installing component 'rustfmt'
422024-12-05T06:37:21.190Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-05T06:37:21.190Z
442024-12-05T06:37:21.338Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-05T06:37:21.338Z
462024-12-05T06:37:21.338Z
472024-12-05T06:37:21.338ZRust is installed now. Great!
482024-12-05T06:37:21.338Z
492024-12-05T06:37:21.338ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-05T06:37:21.361Zenvironment variable. This has not been done automatically.
512024-12-05T06:37:21.361Z
522024-12-05T06:37:21.361ZTo configure your current shell, you need to source
532024-12-05T06:37:21.361Zthe corresponding env file under $HOME/.cargo.
542024-12-05T06:37:21.361Z
552024-12-05T06:37:21.361ZThis is usually done by running one of the following (note the leading DOT):
562024-12-05T06:37:21.361Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-05T06:37:21.361Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-05T06:37:21.447Z+ rustc --version
592024-12-05T06:37:21.563Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-05T06:37:21.587Zprocess exited: duration 16921 ms, exit code 0
 
612024-12-05T06:37:21.633Zstarting task 2: "authentication"
622024-12-05T06:37:21.687Zprocess exited: duration 53 ms, exit code 0
 
632024-12-05T06:37:21.734Zstarting task 3: "clone repository"
642024-12-05T06:37:21.758Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-05T06:37:21.758Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-05T06:37:21.781ZCloning into '/work/oxidecomputer/omicron'...
672024-12-05T06:37:28.034Z+ cd /work/oxidecomputer/omicron
682024-12-05T06:37:28.057Z+ git fetch origin c6fa141311e9baf96c553e72e57a85103a896810
692024-12-05T06:37:28.410ZFrom https://github.com/oxidecomputer/omicron
702024-12-05T06:37:28.410Z * branch c6fa141311e9baf96c553e72e57a85103a896810 -> FETCH_HEAD
712024-12-05T06:37:28.434Z+ [[ -n alan/just-one-more-update ]]
722024-12-05T06:37:28.434Z++ git branch --show-current
732024-12-05T06:37:28.434Z+ current=main
742024-12-05T06:37:28.434Z+ [[ main != alan/just-one-more-update ]]
752024-12-05T06:37:28.434Z+ git branch -f alan/just-one-more-update c6fa141311e9baf96c553e72e57a85103a896810
762024-12-05T06:37:28.457Z+ git checkout -f alan/just-one-more-update
772024-12-05T06:37:28.651ZSwitched to branch 'alan/just-one-more-update'
782024-12-05T06:37:28.675Z+ git reset --hard c6fa141311e9baf96c553e72e57a85103a896810
792024-12-05T06:37:28.675ZHEAD is now at c6fa14131 Update Propolis
802024-12-05T06:37:28.698Zprocess exited: duration 6941 ms, exit code 0
 
812024-12-05T06:37:28.745Zstarting task 4: "build"
822024-12-05T06:37:28.769Z+ source .github/buildomat/ci-env.sh
832024-12-05T06:37:28.769Z++ export CARGO_TERM_COLOR=always
842024-12-05T06:37:28.769Z++ CARGO_TERM_COLOR=always
852024-12-05T06:37:28.770Z+ cargo --version
862024-12-05T06:37:28.854Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-05T06:37:28.877Z+ rustc --version
882024-12-05T06:37:28.961Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-05T06:37:28.985Z+ source ./env.sh
902024-12-05T06:37:28.985Z++ OLD_SHELL_OPTS=ehxB
912024-12-05T06:37:28.985Z++ set -o xtrace
922024-12-05T06:37:28.985Z++++ dirname ./env.sh
932024-12-05T06:37:28.985Z+++ readlink -f .
942024-12-05T06:37:28.985Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-05T06:37:28.985Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-05T06:37:28.985Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-05T06:37:28.985Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-05T06:37:28.985Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-12-05T06:37:28.985Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-12-05T06:37:28.985Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-12-05T06:37:28.985Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-12-05T06:37:28.985Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-12-05T06:37:28.985Z++ case $OLD_SHELL_OPTS in
1042024-12-05T06:37:28.985Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-05T06:37:28.985Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-12-05T06:37:28.985Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-12-05T06:37:28.985Z+ banner prerequisites
1082024-12-05T06:37:28.985Z
1092024-12-05T06:37:28.985Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-05T06:37:28.985Z # # # # # # # # # # # # # # #
1112024-12-05T06:37:28.985Z # # # # ##### # # ##### # # # # # #### #
1122024-12-05T06:37:28.985Z ##### ##### # ##### # # # # # # # # #
1132024-12-05T06:37:28.985Z # # # # # # # # # # # # # # #
1142024-12-05T06:37:28.985Z # # # ###### # # ###### ### # #### # #### #
1152024-12-05T06:37:28.985Z
1162024-12-05T06:37:28.985Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-05T06:37:37.667Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-05T06:37:42.236Z Startup: Caching catalogs ... Done
1192024-12-05T06:37:54.314ZPlanning: Solver setup ... Done (11.035s)
1202024-12-05T06:37:54.466ZPlanning: Running solver ... Done (0.152s)
1212024-12-05T06:37:54.573ZPlanning: Finding local manifests ... Done (0.003s)
1222024-12-05T06:37:54.650ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-05T06:37:55.102ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-05T06:37:55.215ZPlanning: Package planning ... Done (0.113s)
1252024-12-05T06:37:55.280ZPlanning: Merging actions ... Done (0.065s)
1262024-12-05T06:37:55.490ZPlanning: Checking for conflicting actions ... Done (0.210s)
1272024-12-05T06:37:56.512ZPlanning: Consolidating action changes ... Done (1.021s)
1282024-12-05T06:37:56.924ZPlanning: Evaluating mediators ... Done (0.412s)
1292024-12-05T06:37:57.022ZPlanning: Planning completed in 14.71 seconds
1302024-12-05T06:37:57.047Z Packages to install: 4
1312024-12-05T06:37:57.047Z Packages to update: 1
1322024-12-05T06:37:57.047Z Mediators to change: 2
1332024-12-05T06:37:57.047Z Services to change: 1
1342024-12-05T06:37:57.047Z Estimated space available: 155.18 GB
1352024-12-05T06:37:57.047ZEstimated space to be consumed: 1.61 GB
1362024-12-05T06:37:57.047Z Create boot environment: No
1372024-12-05T06:37:57.047ZCreate backup boot environment: Yes
1382024-12-05T06:37:57.048Z Rebuild boot archive: No
1392024-12-05T06:37:57.048Z
1402024-12-05T06:37:57.048ZChanged mediators:
1412024-12-05T06:37:57.048Z mediator clang:
1422024-12-05T06:37:57.048Z version: None -> 15 (system default)
1432024-12-05T06:37:57.048Z
1442024-12-05T06:37:57.048Z mediator llvm:
1452024-12-05T06:37:57.048Z version: 14 (system default) -> 15 (system default)
1462024-12-05T06:37:57.048Z
1472024-12-05T06:37:57.048ZChanged packages:
1482024-12-05T06:37:57.048Zhelios-dev
1492024-12-05T06:37:57.048Z developer/build-essential
1502024-12-05T06:37:57.048Z None -> 11-2.0
1512024-12-05T06:37:57.048Z library/libxmlsec1
1522024-12-05T06:37:57.048Z None -> 1.2.35-2.0
1532024-12-05T06:37:57.048Z ooce/developer/clang-15
1542024-12-05T06:37:57.048Z None -> 15.0.7-2.0
1552024-12-05T06:37:57.048Z ooce/developer/llvm-15
1562024-12-05T06:37:57.048Z None -> 15.0.7-2.0
1572024-12-05T06:37:57.048Z package/pkg
1582024-12-05T06:37:57.048Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-05T06:37:57.048Z
1602024-12-05T06:37:57.048ZServices:
1612024-12-05T06:37:57.048Z restart_fmri:
1622024-12-05T06:37:57.048Z svc:/system/update-man-index:default
1632024-12-05T06:37:57.048Z
1642024-12-05T06:37:57.048ZEditable files to change:
1652024-12-05T06:37:57.048Z Update:
1662024-12-05T06:37:57.048Z usr/share/lib/pkg/web/config.shtml
1672024-12-05T06:37:57.111Z
1682024-12-05T06:37:57.111ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-05T06:38:02.118ZDownload: 1188/4281 items 50.4/220.6MB 22% complete (10.1M/s)
1702024-12-05T06:38:07.137ZDownload: 2253/4281 items 119.4/220.6MB 54% complete (12.2M/s)
1712024-12-05T06:38:12.137ZDownload: 3139/4281 items 148.3/220.6MB 67% complete (9.7M/s)
1722024-12-05T06:38:17.156ZDownload: 3274/4281 items 209.1/220.6MB 94% complete (8.9M/s)
1732024-12-05T06:38:22.158ZDownload: 3671/4281 items 216.3/220.6MB 98% complete (7.4M/s)
1742024-12-05T06:38:24.107ZDownload: Completed 220.60 MB in 27.00 seconds (8.2M/s)
1752024-12-05T06:38:24.586Z Actions: 1/5063 actions (Removing old actions)
1762024-12-05T06:38:24.610Z Actions: 194/5063 actions (Installing new actions)
1772024-12-05T06:38:29.969Z Actions: 3191/5063 actions (Installing new actions)
1782024-12-05T06:38:30.356Z Actions: 4226/5063 actions (Updating modified actions)
1792024-12-05T06:38:30.714Z Actions: Completed 5063 actions in 6.13 seconds.
1802024-12-05T06:38:31.064Z Done (0.341s)
1812024-12-05T06:38:31.089Z Done (0.000s)
1822024-12-05T06:38:31.723Z Done (0.657s)
1832024-12-05T06:38:36.485Z Done (4.595s)
1842024-12-05T06:38:36.580Z Done (0.019s)
1852024-12-05T06:38:36.605Z Done (0.000s)
1862024-12-05T06:38:36.739Z Done (0.000s)
1872024-12-05T06:38:37.478ZPlanning: Evaluating mediator changes ... Done
1882024-12-05T06:38:37.676ZPlanning: Checking for conflicting actions ... Done
1892024-12-05T06:38:37.700ZPlanning: Consolidating action changes ... Done
1902024-12-05T06:38:37.994ZPlanning: Evaluating mediators ... Done
1912024-12-05T06:38:38.018ZPlanning: Planning completed in 0.52 seconds
1922024-12-05T06:38:38.043Z Mediators to change: 2
1932024-12-05T06:38:38.043Z Create boot environment: No
1942024-12-05T06:38:38.043ZCreate backup boot environment: No
1952024-12-05T06:38:38.099Z Done
1962024-12-05T06:38:38.099Z Done
1972024-12-05T06:38:38.529Z Done
1982024-12-05T06:38:42.851Z Done
1992024-12-05T06:38:42.950Z Done
2002024-12-05T06:38:42.974Z Done
2012024-12-05T06:38:43.037Z Done
2022024-12-05T06:38:43.748ZPlanning: Evaluating mediator changes ... Done
2032024-12-05T06:38:43.773ZPlanning: Merging actions ... Done
2042024-12-05T06:38:43.981ZPlanning: Checking for conflicting actions ... Done
2052024-12-05T06:38:44.005ZPlanning: Consolidating action changes ... Done
2062024-12-05T06:38:44.292ZPlanning: Evaluating mediators ... Done
2072024-12-05T06:38:44.357ZPlanning: Planning completed in 0.89 seconds
2082024-12-05T06:38:44.403Z Packages to change: 1
2092024-12-05T06:38:44.403Z Mediators to change: 1
2102024-12-05T06:38:44.403Z Services to change: 1
2112024-12-05T06:38:44.403Z Create boot environment: No
2122024-12-05T06:38:44.403ZCreate backup boot environment: Yes
2132024-12-05T06:38:46.030Z Actions: 1/6 actions (Updating modified actions)
2142024-12-05T06:38:46.054Z Actions: Completed 6 actions in 0.00 seconds.
2152024-12-05T06:38:46.054Z Done
2162024-12-05T06:38:46.054Z Done
2172024-12-05T06:38:46.168Z Done
2182024-12-05T06:38:50.418Z Done
2192024-12-05T06:38:50.531Z Done
2202024-12-05T06:38:50.532Z Done
2212024-12-05T06:38:50.599Z Done
2222024-12-05T06:38:51.116ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-12-05T06:38:51.116Zclang system 15 system
2242024-12-05T06:38:51.116Zcsh system system illumos
2252024-12-05T06:38:51.116Zctags system system illumos
2262024-12-05T06:38:51.116Zgcc vendor 12 vendor
2272024-12-05T06:38:51.116Zgcc system 10 system
2282024-12-05T06:38:51.116Zgcc system 7 system
2292024-12-05T06:38:51.116Zgo system 1.20 system
2302024-12-05T06:38:51.116Zgo system 1.19 system
2312024-12-05T06:38:51.116Zllvm system 15 system
2322024-12-05T06:38:51.116Zllvm system 14 system
2332024-12-05T06:38:51.116Zmariadb system 10.6 system
2342024-12-05T06:38:51.116Zmta vendor vendor dma
2352024-12-05T06:38:51.116Zopenjdk system 17 system
2362024-12-05T06:38:51.116Zopenjdk system 11 system
2372024-12-05T06:38:51.116Zopenjdk system 1.8 system
2382024-12-05T06:38:51.116Zopenssl vendor 3 vendor
2392024-12-05T06:38:51.116Zperl system 5.36 system
2402024-12-05T06:38:51.116Zpostgresql system 15 system
2412024-12-05T06:38:51.116Zpostgresql system 13 system
2422024-12-05T06:38:51.117Zpython vendor 3 vendor
2432024-12-05T06:38:51.117Zpython system 2 system
2442024-12-05T06:38:51.117Zpython3 system 3.11 system
2452024-12-05T06:38:51.117Zruby system 3.0 system
2462024-12-05T06:38:51.117Zwords vendor vendor american-english
2472024-12-05T06:38:51.117Zwords system system australian-english
2482024-12-05T06:38:51.117Zwords system system british-english
2492024-12-05T06:38:51.117Zwords system system canadian-english
2502024-12-05T06:38:51.117Zwords system system french
2512024-12-05T06:38:51.117Zwords system system italian
2522024-12-05T06:38:51.117Zwords system system ngerman
2532024-12-05T06:38:51.117Zwords system system ogerman
2542024-12-05T06:38:51.117Zwords system system spanish
2552024-12-05T06:38:51.514ZPUBLISHER TYPE STATUS P LOCATION
2562024-12-05T06:38:51.514Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-12-05T06:38:54.719ZFMRI IFO
2582024-12-05T06:38:54.719Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-12-05T06:38:54.719Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-12-05T06:38:54.719Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-12-05T06:38:54.719Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-12-05T06:38:54.719Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-12-05T06:38:54.720Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-12-05T06:38:54.720Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-12-05T06:38:54.720Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-12-05T06:38:54.720Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-12-05T06:38:54.720Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-12-05T06:38:54.720Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-12-05T06:38:54.720Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-12-05T06:38:54.720Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-12-05T06:38:54.720Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-12-05T06:38:54.720Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-12-05T06:38:55.544Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-12-05T06:38:55.913Z Updating crates.io index
2752024-12-05T06:38:55.937Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-12-05T06:38:56.580Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-12-05T06:38:56.930Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-12-05T06:38:57.375Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-12-05T06:38:57.696Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-12-05T06:38:58.751Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-12-05T06:39:01.485Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-12-05T06:39:02.627Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-12-05T06:39:03.386Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-12-05T06:39:03.775Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-12-05T06:39:04.152Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-12-05T06:39:04.968Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-12-05T06:39:05.467Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-12-05T06:39:06.028Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-12-05T06:39:06.421Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-12-05T06:39:06.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-12-05T06:39:07.069Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-12-05T06:39:07.463Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-12-05T06:39:07.905Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-12-05T06:39:08.364Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-12-05T06:39:08.840Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-12-05T06:39:09.410Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-12-05T06:39:09.774Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-12-05T06:39:10.253Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-12-05T06:39:10.830Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3002024-12-05T06:39:11.198Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-12-05T06:39:11.550Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-12-05T06:39:11.908Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-12-05T06:39:13.550Z Downloading crates ...
3042024-12-05T06:39:13.610Z Downloaded equivalent v1.0.1
3052024-12-05T06:39:13.635Z Downloaded cargo_toml v0.20.5
3062024-12-05T06:39:13.635Z Downloaded digest v0.10.7
3072024-12-05T06:39:13.635Z Downloaded tabled v0.15.0
3082024-12-05T06:39:13.659Z Downloaded proc-macro2 v1.0.89
3092024-12-05T06:39:13.659Z Downloaded anstyle v1.0.10
3102024-12-05T06:39:13.659Z Downloaded pest v2.7.14
3112024-12-05T06:39:13.659Z Downloaded fastrand v2.1.1
3122024-12-05T06:39:13.659Z Downloaded anyhow v1.0.93
3132024-12-05T06:39:13.684Z Downloaded anstream v0.6.15
3142024-12-05T06:39:13.684Z Downloaded anstyle-parse v0.2.5
3152024-12-05T06:39:13.685Z Downloaded bitflags v2.6.0
3162024-12-05T06:39:13.685Z Downloaded autocfg v1.4.0
3172024-12-05T06:39:13.685Z Downloaded bytecount v0.6.8
3182024-12-05T06:39:13.710Z Downloaded cfg-if v1.0.0
3192024-12-05T06:39:13.710Z Downloaded generic-array v0.14.7
3202024-12-05T06:39:13.710Z Downloaded anstyle-query v1.1.1
3212024-12-05T06:39:13.710Z Downloaded byteorder v1.5.0
3222024-12-05T06:39:13.710Z Downloaded dtrace-parser v0.2.0
3232024-12-05T06:39:13.710Z Downloaded colorchoice v1.0.2
3242024-12-05T06:39:13.710Z Downloaded camino-tempfile v1.1.1
3252024-12-05T06:39:13.710Z Downloaded errno v0.3.9
3262024-12-05T06:39:13.710Z Downloaded cargo-platform v0.1.8
3272024-12-05T06:39:13.710Z Downloaded textwrap v0.16.1
3282024-12-05T06:39:13.710Z Downloaded heck v0.4.1
3292024-12-05T06:39:13.735Z Downloaded tabled_derive v0.7.0
3302024-12-05T06:39:13.735Z Downloaded ucd-trie v0.1.7
3312024-12-05T06:39:13.735Z Downloaded winnow v0.6.20
3322024-12-05T06:39:13.736Z Downloaded zerocopy v0.7.35
3332024-12-05T06:39:13.761Z Downloaded usdt-impl v0.5.0
3342024-12-05T06:39:13.761Z Downloaded scroll_derive v0.12.0
3352024-12-05T06:39:13.761Z Downloaded pest_derive v2.7.14
3362024-12-05T06:39:13.761Z Downloaded unicode-width v0.1.14
3372024-12-05T06:39:13.761Z Downloaded utf8parse v0.2.2
3382024-12-05T06:39:13.761Z Downloaded zerocopy-derive v0.7.35
3392024-12-05T06:39:13.786Z Downloaded serde_derive v1.0.215
3402024-12-05T06:39:13.786Z Downloaded typenum v1.17.0
3412024-12-05T06:39:13.786Z Downloaded serde v1.0.215
3422024-12-05T06:39:13.786Z Downloaded macaddr v1.0.1
3432024-12-05T06:39:13.786Z Downloaded clap_builder v4.5.21
3442024-12-05T06:39:13.786Z Downloaded proc-macro-error-attr v1.0.4
3452024-12-05T06:39:13.786Z Downloaded semver v1.0.23
3462024-12-05T06:39:13.811Z Downloaded log v0.4.22
3472024-12-05T06:39:13.811Z Downloaded toml_edit v0.22.22
3482024-12-05T06:39:13.835Z Downloaded serde_json v1.0.132
3492024-12-05T06:39:13.835Z Downloaded rustix v0.38.37
3502024-12-05T06:39:13.859Z Downloaded sha2 v0.10.8
3512024-12-05T06:39:13.859Z Downloaded serde_spanned v0.6.8
3522024-12-05T06:39:13.859Z Downloaded memchr v2.7.4
3532024-12-05T06:39:13.859Z Downloaded usdt-attr-macro v0.5.0
3542024-12-05T06:39:13.859Z Downloaded usdt v0.5.0
3552024-12-05T06:39:13.859Z Downloaded thread-id v4.2.2
3562024-12-05T06:39:13.883Z Downloaded syn v2.0.87
3572024-12-05T06:39:13.883Z Downloaded smawk v0.3.2
3582024-12-05T06:39:13.884Z Downloaded pest_meta v2.7.14
3592024-12-05T06:39:13.884Z Downloaded unicode-linebreak v0.1.5
3602024-12-05T06:39:13.884Z Downloaded toml_datetime v0.6.8
3612024-12-05T06:39:13.884Z Downloaded tempfile v3.13.0
3622024-12-05T06:39:13.884Z Downloaded serde_tokenstream v0.2.2
3632024-12-05T06:39:13.884Z Downloaded quote v1.0.37
3642024-12-05T06:39:13.909Z Downloaded plain v0.2.3
3652024-12-05T06:39:13.909Z Downloaded pest_generator v2.7.14
3662024-12-05T06:39:13.909Z Downloaded papergrid v0.11.0
3672024-12-05T06:39:13.909Z Downloaded once_cell v1.20.2
3682024-12-05T06:39:13.909Z Downloaded heck v0.5.0
3692024-12-05T06:39:13.909Z Downloaded version_check v0.9.5
3702024-12-05T06:39:13.909Z Downloaded usdt-macro v0.5.0
3712024-12-05T06:39:13.909Z Downloaded unicode-ident v1.0.13
3722024-12-05T06:39:13.909Z Downloaded thiserror-impl v1.0.69
3732024-12-05T06:39:13.909Z Downloaded swrite v0.1.0
3742024-12-05T06:39:13.909Z Downloaded strsim v0.11.1
3752024-12-05T06:39:13.909Z Downloaded scroll v0.12.0
3762024-12-05T06:39:13.910Z Downloaded proc-macro-error v1.0.4
3772024-12-05T06:39:13.934Z Downloaded memmap v0.7.0
3782024-12-05T06:39:13.934Z Downloaded hashbrown v0.15.0
3792024-12-05T06:39:13.934Z Downloaded fs-err v2.11.0
3802024-12-05T06:39:13.934Z Downloaded fnv v1.0.7
3812024-12-05T06:39:13.934Z Downloaded dof v0.3.0
3822024-12-05T06:39:13.934Z Downloaded clap_lex v0.7.2
3832024-12-05T06:39:13.934Z Downloaded thiserror v1.0.69
3842024-12-05T06:39:13.935Z Downloaded toml v0.8.19
3852024-12-05T06:39:13.935Z Downloaded terminal_size v0.4.0
3862024-12-05T06:39:13.935Z Downloaded pretty-hex v0.4.1
3872024-12-05T06:39:13.935Z Downloaded libc v0.2.162
3882024-12-05T06:39:13.965Z Downloaded is_terminal_polyfill v1.70.1
3892024-12-05T06:39:13.989Z Downloaded indexmap v2.6.0
3902024-12-05T06:39:13.989Z Downloaded cpufeatures v0.2.14
3912024-12-05T06:39:13.989Z Downloaded clap v4.5.21
3922024-12-05T06:39:13.989Z Downloaded cargo_metadata v0.18.1
3932024-12-05T06:39:13.989Z Downloaded syn v1.0.109
3942024-12-05T06:39:14.013Z Downloaded block-buffer v0.10.4
3952024-12-05T06:39:14.013Z Downloaded ryu v1.0.18
3962024-12-05T06:39:14.013Z Downloaded itoa v1.0.11
3972024-12-05T06:39:14.013Z Downloaded goblin v0.8.2
3982024-12-05T06:39:14.013Z Downloaded crypto-common v0.1.6
3992024-12-05T06:39:14.013Z Downloaded clap_derive v4.5.18
4002024-12-05T06:39:14.013Z Downloaded camino v1.1.9
4012024-12-05T06:39:14.141Z Compiling proc-macro2 v1.0.89
4022024-12-05T06:39:14.141Z Compiling unicode-ident v1.0.13
4032024-12-05T06:39:14.141Z Compiling version_check v0.9.5
4042024-12-05T06:39:14.165Z Compiling serde v1.0.215
4052024-12-05T06:39:14.165Z Compiling thiserror v1.0.69
4062024-12-05T06:39:14.165Z Compiling memchr v2.7.4
4072024-12-05T06:39:14.165Z Compiling libc v0.2.162
4082024-12-05T06:39:14.165Z Compiling ucd-trie v0.1.7
4092024-12-05T06:39:14.467Z Compiling ryu v1.0.18
4102024-12-05T06:39:14.770Z Compiling itoa v1.0.11
4112024-12-05T06:39:14.811Z Compiling once_cell v1.20.2
4122024-12-05T06:39:15.019Z Compiling byteorder v1.5.0
4132024-12-05T06:39:15.049Z Compiling rustix v0.38.37
4142024-12-05T06:39:15.220Z Compiling serde_json v1.0.132
4152024-12-05T06:39:15.417Z Compiling bitflags v2.6.0
4162024-12-05T06:39:15.533Z Compiling proc-macro-error-attr v1.0.4
4172024-12-05T06:39:15.849Z Compiling usdt-impl v0.5.0
4182024-12-05T06:39:15.849Z Compiling syn v1.0.109
4192024-12-05T06:39:15.890Z Compiling quote v1.0.37
4202024-12-05T06:39:15.914Z Compiling proc-macro-error v1.0.4
4212024-12-05T06:39:16.009Z Compiling hashbrown v0.15.0
4222024-12-05T06:39:16.228Z Compiling errno v0.3.9
4232024-12-05T06:39:16.273Z Compiling syn v2.0.87
4242024-12-05T06:39:16.510Z Compiling utf8parse v0.2.2
4252024-12-05T06:39:16.568Z Compiling log v0.4.22
4262024-12-05T06:39:16.593Z Compiling camino v1.1.9
4272024-12-05T06:39:16.684Z Compiling equivalent v1.0.1
4282024-12-05T06:39:16.760Z Compiling thread-id v4.2.2
4292024-12-05T06:39:16.799Z Compiling plain v0.2.3
4302024-12-05T06:39:16.886Z Compiling anstyle-parse v0.2.5
4312024-12-05T06:39:17.159Z Compiling indexmap v2.6.0
4322024-12-05T06:39:17.253Z Compiling colorchoice v1.0.2
4332024-12-05T06:39:17.308Z Compiling anstyle-query v1.1.1
4342024-12-05T06:39:17.416Z Compiling unicode-width v0.1.14
4352024-12-05T06:39:17.461Z Compiling semver v1.0.23
4362024-12-05T06:39:17.511Z Compiling anstyle v1.0.10
4372024-12-05T06:39:17.592Z Compiling autocfg v1.4.0
4382024-12-05T06:39:17.908Z Compiling is_terminal_polyfill v1.70.1
4392024-12-05T06:39:17.932Z Compiling winnow v0.6.20
4402024-12-05T06:39:17.964Z Compiling pretty-hex v0.4.1
4412024-12-05T06:39:18.051Z Compiling anstream v0.6.15
4422024-12-05T06:39:18.369Z Compiling terminal_size v0.4.0
4432024-12-05T06:39:18.507Z Compiling cfg-if v1.0.0
4442024-12-05T06:39:18.560Z Compiling clap_lex v0.7.2
4452024-12-05T06:39:18.584Z Compiling fs-err v2.11.0
4462024-12-05T06:39:18.650Z Compiling bytecount v0.6.8
4472024-12-05T06:39:18.685Z Compiling heck v0.4.1
4482024-12-05T06:39:18.844Z Compiling anyhow v1.0.93
4492024-12-05T06:39:18.871Z Compiling heck v0.5.0
4502024-12-05T06:39:18.942Z Compiling fastrand v2.1.1
4512024-12-05T06:39:19.033Z Compiling fnv v1.0.7
4522024-12-05T06:39:19.162Z Compiling strsim v0.11.1
4532024-12-05T06:39:19.411Z Compiling tempfile v3.13.0
4542024-12-05T06:39:19.484Z Compiling clap_builder v4.5.21
4552024-12-05T06:39:19.662Z Compiling papergrid v0.11.0
4562024-12-05T06:39:19.938Z Compiling memmap v0.7.0
4572024-12-05T06:39:20.049Z Compiling unicode-linebreak v0.1.5
4582024-12-05T06:39:20.153Z Compiling smawk v0.3.2
4592024-12-05T06:39:20.447Z Compiling textwrap v0.16.1
4602024-12-05T06:39:20.810Z Compiling swrite v0.1.0
4612024-12-05T06:39:21.733Z Compiling tabled_derive v0.7.0
4622024-12-05T06:39:23.197Z Compiling tabled v0.15.0
4632024-12-05T06:39:24.424Z Compiling serde_derive v1.0.215
4642024-12-05T06:39:24.424Z Compiling thiserror-impl v1.0.69
4652024-12-05T06:39:24.449Z Compiling zerocopy-derive v0.7.35
4662024-12-05T06:39:24.449Z Compiling scroll_derive v0.12.0
4672024-12-05T06:39:24.534Z Compiling clap_derive v4.5.18
4682024-12-05T06:39:25.451Z Compiling scroll v0.12.0
4692024-12-05T06:39:25.899Z Compiling goblin v0.8.2
4702024-12-05T06:39:26.140Z Compiling zerocopy v0.7.35
4712024-12-05T06:39:26.960Z Compiling pest v2.7.14
4722024-12-05T06:39:27.655Z Compiling clap v4.5.21
4732024-12-05T06:39:28.899Z Compiling pest_meta v2.7.14
4742024-12-05T06:39:29.840Z Compiling pest_generator v2.7.14
4752024-12-05T06:39:31.876Z Compiling pest_derive v2.7.14
4762024-12-05T06:39:32.471Z Compiling dtrace-parser v0.2.0
4772024-12-05T06:39:33.618Z Compiling serde_spanned v0.6.8
4782024-12-05T06:39:33.618Z Compiling toml_datetime v0.6.8
4792024-12-05T06:39:33.924Z Compiling serde_tokenstream v0.2.2
4802024-12-05T06:39:33.955Z Compiling toml_edit v0.22.22
4812024-12-05T06:39:34.007Z Compiling cargo-platform v0.1.8
4822024-12-05T06:39:34.132Z Compiling macaddr v1.0.1
4832024-12-05T06:39:34.478Z Compiling camino-tempfile v1.1.1
4842024-12-05T06:39:35.139Z Compiling dof v0.3.0
4852024-12-05T06:39:35.140Z Compiling cargo_metadata v0.18.1
4862024-12-05T06:39:36.730Z Compiling toml v0.8.19
4872024-12-05T06:39:36.933Z Compiling usdt-attr-macro v0.5.0
4882024-12-05T06:39:37.050Z Compiling usdt-macro v0.5.0
4892024-12-05T06:39:37.522Z Compiling cargo_toml v0.20.5
4902024-12-05T06:39:38.075Z Compiling usdt v0.5.0
4912024-12-05T06:39:41.848Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-12-05T06:39:47.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.02s
4932024-12-05T06:39:47.562Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-12-05T06:39:48.235Z Downloading crates ...
4952024-12-05T06:39:48.371Z Downloaded hex v0.4.3
4962024-12-05T06:39:48.396Z Downloaded instability v0.3.2
4972024-12-05T06:39:48.396Z Downloaded md5 v0.7.0
4982024-12-05T06:39:48.396Z Downloaded addr2line v0.24.2
4992024-12-05T06:39:48.396Z Downloaded lru-cache v0.1.2
5002024-12-05T06:39:48.396Z Downloaded idna v0.3.0
5012024-12-05T06:39:48.396Z Downloaded darling v0.20.10
5022024-12-05T06:39:48.421Z Downloaded http-range v0.1.5
5032024-12-05T06:39:48.421Z Downloaded hostname v0.4.0
5042024-12-05T06:39:48.421Z Downloaded httparse v1.9.5
5052024-12-05T06:39:48.421Z Downloaded home v0.5.9
5062024-12-05T06:39:48.421Z Downloaded icu_provider v1.5.0
5072024-12-05T06:39:48.446Z Downloaded itertools v0.12.1
5082024-12-05T06:39:48.447Z Downloaded kstat-rs v0.2.4
5092024-12-05T06:39:48.472Z Downloaded lazycell v1.3.0
5102024-12-05T06:39:48.472Z Downloaded maybe-uninit v2.0.0
5112024-12-05T06:39:48.472Z Downloaded matches v0.1.10
5122024-12-05T06:39:48.497Z Downloaded mime v0.3.17
5132024-12-05T06:39:48.497Z Downloaded xattr v1.3.1
5142024-12-05T06:39:48.497Z Downloaded mime_guess v2.0.5
5152024-12-05T06:39:48.497Z Downloaded const_format_proc_macros v0.2.33
5162024-12-05T06:39:48.497Z Downloaded cipher v0.4.4
5172024-12-05T06:39:48.497Z Downloaded lock_api v0.4.12
5182024-12-05T06:39:48.497Z Downloaded env_filter v0.1.2
5192024-12-05T06:39:48.497Z Downloaded r2d2 v0.8.10
5202024-12-05T06:39:48.522Z Downloaded parse-size v1.1.0
5212024-12-05T06:39:48.522Z Downloaded smallvec v0.6.14
5222024-12-05T06:39:48.522Z Downloaded thiserror-no-std v2.0.2
5232024-12-05T06:39:48.548Z Downloaded untrusted v0.9.0
5242024-12-05T06:39:48.548Z Downloaded difflib v0.4.0
5252024-12-05T06:39:48.548Z Downloaded pbkdf2 v0.11.0
5262024-12-05T06:39:48.574Z Downloaded scopeguard v1.2.0
5272024-12-05T06:39:48.574Z Downloaded untrusted v0.7.1
5282024-12-05T06:39:48.599Z Downloaded peg-macros v0.8.4
5292024-12-05T06:39:48.599Z Downloaded pretty-hex v0.2.1
5302024-12-05T06:39:48.599Z Downloaded normalize-line-endings v0.3.0
5312024-12-05T06:39:48.599Z Downloaded num-complex v0.4.6
5322024-12-05T06:39:48.599Z Downloaded num v0.4.3
5332024-12-05T06:39:48.624Z Downloaded rand_xorshift v0.3.0
5342024-12-05T06:39:48.624Z Downloaded newtype-uuid v1.1.3
5352024-12-05T06:39:48.624Z Downloaded toolchain_find v0.4.0
5362024-12-05T06:39:48.624Z Downloaded precomputed-hash v0.1.1
5372024-12-05T06:39:48.624Z Downloaded num-derive v0.4.2
5382024-12-05T06:39:48.649Z Downloaded powerfmt v0.2.0
5392024-12-05T06:39:48.649Z Downloaded structmeta v0.2.0
5402024-12-05T06:39:48.649Z Downloaded mirai-annotations v1.12.0
5412024-12-05T06:39:48.674Z Downloaded num-conv v0.1.0
5422024-12-05T06:39:48.674Z Downloaded try-lock v0.2.5
5432024-12-05T06:39:48.674Z Downloaded futures-macro v0.3.31
5442024-12-05T06:39:48.674Z Downloaded foreign-types v0.3.2
5452024-12-05T06:39:48.674Z Downloaded darling_macro v0.20.10
5462024-12-05T06:39:48.674Z Downloaded foreign-types-shared v0.3.1
5472024-12-05T06:39:48.700Z Downloaded phf_shared v0.10.0
5482024-12-05T06:39:48.700Z Downloaded zone_cfg_derive v0.1.2
5492024-12-05T06:39:48.700Z Downloaded foreign-types v0.5.0
5502024-12-05T06:39:48.700Z Downloaded slab v0.4.9
5512024-12-05T06:39:48.700Z Downloaded phf v0.11.2
5522024-12-05T06:39:48.700Z Downloaded peg-runtime v0.8.3
5532024-12-05T06:39:48.700Z Downloaded zopfli v0.8.1
5542024-12-05T06:39:48.700Z Downloaded zerofrom v0.1.4
5552024-12-05T06:39:48.726Z Downloaded globset v0.4.15
5562024-12-05T06:39:48.726Z Downloaded zeroize v1.8.1
5572024-12-05T06:39:48.726Z Downloaded derive_builder_macro v0.20.2
5582024-12-05T06:39:48.726Z Downloaded walkdir v2.5.0
5592024-12-05T06:39:48.726Z Downloaded fxhash v0.2.1
5602024-12-05T06:39:48.726Z Downloaded slog-json v2.6.1
5612024-12-05T06:39:48.726Z Downloaded utf8_iter v1.0.4
5622024-12-05T06:39:48.726Z Downloaded sigpipe v0.1.3
5632024-12-05T06:39:48.753Z Downloaded derive_builder_core v0.20.2
5642024-12-05T06:39:48.753Z Downloaded percent-encoding v2.3.1
5652024-12-05T06:39:48.753Z Downloaded simd-adler32 v0.3.7
5662024-12-05T06:39:48.753Z Downloaded slog-envlogger v2.2.0
5672024-12-05T06:39:48.753Z Downloaded signature v2.2.0
5682024-12-05T06:39:48.753Z Downloaded uzers v0.12.1
5692024-12-05T06:39:48.753Z Downloaded rustls-pki-types v1.9.0
5702024-12-05T06:39:48.778Z Downloaded value-bag v1.9.0
5712024-12-05T06:39:48.778Z Downloaded serde_yaml v0.9.34+deprecated
5722024-12-05T06:39:48.778Z Downloaded petname v2.0.2
5732024-12-05T06:39:48.778Z Downloaded dhcproto-macros v0.1.0
5742024-12-05T06:39:48.778Z Downloaded vcpkg v0.2.15
5752024-12-05T06:39:48.822Z Downloaded futures-util v0.3.31
5762024-12-05T06:39:48.846Z Downloaded zerovec v0.10.4
5772024-12-05T06:39:48.846Z Downloaded radix_trie v0.2.1
5782024-12-05T06:39:48.872Z Downloaded smoltcp v0.9.1
5792024-12-05T06:39:48.872Z Downloaded regex v1.11.1
5802024-12-05T06:39:48.896Z Downloaded regex-syntax v0.6.29
5812024-12-05T06:39:48.896Z Downloaded smoltcp v0.11.0
5822024-12-05T06:39:48.920Z Downloaded trust-dns-proto v0.22.0
5832024-12-05T06:39:48.944Z Downloaded polar-core v0.27.3
5842024-12-05T06:39:48.944Z Downloaded regress v0.9.1
5852024-12-05T06:39:48.968Z Downloaded rustls v0.21.12
5862024-12-05T06:39:48.968Z Downloaded regex-automata v0.4.8
5872024-12-05T06:39:48.993Z Downloaded regress v0.10.1
5882024-12-05T06:39:48.993Z Downloaded rustls v0.23.14
5892024-12-05T06:39:49.018Z Downloaded rustls v0.22.4
5902024-12-05T06:39:49.043Z Downloaded ratatui v0.28.1
5912024-12-05T06:39:49.068Z Downloaded zerocopy-derive v0.6.6
5922024-12-05T06:39:49.068Z Downloaded regex-syntax v0.8.5
5932024-12-05T06:39:49.092Z Downloaded openapiv3 v2.0.0
5942024-12-05T06:39:49.092Z Downloaded csv v1.3.0
5952024-12-05T06:39:49.116Z Downloaded sled v0.34.7
5962024-12-05T06:39:49.141Z Downloaded dropshot v0.13.0
5972024-12-05T06:39:49.166Z Downloaded libz-sys v1.1.20
5982024-12-05T06:39:49.190Z Downloaded lzma-sys v0.1.20
5992024-12-05T06:39:49.214Z Downloaded zip v0.6.6
6002024-12-05T06:39:49.215Z Downloaded object v0.36.5
6012024-12-05T06:39:49.239Z Downloaded diesel v2.2.4
6022024-12-05T06:39:49.263Z Downloaded uuid v1.11.0
6032024-12-05T06:39:49.263Z Downloaded sha3 v0.10.8
6042024-12-05T06:39:49.263Z Downloaded rustls-pemfile v2.2.0
6052024-12-05T06:39:49.263Z Downloaded tokio v1.40.0
6062024-12-05T06:39:49.308Z Downloaded h2 v0.4.6
6072024-12-05T06:39:49.332Z Downloaded rsa v0.9.6
6082024-12-05T06:39:49.332Z Downloaded portable-atomic v1.9.0
6092024-12-05T06:39:49.332Z Downloaded nix v0.29.0
6102024-12-05T06:39:49.357Z Downloaded zerocopy-derive v0.8.10
6112024-12-05T06:39:49.357Z Downloaded petgraph v0.6.5
6122024-12-05T06:39:49.382Z Downloaded bzip2-sys v0.1.11+1.0.8
6132024-12-05T06:39:49.406Z Downloaded pem-rfc7468 v0.7.0
6142024-12-05T06:39:49.406Z Downloaded dhcproto v0.12.0
6152024-12-05T06:39:49.406Z Downloaded ron v0.8.1
6162024-12-05T06:39:49.406Z Downloaded nix v0.28.0
6172024-12-05T06:39:49.430Z Downloaded slog-dtrace v0.3.0
6182024-12-05T06:39:49.430Z Downloaded rustls-pemfile v1.0.4
6192024-12-05T06:39:49.430Z Downloaded der v0.7.9
6202024-12-05T06:39:49.431Z Downloaded quick-xml v0.33.0
6212024-12-05T06:39:49.455Z Downloaded encoding_rs v0.8.34
6222024-12-05T06:39:49.479Z Downloaded serde-hex v0.1.0
6232024-12-05T06:39:49.479Z Downloaded semver v0.1.20
6242024-12-05T06:39:49.479Z Downloaded libgit2-sys v0.17.0+1.8.1
6252024-12-05T06:39:49.534Z Downloaded futures v0.3.31
6262024-12-05T06:39:49.558Z Downloaded zerovec-derive v0.10.3
6272024-12-05T06:39:49.558Z Downloaded sqlparser v0.45.0
6282024-12-05T06:39:49.558Z Downloaded object v0.30.4
6292024-12-05T06:39:49.583Z Downloaded flate2 v1.0.34
6302024-12-05T06:39:49.583Z Downloaded rayon v1.10.0
6312024-12-05T06:39:49.583Z Downloaded nix v0.27.1
6322024-12-05T06:39:49.607Z Downloaded getrandom v0.2.15
6332024-12-05T06:39:49.607Z Downloaded des v0.8.1
6342024-12-05T06:39:49.607Z Downloaded derive_more v0.99.18
6352024-12-05T06:39:49.607Z Downloaded defmt-parser v0.3.4
6362024-12-05T06:39:49.607Z Downloaded dropshot v0.12.0
6372024-12-05T06:39:49.631Z Downloaded smf v0.2.3
6382024-12-05T06:39:49.631Z Downloaded serde-big-array v0.5.1
6392024-12-05T06:39:49.631Z Downloaded derive_builder v0.20.2
6402024-12-05T06:39:49.656Z Downloaded rustc_version v0.4.1
6412024-12-05T06:39:49.656Z Downloaded slog v2.7.0
6422024-12-05T06:39:49.656Z Downloaded signal-hook-tokio v0.3.1
6432024-12-05T06:39:49.656Z Downloaded pem v3.0.4
6442024-12-05T06:39:49.656Z Downloaded gethostname v0.5.0
6452024-12-05T06:39:49.656Z Downloaded defmt v0.3.8
6462024-12-05T06:39:49.656Z Downloaded reedline v0.35.0
6472024-12-05T06:39:49.657Z Downloaded foldhash v0.1.3
6482024-12-05T06:39:49.681Z Downloaded zip v2.1.3
6492024-12-05T06:39:49.681Z Downloaded vte v0.11.1
6502024-12-05T06:39:49.681Z Downloaded unicode-bidi v0.3.17
6512024-12-05T06:39:49.682Z Downloaded tough v0.19.0
6522024-12-05T06:39:49.682Z Downloaded unicode-width v0.2.0
6532024-12-05T06:39:49.706Z Downloaded vergen v8.3.2
6542024-12-05T06:39:49.706Z Downloaded tokio-util v0.7.12
6552024-12-05T06:39:49.706Z Downloaded zeroize_derive v1.4.2
6562024-12-05T06:39:49.706Z Downloaded zerofrom-derive v0.1.4
6572024-12-05T06:39:49.706Z Downloaded half v2.4.1
6582024-12-05T06:39:49.706Z Downloaded rustfmt-wrapper v0.2.1
6592024-12-05T06:39:49.706Z Downloaded rpassword v7.3.1
6602024-12-05T06:39:49.706Z Downloaded pin-project-lite v0.2.14
6612024-12-05T06:39:49.731Z Downloaded pkcs5 v0.7.1
6622024-12-05T06:39:49.731Z Downloaded typify-impl v0.2.0
6632024-12-05T06:39:49.755Z Downloaded defmt-macros v0.3.9
6642024-12-05T06:39:49.756Z Downloaded debug-ignore v1.0.5
6652024-12-05T06:39:49.756Z Downloaded tracing v0.1.40
6662024-12-05T06:39:49.756Z Downloaded tinyvec v1.8.0
6672024-12-05T06:39:49.756Z Downloaded similar v2.6.0
6682024-12-05T06:39:49.756Z Downloaded pin-project v1.1.6
6692024-12-05T06:39:49.780Z Downloaded vsss-rs v3.3.4
6702024-12-05T06:39:49.781Z Downloaded proptest v1.5.0
6712024-12-05T06:39:49.781Z Downloaded waitgroup v0.1.2
6722024-12-05T06:39:49.781Z Downloaded hash32 v0.2.1
6732024-12-05T06:39:49.806Z Downloaded group v0.13.0
6742024-12-05T06:39:49.806Z Downloaded glob v0.3.1
6752024-12-05T06:39:49.806Z Downloaded ghash v0.5.1
6762024-12-05T06:39:49.806Z Downloaded postgres-protocol v0.6.7
6772024-12-05T06:39:49.806Z Downloaded postcard v1.0.10
6782024-12-05T06:39:49.806Z Downloaded phf_generator v0.11.2
6792024-12-05T06:39:49.806Z Downloaded slog-bunyan v2.5.0
6802024-12-05T06:39:49.806Z Downloaded slog-async v2.8.0
6812024-12-05T06:39:49.806Z Downloaded polyval v0.6.2
6822024-12-05T06:39:49.806Z Downloaded pin-utils v0.1.0
6832024-12-05T06:39:49.806Z Downloaded darling_core v0.20.10
6842024-12-05T06:39:49.831Z Downloaded poly1305 v0.8.0
6852024-12-05T06:39:49.831Z Downloaded num-traits v0.2.19
6862024-12-05T06:39:49.831Z Downloaded tracing-core v0.1.32
6872024-12-05T06:39:49.831Z Downloaded openssl v0.10.66
6882024-12-05T06:39:49.831Z Downloaded phf_codegen v0.11.2
6892024-12-05T06:39:49.831Z Downloaded zone_cfg_derive v0.3.0
6902024-12-05T06:39:49.855Z Downloaded snafu v0.8.5
6912024-12-05T06:39:49.855Z Downloaded zone v0.3.0
6922024-12-05T06:39:49.856Z Downloaded zone v0.1.8
6932024-12-05T06:39:49.856Z Downloaded pin-project-internal v1.1.6
6942024-12-05T06:39:49.856Z Downloaded data-encoding v2.6.0
6952024-12-05T06:39:49.857Z Downloaded wait-timeout v0.2.0
6962024-12-05T06:39:49.857Z Downloaded signal-hook v0.3.17
6972024-12-05T06:39:49.857Z Downloaded utf-8 v0.7.6
6982024-12-05T06:39:49.857Z Downloaded num-rational v0.4.2
6992024-12-05T06:39:49.857Z Downloaded ron v0.7.1
7002024-12-05T06:39:49.881Z Downloaded toml_edit v0.19.15
7012024-12-05T06:39:49.881Z Downloaded siphasher v0.3.11
7022024-12-05T06:39:49.881Z Downloaded phf_shared v0.11.2
7032024-12-05T06:39:49.881Z Downloaded foreign-types-macros v0.2.3
7042024-12-05T06:39:49.881Z Downloaded pkcs1 v0.7.5
7052024-12-05T06:39:49.906Z Downloaded ssh-key v0.6.6
7062024-12-05T06:39:49.906Z Downloaded signal-hook-registry v1.4.2
7072024-12-05T06:39:49.906Z Downloaded num-integer v0.1.46
7082024-12-05T06:39:49.906Z Downloaded pkcs8 v0.10.2
7092024-12-05T06:39:49.906Z Downloaded utf16_iter v1.0.5
7102024-12-05T06:39:49.906Z Downloaded socket2 v0.5.7
7112024-12-05T06:39:49.906Z Downloaded mio v1.0.2
7122024-12-05T06:39:49.930Z Downloaded shlex v1.3.0
7132024-12-05T06:39:49.930Z Downloaded git2 v0.19.0
7142024-12-05T06:39:49.930Z Downloaded foreign-types-shared v0.1.1
7152024-12-05T06:39:49.930Z Downloaded signal-hook-mio v0.2.4
7162024-12-05T06:39:49.930Z Downloaded unicase v2.7.0
7172024-12-05T06:39:49.931Z Downloaded spin v0.9.8
7182024-12-05T06:39:49.931Z Downloaded rustls-webpki v0.102.8
7192024-12-05T06:39:49.956Z Downloaded sha1 v0.10.6
7202024-12-05T06:39:49.956Z Downloaded futures-channel v0.3.31
7212024-12-05T06:39:49.956Z Downloaded tui-tree-widget v0.22.0
7222024-12-05T06:39:49.956Z Downloaded miniz_oxide v0.8.0
7232024-12-05T06:39:49.981Z Downloaded p384 v0.13.0
7242024-12-05T06:39:49.981Z Downloaded vte_generate_state_changes v0.1.2
7252024-12-05T06:39:49.981Z Downloaded shell-words v1.1.0
7262024-12-05T06:39:49.981Z Downloaded pkg-config v0.3.31
7272024-12-05T06:39:49.981Z Downloaded futures-task v0.3.31
7282024-12-05T06:39:49.981Z Downloaded futures-sink v0.3.31
7292024-12-05T06:39:49.981Z Downloaded futures-io v0.3.31
7302024-12-05T06:39:49.981Z Downloaded futures-executor v0.3.31
7312024-12-05T06:39:49.981Z Downloaded snafu-derive v0.8.5
7322024-12-05T06:39:49.981Z Downloaded number_prefix v0.4.0
7332024-12-05T06:39:49.981Z Downloaded num_enum_derive v0.5.11
7342024-12-05T06:39:49.981Z Downloaded num_enum v0.5.11
7352024-12-05T06:39:50.006Z Downloaded nanorand v0.7.0
7362024-12-05T06:39:50.006Z Downloaded headers v0.4.0
7372024-12-05T06:39:50.006Z Downloaded tracing-attributes v0.1.27
7382024-12-05T06:39:50.006Z Downloaded flume v0.11.1
7392024-12-05T06:39:50.006Z Downloaded salty v0.3.0
7402024-12-05T06:39:50.031Z Downloaded futures-core v0.3.31
7412024-12-05T06:39:50.031Z Downloaded ssh-cipher v0.2.0
7422024-12-05T06:39:50.031Z Downloaded sqlformat v0.2.6
7432024-12-05T06:39:50.031Z Downloaded spin v0.5.2
7442024-12-05T06:39:50.031Z Downloaded num-iter v0.1.45
7452024-12-05T06:39:50.031Z Downloaded mockall_derive v0.13.0
7462024-12-05T06:39:50.031Z Downloaded omicron-zone-package v0.11.1
7472024-12-05T06:39:50.031Z Downloaded sqlparser_derive v0.2.2
7482024-12-05T06:39:50.031Z Downloaded spki v0.7.3
7492024-12-05T06:39:50.031Z Downloaded num_threads v0.1.7
7502024-12-05T06:39:50.056Z Downloaded multimap v0.10.0
7512024-12-05T06:39:50.056Z Downloaded multer v3.1.0
7522024-12-05T06:39:50.056Z Downloaded mockall v0.13.0
7532024-12-05T06:39:50.056Z Downloaded hashlink v0.9.1
7542024-12-05T06:39:50.056Z Downloaded hash32 v0.3.1
7552024-12-05T06:39:50.056Z Downloaded tls_codec_derive v0.4.1
7562024-12-05T06:39:50.056Z Downloaded tls_codec v0.4.1
7572024-12-05T06:39:50.056Z Downloaded tinystr v0.7.6
7582024-12-05T06:39:50.056Z Downloaded strum_macros v0.26.4
7592024-12-05T06:39:50.056Z Downloaded primeorder v0.13.6
7602024-12-05T06:39:50.056Z Downloaded predicates-tree v1.0.11
7612024-12-05T06:39:50.056Z Downloaded dropshot_endpoint v0.13.0
7622024-12-05T06:39:50.080Z Downloaded dropshot_endpoint v0.12.0
7632024-12-05T06:39:50.080Z Downloaded diff v0.1.13
7642024-12-05T06:39:50.080Z Downloaded diesel_derives v2.2.3
7652024-12-05T06:39:50.080Z Downloaded toml v0.7.8
7662024-12-05T06:39:50.080Z Downloaded tokio-postgres v0.7.12
7672024-12-05T06:39:50.080Z Downloaded rand v0.8.5
7682024-12-05T06:39:50.106Z Downloaded qorb v0.2.1
7692024-12-05T06:39:50.106Z Downloaded publicsuffix v2.2.3
7702024-12-05T06:39:50.106Z Downloaded num-bigint-dig v0.8.4
7712024-12-05T06:39:50.106Z Downloaded num-bigint v0.4.6
7722024-12-05T06:39:50.106Z Downloaded unicode-normalization v0.1.24
7732024-12-05T06:39:50.106Z Downloaded rustls-webpki v0.101.7
7742024-12-05T06:39:50.131Z Downloaded bstr v1.10.0
7752024-12-05T06:39:50.155Z Downloaded tinyvec_macros v0.1.1
7762024-12-05T06:39:50.155Z Downloaded termtree v0.4.1
7772024-12-05T06:39:50.155Z Downloaded strum_macros v0.25.3
7782024-12-05T06:39:50.155Z Downloaded strum_macros v0.24.3
7792024-12-05T06:39:50.156Z Downloaded strum v0.26.3
7802024-12-05T06:39:50.156Z Downloaded structmeta-derive v0.3.0
7812024-12-05T06:39:50.156Z Downloaded structmeta-derive v0.2.0
7822024-12-05T06:39:50.156Z Downloaded structmeta v0.3.0
7832024-12-05T06:39:50.156Z Downloaded strip-ansi-escapes v0.2.0
7842024-12-05T06:39:50.156Z Downloaded stringprep v0.1.5
7852024-12-05T06:39:50.156Z Downloaded rfc6979 v0.4.0
7862024-12-05T06:39:50.156Z Downloaded rustyline v14.0.0
7872024-12-05T06:39:50.156Z Downloaded stable_deref_trait v1.2.0
7882024-12-05T06:39:50.180Z Downloaded ssh-encoding v0.2.0
7892024-12-05T06:39:50.180Z Downloaded postgres-types v0.2.8
7902024-12-05T06:39:50.180Z Downloaded tokio-rustls v0.24.1
7912024-12-05T06:39:50.180Z Downloaded unicode-segmentation v1.12.0
7922024-12-05T06:39:50.180Z Downloaded webpki-roots v0.26.6
7932024-12-05T06:39:50.180Z Downloaded chrono-tz v0.10.0
7942024-12-05T06:39:50.205Z Downloaded predicates-core v1.0.8
7952024-12-05T06:39:50.205Z Downloaded predicates v3.1.2
7962024-12-05T06:39:50.205Z Downloaded ppv-lite86 v0.2.20
7972024-12-05T06:39:50.205Z Downloaded peg v0.8.4
7982024-12-05T06:39:50.205Z Downloaded olpc-cjson v0.1.4
7992024-12-05T06:39:50.205Z Downloaded tokio-tungstenite v0.24.0
8002024-12-05T06:39:50.205Z Downloaded tokio-tungstenite v0.23.1
8012024-12-05T06:39:50.205Z Downloaded tokio-tungstenite v0.21.0
8022024-12-05T06:39:50.229Z Downloaded tokio-stream v0.1.16
8032024-12-05T06:39:50.229Z Downloaded tokio-rustls v0.26.0
8042024-12-05T06:39:50.229Z Downloaded tokio-rustls v0.25.0
8052024-12-05T06:39:50.229Z Downloaded rcgen v0.12.1
8062024-12-05T06:39:50.229Z Downloaded ring v0.17.8
8072024-12-05T06:39:50.301Z Downloaded rayon-core v1.12.1
8082024-12-05T06:39:50.326Z Downloaded nom v7.1.3
8092024-12-05T06:39:50.326Z Downloaded opaque-debug v0.3.1
8102024-12-05T06:39:50.326Z Downloaded float-ord v0.3.2
8112024-12-05T06:39:50.326Z Downloaded float-cmp v0.9.0
8122024-12-05T06:39:50.326Z Downloaded dsl_auto_type v0.1.2
8132024-12-05T06:39:50.326Z Downloaded diesel-dtrace v0.3.0
8142024-12-05T06:39:50.326Z Downloaded tokio-native-tls v0.3.1
8152024-12-05T06:39:50.326Z Downloaded tokio-macros v2.4.0
8162024-12-05T06:39:50.326Z Downloaded downcast v0.11.0
8172024-12-05T06:39:50.326Z Downloaded topological-sort v0.2.2
8182024-12-05T06:39:50.326Z Downloaded ref-cast v1.0.23
8192024-12-05T06:39:50.351Z Downloaded quick-error v1.2.3
8202024-12-05T06:39:50.351Z Downloaded progenitor v0.8.0
8212024-12-05T06:39:50.351Z Downloaded p521 v0.13.3
8222024-12-05T06:39:50.351Z Downloaded diesel_table_macro_syntax v0.2.0
8232024-12-05T06:39:50.351Z Downloaded tower-service v0.3.3
8242024-12-05T06:39:50.351Z Downloaded rand_core v0.6.4
8252024-12-05T06:39:50.351Z Downloaded nodrop v0.1.14
8262024-12-05T06:39:50.351Z Downloaded native-tls v0.2.12
8272024-12-05T06:39:50.351Z Downloaded gimli v0.31.1
8282024-12-05T06:39:50.375Z Downloaded psl-types v2.0.11
8292024-12-05T06:39:50.375Z Downloaded progenitor-macro v0.8.0
8302024-12-05T06:39:50.375Z Downloaded libsqlite3-sys v0.30.1
8312024-12-05T06:39:50.447Z Downloaded proc-macro-crate v1.3.1
8322024-12-05T06:39:50.471Z Downloaded fragile v2.0.0
8332024-12-05T06:39:50.472Z Downloaded unicode-properties v0.1.3
8342024-12-05T06:39:50.472Z Downloaded hashbrown v0.14.5
8352024-12-05T06:39:50.472Z Downloaded hashbrown v0.13.2
8362024-12-05T06:39:50.472Z Downloaded display-error-chain v0.2.2
8372024-12-05T06:39:50.473Z Downloaded rand_seeder v0.3.0
8382024-12-05T06:39:50.473Z Downloaded rand_chacha v0.3.1
8392024-12-05T06:39:50.474Z Downloaded radium v0.7.0
8402024-12-05T06:39:50.474Z Downloaded hashbrown v0.12.3
8412024-12-05T06:39:50.500Z Downloaded nibble_vec v0.1.0
8422024-12-05T06:39:50.500Z Downloaded newtype_derive v0.1.6
8432024-12-05T06:39:50.500Z Downloaded form_urlencoded v1.2.1
8442024-12-05T06:39:50.500Z Downloaded dirs-sys-next v0.1.2
8452024-12-05T06:39:50.500Z Downloaded dirs-next v2.0.0
8462024-12-05T06:39:50.500Z Downloaded der_derive v0.7.3
8472024-12-05T06:39:50.500Z Downloaded nu-ansi-term v0.50.1
8482024-12-05T06:39:50.500Z Downloaded newline-converter v0.3.0
8492024-12-05T06:39:50.500Z Downloaded new_debug_unreachable v1.0.6
8502024-12-05T06:39:50.500Z Downloaded test-strategy v0.3.1
8512024-12-05T06:39:50.500Z Downloaded openssl-sys v0.9.103
8522024-12-05T06:39:50.500Z Downloaded deranged v0.3.11
8532024-12-05T06:39:50.564Z Downloaded unicode-truncate v1.1.0
8542024-12-05T06:39:50.564Z Downloaded thiserror-impl v2.0.3
8552024-12-05T06:39:50.564Z Downloaded thiserror v2.0.3
8562024-12-05T06:39:50.589Z Downloaded parking_lot v0.12.3
8572024-12-05T06:39:50.589Z Downloaded ring v0.16.20
8582024-12-05T06:39:50.666Z Downloaded p256 v0.13.2
8592024-12-05T06:39:50.692Z Downloaded curve25519-dalek v4.1.3
8602024-12-05T06:39:50.692Z Downloaded fs_extra v1.3.0
8612024-12-05T06:39:50.692Z Downloaded url v2.5.3
8622024-12-05T06:39:50.693Z Downloaded unsafe-libyaml v0.2.11
8632024-12-05T06:39:50.717Z Downloaded unicode_categories v0.1.1
8642024-12-05T06:39:50.717Z Downloaded time v0.3.36
8652024-12-05T06:39:50.717Z Downloaded salsa20 v0.10.2
8662024-12-05T06:39:50.717Z Downloaded rusty-fork v0.3.0
8672024-12-05T06:39:50.717Z Downloaded rustversion v1.0.17
8682024-12-05T06:39:50.717Z Downloaded parking_lot_core v0.8.6
8692024-12-05T06:39:50.718Z Downloaded parking_lot v0.11.2
8702024-12-05T06:39:50.742Z Downloaded oso v0.27.3
8712024-12-05T06:39:50.742Z Downloaded ed25519-dalek v2.1.1
8722024-12-05T06:39:50.742Z Downloaded zerocopy v0.8.10
8732024-12-05T06:39:50.767Z Downloaded yoke v0.7.4
8742024-12-05T06:39:50.791Z Downloaded winnow v0.5.40
8752024-12-05T06:39:50.791Z Downloaded funty v2.0.0
8762024-12-05T06:39:50.791Z Downloaded displaydoc v0.2.5
8772024-12-05T06:39:50.815Z Downloaded derive-where v1.2.7
8782024-12-05T06:39:50.815Z Downloaded universal-hash v0.5.1
8792024-12-05T06:39:50.815Z Downloaded unicode-xid v0.2.6
8802024-12-05T06:39:50.815Z Downloaded tiny-keccak v2.0.2
8812024-12-05T06:39:50.815Z Downloaded time-macros v0.2.18
8822024-12-05T06:39:50.815Z Downloaded thiserror-impl-no-std v2.0.2
8832024-12-05T06:39:50.840Z Downloaded schemars v0.8.21
8842024-12-05T06:39:50.840Z Downloaded parse-zoneinfo v0.3.1
8852024-12-05T06:39:50.864Z Downloaded packed_struct_codegen v0.10.1
8862024-12-05T06:39:50.865Z Downloaded packed_struct v0.10.1
8872024-12-05T06:39:50.865Z Downloaded owo-colors v4.1.0
8882024-12-05T06:39:50.865Z Downloaded openssl-probe v0.1.5
8892024-12-05T06:39:50.865Z Downloaded openssl-macros v0.1.1
8902024-12-05T06:39:50.865Z Downloaded elliptic-curve v0.13.8
8912024-12-05T06:39:50.865Z Downloaded ed25519 v2.2.3
8922024-12-05T06:39:50.889Z Downloaded ecdsa v0.16.9
8932024-12-05T06:39:50.889Z Downloaded reqwest v0.12.9
8942024-12-05T06:39:50.890Z Downloaded chrono v0.4.38
8952024-12-05T06:39:50.890Z Downloaded time-core v0.1.2
8962024-12-05T06:39:50.890Z Downloaded thread_local v1.1.8
8972024-12-05T06:39:50.890Z Downloaded sec1 v0.7.3
8982024-12-05T06:39:50.914Z Downloaded sct v0.7.1
8992024-12-05T06:39:50.914Z Downloaded scrypt v0.11.0
9002024-12-05T06:39:50.914Z Downloaded schemars_derive v0.8.21
9012024-12-05T06:39:50.914Z Downloaded samael v0.0.17
9022024-12-05T06:39:50.914Z Downloaded oso-derive v0.27.3
9032024-12-05T06:39:50.914Z Downloaded expectorate v1.1.0
9042024-12-05T06:39:50.914Z Downloaded enum-as-inner v0.6.1
9052024-12-05T06:39:50.914Z Downloaded enum-as-inner v0.5.1
9062024-12-05T06:39:50.914Z Downloaded ena v0.14.3
9072024-12-05T06:39:50.914Z Downloaded embedded-io v0.6.1
9082024-12-05T06:39:50.915Z Downloaded embedded-io v0.4.0
9092024-12-05T06:39:50.939Z Downloaded either v1.13.0
9102024-12-05T06:39:50.939Z Downloaded dyn-clone v1.0.17
9112024-12-05T06:39:50.939Z Downloaded dunce v1.0.5
9122024-12-05T06:39:50.939Z Downloaded x509-cert v0.2.5
9132024-12-05T06:39:50.939Z Downloaded serde_with v3.11.0
9142024-12-05T06:39:50.939Z Downloaded rusqlite v0.32.1
9152024-12-05T06:39:50.964Z Downloaded quinn-proto v0.11.8
9162024-12-05T06:39:50.964Z Downloaded crossterm v0.28.1
9172024-12-05T06:39:50.964Z Downloaded aws-lc-rs v1.10.0
9182024-12-05T06:39:50.988Z Downloaded scheduled-thread-pool v0.2.7
9192024-12-05T06:39:50.988Z Downloaded same-file v1.0.6
9202024-12-05T06:39:50.988Z Downloaded pbkdf2 v0.12.2
9212024-12-05T06:39:50.988Z Downloaded paste v1.0.15
9222024-12-05T06:39:50.988Z Downloaded password-hash v0.5.0
9232024-12-05T06:39:50.988Z Downloaded parse-display v0.10.0
9242024-12-05T06:39:50.988Z Downloaded parking_lot_core v0.9.10
9252024-12-05T06:39:50.988Z Downloaded fatfs v0.3.6
9262024-12-05T06:39:50.988Z Downloaded env_logger v0.11.5
9272024-12-05T06:39:50.988Z Downloaded endian-type v0.1.2
9282024-12-05T06:39:50.988Z Downloaded writeable v0.5.5
9292024-12-05T06:39:51.013Z Downloaded typed-path v0.9.3
9302024-12-05T06:39:51.013Z Downloaded tungstenite v0.24.0
9312024-12-05T06:39:51.013Z Downloaded tungstenite v0.23.0
9322024-12-05T06:39:51.013Z Downloaded steno v0.4.1
9332024-12-05T06:39:51.013Z Downloaded path-slash v0.1.5
9342024-12-05T06:39:51.013Z Downloaded parse-display-derive v0.10.0
9352024-12-05T06:39:51.013Z Downloaded fallible-iterator v0.2.0
9362024-12-05T06:39:51.013Z Downloaded whoami v1.5.2
9372024-12-05T06:39:51.038Z Downloaded tungstenite v0.21.0
9382024-12-05T06:39:51.038Z Downloaded russh v0.45.0
9392024-12-05T06:39:51.038Z Downloaded resolv-conf v0.7.0
9402024-12-05T06:39:51.038Z Downloaded flagset v0.4.6
9412024-12-05T06:39:51.038Z Downloaded filetime v0.2.25
9422024-12-05T06:39:51.038Z Downloaded ff v0.13.0
9432024-12-05T06:39:51.038Z Downloaded fd-lock v4.0.2
9442024-12-05T06:39:51.038Z Downloaded fallible-streaming-iterator v0.1.9
9452024-12-05T06:39:51.063Z Downloaded env_logger v0.10.2
9462024-12-05T06:39:51.063Z Downloaded zerocopy v0.6.6
9472024-12-05T06:39:51.063Z Downloaded yasna v0.5.2
9482024-12-05T06:39:51.063Z Downloaded which v4.4.2
9492024-12-05T06:39:51.063Z Downloaded tar v0.4.42
9502024-12-05T06:39:51.063Z Downloaded subprocess v0.2.9
9512024-12-05T06:39:51.063Z Downloaded rustc-hash v2.0.0
9522024-12-05T06:39:51.063Z Downloaded quinn v0.11.5
9532024-12-05T06:39:51.063Z Downloaded lalrpop v0.19.12
9542024-12-05T06:39:51.088Z Downloaded fixedbitset v0.4.2
9552024-12-05T06:39:51.088Z Downloaded fallible-iterator v0.3.0
9562024-12-05T06:39:51.088Z Downloaded xz2 v0.1.7
9572024-12-05T06:39:51.088Z Downloaded write16 v1.0.0
9582024-12-05T06:39:51.088Z Downloaded want v0.3.1
9592024-12-05T06:39:51.088Z Downloaded unarray v0.1.4
9602024-12-05T06:39:51.088Z Downloaded typify-macro v0.2.0
9612024-12-05T06:39:51.088Z Downloaded typify v0.2.0
9622024-12-05T06:39:51.088Z Downloaded twox-hash v1.6.3
9632024-12-05T06:39:51.088Z Downloaded term v0.7.0
9642024-12-05T06:39:51.113Z Downloaded tabwriter v1.4.0
9652024-12-05T06:39:51.113Z Downloaded supports-color v3.0.1
9662024-12-05T06:39:51.113Z Downloaded static_assertions v1.1.0
9672024-12-05T06:39:51.113Z Downloaded serde_repr v0.1.19
9682024-12-05T06:39:51.113Z Downloaded russh-keys v0.45.0
9692024-12-05T06:39:51.113Z Downloaded compact_str v0.8.0
9702024-12-05T06:39:51.113Z Downloaded secrecy v0.8.0
9712024-12-05T06:39:51.113Z Downloaded password-hash v0.4.2
9722024-12-05T06:39:51.113Z Downloaded yoke-derive v0.7.4
9732024-12-05T06:39:51.113Z Downloaded wyz v0.5.1
9742024-12-05T06:39:51.113Z Downloaded termios v0.3.3
9752024-12-05T06:39:51.137Z Downloaded termcolor v1.4.1
9762024-12-05T06:39:51.137Z Downloaded tap v1.0.1
9772024-12-05T06:39:51.137Z Downloaded take_mut v0.2.2
9782024-12-05T06:39:51.137Z Downloaded synstructure v0.13.1
9792024-12-05T06:39:51.137Z Downloaded sync_wrapper v1.0.1
9802024-12-05T06:39:51.137Z Downloaded sync-ptr v0.1.1
9812024-12-05T06:39:51.137Z Downloaded subtle v2.6.1
9822024-12-05T06:39:51.137Z Downloaded string_cache v0.8.7
9832024-12-05T06:39:51.138Z Downloaded aws-lc-sys v0.22.0
9842024-12-05T06:39:51.387Z Downloaded smallvec v1.13.2
9852024-12-05T06:39:51.412Z Downloaded slog-stdlog v4.1.1
9862024-12-05T06:39:51.412Z Downloaded slog-scope v4.4.0
9872024-12-05T06:39:51.412Z Downloaded serde_with_macros v3.11.0
9882024-12-05T06:39:51.412Z Downloaded serde_urlencoded v0.7.1
9892024-12-05T06:39:51.412Z Downloaded serde_derive_internals v0.29.1
9902024-12-05T06:39:51.412Z Downloaded rustc-demangle v0.1.24
9912024-12-05T06:39:51.412Z Downloaded rtoolbox v0.0.2
9922024-12-05T06:39:51.412Z Downloaded libxml v0.3.3
9932024-12-05T06:39:51.412Z Downloaded libm v0.2.8
9942024-12-05T06:39:51.437Z Downloaded hickory-client v0.24.1
9952024-12-05T06:39:51.437Z Downloaded slog-term v2.9.1
9962024-12-05T06:39:51.437Z Downloaded serde_plain v1.0.2
9972024-12-05T06:39:51.438Z Downloaded serde_path_to_error v0.1.16
9982024-12-05T06:39:51.438Z Downloaded rustc_version v0.1.7
9992024-12-05T06:39:51.438Z Downloaded rustc-hash v1.1.0
10002024-12-05T06:39:51.438Z Downloaded russh-cryptovec v0.7.3
10012024-12-05T06:39:51.438Z Downloaded ref-cast-impl v1.0.23
10022024-12-05T06:39:51.438Z Downloaded prettyplease v0.2.25
10032024-12-05T06:39:51.438Z Downloaded minimal-lexical v0.2.1
10042024-12-05T06:39:51.462Z Downloaded linear-map v1.2.0
10052024-12-05T06:39:51.462Z Downloaded crossbeam-channel v0.5.13
10062024-12-05T06:39:51.462Z Downloaded cookie v0.18.1
10072024-12-05T06:39:51.463Z Downloaded const_format v0.2.33
10082024-12-05T06:39:51.463Z Downloaded chacha20poly1305 v0.10.1
10092024-12-05T06:39:51.463Z Downloaded cc v1.1.30
10102024-12-05T06:39:51.463Z Downloaded backtrace v0.3.74
10112024-12-05T06:39:51.487Z Downloaded progenitor-impl v0.8.0
10122024-12-05T06:39:51.487Z Downloaded idna v0.5.0
10132024-12-05T06:39:51.487Z Downloaded hyper v1.5.0
10142024-12-05T06:39:51.487Z Downloaded quinn-udp v0.5.5
10152024-12-05T06:39:51.487Z Downloaded crossbeam-utils v0.8.20
10162024-12-05T06:39:51.511Z Downloaded crossbeam-epoch v0.9.18
10172024-12-05T06:39:51.511Z Downloaded crc32fast v1.4.2
10182024-12-05T06:39:51.511Z Downloaded ciborium v0.2.2
10192024-12-05T06:39:51.512Z Downloaded cancel-safe-futures v0.1.5
10202024-12-05T06:39:51.512Z Downloaded bzip2 v0.4.4
10212024-12-05T06:39:51.512Z Downloaded progenitor-client v0.8.0
10222024-12-05T06:39:51.512Z Downloaded memmap2 v0.9.5
10232024-12-05T06:39:51.512Z Downloaded libloading v0.8.5
10242024-12-05T06:39:51.512Z Downloaded itertools v0.10.5
10252024-12-05T06:39:51.536Z Downloaded icu_properties_data v1.5.0
10262024-12-05T06:39:51.536Z Downloaded hubpack v0.1.2
10272024-12-05T06:39:51.536Z Downloaded crypto-bigint v0.5.5
10282024-12-05T06:39:51.561Z Downloaded cookie_store v0.21.0
10292024-12-05T06:39:51.561Z Downloaded clang-sys v1.8.1
10302024-12-05T06:39:51.561Z Downloaded chrono-tz-build v0.4.0
10312024-12-05T06:39:51.561Z Downloaded bcs v0.1.6
10322024-12-05T06:39:51.561Z Downloaded memoffset v0.9.1
10332024-12-05T06:39:51.561Z Downloaded md-5 v0.10.6
10342024-12-05T06:39:51.561Z Downloaded match_cfg v0.1.0
10352024-12-05T06:39:51.561Z Downloaded managed v0.8.0
10362024-12-05T06:39:51.561Z Downloaded litemap v0.7.3
10372024-12-05T06:39:51.561Z Downloaded linked-hash-map v0.5.6
10382024-12-05T06:39:51.561Z Downloaded curve25519-dalek-derive v0.1.1
10392024-12-05T06:39:51.561Z Downloaded cbc v0.1.2
10402024-12-05T06:39:51.561Z Downloaded block-padding v0.3.3
10412024-12-05T06:39:51.561Z Downloaded lru v0.12.5
10422024-12-05T06:39:51.562Z Downloaded lockfree-object-pool v0.1.6
10432024-12-05T06:39:51.562Z Downloaded libsw v3.3.1
10442024-12-05T06:39:51.586Z Downloaded indexmap v1.9.3
10452024-12-05T06:39:51.586Z Downloaded idna v1.0.3
10462024-12-05T06:39:51.586Z Downloaded icu_properties v1.5.1
10472024-12-05T06:39:51.586Z Downloaded icu_normalizer v1.5.0
10482024-12-05T06:39:51.586Z Downloaded icu_locid v1.5.0
10492024-12-05T06:39:51.586Z Downloaded iana-time-zone v0.1.61
10502024-12-05T06:39:51.586Z Downloaded ctr v0.9.2
10512024-12-05T06:39:51.610Z Downloaded const-oid v0.9.6
10522024-12-05T06:39:51.610Z Downloaded console v0.15.8
10532024-12-05T06:39:51.610Z Downloaded cfg_aliases v0.2.1
10542024-12-05T06:39:51.610Z Downloaded cassowary v0.3.0
10552024-12-05T06:39:51.610Z Downloaded bumpalo v3.16.0
10562024-12-05T06:39:51.610Z Downloaded blowfish v0.9.1
10572024-12-05T06:39:51.610Z Downloaded maplit v1.0.2
10582024-12-05T06:39:51.611Z Downloaded libefi-sys v0.1.0
10592024-12-05T06:39:51.611Z Downloaded lalrpop-util v0.19.12
10602024-12-05T06:39:51.611Z Downloaded jobserver v0.1.32
10612024-12-05T06:39:51.611Z Downloaded ipnet v2.10.1
10622024-12-05T06:39:51.611Z Downloaded internet-checksum v0.2.1
10632024-12-05T06:39:51.611Z Downloaded indent_write v2.2.0
10642024-12-05T06:39:51.611Z Downloaded impl-trait-for-tuples v0.2.2
10652024-12-05T06:39:51.636Z Downloaded idna v0.4.0
10662024-12-05T06:39:51.636Z Downloaded humantime v2.1.0
10672024-12-05T06:39:51.636Z Downloaded crunchy v0.2.2
10682024-12-05T06:39:51.636Z Downloaded crossbeam-deque v0.8.5
10692024-12-05T06:39:51.636Z Downloaded crc-catalog v2.4.0
10702024-12-05T06:39:51.636Z Downloaded crc v3.2.1
10712024-12-05T06:39:51.636Z Downloaded convert_case v0.4.0
10722024-12-05T06:39:51.636Z Downloaded constant_time_eq v0.3.1
10732024-12-05T06:39:51.636Z Downloaded colored v2.1.0
10742024-12-05T06:39:51.636Z Downloaded ciborium-io v0.2.2
10752024-12-05T06:39:51.636Z Downloaded chacha20 v0.9.1
10762024-12-05T06:39:51.636Z Downloaded castaway v0.2.3
10772024-12-05T06:39:51.636Z Downloaded buf-list v1.0.3
10782024-12-05T06:39:51.660Z Downloaded bitfield v0.14.0
10792024-12-05T06:39:51.660Z Downloaded bit-set v0.5.3
10802024-12-05T06:39:51.660Z Downloaded bindgen v0.69.5
10812024-12-05T06:39:51.660Z Downloaded base16ct v0.2.0
10822024-12-05T06:39:51.660Z Downloaded lazy_static v1.5.0
10832024-12-05T06:39:51.660Z Downloaded itertools v0.13.0
10842024-12-05T06:39:51.660Z Downloaded is_ci v1.2.0
10852024-12-05T06:39:51.661Z Downloaded instant v0.1.13
10862024-12-05T06:39:51.685Z Downloaded inout v0.1.3
10872024-12-05T06:39:51.685Z Downloaded indoc v1.0.9
10882024-12-05T06:39:51.686Z Downloaded indicatif v0.17.9
10892024-12-05T06:39:51.686Z Downloaded ident_case v1.0.1
10902024-12-05T06:39:51.686Z Downloaded icu_locid_transform_data v1.5.0
10912024-12-05T06:39:51.686Z Downloaded icu_locid_transform v1.5.0
10922024-12-05T06:39:51.686Z Downloaded hyper-rustls v0.27.3
10932024-12-05T06:39:51.686Z Downloaded httpdate v1.0.3
10942024-12-05T06:39:51.686Z Downloaded csv-core v0.1.11
10952024-12-05T06:39:51.686Z Downloaded cstr-argument v0.1.2
10962024-12-05T06:39:51.686Z Downloaded crucible-workspace-hack v0.1.0
10972024-12-05T06:39:51.686Z Downloaded cobs v0.2.3
10982024-12-05T06:39:51.686Z Downloaded cmake v0.1.51
10992024-12-05T06:39:51.686Z Downloaded ciborium-ll v0.2.2
11002024-12-05T06:39:51.710Z Downloaded cfg_aliases v0.1.1
11012024-12-05T06:39:51.710Z Downloaded cexpr v0.6.0
11022024-12-05T06:39:51.710Z Downloaded bytes v1.8.0
11032024-12-05T06:39:51.710Z Downloaded blake3 v1.5.4
11042024-12-05T06:39:51.710Z Downloaded bitfield-struct v0.6.2
11052024-12-05T06:39:51.710Z Downloaded base64 v0.21.7
11062024-12-05T06:39:51.710Z Downloaded base64 v0.13.1
11072024-12-05T06:39:51.735Z Downloaded arrayref v0.3.9
11082024-12-05T06:39:51.735Z Downloaded keccak v0.1.5
11092024-12-05T06:39:51.735Z Downloaded is-terminal v0.4.13
11102024-12-05T06:39:51.735Z Downloaded ipnetwork v0.20.0
11112024-12-05T06:39:51.735Z Downloaded idna_adapter v1.2.0
11122024-12-05T06:39:51.737Z Downloaded idna v0.2.3
11132024-12-05T06:39:51.737Z Downloaded icu_provider_macros v1.5.0
11142024-12-05T06:39:51.737Z Downloaded icu_collections v1.5.0
11152024-12-05T06:39:51.737Z Downloaded hyper-tls v0.6.0
11162024-12-05T06:39:51.737Z Downloaded crc-any v2.5.0
11172024-12-05T06:39:51.762Z Downloaded bit-vec v0.6.3
11182024-12-05T06:39:51.762Z Downloaded base64 v0.22.1
11192024-12-05T06:39:51.762Z Downloaded atty v0.2.14
11202024-12-05T06:39:51.762Z Downloaded atomicwrites v0.4.4
11212024-12-05T06:39:51.762Z Downloaded atomic-waker v1.1.2
11222024-12-05T06:39:51.762Z Downloaded async-bb8-diesel v0.2.1
11232024-12-05T06:39:51.762Z Downloaded icu_normalizer_data v1.5.0
11242024-12-05T06:39:51.762Z Downloaded hyper-staticfile v0.10.1
11252024-12-05T06:39:51.762Z Downloaded blake2 v0.10.6
11262024-12-05T06:39:51.762Z Downloaded bitvec v1.0.1
11272024-12-05T06:39:51.787Z Downloaded bcrypt-pbkdf v0.10.0
11282024-12-05T06:39:51.787Z Downloaded async-stream v0.3.6
11292024-12-05T06:39:51.787Z Downloaded ascii-canvas v3.0.0
11302024-12-05T06:39:51.787Z Downloaded aho-corasick v1.1.3
11312024-12-05T06:39:51.787Z Downloaded hubpack_derive v0.1.1
11322024-12-05T06:39:51.787Z Downloaded http-body-util v0.1.2
11332024-12-05T06:39:51.787Z Downloaded http v1.1.0
11342024-12-05T06:39:51.812Z Downloaded hmac v0.12.1
11352024-12-05T06:39:51.812Z Downloaded hickory-server v0.24.1
11362024-12-05T06:39:51.812Z Downloaded hickory-resolver v0.24.1
11372024-12-05T06:39:51.812Z Downloaded bitflags v1.3.2
11382024-12-05T06:39:51.812Z Downloaded bb8 v0.8.5
11392024-12-05T06:39:51.812Z Downloaded backoff v0.4.0
11402024-12-05T06:39:51.812Z Downloaded arrayvec v0.7.6
11412024-12-05T06:39:51.836Z Downloaded array-init v0.0.4
11422024-12-05T06:39:51.836Z Downloaded argon2 v0.5.3
11432024-12-05T06:39:51.836Z Downloaded async-trait v0.1.83
11442024-12-05T06:39:51.836Z Downloaded async-recursion v1.1.1
11452024-12-05T06:39:51.836Z Downloaded hickory-proto v0.24.1
11462024-12-05T06:39:51.861Z Downloaded base64ct v1.6.0
11472024-12-05T06:39:51.861Z Downloaded async-stream-impl v0.3.6
11482024-12-05T06:39:51.861Z Downloaded assert_matches v1.5.0
11492024-12-05T06:39:51.861Z Downloaded hostname v0.3.1
11502024-12-05T06:39:51.861Z Downloaded hkdf v0.12.4
11512024-12-05T06:39:51.861Z Downloaded highway v1.2.0
11522024-12-05T06:39:51.861Z Downloaded aes-gcm v0.10.3
11532024-12-05T06:39:51.861Z Downloaded aes v0.8.4
11542024-12-05T06:39:51.885Z Downloaded aead v0.5.2
11552024-12-05T06:39:51.886Z Downloaded http-body v1.0.1
11562024-12-05T06:39:51.886Z Downloaded hex-literal v0.4.1
11572024-12-05T06:39:51.886Z Downloaded heck v0.3.3
11582024-12-05T06:39:51.886Z Downloaded heapless v0.8.0
11592024-12-05T06:39:51.886Z Downloaded heapless v0.7.17
11602024-12-05T06:39:51.886Z Downloaded headers-core v0.3.0
11612024-12-05T06:39:51.886Z Downloaded allocator-api2 v0.2.18
11622024-12-05T06:39:51.886Z Downloaded ahash v0.8.11
11632024-12-05T06:39:51.886Z Downloaded arc-swap v1.7.1
11642024-12-05T06:39:51.910Z Downloaded adler2 v2.0.0
11652024-12-05T06:39:51.911Z Downloaded hyper-util v0.1.10
11662024-12-05T06:39:52.026Z Compiling serde v1.0.215
11672024-12-05T06:39:52.026Z Compiling lock_api v0.4.12
11682024-12-05T06:39:52.051Z Compiling scopeguard v1.2.0
11692024-12-05T06:39:52.051Z Compiling value-bag v1.9.0
11702024-12-05T06:39:52.051Z Compiling typenum v1.17.0
11712024-12-05T06:39:52.051Z Compiling generic-array v0.14.7
11722024-12-05T06:39:52.051Z Compiling syn v2.0.87
11732024-12-05T06:39:52.051Z Compiling getrandom v0.2.15
11742024-12-05T06:39:52.280Z Compiling shlex v1.3.0
11752024-12-05T06:39:52.466Z Compiling log v0.4.22
11762024-12-05T06:39:52.490Z Compiling rand_core v0.6.4
11772024-12-05T06:39:52.645Z Compiling subtle v2.6.1
11782024-12-05T06:39:52.670Z Compiling jobserver v0.1.32
11792024-12-05T06:39:52.694Z Compiling const-oid v0.9.6
11802024-12-05T06:39:52.848Z Compiling smallvec v1.13.2
11812024-12-05T06:39:52.952Z Compiling spin v0.9.8
11822024-12-05T06:39:52.979Z Compiling pin-project-lite v0.2.14
11832024-12-05T06:39:53.095Z Compiling cc v1.1.30
11842024-12-05T06:39:53.211Z Compiling rustix v0.38.37
11852024-12-05T06:39:53.235Z Compiling parking_lot_core v0.9.10
11862024-12-05T06:39:53.315Z Compiling futures-core v0.3.31
11872024-12-05T06:39:53.480Z Compiling signal-hook-registry v1.4.2
11882024-12-05T06:39:53.574Z Compiling mio v1.0.2
11892024-12-05T06:39:54.077Z Compiling parking_lot v0.12.3
11902024-12-05T06:39:54.283Z Compiling aho-corasick v1.1.3
11912024-12-05T06:39:54.307Z Compiling regex-syntax v0.8.5
11922024-12-05T06:39:54.331Z Compiling either v1.13.0
11932024-12-05T06:39:54.400Z Compiling cpufeatures v0.2.14
11942024-12-05T06:39:54.508Z Compiling lazy_static v1.5.0
11952024-12-05T06:39:54.630Z Compiling futures-sink v0.3.31
11962024-12-05T06:39:54.746Z Compiling stable_deref_trait v1.2.0
11972024-12-05T06:39:54.770Z Compiling glob v0.3.1
11982024-12-05T06:39:54.795Z Compiling socket2 v0.5.7
11992024-12-05T06:39:54.858Z Compiling slab v0.4.9
12002024-12-05T06:39:54.954Z Compiling prettyplease v0.2.25
12012024-12-05T06:39:55.261Z Compiling minimal-lexical v0.2.1
12022024-12-05T06:39:55.534Z Compiling libloading v0.8.5
12032024-12-05T06:39:55.851Z Compiling clang-sys v1.8.1
12042024-12-05T06:39:55.876Z Compiling nom v7.1.3
12052024-12-05T06:39:55.876Z Compiling home v0.5.9
12062024-12-05T06:39:56.081Z Compiling bindgen v0.69.5
12072024-12-05T06:39:56.147Z Compiling serde_json v1.0.132
12082024-12-05T06:39:56.422Z Compiling futures-channel v0.3.31
12092024-12-05T06:39:56.750Z Compiling itertools v0.12.1
12102024-12-05T06:39:56.799Z Compiling lazycell v1.3.0
12112024-12-05T06:39:56.943Z Compiling pin-utils v0.1.0
12122024-12-05T06:39:56.967Z Compiling allocator-api2 v0.2.18
12132024-12-05T06:39:57.039Z Compiling futures-task v0.3.31
12142024-12-05T06:39:57.299Z Compiling rustc-hash v1.1.0
12152024-12-05T06:39:57.420Z Compiling futures-io v0.3.31
12162024-12-05T06:39:57.631Z Compiling regex-automata v0.4.8
12172024-12-05T06:39:57.701Z Compiling foldhash v0.1.3
12182024-12-05T06:39:57.948Z Compiling hashbrown v0.15.0
12192024-12-05T06:39:58.777Z Compiling synstructure v0.13.1
12202024-12-05T06:39:58.962Z Compiling cexpr v0.6.0
12212024-12-05T06:39:59.392Z Compiling cmake v0.1.51
12222024-12-05T06:40:00.008Z Compiling fs_extra v1.3.0
12232024-12-05T06:40:00.190Z Compiling pkg-config v0.3.31
12242024-12-05T06:40:00.246Z Compiling libm v0.2.8
12252024-12-05T06:40:00.432Z Compiling tinyvec_macros v0.1.1
12262024-12-05T06:40:00.531Z Compiling dunce v1.0.5
12272024-12-05T06:40:00.531Z Compiling tinyvec v1.8.0
12282024-12-05T06:40:00.607Z Compiling num-traits v0.2.19
12292024-12-05T06:40:01.033Z Compiling ring v0.17.8
12302024-12-05T06:40:01.515Z Compiling base64ct v1.6.0
12312024-12-05T06:40:01.607Z Compiling paste v1.0.15
12322024-12-05T06:40:01.766Z Compiling unicode-normalization v0.1.24
12332024-12-05T06:40:01.795Z Compiling writeable v0.5.5
12342024-12-05T06:40:01.948Z Compiling litemap v0.7.3
12352024-12-05T06:40:02.008Z Compiling unicode-bidi v0.3.17
12362024-12-05T06:40:02.091Z Compiling regex v1.11.1
12372024-12-05T06:40:02.305Z Compiling pem-rfc7468 v0.7.0
12382024-12-05T06:40:02.921Z Compiling aws-lc-rs v1.10.0
12392024-12-05T06:40:03.006Z Compiling httparse v1.9.5
12402024-12-05T06:40:03.197Z Compiling flagset v0.4.6
12412024-12-05T06:40:03.382Z Compiling tracing-core v0.1.32
12422024-12-05T06:40:03.733Z Compiling crossbeam-utils v0.8.20
12432024-12-05T06:40:04.151Z Compiling serde_derive v1.0.215
12442024-12-05T06:40:04.242Z Compiling zeroize_derive v1.4.2
12452024-12-05T06:40:04.285Z Compiling zerocopy-derive v0.7.35
12462024-12-05T06:40:04.309Z Compiling tokio-macros v2.4.0
12472024-12-05T06:40:04.579Z Compiling zerofrom-derive v0.1.4
12482024-12-05T06:40:05.534Z Compiling zeroize v1.8.1
12492024-12-05T06:40:05.680Z Compiling yoke-derive v0.7.4
12502024-12-05T06:40:06.172Z Compiling zerocopy v0.7.35
12512024-12-05T06:40:06.596Z Compiling thiserror-impl v1.0.69
12522024-12-05T06:40:07.102Z Compiling crypto-common v0.1.6
12532024-12-05T06:40:07.127Z Compiling block-buffer v0.10.4
12542024-12-05T06:40:07.321Z Compiling zerovec-derive v0.10.3
12552024-12-05T06:40:07.373Z Compiling digest v0.10.7
12562024-12-05T06:40:07.502Z Compiling futures-macro v0.3.31
12572024-12-05T06:40:07.779Z Compiling hmac v0.12.1
12582024-12-05T06:40:07.998Z Compiling block-padding v0.3.3
12592024-12-05T06:40:08.023Z Compiling zerofrom v0.1.4
12602024-12-05T06:40:08.146Z Compiling displaydoc v0.2.5
12612024-12-05T06:40:08.211Z Compiling inout v0.1.3
12622024-12-05T06:40:08.236Z Compiling sha2 v0.10.8
12632024-12-05T06:40:08.273Z Compiling yoke v0.7.4
12642024-12-05T06:40:08.458Z Compiling cipher v0.4.4
12652024-12-05T06:40:08.593Z Compiling ppv-lite86 v0.2.20
12662024-12-05T06:40:08.904Z Compiling der_derive v0.7.3
12672024-12-05T06:40:09.038Z Compiling futures-util v0.3.31
12682024-12-05T06:40:09.286Z Compiling thiserror v1.0.69
12692024-12-05T06:40:09.310Z Compiling icu_provider_macros v1.5.0
12702024-12-05T06:40:09.417Z Compiling rand_chacha v0.3.1
12712024-12-05T06:40:09.444Z Compiling zerovec v0.10.4
12722024-12-05T06:40:09.572Z Compiling tracing-attributes v0.1.27
12732024-12-05T06:40:10.239Z Compiling rustls-pki-types v1.9.0
12742024-12-05T06:40:10.823Z Compiling icu_locid_transform_data v1.5.0
12752024-12-05T06:40:10.924Z Compiling percent-encoding v2.3.1
12762024-12-05T06:40:10.977Z Compiling der v0.7.9
12772024-12-05T06:40:11.224Z Compiling tinystr v0.7.6
12782024-12-05T06:40:11.259Z Compiling icu_collections v1.5.0
12792024-12-05T06:40:11.288Z Compiling pest v2.7.14
12802024-12-05T06:40:11.432Z Compiling rand v0.8.5
12812024-12-05T06:40:11.594Z Compiling icu_locid v1.5.0
12822024-12-05T06:40:12.529Z Compiling salsa20 v0.10.2
12832024-12-05T06:40:12.757Z Compiling icu_provider v1.5.0
12842024-12-05T06:40:12.913Z Compiling tracing v0.1.40
12852024-12-05T06:40:13.350Z Compiling spki v0.7.3
12862024-12-05T06:40:13.428Z Compiling pbkdf2 v0.12.2
12872024-12-05T06:40:13.595Z Compiling icu_locid_transform v1.5.0
12882024-12-05T06:40:13.766Z Compiling icu_properties_data v1.5.0
12892024-12-05T06:40:13.799Z Compiling time-core v0.1.2
12902024-12-05T06:40:13.983Z Compiling mirai-annotations v1.12.0
12912024-12-05T06:40:14.058Z Compiling untrusted v0.7.1
12922024-12-05T06:40:14.082Z Compiling untrusted v0.9.0
12932024-12-05T06:40:14.082Z Compiling powerfmt v0.2.0
12942024-12-05T06:40:14.187Z Compiling num-conv v0.1.0
12952024-12-05T06:40:14.257Z Compiling vcpkg v0.2.15
12962024-12-05T06:40:14.436Z Compiling deranged v0.3.11
12972024-12-05T06:40:14.465Z Compiling time-macros v0.2.18
12982024-12-05T06:40:14.522Z Compiling scrypt v0.11.0
12992024-12-05T06:40:15.020Z Compiling icu_properties v1.5.1
13002024-12-05T06:40:15.601Z Compiling bitflags v2.6.0
13012024-12-05T06:40:15.898Z Compiling bytes v1.8.0
13022024-12-05T06:40:16.113Z Compiling indexmap v2.6.0
13032024-12-05T06:40:16.212Z Compiling semver v1.0.23
13042024-12-05T06:40:16.883Z Compiling tokio v1.40.0
13052024-12-05T06:40:17.039Z Compiling http v1.1.0
13062024-12-05T06:40:17.239Z Compiling rustc_version v0.4.1
13072024-12-05T06:40:17.383Z Compiling openssl-sys v0.9.103
13082024-12-05T06:40:17.590Z Compiling pest_meta v2.7.14
13092024-12-05T06:40:17.908Z Compiling cbc v0.1.2
13102024-12-05T06:40:18.121Z Compiling aes v0.8.4
13112024-12-05T06:40:18.279Z Compiling scroll_derive v0.12.0
13122024-12-05T06:40:18.718Z Compiling icu_normalizer_data v1.5.0
13132024-12-05T06:40:18.821Z Compiling num_threads v0.1.7
13142024-12-05T06:40:18.947Z Compiling write16 v1.0.0
13152024-12-05T06:40:19.072Z Compiling atomic-waker v1.1.2
13162024-12-05T06:40:19.113Z Compiling utf16_iter v1.0.5
13172024-12-05T06:40:19.137Z Compiling utf8_iter v1.0.4
13182024-12-05T06:40:19.253Z Compiling which v4.4.2
13192024-12-05T06:40:19.298Z Compiling time v0.3.36
13202024-12-05T06:40:19.371Z Compiling icu_normalizer v1.5.0
13212024-12-05T06:40:19.451Z Compiling scroll v0.12.0
13222024-12-05T06:40:19.917Z Compiling pkcs5 v0.7.1
13232024-12-05T06:40:20.209Z Compiling pest_generator v2.7.14
13242024-12-05T06:40:20.451Z Compiling http-body v1.0.1
13252024-12-05T06:40:20.772Z Compiling form_urlencoded v1.2.1
13262024-12-05T06:40:20.971Z Compiling try-lock v0.2.5
13272024-12-05T06:40:21.072Z Compiling slog v2.7.0
13282024-12-05T06:40:21.096Z Compiling goblin v0.8.2
13292024-12-05T06:40:21.123Z Compiling want v0.3.1
13302024-12-05T06:40:21.393Z Compiling pkcs8 v0.10.2
13312024-12-05T06:40:21.570Z Compiling idna_adapter v1.2.0
13322024-12-05T06:40:21.761Z Compiling httpdate v1.0.3
13332024-12-05T06:40:21.837Z Compiling pest_derive v2.7.14
13342024-12-05T06:40:21.837Z Compiling idna v1.0.3
13352024-12-05T06:40:22.170Z Compiling serde_spanned v0.6.8
13362024-12-05T06:40:22.374Z Compiling uuid v1.11.0
13372024-12-05T06:40:22.486Z Compiling dtrace-parser v0.2.0
13382024-12-05T06:40:22.724Z Compiling toml_datetime v0.6.8
13392024-12-05T06:40:23.175Z Compiling serde_tokenstream v0.2.2
13402024-12-05T06:40:23.360Z Compiling rustversion v1.0.17
13412024-12-05T06:40:23.542Z Compiling match_cfg v0.1.0
13422024-12-05T06:40:23.635Z Compiling openssl v0.10.66
13432024-12-05T06:40:23.659Z Compiling tower-service v0.3.3
13442024-12-05T06:40:23.700Z Compiling foreign-types-shared v0.1.1
13452024-12-05T06:40:23.777Z Compiling iana-time-zone v0.1.61
13462024-12-05T06:40:23.805Z Compiling adler2 v2.0.0
13472024-12-05T06:40:23.965Z Compiling base64 v0.22.1
13482024-12-05T06:40:24.009Z Compiling tokio-util v0.7.12
13492024-12-05T06:40:24.117Z Compiling miniz_oxide v0.8.0
13502024-12-05T06:40:24.189Z Compiling chrono v0.4.38
13512024-12-05T06:40:24.293Z Compiling foreign-types v0.3.2
13522024-12-05T06:40:24.385Z Compiling hostname v0.3.1
13532024-12-05T06:40:24.613Z Compiling url v2.5.3
13542024-12-05T06:40:25.217Z Compiling h2 v0.4.6
13552024-12-05T06:40:25.410Z Compiling openssl-macros v0.1.1
13562024-12-05T06:40:25.809Z Compiling async-trait v0.1.83
13572024-12-05T06:40:26.071Z Compiling dof v0.3.0
13582024-12-05T06:40:26.400Z Compiling dirs-sys-next v0.1.2
13592024-12-05T06:40:26.957Z Compiling usdt-impl v0.5.0
13602024-12-05T06:40:27.369Z Compiling syn v1.0.109
13612024-12-05T06:40:27.902Z Compiling siphasher v0.3.11
13622024-12-05T06:40:27.927Z Compiling data-encoding v2.6.0
13632024-12-05T06:40:28.025Z Compiling rustls v0.22.4
13642024-12-05T06:40:28.242Z Compiling native-tls v0.2.12
13652024-12-05T06:40:28.266Z Compiling rustls v0.23.14
13662024-12-05T06:40:28.378Z Compiling dirs-next v2.0.0
13672024-12-05T06:40:28.570Z Compiling http-body-util v0.1.2
13682024-12-05T06:40:29.005Z Compiling heapless v0.7.17
13692024-12-05T06:40:29.353Z Compiling crossbeam-epoch v0.9.18
13702024-12-05T06:40:29.689Z Compiling sha1 v0.10.6
13712024-12-05T06:40:29.818Z Compiling signature v2.2.0
13722024-12-05T06:40:29.854Z Compiling bzip2-sys v0.1.11+1.0.8
13732024-12-05T06:40:30.007Z Compiling serde_derive_internals v0.29.1
13742024-12-05T06:40:30.074Z Compiling thread_local v1.1.8
13752024-12-05T06:40:30.099Z Compiling cookie v0.18.1
13762024-12-05T06:40:30.123Z Compiling multer v3.1.0
13772024-12-05T06:40:30.266Z Compiling encoding_rs v0.8.34
13782024-12-05T06:40:30.355Z Compiling slog-async v2.8.0
13792024-12-05T06:40:30.380Z Compiling mime v0.3.17
13802024-12-05T06:40:30.565Z Compiling gimli v0.31.1
13812024-12-05T06:40:30.840Z Compiling unicode-properties v0.1.3
13822024-12-05T06:40:30.939Z Compiling openssl-probe v0.1.5
13832024-12-05T06:40:31.161Z Compiling hyper v1.5.0
13842024-12-05T06:40:31.300Z Compiling signal-hook v0.3.17
13852024-12-05T06:40:31.508Z Compiling rayon-core v1.12.1
13862024-12-05T06:40:31.725Z Compiling schemars v0.8.21
13872024-12-05T06:40:31.999Z Compiling ipnet v2.10.1
13882024-12-05T06:40:32.366Z Compiling schemars_derive v0.8.21
13892024-12-05T06:40:33.110Z Compiling toml_edit v0.22.22
13902024-12-05T06:40:33.698Z Compiling hyper-util v0.1.10
13912024-12-05T06:40:34.756Z Compiling addr2line v0.24.2
13922024-12-05T06:40:34.874Z Compiling stringprep v0.1.5
13932024-12-05T06:40:35.274Z Compiling usdt-macro v0.5.0
13942024-12-05T06:40:35.415Z Compiling usdt-attr-macro v0.5.0
13952024-12-05T06:40:35.883Z Compiling crossbeam-deque v0.8.5
13962024-12-05T06:40:36.065Z Compiling term v0.7.0
13972024-12-05T06:40:36.571Z Compiling slog-json v2.6.1
13982024-12-05T06:40:36.640Z Compiling serde_urlencoded v0.7.1
13992024-12-05T06:40:36.671Z Compiling curve25519-dalek v4.1.3
14002024-12-05T06:40:36.904Z Compiling crossbeam-channel v0.5.13
14012024-12-05T06:40:36.928Z Compiling enum-as-inner v0.6.1
14022024-12-05T06:40:37.115Z Compiling futures-executor v0.3.31
14032024-12-05T06:40:37.200Z Compiling rustls-pemfile v2.2.0
14042024-12-05T06:40:37.391Z Compiling md-5 v0.10.6
14052024-12-05T06:40:37.493Z Compiling async-stream-impl v0.3.6
14062024-12-05T06:40:37.613Z Compiling num-integer v0.1.46
14072024-12-05T06:40:37.637Z Compiling idna v0.4.0
14082024-12-05T06:40:37.779Z Compiling idna v0.3.0
14092024-12-05T06:40:37.847Z Compiling hash32 v0.2.1
14102024-12-05T06:40:38.156Z Compiling ff v0.13.0
14112024-12-05T06:40:38.276Z Compiling is-terminal v0.4.13
14122024-12-05T06:40:38.359Z Compiling dropshot v0.12.0
14132024-12-05T06:40:38.398Z Compiling object v0.36.5
14142024-12-05T06:40:38.608Z Compiling dyn-clone v1.0.17
14152024-12-05T06:40:38.632Z Compiling fallible-iterator v0.2.0
14162024-12-05T06:40:38.795Z Compiling base16ct v0.2.0
14172024-12-05T06:40:38.951Z Compiling utf-8 v0.7.6
14182024-12-05T06:40:39.093Z Compiling smoltcp v0.9.1
14192024-12-05T06:40:39.119Z Compiling psl-types v2.0.11
14202024-12-05T06:40:39.235Z Compiling quick-error v1.2.3
14212024-12-05T06:40:39.260Z Compiling portable-atomic v1.9.0
14222024-12-05T06:40:39.302Z Compiling rustc-demangle v0.1.24
14232024-12-05T06:40:39.378Z Compiling anyhow v1.0.93
14242024-12-05T06:40:39.703Z Compiling num-bigint-dig v0.8.4
14252024-12-05T06:40:39.903Z Compiling linked-hash-map v0.5.6
14262024-12-05T06:40:39.951Z Compiling take_mut v0.2.2
14272024-12-05T06:40:40.224Z Compiling lru-cache v0.1.2
14282024-12-05T06:40:40.265Z Compiling resolv-conf v0.7.0
14292024-12-05T06:40:40.291Z Compiling publicsuffix v2.2.3
14302024-12-05T06:40:40.408Z Compiling postgres-protocol v0.6.7
14312024-12-05T06:40:40.533Z Compiling tungstenite v0.24.0
14322024-12-05T06:40:40.560Z Compiling sec1 v0.7.3
14332024-12-05T06:40:41.092Z Compiling async-stream v0.3.6
14342024-12-05T06:40:41.257Z Compiling slog-term v2.9.1
14352024-12-05T06:40:41.374Z Compiling group v0.13.0
14362024-12-05T06:40:41.643Z Compiling usdt v0.5.0
14372024-12-05T06:40:41.677Z Compiling hickory-proto v0.24.1
14382024-12-05T06:40:42.318Z Compiling num-iter v0.1.45
14392024-12-05T06:40:42.480Z Compiling futures v0.3.31
14402024-12-05T06:40:42.591Z Compiling slog-bunyan v2.5.0
14412024-12-05T06:40:42.806Z Compiling toml v0.8.19
14422024-12-05T06:40:44.122Z Compiling camino v1.1.9
14432024-12-05T06:40:44.283Z Compiling backtrace v0.3.74
14442024-12-05T06:40:44.941Z Compiling tokio-native-tls v0.3.1
14452024-12-05T06:40:44.968Z Compiling phf_shared v0.11.2
14462024-12-05T06:40:45.002Z Compiling dropshot_endpoint v0.12.0
14472024-12-05T06:40:45.132Z Compiling terminal_size v0.4.0
14482024-12-05T06:40:45.194Z Compiling waitgroup v0.1.2
14492024-12-05T06:40:45.297Z Compiling openapiv3 v2.0.0
14502024-12-05T06:40:45.324Z Compiling serde_path_to_error v0.1.16
14512024-12-05T06:40:45.399Z Compiling webpki-roots v0.26.6
14522024-12-05T06:40:45.611Z Compiling hkdf v0.12.4
14532024-12-05T06:40:45.846Z Compiling crypto-bigint v0.5.5
14542024-12-05T06:40:46.090Z Compiling zerocopy-derive v0.6.6
14552024-12-05T06:40:47.340Z Compiling curve25519-dalek-derive v0.1.1
14562024-12-05T06:40:47.899Z Compiling idna v0.5.0
14572024-12-05T06:40:48.177Z Compiling hubpack_derive v0.1.1
14582024-12-05T06:40:48.631Z Compiling hostname v0.4.0
14592024-12-05T06:40:48.811Z Compiling crc32fast v1.4.2
14602024-12-05T06:40:48.835Z Compiling ahash v0.8.11
14612024-12-05T06:40:48.868Z Compiling fs-err v2.11.0
14622024-12-05T06:40:48.936Z Compiling managed v0.8.0
14632024-12-05T06:40:49.112Z Compiling bitflags v1.3.2
14642024-12-05T06:40:49.136Z Compiling winnow v0.5.40
14652024-12-05T06:40:49.161Z Compiling debug-ignore v1.0.5
14662024-12-05T06:40:49.218Z Compiling clap_builder v4.5.21
14672024-12-05T06:40:49.314Z Compiling console v0.15.8
14682024-12-05T06:40:49.339Z Compiling strum_macros v0.25.3
14692024-12-05T06:40:50.428Z Compiling flate2 v1.0.34
14702024-12-05T06:40:50.634Z Compiling hubpack v0.1.2
14712024-12-05T06:40:51.015Z Compiling cookie_store v0.21.0
14722024-12-05T06:40:51.090Z Compiling elliptic-curve v0.13.8
14732024-12-05T06:40:51.316Z Compiling zerocopy v0.6.6
14742024-12-05T06:40:51.797Z Compiling hickory-resolver v0.24.1
14752024-12-05T06:40:52.050Z Compiling toml_edit v0.19.15
14762024-12-05T06:40:52.341Z Compiling phf v0.11.2
14772024-12-05T06:40:52.411Z Compiling hyper-tls v0.6.0
14782024-12-05T06:40:52.711Z Compiling signal-hook-mio v0.2.4
14792024-12-05T06:40:52.771Z Compiling rayon v1.10.0
14802024-12-05T06:40:52.860Z Compiling bzip2 v0.4.4
14812024-12-05T06:40:53.377Z Compiling tokio-tungstenite v0.24.0
14822024-12-05T06:40:53.819Z Compiling postgres-types v0.2.8
14832024-12-05T06:40:56.152Z Compiling ed25519 v2.2.3
14842024-12-05T06:40:56.840Z Compiling phf_shared v0.10.0
14852024-12-05T06:40:57.010Z Compiling tokio-stream v0.1.16
14862024-12-05T06:40:57.191Z Compiling pkcs1 v0.7.5
14872024-12-05T06:40:57.220Z Compiling serde-big-array v0.5.1
14882024-12-05T06:40:57.424Z Compiling clap_derive v4.5.18
14892024-12-05T06:40:57.448Z Compiling rfc6979 v0.4.0
14902024-12-05T06:40:57.611Z Compiling derive-where v1.2.7
14912024-12-05T06:40:57.707Z Compiling serde_repr v0.1.19
14922024-12-05T06:40:57.891Z Compiling float-cmp v0.9.0
14932024-12-05T06:40:58.039Z Compiling bstr v1.10.0
14942024-12-05T06:40:58.086Z Compiling sync_wrapper v1.0.1
14952024-12-05T06:40:58.223Z Compiling whoami v1.5.2
14962024-12-05T06:40:58.655Z Compiling number_prefix v0.4.0
14972024-12-05T06:40:58.774Z Compiling normalize-line-endings v0.3.0
14982024-12-05T06:40:58.799Z Compiling unicode-width v0.2.0
14992024-12-05T06:40:58.860Z Compiling new_debug_unreachable v1.0.6
15002024-12-05T06:40:58.904Z Compiling static_assertions v1.1.0
15012024-12-05T06:40:58.955Z Compiling precomputed-hash v0.1.1
15022024-12-05T06:40:59.013Z Compiling fixedbitset v0.4.2
15032024-12-05T06:40:59.073Z Compiling difflib v0.4.0
15042024-12-05T06:40:59.254Z Compiling bit-vec v0.6.3
15052024-12-05T06:40:59.436Z Compiling predicates-core v1.0.8
15062024-12-05T06:40:59.585Z Compiling unicode-segmentation v1.12.0
15072024-12-05T06:40:59.668Z Compiling predicates v3.1.2
15082024-12-05T06:40:59.769Z Compiling bit-set v0.5.3
15092024-12-05T06:41:00.021Z Compiling petgraph v0.6.5
15102024-12-05T06:41:00.315Z Compiling similar v2.6.0
15112024-12-05T06:41:00.501Z Compiling indicatif v0.17.9
15122024-12-05T06:41:00.552Z Compiling string_cache v0.8.7
15132024-12-05T06:41:00.982Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15142024-12-05T06:41:01.217Z Compiling tokio-postgres v0.7.12
15152024-12-05T06:41:01.404Z Compiling clap v4.5.21
15162024-12-05T06:41:01.512Z Compiling ecdsa v0.16.9
15172024-12-05T06:41:02.230Z Compiling rsa v0.9.6
15182024-12-05T06:41:02.371Z Compiling ed25519-dalek v2.1.1
15192024-12-05T06:41:02.430Z Compiling toml v0.7.8
15202024-12-05T06:41:03.342Z Compiling zip v0.6.6
15212024-12-05T06:41:03.455Z Compiling crossterm v0.28.1
15222024-12-05T06:41:04.555Z Compiling hex v0.4.3
15232024-12-05T06:41:04.733Z Compiling x509-cert v0.2.5
15242024-12-05T06:41:05.053Z Compiling itertools v0.10.5
15252024-12-05T06:41:05.078Z Compiling unicode-xid v0.2.6
15262024-12-05T06:41:05.239Z Compiling peg-runtime v0.8.3
15272024-12-05T06:41:05.844Z Compiling lalrpop-util v0.19.12
15282024-12-05T06:41:05.870Z Compiling strum_macros v0.26.4
15292024-12-05T06:41:06.150Z Compiling xattr v1.3.1
15302024-12-05T06:41:06.373Z Compiling filetime v0.2.25
15312024-12-05T06:41:06.566Z Compiling tar v0.4.42
15322024-12-05T06:41:09.814Z Compiling strum v0.26.3
15332024-12-05T06:41:12.356Z Compiling aws-lc-sys v0.22.0
15342024-12-05T06:41:43.092Z Compiling rustls-webpki v0.102.8
15352024-12-05T06:41:47.182Z Compiling tokio-rustls v0.25.0
15362024-12-05T06:41:48.915Z Compiling tokio-rustls v0.26.0
15372024-12-05T06:41:49.237Z Compiling hyper-rustls v0.27.3
15382024-12-05T06:41:49.647Z Compiling reqwest v0.12.9
15392024-12-05T06:41:50.825Z Compiling qorb v0.2.1
15402024-12-05T06:41:55.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-12-05T06:41:56.128Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-12-05T06:42:03.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15432024-12-05T06:42:03.540Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-12-05T06:42:03.616ZDec 05 06:42:03.459 INFO Starting download, target: Cockroach
15452024-12-05T06:42:03.616ZDec 05 06:42:03.459 INFO Starting download, target: Clickhouse
15462024-12-05T06:42:03.616ZDec 05 06:42:03.459 INFO Starting download, target: Console
15472024-12-05T06:42:03.641ZDec 05 06:42:03.459 INFO Starting download, target: DendriteOpenapi
15482024-12-05T06:42:03.641ZDec 05 06:42:03.459 INFO Starting download, target: DendriteStub
15492024-12-05T06:42:03.641ZDec 05 06:42:03.459 INFO Starting download, target: MaghemiteMgd
15502024-12-05T06:42:03.641ZDec 05 06:42:03.459 INFO Starting download, target: TransceiverControl
15512024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15522024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15532024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15542024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15552024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-12-05T06:42:03.642ZDec 05 06:42:03.461 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-12-05T06:42:04.208ZDec 05 06:42:04.017 INFO Download complete, target: DendriteOpenapi
15592024-12-05T06:42:04.643ZDec 05 06:42:04.476 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-12-05T06:42:05.227ZDec 05 06:42:05.069 INFO Download complete, target: TransceiverControl
15612024-12-05T06:42:05.955ZDec 05 06:42:05.798 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15622024-12-05T06:42:06.552ZDec 05 06:42:06.395 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-12-05T06:42:07.819ZDec 05 06:42:07.662 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15642024-12-05T06:42:08.101ZDec 05 06:42:07.944 INFO Download complete, target: Console
15652024-12-05T06:42:08.268ZDec 05 06:42:08.111 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15662024-12-05T06:42:08.268ZDec 05 06:42:08.111 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15672024-12-05T06:42:08.857ZDec 05 06:42:08.700 INFO Download complete, target: DendriteStub
15682024-12-05T06:42:09.573ZDec 05 06:42:09.416 INFO Download complete, target: MaghemiteMgd
15692024-12-05T06:42:16.319ZDec 05 06:42:16.158 INFO Checking that binary works, target: Cockroach
15702024-12-05T06:42:16.604ZDec 05 06:42:16.447 INFO Download complete, target: Cockroach
15712024-12-05T06:42:16.642ZDec 05 06:42:16.485 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15722024-12-05T06:42:30.044ZDec 05 06:42:29.887 INFO Checking that binary works, target: Clickhouse
15732024-12-05T06:42:30.232ZDec 05 06:42:30.075 INFO Download complete, target: Clickhouse
15742024-12-05T06:42:30.260ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-12-05T06:42:30.284Z
15762024-12-05T06:42:30.284Zreal 5:01.278994609
15772024-12-05T06:42:30.285Zuser 14:24.724728472
15782024-12-05T06:42:30.285Zsys 3:11.250540660
15792024-12-05T06:42:30.285Ztrap 0.460734625
15802024-12-05T06:42:30.285Ztflt 0.732118394
15812024-12-05T06:42:30.285Zdflt 2.416272063
15822024-12-05T06:42:30.286Zkflt 0.008674481
15832024-12-05T06:42:30.286Zlock 30:30.303642253
15842024-12-05T06:42:30.286Zslp 53:42.953567538
15852024-12-05T06:42:30.286Zlat 59.775611791
15862024-12-05T06:42:30.286Zstop 2:14.959308188
15872024-12-05T06:42:30.286Z+ banner hack-check
15882024-12-05T06:42:30.286Z
15892024-12-05T06:42:30.286Z # # ## #### # # #### # # ###### #### # #
15902024-12-05T06:42:30.286Z # # # # # # # # # # # # # # # # #
15912024-12-05T06:42:30.286Z ###### # # # #### ##### # ###### ##### # ####
15922024-12-05T06:42:30.286Z # # ###### # # # # # # # # # #
15932024-12-05T06:42:30.286Z # # # # # # # # # # # # # # # # #
15942024-12-05T06:42:30.286Z # # # # #### # # #### # # ###### #### # #
15952024-12-05T06:42:30.286Z
15962024-12-05T06:42:30.286Z+ export CARGO_INCREMENTAL=0
15972024-12-05T06:42:30.286Z+ CARGO_INCREMENTAL=0
15982024-12-05T06:42:30.286Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-12-05T06:42:31.070Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-12-05T06:42:36.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
16012024-12-05T06:42:36.170Z Running `target/debug/xtask check-features --ci`
16022024-12-05T06:42:36.198Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-12-05T06:42:36.198Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-12-05T06:42:36.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16052024-12-05T06:42:36.802Z Running `target/debug/xtask download cargo-hack`
16062024-12-05T06:42:37.860Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-12-05T06:42:38.165Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-12-05T06:42:44.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.90s
16092024-12-05T06:42:44.860Z Running `target/debug/xtask-downloader cargo-hack`
16102024-12-05T06:42:44.915ZDec 05 06:42:44.757 INFO Starting download, target: CargoHack
16112024-12-05T06:42:44.939ZDec 05 06:42:44.759 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-12-05T06:42:45.566ZDec 05 06:42:45.408 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-12-05T06:42:45.671ZDec 05 06:42:45.514 INFO Download complete, target: CargoHack
16142024-12-05T06:42:45.697Zrunning: "/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"
16152024-12-05T06:42:45.721Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-12-05T06:42:45.965Zinfo: running `cargo check --bins` on api_identity (1/173)
16172024-12-05T06:42:46.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-12-05T06:42:46.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-12-05T06:42:46.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-12-05T06:42:46.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16212024-12-05T06:42:46.873Z
16222024-12-05T06:42:46.873Zinfo: running `cargo check --bins` on bootstore (2/173)
16232024-12-05T06:42:47.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-12-05T06:42:47.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-12-05T06:42:47.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-12-05T06:42:47.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16272024-12-05T06:42:47.829Z
16282024-12-05T06:42:47.829Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16292024-12-05T06:42:48.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-12-05T06:42:48.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-12-05T06:42:48.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-12-05T06:42:48.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16332024-12-05T06:42:48.742Z
16342024-12-05T06:42:48.742Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16352024-12-05T06:42:49.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-12-05T06:42:49.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-12-05T06:42:49.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-12-05T06:42:49.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16392024-12-05T06:42:49.693Z
16402024-12-05T06:42:49.693Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16412024-12-05T06:42:50.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-12-05T06:42:50.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-12-05T06:42:50.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-12-05T06:42:50.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16452024-12-05T06:42:50.321Z
16462024-12-05T06:42:50.321Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16472024-12-05T06:42:50.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-12-05T06:42:50.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-12-05T06:42:50.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-12-05T06:42:50.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16512024-12-05T06:42:50.944Z
16522024-12-05T06:42:50.944Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16532024-12-05T06:42:51.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-12-05T06:42:51.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-12-05T06:42:51.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-12-05T06:42:51.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16572024-12-05T06:42:51.544Z
16582024-12-05T06:42:51.544Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16592024-12-05T06:42:52.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-12-05T06:42:52.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-12-05T06:42:52.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-12-05T06:42:52.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16632024-12-05T06:42:52.070Z
16642024-12-05T06:42:52.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16652024-12-05T06:42:52.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-12-05T06:42:52.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-12-05T06:42:52.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-12-05T06:42:52.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16692024-12-05T06:42:52.595Z
16702024-12-05T06:42:52.596Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16712024-12-05T06:42:53.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-12-05T06:42:53.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-12-05T06:42:53.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-12-05T06:42:53.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16752024-12-05T06:42:53.119Z
16762024-12-05T06:42:53.119Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16772024-12-05T06:42:53.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-12-05T06:42:53.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-12-05T06:42:53.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-12-05T06:42:53.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16812024-12-05T06:42:53.693Z
16822024-12-05T06:42:53.693Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16832024-12-05T06:42:54.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-12-05T06:42:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-12-05T06:42:54.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-12-05T06:42:54.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16872024-12-05T06:42:54.246Z
16882024-12-05T06:42:54.246Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16892024-12-05T06:42:54.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-12-05T06:42:54.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-12-05T06:42:54.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-12-05T06:42:54.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16932024-12-05T06:42:54.779Z
16942024-12-05T06:42:54.779Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16952024-12-05T06:42:55.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-12-05T06:42:55.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-12-05T06:42:55.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-12-05T06:42:55.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16992024-12-05T06:42:55.291Z
17002024-12-05T06:42:55.291Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17012024-12-05T06:42:55.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-12-05T06:42:55.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-12-05T06:42:55.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-12-05T06:42:55.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17052024-12-05T06:42:55.800Z
17062024-12-05T06:42:55.800Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17072024-12-05T06:42:56.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-12-05T06:42:56.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-12-05T06:42:56.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-12-05T06:42:56.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17112024-12-05T06:42:56.313Z
17122024-12-05T06:42:56.313Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17132024-12-05T06:42:56.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-12-05T06:42:56.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-12-05T06:42:56.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-12-05T06:42:56.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17172024-12-05T06:42:56.826Z
17182024-12-05T06:42:56.826Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17192024-12-05T06:42:57.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-12-05T06:42:57.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-12-05T06:42:57.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-12-05T06:42:57.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17232024-12-05T06:42:57.333Z
17242024-12-05T06:42:57.333Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17252024-12-05T06:42:57.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-12-05T06:42:57.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-12-05T06:42:57.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-12-05T06:42:57.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17292024-12-05T06:42:57.869Z
17302024-12-05T06:42:57.869Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17312024-12-05T06:42:58.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-12-05T06:42:58.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-12-05T06:42:58.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-12-05T06:42:58.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17352024-12-05T06:42:58.392Z
17362024-12-05T06:42:58.393Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17372024-12-05T06:42:58.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-12-05T06:42:58.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-12-05T06:42:58.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-12-05T06:42:58.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17412024-12-05T06:42:58.931Z
17422024-12-05T06:42:58.931Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17432024-12-05T06:42:59.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-12-05T06:42:59.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-12-05T06:42:59.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-12-05T06:42:59.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17472024-12-05T06:42:59.455Z
17482024-12-05T06:42:59.455Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17492024-12-05T06:42:59.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-12-05T06:42:59.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-12-05T06:42:59.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-12-05T06:42:59.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17532024-12-05T06:43:00.001Z
17542024-12-05T06:43:00.001Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17552024-12-05T06:43:00.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-12-05T06:43:00.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-12-05T06:43:00.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-12-05T06:43:00.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17592024-12-05T06:43:00.540Z
17602024-12-05T06:43:00.540Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17612024-12-05T06:43:01.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-12-05T06:43:01.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-12-05T06:43:01.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-12-05T06:43:01.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17652024-12-05T06:43:01.311Z
17662024-12-05T06:43:01.311Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17672024-12-05T06:43:02.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-12-05T06:43:02.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-12-05T06:43:02.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-12-05T06:43:02.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17712024-12-05T06:43:02.093Z
17722024-12-05T06:43:02.093Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17732024-12-05T06:43:02.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-12-05T06:43:02.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-12-05T06:43:02.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-12-05T06:43:02.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17772024-12-05T06:43:02.880Z
17782024-12-05T06:43:02.881Zinfo: running `cargo check --bins` on oxlog (28/173)
17792024-12-05T06:43:03.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-12-05T06:43:03.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-12-05T06:43:03.660Z Checking cfg-if v1.0.0
17822024-12-05T06:43:03.685Z Checking libc v0.2.162
17832024-12-05T06:43:03.709Z Checking serde v1.0.215
17842024-12-05T06:43:03.709Z Checking zeroize v1.8.1
17852024-12-05T06:43:03.733Z Checking memchr v2.7.4
17862024-12-05T06:43:03.734Z Checking typenum v1.17.0
17872024-12-05T06:43:03.764Z Checking scopeguard v1.2.0
17882024-12-05T06:43:03.788Z Checking subtle v2.6.1
17892024-12-05T06:43:03.813Z Checking value-bag v1.9.0
17902024-12-05T06:43:03.887Z Checking lock_api v0.4.12
17912024-12-05T06:43:03.934Z Checking smallvec v1.13.2
17922024-12-05T06:43:03.996Z Checking itoa v1.0.11
17932024-12-05T06:43:04.130Z Checking log v0.4.22
17942024-12-05T06:43:04.189Z Checking const-oid v0.9.6
17952024-12-05T06:43:04.253Z Checking pin-project-lite v0.2.14
17962024-12-05T06:43:04.279Z Checking byteorder v1.5.0
17972024-12-05T06:43:04.367Z Checking futures-core v0.3.31
17982024-12-05T06:43:04.462Z Checking once_cell v1.20.2
17992024-12-05T06:43:04.535Z Checking cpufeatures v0.2.14
18002024-12-05T06:43:04.584Z Checking stable_deref_trait v1.2.0
18012024-12-05T06:43:04.620Z Checking futures-sink v0.3.31
18022024-12-05T06:43:04.644Z Checking spin v0.9.8
18032024-12-05T06:43:04.669Z Checking getrandom v0.2.15
18042024-12-05T06:43:04.693Z Checking parking_lot_core v0.9.10
18052024-12-05T06:43:04.742Z Checking signal-hook-registry v1.4.2
18062024-12-05T06:43:04.766Z Checking mio v1.0.2
18072024-12-05T06:43:04.790Z Checking generic-array v0.14.7
18082024-12-05T06:43:04.876Z Checking rand_core v0.6.4
18092024-12-05T06:43:04.943Z Checking socket2 v0.5.7
18102024-12-05T06:43:04.968Z Checking zerocopy v0.7.35
18112024-12-05T06:43:04.992Z Checking parking_lot v0.12.3
18122024-12-05T06:43:05.137Z Checking slab v0.4.9
18132024-12-05T06:43:05.276Z Checking zerofrom v0.1.4
18142024-12-05T06:43:05.300Z Checking futures-channel v0.3.31
18152024-12-05T06:43:05.341Z Checking equivalent v1.0.1
18162024-12-05T06:43:05.372Z Checking futures-task v0.3.31
18172024-12-05T06:43:05.436Z Checking futures-io v0.3.31
18182024-12-05T06:43:05.460Z Checking yoke v0.7.4
18192024-12-05T06:43:05.573Z Checking allocator-api2 v0.2.18
18202024-12-05T06:43:05.597Z Checking foldhash v0.1.3
18212024-12-05T06:43:05.623Z Checking pin-utils v0.1.0
18222024-12-05T06:43:05.647Z Checking tinyvec_macros v0.1.1
18232024-12-05T06:43:05.693Z Checking futures-util v0.3.31
18242024-12-05T06:43:05.718Z Checking ryu v1.0.18
18252024-12-05T06:43:05.742Z Checking crypto-common v0.1.6
18262024-12-05T06:43:05.766Z Checking block-buffer v0.10.4
18272024-12-05T06:43:05.790Z Checking zerovec v0.10.4
18282024-12-05T06:43:05.892Z Checking block-padding v0.3.3
18292024-12-05T06:43:05.916Z Checking tinyvec v1.8.0
18302024-12-05T06:43:05.953Z Checking digest v0.10.7
18312024-12-05T06:43:06.078Z Checking inout v0.1.3
18322024-12-05T06:43:06.131Z Checking hashbrown v0.15.0
18332024-12-05T06:43:06.155Z Checking fnv v1.0.7
18342024-12-05T06:43:06.262Z Checking libm v0.2.8
18352024-12-05T06:43:06.288Z Checking cipher v0.4.4
18362024-12-05T06:43:06.288Z Checking hmac v0.12.1
18372024-12-05T06:43:06.463Z Checking sha2 v0.10.8
18382024-12-05T06:43:06.633Z Checking base64ct v1.6.0
18392024-12-05T06:43:06.902Z Checking litemap v0.7.3
18402024-12-05T06:43:06.970Z Checking writeable v0.5.5
18412024-12-05T06:43:07.005Z Checking unicode-normalization v0.1.24
18422024-12-05T06:43:07.029Z Checking unicode-bidi v0.3.17
18432024-12-05T06:43:07.083Z Checking pem-rfc7468 v0.7.0
18442024-12-05T06:43:07.200Z Checking num-traits v0.2.19
18452024-12-05T06:43:08.250Z Checking tinystr v0.7.6
18462024-12-05T06:43:08.275Z Checking ppv-lite86 v0.2.20
18472024-12-05T06:43:08.275Z Checking flagset v0.4.6
18482024-12-05T06:43:08.275Z Checking der v0.7.9
18492024-12-05T06:43:08.275Z Checking icu_locid v1.5.0
18502024-12-05T06:43:08.275Z Checking tracing-core v0.1.32
18512024-12-05T06:43:08.275Z Checking thiserror v1.0.69
18522024-12-05T06:43:08.275Z Checking bytes v1.8.0
18532024-12-05T06:43:08.275Z Checking indexmap v2.6.0
18542024-12-05T06:43:08.275Z Checking serde_json v1.0.132
18552024-12-05T06:43:08.275Z Checking rand_chacha v0.3.1
18562024-12-05T06:43:08.385Z Checking icu_provider v1.5.0
18572024-12-05T06:43:08.424Z Checking bitflags v2.6.0
18582024-12-05T06:43:08.509Z Checking tokio v1.40.0
18592024-12-05T06:43:08.552Z Checking http v1.1.0
18602024-12-05T06:43:08.683Z Checking percent-encoding v2.3.1
18612024-12-05T06:43:08.858Z Checking rustls-pki-types v1.9.0
18622024-12-05T06:43:08.903Z Checking icu_locid_transform_data v1.5.0
18632024-12-05T06:43:08.927Z Checking rand v0.8.5
18642024-12-05T06:43:08.989Z Checking icu_locid_transform v1.5.0
18652024-12-05T06:43:09.068Z Checking spki v0.7.3
18662024-12-05T06:43:09.301Z Checking tracing v0.1.40
18672024-12-05T06:43:09.349Z Checking icu_collections v1.5.0
18682024-12-05T06:43:09.374Z Checking salsa20 v0.10.2
18692024-12-05T06:43:09.562Z Checking pbkdf2 v0.12.2
18702024-12-05T06:43:09.637Z Checking aws-lc-sys v0.22.0
18712024-12-05T06:43:09.712Z Checking httparse v1.9.5
18722024-12-05T06:43:09.737Z Checking untrusted v0.9.0
18732024-12-05T06:43:09.809Z Checking powerfmt v0.2.0
18742024-12-05T06:43:09.878Z Checking untrusted v0.7.1
18752024-12-05T06:43:09.956Z Checking icu_properties_data v1.5.0
18762024-12-05T06:43:10.006Z Checking mirai-annotations v1.12.0
18772024-12-05T06:43:10.030Z Checking ring v0.17.8
18782024-12-05T06:43:10.054Z Checking scrypt v0.11.0
18792024-12-05T06:43:10.079Z Checking deranged v0.3.11
18802024-12-05T06:43:10.103Z Checking aes v0.8.4
18812024-12-05T06:43:10.166Z Checking cbc v0.1.2
18822024-12-05T06:43:10.190Z Checking icu_properties v1.5.1
18832024-12-05T06:43:10.240Z Checking crossbeam-utils v0.8.20
18842024-12-05T06:43:10.343Z Checking num-conv v0.1.0
18852024-12-05T06:43:10.542Z Checking write16 v1.0.0
18862024-12-05T06:43:10.648Z Checking atomic-waker v1.1.2
18872024-12-05T06:43:10.757Z Checking utf16_iter v1.0.5
18882024-12-05T06:43:10.808Z Checking icu_normalizer_data v1.5.0
18892024-12-05T06:43:10.836Z Checking num_threads v0.1.7
18902024-12-05T06:43:10.896Z Checking utf8_iter v1.0.4
18912024-12-05T06:43:10.920Z Checking time-core v0.1.2
18922024-12-05T06:43:10.945Z Checking pkcs5 v0.7.1
18932024-12-05T06:43:11.048Z Checking http-body v1.0.1
18942024-12-05T06:43:11.072Z Checking form_urlencoded v1.2.1
18952024-12-05T06:43:11.216Z Checking try-lock v0.2.5
18962024-12-05T06:43:11.253Z Checking unicode-ident v1.0.13
18972024-12-05T06:43:11.338Z Checking want v0.3.1
18982024-12-05T06:43:11.390Z Checking pkcs8 v0.10.2
18992024-12-05T06:43:11.414Z Checking httpdate v1.0.3
19002024-12-05T06:43:11.496Z Checking time v0.3.36
19012024-12-05T06:43:11.520Z Checking proc-macro2 v1.0.89
19022024-12-05T06:43:11.574Z Checking serde_spanned v0.6.8
19032024-12-05T06:43:11.599Z Checking toml_datetime v0.6.8
19042024-12-05T06:43:11.671Z Checking uuid v1.11.0
19052024-12-05T06:43:11.701Z Checking aws-lc-rs v1.10.0
19062024-12-05T06:43:11.734Z Checking slog v2.7.0
19072024-12-05T06:43:11.844Z Checking scroll v0.12.0
19082024-12-05T06:43:12.082Z Checking foreign-types-shared v0.1.1
19092024-12-05T06:43:12.128Z Checking match_cfg v0.1.0
19102024-12-05T06:43:12.166Z Checking adler2 v2.0.0
19112024-12-05T06:43:12.191Z Checking ucd-trie v0.1.7
19122024-12-05T06:43:12.215Z Checking plain v0.2.3
19132024-12-05T06:43:12.247Z Checking base64 v0.22.1
19142024-12-05T06:43:12.295Z Checking tower-service v0.3.3
19152024-12-05T06:43:12.336Z Checking iana-time-zone v0.1.61
19162024-12-05T06:43:12.360Z Checking goblin v0.8.2
19172024-12-05T06:43:12.401Z Checking pest v2.7.14
19182024-12-05T06:43:12.467Z Checking chrono v0.4.38
19192024-12-05T06:43:12.641Z Checking miniz_oxide v0.8.0
19202024-12-05T06:43:12.891Z Checking icu_normalizer v1.5.0
19212024-12-05T06:43:13.235Z Checking hostname v0.3.1
19222024-12-05T06:43:13.268Z Checking rustls-webpki v0.102.8
19232024-12-05T06:43:13.348Z Checking foreign-types v0.3.2
19242024-12-05T06:43:13.426Z Checking quote v1.0.37
19252024-12-05T06:43:13.536Z Checking idna_adapter v1.2.0
19262024-12-05T06:43:13.563Z Checking openssl-sys v0.9.103
19272024-12-05T06:43:13.699Z Checking idna v1.0.3
19282024-12-05T06:43:13.723Z Checking errno v0.3.9
19292024-12-05T06:43:13.859Z Checking dirs-sys-next v0.1.2
19302024-12-05T06:43:13.937Z Checking aho-corasick v1.1.3
19312024-12-05T06:43:14.015Z Checking regex-syntax v0.8.5
19322024-12-05T06:43:14.107Z Checking url v2.5.3
19332024-12-05T06:43:14.162Z Checking pretty-hex v0.4.1
19342024-12-05T06:43:14.317Z Checking siphasher v0.3.11
19352024-12-05T06:43:14.440Z Checking data-encoding v2.6.0
19362024-12-05T06:43:14.604Z Checking dtrace-parser v0.2.0
19372024-12-05T06:43:14.628Z Checking openssl v0.10.66
19382024-12-05T06:43:14.732Z Checking tokio-util v0.7.12
19392024-12-05T06:43:14.853Z Checking dirs-next v2.0.0
19402024-12-05T06:43:14.968Z Checking rustix v0.38.37
19412024-12-05T06:43:15.009Z Checking syn v2.0.87
19422024-12-05T06:43:15.033Z Checking http-body-util v0.1.2
19432024-12-05T06:43:15.335Z Checking crossbeam-epoch v0.9.18
19442024-12-05T06:43:15.420Z Checking sha1 v0.10.6
19452024-12-05T06:43:15.474Z Checking h2 v0.4.6
19462024-12-05T06:43:15.672Z Checking signature v2.2.0
19472024-12-05T06:43:15.705Z Checking lazy_static v1.5.0
19482024-12-05T06:43:15.813Z Checking thread_local v1.1.8
19492024-12-05T06:43:15.841Z Checking thread-id v4.2.2
19502024-12-05T06:43:15.928Z Checking encoding_rs v0.8.34
19512024-12-05T06:43:16.054Z Checking ipnet v2.10.1
19522024-12-05T06:43:16.434Z Checking gimli v0.31.1
19532024-12-05T06:43:16.552Z Checking dof v0.3.0
19542024-12-05T06:43:16.709Z Checking regex-automata v0.4.8
19552024-12-05T06:43:17.064Z Checking either v1.13.0
19562024-12-05T06:43:17.381Z Checking winnow v0.6.20
19572024-12-05T06:43:17.798Z Checking openssl-probe v0.1.5
19582024-12-05T06:43:17.875Z Checking utf8parse v0.2.2
19592024-12-05T06:43:17.940Z Checking unicode-properties v0.1.3
19602024-12-05T06:43:18.009Z Checking anstyle v1.0.10
19612024-12-05T06:43:18.217Z Checking mime v0.3.17
19622024-12-05T06:43:18.303Z Checking stringprep v0.1.5
19632024-12-05T06:43:18.481Z Checking anstyle-parse v0.2.5
19642024-12-05T06:43:18.530Z Checking crossbeam-deque v0.8.5
19652024-12-05T06:43:18.701Z Checking term v0.7.0
19662024-12-05T06:43:18.789Z Checking rustls v0.22.4
19672024-12-05T06:43:19.054Z Checking rustls v0.23.14
19682024-12-05T06:43:19.118Z Checking native-tls v0.2.12
19692024-12-05T06:43:19.386Z Checking slog-json v2.6.1
19702024-12-05T06:43:19.620Z Checking serde_urlencoded v0.7.1
19712024-12-05T06:43:19.701Z Checking addr2line v0.24.2
19722024-12-05T06:43:19.840Z Checking toml_edit v0.22.22
19732024-12-05T06:43:19.996Z Checking crossbeam-channel v0.5.13
19742024-12-05T06:43:20.137Z Checking futures-executor v0.3.31
19752024-12-05T06:43:20.335Z Checking rustls-pemfile v2.2.0
19762024-12-05T06:43:20.360Z Checking usdt-impl v0.5.0
19772024-12-05T06:43:20.534Z Checking num-integer v0.1.46
19782024-12-05T06:43:20.558Z Checking hyper v1.5.0
19792024-12-05T06:43:20.588Z Checking idna v0.4.0
19802024-12-05T06:43:20.629Z Checking idna v0.3.0
19812024-12-05T06:43:20.823Z Checking md-5 v0.10.6
19822024-12-05T06:43:20.941Z Checking ff v0.13.0
19832024-12-05T06:43:21.002Z Checking memmap v0.7.0
19842024-12-05T06:43:21.118Z Checking is-terminal v0.4.13
19852024-12-05T06:43:21.196Z Checking hash32 v0.2.1
19862024-12-05T06:43:21.221Z Checking object v0.36.5
19872024-12-05T06:43:21.245Z Checking colorchoice v1.0.2
19882024-12-05T06:43:21.269Z Checking rustc-demangle v0.1.24
19892024-12-05T06:43:21.353Z Checking dyn-clone v1.0.17
19902024-12-05T06:43:21.461Z Checking is_terminal_polyfill v1.70.1
19912024-12-05T06:43:21.485Z Checking linked-hash-map v0.5.6
19922024-12-05T06:43:21.566Z Checking base16ct v0.2.0
19932024-12-05T06:43:21.638Z Checking fallible-iterator v0.2.0
19942024-12-05T06:43:21.745Z Checking utf-8 v0.7.6
19952024-12-05T06:43:21.773Z Checking anstyle-query v1.1.1
19962024-12-05T06:43:21.863Z Checking take_mut v0.2.2
19972024-12-05T06:43:21.894Z Checking quick-error v1.2.3
19982024-12-05T06:43:21.923Z Checking psl-types v2.0.11
19992024-12-05T06:43:21.999Z Checking slog-async v2.8.0
20002024-12-05T06:43:22.023Z Checking resolv-conf v0.7.0
20012024-12-05T06:43:22.054Z Checking toml v0.8.19
20022024-12-05T06:43:22.088Z Checking publicsuffix v2.2.3
20032024-12-05T06:43:22.180Z Checking postgres-protocol v0.6.7
20042024-12-05T06:43:22.265Z Checking tungstenite v0.24.0
20052024-12-05T06:43:22.298Z Checking anstream v0.6.15
20062024-12-05T06:43:22.322Z Checking tokio-rustls v0.25.0
20072024-12-05T06:43:22.347Z Checking hyper-util v0.1.10
20082024-12-05T06:43:22.609Z Checking lru-cache v0.1.2
20092024-12-05T06:43:22.633Z Checking sec1 v0.7.3
20102024-12-05T06:43:22.685Z Checking schemars v0.8.21
20112024-12-05T06:43:22.732Z Checking heapless v0.7.17
20122024-12-05T06:43:22.774Z Checking slog-term v2.9.1
20132024-12-05T06:43:22.962Z Checking hickory-proto v0.24.1
20142024-12-05T06:43:23.017Z Checking usdt v0.5.0
20152024-12-05T06:43:23.185Z Checking group v0.13.0
20162024-12-05T06:43:23.236Z Checking num-iter v0.1.45
20172024-12-05T06:43:23.387Z Checking futures v0.3.31
20182024-12-05T06:43:23.411Z Checking slog-bunyan v2.5.0
20192024-12-05T06:43:23.491Z Checking tokio-native-tls v0.3.1
20202024-12-05T06:43:23.547Z Checking rayon-core v1.12.1
20212024-12-05T06:43:23.618Z Checking multer v3.1.0
20222024-12-05T06:43:23.703Z Checking terminal_size v0.4.0
20232024-12-05T06:43:23.727Z Checking tokio-rustls v0.26.0
20242024-12-05T06:43:23.851Z Checking phf_shared v0.11.2
20252024-12-05T06:43:23.960Z Checking cookie v0.18.1
20262024-12-05T06:43:23.985Z Checking async-stream v0.3.6
20272024-12-05T06:43:24.009Z Checking bzip2-sys v0.1.11+1.0.8
20282024-12-05T06:43:24.072Z Checking camino v1.1.9
20292024-12-05T06:43:24.102Z Checking signal-hook v0.3.17
20302024-12-05T06:43:24.126Z Checking waitgroup v0.1.2
20312024-12-05T06:43:24.151Z Checking webpki-roots v0.26.6
20322024-12-05T06:43:24.175Z Checking openapiv3 v2.0.0
20332024-12-05T06:43:24.242Z Checking serde_path_to_error v0.1.16
20342024-12-05T06:43:24.322Z Checking idna v0.5.0
20352024-12-05T06:43:24.354Z Checking hkdf v0.12.4
20362024-12-05T06:43:24.393Z Checking crypto-bigint v0.5.5
20372024-12-05T06:43:24.543Z Checking hostname v0.4.0
20382024-12-05T06:43:24.571Z Checking crc32fast v1.4.2
20392024-12-05T06:43:24.665Z Checking debug-ignore v1.0.5
20402024-12-05T06:43:24.774Z Checking winnow v0.5.40
20412024-12-05T06:43:24.804Z Checking managed v0.8.0
20422024-12-05T06:43:24.830Z Checking unicode-width v0.1.14
20432024-12-05T06:43:24.935Z Checking clap_lex v0.7.2
20442024-12-05T06:43:25.116Z Checking strsim v0.11.1
20452024-12-05T06:43:25.153Z Checking bitflags v1.3.2
20462024-12-05T06:43:25.187Z Checking console v0.15.8
20472024-12-05T06:43:25.245Z Checking smoltcp v0.9.1
20482024-12-05T06:43:25.368Z Checking clap_builder v4.5.21
20492024-12-05T06:43:25.649Z Checking cookie_store v0.21.0
20502024-12-05T06:43:26.202Z Checking flate2 v1.0.34
20512024-12-05T06:43:26.429Z Checking signal-hook-mio v0.2.4
20522024-12-05T06:43:26.461Z Checking backtrace v0.3.74
20532024-12-05T06:43:26.560Z Checking hyper-rustls v0.27.3
20542024-12-05T06:43:26.731Z Checking rayon v1.10.0
20552024-12-05T06:43:26.755Z Checking elliptic-curve v0.13.8
20562024-12-05T06:43:26.851Z Checking bzip2 v0.4.4
20572024-12-05T06:43:26.883Z Checking dropshot v0.12.0
20582024-12-05T06:43:26.949Z Checking anyhow v1.0.93
20592024-12-05T06:43:27.003Z Checking hickory-resolver v0.24.1
20602024-12-05T06:43:27.109Z Checking phf v0.11.2
20612024-12-05T06:43:27.187Z Checking toml_edit v0.19.15
20622024-12-05T06:43:27.273Z Checking hyper-tls v0.6.0
20632024-12-05T06:43:27.298Z Checking num-bigint-dig v0.8.4
20642024-12-05T06:43:27.344Z Checking tokio-tungstenite v0.24.0
20652024-12-05T06:43:27.514Z Checking postgres-types v0.2.8
20662024-12-05T06:43:27.736Z Checking regex v1.11.1
20672024-12-05T06:43:27.873Z Checking bstr v1.10.0
20682024-12-05T06:43:28.096Z Checking ed25519 v2.2.3
20692024-12-05T06:43:28.258Z Checking tokio-stream v0.1.16
20702024-12-05T06:43:28.333Z Checking phf_shared v0.10.0
20712024-12-05T06:43:28.364Z Checking curve25519-dalek v4.1.3
20722024-12-05T06:43:28.562Z Checking zerocopy v0.6.6
20732024-12-05T06:43:28.657Z Checking pkcs1 v0.7.5
20742024-12-05T06:43:28.952Z Checking hubpack v0.1.2
20752024-12-05T06:43:29.000Z Checking portable-atomic v1.9.0
20762024-12-05T06:43:29.077Z Checking float-cmp v0.9.0
20772024-12-05T06:43:29.193Z Checking serde-big-array v0.5.1
20782024-12-05T06:43:29.218Z Checking rfc6979 v0.4.0
20792024-12-05T06:43:29.244Z Checking sync_wrapper v1.0.1
20802024-12-05T06:43:29.268Z Checking difflib v0.4.0
20812024-12-05T06:43:29.375Z Checking whoami v1.5.2
20822024-12-05T06:43:29.399Z Checking fixedbitset v0.4.2
20832024-12-05T06:43:29.399Z Checking predicates-core v1.0.8
20842024-12-05T06:43:29.561Z Checking normalize-line-endings v0.3.0
20852024-12-05T06:43:29.589Z Checking unicode-segmentation v1.12.0
20862024-12-05T06:43:29.657Z Checking static_assertions v1.1.0
20872024-12-05T06:43:29.681Z Checking minimal-lexical v0.2.1
20882024-12-05T06:43:29.681Z Checking number_prefix v0.4.0
20892024-12-05T06:43:29.763Z Checking bit-vec v0.6.3
20902024-12-05T06:43:29.870Z Checking precomputed-hash v0.1.1
20912024-12-05T06:43:29.895Z Checking new_debug_unreachable v1.0.6
20922024-12-05T06:43:29.895Z Checking unicode-width v0.2.0
20932024-12-05T06:43:29.970Z Checking qorb v0.2.1
20942024-12-05T06:43:29.994Z Checking ed25519-dalek v2.1.1
20952024-12-05T06:43:30.018Z Checking string_cache v0.8.7
20962024-12-05T06:43:30.043Z Checking nom v7.1.3
20972024-12-05T06:43:30.067Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20982024-12-05T06:43:30.092Z Checking bit-set v0.5.3
20992024-12-05T06:43:30.156Z Checking similar v2.6.0
21002024-12-05T06:43:30.253Z Checking predicates v3.1.2
21012024-12-05T06:43:30.287Z Checking petgraph v0.6.5
21022024-12-05T06:43:30.311Z Checking indicatif v0.17.9
21032024-12-05T06:43:30.344Z Checking tokio-postgres v0.7.12
21042024-12-05T06:43:30.814Z Checking ecdsa v0.16.9
21052024-12-05T06:43:30.896Z Checking reqwest v0.12.9
21062024-12-05T06:43:30.949Z Checking toml v0.7.8
21072024-12-05T06:43:31.405Z Checking rsa v0.9.6
21082024-12-05T06:43:31.531Z Checking clap v4.5.21
21092024-12-05T06:43:31.628Z Checking zip v0.6.6
21102024-12-05T06:43:32.208Z Checking crossterm v0.28.1
21112024-12-05T06:43:32.232Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21122024-12-05T06:43:32.257Z Checking itertools v0.12.1
21132024-12-05T06:43:32.282Z Checking itertools v0.10.5
21142024-12-05T06:43:32.367Z Checking fs-err v2.11.0
21152024-12-05T06:43:32.451Z Checking ahash v0.8.11
21162024-12-05T06:43:32.741Z Checking x509-cert v0.2.5
21172024-12-05T06:43:32.857Z Checking semver v1.0.23
21182024-12-05T06:43:32.893Z Checking hex v0.4.3
21192024-12-05T06:43:33.017Z Checking lalrpop-util v0.19.12
21202024-12-05T06:43:33.209Z Checking peg-runtime v0.8.3
21212024-12-05T06:43:33.262Z Checking sigpipe v0.1.3
21222024-12-05T06:43:34.518Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21232024-12-05T06:43:34.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.04s
21242024-12-05T06:43:35.063Z
21252024-12-05T06:43:35.063Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21262024-12-05T06:43:35.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-12-05T06:43:35.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-12-05T06:43:35.936Z Compiling hashbrown v0.14.5
21292024-12-05T06:43:35.985Z Checking heck v0.5.0
21302024-12-05T06:43:36.010Z Compiling unsafe-libyaml v0.2.11
21312024-12-05T06:43:36.034Z Compiling ident_case v1.0.1
21322024-12-05T06:43:36.034Z Checking progenitor-client v0.8.0
21332024-12-05T06:43:36.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21342024-12-05T06:43:36.084Z Compiling proc-macro-crate v1.3.1
21352024-12-05T06:43:36.160Z Compiling darling_core v0.20.10
21362024-12-05T06:43:36.216Z Checking ipnetwork v0.20.0
21372024-12-05T06:43:36.355Z Compiling structmeta-derive v0.3.0
21382024-12-05T06:43:36.379Z Compiling newtype-uuid v1.1.3
21392024-12-05T06:43:36.525Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402024-12-05T06:43:36.606Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21412024-12-05T06:43:36.770Z Compiling lzma-sys v0.1.20
21422024-12-05T06:43:36.888Z Compiling foreign-types-macros v0.2.3
21432024-12-05T06:43:36.963Z Checking regress v0.10.1
21442024-12-05T06:43:36.987Z Compiling num_enum_derive v0.5.11
21452024-12-05T06:43:37.403Z Compiling serde_yaml v0.9.34+deprecated
21462024-12-05T06:43:37.504Z Compiling dropshot v0.13.0
21472024-12-05T06:43:37.742Z Checking foreign-types-shared v0.3.1
21482024-12-05T06:43:37.846Z Checking arc-swap v1.7.1
21492024-12-05T06:43:37.916Z Checking foreign-types v0.5.0
21502024-12-05T06:43:38.099Z Compiling proc-macro-error v1.0.4
21512024-12-05T06:43:38.226Z Checking slog-scope v4.4.0
21522024-12-05T06:43:38.714Z Compiling structmeta v0.3.0
21532024-12-05T06:43:38.738Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21542024-12-05T06:43:38.839Z Checking tungstenite v0.21.0
21552024-12-05T06:43:38.867Z Compiling heck v0.3.3
21562024-12-05T06:43:39.097Z Checking num_enum v0.5.11
21572024-12-05T06:43:39.122Z Compiling parse-display-derive v0.10.0
21582024-12-05T06:43:39.215Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21592024-12-05T06:43:39.240Z Compiling dropshot_endpoint v0.13.0
21602024-12-05T06:43:39.707Z Checking cstr-argument v0.1.2
21612024-12-05T06:43:39.774Z Checking typify-impl v0.2.0
21622024-12-05T06:43:39.882Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21632024-12-05T06:43:39.906Z Checking instant v0.1.13
21642024-12-05T06:43:40.489Z Checking pretty-hex v0.2.1
21652024-12-05T06:43:40.627Z Checking fastrand v2.1.1
21662024-12-05T06:43:40.910Z Checking base64 v0.21.7
21672024-12-05T06:43:40.987Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21682024-12-05T06:43:41.106Z Checking tempfile v3.13.0
21692024-12-05T06:43:41.231Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702024-12-05T06:43:41.317Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-12-05T06:43:41.439Z Checking backoff v0.4.0
21722024-12-05T06:43:41.462Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732024-12-05T06:43:41.485Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21742024-12-05T06:43:41.583Z Checking tokio-tungstenite v0.21.0
21752024-12-05T06:43:41.689Z Checking strum v0.26.3
21762024-12-05T06:43:41.734Z Compiling zone_cfg_derive v0.1.2
21772024-12-05T06:43:41.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21782024-12-05T06:43:41.837Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21792024-12-05T06:43:42.024Z Checking slog-stdlog v4.1.1
21802024-12-05T06:43:42.048Z Compiling darling_macro v0.20.10
21812024-12-05T06:43:42.174Z Checking regress v0.9.1
21822024-12-05T06:43:42.197Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21832024-12-05T06:43:42.327Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21842024-12-05T06:43:42.443Z Checking colored v2.1.0
21852024-12-05T06:43:42.565Z Checking macaddr v1.0.1
21862024-12-05T06:43:42.699Z Checking base64 v0.13.1
21872024-12-05T06:43:42.851Z Compiling darling v0.20.10
21882024-12-05T06:43:42.941Z Checking parse-display v0.10.0
21892024-12-05T06:43:42.966Z Checking zone v0.1.8
21902024-12-05T06:43:42.990Z Compiling serde_with_macros v3.11.0
21912024-12-05T06:43:43.040Z Checking ron v0.7.1
21922024-12-05T06:43:43.148Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-12-05T06:43:43.517Z Checking xz2 v0.1.7
21942024-12-05T06:43:43.540Z Checking slog-envlogger v2.2.0
21952024-12-05T06:43:43.722Z Checking tabwriter v1.4.0
21962024-12-05T06:43:43.763Z Checking xattr v1.3.1
21972024-12-05T06:43:43.925Z Checking pem v3.0.4
21982024-12-05T06:43:43.949Z Checking yasna v0.5.2
21992024-12-05T06:43:44.002Z Checking headers-core v0.3.0
22002024-12-05T06:43:44.121Z Checking smf v0.2.3
22012024-12-05T06:43:44.156Z Checking filetime v0.2.25
22022024-12-05T06:43:44.332Z Checking same-file v1.0.6
22032024-12-05T06:43:44.432Z Checking tar v0.4.42
22042024-12-05T06:43:44.571Z Checking walkdir v2.5.0
22052024-12-05T06:43:44.594Z Checking headers v0.4.0
22062024-12-05T06:43:44.753Z Checking rcgen v0.12.1
22072024-12-05T06:43:44.812Z Checking atomicwrites v0.4.4
22082024-12-05T06:43:44.943Z Checking camino-tempfile v1.1.1
22092024-12-05T06:43:44.991Z Checking subprocess v0.2.9
22102024-12-05T06:43:45.390Z Checking serde_with v3.11.0
22112024-12-05T06:43:49.984Z Compiling typify-macro v0.2.0
22122024-12-05T06:43:52.439Z Compiling typify v0.2.0
22132024-12-05T06:43:52.535Z Compiling progenitor-impl v0.8.0
22142024-12-05T06:43:56.855Z Compiling progenitor-macro v0.8.0
22152024-12-05T06:44:03.085Z Checking progenitor v0.8.0
22162024-12-05T06:44:03.287Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22172024-12-05T06:44:03.287Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182024-12-05T06:44:06.814Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22192024-12-05T06:44:07.195Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22202024-12-05T06:44:15.559Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22212024-12-05T06:44:17.643Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-12-05T06:44:19.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.22s
22232024-12-05T06:44:19.455Z
22242024-12-05T06:44:19.455Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22252024-12-05T06:44:20.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-12-05T06:44:20.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-12-05T06:44:20.345Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22282024-12-05T06:44:22.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
22292024-12-05T06:44:22.210Z
22302024-12-05T06:44:22.210Zinfo: running `cargo check --bins` on nexus-config (31/173)
22312024-12-05T06:44:22.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-12-05T06:44:22.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-12-05T06:44:22.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-12-05T06:44:22.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22352024-12-05T06:44:23.071Z
22362024-12-05T06:44:23.071Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22372024-12-05T06:44:23.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-12-05T06:44:23.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-12-05T06:44:23.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-12-05T06:44:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22412024-12-05T06:44:23.879Z
22422024-12-05T06:44:23.879Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22432024-12-05T06:44:24.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-12-05T06:44:24.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-12-05T06:44:24.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-12-05T06:44:24.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22472024-12-05T06:44:24.759Z
22482024-12-05T06:44:24.759Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22492024-12-05T06:44:25.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-12-05T06:44:25.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-12-05T06:44:25.680Z Compiling zerocopy v0.8.10
22522024-12-05T06:44:25.681Z Compiling progenitor-client v0.8.0
22532024-12-05T06:44:25.681Z Compiling itertools v0.13.0
22542024-12-05T06:44:25.681Z Compiling zerocopy-derive v0.8.10
22552024-12-05T06:44:25.682Z Compiling heapless v0.8.0
22562024-12-05T06:44:25.682Z Compiling newtype-uuid v1.1.3
22572024-12-05T06:44:25.705Z Compiling ipnetwork v0.20.0
22582024-12-05T06:44:25.705Z Checking hash32 v0.3.1
22592024-12-05T06:44:25.926Z Compiling instant v0.1.13
22602024-12-05T06:44:26.042Z Compiling progenitor v0.8.0
22612024-12-05T06:44:26.069Z Compiling smoltcp v0.11.0
22622024-12-05T06:44:26.158Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-12-05T06:44:26.271Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642024-12-05T06:44:26.568Z Compiling backoff v0.4.0
22652024-12-05T06:44:26.640Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662024-12-05T06:44:26.710Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-12-05T06:44:26.836Z Compiling serde_with v3.11.0
22682024-12-05T06:44:26.880Z Compiling dropshot v0.13.0
22692024-12-05T06:44:26.904Z Compiling parse-display v0.10.0
22702024-12-05T06:44:26.961Z Checking num-rational v0.4.2
22712024-12-05T06:44:27.387Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722024-12-05T06:44:27.533Z Compiling regress v0.9.1
22732024-12-05T06:44:27.556Z Compiling phf_generator v0.11.2
22742024-12-05T06:44:27.711Z Checking num-complex v0.4.6
22752024-12-05T06:44:28.503Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22762024-12-05T06:44:28.979Z Compiling macaddr v1.0.1
22772024-12-05T06:44:29.414Z Checking cobs v0.2.3
22782024-12-05T06:44:29.437Z Compiling num v0.4.3
22792024-12-05T06:44:29.632Z Checking postcard v1.0.10
22802024-12-05T06:44:29.702Z Compiling phf_codegen v0.11.2
22812024-12-05T06:44:30.177Z Compiling parse-zoneinfo v0.3.1
22822024-12-05T06:44:30.332Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22832024-12-05T06:44:30.611Z Compiling float-ord v0.3.2
22842024-12-05T06:44:30.888Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-05T06:44:30.924Z Compiling convert_case v0.4.0
22862024-12-05T06:44:31.044Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22872024-12-05T06:44:31.757Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22882024-12-05T06:44:31.832Z Compiling derive_more v0.99.18
22892024-12-05T06:44:31.955Z Compiling chrono-tz-build v0.4.0
22902024-12-05T06:44:32.650Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-05T06:44:33.212Z Compiling thiserror v2.0.3
22922024-12-05T06:44:33.238Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22932024-12-05T06:44:33.393Z Compiling crucible-workspace-hack v0.1.0
22942024-12-05T06:44:33.498Z Compiling chrono-tz v0.10.0
22952024-12-05T06:44:33.653Z Checking newline-converter v0.3.0
22962024-12-05T06:44:33.794Z Checking prettyplease v0.2.25
22972024-12-05T06:44:34.048Z Compiling thiserror-impl v2.0.3
22982024-12-05T06:44:34.072Z Compiling slog-dtrace v0.3.0
22992024-12-05T06:44:34.332Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23002024-12-05T06:44:34.356Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-12-05T06:44:34.835Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23022024-12-05T06:44:35.064Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-05T06:44:35.403Z Checking expectorate v1.1.0
23042024-12-05T06:44:35.498Z Compiling zone_cfg_derive v0.3.0
23052024-12-05T06:44:35.647Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23062024-12-05T06:44:35.708Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23072024-12-05T06:44:36.509Z Compiling const_format_proc_macros v0.2.33
23082024-12-05T06:44:36.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23092024-12-05T06:44:36.723Z Compiling num-derive v0.4.2
23102024-12-05T06:44:36.950Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23112024-12-05T06:44:37.223Z Checking highway v1.2.0
23122024-12-05T06:44:37.575Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132024-12-05T06:44:37.667Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23142024-12-05T06:44:37.828Z Checking zone v0.3.0
23152024-12-05T06:44:38.163Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23162024-12-05T06:44:38.259Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23172024-12-05T06:44:38.293Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23182024-12-05T06:44:38.322Z Checking const_format v0.2.33
23192024-12-05T06:44:38.511Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23202024-12-05T06:44:38.536Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23212024-12-05T06:44:38.887Z Checking gethostname v0.5.0
23222024-12-05T06:44:38.929Z Checking bcs v0.1.6
23232024-12-05T06:44:39.023Z Compiling async-recursion v1.1.1
23242024-12-05T06:44:39.739Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23252024-12-05T06:44:40.416Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23262024-12-05T06:44:46.849Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23272024-12-05T06:44:51.201Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23282024-12-05T06:44:54.705Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23292024-12-05T06:44:56.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.51s
23302024-12-05T06:44:56.444Z
23312024-12-05T06:44:56.444Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23322024-12-05T06:44:57.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-12-05T06:44:57.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-12-05T06:44:57.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-12-05T06:44:57.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23362024-12-05T06:44:57.299Z
23372024-12-05T06:44:57.299Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23382024-12-05T06:44:58.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-12-05T06:44:58.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-12-05T06:44:58.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-12-05T06:44:58.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23422024-12-05T06:44:58.145Z
23432024-12-05T06:44:58.145Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23442024-12-05T06:44:58.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-12-05T06:44:58.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-12-05T06:44:59.031Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23472024-12-05T06:44:59.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
23482024-12-05T06:44:59.945Z
23492024-12-05T06:44:59.945Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23502024-12-05T06:45:00.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-12-05T06:45:00.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-12-05T06:45:00.870Z Compiling cfg_aliases v0.1.1
23532024-12-05T06:45:00.871Z Compiling vte_generate_state_changes v0.1.2
23542024-12-05T06:45:00.871Z Checking fd-lock v4.0.2
23552024-12-05T06:45:00.905Z Checking nibble_vec v0.1.0
23562024-12-05T06:45:00.905Z Checking endian-type v0.1.2
23572024-12-05T06:45:00.905Z Checking bytecount v0.6.8
23582024-12-05T06:45:00.905Z Compiling tabled_derive v0.7.0
23592024-12-05T06:45:00.953Z Compiling peg-macros v0.8.4
23602024-12-05T06:45:01.004Z Compiling nix v0.28.0
23612024-12-05T06:45:01.081Z Checking papergrid v0.11.0
23622024-12-05T06:45:01.111Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23632024-12-05T06:45:01.136Z Checking radix_trie v0.2.1
23642024-12-05T06:45:01.136Z Compiling sqlparser_derive v0.2.2
23652024-12-05T06:45:01.485Z Checking unicode_categories v0.1.1
23662024-12-05T06:45:01.510Z Checking vte v0.11.1
23672024-12-05T06:45:01.748Z Checking nu-ansi-term v0.50.1
23682024-12-05T06:45:02.049Z Checking home v0.5.9
23692024-12-05T06:45:02.088Z Checking sqlparser v0.45.0
23702024-12-05T06:45:02.169Z Checking sqlformat v0.2.6
23712024-12-05T06:45:02.224Z Checking display-error-chain v0.2.2
23722024-12-05T06:45:02.602Z Checking strip-ansi-escapes v0.2.0
23732024-12-05T06:45:02.733Z Checking reedline v0.35.0
23742024-12-05T06:45:02.951Z Checking tabled v0.15.0
23752024-12-05T06:45:03.403Z Checking peg v0.8.4
23762024-12-05T06:45:03.832Z Checking rustyline v14.0.0
23772024-12-05T06:45:15.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s
23782024-12-05T06:45:15.533Z
23792024-12-05T06:45:15.533Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23802024-12-05T06:45:16.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-12-05T06:45:16.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-12-05T06:45:16.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-12-05T06:45:23.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.62s
23842024-12-05T06:45:23.313Z
23852024-12-05T06:45:23.313Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23862024-12-05T06:45:24.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-12-05T06:45:24.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-12-05T06:45:24.204Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-12-05T06:45:29.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
23902024-12-05T06:45:29.291Z
23912024-12-05T06:45:29.291Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23922024-12-05T06:45:30.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-12-05T06:45:30.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-12-05T06:45:30.182Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-12-05T06:45:36.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
23962024-12-05T06:45:36.899Z
23972024-12-05T06:45:36.899Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23982024-12-05T06:45:37.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-12-05T06:45:37.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-12-05T06:45:37.793Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-12-05T06:45:44.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s
24022024-12-05T06:45:44.383Z
24032024-12-05T06:45:44.384Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24042024-12-05T06:45:45.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-12-05T06:45:45.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-12-05T06:45:45.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-12-05T06:45:50.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
24082024-12-05T06:45:50.641Z
24092024-12-05T06:45:50.641Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24102024-12-05T06:45:51.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-12-05T06:45:51.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-12-05T06:45:51.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24132024-12-05T06:45:56.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
24142024-12-05T06:45:57.054Z
24152024-12-05T06:45:57.054Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24162024-12-05T06:45:57.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-12-05T06:45:57.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-12-05T06:45:57.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24192024-12-05T06:46:04.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
24202024-12-05T06:46:04.667Z
24212024-12-05T06:46:04.667Zinfo: running `cargo check --bins` on oximeter (46/173)
24222024-12-05T06:46:05.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-12-05T06:46:05.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-12-05T06:46:05.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-12-05T06:46:05.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24262024-12-05T06:46:05.495Z
24272024-12-05T06:46:05.495Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24282024-12-05T06:46:06.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-12-05T06:46:06.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-12-05T06:46:06.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-12-05T06:46:06.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24322024-12-05T06:46:06.298Z
24332024-12-05T06:46:06.298Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24342024-12-05T06:46:07.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-12-05T06:46:07.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-12-05T06:46:07.136Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24372024-12-05T06:46:07.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
24382024-12-05T06:46:07.737Z
24392024-12-05T06:46:07.737Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24402024-12-05T06:46:08.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-12-05T06:46:08.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-12-05T06:46:08.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-12-05T06:46:08.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24442024-12-05T06:46:08.552Z
24452024-12-05T06:46:08.552Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24462024-12-05T06:46:09.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-12-05T06:46:09.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-12-05T06:46:09.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-12-05T06:46:09.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24502024-12-05T06:46:09.373Z
24512024-12-05T06:46:09.373Zinfo: running `cargo check --bins` on oxql-types (51/173)
24522024-12-05T06:46:10.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-12-05T06:46:10.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-12-05T06:46:10.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-12-05T06:46:10.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24562024-12-05T06:46:10.199Z
24572024-12-05T06:46:10.199Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24582024-12-05T06:46:10.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-12-05T06:46:10.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-12-05T06:46:10.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-12-05T06:46:10.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24622024-12-05T06:46:11.065Z
24632024-12-05T06:46:11.065Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24642024-12-05T06:46:11.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-12-05T06:46:11.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-12-05T06:46:11.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-12-05T06:46:11.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24682024-12-05T06:46:11.868Z
24692024-12-05T06:46:11.869Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24702024-12-05T06:46:12.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-12-05T06:46:12.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-12-05T06:46:12.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-12-05T06:46:12.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24742024-12-05T06:46:12.713Z
24752024-12-05T06:46:12.713Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24762024-12-05T06:46:13.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-12-05T06:46:13.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-12-05T06:46:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-12-05T06:46:13.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24802024-12-05T06:46:13.553Z
24812024-12-05T06:46:13.553Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24822024-12-05T06:46:14.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-12-05T06:46:14.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-12-05T06:46:14.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-12-05T06:46:14.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24862024-12-05T06:46:14.392Z
24872024-12-05T06:46:14.392Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24882024-12-05T06:46:15.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-12-05T06:46:15.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-12-05T06:46:15.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-12-05T06:46:15.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24922024-12-05T06:46:15.210Z
24932024-12-05T06:46:15.210Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24942024-12-05T06:46:16.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-12-05T06:46:16.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-12-05T06:46:16.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-12-05T06:46:16.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24982024-12-05T06:46:16.159Z
24992024-12-05T06:46:16.159Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25002024-12-05T06:46:16.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-12-05T06:46:16.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-12-05T06:46:16.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-12-05T06:46:16.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25042024-12-05T06:46:16.877Z
25052024-12-05T06:46:16.877Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25062024-12-05T06:46:17.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-12-05T06:46:17.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-12-05T06:46:17.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-12-05T06:46:17.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25102024-12-05T06:46:17.684Z
25112024-12-05T06:46:17.684Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25122024-12-05T06:46:18.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-12-05T06:46:18.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-12-05T06:46:18.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-12-05T06:46:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25162024-12-05T06:46:18.526Z
25172024-12-05T06:46:18.526Zinfo: running `cargo check --bins` on dpd-client (62/173)
25182024-12-05T06:46:19.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-12-05T06:46:19.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-12-05T06:46:19.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-12-05T06:46:19.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25222024-12-05T06:46:19.346Z
25232024-12-05T06:46:19.346Zinfo: running `cargo check --bins` on gateway-client (63/173)
25242024-12-05T06:46:20.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-12-05T06:46:20.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-12-05T06:46:20.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-12-05T06:46:20.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25282024-12-05T06:46:20.167Z
25292024-12-05T06:46:20.167Zinfo: running `cargo check --bins` on installinator-client (64/173)
25302024-12-05T06:46:20.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-12-05T06:46:20.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-12-05T06:46:20.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-12-05T06:46:20.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25342024-12-05T06:46:21.026Z
25352024-12-05T06:46:21.026Zinfo: running `cargo check --bins` on installinator-common (65/173)
25362024-12-05T06:46:21.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-12-05T06:46:21.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-12-05T06:46:21.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-12-05T06:46:21.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25402024-12-05T06:46:21.867Z
25412024-12-05T06:46:21.867Zinfo: running `cargo check --bins` on update-engine (66/173)
25422024-12-05T06:46:22.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-12-05T06:46:22.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-12-05T06:46:22.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-12-05T06:46:22.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25462024-12-05T06:46:22.669Z
25472024-12-05T06:46:22.669Zinfo: running `cargo check --bins` on nexus-client (67/173)
25482024-12-05T06:46:23.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-12-05T06:46:23.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-12-05T06:46:23.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-12-05T06:46:23.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25522024-12-05T06:46:23.528Z
25532024-12-05T06:46:23.528Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25542024-12-05T06:46:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-12-05T06:46:24.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-12-05T06:46:24.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-12-05T06:46:24.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25582024-12-05T06:46:24.405Z
25592024-12-05T06:46:24.405Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25602024-12-05T06:46:25.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-12-05T06:46:25.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-12-05T06:46:25.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-12-05T06:46:25.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25642024-12-05T06:46:25.256Z
25652024-12-05T06:46:25.256Zinfo: running `cargo check --bins` on nexus-types (70/173)
25662024-12-05T06:46:26.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-12-05T06:46:26.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-12-05T06:46:26.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-12-05T06:46:26.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25702024-12-05T06:46:26.135Z
25712024-12-05T06:46:26.135Zinfo: running `cargo check --bins` on oxide-client (71/173)
25722024-12-05T06:46:26.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-12-05T06:46:26.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-12-05T06:46:26.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-12-05T06:46:26.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25762024-12-05T06:46:26.957Z
25772024-12-05T06:46:26.957Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25782024-12-05T06:46:27.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-12-05T06:46:27.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-12-05T06:46:27.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-12-05T06:46:27.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25822024-12-05T06:46:27.776Z
25832024-12-05T06:46:27.776Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25842024-12-05T06:46:28.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-12-05T06:46:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-12-05T06:46:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-12-05T06:46:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25882024-12-05T06:46:28.619Z
25892024-12-05T06:46:28.619Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25902024-12-05T06:46:29.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-12-05T06:46:29.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-12-05T06:46:29.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-12-05T06:46:29.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25942024-12-05T06:46:29.467Z
25952024-12-05T06:46:29.467Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25962024-12-05T06:46:30.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-12-05T06:46:30.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-12-05T06:46:30.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-12-05T06:46:30.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26002024-12-05T06:46:30.356Z
26012024-12-05T06:46:30.356Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26022024-12-05T06:46:31.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-12-05T06:46:31.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-12-05T06:46:31.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-12-05T06:46:31.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26062024-12-05T06:46:31.264Z
26072024-12-05T06:46:31.264Zinfo: running `cargo check --bins` on wicket-common (77/173)
26082024-12-05T06:46:32.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-12-05T06:46:32.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-12-05T06:46:32.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-12-05T06:46:32.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26122024-12-05T06:46:32.149Z
26132024-12-05T06:46:32.149Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26142024-12-05T06:46:32.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-12-05T06:46:32.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-12-05T06:46:33.020Z Checking csv-core v0.1.11
26172024-12-05T06:46:33.020Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26182024-12-05T06:46:33.044Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-12-05T06:46:33.333Z Checking csv v1.3.0
26202024-12-05T06:46:33.357Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26212024-12-05T06:46:34.076Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26222024-12-05T06:46:34.537Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26232024-12-05T06:46:36.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
26242024-12-05T06:46:36.280Z
26252024-12-05T06:46:36.280Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26262024-12-05T06:46:37.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-12-05T06:46:37.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-12-05T06:46:37.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-12-05T06:46:37.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26302024-12-05T06:46:37.129Z
26312024-12-05T06:46:37.129Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26322024-12-05T06:46:37.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-12-05T06:46:37.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-12-05T06:46:37.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-12-05T06:46:37.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26362024-12-05T06:46:37.974Z
26372024-12-05T06:46:37.974Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26382024-12-05T06:46:38.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-12-05T06:46:38.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-12-05T06:46:38.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-12-05T06:46:38.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
26422024-12-05T06:46:38.972Z
26432024-12-05T06:46:38.972Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26442024-12-05T06:46:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-12-05T06:46:39.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-12-05T06:46:39.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-12-05T06:46:39.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26482024-12-05T06:46:39.958Z
26492024-12-05T06:46:39.958Zinfo: running `cargo check --bins` on dns-server (83/173)
26502024-12-05T06:46:40.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-12-05T06:46:40.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-12-05T06:46:40.861Z Compiling parking_lot_core v0.8.6
26532024-12-05T06:46:40.861Z Checking fxhash v0.2.1
26542024-12-05T06:46:40.884Z Checking hickory-server v0.24.1
26552024-12-05T06:46:40.884Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26562024-12-05T06:46:40.884Z Checking hickory-client v0.24.1
26572024-12-05T06:46:41.571Z Checking parking_lot v0.11.2
26582024-12-05T06:46:41.800Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26592024-12-05T06:46:41.800Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26602024-12-05T06:46:41.867Z Checking sled v0.34.7
26612024-12-05T06:46:44.141Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26622024-12-05T06:46:45.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
26632024-12-05T06:46:45.997Z
26642024-12-05T06:46:45.997Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26652024-12-05T06:46:46.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-12-05T06:46:46.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-12-05T06:46:46.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-12-05T06:46:46.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26692024-12-05T06:46:46.898Z
26702024-12-05T06:46:46.898Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26712024-12-05T06:46:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-12-05T06:46:47.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-12-05T06:46:47.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-12-05T06:46:47.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26752024-12-05T06:46:47.826Z
26762024-12-05T06:46:47.826Zinfo: running `cargo check --bins` on gateway-types (86/173)
26772024-12-05T06:46:48.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-12-05T06:46:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-12-05T06:46:48.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-12-05T06:46:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26812024-12-05T06:46:48.671Z
26822024-12-05T06:46:48.671Zinfo: running `cargo check --bins` on ipcc (87/173)
26832024-12-05T06:46:49.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-12-05T06:46:49.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-12-05T06:46:49.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862024-12-05T06:46:49.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26872024-12-05T06:46:49.525Z
26882024-12-05T06:46:49.525Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26892024-12-05T06:46:50.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-12-05T06:46:50.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-12-05T06:46:50.531Z Compiling semver v0.1.20
26922024-12-05T06:46:50.531Z Compiling radium v0.7.0
26932024-12-05T06:46:50.532Z Checking tap v1.0.1
26942024-12-05T06:46:50.556Z Compiling maybe-uninit v2.0.0
26952024-12-05T06:46:50.592Z Checking password-hash v0.5.0
26962024-12-05T06:46:50.615Z Checking blake2 v0.10.6
26972024-12-05T06:46:50.615Z Compiling packed_struct v0.10.1
26982024-12-05T06:46:50.615Z Checking crc-catalog v2.4.0
26992024-12-05T06:46:50.708Z Checking wyz v0.5.1
27002024-12-05T06:46:50.777Z Compiling owo-colors v4.1.0
27012024-12-05T06:46:51.017Z Compiling rustc_version v0.1.7
27022024-12-05T06:46:51.041Z Compiling cancel-safe-futures v0.1.5
27032024-12-05T06:46:51.081Z Checking funty v2.0.0
27042024-12-05T06:46:51.120Z Checking argon2 v0.5.3
27052024-12-05T06:46:51.163Z Checking crc v3.2.1
27062024-12-05T06:46:51.232Z Compiling packed_struct_codegen v0.10.1
27072024-12-05T06:46:51.304Z Checking half v2.4.1
27082024-12-05T06:46:51.371Z Compiling indexmap v1.9.3
27092024-12-05T06:46:51.495Z Compiling newtype_derive v0.1.6
27102024-12-05T06:46:51.560Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27112024-12-05T06:46:51.583Z Checking nodrop v0.1.14
27122024-12-05T06:46:51.632Z Checking ciborium-io v0.2.2
27132024-12-05T06:46:51.689Z Checking array-init v0.0.4
27142024-12-05T06:46:51.752Z Checking ciborium-ll v0.2.2
27152024-12-05T06:46:51.794Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27162024-12-05T06:46:51.857Z Checking bitvec v1.0.1
27172024-12-05T06:46:51.880Z Checking smallvec v0.6.14
27182024-12-05T06:46:51.991Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27192024-12-05T06:46:52.086Z Checking libsw v3.3.1
27202024-12-05T06:46:52.178Z Compiling memoffset v0.9.1
27212024-12-05T06:46:52.259Z Checking termcolor v1.4.1
27222024-12-05T06:46:52.330Z Checking bitfield v0.14.0
27232024-12-05T06:46:52.447Z Checking indent_write v2.2.0
27242024-12-05T06:46:52.528Z Checking linear-map v1.2.0
27252024-12-05T06:46:52.564Z Checking swrite v0.1.0
27262024-12-05T06:46:52.635Z Checking hashbrown v0.12.3
27272024-12-05T06:46:52.660Z Checking env_logger v0.10.2
27282024-12-05T06:46:52.684Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27292024-12-05T06:46:52.708Z Checking serde-hex v0.1.0
27302024-12-05T06:46:52.837Z Checking ron v0.8.1
27312024-12-05T06:46:53.176Z Checking ciborium v0.2.2
27322024-12-05T06:46:53.520Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27332024-12-05T06:46:53.622Z Checking steno v0.4.1
27342024-12-05T06:46:54.057Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27352024-12-05T06:46:54.094Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27362024-12-05T06:46:54.118Z Checking hashbrown v0.13.2
27372024-12-05T06:46:54.167Z Checking humantime v2.1.0
27382024-12-05T06:46:54.290Z Checking crc-any v2.5.0
27392024-12-05T06:46:54.427Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27402024-12-05T06:46:54.651Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27412024-12-05T06:46:54.807Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27422024-12-05T06:46:55.032Z Checking object v0.30.4
27432024-12-05T06:46:55.058Z Checking path-slash v0.1.5
27442024-12-05T06:46:55.223Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27452024-12-05T06:46:55.274Z Checking nix v0.27.1
27462024-12-05T06:46:55.705Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27472024-12-05T06:46:56.175Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482024-12-05T06:46:56.203Z Checking tungstenite v0.23.0
27492024-12-05T06:46:56.344Z Checking kstat-rs v0.2.4
27502024-12-05T06:46:56.369Z Checking signal-hook-tokio v0.3.1
27512024-12-05T06:46:56.643Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27522024-12-05T06:46:56.975Z Checking tokio-tungstenite v0.23.1
27532024-12-05T06:46:57.451Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-12-05T06:46:57.689Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552024-12-05T06:46:57.942Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27562024-12-05T06:47:06.819Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27572024-12-05T06:47:08.449Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27582024-12-05T06:47:12.142Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592024-12-05T06:47:19.543Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602024-12-05T06:47:20.436Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612024-12-05T06:47:24.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s
27622024-12-05T06:47:24.246Z
27632024-12-05T06:47:24.246Zinfo: running `cargo check --bins` on gateway-api (89/173)
27642024-12-05T06:47:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-12-05T06:47:24.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-12-05T06:47:24.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-12-05T06:47:24.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27682024-12-05T06:47:25.064Z
27692024-12-05T06:47:25.064Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27702024-12-05T06:47:25.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-12-05T06:47:25.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-12-05T06:47:25.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-12-05T06:47:25.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27742024-12-05T06:47:25.881Z
27752024-12-05T06:47:25.881Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27762024-12-05T06:47:26.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-12-05T06:47:26.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-12-05T06:47:26.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-12-05T06:47:26.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27802024-12-05T06:47:26.704Z
27812024-12-05T06:47:26.704Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27822024-12-05T06:47:27.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-12-05T06:47:27.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-12-05T06:47:27.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-12-05T06:47:27.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27862024-12-05T06:47:27.507Z
27872024-12-05T06:47:27.507Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27882024-12-05T06:47:28.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-12-05T06:47:28.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-12-05T06:47:28.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-12-05T06:47:28.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27922024-12-05T06:47:28.306Z
27932024-12-05T06:47:28.306Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27942024-12-05T06:47:29.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-12-05T06:47:29.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-12-05T06:47:29.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-12-05T06:47:29.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27982024-12-05T06:47:29.115Z
27992024-12-05T06:47:29.115Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28002024-12-05T06:47:29.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-12-05T06:47:29.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-12-05T06:47:29.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-12-05T06:47:29.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28042024-12-05T06:47:29.906Z
28052024-12-05T06:47:29.907Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28062024-12-05T06:47:30.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-12-05T06:47:30.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-12-05T06:47:30.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-12-05T06:47:30.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28102024-12-05T06:47:30.725Z
28112024-12-05T06:47:30.725Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28122024-12-05T06:47:31.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-12-05T06:47:31.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-12-05T06:47:31.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-12-05T06:47:31.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28162024-12-05T06:47:31.571Z
28172024-12-05T06:47:31.572Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28182024-12-05T06:47:32.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-12-05T06:47:32.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-12-05T06:47:32.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-12-05T06:47:32.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28222024-12-05T06:47:32.378Z
28232024-12-05T06:47:32.378Zinfo: running `cargo check --bins` on sp-sim (99/173)
28242024-12-05T06:47:33.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-12-05T06:47:33.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-12-05T06:47:33.203Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28272024-12-05T06:47:35.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28282024-12-05T06:47:35.600Z
28292024-12-05T06:47:35.600Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28302024-12-05T06:47:36.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-12-05T06:47:36.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-12-05T06:47:36.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-12-05T06:47:36.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28342024-12-05T06:47:36.474Z
28352024-12-05T06:47:36.474Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28362024-12-05T06:47:37.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-12-05T06:47:37.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-12-05T06:47:37.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-12-05T06:47:37.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28402024-12-05T06:47:37.365Z
28412024-12-05T06:47:37.365Zinfo: running `cargo check --bins` on db-macros (102/173)
28422024-12-05T06:47:38.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-12-05T06:47:38.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-12-05T06:47:38.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-12-05T06:47:38.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28462024-12-05T06:47:38.155Z
28472024-12-05T06:47:38.155Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28482024-12-05T06:47:38.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-12-05T06:47:38.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-12-05T06:47:38.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-12-05T06:47:38.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28522024-12-05T06:47:38.941Z
28532024-12-05T06:47:38.941Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28542024-12-05T06:47:39.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-12-05T06:47:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-12-05T06:47:39.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-12-05T06:47:39.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28582024-12-05T06:47:39.815Z
28592024-12-05T06:47:39.815Zinfo: running `cargo check --bins` on authz-macros (105/173)
28602024-12-05T06:47:40.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-12-05T06:47:40.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-12-05T06:47:40.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-12-05T06:47:40.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28642024-12-05T06:47:40.667Z
28652024-12-05T06:47:40.667Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28662024-12-05T06:47:41.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-12-05T06:47:41.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-12-05T06:47:41.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-12-05T06:47:41.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28702024-12-05T06:47:41.539Z
28712024-12-05T06:47:41.539Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28722024-12-05T06:47:42.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-12-05T06:47:42.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-12-05T06:47:42.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-12-05T06:47:42.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28762024-12-05T06:47:42.395Z
28772024-12-05T06:47:42.395Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28782024-12-05T06:47:43.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-12-05T06:47:43.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-12-05T06:47:43.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-12-05T06:47:43.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28822024-12-05T06:47:43.199Z
28832024-12-05T06:47:43.199Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28842024-12-05T06:47:43.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-12-05T06:47:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-12-05T06:47:43.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-12-05T06:47:43.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28882024-12-05T06:47:44.047Z
28892024-12-05T06:47:44.047Zinfo: running `cargo check --bins` on typed-rng (110/173)
28902024-12-05T06:47:44.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-12-05T06:47:44.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-12-05T06:47:44.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-12-05T06:47:44.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28942024-12-05T06:47:44.849Z
28952024-12-05T06:47:44.849Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28962024-12-05T06:47:45.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-12-05T06:47:45.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-12-05T06:47:45.851Z Checking keccak v0.1.5
28992024-12-05T06:47:45.874Z Checking secrecy v0.8.0
29002024-12-05T06:47:45.874Z Compiling unicase v2.7.0
29012024-12-05T06:47:45.897Z Compiling same-file v1.0.6
29022024-12-05T06:47:45.920Z Compiling tempfile v3.13.0
29032024-12-05T06:47:45.920Z Compiling thiserror-impl-no-std v2.0.2
29042024-12-05T06:47:45.920Z Checking universal-hash v0.5.1
29052024-12-05T06:47:45.920Z Compiling blake3 v1.5.4
29062024-12-05T06:47:46.070Z Compiling ring v0.16.20
29072024-12-05T06:47:46.118Z Compiling walkdir v2.5.0
29082024-12-05T06:47:46.141Z Checking sha3 v0.10.8
29092024-12-05T06:47:46.194Z Checking opaque-debug v0.3.1
29102024-12-05T06:47:46.283Z Checking poly1305 v0.8.0
29112024-12-05T06:47:46.444Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29122024-12-05T06:47:46.493Z Checking chacha20 v0.9.1
29132024-12-05T06:47:46.721Z Checking aead v0.5.2
29142024-12-05T06:47:46.769Z Compiling memmap2 v0.9.5
29152024-12-05T06:47:46.796Z Compiling spin v0.5.2
29162024-12-05T06:47:46.837Z Compiling salty v0.3.0
29172024-12-05T06:47:46.837Z Compiling constant_time_eq v0.3.1
29182024-12-05T06:47:46.895Z Compiling arrayvec v0.7.6
29192024-12-05T06:47:47.013Z Compiling arrayref v0.3.9
29202024-12-05T06:47:47.045Z Compiling libefi-sys v0.1.0
29212024-12-05T06:47:47.104Z Checking chacha20poly1305 v0.10.1
29222024-12-05T06:47:47.167Z Compiling toolchain_find v0.4.0
29232024-12-05T06:47:47.265Z Compiling camino-tempfile v1.1.1
29242024-12-05T06:47:47.341Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29252024-12-05T06:47:47.379Z Compiling bitfield-struct v0.6.2
29262024-12-05T06:47:47.493Z Compiling topological-sort v0.2.2
29272024-12-05T06:47:47.637Z Compiling mime_guess v2.0.5
29282024-12-05T06:47:47.693Z Compiling rustfmt-wrapper v0.2.1
29292024-12-05T06:47:48.113Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29302024-12-05T06:47:48.194Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29312024-12-05T06:47:48.267Z Checking primeorder v0.13.6
29322024-12-05T06:47:48.351Z Checking env_filter v0.1.2
29332024-12-05T06:47:48.466Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29342024-12-05T06:47:48.546Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352024-12-05T06:47:48.571Z Checking env_logger v0.11.5
29362024-12-05T06:47:48.612Z Checking thiserror-no-std v2.0.2
29372024-12-05T06:47:48.687Z Checking p384 v0.13.0
29382024-12-05T06:47:48.725Z Checking vsss-rs v3.3.4
29392024-12-05T06:47:48.788Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-05T06:47:48.815Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29412024-12-05T06:47:49.065Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29422024-12-05T06:47:49.124Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432024-12-05T06:47:49.124Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29442024-12-05T06:47:49.332Z Checking simd-adler32 v0.3.7
29452024-12-05T06:47:49.362Z Checking http-range v0.1.5
29462024-12-05T06:47:49.397Z Checking bumpalo v3.16.0
29472024-12-05T06:47:49.479Z Checking lockfree-object-pool v0.1.6
29482024-12-05T06:47:49.565Z Compiling zip v2.1.3
29492024-12-05T06:47:49.642Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29502024-12-05T06:47:49.673Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29512024-12-05T06:47:49.745Z Checking zopfli v0.8.1
29522024-12-05T06:47:49.873Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29532024-12-05T06:47:49.909Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29542024-12-05T06:47:50.289Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29552024-12-05T06:47:50.348Z Checking nanorand v0.7.0
29562024-12-05T06:47:50.384Z Checking atty v0.2.14
29572024-12-05T06:47:50.434Z Checking glob v0.3.1
29582024-12-05T06:47:50.491Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29592024-12-05T06:47:50.686Z Checking flume v0.11.1
29602024-12-05T06:47:50.728Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-05T06:47:50.951Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29622024-12-05T06:47:51.136Z Compiling omicron-zone-package v0.11.1
29632024-12-05T06:47:51.300Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29642024-12-05T06:47:51.934Z Checking hyper-staticfile v0.10.1
29652024-12-05T06:47:52.509Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29662024-12-05T06:47:52.633Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29672024-12-05T06:47:52.761Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29682024-12-05T06:47:52.866Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29692024-12-05T06:47:52.930Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29702024-12-05T06:47:52.982Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29712024-12-05T06:47:53.428Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29722024-12-05T06:47:53.773Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29732024-12-05T06:47:55.159Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29742024-12-05T06:47:56.946Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29752024-12-05T06:47:56.996Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29762024-12-05T06:48:09.792Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-12-05T06:48:28.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.34s
29782024-12-05T06:48:28.404Z
29792024-12-05T06:48:28.404Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29802024-12-05T06:48:29.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-12-05T06:48:29.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-12-05T06:48:29.407Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-12-05T06:48:47.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s
29842024-12-05T06:48:47.648Z
29852024-12-05T06:48:47.648Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29862024-12-05T06:48:48.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-12-05T06:48:48.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-12-05T06:48:48.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-12-05T06:49:06.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.17s
29902024-12-05T06:49:07.011Z
29912024-12-05T06:49:07.011Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29922024-12-05T06:49:07.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-12-05T06:49:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-12-05T06:49:07.962Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-05T06:49:25.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
29962024-12-05T06:49:26.046Z
29972024-12-05T06:49:26.046Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29982024-12-05T06:49:26.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-05T06:49:26.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-05T06:49:27.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-05T06:49:44.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.93s
30022024-12-05T06:49:45.176Z
30032024-12-05T06:49:45.176Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30042024-12-05T06:49:45.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-05T06:49:46.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-05T06:49:46.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-05T06:50:04.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s
30082024-12-05T06:50:04.922Z
30092024-12-05T06:50:04.922Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30102024-12-05T06:50:05.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-05T06:50:05.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-05T06:50:06.011Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-05T06:50:24.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
30142024-12-05T06:50:24.216Z
30152024-12-05T06:50:24.216Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30162024-12-05T06:50:25.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-05T06:50:25.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-05T06:50:25.183Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-05T06:50:42.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s
30202024-12-05T06:50:42.952Z
30212024-12-05T06:50:42.952Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30222024-12-05T06:50:43.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-05T06:50:43.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-05T06:50:43.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-12-05T06:50:43.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30262024-12-05T06:50:43.825Z
30272024-12-05T06:50:43.825Zinfo: running `cargo check --bins` on key-manager (120/173)
30282024-12-05T06:50:44.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-05T06:50:44.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-05T06:50:44.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-12-05T06:50:44.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30322024-12-05T06:50:44.649Z
30332024-12-05T06:50:44.649Zinfo: running `cargo check --bins` on range-requests (121/173)
30342024-12-05T06:50:45.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-05T06:50:45.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-05T06:50:45.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-12-05T06:50:45.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30382024-12-05T06:50:45.454Z
30392024-12-05T06:50:45.454Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30402024-12-05T06:50:46.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-05T06:50:46.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-05T06:50:46.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-05T06:50:46.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30442024-12-05T06:50:46.288Z
30452024-12-05T06:50:46.288Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30462024-12-05T06:50:47.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-05T06:50:47.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-05T06:50:47.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-05T06:50:47.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30502024-12-05T06:50:47.122Z
30512024-12-05T06:50:47.122Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30522024-12-05T06:50:47.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-05T06:50:47.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-05T06:50:47.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-05T06:50:47.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30562024-12-05T06:50:47.928Z
30572024-12-05T06:50:47.928Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30582024-12-05T06:50:48.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-05T06:50:48.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-05T06:50:48.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-05T06:50:48.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30622024-12-05T06:50:48.743Z
30632024-12-05T06:50:48.743Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30642024-12-05T06:50:49.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-05T06:50:49.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-05T06:50:49.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-05T06:50:49.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30682024-12-05T06:50:49.576Z
30692024-12-05T06:50:49.576Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30702024-12-05T06:50:50.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-05T06:50:50.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-05T06:50:50.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-05T06:50:50.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30742024-12-05T06:50:50.462Z
30752024-12-05T06:50:50.462Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30762024-12-05T06:50:51.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-05T06:50:51.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-05T06:50:51.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-05T06:50:51.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30802024-12-05T06:50:51.326Z
30812024-12-05T06:50:51.326Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30822024-12-05T06:50:52.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-05T06:50:52.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-05T06:50:52.273Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30852024-12-05T06:50:52.273Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30862024-12-05T06:50:53.245Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30872024-12-05T06:50:55.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
30882024-12-05T06:50:55.858Z
30892024-12-05T06:50:55.858Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30902024-12-05T06:50:56.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-12-05T06:50:56.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-12-05T06:50:56.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932024-12-05T06:50:56.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30942024-12-05T06:50:56.689Z
30952024-12-05T06:50:56.690Zinfo: running `cargo check --bins` on cert-dev (131/173)
30962024-12-05T06:50:57.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-12-05T06:50:57.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-12-05T06:50:57.506Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30992024-12-05T06:50:57.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
31002024-12-05T06:50:57.925Z
31012024-12-05T06:50:57.925Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31022024-12-05T06:50:58.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-05T06:50:58.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-05T06:50:58.805Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31052024-12-05T06:50:58.805Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31062024-12-05T06:50:59.449Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31072024-12-05T06:50:59.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
31082024-12-05T06:51:00.084Z
31092024-12-05T06:51:00.084Zinfo: running `cargo check --bins` on ch-dev (133/173)
31102024-12-05T06:51:00.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-12-05T06:51:00.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-12-05T06:51:00.994Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31132024-12-05T06:51:01.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
31142024-12-05T06:51:01.975Z
31152024-12-05T06:51:01.975Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31162024-12-05T06:51:02.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-12-05T06:51:02.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-12-05T06:51:02.823Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31192024-12-05T06:51:03.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
31202024-12-05T06:51:03.338Z
31212024-12-05T06:51:03.338Zinfo: running `cargo check --bins` on db-dev (135/173)
31222024-12-05T06:51:04.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-05T06:51:04.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-05T06:51:04.215Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31252024-12-05T06:51:05.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
31262024-12-05T06:51:05.210Z
31272024-12-05T06:51:05.210Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31282024-12-05T06:51:05.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-05T06:51:05.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-05T06:51:05.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312024-12-05T06:51:05.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31322024-12-05T06:51:06.071Z
31332024-12-05T06:51:06.071Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31342024-12-05T06:51:06.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-12-05T06:51:06.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-12-05T06:51:06.894Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31372024-12-05T06:51:07.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
31382024-12-05T06:51:08.146Z
31392024-12-05T06:51:08.146Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31402024-12-05T06:51:08.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-05T06:51:08.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-05T06:51:08.982Z Checking cargo-platform v0.1.8
31432024-12-05T06:51:09.236Z Checking cargo_metadata v0.18.1
31442024-12-05T06:51:10.546Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31452024-12-05T06:51:11.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
31462024-12-05T06:51:11.690Z
31472024-12-05T06:51:11.690Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31482024-12-05T06:51:12.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-12-05T06:51:12.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-12-05T06:51:12.638Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31512024-12-05T06:51:13.406Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31522024-12-05T06:51:14.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
31532024-12-05T06:51:14.259Z
31542024-12-05T06:51:14.259Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31552024-12-05T06:51:15.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-12-05T06:51:15.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-12-05T06:51:15.365Z Compiling crunchy v0.2.2
31582024-12-05T06:51:15.365Z Compiling tiny-keccak v2.0.2
31592024-12-05T06:51:15.409Z Compiling dsl_auto_type v0.1.2
31602024-12-05T06:51:15.409Z Checking scheduled-thread-pool v0.2.7
31612024-12-05T06:51:15.409Z Compiling diesel_table_macro_syntax v0.2.0
31622024-12-05T06:51:15.410Z Compiling ascii-canvas v3.0.0
31632024-12-05T06:51:15.410Z Compiling ena v0.14.3
31642024-12-05T06:51:15.411Z Compiling diff v0.1.13
31652024-12-05T06:51:15.691Z Compiling regex-syntax v0.6.29
31662024-12-05T06:51:15.736Z Checking r2d2 v0.8.10
31672024-12-05T06:51:15.861Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31682024-12-05T06:51:15.894Z Compiling ref-cast v1.0.23
31692024-12-05T06:51:15.930Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31702024-12-05T06:51:16.015Z Compiling derive_builder_core v0.20.2
31712024-12-05T06:51:16.057Z Compiling libxml v0.3.3
31722024-12-05T06:51:16.081Z Compiling ref-cast-impl v1.0.23
31732024-12-05T06:51:16.163Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31742024-12-05T06:51:16.420Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31752024-12-05T06:51:16.445Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31762024-12-05T06:51:16.556Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31772024-12-05T06:51:16.631Z Compiling strum_macros v0.24.3
31782024-12-05T06:51:16.664Z Compiling samael v0.0.17
31792024-12-05T06:51:16.850Z Compiling diesel_derives v2.2.3
31802024-12-05T06:51:16.903Z Compiling indoc v1.0.9
31812024-12-05T06:51:17.708Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31822024-12-05T06:51:17.946Z Compiling impl-trait-for-tuples v0.2.2
31832024-12-05T06:51:18.060Z Compiling derive_builder_macro v0.20.2
31842024-12-05T06:51:18.632Z Compiling lalrpop v0.19.12
31852024-12-05T06:51:18.801Z Checking derive_builder v0.20.2
31862024-12-05T06:51:18.949Z Compiling oso-derive v0.27.3
31872024-12-05T06:51:19.135Z Checking quick-xml v0.33.0
31882024-12-05T06:51:19.576Z Compiling diesel-dtrace v0.3.0
31892024-12-05T06:51:19.815Z Checking maplit v1.0.2
31902024-12-05T06:51:19.957Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31912024-12-05T06:51:19.982Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31922024-12-05T06:51:20.064Z Checking bb8 v0.8.5
31932024-12-05T06:51:20.259Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31942024-12-05T06:51:20.533Z Checking castaway v0.2.3
31952024-12-05T06:51:20.533Z Checking rand_seeder v0.3.0
31962024-12-05T06:51:20.685Z Checking compact_str v0.8.0
31972024-12-05T06:51:20.768Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31982024-12-05T06:51:20.873Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31992024-12-05T06:51:20.973Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32002024-12-05T06:51:21.436Z Checking unicode-truncate v1.1.0
32012024-12-05T06:51:21.536Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32022024-12-05T06:51:21.663Z Checking lru v0.12.5
32032024-12-05T06:51:21.803Z Compiling instability v0.3.2
32042024-12-05T06:51:21.946Z Checking smawk v0.3.2
32052024-12-05T06:51:22.146Z Checking unicode-linebreak v0.1.5
32062024-12-05T06:51:22.374Z Checking cassowary v0.3.0
32072024-12-05T06:51:22.512Z Checking is_ci v1.2.0
32082024-12-05T06:51:22.619Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092024-12-05T06:51:22.644Z Checking supports-color v3.0.1
32102024-12-05T06:51:22.753Z Checking textwrap v0.16.1
32112024-12-05T06:51:22.777Z Checking ratatui v0.28.1
32122024-12-05T06:51:22.844Z Checking multimap v0.10.0
32132024-12-05T06:51:25.343Z Checking diesel v2.2.4
32142024-12-05T06:51:51.665Z Compiling polar-core v0.27.3
32152024-12-05T06:51:54.083Z Checking async-bb8-diesel v0.2.1
32162024-12-05T06:52:01.094Z Checking oso v0.27.3
32172024-12-05T06:53:33.563Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32182024-12-05T06:53:41.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
32192024-12-05T06:53:42.123Z
32202024-12-05T06:53:42.123Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32212024-12-05T06:53:42.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-12-05T06:53:42.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-12-05T06:53:42.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242024-12-05T06:53:42.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32252024-12-05T06:53:43.018Z
32262024-12-05T06:53:43.018Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32272024-12-05T06:53:43.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-12-05T06:53:43.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-12-05T06:53:43.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302024-12-05T06:53:43.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32312024-12-05T06:53:43.967Z
32322024-12-05T06:53:43.967Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32332024-12-05T06:53:44.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-12-05T06:53:44.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-12-05T06:53:44.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362024-12-05T06:53:44.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32372024-12-05T06:53:44.810Z
32382024-12-05T06:53:44.810Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32392024-12-05T06:53:45.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-12-05T06:53:45.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-12-05T06:53:45.940Z Compiling libz-sys v1.1.20
32422024-12-05T06:53:45.965Z Compiling libgit2-sys v0.17.0+1.8.1
32432024-12-05T06:53:45.990Z Compiling vergen v8.3.2
32442024-12-05T06:53:46.014Z Compiling cargo-platform v0.1.8
32452024-12-05T06:53:46.014Z Compiling pin-project-internal v1.1.6
32462024-12-05T06:53:46.050Z Compiling libsqlite3-sys v0.30.1
32472024-12-05T06:53:46.074Z Compiling snafu-derive v0.8.5
32482024-12-05T06:53:46.074Z Compiling buf-list v1.0.3
32492024-12-05T06:53:46.257Z Compiling cfg_aliases v0.2.1
32502024-12-05T06:53:46.366Z Compiling cargo_metadata v0.18.1
32512024-12-05T06:53:46.500Z Compiling rustls v0.21.12
32522024-12-05T06:53:46.573Z Compiling nix v0.29.0
32532024-12-05T06:53:46.723Z Checking globset v0.4.15
32542024-12-05T06:53:46.767Z Checking olpc-cjson v0.1.4
32552024-12-05T06:53:46.820Z Checking rustls-webpki v0.101.7
32562024-12-05T06:53:46.960Z Checking sct v0.7.1
32572024-12-05T06:53:47.135Z Checking serde_plain v1.0.2
32582024-12-05T06:53:47.160Z Checking typed-path v0.9.3
32592024-12-05T06:53:47.673Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32602024-12-05T06:53:47.744Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32612024-12-05T06:53:47.916Z Checking hashlink v0.9.1
32622024-12-05T06:53:47.992Z Checking fallible-streaming-iterator v0.1.9
32632024-12-05T06:53:48.201Z Checking parse-size v1.1.0
32642024-12-05T06:53:48.366Z Checking fallible-iterator v0.3.0
32652024-12-05T06:53:48.589Z Checking pin-project v1.1.6
32662024-12-05T06:53:48.707Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32672024-12-05T06:53:48.930Z Checking rusqlite v0.32.1
32682024-12-05T06:53:48.954Z Checking rustls-pemfile v1.0.4
32692024-12-05T06:53:48.990Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32702024-12-05T06:53:49.136Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712024-12-05T06:53:49.380Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32722024-12-05T06:53:49.465Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32732024-12-05T06:53:49.652Z Checking twox-hash v1.6.3
32742024-12-05T06:53:49.738Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32752024-12-05T06:53:50.117Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32762024-12-05T06:53:50.363Z Checking tokio-rustls v0.24.1
32772024-12-05T06:53:50.418Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32782024-12-05T06:53:50.675Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32792024-12-05T06:53:50.707Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32802024-12-05T06:53:50.911Z Checking snafu v0.8.5
32812024-12-05T06:53:50.967Z Checking fatfs v0.3.6
32822024-12-05T06:53:51.352Z Checking tough v0.19.0
32832024-12-05T06:53:51.440Z Checking assert_matches v1.5.0
32842024-12-05T06:53:55.501Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32852024-12-05T06:53:57.112Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32862024-12-05T06:53:58.507Z Compiling git2 v0.19.0
32872024-12-05T06:54:04.773Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32882024-12-05T06:55:16.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
32892024-12-05T06:55:16.471Z
32902024-12-05T06:55:16.471Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32912024-12-05T06:55:17.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-12-05T06:55:17.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-12-05T06:55:17.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942024-12-05T06:55:17.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32952024-12-05T06:55:17.409Z
32962024-12-05T06:55:17.409Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32972024-12-05T06:55:18.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-12-05T06:55:18.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-12-05T06:55:18.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002024-12-05T06:55:18.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33012024-12-05T06:55:18.260Z
33022024-12-05T06:55:18.260Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33032024-12-05T06:55:19.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-12-05T06:55:19.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-12-05T06:55:19.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-12-05T06:55:19.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33072024-12-05T06:55:19.171Z
33082024-12-05T06:55:19.171Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33092024-12-05T06:55:19.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-12-05T06:55:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-12-05T06:55:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-12-05T06:55:19.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33132024-12-05T06:55:20.086Z
33142024-12-05T06:55:20.086Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33152024-12-05T06:55:20.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-12-05T06:55:20.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-12-05T06:55:20.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-12-05T06:55:20.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33192024-12-05T06:55:20.987Z
33202024-12-05T06:55:20.987Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33212024-12-05T06:55:21.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-05T06:55:21.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-05T06:55:21.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-05T06:55:21.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
33252024-12-05T06:55:21.914Z
33262024-12-05T06:55:21.914Zinfo: running `cargo check --bins` on update-common (151/173)
33272024-12-05T06:55:22.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-05T06:55:22.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-05T06:55:22.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-05T06:55:22.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33312024-12-05T06:55:22.785Z
33322024-12-05T06:55:22.785Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33332024-12-05T06:55:23.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-05T06:55:23.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-05T06:55:23.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-05T06:55:23.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
33372024-12-05T06:55:23.663Z
33382024-12-05T06:55:23.663Zinfo: running `cargo check --bins` on tufaceous (153/173)
33392024-12-05T06:55:24.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-05T06:55:24.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-05T06:55:24.575Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33422024-12-05T06:55:25.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
33432024-12-05T06:55:25.889Z
33442024-12-05T06:55:25.889Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33452024-12-05T06:55:26.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-05T06:55:26.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-05T06:55:27.079Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33482024-12-05T06:55:27.118Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33492024-12-05T06:55:27.118Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33502024-12-05T06:55:27.143Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33512024-12-05T06:56:03.740Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33522024-12-05T06:56:03.740Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33532024-12-05T06:56:03.764Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33542024-12-05T06:56:03.764Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33552024-12-05T06:56:03.764Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33562024-12-05T06:56:04.733Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33572024-12-05T06:56:06.366Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33582024-12-05T06:56:59.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
33592024-12-05T06:57:00.175Z
33602024-12-05T06:57:00.175Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33612024-12-05T06:57:00.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-12-05T06:57:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-12-05T06:57:01.120Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33642024-12-05T06:57:01.120Z Checking heck v0.4.1
33652024-12-05T06:57:01.144Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33662024-12-05T06:57:01.341Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33672024-12-05T06:57:03.151Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33682024-12-05T06:57:04.283Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33692024-12-05T06:57:05.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
33702024-12-05T06:57:05.823Z
33712024-12-05T06:57:05.823Zinfo: running `cargo check --bins` on installinator-api (156/173)
33722024-12-05T06:57:06.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-05T06:57:06.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-05T06:57:06.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752024-12-05T06:57:06.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33762024-12-05T06:57:06.668Z
33772024-12-05T06:57:06.668Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33782024-12-05T06:57:07.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-12-05T06:57:07.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-12-05T06:57:07.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812024-12-05T06:57:07.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33822024-12-05T06:57:07.531Z
33832024-12-05T06:57:07.531Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33842024-12-05T06:57:08.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-12-05T06:57:08.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-12-05T06:57:08.463Z Compiling petname v2.0.2
33872024-12-05T06:57:08.487Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33882024-12-05T06:57:08.487Z Checking sync-ptr v0.1.1
33892024-12-05T06:57:10.205Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33902024-12-05T06:57:12.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
33912024-12-05T06:57:12.357Z
33922024-12-05T06:57:12.357Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33932024-12-05T06:57:13.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-12-05T06:57:13.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-12-05T06:57:13.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962024-12-05T06:57:13.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
33972024-12-05T06:57:13.262Z
33982024-12-05T06:57:13.262Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33992024-12-05T06:57:14.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-12-05T06:57:14.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-12-05T06:57:14.173Z Checking memmap2 v0.9.5
34022024-12-05T06:57:14.173Z Checking constant_time_eq v0.3.1
34032024-12-05T06:57:14.173Z Checking arrayref v0.3.9
34042024-12-05T06:57:14.173Z Checking arrayvec v0.7.6
34052024-12-05T06:57:14.173Z Checking spin v0.5.2
34062024-12-05T06:57:14.198Z Checking topological-sort v0.2.2
34072024-12-05T06:57:14.198Z Checking shell-words v1.1.0
34082024-12-05T06:57:14.453Z Checking ring v0.16.20
34092024-12-05T06:57:14.566Z Checking blake3 v1.5.4
34102024-12-05T06:57:15.942Z Checking omicron-zone-package v0.11.1
34112024-12-05T06:57:17.387Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34122024-12-05T06:57:18.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
34132024-12-05T06:57:18.739Z
34142024-12-05T06:57:18.740Zinfo: running `cargo check --bins` on xtask (161/173)
34152024-12-05T06:57:19.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162024-12-05T06:57:19.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172024-12-05T06:57:19.326Z Checking bitflags v2.6.0
34182024-12-05T06:57:19.326Z Checking serde v1.0.215
34192024-12-05T06:57:19.326Z Checking thiserror v1.0.69
34202024-12-05T06:57:19.351Z Checking scroll v0.12.0
34212024-12-05T06:57:19.375Z Checking hashbrown v0.15.0
34222024-12-05T06:57:19.399Z Checking log v0.4.22
34232024-12-05T06:57:19.423Z Checking zerocopy v0.7.35
34242024-12-05T06:57:19.446Z Checking syn v2.0.87
34252024-12-05T06:57:19.488Z Checking pest v2.7.14
34262024-12-05T06:57:19.586Z Checking rustix v0.38.37
34272024-12-05T06:57:19.644Z Checking once_cell v1.20.2
34282024-12-05T06:57:19.789Z Checking goblin v0.8.2
34292024-12-05T06:57:19.903Z Checking fs-err v2.11.0
34302024-12-05T06:57:20.186Z Checking tabled v0.15.0
34312024-12-05T06:57:20.283Z Checking indexmap v2.6.0
34322024-12-05T06:57:20.597Z Checking anyhow v1.0.93
34332024-12-05T06:57:21.184Z Checking terminal_size v0.4.0
34342024-12-05T06:57:21.184Z Checking tempfile v3.13.0
34352024-12-05T06:57:21.336Z Checking clap_builder v4.5.21
34362024-12-05T06:57:21.568Z Checking dtrace-parser v0.2.0
34372024-12-05T06:57:23.434Z Checking serde_json v1.0.132
34382024-12-05T06:57:23.434Z Checking serde_spanned v0.6.8
34392024-12-05T06:57:23.458Z Checking toml_datetime v0.6.8
34402024-12-05T06:57:23.458Z Checking camino v1.1.9
34412024-12-05T06:57:23.458Z Checking cargo-platform v0.1.8
34422024-12-05T06:57:23.670Z Checking semver v1.0.23
34432024-12-05T06:57:23.696Z Checking macaddr v1.0.1
34442024-12-05T06:57:23.752Z Checking toml_edit v0.22.22
34452024-12-05T06:57:23.902Z Checking clap v4.5.21
34462024-12-05T06:57:23.980Z Checking camino-tempfile v1.1.1
34472024-12-05T06:57:24.748Z Checking dof v0.3.0
34482024-12-05T06:57:24.748Z Checking cargo_metadata v0.18.1
34492024-12-05T06:57:25.246Z Checking usdt-impl v0.5.0
34502024-12-05T06:57:25.680Z Checking usdt v0.5.0
34512024-12-05T06:57:25.884Z Checking toml v0.8.19
34522024-12-05T06:57:26.496Z Checking cargo_toml v0.20.5
34532024-12-05T06:57:28.068Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34542024-12-05T06:57:28.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s
34552024-12-05T06:57:29.003Z
34562024-12-05T06:57:29.003Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34572024-12-05T06:57:29.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582024-12-05T06:57:29.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592024-12-05T06:57:30.002Z Checking polyval v0.6.2
34602024-12-05T06:57:30.031Z Checking ctr v0.9.2
34612024-12-05T06:57:30.055Z Checking ssh-encoding v0.2.0
34622024-12-05T06:57:30.055Z Checking blowfish v0.9.1
34632024-12-05T06:57:30.081Z Checking password-hash v0.4.2
34642024-12-05T06:57:30.105Z Checking matches v0.1.10
34652024-12-05T06:57:30.105Z Checking p256 v0.13.2
34662024-12-05T06:57:30.105Z Checking p521 v0.13.3
34672024-12-05T06:57:30.257Z Checking idna v0.2.3
34682024-12-05T06:57:30.281Z Checking ghash v0.5.1
34692024-12-05T06:57:30.305Z Checking bcrypt-pbkdf v0.10.0
34702024-12-05T06:57:30.336Z Compiling enum-as-inner v0.5.1
34712024-12-05T06:57:30.360Z Checking russh-cryptovec v0.7.3
34722024-12-05T06:57:30.434Z Checking aes-gcm v0.10.3
34732024-12-05T06:57:30.458Z Checking pbkdf2 v0.11.0
34742024-12-05T06:57:30.534Z Checking md5 v0.7.0
34752024-12-05T06:57:30.558Z Checking num-bigint v0.4.6
34762024-12-05T06:57:30.585Z Checking des v0.8.1
34772024-12-05T06:57:30.633Z Checking ssh-cipher v0.2.0
34782024-12-05T06:57:30.698Z Compiling dhcproto-macros v0.1.0
34792024-12-05T06:57:30.767Z Checking hex-literal v0.4.1
34802024-12-05T06:57:30.799Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34812024-12-05T06:57:30.879Z Checking ssh-key v0.6.6
34822024-12-05T06:57:30.903Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34832024-12-05T06:57:30.927Z Checking internet-checksum v0.2.1
34842024-12-05T06:57:31.161Z Checking trust-dns-proto v0.22.0
34852024-12-05T06:57:32.287Z Checking russh-keys v0.45.0
34862024-12-05T06:57:33.430Z Checking russh v0.45.0
34872024-12-05T06:57:34.254Z Checking dhcproto v0.12.0
34882024-12-05T06:57:56.810Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34892024-12-05T06:57:58.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.58s
34902024-12-05T06:57:58.765Z
34912024-12-05T06:57:58.765Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34922024-12-05T06:57:59.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932024-12-05T06:57:59.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942024-12-05T06:57:59.640Z Checking termios v0.3.3
34952024-12-05T06:57:59.815Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34962024-12-05T06:58:00.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
34972024-12-05T06:58:00.974Z
34982024-12-05T06:58:00.974Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34992024-12-05T06:58:01.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-12-05T06:58:01.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-12-05T06:58:01.892Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35022024-12-05T06:58:04.363Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35032024-12-05T06:58:06.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
35042024-12-05T06:58:06.896Z
35052024-12-05T06:58:06.896Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35062024-12-05T06:58:07.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-05T06:58:07.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-05T06:58:07.734Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35092024-12-05T06:58:08.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
35102024-12-05T06:58:08.402Z
35112024-12-05T06:58:08.402Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35122024-12-05T06:58:09.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-12-05T06:58:09.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-12-05T06:58:09.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152024-12-05T06:58:09.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35162024-12-05T06:58:09.204Z
35172024-12-05T06:58:09.204Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35182024-12-05T06:58:09.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-12-05T06:58:09.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-12-05T06:58:09.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212024-12-05T06:58:09.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35222024-12-05T06:58:10.006Z
35232024-12-05T06:58:10.006Zinfo: running `cargo check --bins` on omicron-package (168/173)
35242024-12-05T06:58:10.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-12-05T06:58:10.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-12-05T06:58:10.892Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35272024-12-05T06:58:12.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
35282024-12-05T06:58:12.596Z
35292024-12-05T06:58:12.596Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35302024-12-05T06:58:13.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-12-05T06:58:13.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-12-05T06:58:13.540Z Checking rtoolbox v0.0.2
35332024-12-05T06:58:13.540Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35342024-12-05T06:58:13.540Z Checking tui-tree-widget v0.22.0
35352024-12-05T06:58:13.730Z Checking rpassword v7.3.1
35362024-12-05T06:58:19.059Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35372024-12-05T06:58:22.910Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35382024-12-05T06:58:24.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s
35392024-12-05T06:58:24.670Z
35402024-12-05T06:58:24.670Zinfo: running `cargo check --bins` on wicket (170/173)
35412024-12-05T06:58:25.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-05T06:58:25.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-05T06:58:25.565Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35442024-12-05T06:58:25.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
35452024-12-05T06:58:26.168Z
35462024-12-05T06:58:26.168Zinfo: running `cargo check --bins` on wicketd (171/173)
35472024-12-05T06:58:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-05T06:58:26.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-05T06:58:27.091Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35502024-12-05T06:58:32.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
35512024-12-05T06:58:32.206Z
35522024-12-05T06:58:32.206Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35532024-12-05T06:58:32.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-12-05T06:58:32.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-12-05T06:58:32.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562024-12-05T06:58:32.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35572024-12-05T06:58:33.019Z
35582024-12-05T06:58:33.019Zinfo: running `cargo check --bins` on zone-setup (173/173)
35592024-12-05T06:58:33.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602024-12-05T06:58:33.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612024-12-05T06:58:33.981Z Checking uzers v0.12.1
35622024-12-05T06:58:34.320Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35632024-12-05T06:58:35.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
35642024-12-05T06:58:35.969Z
35652024-12-05T06:58:35.992Zreal 16:05.698624897
35662024-12-05T06:58:35.993Zuser 25:22.348339828
35672024-12-05T06:58:35.993Zsys 5:53.147225546
35682024-12-05T06:58:35.993Ztrap 0.563227672
35692024-12-05T06:58:35.993Ztflt 1.337229089
35702024-12-05T06:58:35.993Zdflt 3.348569815
35712024-12-05T06:58:35.993Zkflt 0.000676063
35722024-12-05T06:58:35.993Zlock 53:35.131900783
35732024-12-05T06:58:35.993Zslp 2:21:40.816698265
35742024-12-05T06:58:35.993Zlat 1:02.649270081
35752024-12-05T06:58:35.993Zstop 3:01.844432059
35762024-12-05T06:58:35.993Zprocess exited: duration 1267223 ms, exit code 0
 
35772024-12-05T06:58:36.040Zfound 0 output files