01J4NVWP8NVDJZ82TD948VVHP7: 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: 01J4NVWZZ8MWS8XDA882BK1FND

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-07T07:30:51.272Zjob assigned to worker 01J4NVX608E0N6YXJK0MVFS5C7 (queued for 1 m 0 s)
 
22024-08-07T07:30:59.220Zstarting task 0: "setup"
32024-08-07T07:30:59.282Z++ uname -s
42024-08-07T07:30:59.285Z+ kern=SunOS
52024-08-07T07:30:59.285Z+ case "$kern" in
62024-08-07T07:30:59.285Z+ groupadd -g 12345 build
72024-08-07T07:30:59.288Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-07T07:31:01.298Z+ zfs create -o mountpoint=/work rpool/work
92024-08-07T07:31:01.429Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-07T07:31:01.432Z+ home_fs=zfs
112024-08-07T07:31:01.432Z+ [[ zfs == autofs ]]
122024-08-07T07:31:01.432Z+ mkdir -p /home/build
132024-08-07T07:31:01.435Z+ chown build:build /home/build /work
142024-08-07T07:31:03.436Z+ chmod 0700 /home/build /work
152024-08-07T07:31:03.439Zprocess exited: duration 4217 ms, exit code 0
 
162024-08-07T07:31:03.445Zstarting task 1: "rust-toolchain"
172024-08-07T07:31:03.450Z+ printf ' * toolchain channel = "%s"
182024-08-07T07:31:03.450Z * toolchain channel = "1.80.0"
192024-08-07T07:31:03.450Z * toolchain profile = "default"
202024-08-07T07:31:03.451Z' 1.80.0
212024-08-07T07:31:03.451Z+ printf ' * toolchain profile = "%s"
222024-08-07T07:31:03.451Z' default
232024-08-07T07:31:03.453Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-07T07:31:03.453Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-07T07:31:03.570Zinfo: downloading installer
262024-08-07T07:31:05.278Zinfo: profile set to 'default'
272024-08-07T07:31:05.278Zinfo: default host triple is x86_64-unknown-illumos
282024-08-07T07:31:05.282Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-07T07:31:05.431Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-07T07:31:05.431Zinfo: downloading component 'cargo'
312024-08-07T07:31:06.325Zinfo: downloading component 'clippy'
322024-08-07T07:31:06.629Zinfo: downloading component 'rust-docs'
332024-08-07T07:31:07.811Zinfo: downloading component 'rust-std'
342024-08-07T07:31:09.482Zinfo: downloading component 'rustc'
352024-08-07T07:31:14.350Zinfo: downloading component 'rustfmt'
362024-08-07T07:31:14.598Zinfo: installing component 'cargo'
372024-08-07T07:31:15.479Zinfo: installing component 'clippy'
382024-08-07T07:31:15.872Zinfo: installing component 'rust-docs'
392024-08-07T07:31:17.485Zinfo: installing component 'rust-std'
402024-08-07T07:31:19.194Zinfo: installing component 'rustc'
412024-08-07T07:31:23.808Zinfo: installing component 'rustfmt'
422024-08-07T07:31:24.161Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-07T07:31:24.161Z
442024-08-07T07:31:24.422Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-07T07:31:24.422Z
462024-08-07T07:31:24.425Z
472024-08-07T07:31:24.425ZRust is installed now. Great!
482024-08-07T07:31:24.425Z
492024-08-07T07:31:24.425ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-07T07:31:24.425Zenvironment variable. This has not been done automatically.
512024-08-07T07:31:24.425Z
522024-08-07T07:31:24.425ZTo configure your current shell, you need to source
532024-08-07T07:31:24.425Zthe corresponding env file under $HOME/.cargo.
542024-08-07T07:31:24.425Z
552024-08-07T07:31:24.425ZThis is usually done by running one of the following (note the leading DOT):
562024-08-07T07:31:24.425Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-07T07:31:24.426Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-07T07:31:24.495Z+ rustc --version
592024-08-07T07:31:24.561Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-07T07:31:24.564Zprocess exited: duration 21114 ms, exit code 0
 
612024-08-07T07:31:24.572Zstarting task 2: "authentication"
622024-08-07T07:31:24.594Zprocess exited: duration 21 ms, exit code 0
 
632024-08-07T07:31:24.603Zstarting task 3: "clone repository"
642024-08-07T07:31:24.606Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-07T07:31:24.610Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-07T07:31:24.786ZCloning into '/work/oxidecomputer/omicron'...
672024-08-07T07:31:31.364Z+ cd /work/oxidecomputer/omicron
682024-08-07T07:31:31.364Z+ git fetch origin 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22
692024-08-07T07:31:31.662ZFrom https://github.com/oxidecomputer/omicron
702024-08-07T07:31:31.662Z * branch 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22 -> FETCH_HEAD
712024-08-07T07:31:31.672Z+ [[ -n renovate/itertools-0.x ]]
722024-08-07T07:31:31.675Z++ git branch --show-current
732024-08-07T07:31:31.678Z+ current=main
742024-08-07T07:31:31.678Z+ [[ main != renovate/itertools-0.x ]]
752024-08-07T07:31:31.678Z+ git branch -f renovate/itertools-0.x 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22
762024-08-07T07:31:31.681Z+ git checkout -f renovate/itertools-0.x
772024-08-07T07:31:31.819ZSwitched to branch 'renovate/itertools-0.x'
782024-08-07T07:31:31.822Z+ git reset --hard 567bd95afd17331f77a2c954e7a8ff4dc2eb4a22
792024-08-07T07:31:31.833ZHEAD is now at 567bd95af Update Rust crate itertools to 0.13.0
802024-08-07T07:31:31.835Zprocess exited: duration 7232 ms, exit code 0
 
812024-08-07T07:31:31.841Zstarting task 4: "build"
822024-08-07T07:31:31.846Z+ cargo --version
832024-08-07T07:31:31.902Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-07T07:31:31.905Z+ rustc --version
852024-08-07T07:31:31.960Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-07T07:31:31.963Z+ source ./env.sh
872024-08-07T07:31:31.963Z++ OLD_SHELL_OPTS=ehxB
882024-08-07T07:31:31.963Z++ set -o xtrace
892024-08-07T07:31:31.966Z++++ dirname ./env.sh
902024-08-07T07:31:31.969Z+++ readlink -f .
912024-08-07T07:31:32.121Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-07T07:31:32.124Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-07T07:31:32.124Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-07T07:31:32.124Z++ 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
952024-08-07T07:31:32.124Z++ 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
962024-08-07T07:31:32.124Z++ 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
972024-08-07T07:31:32.124Z++ 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
982024-08-07T07:31:32.124Z++ 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
992024-08-07T07:31:32.124Z++ 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
1002024-08-07T07:31:32.124Z++ case $OLD_SHELL_OPTS in
1012024-08-07T07:31:32.124Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-07T07:31:32.124Z+ 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
1032024-08-07T07:31:32.124Z+ 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
1042024-08-07T07:31:32.124Z+ banner prerequisites
1052024-08-07T07:31:32.302Z
1062024-08-07T07:31:32.302Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-07T07:31:32.302Z # # # # # # # # # # # # # # #
1082024-08-07T07:31:32.302Z # # # # ##### # # ##### # # # # # #### #
1092024-08-07T07:31:32.302Z ##### ##### # ##### # # # # # # # # #
1102024-08-07T07:31:32.302Z # # # # # # # # # # # # # # #
1112024-08-07T07:31:32.302Z # # # ###### # # ###### ### # #### # #### #
1122024-08-07T07:31:32.302Z
1132024-08-07T07:31:32.305Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-07T07:31:51.098Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-07T07:31:53.550Z Startup: Caching catalogs ... Done
1162024-08-07T07:31:57.316ZPlanning: Solver setup ... Done (3.188s)
1172024-08-07T07:31:57.376ZPlanning: Running solver ... Done (0.061s)
1182024-08-07T07:31:57.430ZPlanning: Finding local manifests ... Done (0.005s)
1192024-08-07T07:31:57.900ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-07T07:31:58.261ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-07T07:31:58.312ZPlanning: Package planning ... Done (0.051s)
1222024-08-07T07:31:58.363ZPlanning: Merging actions ... Done (0.052s)
1232024-08-07T07:31:59.666ZPlanning: Checking for conflicting actions ... Done (1.302s)
1242024-08-07T07:31:59.677ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-07T07:32:06.245ZPlanning: Evaluating mediators ... Done (6.567s)
1262024-08-07T07:32:06.254ZPlanning: Planning completed in 12.63 seconds
1272024-08-07T07:32:07.199Z Packages to install: 4
1282024-08-07T07:32:07.199Z Mediators to change: 2
1292024-08-07T07:32:07.199Z Services to change: 1
1302024-08-07T07:32:07.216Z Estimated space available: 155.76 GB
1312024-08-07T07:32:07.216ZEstimated space to be consumed: 1.47 GB
1322024-08-07T07:32:07.217Z Create boot environment: No
1332024-08-07T07:32:07.217ZCreate backup boot environment: No
1342024-08-07T07:32:07.217Z Rebuild boot archive: No
1352024-08-07T07:32:07.217Z
1362024-08-07T07:32:07.217ZChanged mediators:
1372024-08-07T07:32:07.217Z mediator clang:
1382024-08-07T07:32:07.217Z version: None -> 15 (system default)
1392024-08-07T07:32:07.218Z
1402024-08-07T07:32:07.218Z mediator llvm:
1412024-08-07T07:32:07.218Z version: 14 (system default) -> 15 (system default)
1422024-08-07T07:32:07.218Z
1432024-08-07T07:32:07.218ZChanged packages:
1442024-08-07T07:32:07.218Zhelios-dev
1452024-08-07T07:32:07.218Z developer/build-essential
1462024-08-07T07:32:07.220Z None -> 11-2.0
1472024-08-07T07:32:07.220Z library/libxmlsec1
1482024-08-07T07:32:07.220Z None -> 1.2.35-2.0
1492024-08-07T07:32:07.221Z ooce/developer/clang-15
1502024-08-07T07:32:07.221Z None -> 15.0.7-2.0
1512024-08-07T07:32:07.221Z ooce/developer/llvm-15
1522024-08-07T07:32:07.221Z None -> 15.0.7-2.0
1532024-08-07T07:32:07.221Z
1542024-08-07T07:32:07.221ZServices:
1552024-08-07T07:32:07.221Z restart_fmri:
1562024-08-07T07:32:07.221Z svc:/system/update-man-index:default
1572024-08-07T07:32:07.430Z
1582024-08-07T07:32:07.431ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-07T07:32:13.175ZDownload: 204/3290 items 1.3/212.6MB 0% complete (270k/s)
1602024-08-07T07:32:19.952ZDownload: 212/3290 items 1.3/212.6MB 0% complete (250k/s)
1612024-08-07T07:32:24.956ZDownload: 721/3290 items 18.2/212.6MB 8% complete (2.0M/s)
1622024-08-07T07:32:29.956ZDownload: 1136/3290 items 59.5/212.6MB 28% complete (5.8M/s)
1632024-08-07T07:32:38.449ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (7.0M/s)
1642024-08-07T07:32:43.516ZDownload: 1417/3290 items 113.8/212.6MB 53% complete (3.2M/s)
1652024-08-07T07:32:48.528ZDownload: 1679/3290 items 117.2/212.6MB 55% complete (3.5M/s)
1662024-08-07T07:32:53.529ZDownload: 2190/3290 items 119.1/212.6MB 56% complete (543k/s)
1672024-08-07T07:33:11.409ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1682024-08-07T07:33:16.411ZDownload: 3116/3290 items 135.3/212.6MB 63% complete (3.1M/s)
1692024-08-07T07:33:20.589ZDownload: Completed 212.60 MB in 73.16 seconds (2.9M/s)
1702024-08-07T07:33:21.166Z Actions: 1/3689 actions (Installing new actions)
1712024-08-07T07:33:26.219Z Actions: 3647/3689 actions (Installing new actions)
1722024-08-07T07:33:26.272Z Actions: Completed 3689 actions in 5.10 seconds.
1732024-08-07T07:33:26.534Z Done (0.257s)
1742024-08-07T07:33:26.534Z Done (0.000s)
1752024-08-07T07:33:26.888Z Done (0.354s)
1762024-08-07T07:33:32.172Z Done (5.120s)
1772024-08-07T07:33:32.380Z Done (0.142s)
1782024-08-07T07:33:32.383Z Done (0.000s)
1792024-08-07T07:33:32.578Z Done (0.000s)
1802024-08-07T07:33:33.155ZPlanning: Evaluating mediator changes ... Done
1812024-08-07T07:33:33.317ZPlanning: Checking for conflicting actions ... Done
1822024-08-07T07:33:33.319ZPlanning: Consolidating action changes ... Done
1832024-08-07T07:33:33.581ZPlanning: Evaluating mediators ... Done
1842024-08-07T07:33:33.584ZPlanning: Planning completed in 0.43 seconds
1852024-08-07T07:33:33.615Z Mediators to change: 2
1862024-08-07T07:33:33.615Z Create boot environment: No
1872024-08-07T07:33:33.618ZCreate backup boot environment: No
1882024-08-07T07:33:33.753Z Done
1892024-08-07T07:33:33.753Z Done
1902024-08-07T07:33:33.998Z Done
1912024-08-07T07:33:37.422Z Done
1922024-08-07T07:33:37.504Z Done
1932024-08-07T07:33:37.507Z Done
1942024-08-07T07:33:37.646Z Done
1952024-08-07T07:33:38.245ZPlanning: Evaluating mediator changes ... Done
1962024-08-07T07:33:38.248ZPlanning: Merging actions ... Done
1972024-08-07T07:33:38.433ZPlanning: Checking for conflicting actions ... Done
1982024-08-07T07:33:38.435ZPlanning: Consolidating action changes ... Done
1992024-08-07T07:33:38.691ZPlanning: Evaluating mediators ... Done
2002024-08-07T07:33:38.744ZPlanning: Planning completed in 0.73 seconds
2012024-08-07T07:33:38.777Z Packages to change: 1
2022024-08-07T07:33:38.781Z Mediators to change: 1
2032024-08-07T07:33:38.781Z Services to change: 1
2042024-08-07T07:33:38.781Z Create boot environment: No
2052024-08-07T07:33:38.781ZCreate backup boot environment: Yes
2062024-08-07T07:33:40.799Z Actions: 1/6 actions (Updating modified actions)
2072024-08-07T07:33:40.877Z Actions: Completed 6 actions in 0.08 seconds.
2082024-08-07T07:33:40.880Z Done
2092024-08-07T07:33:40.880Z Done
2102024-08-07T07:33:40.951Z Done
2112024-08-07T07:33:44.554Z Done
2122024-08-07T07:33:44.639Z Done
2132024-08-07T07:33:44.642Z Done
2142024-08-07T07:33:44.800Z Done
2152024-08-07T07:33:45.231ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2162024-08-07T07:33:45.231Zclang system 15 system
2172024-08-07T07:33:45.231Zcsh system system illumos
2182024-08-07T07:33:45.231Zctags system system illumos
2192024-08-07T07:33:45.231Zgcc vendor 12 vendor
2202024-08-07T07:33:45.231Zgcc system 10 system
2212024-08-07T07:33:45.231Zgcc system 7 system
2222024-08-07T07:33:45.231Zgo system 1.20 system
2232024-08-07T07:33:45.231Zgo system 1.19 system
2242024-08-07T07:33:45.231Zllvm system 15 system
2252024-08-07T07:33:45.231Zllvm system 14 system
2262024-08-07T07:33:45.231Zmariadb system 10.6 system
2272024-08-07T07:33:45.231Zmta vendor vendor dma
2282024-08-07T07:33:45.231Zopenjdk system 17 system
2292024-08-07T07:33:45.231Zopenjdk system 11 system
2302024-08-07T07:33:45.231Zopenjdk system 1.8 system
2312024-08-07T07:33:45.231Zopenssl vendor 3 vendor
2322024-08-07T07:33:45.231Zperl system 5.36 system
2332024-08-07T07:33:45.231Zpostgresql system 15 system
2342024-08-07T07:33:45.231Zpostgresql system 13 system
2352024-08-07T07:33:45.231Zpython vendor 3 vendor
2362024-08-07T07:33:45.232Zpython system 2 system
2372024-08-07T07:33:45.232Zpython3 system 3.11 system
2382024-08-07T07:33:45.232Zruby system 3.0 system
2392024-08-07T07:33:45.232Zwords vendor vendor american-english
2402024-08-07T07:33:45.232Zwords system system australian-english
2412024-08-07T07:33:45.232Zwords system system british-english
2422024-08-07T07:33:45.232Zwords system system canadian-english
2432024-08-07T07:33:45.232Zwords system system french
2442024-08-07T07:33:45.232Zwords system system italian
2452024-08-07T07:33:45.232Zwords system system ngerman
2462024-08-07T07:33:45.232Zwords system system ogerman
2472024-08-07T07:33:45.232Zwords system system spanish
2482024-08-07T07:33:45.557ZPUBLISHER TYPE STATUS P LOCATION
2492024-08-07T07:33:45.557Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2502024-08-07T07:33:47.215ZFMRI IFO
2512024-08-07T07:33:47.215Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2522024-08-07T07:33:47.215Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2532024-08-07T07:33:47.215Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2542024-08-07T07:33:47.215Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2552024-08-07T07:33:47.215Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2562024-08-07T07:33:47.215Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2572024-08-07T07:33:47.215Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2582024-08-07T07:33:47.215Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2592024-08-07T07:33:47.215Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2602024-08-07T07:33:47.215Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2612024-08-07T07:33:47.215Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2622024-08-07T07:33:47.215Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2632024-08-07T07:33:47.784Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2642024-08-07T07:33:48.045Z Updating git repository `https://github.com/oxidecomputer/zone`
2652024-08-07T07:33:48.278Z Updating crates.io index
2662024-08-07T07:33:48.360Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2672024-08-07T07:33:49.052Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682024-08-07T07:33:49.746Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2692024-08-07T07:33:49.985Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2702024-08-07T07:33:51.432Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712024-08-07T07:33:51.697Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2722024-08-07T07:33:51.920Z Updating git repository `https://github.com/oxidecomputer/propolis`
2732024-08-07T07:33:53.126Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742024-08-07T07:33:54.915Z Updating git repository `https://github.com/oxidecomputer/opte`
2752024-08-07T07:33:55.862Z Updating git repository `https://github.com/oxidecomputer/falcon`
2762024-08-07T07:33:56.604Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2772024-08-07T07:33:57.190Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2782024-08-07T07:33:57.467Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2792024-08-07T07:33:57.751Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2802024-08-07T07:33:58.007Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812024-08-07T07:33:58.251Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822024-08-07T07:33:58.449Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832024-08-07T07:33:58.640Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842024-08-07T07:33:58.885Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-08-07T07:33:59.150Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862024-08-07T07:33:59.422Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872024-08-07T07:33:59.663Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2882024-08-07T07:34:00.014Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892024-08-07T07:34:00.386Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902024-08-07T07:34:00.875Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912024-08-07T07:34:01.215Z Updating git repository `https://github.com/oxidecomputer/typify`
2922024-08-07T07:34:03.241Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932024-08-07T07:34:03.459Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942024-08-07T07:34:04.303Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952024-08-07T07:34:04.660Z Updating git repository `https://github.com/oxidecomputer/rfb`
2962024-08-07T07:34:05.678Z Downloading crates ...
2972024-08-07T07:34:05.761Z Downloaded block-buffer v0.10.4
2982024-08-07T07:34:05.763Z Downloaded autocfg v1.3.0
2992024-08-07T07:34:05.766Z Downloaded byteorder v1.5.0
3002024-08-07T07:34:05.766Z Downloaded anstyle-query v1.0.3
3012024-08-07T07:34:05.769Z Downloaded camino v1.1.7
3022024-08-07T07:34:05.769Z Downloaded anstyle-parse v0.2.4
3032024-08-07T07:34:05.772Z Downloaded anstyle v1.0.8
3042024-08-07T07:34:05.774Z Downloaded dtrace-parser v0.2.0
3052024-08-07T07:34:05.777Z Downloaded usdt-attr-macro v0.5.0
3062024-08-07T07:34:05.789Z Downloaded cargo-platform v0.1.8
3072024-08-07T07:34:05.791Z Downloaded bytecount v0.6.8
3082024-08-07T07:34:05.792Z Downloaded anyhow v1.0.86
3092024-08-07T07:34:05.794Z Downloaded itoa v1.0.11
3102024-08-07T07:34:05.797Z Downloaded heck v0.4.1
3112024-08-07T07:34:05.797Z Downloaded serde_tokenstream v0.2.1
3122024-08-07T07:34:05.801Z Downloaded plain v0.2.3
3132024-08-07T07:34:05.804Z Downloaded errno v0.3.9
3142024-08-07T07:34:05.804Z Downloaded digest v0.10.7
3152024-08-07T07:34:05.804Z Downloaded usdt-macro v0.5.0
3162024-08-07T07:34:05.807Z Downloaded colorchoice v1.0.1
3172024-08-07T07:34:05.807Z Downloaded cpufeatures v0.2.12
3182024-08-07T07:34:05.812Z Downloaded strsim v0.11.1
3192024-08-07T07:34:05.814Z Downloaded thiserror-impl v1.0.63
3202024-08-07T07:34:05.814Z Downloaded memmap v0.7.0
3212024-08-07T07:34:05.817Z Downloaded bitflags v2.6.0
3222024-08-07T07:34:05.820Z Downloaded anstream v0.6.14
3232024-08-07T07:34:05.823Z Downloaded is_terminal_polyfill v1.70.0
3242024-08-07T07:34:05.827Z Downloaded terminal_size v0.3.0
3252024-08-07T07:34:05.832Z Downloaded pretty-hex v0.4.1
3262024-08-07T07:34:05.840Z Downloaded swrite v0.1.0
3272024-08-07T07:34:05.842Z Downloaded equivalent v1.0.1
3282024-08-07T07:34:05.843Z Downloaded scroll_derive v0.12.0
3292024-08-07T07:34:05.843Z Downloaded clap_derive v4.5.13
3302024-08-07T07:34:05.846Z Downloaded crypto-common v0.1.6
3312024-08-07T07:34:05.849Z Downloaded version_check v0.9.5
3322024-08-07T07:34:05.852Z Downloaded semver v1.0.23
3332024-08-07T07:34:05.852Z Downloaded cargo_toml v0.20.4
3342024-08-07T07:34:05.856Z Downloaded scroll v0.12.0
3352024-08-07T07:34:05.859Z Downloaded proc-macro-error v1.0.4
3362024-08-07T07:34:05.862Z Downloaded zerocopy-derive v0.7.34
3372024-08-07T07:34:05.864Z Downloaded proc-macro-error-attr v1.0.4
3382024-08-07T07:34:05.867Z Downloaded pest_generator v2.7.10
3392024-08-07T07:34:05.867Z Downloaded fs-err v2.11.0
3402024-08-07T07:34:05.868Z Downloaded usdt-impl v0.5.0
3412024-08-07T07:34:05.870Z Downloaded cfg-if v1.0.0
3422024-08-07T07:34:05.873Z Downloaded thread-id v4.2.1
3432024-08-07T07:34:05.876Z Downloaded generic-array v0.14.7
3442024-08-07T07:34:05.881Z Downloaded usdt v0.5.0
3452024-08-07T07:34:05.884Z Downloaded clap_lex v0.7.0
3462024-08-07T07:34:05.884Z Downloaded serde_spanned v0.6.7
3472024-08-07T07:34:05.887Z Downloaded utf8parse v0.2.1
3482024-08-07T07:34:05.887Z Downloaded toml_datetime v0.6.8
3492024-08-07T07:34:05.887Z Downloaded thiserror v1.0.63
3502024-08-07T07:34:05.891Z Downloaded tabled_derive v0.7.0
3512024-08-07T07:34:05.894Z Downloaded ucd-trie v0.1.6
3522024-08-07T07:34:05.894Z Downloaded toml v0.8.19
3532024-08-07T07:34:05.897Z Downloaded clap v4.5.13
3542024-08-07T07:34:05.904Z Downloaded dof v0.3.0
3552024-08-07T07:34:05.907Z Downloaded sha2 v0.10.8
3562024-08-07T07:34:05.910Z Downloaded serde_derive v1.0.204
3572024-08-07T07:34:05.910Z Downloaded quote v1.0.36
3582024-08-07T07:34:05.913Z Downloaded proc-macro2 v1.0.86
3592024-08-07T07:34:05.916Z Downloaded macaddr v1.0.1
3602024-08-07T07:34:05.916Z Downloaded pest_derive v2.7.10
3612024-08-07T07:34:05.918Z Downloaded cargo_metadata v0.18.1
3622024-08-07T07:34:05.918Z Downloaded pest_meta v2.7.10
3632024-08-07T07:34:05.921Z Downloaded once_cell v1.19.0
3642024-08-07T07:34:05.924Z Downloaded log v0.4.21
3652024-08-07T07:34:05.926Z Downloaded heck v0.5.0
3662024-08-07T07:34:05.926Z Downloaded papergrid v0.11.0
3672024-08-07T07:34:05.929Z Downloaded fnv v1.0.7
3682024-08-07T07:34:05.932Z Downloaded ryu v1.0.18
3692024-08-07T07:34:05.935Z Downloaded typenum v1.17.0
3702024-08-07T07:34:05.935Z Downloaded unicode-ident v1.0.12
3712024-08-07T07:34:05.940Z Downloaded indexmap v2.3.0
3722024-08-07T07:34:05.970Z Downloaded serde v1.0.204
3732024-08-07T07:34:05.980Z Downloaded toml_edit v0.22.20
3742024-08-07T07:34:06.000Z Downloaded memchr v2.7.2
3752024-08-07T07:34:06.009Z Downloaded pest v2.7.10
3762024-08-07T07:34:06.013Z Downloaded serde_json v1.0.122
3772024-08-07T07:34:06.020Z Downloaded zerocopy v0.7.34
3782024-08-07T07:34:06.035Z Downloaded hashbrown v0.14.5
3792024-08-07T07:34:06.038Z Downloaded winnow v0.6.18
3802024-08-07T07:34:06.047Z Downloaded tabled v0.15.0
3812024-08-07T07:34:06.061Z Downloaded goblin v0.8.2
3822024-08-07T07:34:06.067Z Downloaded clap_builder v4.5.13
3832024-08-07T07:34:06.072Z Downloaded syn v1.0.109
3842024-08-07T07:34:06.082Z Downloaded syn v2.0.72
3852024-08-07T07:34:06.095Z Downloaded rustix v0.38.34
3862024-08-07T07:34:06.116Z Downloaded unicode-width v0.1.13
3872024-08-07T07:34:06.134Z Downloaded libc v0.2.155
3882024-08-07T07:34:06.426Z Compiling proc-macro2 v1.0.86
3892024-08-07T07:34:06.426Z Compiling unicode-ident v1.0.12
3902024-08-07T07:34:06.429Z Compiling version_check v0.9.5
3912024-08-07T07:34:06.429Z Compiling serde v1.0.204
3922024-08-07T07:34:06.429Z Compiling thiserror v1.0.63
3932024-08-07T07:34:06.429Z Compiling memchr v2.7.2
3942024-08-07T07:34:06.429Z Compiling libc v0.2.155
3952024-08-07T07:34:06.458Z Compiling itoa v1.0.11
3962024-08-07T07:34:06.674Z Compiling ryu v1.0.18
3972024-08-07T07:34:06.745Z Compiling ucd-trie v0.1.6
3982024-08-07T07:34:07.231Z Compiling once_cell v1.19.0
3992024-08-07T07:34:07.261Z Compiling byteorder v1.5.0
4002024-08-07T07:34:07.533Z Compiling serde_json v1.0.122
4012024-08-07T07:34:08.382Z Compiling proc-macro-error-attr v1.0.4
4022024-08-07T07:34:08.454Z Compiling usdt-impl v0.5.0
4032024-08-07T07:34:08.459Z Compiling syn v1.0.109
4042024-08-07T07:34:08.459Z Compiling rustix v0.38.34
4052024-08-07T07:34:08.459Z Compiling proc-macro-error v1.0.4
4062024-08-07T07:34:08.732Z Compiling utf8parse v0.2.1
4072024-08-07T07:34:08.756Z Compiling plain v0.2.3
4082024-08-07T07:34:08.889Z Compiling hashbrown v0.14.5
4092024-08-07T07:34:08.915Z Compiling equivalent v1.0.1
4102024-08-07T07:34:08.939Z Compiling bitflags v2.6.0
4112024-08-07T07:34:09.020Z Compiling log v0.4.21
4122024-08-07T07:34:09.184Z Compiling thread-id v4.2.1
4132024-08-07T07:34:09.268Z Compiling anstyle-parse v0.2.4
4142024-08-07T07:34:09.350Z Compiling quote v1.0.36
4152024-08-07T07:34:09.404Z Compiling camino v1.1.7
4162024-08-07T07:34:09.436Z Compiling winnow v0.6.18
4172024-08-07T07:34:09.588Z Compiling pretty-hex v0.4.1
4182024-08-07T07:34:09.758Z Compiling syn v2.0.72
4192024-08-07T07:34:09.842Z Compiling errno v0.3.9
4202024-08-07T07:34:10.100Z Compiling anstyle-query v1.0.3
4212024-08-07T07:34:10.103Z Compiling colorchoice v1.0.1
4222024-08-07T07:34:10.274Z Compiling indexmap v2.3.0
4232024-08-07T07:34:10.277Z Compiling is_terminal_polyfill v1.70.0
4242024-08-07T07:34:10.301Z Compiling anstyle v1.0.8
4252024-08-07T07:34:10.419Z Compiling semver v1.0.23
4262024-08-07T07:34:10.803Z Compiling autocfg v1.3.0
4272024-08-07T07:34:11.050Z Compiling anstream v0.6.14
4282024-08-07T07:34:11.297Z Compiling terminal_size v0.3.0
4292024-08-07T07:34:11.662Z Compiling heck v0.4.1
4302024-08-07T07:34:11.689Z Compiling fnv v1.0.7
4312024-08-07T07:34:11.751Z Compiling anyhow v1.0.86
4322024-08-07T07:34:11.775Z Compiling fs-err v2.11.0
4332024-08-07T07:34:11.814Z Compiling bytecount v0.6.8
4342024-08-07T07:34:11.840Z Compiling strsim v0.11.1
4352024-08-07T07:34:12.034Z Compiling clap_lex v0.7.0
4362024-08-07T07:34:12.060Z Compiling heck v0.5.0
4372024-08-07T07:34:12.129Z Compiling unicode-width v0.1.13
4382024-08-07T07:34:12.363Z Compiling papergrid v0.11.0
4392024-08-07T07:34:12.535Z Compiling clap_builder v4.5.13
4402024-08-07T07:34:12.561Z Compiling memmap v0.7.0
4412024-08-07T07:34:13.334Z Compiling swrite v0.1.0
4422024-08-07T07:34:14.926Z Compiling tabled_derive v0.7.0
4432024-08-07T07:34:16.372Z Compiling tabled v0.15.0
4442024-08-07T07:34:18.252Z Compiling serde_derive v1.0.204
4452024-08-07T07:34:18.255Z Compiling thiserror-impl v1.0.63
4462024-08-07T07:34:18.255Z Compiling zerocopy-derive v0.7.34
4472024-08-07T07:34:18.255Z Compiling scroll_derive v0.12.0
4482024-08-07T07:34:18.255Z Compiling clap_derive v4.5.13
4492024-08-07T07:34:19.351Z Compiling scroll v0.12.0
4502024-08-07T07:34:19.839Z Compiling goblin v0.8.2
4512024-08-07T07:34:20.090Z Compiling zerocopy v0.7.34
4522024-08-07T07:34:20.722Z Compiling pest v2.7.10
4532024-08-07T07:34:22.109Z Compiling clap v4.5.13
4542024-08-07T07:34:23.017Z Compiling pest_meta v2.7.10
4552024-08-07T07:34:23.860Z Compiling pest_generator v2.7.10
4562024-08-07T07:34:25.762Z Compiling pest_derive v2.7.10
4572024-08-07T07:34:26.419Z Compiling dtrace-parser v0.2.0
4582024-08-07T07:34:28.283Z Compiling serde_tokenstream v0.2.1
4592024-08-07T07:34:28.322Z Compiling toml_datetime v0.6.8
4602024-08-07T07:34:28.322Z Compiling serde_spanned v0.6.7
4612024-08-07T07:34:28.587Z Compiling cargo-platform v0.1.8
4622024-08-07T07:34:28.672Z Compiling macaddr v1.0.1
4632024-08-07T07:34:29.576Z Compiling dof v0.3.0
4642024-08-07T07:34:29.665Z Compiling cargo_metadata v0.18.1
4652024-08-07T07:34:30.344Z Compiling toml_edit v0.22.20
4662024-08-07T07:34:31.209Z Compiling usdt-attr-macro v0.5.0
4672024-08-07T07:34:31.211Z Compiling usdt-macro v0.5.0
4682024-08-07T07:34:32.369Z Compiling usdt v0.5.0
4692024-08-07T07:34:32.901Z Compiling toml v0.8.19
4702024-08-07T07:34:33.438Z Compiling cargo_toml v0.20.4
4712024-08-07T07:34:36.974Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4722024-08-07T07:34:40.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.16s
4732024-08-07T07:34:40.975Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4742024-08-07T07:34:41.506Z Downloading crates ...
4752024-08-07T07:34:41.637Z Downloaded adler v1.0.2
4762024-08-07T07:34:41.641Z Downloaded assert_matches v1.5.0
4772024-08-07T07:34:41.644Z Downloaded async-stream-impl v0.3.5
4782024-08-07T07:34:41.644Z Downloaded atomicwrites v0.4.3
4792024-08-07T07:34:41.648Z Downloaded atty v0.2.14
4802024-08-07T07:34:41.648Z Downloaded is_ci v1.2.0
4812024-08-07T07:34:41.651Z Downloaded instant v0.1.12
4822024-08-07T07:34:41.655Z Downloaded bitstruct_derive v0.1.0
4832024-08-07T07:34:41.655Z Downloaded indoc v1.0.9
4842024-08-07T07:34:41.659Z Downloaded opaque-debug v0.3.1
4852024-08-07T07:34:41.663Z Downloaded openssl-probe v0.1.5
4862024-08-07T07:34:41.663Z Downloaded crucible-workspace-hack v0.1.0
4872024-08-07T07:34:41.667Z Downloaded ciborium-io v0.2.2
4882024-08-07T07:34:41.667Z Downloaded matches v0.1.10
4892024-08-07T07:34:41.671Z Downloaded cfg_aliases v0.1.1
4902024-08-07T07:34:41.671Z Downloaded new_debug_unreachable v1.0.6
4912024-08-07T07:34:41.675Z Downloaded async-stream v0.3.5
4922024-08-07T07:34:41.675Z Downloaded argon2 v0.5.3
4932024-08-07T07:34:41.679Z Downloaded linear-map v1.2.0
4942024-08-07T07:34:41.682Z Downloaded lalrpop-util v0.19.12
4952024-08-07T07:34:41.683Z Downloaded lazycell v1.3.0
4962024-08-07T07:34:41.683Z Downloaded is-terminal v0.4.12
4972024-08-07T07:34:42.688Z Downloaded crunchy v0.2.2
4982024-08-07T07:34:42.688Z Downloaded keccak v0.1.5
4992024-08-07T07:34:42.688Z Downloaded num_threads v0.1.7
5002024-08-07T07:34:42.692Z Downloaded nanorand v0.7.0
5012024-08-07T07:34:42.692Z Downloaded maplit v1.0.2
5022024-08-07T07:34:42.692Z Downloaded libsw v3.3.1
5032024-08-07T07:34:42.692Z Downloaded impl-trait-for-tuples v0.2.2
5042024-08-07T07:34:42.692Z Downloaded num-iter v0.1.45
5052024-08-07T07:34:42.692Z Downloaded num-derive v0.4.2
5062024-08-07T07:34:42.692Z Downloaded olpc-cjson v0.1.3
5072024-08-07T07:34:42.692Z Downloaded lru-cache v0.1.2
5082024-08-07T07:34:42.692Z Downloaded num_enum v0.5.11
5092024-08-07T07:34:42.692Z Downloaded newtype-uuid v1.1.0
5102024-08-07T07:34:42.692Z Downloaded parse-display-derive v0.9.1
5112024-08-07T07:34:42.692Z Downloaded num-conv v0.1.0
5122024-08-07T07:34:42.692Z Downloaded constant_time_eq v0.3.0
5132024-08-07T07:34:42.692Z Downloaded cexpr v0.6.0
5142024-08-07T07:34:42.692Z Downloaded number_prefix v0.4.0
5152024-08-07T07:34:42.692Z Downloaded normalize-line-endings v0.3.0
5162024-08-07T07:34:42.692Z Downloaded md-5 v0.10.6
5172024-08-07T07:34:42.692Z Downloaded crc-catalog v2.4.0
5182024-08-07T07:34:42.692Z Downloaded linked-hash-map v0.5.6
5192024-08-07T07:34:42.692Z Downloaded num-complex v0.4.6
5202024-08-07T07:34:42.692Z Downloaded multer v3.1.0
5212024-08-07T07:34:42.692Z Downloaded mime_guess v2.0.4
5222024-08-07T07:34:42.692Z Downloaded owo-colors v4.0.0
5232024-08-07T07:34:42.692Z Downloaded openssl-macros v0.1.1
5242024-08-07T07:34:42.692Z Downloaded newtype_derive v0.1.6
5252024-08-07T07:34:42.693Z Downloaded oso-derive v0.27.3
5262024-08-07T07:34:42.693Z Downloaded parse-size v1.0.0
5272024-08-07T07:34:42.693Z Downloaded match_cfg v0.1.0
5282024-08-07T07:34:42.693Z Downloaded chacha20 v0.9.1
5292024-08-07T07:34:42.693Z Downloaded data-encoding v2.6.0
5302024-08-07T07:34:42.693Z Downloaded lazy_static v1.5.0
5312024-08-07T07:34:42.693Z Downloaded der v0.7.9
5322024-08-07T07:34:42.693Z Downloaded password-hash v0.5.0
5332024-08-07T07:34:42.693Z Downloaded zone_cfg_derive v0.1.2
5342024-08-07T07:34:42.693Z Downloaded bitstruct v0.1.1
5352024-08-07T07:34:42.693Z Downloaded zone v0.1.8
5362024-08-07T07:34:42.693Z Downloaded packed_struct_codegen v0.10.1
5372024-08-07T07:34:42.693Z Downloaded bit-vec v0.6.3
5382024-08-07T07:34:42.693Z Downloaded num-integer v0.1.46
5392024-08-07T07:34:42.693Z Downloaded cobs v0.2.3
5402024-08-07T07:34:42.693Z Downloaded multimap v0.10.0
5412024-08-07T07:34:42.693Z Downloaded cipher v0.4.4
5422024-08-07T07:34:42.693Z Downloaded cassowary v0.3.0
5432024-08-07T07:34:42.693Z Downloaded libloading v0.8.3
5442024-08-07T07:34:42.693Z Downloaded curve25519-dalek-derive v0.1.1
5452024-08-07T07:34:42.693Z Downloaded oso v0.27.3
5462024-08-07T07:34:42.693Z Downloaded num v0.4.3
5472024-08-07T07:34:42.693Z Downloaded nodrop v0.1.14
5482024-08-07T07:34:42.693Z Downloaded num_enum_derive v0.5.11
5492024-08-07T07:34:42.693Z Downloaded convert_case v0.4.0
5502024-08-07T07:34:42.693Z Downloaded parse-display v0.9.1
5512024-08-07T07:34:42.693Z Downloaded defmt-parser v0.3.4
5522024-08-07T07:34:42.693Z Downloaded bb8 v0.8.5
5532024-08-07T07:34:42.693Z Downloaded foreign-types-shared v0.1.1
5542024-08-07T07:34:42.693Z Downloaded foreign-types-macros v0.2.3
5552024-08-07T07:34:42.693Z Downloaded paste v1.0.15
5562024-08-07T07:34:42.693Z Downloaded maybe-uninit v2.0.0
5572024-08-07T07:34:42.693Z Downloaded foreign-types-shared v0.3.1
5582024-08-07T07:34:42.693Z Downloaded debug-ignore v1.0.5
5592024-08-07T07:34:42.693Z Downloaded tokio-tungstenite v0.21.0
5602024-08-07T07:34:42.693Z Downloaded bit-set v0.5.3
5612024-08-07T07:34:42.693Z Downloaded structmeta v0.2.0
5622024-08-07T07:34:42.693Z Downloaded unarray v0.1.4
5632024-08-07T07:34:42.693Z Downloaded zeroize_derive v1.4.2
5642024-08-07T07:34:42.694Z Downloaded cookie v0.17.0
5652024-08-07T07:34:42.694Z Downloaded console v0.15.8
5662024-08-07T07:34:42.694Z Downloaded bcs v0.1.6
5672024-08-07T07:34:42.694Z Downloaded try-lock v0.2.5
5682024-08-07T07:34:42.694Z Downloaded num-rational v0.4.2
5692024-08-07T07:34:42.694Z Downloaded ena v0.14.3
5702024-08-07T07:34:42.694Z Downloaded embedded-io v0.4.0
5712024-08-07T07:34:42.694Z Downloaded parking_lot v0.12.2
5722024-08-07T07:34:42.694Z Downloaded ahash v0.8.11
5732024-08-07T07:34:42.694Z Downloaded foreign-types v0.5.0
5742024-08-07T07:34:42.694Z Downloaded peg-runtime v0.8.3
5752024-08-07T07:34:42.694Z Downloaded lru v0.12.3
5762024-08-07T07:34:42.694Z Downloaded ciborium v0.2.2
5772024-08-07T07:34:42.694Z Downloaded slog-bunyan v2.5.0
5782024-08-07T07:34:42.694Z Downloaded parking_lot_core v0.8.6
5792024-08-07T07:34:42.694Z Downloaded crossbeam-deque v0.8.5
5802024-08-07T07:34:42.694Z Downloaded crc32fast v1.4.0
5812024-08-07T07:34:42.694Z Downloaded glob v0.3.1
5822024-08-07T07:34:42.694Z Downloaded form_urlencoded v1.2.1
5832024-08-07T07:34:42.694Z Downloaded tempfile v3.10.1
5842024-08-07T07:34:42.694Z Downloaded termtree v0.4.1
5852024-08-07T07:34:42.694Z Downloaded parking_lot v0.11.2
5862024-08-07T07:34:42.694Z Downloaded csv-core v0.1.11
5872024-08-07T07:34:42.694Z Downloaded heck v0.3.3
5882024-08-07T07:34:42.694Z Downloaded tokio-tungstenite v0.20.1
5892024-08-07T07:34:42.694Z Downloaded darling v0.20.9
5902024-08-07T07:34:42.694Z Downloaded camino-tempfile v1.1.1
5912024-08-07T07:34:42.694Z Downloaded float-ord v0.3.2
5922024-08-07T07:34:42.694Z Downloaded radium v0.7.0
5932024-08-07T07:34:42.694Z Downloaded predicates-core v1.0.6
5942024-08-07T07:34:42.694Z Downloaded predicates v3.1.2
5952024-08-07T07:34:42.694Z Downloaded signal-hook-mio v0.2.3
5962024-08-07T07:34:42.694Z Downloaded blake2 v0.10.6
5972024-08-07T07:34:42.694Z Downloaded smallvec v0.6.14
5982024-08-07T07:34:42.694Z Downloaded toolchain_find v0.4.0
5992024-08-07T07:34:42.694Z Downloaded tls_codec v0.4.1
6002024-08-07T07:34:42.698Z Downloaded mockall_derive v0.12.1
6012024-08-07T07:34:42.698Z Downloaded path-slash v0.1.5
6022024-08-07T07:34:42.698Z Downloaded omicron-zone-package v0.11.0
6032024-08-07T07:34:42.698Z Downloaded arc-swap v1.7.1
6042024-08-07T07:34:42.698Z Downloaded sqlformat v0.2.4
6052024-08-07T07:34:42.698Z Downloaded difflib v0.4.0
6062024-08-07T07:34:42.698Z Downloaded thiserror-impl-no-std v2.0.2
6072024-08-07T07:34:42.698Z Downloaded termios v0.3.3
6082024-08-07T07:34:42.698Z Downloaded quick-error v1.2.3
6092024-08-07T07:34:42.698Z Downloaded structmeta v0.3.0
6102024-08-07T07:34:42.698Z Downloaded universal-hash v0.5.1
6112024-08-07T07:34:42.698Z Downloaded r2d2 v0.8.10
6122024-08-07T07:34:42.698Z Downloaded rand_chacha v0.3.1
6132024-08-07T07:34:42.698Z Downloaded pin-project-lite v0.2.14
6142024-08-07T07:34:42.698Z Downloaded pin-project-internal v1.1.5
6152024-08-07T07:34:42.698Z Downloaded sync_wrapper v0.1.2
6162024-08-07T07:34:42.698Z Downloaded crc-any v2.5.0
6172024-08-07T07:34:42.698Z Downloaded float-cmp v0.9.0
6182024-08-07T07:34:42.698Z Downloaded flagset v0.4.5
6192024-08-07T07:34:42.698Z Downloaded cookie_store v0.20.0
6202024-08-07T07:34:42.698Z Downloaded slog-stdlog v4.1.1
6212024-08-07T07:34:42.698Z Downloaded rustc-demangle v0.1.24
6222024-08-07T07:34:42.698Z Downloaded termcolor v1.4.1
6232024-08-07T07:34:42.698Z Downloaded slog-scope v4.4.0
6242024-08-07T07:34:42.698Z Downloaded openssl-sys v0.9.103
6252024-08-07T07:34:42.698Z Downloaded rtoolbox v0.0.2
6262024-08-07T07:34:42.698Z Downloaded test-strategy v0.3.1
6272024-08-07T07:34:42.698Z Downloaded strum_macros v0.25.3
6282024-08-07T07:34:42.699Z Downloaded unicode-xid v0.2.4
6292024-08-07T07:34:42.699Z Downloaded http-range v0.1.5
6302024-08-07T07:34:42.699Z Downloaded unicode-truncate v1.0.0
6312024-08-07T07:34:42.699Z Downloaded toml v0.5.11
6322024-08-07T07:34:42.699Z Downloaded unicase v2.7.0
6332024-08-07T07:34:42.699Z Downloaded tui-tree-widget v0.21.0
6342024-08-07T07:34:42.699Z Downloaded darling_core v0.20.9
6352024-08-07T07:34:42.699Z Downloaded zip v0.6.6
6362024-08-07T07:34:42.699Z Downloaded psl-types v2.0.11
6372024-08-07T07:34:42.699Z Downloaded tungstenite v0.21.0
6382024-08-07T07:34:42.699Z Downloaded cookie v0.18.1
6392024-08-07T07:34:42.699Z Downloaded tabwriter v1.4.0
6402024-08-07T07:34:42.699Z Downloaded postgres-protocol v0.6.7
6412024-08-07T07:34:42.699Z Downloaded httparse v1.8.0
6422024-08-07T07:34:42.699Z Downloaded globset v0.4.14
6432024-08-07T07:34:42.699Z Downloaded compact_str v0.7.1
6442024-08-07T07:34:42.699Z Downloaded peg-macros v0.8.4
6452024-08-07T07:34:42.699Z Downloaded fixedbitset v0.4.2
6462024-08-07T07:34:42.699Z Downloaded slog-json v2.6.1
6472024-08-07T07:34:42.699Z Downloaded slog-envlogger v2.2.0
6482024-08-07T07:34:42.699Z Downloaded poly1305 v0.8.0
6492024-08-07T07:34:42.699Z Downloaded rand_xorshift v0.3.0
6502024-08-07T07:34:42.699Z Downloaded fallible-iterator v0.2.0
6512024-08-07T07:34:42.699Z Downloaded fastrand v2.1.0
6522024-08-07T07:34:42.699Z Downloaded zeroize v1.7.0
6532024-08-07T07:34:42.699Z Downloaded string_cache v0.8.7
6542024-08-07T07:34:42.699Z Downloaded num-bigint v0.4.5
6552024-08-07T07:34:42.699Z Downloaded foreign-types v0.3.2
6562024-08-07T07:34:42.699Z Downloaded getopts v0.2.21
6572024-08-07T07:34:42.699Z Downloaded group v0.13.0
6582024-08-07T07:34:42.699Z Downloaded which v4.4.2
6592024-08-07T07:34:42.699Z Downloaded whoami v1.5.1
6602024-08-07T07:34:42.699Z Downloaded elliptic-curve v0.13.8
6612024-08-07T07:34:42.699Z Downloaded strum v0.26.3
6622024-08-07T07:34:42.699Z Downloaded rustversion v1.0.17
6632024-08-07T07:34:42.699Z Downloaded tower-service v0.3.2
6642024-08-07T07:34:42.699Z Downloaded rpassword v7.3.1
6652024-08-07T07:34:42.699Z Downloaded serde-big-array v0.5.1
6662024-08-07T07:34:42.699Z Downloaded derive_builder_macro v0.20.0
6672024-08-07T07:34:42.699Z Downloaded subtle v2.5.0
6682024-08-07T07:34:42.700Z Downloaded derive_more v0.99.18
6692024-08-07T07:34:42.700Z Downloaded untrusted v0.9.0
6702024-08-07T07:34:42.700Z Downloaded futures-core v0.3.30
6712024-08-07T07:34:42.700Z Downloaded chacha20poly1305 v0.10.1
6722024-08-07T07:34:42.700Z Downloaded cc v1.0.97
6732024-08-07T07:34:42.700Z Downloaded base64 v0.22.1
6742024-08-07T07:34:42.700Z Downloaded env_logger v0.10.2
6752024-08-07T07:34:42.700Z Downloaded portpicker v0.1.1
6762024-08-07T07:34:42.700Z Downloaded fxhash v0.2.1
6772024-08-07T07:34:42.700Z Downloaded steno v0.4.1
6782024-08-07T07:34:42.700Z Downloaded tokio-native-tls v0.3.1
6792024-08-07T07:34:42.700Z Downloaded powerfmt v0.2.0
6802024-08-07T07:34:42.700Z Downloaded hubpack v0.1.2
6812024-08-07T07:34:42.700Z Downloaded fragile v2.0.0
6822024-08-07T07:34:42.700Z Downloaded hyper-staticfile v0.9.5
6832024-08-07T07:34:42.700Z Downloaded sigpipe v0.1.3
6842024-08-07T07:34:42.700Z Downloaded proc-macro-crate v1.3.1
6852024-08-07T07:34:42.700Z Downloaded backtrace v0.3.71
6862024-08-07T07:34:42.700Z Downloaded phf_shared v0.10.0
6872024-08-07T07:34:42.700Z Downloaded supports-color v3.0.0
6882024-08-07T07:34:42.700Z Downloaded smf v0.2.3
6892024-08-07T07:34:42.700Z Downloaded smallvec v1.13.2
6902024-08-07T07:34:42.700Z Downloaded tungstenite v0.20.1
6912024-08-07T07:34:42.700Z Downloaded mio v0.8.11
6922024-08-07T07:34:42.700Z Downloaded waitgroup v0.1.2
6932024-08-07T07:34:42.700Z Downloaded hex v0.4.3
6942024-08-07T07:34:42.700Z Downloaded itertools v0.12.1
6952024-08-07T07:34:42.700Z Downloaded tracing-attributes v0.1.27
6962024-08-07T07:34:42.700Z Downloaded hostname v0.4.0
6972024-08-07T07:34:42.700Z Downloaded futures-channel v0.3.30
6982024-08-07T07:34:42.700Z Downloaded postgres-types v0.2.7
6992024-08-07T07:34:42.700Z Downloaded rand v0.8.5
7002024-08-07T07:34:42.704Z Downloaded hmac v0.12.1
7012024-08-07T07:34:42.704Z Downloaded signature v2.2.0
7022024-08-07T07:34:42.704Z Downloaded pem-rfc7468 v0.7.0
7032024-08-07T07:34:42.704Z Downloaded signal-hook-tokio v0.3.1
7042024-08-07T07:34:42.704Z Downloaded phf v0.11.2
7052024-08-07T07:34:42.704Z Downloaded peg v0.8.4
7062024-08-07T07:34:42.704Z Downloaded serde-hex v0.1.0
7072024-08-07T07:34:42.704Z Downloaded pkg-config v0.3.30
7082024-08-07T07:34:42.704Z Downloaded thiserror-no-std v2.0.2
7092024-08-07T07:34:42.704Z Downloaded headers v0.3.9
7102024-08-07T07:34:42.704Z Downloaded time-core v0.1.2
7112024-08-07T07:34:42.704Z Downloaded thread_local v1.1.8
7122024-08-07T07:34:42.704Z Downloaded typed-path v0.7.1
7132024-08-07T07:34:42.704Z Downloaded uzers v0.11.3
7142024-08-07T07:34:42.704Z Downloaded sqlparser_derive v0.2.2
7152024-08-07T07:34:42.704Z Downloaded slog v2.7.0
7162024-08-07T07:34:42.704Z Downloaded futures-sink v0.3.30
7172024-08-07T07:34:42.704Z Downloaded rustc_version v0.4.0
7182024-08-07T07:34:42.704Z Downloaded postcard v1.0.8
7192024-08-07T07:34:42.704Z Downloaded tracing-core v0.1.32
7202024-08-07T07:34:42.704Z Downloaded futures-task v0.3.30
7212024-08-07T07:34:42.704Z Downloaded shlex v1.3.0
7222024-08-07T07:34:42.704Z Downloaded ref-cast-impl v1.0.23
7232024-08-07T07:34:42.704Z Downloaded hubpack_derive v0.1.1
7242024-08-07T07:34:42.704Z Downloaded ref-cast v1.0.23
7252024-08-07T07:34:42.704Z Downloaded httpdate v1.0.3
7262024-08-07T07:34:42.704Z Downloaded zerocopy v0.6.6
7272024-08-07T07:34:42.704Z Downloaded tiny-keccak v2.0.2
7282024-08-07T07:34:42.704Z Downloaded predicates-tree v1.0.9
7292024-08-07T07:34:42.705Z Downloaded serde_urlencoded v0.7.1
7302024-08-07T07:34:42.705Z Downloaded serde_repr v0.1.19
7312024-08-07T07:34:42.705Z Downloaded samael v0.0.15
7322024-08-07T07:34:42.705Z Downloaded diesel_table_macro_syntax v0.1.0
7332024-08-07T07:34:42.705Z Downloaded slab v0.4.9
7342024-08-07T07:34:42.705Z Downloaded topological-sort v0.2.2
7352024-08-07T07:34:42.705Z Downloaded spin v0.5.2
7362024-08-07T07:34:42.705Z Downloaded num-bigint-dig v0.8.4
7372024-08-07T07:34:42.705Z Downloaded tokio-postgres v0.7.11
7382024-08-07T07:34:42.705Z Downloaded pin-utils v0.1.0
7392024-08-07T07:34:42.705Z Downloaded take_mut v0.2.2
7402024-08-07T07:34:42.705Z Downloaded spki v0.7.3
7412024-08-07T07:34:42.705Z Downloaded smawk v0.3.2
7422024-08-07T07:34:42.705Z Downloaded ppv-lite86 v0.2.17
7432024-08-07T07:34:42.705Z Downloaded rustls-pemfile v1.0.4
7442024-08-07T07:34:42.705Z Downloaded futures-executor v0.3.30
7452024-08-07T07:34:42.705Z Downloaded serde_plain v1.0.2
7462024-08-07T07:34:42.705Z Downloaded filetime v0.2.23
7472024-08-07T07:34:42.705Z Downloaded flume v0.11.0
7482024-08-07T07:34:42.705Z Downloaded term v0.7.0
7492024-08-07T07:34:42.705Z Downloaded derive_builder_core v0.20.0
7502024-08-07T07:34:42.705Z Downloaded structmeta-derive v0.2.0
7512024-08-07T07:34:42.705Z Downloaded fd-lock v4.0.2
7522024-08-07T07:34:42.705Z Downloaded unicode-linebreak v0.1.5
7532024-08-07T07:34:42.705Z Downloaded scheduled-thread-pool v0.2.7
7542024-08-07T07:34:42.705Z Downloaded wait-timeout v0.2.0
7552024-08-07T07:34:42.705Z Downloaded semver v0.1.20
7562024-08-07T07:34:42.705Z Downloaded hashbrown v0.13.2
7572024-08-07T07:34:42.705Z Downloaded serde_derive_internals v0.29.1
7582024-08-07T07:34:42.705Z Downloaded pretty-hex v0.2.1
7592024-08-07T07:34:42.705Z Downloaded precomputed-hash v0.1.1
7602024-08-07T07:34:42.705Z Downloaded spin v0.9.8
7612024-08-07T07:34:42.705Z Downloaded tracing v0.1.40
7622024-08-07T07:34:42.705Z Downloaded wyz v0.5.1
7632024-08-07T07:34:42.705Z Downloaded phf_shared v0.11.2
7642024-08-07T07:34:42.705Z Downloaded stable_deref_trait v1.2.0
7652024-08-07T07:34:42.705Z Downloaded resolv-conf v0.7.0
7662024-08-07T07:34:42.705Z Downloaded hyper-tls v0.5.0
7672024-08-07T07:34:42.705Z Downloaded snafu-derive v0.8.2
7682024-08-07T07:34:42.705Z Downloaded deranged v0.3.11
7692024-08-07T07:34:42.706Z Downloaded derive-where v1.2.7
7702024-08-07T07:34:42.706Z Downloaded downcast v0.11.0
7712024-08-07T07:34:42.706Z Downloaded endian-type v0.1.2
7722024-08-07T07:34:42.706Z Downloaded display-error-chain v0.2.0
7732024-08-07T07:34:42.706Z Downloaded tls_codec_derive v0.4.1
7742024-08-07T07:34:42.706Z Downloaded ff v0.13.0
7752024-08-07T07:34:42.706Z Downloaded humantime v2.1.0
7762024-08-07T07:34:42.706Z Downloaded serde_arrays v0.1.0
7772024-08-07T07:34:42.706Z Downloaded url v2.5.2
7782024-08-07T07:34:42.706Z Downloaded home v0.5.9
7792024-08-07T07:34:42.706Z Downloaded rustfmt-wrapper v0.2.1
7802024-08-07T07:34:42.706Z Downloaded ron v0.7.1
7812024-08-07T07:34:42.706Z Downloaded flate2 v1.0.31
7822024-08-07T07:34:42.706Z Downloaded structmeta-derive v0.3.0
7832024-08-07T07:34:42.706Z Downloaded hyper-rustls v0.24.2
7842024-08-07T07:34:42.706Z Downloaded uuid v1.10.0
7852024-08-07T07:34:42.706Z Downloaded trust-dns-client v0.22.0
7862024-08-07T07:34:42.706Z Downloaded tar v0.4.41
7872024-08-07T07:34:42.706Z Downloaded tokio-rustls v0.25.0
7882024-08-07T07:34:42.706Z Downloaded tokio-rustls v0.24.1
7892024-08-07T07:34:42.706Z Downloaded fatfs v0.3.6
7902024-08-07T07:34:42.706Z Downloaded unicode-bidi v0.3.15
7912024-08-07T07:34:42.706Z Downloaded ron v0.8.1
7922024-08-07T07:34:42.706Z Downloaded dirs-sys-next v0.1.2
7932024-08-07T07:34:42.706Z Downloaded socket2 v0.4.10
7942024-08-07T07:34:42.706Z Downloaded similar v2.5.0
7952024-08-07T07:34:42.706Z Downloaded tap v1.0.1
7962024-08-07T07:34:42.706Z Downloaded snafu v0.8.2
7972024-08-07T07:34:42.706Z Downloaded pin-project v1.1.5
7982024-08-07T07:34:42.706Z Downloaded hash32 v0.2.1
7992024-08-07T07:34:42.706Z Downloaded static_assertions v1.1.0
8002024-08-07T07:34:42.710Z Downloaded highway v1.2.0
8012024-08-07T07:34:42.710Z Downloaded vte v0.11.1
8022024-08-07T07:34:42.710Z Downloaded serde_with v3.8.3
8032024-08-07T07:34:42.710Z Downloaded x509-cert v0.2.5
8042024-08-07T07:34:42.710Z Downloaded unsafe-libyaml v0.2.11
8052024-08-07T07:34:42.710Z Downloaded rustls-pemfile v2.1.3
8062024-08-07T07:34:42.710Z Downloaded rustyline v14.0.0
8072024-08-07T07:34:42.710Z Downloaded portable-atomic v1.6.0
8082024-08-07T07:34:42.710Z Downloaded winnow v0.5.40
8092024-08-07T07:34:42.710Z Downloaded http v0.2.12
8102024-08-07T07:34:42.710Z Downloaded env_logger v0.9.3
8112024-08-07T07:34:42.710Z Downloaded aho-corasick v1.1.3
8122024-08-07T07:34:42.710Z Downloaded diff v0.1.13
8132024-08-07T07:34:42.710Z Downloaded trust-dns-server v0.22.1
8142024-08-07T07:34:42.710Z Downloaded toml v0.7.8
8152024-08-07T07:34:42.710Z Downloaded trust-dns-resolver v0.22.0
8162024-08-07T07:34:42.710Z Downloaded blake3 v1.5.1
8172024-08-07T07:34:42.710Z Downloaded futures v0.3.30
8182024-08-07T07:34:42.710Z Downloaded toml_edit v0.19.15
8192024-08-07T07:34:42.710Z Downloaded tinyvec v1.6.0
8202024-08-07T07:34:42.710Z Downloaded half v2.4.1
8212024-08-07T07:34:42.710Z Downloaded rayon-core v1.12.1
8222024-08-07T07:34:42.710Z Downloaded rcgen v0.12.1
8232024-08-07T07:34:42.710Z Downloaded object v0.30.4
8242024-08-07T07:34:42.710Z Downloaded prettyplease v0.2.20
8252024-08-07T07:34:42.710Z Downloaded unicode-segmentation v1.11.0
8262024-08-07T07:34:42.710Z Downloaded nix v0.28.0
8272024-08-07T07:34:42.710Z Downloaded http v1.1.0
8282024-08-07T07:34:42.710Z Downloaded unicode-normalization v0.1.23
8292024-08-07T07:34:42.710Z Downloaded futures-util v0.3.30
8302024-08-07T07:34:42.710Z Downloaded object v0.32.2
8312024-08-07T07:34:42.710Z Downloaded tough v0.17.1
8322024-08-07T07:34:42.710Z Downloaded regex-automata v0.1.10
8332024-08-07T07:34:42.710Z Downloaded h2 v0.3.26
8342024-08-07T07:34:42.710Z Downloaded reqwest v0.11.27
8352024-08-07T07:34:42.710Z Downloaded quick-xml v0.31.0
8362024-08-07T07:34:42.710Z Downloaded idna v0.3.0
8372024-08-07T07:34:42.711Z Downloaded reedline v0.31.0
8382024-08-07T07:34:42.711Z Downloaded rustls v0.21.12
8392024-08-07T07:34:42.711Z Downloaded regex v1.10.6
8402024-08-07T07:34:42.711Z Downloaded openapiv3 v2.0.0
8412024-08-07T07:34:42.711Z Downloaded rustls-webpki v0.102.4
8422024-08-07T07:34:42.711Z Downloaded regress v0.9.1
8432024-08-07T07:34:42.711Z Downloaded diesel v2.1.6
8442024-08-07T07:34:42.711Z Downloaded hyper v0.14.30
8452024-08-07T07:34:42.711Z Downloaded webpki-roots v0.25.4
8462024-08-07T07:34:42.711Z Downloaded proptest v1.4.0
8472024-08-07T07:34:42.711Z Downloaded hkdf v0.12.4
8482024-08-07T07:34:42.711Z Downloaded idna v0.5.0
8492024-08-07T07:34:42.711Z Downloaded bitvec v1.0.1
8502024-08-07T07:34:42.720Z Downloaded bindgen v0.69.4
8512024-08-07T07:34:42.727Z Downloaded rayon v1.10.0
8522024-08-07T07:34:42.736Z Downloaded ratatui v0.27.0
8532024-08-07T07:34:42.757Z Downloaded bstr v0.2.17
8542024-08-07T07:34:42.767Z Downloaded vcpkg v0.2.15
8552024-08-07T07:34:42.807Z Downloaded trust-dns-proto v0.22.0
8562024-08-07T07:34:42.818Z Downloaded regex-automata v0.4.6
8572024-08-07T07:34:42.838Z Downloaded finl_unicode v1.2.0
8582024-08-07T07:34:42.853Z Downloaded rustls v0.22.4
8592024-08-07T07:34:42.869Z Downloaded tokio v1.38.1
8602024-08-07T07:34:42.904Z Downloaded sha3 v0.10.8
8612024-08-07T07:34:42.909Z Downloaded sled v0.34.7
8622024-08-07T07:34:42.919Z Downloaded petgraph v0.6.5
8632024-08-07T07:34:42.938Z Downloaded zerocopy-derive v0.6.6
8642024-08-07T07:34:42.948Z Downloaded bzip2-sys v0.1.11+1.0.8
8652024-08-07T07:34:42.960Z Downloaded smoltcp v0.11.0
8662024-08-07T07:34:42.975Z Downloaded encoding_rs v0.8.34
8672024-08-07T07:34:42.996Z Downloaded csv v1.3.0
8682024-08-07T07:34:43.017Z Downloaded regex-syntax v0.8.3
8692024-08-07T07:34:43.027Z Downloaded bstr v1.9.1
8702024-08-07T07:34:43.036Z Downloaded regex-syntax v0.6.29
8712024-08-07T07:34:43.045Z Downloaded polar-core v0.27.3
8722024-08-07T07:34:43.053Z Downloaded curve25519-dalek v4.1.3
8732024-08-07T07:34:43.063Z Downloaded chrono v0.4.38
8742024-08-07T07:34:43.071Z Downloaded gimli v0.28.1
8752024-08-07T07:34:43.080Z Downloaded radix_trie v0.2.1
8762024-08-07T07:34:43.084Z Downloaded idna v0.2.3
8772024-08-07T07:34:43.092Z Downloaded nix v0.27.1
8782024-08-07T07:34:43.105Z Downloaded rustls-webpki v0.101.7
8792024-08-07T07:34:43.120Z Downloaded smoltcp v0.9.1
8802024-08-07T07:34:43.133Z Downloaded openssl v0.10.66
8812024-08-07T07:34:43.143Z Downloaded unicode_categories v0.1.1
8822024-08-07T07:34:43.145Z Downloaded sqlparser v0.45.0
8832024-08-07T07:34:43.149Z Downloaded lalrpop v0.19.12
8842024-08-07T07:34:43.162Z Downloaded der_derive v0.7.2
8852024-08-07T07:34:43.164Z Downloaded serde_path_to_error v0.1.16
8862024-08-07T07:34:43.167Z Downloaded iana-time-zone v0.1.60
8872024-08-07T07:34:43.167Z Downloaded rsa v0.9.6
8882024-08-07T07:34:43.172Z Downloaded diesel_derives v2.1.4
8892024-08-07T07:34:43.176Z Downloaded hashbrown v0.12.3
8902024-08-07T07:34:43.180Z Downloaded pkcs1 v0.7.5
8912024-08-07T07:34:43.183Z Downloaded walkdir v2.5.0
8922024-08-07T07:34:43.186Z Downloaded hostname v0.3.1
8932024-08-07T07:34:43.188Z Downloaded signal-hook v0.3.17
8942024-08-07T07:34:43.191Z Downloaded pkcs8 v0.10.2
8952024-08-07T07:34:43.194Z Downloaded expectorate v1.1.0
8962024-08-07T07:34:43.194Z Downloaded time-macros v0.2.18
8972024-08-07T07:34:43.198Z Downloaded schemars v0.8.21
8982024-08-07T07:34:43.208Z Downloaded serde_with_macros v3.8.3
8992024-08-07T07:34:43.210Z Downloaded publicsuffix v2.2.3
9002024-08-07T07:34:43.214Z Downloaded tokio-util v0.7.11
9012024-08-07T07:34:43.218Z Downloaded hash32 v0.3.1
9022024-08-07T07:34:43.221Z Downloaded ring v0.16.20
9032024-08-07T07:34:43.302Z Downloaded crossterm v0.27.0
9042024-08-07T07:34:43.308Z Downloaded itertools v0.13.0
9052024-08-07T07:34:43.315Z Downloaded time v0.3.36
9062024-08-07T07:34:43.321Z Downloaded futures-macro v0.3.30
9072024-08-07T07:34:43.324Z Downloaded http-body v0.4.6
9082024-08-07T07:34:43.324Z Downloaded ring v0.17.8
9092024-08-07T07:34:43.393Z Downloaded derive_builder v0.20.0
9102024-08-07T07:34:43.397Z Downloaded vsss-rs v3.3.4
9112024-08-07T07:34:43.400Z Downloaded futures-io v0.3.30
9122024-08-07T07:34:43.403Z Downloaded strum_macros v0.26.4
9132024-08-07T07:34:43.403Z Downloaded libm v0.2.8
9142024-08-07T07:34:43.410Z Downloaded utf-8 v0.7.6
9152024-08-07T07:34:43.412Z Downloaded yasna v0.5.2
9162024-08-07T07:34:43.415Z Downloaded gethostname v0.5.0
9172024-08-07T07:34:43.415Z Downloaded funty v2.0.0
9182024-08-07T07:34:43.415Z Downloaded enum-as-inner v0.5.1
9192024-08-07T07:34:43.418Z Downloaded tokio-stream v0.1.15
9202024-08-07T07:34:43.421Z Downloaded subprocess v0.2.9
9212024-08-07T07:34:43.425Z Downloaded nom v7.1.3
9222024-08-07T07:34:43.428Z Downloaded libxml v0.3.3
9232024-08-07T07:34:43.434Z Downloaded itertools v0.10.5
9242024-08-07T07:34:43.443Z Downloaded ident_case v1.0.1
9252024-08-07T07:34:43.445Z Downloaded rustls-pki-types v1.7.0
9262024-08-07T07:34:43.445Z Downloaded crypto-bigint v0.5.5
9272024-08-07T07:34:43.448Z Downloaded crossbeam-channel v0.5.12
9282024-08-07T07:34:43.451Z Downloaded base64 v0.21.7
9292024-08-07T07:34:43.455Z Downloaded getrandom v0.2.14
9302024-08-07T07:34:43.458Z Downloaded heapless v0.8.0
9312024-08-07T07:34:43.461Z Downloaded heapless v0.7.17
9322024-08-07T07:34:43.465Z Downloaded bytes v1.7.1
9332024-08-07T07:34:43.469Z Downloaded tokio-macros v2.3.0
9342024-08-07T07:34:43.471Z Downloaded erased-serde v0.3.31
9352024-08-07T07:34:43.471Z Downloaded dirs-next v2.0.0
9362024-08-07T07:34:43.474Z Downloaded serde_yaml v0.9.34+deprecated
9372024-08-07T07:34:43.477Z Downloaded minimal-lexical v0.2.1
9382024-08-07T07:34:43.480Z Downloaded untrusted v0.7.1
9392024-08-07T07:34:43.482Z Downloaded sha1 v0.10.6
9402024-08-07T07:34:43.482Z Downloaded scopeguard v1.2.0
9412024-08-07T07:34:43.485Z Downloaded schemars_derive v0.8.21
9422024-08-07T07:34:43.485Z Downloaded rand_seeder v0.3.0
9432024-08-07T07:34:43.488Z Downloaded rand_core v0.6.4
9442024-08-07T07:34:43.488Z Downloaded stability v0.2.0
9452024-08-07T07:34:43.488Z Downloaded rusty-fork v0.3.0
9462024-08-07T07:34:43.490Z Downloaded percent-encoding v2.3.1
9472024-08-07T07:34:43.491Z Downloaded want v0.3.1
9482024-08-07T07:34:43.491Z Downloaded pem v3.0.4
9492024-08-07T07:34:43.493Z Downloaded textwrap v0.16.1
9502024-08-07T07:34:43.496Z Downloaded const_format v0.2.32
9512024-08-07T07:34:43.499Z Downloaded base64 v0.13.1
9522024-08-07T07:34:43.502Z Downloaded sct v0.7.1
9532024-08-07T07:34:43.505Z Downloaded socket2 v0.5.7
9542024-08-07T07:34:43.507Z Downloaded slog-dtrace v0.3.0
9552024-08-07T07:34:43.510Z Downloaded slog-async v2.8.0
9562024-08-07T07:34:43.510Z Downloaded crossbeam-utils v0.8.19
9572024-08-07T07:34:43.513Z Downloaded const-oid v0.9.6
9582024-08-07T07:34:43.513Z Downloaded stringprep v0.1.4
9592024-08-07T07:34:43.516Z Downloaded strip-ansi-escapes v0.2.0
9602024-08-07T07:34:43.516Z Downloaded dyn-clone v1.0.17
9612024-08-07T07:34:43.519Z Downloaded bzip2 v0.4.4
9622024-08-07T07:34:43.519Z Downloaded clang-sys v1.7.0
9632024-08-07T07:34:43.523Z Downloaded miniz_oxide v0.7.2
9642024-08-07T07:34:43.526Z Downloaded indicatif v0.17.8
9652024-08-07T07:34:43.529Z Downloaded base64ct v1.6.0
9662024-08-07T07:34:43.529Z Downloaded secrecy v0.8.0
9672024-08-07T07:34:43.531Z Downloaded sec1 v0.7.3
9682024-08-07T07:34:43.531Z Downloaded same-file v1.0.6
9692024-08-07T07:34:43.534Z Downloaded rustc_version v0.1.7
9702024-08-07T07:34:43.534Z Downloaded rustc-hash v1.1.0
9712024-08-07T07:34:43.534Z Downloaded strum_macros v0.24.3
9722024-08-07T07:34:43.537Z Downloaded crossbeam-epoch v0.9.18
9732024-08-07T07:34:43.540Z Downloaded packed_struct v0.10.1
9742024-08-07T07:34:43.540Z Downloaded siphasher v0.3.11
9752024-08-07T07:34:43.542Z Downloaded signal-hook-registry v1.4.2
9762024-08-07T07:34:43.542Z Downloaded shell-words v1.1.0
9772024-08-07T07:34:43.542Z Downloaded memmap2 v0.9.4
9782024-08-07T07:34:43.545Z Downloaded backoff v0.4.0
9792024-08-07T07:34:43.545Z Downloaded headers-core v0.2.0
9802024-08-07T07:34:43.548Z Downloaded num-traits v0.2.19
9812024-08-07T07:34:43.551Z Downloaded ascii v1.1.0
9822024-08-07T07:34:43.551Z Downloaded native-tls v0.2.11
9832024-08-07T07:34:43.554Z Downloaded either v1.13.0
9842024-08-07T07:34:43.554Z Downloaded slog-term v2.9.1
9852024-08-07T07:34:43.557Z Downloaded num_cpus v1.16.0
9862024-08-07T07:34:43.559Z Downloaded defmt v0.3.8
9872024-08-07T07:34:43.562Z Downloaded cancel-safe-futures v0.1.5
9882024-08-07T07:34:43.566Z Downloaded tinyvec_macros v0.1.1
9892024-08-07T07:34:43.566Z Downloaded allocator-api2 v0.2.18
9902024-08-07T07:34:43.568Z Downloaded defmt-macros v0.3.9
9912024-08-07T07:34:43.571Z Downloaded mime v0.3.17
9922024-08-07T07:34:43.571Z Downloaded managed v0.8.0
9932024-08-07T07:34:43.571Z Downloaded const_format_proc_macros v0.2.32
9942024-08-07T07:34:43.574Z Downloaded buf-list v1.0.3
9952024-08-07T07:34:43.577Z Downloaded bitfield-struct v0.6.1
9962024-08-07T07:34:43.577Z Downloaded ciborium-ll v0.2.2
9972024-08-07T07:34:43.579Z Downloaded base16ct v0.2.0
9982024-08-07T07:34:43.579Z Downloaded xattr v1.3.1
9992024-08-07T07:34:43.582Z Downloaded vte_generate_state_changes v0.1.1
10002024-08-07T07:34:43.582Z Downloaded arrayvec v0.7.4
10012024-08-07T07:34:43.582Z Downloaded parking_lot_core v0.9.10
10022024-08-07T07:34:43.585Z Downloaded ipnet v2.9.0
10032024-08-07T07:34:43.587Z Downloaded async-trait v0.1.81
10042024-08-07T07:34:43.590Z Downloaded castaway v0.2.2
10052024-08-07T07:34:43.590Z Downloaded addr2line v0.21.0
10062024-08-07T07:34:43.593Z Downloaded nu-ansi-term v0.50.0
10072024-08-07T07:34:43.596Z Downloaded newline-converter v0.3.0
10082024-08-07T07:34:43.596Z Downloaded bitflags v1.3.2
10092024-08-07T07:34:43.599Z Downloaded lock_api v0.4.12
10102024-08-07T07:34:43.599Z Downloaded colored v2.1.0
10112024-08-07T07:34:43.601Z Downloaded block-padding v0.3.3
10122024-08-07T07:34:43.601Z Downloaded bitfield v0.14.0
10132024-08-07T07:34:43.604Z Downloaded inout v0.1.3
10142024-08-07T07:34:43.604Z Downloaded kstat-rs v0.2.4
10152024-08-07T07:34:43.604Z Downloaded crc v3.2.1
10162024-08-07T07:34:43.607Z Downloaded async-recursion v1.1.1
10172024-08-07T07:34:43.610Z Downloaded ascii-canvas v3.0.0
10182024-08-07T07:34:43.610Z Downloaded array-init v0.0.4
10192024-08-07T07:34:43.612Z Downloaded mockall v0.12.1
10202024-08-07T07:34:43.612Z Downloaded darling_macro v0.20.9
10212024-08-07T07:34:43.612Z Downloaded nibble_vec v0.1.0
10222024-08-07T07:34:43.616Z Downloaded memoffset v0.9.1
10232024-08-07T07:34:43.616Z Downloaded libefi-sys v0.1.0
10242024-08-07T07:34:43.616Z Downloaded cstr-argument v0.1.2
10252024-08-07T07:34:43.619Z Downloaded ipnetwork v0.20.0
10262024-08-07T07:34:43.619Z Downloaded atomic-waker v1.1.2
10272024-08-07T07:34:43.619Z Downloaded arrayref v0.3.7
10282024-08-07T07:34:43.621Z Downloaded aead v0.5.2
10292024-08-07T07:34:43.621Z Downloaded indexmap v1.9.3
10302024-08-07T07:34:43.624Z Downloaded indent_write v2.2.0
10312024-08-07T07:34:43.708Z Compiling cfg-if v1.0.0
10322024-08-07T07:34:43.708Z Compiling serde v1.0.204
10332024-08-07T07:34:43.711Z Compiling lock_api v0.4.12
10342024-08-07T07:34:43.711Z Compiling scopeguard v1.2.0
10352024-08-07T07:34:43.711Z Compiling log v0.4.21
10362024-08-07T07:34:43.840Z Compiling syn v2.0.72
10372024-08-07T07:34:43.843Z Compiling cc v1.0.97
10382024-08-07T07:34:43.861Z Compiling parking_lot_core v0.9.10
10392024-08-07T07:34:43.918Z Compiling getrandom v0.2.14
10402024-08-07T07:34:44.076Z Compiling smallvec v1.13.2
10412024-08-07T07:34:44.323Z Compiling rand_core v0.6.4
10422024-08-07T07:34:44.377Z Compiling typenum v1.17.0
10432024-08-07T07:34:44.391Z Compiling generic-array v0.14.7
10442024-08-07T07:34:44.472Z Compiling pin-project-lite v0.2.14
10452024-08-07T07:34:44.593Z Compiling signal-hook-registry v1.4.2
10462024-08-07T07:34:44.659Z Compiling spin v0.9.8
10472024-08-07T07:34:44.880Z Compiling parking_lot v0.12.2
10482024-08-07T07:34:44.896Z Compiling mio v0.8.11
10492024-08-07T07:34:45.138Z Compiling libm v0.2.8
10502024-08-07T07:34:45.164Z Compiling serde_json v1.0.122
10512024-08-07T07:34:45.553Z Compiling num-traits v0.2.19
10522024-08-07T07:34:45.553Z Compiling ahash v0.8.11
10532024-08-07T07:34:45.582Z Compiling tinyvec_macros v0.1.1
10542024-08-07T07:34:45.667Z Compiling futures-core v0.3.30
10552024-08-07T07:34:45.860Z Compiling tinyvec v1.6.0
10562024-08-07T07:34:46.024Z Compiling num_cpus v1.16.0
10572024-08-07T07:34:46.096Z Compiling socket2 v0.5.7
10582024-08-07T07:34:46.151Z Compiling const-oid v0.9.6
10592024-08-07T07:34:46.242Z Compiling subtle v2.5.0
10602024-08-07T07:34:46.613Z Compiling slab v0.4.9
10612024-08-07T07:34:46.931Z Compiling futures-sink v0.3.30
10622024-08-07T07:34:47.122Z Compiling allocator-api2 v0.2.18
10632024-08-07T07:34:47.247Z Compiling unicode-bidi v0.3.15
10642024-08-07T07:34:47.398Z Compiling unicode-normalization v0.1.23
10652024-08-07T07:34:47.526Z Compiling futures-channel v0.3.30
10662024-08-07T07:34:47.900Z Compiling vcpkg v0.2.15
10672024-08-07T07:34:47.917Z Compiling futures-task v0.3.30
10682024-08-07T07:34:47.920Z Compiling futures-io v0.3.30
10692024-08-07T07:34:48.173Z Compiling pkg-config v0.3.30
10702024-08-07T07:34:48.204Z Compiling pin-utils v0.1.0
10712024-08-07T07:34:48.251Z Compiling ring v0.17.8
10722024-08-07T07:34:48.302Z Compiling percent-encoding v2.3.1
10732024-08-07T07:34:48.469Z Compiling ppv-lite86 v0.2.17
10742024-08-07T07:34:48.665Z Compiling tracing-core v0.1.32
10752024-08-07T07:34:48.706Z Compiling num-conv v0.1.0
10762024-08-07T07:34:48.992Z Compiling powerfmt v0.2.0
10772024-08-07T07:34:49.186Z Compiling syn v1.0.109
10782024-08-07T07:34:49.254Z Compiling rand_chacha v0.3.1
10792024-08-07T07:34:49.389Z Compiling untrusted v0.9.0
10802024-08-07T07:34:49.557Z Compiling rustix v0.38.34
10812024-08-07T07:34:49.668Z Compiling time-core v0.1.2
10822024-08-07T07:34:49.828Z Compiling time-macros v0.2.18
10832024-08-07T07:34:49.888Z Compiling rand v0.8.5
10842024-08-07T07:34:50.012Z Compiling openssl-sys v0.9.103
10852024-08-07T07:34:50.028Z Compiling deranged v0.3.11
10862024-08-07T07:34:50.415Z Compiling httparse v1.8.0
10872024-08-07T07:34:50.905Z Compiling foreign-types-shared v0.1.1
10882024-08-07T07:34:50.954Z Compiling num_threads v0.1.7
10892024-08-07T07:34:51.075Z Compiling rustversion v1.0.17
10902024-08-07T07:34:51.241Z Compiling iana-time-zone v0.1.60
10912024-08-07T07:34:51.616Z Compiling base64ct v1.6.0
10922024-08-07T07:34:51.638Z Compiling openssl v0.10.66
10932024-08-07T07:34:51.670Z Compiling foreign-types v0.3.2
10942024-08-07T07:34:51.805Z Compiling form_urlencoded v1.2.1
10952024-08-07T07:34:52.003Z Compiling try-lock v0.2.5
10962024-08-07T07:34:52.065Z Compiling pem-rfc7468 v0.7.0
10972024-08-07T07:34:52.131Z Compiling flagset v0.4.5
10982024-08-07T07:34:52.156Z Compiling native-tls v0.2.11
10992024-08-07T07:34:52.318Z Compiling rustls v0.21.12
11002024-08-07T07:34:52.469Z Compiling siphasher v0.3.11
11012024-08-07T07:34:52.565Z Compiling crossbeam-utils v0.8.19
11022024-08-07T07:34:52.726Z Compiling want v0.3.1
11032024-08-07T07:34:52.851Z Compiling time v0.3.36
11042024-08-07T07:34:53.193Z Compiling serde_derive_internals v0.29.1
11052024-08-07T07:34:53.648Z Compiling idna v0.5.0
11062024-08-07T07:34:53.666Z Compiling lazy_static v1.5.0
11072024-08-07T07:34:53.784Z Compiling cookie v0.17.0
11082024-08-07T07:34:54.048Z Compiling aho-corasick v1.1.3
11092024-08-07T07:34:54.077Z Compiling signal-hook v0.3.17
11102024-08-07T07:34:54.348Z Compiling tower-service v0.3.2
11112024-08-07T07:34:54.473Z Compiling finl_unicode v1.2.0
11122024-08-07T07:34:55.101Z Compiling adler v1.0.2
11132024-08-07T07:34:55.147Z Compiling slog v2.7.0
11142024-08-07T07:34:55.296Z Compiling cpufeatures v0.2.12
11152024-08-07T07:34:55.395Z Compiling httpdate v1.0.3
11162024-08-07T07:34:55.670Z Compiling openssl-probe v0.1.5
11172024-08-07T07:34:55.857Z Compiling schemars v0.8.21
11182024-08-07T07:34:55.918Z Compiling regex-syntax v0.8.3
11192024-08-07T07:34:56.077Z Compiling miniz_oxide v0.7.2
11202024-08-07T07:34:56.218Z Compiling stringprep v0.1.4
11212024-08-07T07:34:57.418Z Compiling url v2.5.2
11222024-08-07T07:34:57.793Z Compiling serde_derive v1.0.204
11232024-08-07T07:34:57.997Z Compiling zeroize_derive v1.4.2
11242024-08-07T07:34:58.953Z Compiling zerocopy-derive v0.7.34
11252024-08-07T07:34:59.229Z Compiling tokio-macros v2.3.0
11262024-08-07T07:34:59.436Z Compiling thiserror-impl v1.0.63
11272024-08-07T07:34:59.612Z Compiling zeroize v1.7.0
11282024-08-07T07:35:00.893Z Compiling futures-macro v0.3.30
11292024-08-07T07:35:00.978Z Compiling scroll_derive v0.12.0
11302024-08-07T07:35:01.247Z Compiling zerocopy v0.7.34
11312024-08-07T07:35:01.476Z Compiling crypto-common v0.1.6
11322024-08-07T07:35:01.712Z Compiling block-buffer v0.10.4
11332024-08-07T07:35:01.974Z Compiling digest v0.10.7
11342024-08-07T07:35:02.351Z Compiling tracing-attributes v0.1.27
11352024-08-07T07:35:02.434Z Compiling hmac v0.12.1
11362024-08-07T07:35:02.453Z Compiling scroll v0.12.0
11372024-08-07T07:35:02.677Z Compiling openssl-macros v0.1.1
11382024-08-07T07:35:02.743Z Compiling thiserror v1.0.63
11392024-08-07T07:35:02.897Z Compiling futures-util v0.3.30
11402024-08-07T07:35:02.900Z Compiling pest v2.7.10
11412024-08-07T07:35:02.978Z Compiling goblin v0.8.2
11422024-08-07T07:35:03.420Z Compiling hashbrown v0.14.5
11432024-08-07T07:35:03.502Z Compiling der_derive v0.7.2
11442024-08-07T07:35:04.847Z Compiling rustls-webpki v0.101.7
11452024-08-07T07:35:05.672Z Compiling pest_meta v2.7.10
11462024-08-07T07:35:05.992Z Compiling sct v0.7.1
11472024-08-07T07:35:06.096Z Compiling der v0.7.9
11482024-08-07T07:35:06.213Z Compiling tracing v0.1.40
11492024-08-07T07:35:06.713Z Compiling sha2 v0.10.8
11502024-08-07T07:35:06.808Z Compiling md-5 v0.10.6
11512024-08-07T07:35:07.068Z Compiling pest_generator v2.7.10
11522024-08-07T07:35:09.047Z Compiling spki v0.7.3
11532024-08-07T07:35:09.083Z Compiling regex-automata v0.4.6
11542024-08-07T07:35:09.370Z Compiling schemars_derive v0.8.21
11552024-08-07T07:35:09.419Z Compiling num-integer v0.1.46
11562024-08-07T07:35:10.229Z Compiling idna v0.3.0
11572024-08-07T07:35:10.324Z Compiling backtrace v0.3.71
11582024-08-07T07:35:10.786Z Compiling hash32 v0.2.1
11592024-08-07T07:35:10.803Z Compiling pest_derive v2.7.10
11602024-08-07T07:35:11.167Z Compiling stable_deref_trait v1.2.0
11612024-08-07T07:35:11.269Z Compiling smoltcp v0.9.1
11622024-08-07T07:35:11.601Z Compiling dtrace-parser v0.2.0
11632024-08-07T07:35:11.819Z Compiling crc32fast v1.4.0
11642024-08-07T07:35:12.018Z Compiling bytes v1.7.1
11652024-08-07T07:35:12.342Z Compiling bitflags v2.6.0
11662024-08-07T07:35:12.629Z Compiling indexmap v2.3.0
11672024-08-07T07:35:12.781Z Compiling semver v1.0.23
11682024-08-07T07:35:13.265Z Compiling tokio v1.38.1
11692024-08-07T07:35:13.355Z Compiling http v0.2.12
11702024-08-07T07:35:13.526Z Compiling uuid v1.10.0
11712024-08-07T07:35:13.701Z Compiling rustc_version v0.4.0
11722024-08-07T07:35:14.464Z Compiling chrono v0.4.38
11732024-08-07T07:35:14.940Z Compiling http-body v0.4.6
11742024-08-07T07:35:15.270Z Compiling heapless v0.7.17
11752024-08-07T07:35:15.400Z Compiling dof v0.3.0
11762024-08-07T07:35:15.775Z Compiling toml_datetime v0.6.8
11772024-08-07T07:35:15.798Z Compiling serde_tokenstream v0.2.1
11782024-08-07T07:35:16.300Z Compiling usdt-impl v0.5.0
11792024-08-07T07:35:16.344Z Compiling serde_spanned v0.6.7
11802024-08-07T07:35:16.576Z Compiling base64 v0.22.1
11812024-08-07T07:35:17.107Z Compiling dyn-clone v1.0.17
11822024-08-07T07:35:17.325Z Compiling psl-types v2.0.11
11832024-08-07T07:35:17.328Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11842024-08-07T07:35:17.510Z Compiling gimli v0.28.1
11852024-08-07T07:35:17.591Z Compiling fallible-iterator v0.2.0
11862024-08-07T07:35:17.876Z Compiling publicsuffix v2.2.3
11872024-08-07T07:35:18.291Z Compiling postgres-protocol v0.6.7
11882024-08-07T07:35:18.324Z Compiling terminal_size v0.3.0
11892024-08-07T07:35:18.683Z Compiling pkcs8 v0.10.2
11902024-08-07T07:35:19.235Z Compiling hubpack_derive v0.1.1
11912024-08-07T07:35:19.606Z Compiling block-padding v0.3.3
11922024-08-07T07:35:19.696Z Compiling zerocopy-derive v0.6.6
11932024-08-07T07:35:19.877Z Compiling async-trait v0.1.81
11942024-08-07T07:35:21.295Z Compiling tokio-util v0.7.11
11952024-08-07T07:35:21.880Z Compiling addr2line v0.21.0
11962024-08-07T07:35:22.142Z Compiling tokio-rustls v0.24.1
11972024-08-07T07:35:22.433Z Compiling h2 v0.3.26
11982024-08-07T07:35:22.475Z Compiling tokio-native-tls v0.3.1
11992024-08-07T07:35:22.657Z Compiling phf_shared v0.11.2
12002024-08-07T07:35:22.660Z Compiling diesel_table_macro_syntax v0.1.0
12012024-08-07T07:35:22.733Z Compiling ff v0.13.0
12022024-08-07T07:35:22.968Z Compiling scheduled-thread-pool v0.2.7
12032024-08-07T07:35:23.038Z Compiling fs-err v2.11.0
12042024-08-07T07:35:23.073Z Compiling object v0.32.2
12052024-08-07T07:35:23.337Z Compiling bitflags v1.3.2
12062024-08-07T07:35:23.354Z Compiling anyhow v1.0.86
12072024-08-07T07:35:23.436Z Compiling bit-vec v0.6.3
12082024-08-07T07:35:23.454Z Compiling base64 v0.21.7
12092024-08-07T07:35:23.566Z Compiling regex-automata v0.1.10
12102024-08-07T07:35:23.883Z Compiling winnow v0.5.40
12112024-08-07T07:35:23.973Z Compiling managed v0.8.0
12122024-08-07T07:35:24.052Z Compiling ipnet v2.9.0
12132024-08-07T07:35:24.123Z Compiling rustc-demangle v0.1.24
12142024-08-07T07:35:24.164Z Compiling either v1.13.0
12152024-08-07T07:35:24.401Z Compiling matches v0.1.10
12162024-08-07T07:35:24.494Z Compiling base16ct v0.2.0
12172024-08-07T07:35:24.568Z Compiling idna v0.2.3
12182024-08-07T07:35:24.854Z Compiling sec1 v0.7.3
12192024-08-07T07:35:25.303Z Compiling bstr v0.2.17
12202024-08-07T07:35:25.624Z Compiling rustls-pemfile v1.0.4
12212024-08-07T07:35:26.054Z Compiling clap_builder v4.5.13
12222024-08-07T07:35:26.368Z Compiling r2d2 v0.8.10
12232024-08-07T07:35:26.735Z Compiling diesel_derives v2.1.4
12242024-08-07T07:35:26.786Z Compiling phf v0.11.2
12252024-08-07T07:35:27.082Z Compiling group v0.13.0
12262024-08-07T07:35:27.239Z Compiling signal-hook-mio v0.2.3
12272024-08-07T07:35:27.392Z Compiling zerocopy v0.6.6
12282024-08-07T07:35:27.394Z Compiling cookie_store v0.20.0
12292024-08-07T07:35:27.866Z Compiling toml_edit v0.19.15
12302024-08-07T07:35:28.235Z Compiling hubpack v0.1.2
12312024-08-07T07:35:28.443Z Compiling ipnetwork v0.20.0
12322024-08-07T07:35:28.652Z Compiling inout v0.1.3
12332024-08-07T07:35:28.917Z Compiling postgres-types v0.2.7
12342024-08-07T07:35:29.264Z Compiling hyper v0.14.30
12352024-08-07T07:35:30.300Z Compiling usdt-attr-macro v0.5.0
12362024-08-07T07:35:30.409Z Compiling usdt-macro v0.5.0
12372024-08-07T07:35:31.947Z Compiling regex v1.10.6
12382024-08-07T07:35:31.950Z Compiling serde_urlencoded v0.7.1
12392024-08-07T07:35:32.492Z Compiling num-bigint v0.4.5
12402024-08-07T07:35:32.886Z Compiling futures-executor v0.3.30
12412024-08-07T07:35:33.054Z Compiling enum-as-inner v0.5.1
12422024-08-07T07:35:33.128Z Compiling hkdf v0.12.4
12432024-08-07T07:35:33.389Z Compiling crypto-bigint v0.5.5
12442024-08-07T07:35:33.443Z Compiling clap_derive v4.5.13
12452024-08-07T07:35:34.093Z Compiling serde_repr v0.1.19
12462024-08-07T07:35:35.276Z Compiling strum_macros v0.25.3
12472024-08-07T07:35:35.309Z Compiling phf_shared v0.10.0
12482024-08-07T07:35:35.650Z Compiling float-cmp v0.9.0
12492024-08-07T07:35:35.678Z Compiling encoding_rs v0.8.34
12502024-08-07T07:35:35.859Z Compiling new_debug_unreachable v1.0.6
12512024-08-07T07:35:35.949Z Compiling data-encoding v2.6.0
12522024-08-07T07:35:38.367Z Compiling hyper-rustls v0.24.2
12532024-08-07T07:35:38.582Z Compiling hyper-tls v0.5.0
12542024-08-07T07:35:38.712Z Compiling static_assertions v1.1.0
12552024-08-07T07:35:38.811Z Compiling unicode-segmentation v1.11.0
12562024-08-07T07:35:38.915Z Compiling normalize-line-endings v0.3.0
12572024-08-07T07:35:38.970Z Compiling sync_wrapper v0.1.2
12582024-08-07T07:35:39.027Z Compiling fixedbitset v0.4.2
12592024-08-07T07:35:39.030Z Compiling precomputed-hash v0.1.1
12602024-08-07T07:35:39.097Z Compiling webpki-roots v0.25.4
12612024-08-07T07:35:39.154Z Compiling mime v0.3.17
12622024-08-07T07:35:39.247Z Compiling predicates-core v1.0.6
12632024-08-07T07:35:39.329Z Compiling minimal-lexical v0.2.1
12642024-08-07T07:35:39.484Z Compiling whoami v1.5.1
12652024-08-07T07:35:39.487Z Compiling difflib v0.4.0
12662024-08-07T07:35:39.611Z Compiling console v0.15.8
12672024-08-07T07:35:39.629Z Compiling reqwest v0.11.27
12682024-08-07T07:35:39.760Z Compiling nom v7.1.3
12692024-08-07T07:35:39.848Z Compiling tokio-postgres v0.7.11
12702024-08-07T07:35:40.081Z Compiling predicates v3.1.2
12712024-08-07T07:35:40.115Z Compiling similar v2.5.0
12722024-08-07T07:35:41.133Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12732024-08-07T07:35:41.188Z Compiling petgraph v0.6.5
12742024-08-07T07:35:41.806Z Compiling string_cache v0.8.7
12752024-08-07T07:35:42.289Z Compiling toml_edit v0.22.20
12762024-08-07T07:35:42.736Z Compiling diesel v2.1.6
12772024-08-07T07:35:43.392Z Compiling clap v4.5.13
12782024-08-07T07:35:43.440Z Compiling trust-dns-proto v0.22.0
12792024-08-07T07:35:43.511Z Compiling elliptic-curve v0.13.8
12802024-08-07T07:35:44.334Z Compiling usdt v0.5.0
12812024-08-07T07:35:44.831Z Compiling yasna v0.5.2
12822024-08-07T07:35:45.235Z Compiling futures v0.3.30
12832024-08-07T07:35:45.343Z Compiling toml v0.7.8
12842024-08-07T07:35:46.489Z Compiling flate2 v1.0.31
12852024-08-07T07:35:46.707Z Compiling cipher v0.4.4
12862024-08-07T07:35:47.007Z Compiling crossterm v0.27.0
12872024-08-07T07:35:47.473Z Compiling itertools v0.10.5
12882024-08-07T07:35:47.491Z Compiling itertools v0.12.1
12892024-08-07T07:35:48.068Z Compiling bit-set v0.5.3
12902024-08-07T07:35:48.362Z Compiling tokio-stream v0.1.15
12912024-08-07T07:35:49.334Z Compiling bstr v1.9.1
12922024-08-07T07:35:50.315Z Compiling openapiv3 v2.0.0
12932024-08-07T07:35:50.533Z Compiling hex v0.4.3
12942024-08-07T07:35:50.669Z Compiling num-iter v0.1.45
12952024-08-07T07:35:50.701Z Compiling crossbeam-epoch v0.9.18
12962024-08-07T07:35:50.849Z Compiling dirs-sys-next v0.1.2
12972024-08-07T07:35:51.113Z Compiling lalrpop-util v0.19.12
12982024-08-07T07:35:51.132Z Compiling peg-runtime v0.8.3
12992024-08-07T07:35:51.457Z Compiling unicode-xid v0.2.4
13002024-08-07T07:35:51.457Z Compiling dirs-next v2.0.0
13012024-08-07T07:35:51.511Z Compiling thread_local v1.1.8
13022024-08-07T07:35:51.645Z Compiling slog-async v2.8.0
13032024-08-07T07:35:51.661Z Compiling term v0.7.0
13042024-08-07T07:35:51.755Z Compiling xattr v1.3.1
13052024-08-07T07:35:51.803Z Compiling crossbeam-channel v0.5.12
13062024-08-07T07:35:52.024Z Compiling strum_macros v0.26.4
13072024-08-07T07:35:52.043Z Compiling filetime v0.2.23
13082024-08-07T07:35:52.233Z Compiling is-terminal v0.4.12
13092024-08-07T07:35:52.344Z Compiling take_mut v0.2.2
13102024-08-07T07:35:52.362Z Compiling slog-term v2.9.1
13112024-08-07T07:35:52.500Z Compiling tar v0.4.41
13122024-08-07T07:35:53.215Z Compiling camino v1.1.7
13132024-08-07T07:35:55.333Z Compiling strum v0.26.3
13142024-08-07T07:36:07.594Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13152024-08-07T07:36:07.835Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13162024-08-07T07:36:12.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
13172024-08-07T07:36:12.905Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13182024-08-07T07:36:12.952ZAug 07 07:36:11.405 INFO Starting download, target: Clickhouse
13192024-08-07T07:36:12.952ZAug 07 07:36:11.406 INFO Starting download, target: DendriteOpenapi
13202024-08-07T07:36:12.966ZAug 07 07:36:11.406 INFO Starting download, target: Console
13212024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Starting download, target: Cockroach
13222024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Starting download, target: DendriteStub
13232024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Starting download, target: MaghemiteMgd
13242024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Starting download, target: TransceiverControl
13252024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13262024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13272024-08-07T07:36:12.967ZAug 07 07:36:11.406 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13282024-08-07T07:36:12.968ZAug 07 07:36:11.406 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13292024-08-07T07:36:12.968ZAug 07 07:36:11.407 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13302024-08-07T07:36:12.968ZAug 07 07:36:11.407 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13312024-08-07T07:36:12.968ZAug 07 07:36:11.407 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13322024-08-07T07:36:13.271ZAug 07 07:36:11.723 INFO Download complete, target: DendriteOpenapi
13332024-08-07T07:36:13.424ZAug 07 07:36:11.881 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13342024-08-07T07:36:13.687ZAug 07 07:36:12.144 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13352024-08-07T07:36:13.895ZAug 07 07:36:12.354 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13362024-08-07T07:36:13.974ZAug 07 07:36:12.433 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13372024-08-07T07:36:14.106ZAug 07 07:36:12.566 INFO Download complete, target: Console
13382024-08-07T07:36:14.199ZAug 07 07:36:12.658 INFO Download complete, target: TransceiverControl
13392024-08-07T07:36:15.088ZAug 07 07:36:13.547 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13402024-08-07T07:36:16.182ZAug 07 07:36:14.640 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13412024-08-07T07:36:16.182ZAug 07 07:36:14.640 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13422024-08-07T07:36:17.127ZAug 07 07:36:15.584 INFO Download complete, target: DendriteStub
13432024-08-07T07:36:17.368ZAug 07 07:36:15.827 INFO Download complete, target: MaghemiteMgd
13442024-08-07T07:36:24.523ZAug 07 07:36:22.981 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13452024-08-07T07:36:24.878ZAug 07 07:36:23.336 INFO Checking that binary works, target: Cockroach
13462024-08-07T07:36:25.035ZAug 07 07:36:23.493 INFO Download complete, target: Cockroach
13472024-08-07T07:36:29.681ZAug 07 07:36:28.139 INFO Checking that binary works, target: Clickhouse
13482024-08-07T07:36:29.991ZAug 07 07:36:28.448 INFO Download complete, target: Clickhouse
13492024-08-07T07:36:30.010ZAll builder prerequisites installed successfully, and PATH looks valid
13502024-08-07T07:36:30.013Z
13512024-08-07T07:36:30.013Zreal 4:57.541752435
13522024-08-07T07:36:30.013Zuser 11:29.924197492
13532024-08-07T07:36:30.013Zsys 2:25.598843457
13542024-08-07T07:36:30.013Ztrap 0.424351495
13552024-08-07T07:36:30.013Ztflt 5.681075637
13562024-08-07T07:36:30.013Zdflt 5.872309580
13572024-08-07T07:36:30.014Zkflt 0.291958358
13582024-08-07T07:36:30.014Zlock 22:17.088098157
13592024-08-07T07:36:30.014Zslp 46:58.570171902
13602024-08-07T07:36:30.014Zlat 38.368730264
13612024-08-07T07:36:30.014Zstop 1:36.700694762
13622024-08-07T07:36:30.014Z+ banner hack-check
13632024-08-07T07:36:30.016Z
13642024-08-07T07:36:30.017Z # # ## #### # # #### # # ###### #### # #
13652024-08-07T07:36:30.017Z # # # # # # # # # # # # # # # # #
13662024-08-07T07:36:30.017Z ###### # # # #### ##### # ###### ##### # ####
13672024-08-07T07:36:30.017Z # # ###### # # # # # # # # # #
13682024-08-07T07:36:30.017Z # # # # # # # # # # # # # # # # #
13692024-08-07T07:36:30.017Z # # # # #### # # #### # # ###### #### # #
13702024-08-07T07:36:30.017Z
13712024-08-07T07:36:30.017Z+ export CARGO_INCREMENTAL=0
13722024-08-07T07:36:30.017Z+ CARGO_INCREMENTAL=0
13732024-08-07T07:36:30.017Z+ ptime -m timeout 2h cargo xtask check-features --ci
13742024-08-07T07:36:30.552Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13752024-08-07T07:36:33.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
13762024-08-07T07:36:33.990Z Running `target/debug/xtask check-features --ci`
13772024-08-07T07:36:34.008Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13782024-08-07T07:36:34.012Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13792024-08-07T07:36:34.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
13802024-08-07T07:36:34.496Z Running `target/debug/xtask download cargo-hack`
13812024-08-07T07:36:35.290Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13822024-08-07T07:36:35.642Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13832024-08-07T07:36:39.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
13842024-08-07T07:36:40.032Z Running `target/debug/xtask-downloader cargo-hack`
13852024-08-07T07:36:40.063ZAug 07 07:36:38.519 INFO Starting download, target: CargoHack
13862024-08-07T07:36:40.066ZAug 07 07:36:38.520 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13872024-08-07T07:36:40.520ZAug 07 07:36:38.976 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13882024-08-07T07:36:40.626ZAug 07 07:36:39.082 INFO Download complete, target: CargoHack
13892024-08-07T07:36:40.629Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13902024-08-07T07:36:40.645Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13912024-08-07T07:36:40.790Zinfo: running `cargo check --bins` on api_identity (1/147)
13922024-08-07T07:36:41.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13932024-08-07T07:36:41.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13942024-08-07T07:36:41.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13952024-08-07T07:36:41.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13962024-08-07T07:36:41.366Z
13972024-08-07T07:36:41.366Zinfo: running `cargo check --bins` on bootstore (2/147)
13982024-08-07T07:36:41.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13992024-08-07T07:36:41.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14002024-08-07T07:36:41.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14012024-08-07T07:36:41.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14022024-08-07T07:36:41.981Z
14032024-08-07T07:36:41.981Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
14042024-08-07T07:36:42.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14052024-08-07T07:36:42.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14062024-08-07T07:36:42.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14072024-08-07T07:36:42.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14082024-08-07T07:36:42.585Z
14092024-08-07T07:36:42.585Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
14102024-08-07T07:36:43.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14112024-08-07T07:36:43.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14122024-08-07T07:36:43.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14132024-08-07T07:36:43.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14142024-08-07T07:36:43.205Z
14152024-08-07T07:36:43.205Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14162024-08-07T07:36:43.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14172024-08-07T07:36:43.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14182024-08-07T07:36:43.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14192024-08-07T07:36:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14202024-08-07T07:36:43.658Z
14212024-08-07T07:36:43.658Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14222024-08-07T07:36:44.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-07T07:36:44.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-07T07:36:44.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-07T07:36:44.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14262024-08-07T07:36:44.106Z
14272024-08-07T07:36:44.106Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14282024-08-07T07:36:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-07T07:36:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-07T07:36:44.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-07T07:36:44.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14322024-08-07T07:36:44.547Z
14332024-08-07T07:36:44.547Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14342024-08-07T07:36:44.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-07T07:36:44.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-07T07:36:44.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-07T07:36:44.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14382024-08-07T07:36:45.006Z
14392024-08-07T07:36:45.006Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14402024-08-07T07:36:45.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-07T07:36:45.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-07T07:36:45.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-07T07:36:45.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14442024-08-07T07:36:45.469Z
14452024-08-07T07:36:45.469Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14462024-08-07T07:36:45.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-07T07:36:45.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-07T07:36:45.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-07T07:36:45.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14502024-08-07T07:36:45.921Z
14512024-08-07T07:36:45.921Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14522024-08-07T07:36:46.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-07T07:36:46.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-07T07:36:46.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-07T07:36:46.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14562024-08-07T07:36:46.374Z
14572024-08-07T07:36:46.374Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14582024-08-07T07:36:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-07T07:36:46.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-07T07:36:46.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-07T07:36:46.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14622024-08-07T07:36:46.838Z
14632024-08-07T07:36:46.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14642024-08-07T07:36:47.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-07T07:36:47.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-07T07:36:47.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-07T07:36:47.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14682024-08-07T07:36:47.290Z
14692024-08-07T07:36:47.290Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14702024-08-07T07:36:47.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-07T07:36:47.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-07T07:36:47.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-07T07:36:47.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14742024-08-07T07:36:47.736Z
14752024-08-07T07:36:47.736Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14762024-08-07T07:36:48.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-07T07:36:48.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-07T07:36:48.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-07T07:36:48.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14802024-08-07T07:36:48.187Z
14812024-08-07T07:36:48.187Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14822024-08-07T07:36:48.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-07T07:36:48.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-07T07:36:48.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-07T07:36:48.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14862024-08-07T07:36:48.634Z
14872024-08-07T07:36:48.634Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14882024-08-07T07:36:49.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-07T07:36:49.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-07T07:36:49.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-07T07:36:49.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14922024-08-07T07:36:49.093Z
14932024-08-07T07:36:49.093Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14942024-08-07T07:36:49.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-07T07:36:49.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-07T07:36:49.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-07T07:36:49.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14982024-08-07T07:36:49.556Z
14992024-08-07T07:36:49.556Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
15002024-08-07T07:36:49.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-07T07:36:49.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-07T07:36:49.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-07T07:36:49.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15042024-08-07T07:36:50.013Z
15052024-08-07T07:36:50.013Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
15062024-08-07T07:36:50.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-07T07:36:50.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-07T07:36:50.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-07T07:36:50.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15102024-08-07T07:36:50.461Z
15112024-08-07T07:36:50.461Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
15122024-08-07T07:36:50.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-07T07:36:50.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-07T07:36:50.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-07T07:36:50.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15162024-08-07T07:36:50.909Z
15172024-08-07T07:36:50.909Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15182024-08-07T07:36:51.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-07T07:36:51.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-07T07:36:51.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-07T07:36:51.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15222024-08-07T07:36:51.371Z
15232024-08-07T07:36:51.371Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15242024-08-07T07:36:51.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-07T07:36:51.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-07T07:36:51.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-07T07:36:51.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15282024-08-07T07:36:51.830Z
15292024-08-07T07:36:51.830Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15302024-08-07T07:36:52.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-07T07:36:52.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-07T07:36:52.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-07T07:36:52.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15342024-08-07T07:36:52.277Z
15352024-08-07T07:36:52.277Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15362024-08-07T07:36:52.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-07T07:36:52.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-07T07:36:52.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-07T07:36:52.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15402024-08-07T07:36:52.911Z
15412024-08-07T07:36:52.911Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15422024-08-07T07:36:53.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-07T07:36:53.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-07T07:36:53.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-08-07T07:36:53.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15462024-08-07T07:36:53.531Z
15472024-08-07T07:36:53.531Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15482024-08-07T07:36:54.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-08-07T07:36:54.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-08-07T07:36:54.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-08-07T07:36:54.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15522024-08-07T07:36:54.153Z
15532024-08-07T07:36:54.153Zinfo: running `cargo check --bins` on oxlog (28/147)
15542024-08-07T07:36:54.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-08-07T07:36:54.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-08-07T07:36:54.750Z Checking cfg-if v1.0.0
15572024-08-07T07:36:54.752Z Checking libc v0.2.155
15582024-08-07T07:36:54.832Z Checking memchr v2.7.2
15592024-08-07T07:36:54.847Z Checking serde v1.0.204
15602024-08-07T07:36:54.851Z Checking scopeguard v1.2.0
15612024-08-07T07:36:54.865Z Checking log v0.4.21
15622024-08-07T07:36:54.865Z Checking byteorder v1.5.0
15632024-08-07T07:36:54.885Z Checking itoa v1.0.11
15642024-08-07T07:36:54.897Z Checking zeroize v1.7.0
15652024-08-07T07:36:54.964Z Checking lock_api v0.4.12
15662024-08-07T07:36:55.071Z Checking smallvec v1.13.2
15672024-08-07T07:36:55.148Z Checking once_cell v1.19.0
15682024-08-07T07:36:55.161Z Checking pin-project-lite v0.2.14
15692024-08-07T07:36:55.254Z Checking typenum v1.17.0
15702024-08-07T07:36:55.292Z Checking zerocopy v0.7.34
15712024-08-07T07:36:55.367Z Checking spin v0.9.8
15722024-08-07T07:36:55.417Z Checking futures-core v0.3.30
15732024-08-07T07:36:55.438Z Checking tinyvec_macros v0.1.1
15742024-08-07T07:36:55.516Z Checking tinyvec v1.6.0
15752024-08-07T07:36:55.603Z Checking libm v0.2.8
15762024-08-07T07:36:55.671Z Checking subtle v2.5.0
15772024-08-07T07:36:55.688Z Checking ryu v1.0.18
15782024-08-07T07:36:55.919Z Checking const-oid v0.9.6
15792024-08-07T07:36:55.932Z Checking unicode-bidi v0.3.15
15802024-08-07T07:36:55.960Z Checking getrandom v0.2.14
15812024-08-07T07:36:56.208Z Checking rand_core v0.6.4
15822024-08-07T07:36:56.500Z Checking parking_lot_core v0.9.10
15832024-08-07T07:36:56.520Z Checking signal-hook-registry v1.4.2
15842024-08-07T07:36:56.562Z Checking mio v0.8.11
15852024-08-07T07:36:56.564Z Checking generic-array v0.14.7
15862024-08-07T07:36:56.681Z Checking num_cpus v1.16.0
15872024-08-07T07:36:56.746Z Checking socket2 v0.5.7
15882024-08-07T07:36:56.789Z Checking ahash v0.8.11
15892024-08-07T07:36:56.815Z Checking parking_lot v0.12.2
15902024-08-07T07:36:56.836Z Checking unicode-normalization v0.1.23
15912024-08-07T07:36:57.151Z Checking num-traits v0.2.19
15922024-08-07T07:36:57.196Z Checking allocator-api2 v0.2.18
15932024-08-07T07:36:57.225Z Checking futures-sink v0.3.30
15942024-08-07T07:36:57.292Z Checking equivalent v1.0.1
15952024-08-07T07:36:57.364Z Checking futures-channel v0.3.30
15962024-08-07T07:36:57.390Z Checking slab v0.4.9
15972024-08-07T07:36:57.636Z Checking futures-io v0.3.30
15982024-08-07T07:36:57.660Z Checking crypto-common v0.1.6
15992024-08-07T07:36:57.723Z Checking futures-task v0.3.30
16002024-08-07T07:36:57.737Z Checking pin-utils v0.1.0
16012024-08-07T07:36:57.742Z Checking block-buffer v0.10.4
16022024-08-07T07:36:57.803Z Checking percent-encoding v2.3.1
16032024-08-07T07:36:57.818Z Checking hashbrown v0.14.5
16042024-08-07T07:36:57.818Z Checking ppv-lite86 v0.2.17
16052024-08-07T07:36:57.841Z Checking tracing-core v0.1.32
16062024-08-07T07:36:57.935Z Checking futures-util v0.3.30
16072024-08-07T07:36:57.956Z Checking digest v0.10.7
16082024-08-07T07:36:58.000Z Checking fnv v1.0.7
16092024-08-07T07:36:58.120Z Checking untrusted v0.9.0
16102024-08-07T07:36:58.278Z Checking ring v0.17.8
16112024-08-07T07:36:58.340Z Checking thiserror v1.0.63
16122024-08-07T07:36:58.461Z Checking foreign-types-shared v0.1.1
16132024-08-07T07:36:58.489Z Checking tracing v0.1.40
16142024-08-07T07:36:58.565Z Checking powerfmt v0.2.0
16152024-08-07T07:36:58.794Z Checking iana-time-zone v0.1.60
16162024-08-07T07:36:58.806Z Checking base64ct v1.6.0
16172024-08-07T07:36:58.825Z Checking deranged v0.3.11
16182024-08-07T07:36:58.920Z Checking foreign-types v0.3.2
16192024-08-07T07:36:58.975Z Checking rand_chacha v0.3.1
16202024-08-07T07:36:58.989Z Checking hmac v0.12.1
16212024-08-07T07:36:59.002Z Checking form_urlencoded v1.2.1
16222024-08-07T07:36:59.182Z Checking openssl-sys v0.9.103
16232024-08-07T07:36:59.196Z Checking time-core v0.1.2
16242024-08-07T07:36:59.215Z Checking pem-rfc7468 v0.7.0
16252024-08-07T07:36:59.334Z Checking flagset v0.4.5
16262024-08-07T07:36:59.350Z Checking rand v0.8.5
16272024-08-07T07:36:59.467Z Checking try-lock v0.2.5
16282024-08-07T07:36:59.532Z Checking num-conv v0.1.0
16292024-08-07T07:36:59.588Z Checking siphasher v0.3.11
16302024-08-07T07:36:59.773Z Checking num_threads v0.1.7
16312024-08-07T07:36:59.836Z Checking bytes v1.7.1
16322024-08-07T07:36:59.876Z Checking bitflags v2.6.0
16332024-08-07T07:36:59.879Z Checking serde_json v1.0.122
16342024-08-07T07:37:00.061Z Checking indexmap v2.3.0
16352024-08-07T07:37:00.187Z Checking uuid v1.10.0
16362024-08-07T07:37:00.414Z Checking chrono v0.4.38
16372024-08-07T07:37:00.576Z Checking unicode-ident v1.0.12
16382024-08-07T07:37:00.590Z Checking time v0.3.36
16392024-08-07T07:37:00.646Z Checking tokio v1.38.1
16402024-08-07T07:37:00.734Z Checking http v0.2.12
16412024-08-07T07:37:00.808Z Checking proc-macro2 v1.0.86
16422024-08-07T07:37:01.326Z Checking openssl v0.10.66
16432024-08-07T07:37:01.460Z Checking sct v0.7.1
16442024-08-07T07:37:01.524Z Checking rustls-webpki v0.101.7
16452024-08-07T07:37:01.652Z Checking want v0.3.1
16462024-08-07T07:37:01.818Z Checking der v0.7.9
16472024-08-07T07:37:02.049Z Checking http-body v0.4.6
16482024-08-07T07:37:02.252Z Checking idna v0.5.0
16492024-08-07T07:37:02.428Z Checking errno v0.3.9
16502024-08-07T07:37:02.473Z Checking httparse v1.8.0
16512024-08-07T07:37:02.589Z Checking lazy_static v1.5.0
16522024-08-07T07:37:02.707Z Checking aho-corasick v1.1.3
16532024-08-07T07:37:02.886Z Checking scroll v0.12.0
16542024-08-07T07:37:03.022Z Checking plain v0.2.3
16552024-08-07T07:37:03.055Z Checking httpdate v1.0.3
16562024-08-07T07:37:03.091Z Checking regex-syntax v0.8.3
16572024-08-07T07:37:03.164Z Checking cpufeatures v0.2.12
16582024-08-07T07:37:03.255Z Checking utf8parse v0.2.1
16592024-08-07T07:37:03.279Z Checking finl_unicode v1.2.0
16602024-08-07T07:37:03.344Z Checking openssl-probe v0.1.5
16612024-08-07T07:37:03.386Z Checking anstyle v1.0.8
16622024-08-07T07:37:03.496Z Checking ucd-trie v0.1.6
16632024-08-07T07:37:03.613Z Checking tower-service v0.3.2
16642024-08-07T07:37:03.696Z Checking adler v1.0.2
16652024-08-07T07:37:03.720Z Checking pest v2.7.10
16662024-08-07T07:37:03.745Z Checking spki v0.7.3
16672024-08-07T07:37:03.846Z Checking stringprep v0.1.4
16682024-08-07T07:37:03.850Z Checking miniz_oxide v0.7.2
16692024-08-07T07:37:04.013Z Checking anstyle-parse v0.2.4
16702024-08-07T07:37:04.114Z Checking goblin v0.8.2
16712024-08-07T07:37:04.286Z Checking sha2 v0.10.8
16722024-08-07T07:37:04.375Z Checking url v2.5.2
16732024-08-07T07:37:04.597Z Checking rustix v0.38.34
16742024-08-07T07:37:04.821Z Checking rustls v0.21.12
16752024-08-07T07:37:05.218Z Checking quote v1.0.36
16762024-08-07T07:37:05.552Z Checking toml_datetime v0.6.8
16772024-08-07T07:37:05.844Z Checking serde_spanned v0.6.7
16782024-08-07T07:37:06.021Z Checking num-integer v0.1.46
16792024-08-07T07:37:06.184Z Checking md-5 v0.10.6
16802024-08-07T07:37:06.289Z Checking regex-automata v0.4.6
16812024-08-07T07:37:06.402Z Checking idna v0.3.0
16822024-08-07T07:37:06.500Z Checking hash32 v0.2.1
16832024-08-07T07:37:06.598Z Checking fallible-iterator v0.2.0
16842024-08-07T07:37:06.797Z Checking native-tls v0.2.11
16852024-08-07T07:37:06.812Z Checking anstyle-query v1.0.3
16862024-08-07T07:37:06.931Z Checking dyn-clone v1.0.17
16872024-08-07T07:37:07.061Z Checking pretty-hex v0.4.1
16882024-08-07T07:37:07.106Z Checking base64 v0.22.1
16892024-08-07T07:37:07.211Z Checking stable_deref_trait v1.2.0
16902024-08-07T07:37:07.229Z Checking psl-types v2.0.11
16912024-08-07T07:37:07.232Z Checking gimli v0.28.1
16922024-08-07T07:37:07.314Z Checking is_terminal_polyfill v1.70.0
16932024-08-07T07:37:07.403Z Checking colorchoice v1.0.1
16942024-08-07T07:37:07.429Z Checking publicsuffix v2.2.3
16952024-08-07T07:37:07.522Z Checking anstream v0.6.14
16962024-08-07T07:37:07.558Z Checking tokio-util v0.7.11
16972024-08-07T07:37:07.572Z Checking postgres-protocol v0.6.7
16982024-08-07T07:37:07.654Z Checking tokio-native-tls v0.3.1
16992024-08-07T07:37:07.873Z Checking heapless v0.7.17
17002024-08-07T07:37:07.900Z Checking schemars v0.8.21
17012024-08-07T07:37:07.987Z Checking tokio-rustls v0.24.1
17022024-08-07T07:37:08.246Z Checking terminal_size v0.3.0
17032024-08-07T07:37:08.365Z Checking dtrace-parser v0.2.0
17042024-08-07T07:37:08.421Z Checking syn v2.0.72
17052024-08-07T07:37:08.425Z Checking h2 v0.3.26
17062024-08-07T07:37:08.872Z Checking pkcs8 v0.10.2
17072024-08-07T07:37:08.900Z Checking cookie v0.17.0
17082024-08-07T07:37:09.020Z Checking dof v0.3.0
17092024-08-07T07:37:09.114Z Checking phf_shared v0.11.2
17102024-08-07T07:37:09.301Z Checking signal-hook v0.3.17
17112024-08-07T07:37:09.393Z Checking block-padding v0.3.3
17122024-08-07T07:37:09.570Z Checking scheduled-thread-pool v0.2.7
17132024-08-07T07:37:09.584Z Checking ff v0.13.0
17142024-08-07T07:37:09.614Z Checking thread-id v4.2.1
17152024-08-07T07:37:09.640Z Checking object v0.32.2
17162024-08-07T07:37:09.717Z Checking strsim v0.11.1
17172024-08-07T07:37:09.773Z Checking bitflags v1.3.2
17182024-08-07T07:37:09.792Z Checking ipnet v2.9.0
17192024-08-07T07:37:09.863Z Checking base64 v0.21.7
17202024-08-07T07:37:09.992Z Checking clap_lex v0.7.0
17212024-08-07T07:37:10.238Z Checking either v1.13.0
17222024-08-07T07:37:10.254Z Checking regex-automata v0.1.10
17232024-08-07T07:37:10.306Z Checking base16ct v0.2.0
17242024-08-07T07:37:10.493Z Checking managed v0.8.0
17252024-08-07T07:37:10.592Z Checking bit-vec v0.6.3
17262024-08-07T07:37:10.634Z Checking rustc-demangle v0.1.24
17272024-08-07T07:37:10.856Z Checking matches v0.1.10
17282024-08-07T07:37:10.876Z Checking winnow v0.5.40
17292024-08-07T07:37:10.920Z Checking smoltcp v0.9.1
17302024-08-07T07:37:10.935Z Checking idna v0.2.3
17312024-08-07T07:37:11.062Z Checking regex v1.10.6
17322024-08-07T07:37:11.117Z Checking addr2line v0.21.0
17332024-08-07T07:37:11.624Z Checking bstr v0.2.17
17342024-08-07T07:37:11.642Z Checking sec1 v0.7.3
17352024-08-07T07:37:11.800Z Checking rustls-pemfile v1.0.4
17362024-08-07T07:37:11.989Z Checking clap_builder v4.5.13
17372024-08-07T07:37:12.003Z Checking group v0.13.0
17382024-08-07T07:37:12.344Z Checking r2d2 v0.8.10
17392024-08-07T07:37:12.391Z Checking signal-hook-mio v0.2.3
17402024-08-07T07:37:12.454Z Checking inout v0.1.3
17412024-08-07T07:37:12.527Z Checking ipnetwork v0.20.0
17422024-08-07T07:37:12.552Z Checking phf v0.11.2
17432024-08-07T07:37:12.682Z Checking cookie_store v0.20.0
17442024-08-07T07:37:12.816Z Checking postgres-types v0.2.7
17452024-08-07T07:37:12.886Z Checking num-bigint v0.4.5
17462024-08-07T07:37:13.343Z Checking futures-executor v0.3.30
17472024-08-07T07:37:13.558Z Checking phf_shared v0.10.0
17482024-08-07T07:37:13.561Z Checking hubpack v0.1.2
17492024-08-07T07:37:13.829Z Checking serde_urlencoded v0.7.1
17502024-08-07T07:37:13.888Z Checking hkdf v0.12.4
17512024-08-07T07:37:13.904Z Checking toml_edit v0.19.15
17522024-08-07T07:37:14.090Z Checking float-cmp v0.9.0
17532024-08-07T07:37:14.250Z Checking zerocopy v0.6.6
17542024-08-07T07:37:14.264Z Checking crc32fast v1.4.0
17552024-08-07T07:37:14.465Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17562024-08-07T07:37:14.563Z Checking hyper v0.14.30
17572024-08-07T07:37:14.704Z Checking crossbeam-utils v0.8.19
17582024-08-07T07:37:14.772Z Checking usdt-impl v0.5.0
17592024-08-07T07:37:14.979Z Checking crypto-bigint v0.5.5
17602024-08-07T07:37:14.982Z Checking memmap v0.7.0
17612024-08-07T07:37:15.195Z Checking encoding_rs v0.8.34
17622024-08-07T07:37:15.304Z Checking sync_wrapper v0.1.2
17632024-08-07T07:37:15.380Z Checking normalize-line-endings v0.3.0
17642024-08-07T07:37:15.412Z Checking static_assertions v1.1.0
17652024-08-07T07:37:15.434Z Checking fixedbitset v0.4.2
17662024-08-07T07:37:15.489Z Checking unicode-width v0.1.13
17672024-08-07T07:37:15.502Z Checking difflib v0.4.0
17682024-08-07T07:37:15.666Z Checking data-encoding v2.6.0
17692024-08-07T07:37:15.682Z Checking unicode-segmentation v1.11.0
17702024-08-07T07:37:15.697Z Checking backtrace v0.3.71
17712024-08-07T07:37:15.805Z Checking webpki-roots v0.25.4
17722024-08-07T07:37:15.965Z Checking new_debug_unreachable v1.0.6
17732024-08-07T07:37:16.055Z Checking predicates-core v1.0.6
17742024-08-07T07:37:16.228Z Checking whoami v1.5.1
17752024-08-07T07:37:16.243Z Checking precomputed-hash v0.1.1
17762024-08-07T07:37:16.285Z Checking winnow v0.6.18
17772024-08-07T07:37:16.288Z Checking minimal-lexical v0.2.1
17782024-08-07T07:37:16.321Z Checking mime v0.3.17
17792024-08-07T07:37:16.345Z Checking string_cache v0.8.7
17802024-08-07T07:37:16.498Z Checking tokio-postgres v0.7.11
17812024-08-07T07:37:16.610Z Checking similar v2.5.0
17822024-08-07T07:37:16.644Z Checking toml v0.7.8
17832024-08-07T07:37:16.695Z Checking nom v7.1.3
17842024-08-07T07:37:17.420Z Checking trust-dns-proto v0.22.0
17852024-08-07T07:37:17.454Z Checking anyhow v1.0.86
17862024-08-07T07:37:17.520Z Checking predicates v3.1.2
17872024-08-07T07:37:17.715Z Checking elliptic-curve v0.13.8
17882024-08-07T07:37:17.831Z Checking petgraph v0.6.5
17892024-08-07T07:37:18.206Z Checking console v0.15.8
17902024-08-07T07:37:18.402Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17912024-08-07T07:37:18.782Z Checking yasna v0.5.2
17922024-08-07T07:37:19.226Z Checking toml_edit v0.22.20
17932024-08-07T07:37:19.482Z Checking crossbeam-epoch v0.9.18
17942024-08-07T07:37:19.535Z Checking usdt v0.5.0
17952024-08-07T07:37:19.648Z Checking clap v4.5.13
17962024-08-07T07:37:19.763Z Checking diesel v2.1.6
17972024-08-07T07:37:19.790Z Checking flate2 v1.0.31
17982024-08-07T07:37:19.909Z Checking futures v0.3.30
17992024-08-07T07:37:20.020Z Checking cipher v0.4.4
18002024-08-07T07:37:20.415Z Checking crossterm v0.27.0
18012024-08-07T07:37:20.444Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022024-08-07T07:37:20.469Z Checking bit-set v0.5.3
18032024-08-07T07:37:20.716Z Checking bstr v1.9.1
18042024-08-07T07:37:20.746Z Checking hyper-rustls v0.24.2
18052024-08-07T07:37:21.045Z Checking hyper-tls v0.5.0
18062024-08-07T07:37:21.183Z Checking itertools v0.12.1
18072024-08-07T07:37:21.326Z Checking reqwest v0.11.27
18082024-08-07T07:37:21.329Z Checking itertools v0.10.5
18092024-08-07T07:37:21.626Z Checking tokio-stream v0.1.15
18102024-08-07T07:37:21.815Z Checking fs-err v2.11.0
18112024-08-07T07:37:22.154Z Checking num-iter v0.1.45
18122024-08-07T07:37:22.329Z Checking openapiv3 v2.0.0
18132024-08-07T07:37:22.387Z Checking slog v2.7.0
18142024-08-07T07:37:22.431Z Checking semver v1.0.23
18152024-08-07T07:37:22.853Z Checking hex v0.4.3
18162024-08-07T07:37:22.878Z Checking peg-runtime v0.8.3
18172024-08-07T07:37:22.907Z Checking lalrpop-util v0.19.12
18182024-08-07T07:37:23.101Z Checking camino v1.1.7
18192024-08-07T07:37:23.187Z Checking sigpipe v0.1.3
18202024-08-07T07:37:39.838Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18212024-08-07T07:37:40.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.97s
18222024-08-07T07:37:40.266Z
18232024-08-07T07:37:40.266Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18242024-08-07T07:37:40.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252024-08-07T07:37:40.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262024-08-07T07:37:40.925Z Compiling regress v0.9.1
18272024-08-07T07:37:41.015Z Checking sha1 v0.10.6
18282024-08-07T07:37:41.026Z Checking strum v0.26.3
18292024-08-07T07:37:41.035Z Checking heck v0.5.0
18302024-08-07T07:37:41.056Z Compiling getopts v0.2.21
18312024-08-07T07:37:41.059Z Checking dirs-sys-next v0.1.2
18322024-08-07T07:37:41.082Z Compiling unsafe-libyaml v0.2.11
18332024-08-07T07:37:41.206Z Checking http v1.1.0
18342024-08-07T07:37:41.223Z Checking dirs-next v2.0.0
18352024-08-07T07:37:41.252Z Checking thread_local v1.1.8
18362024-08-07T07:37:41.344Z Compiling ident_case v1.0.1
18372024-08-07T07:37:41.449Z Checking rustls-pki-types v1.7.0
18382024-08-07T07:37:41.501Z Compiling darling_core v0.20.9
18392024-08-07T07:37:41.507Z Checking term v0.7.0
18402024-08-07T07:37:41.896Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18412024-08-07T07:37:41.962Z Checking crossbeam-channel v0.5.12
18422024-08-07T07:37:41.965Z Checking atty v0.2.14
18432024-08-07T07:37:42.084Z Checking is-terminal v0.4.12
18442024-08-07T07:37:42.200Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18452024-08-07T07:37:42.215Z Checking termcolor v1.4.1
18462024-08-07T07:37:42.544Z Compiling serde_yaml v0.9.34+deprecated
18472024-08-07T07:37:42.547Z Checking take_mut v0.2.2
18482024-08-07T07:37:42.608Z Compiling paste v1.0.15
18492024-08-07T07:37:42.683Z Checking humantime v2.1.0
18502024-08-07T07:37:42.697Z Checking utf-8 v0.7.6
18512024-08-07T07:37:42.895Z Compiling rustls v0.22.4
18522024-08-07T07:37:42.961Z Checking env_logger v0.9.3
18532024-08-07T07:37:42.994Z Checking slog-async v2.8.0
18542024-08-07T07:37:43.219Z Checking slog-term v2.9.1
18552024-08-07T07:37:43.238Z Checking rustls-webpki v0.102.4
18562024-08-07T07:37:43.272Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18572024-08-07T07:37:43.416Z Compiling proc-macro-crate v1.3.1
18582024-08-07T07:37:43.617Z Compiling bitstruct_derive v0.1.0
18592024-08-07T07:37:43.702Z Compiling structmeta-derive v0.3.0
18602024-08-07T07:37:44.027Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18612024-08-07T07:37:44.153Z Compiling multer v3.1.0
18622024-08-07T07:37:44.447Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18632024-08-07T07:37:44.463Z Checking ascii v1.1.0
18642024-08-07T07:37:44.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18652024-08-07T07:37:44.856Z Checking match_cfg v0.1.0
18662024-08-07T07:37:44.944Z Checking hostname v0.3.1
18672024-08-07T07:37:44.986Z Checking bitstruct v0.1.1
18682024-08-07T07:37:45.076Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18692024-08-07T07:37:45.118Z Compiling num_enum_derive v0.5.11
18702024-08-07T07:37:46.068Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-08-07T07:37:46.225Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-08-07T07:37:46.634Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-08-07T07:37:46.657Z Compiling structmeta v0.3.0
18742024-08-07T07:37:46.864Z Checking slog-json v2.6.1
18752024-08-07T07:37:46.920Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18762024-08-07T07:37:47.094Z Checking erased-serde v0.3.31
18772024-08-07T07:37:47.114Z Checking serde_arrays v0.1.0
18782024-08-07T07:37:47.177Z Compiling async-stream-impl v0.3.5
18792024-08-07T07:37:47.260Z Compiling foreign-types-macros v0.2.3
18802024-08-07T07:37:47.665Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18812024-08-07T07:37:47.735Z Checking foreign-types-shared v0.3.1
18822024-08-07T07:37:47.843Z Checking arc-swap v1.7.1
18832024-08-07T07:37:47.985Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18842024-08-07T07:37:48.196Z Checking atomic-waker v1.1.2
18852024-08-07T07:37:48.329Z Checking slog-scope v4.4.0
18862024-08-07T07:37:48.344Z Checking waitgroup v0.1.2
18872024-08-07T07:37:48.355Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18882024-08-07T07:37:48.494Z Compiling darling_macro v0.20.9
18892024-08-07T07:37:48.528Z Checking num_enum v0.5.11
18902024-08-07T07:37:48.543Z Checking slog-bunyan v2.5.0
18912024-08-07T07:37:48.596Z Checking foreign-types v0.5.0
18922024-08-07T07:37:48.635Z Checking async-stream v0.3.5
18932024-08-07T07:37:48.669Z Compiling parse-display-derive v0.9.1
18942024-08-07T07:37:48.685Z Compiling proc-macro-error v1.0.4
18952024-08-07T07:37:48.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18962024-08-07T07:37:49.090Z Checking toml v0.8.19
18972024-08-07T07:37:49.230Z Checking tungstenite v0.20.1
18982024-08-07T07:37:49.345Z Checking rustls-pemfile v2.1.3
18992024-08-07T07:37:49.441Z Compiling darling v0.20.9
19002024-08-07T07:37:49.560Z Compiling serde_with_macros v3.8.3
19012024-08-07T07:37:49.576Z Compiling heck v0.3.3
19022024-08-07T07:37:49.732Z Checking tokio-rustls v0.25.0
19032024-08-07T07:37:49.799Z Checking newtype-uuid v1.1.0
19042024-08-07T07:37:49.997Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19052024-08-07T07:37:50.044Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19062024-08-07T07:37:50.103Z Checking serde_path_to_error v0.1.16
19072024-08-07T07:37:50.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19082024-08-07T07:37:50.744Z Checking hostname v0.4.0
19092024-08-07T07:37:50.854Z Checking cstr-argument v0.1.2
19102024-08-07T07:37:50.887Z Checking instant v0.1.12
19112024-08-07T07:37:50.890Z Checking debug-ignore v1.0.5
19122024-08-07T07:37:51.010Z Checking fastrand v2.1.0
19132024-08-07T07:37:51.026Z Checking pretty-hex v0.2.1
19142024-08-07T07:37:51.026Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19152024-08-07T07:37:51.185Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19162024-08-07T07:37:51.321Z Checking tempfile v3.10.1
19172024-08-07T07:37:51.359Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19182024-08-07T07:37:51.452Z Checking backoff v0.4.0
19192024-08-07T07:37:51.661Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19202024-08-07T07:37:51.738Z Checking tokio-tungstenite v0.20.1
19212024-08-07T07:37:51.806Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19222024-08-07T07:37:51.823Z Compiling zone_cfg_derive v0.1.2
19232024-08-07T07:37:52.031Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19242024-08-07T07:37:52.217Z Checking slog-stdlog v4.1.1
19252024-08-07T07:37:52.387Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19262024-08-07T07:37:52.452Z Checking serde_with v3.8.3
19272024-08-07T07:37:52.530Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19282024-08-07T07:37:52.788Z Checking tungstenite v0.21.0
19292024-08-07T07:37:52.849Z Checking colored v2.1.0
19302024-08-07T07:37:53.164Z Checking macaddr v1.0.1
19312024-08-07T07:37:53.363Z Checking socket2 v0.4.10
19322024-08-07T07:37:53.407Z Checking parse-display v0.9.1
19332024-08-07T07:37:53.489Z Checking base64 v0.13.1
19342024-08-07T07:37:53.646Z Checking zone v0.1.8
19352024-08-07T07:37:53.754Z Checking tokio-tungstenite v0.21.0
19362024-08-07T07:37:53.907Z Checking ron v0.7.1
19372024-08-07T07:37:54.228Z Checking slog-envlogger v2.2.0
19382024-08-07T07:37:54.298Z Checking pem v3.0.4
19392024-08-07T07:37:54.437Z Checking tabwriter v1.4.0
19402024-08-07T07:37:54.554Z Checking xattr v1.3.1
19412024-08-07T07:37:54.659Z Checking portpicker v0.1.1
19422024-08-07T07:37:54.745Z Checking headers-core v0.2.0
19432024-08-07T07:37:54.800Z Checking smf v0.2.3
19442024-08-07T07:37:54.884Z Checking filetime v0.2.23
19452024-08-07T07:37:55.060Z Checking same-file v1.0.6
19462024-08-07T07:37:55.087Z Checking tar v0.4.41
19472024-08-07T07:37:55.231Z Checking walkdir v2.5.0
19482024-08-07T07:37:55.251Z Checking headers v0.3.9
19492024-08-07T07:37:55.486Z Checking rcgen v0.12.1
19502024-08-07T07:37:55.500Z Checking camino-tempfile v1.1.1
19512024-08-07T07:37:55.766Z Checking atomicwrites v0.4.3
19522024-08-07T07:37:55.779Z Checking subprocess v0.2.9
19532024-08-07T07:37:57.163Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-08-07T07:37:57.357Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19552024-08-07T07:37:59.100Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19562024-08-07T07:38:00.974Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19572024-08-07T07:38:01.042Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19582024-08-07T07:38:04.161Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19592024-08-07T07:38:09.925Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19602024-08-07T07:38:10.052Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19612024-08-07T07:38:10.052Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-08-07T07:38:12.509Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19632024-08-07T07:38:12.909Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19642024-08-07T07:38:18.467Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19652024-08-07T07:38:19.832Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19662024-08-07T07:38:20.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s
19672024-08-07T07:38:21.067Z
19682024-08-07T07:38:21.067Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19692024-08-07T07:38:21.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702024-08-07T07:38:21.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712024-08-07T07:38:21.727Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19722024-08-07T07:38:22.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
19732024-08-07T07:38:23.118Z
19742024-08-07T07:38:23.118Zinfo: running `cargo check --bins` on nexus-config (31/147)
19752024-08-07T07:38:23.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762024-08-07T07:38:23.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772024-08-07T07:38:23.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782024-08-07T07:38:23.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19792024-08-07T07:38:23.731Z
19802024-08-07T07:38:23.731Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19812024-08-07T07:38:24.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822024-08-07T07:38:24.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832024-08-07T07:38:24.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842024-08-07T07:38:24.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19852024-08-07T07:38:24.322Z
19862024-08-07T07:38:24.322Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19872024-08-07T07:38:24.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882024-08-07T07:38:24.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892024-08-07T07:38:24.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902024-08-07T07:38:24.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19912024-08-07T07:38:24.941Z
19922024-08-07T07:38:24.941Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19932024-08-07T07:38:25.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942024-08-07T07:38:25.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952024-08-07T07:38:25.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962024-08-07T07:38:25.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19972024-08-07T07:38:25.562Z
19982024-08-07T07:38:25.562Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19992024-08-07T07:38:26.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-07T07:38:26.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-07T07:38:26.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022024-08-07T07:38:26.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20032024-08-07T07:38:26.157Z
20042024-08-07T07:38:26.157Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
20052024-08-07T07:38:26.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-07T07:38:26.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-07T07:38:26.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082024-08-07T07:38:26.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20092024-08-07T07:38:26.797Z
20102024-08-07T07:38:26.797Zinfo: running `cargo check --bins` on dns-service-client (37/147)
20112024-08-07T07:38:27.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-07T07:38:27.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-07T07:38:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-07T07:38:27.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20152024-08-07T07:38:27.392Z
20162024-08-07T07:38:27.392Zinfo: running `cargo check --bins` on dpd-client (38/147)
20172024-08-07T07:38:27.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-07T07:38:27.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-07T07:38:27.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202024-08-07T07:38:27.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20212024-08-07T07:38:27.996Z
20222024-08-07T07:38:27.996Zinfo: running `cargo check --bins` on gateway-client (39/147)
20232024-08-07T07:38:28.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242024-08-07T07:38:28.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252024-08-07T07:38:28.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262024-08-07T07:38:28.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20272024-08-07T07:38:28.583Z
20282024-08-07T07:38:28.583Zinfo: running `cargo check --bins` on installinator-client (40/147)
20292024-08-07T07:38:29.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302024-08-07T07:38:29.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312024-08-07T07:38:29.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322024-08-07T07:38:29.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20332024-08-07T07:38:29.227Z
20342024-08-07T07:38:29.227Zinfo: running `cargo check --bins` on installinator-common (41/147)
20352024-08-07T07:38:29.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362024-08-07T07:38:29.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372024-08-07T07:38:29.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382024-08-07T07:38:29.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20392024-08-07T07:38:29.864Z
20402024-08-07T07:38:29.864Zinfo: running `cargo check --bins` on update-engine (42/147)
20412024-08-07T07:38:30.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422024-08-07T07:38:30.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432024-08-07T07:38:30.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442024-08-07T07:38:30.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20452024-08-07T07:38:30.473Z
20462024-08-07T07:38:30.473Zinfo: running `cargo check --bins` on nexus-client (43/147)
20472024-08-07T07:38:31.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-07T07:38:31.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-07T07:38:31.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-07T07:38:31.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20512024-08-07T07:38:31.109Z
20522024-08-07T07:38:31.109Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20532024-08-07T07:38:31.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-07T07:38:31.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-07T07:38:31.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-07T07:38:31.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20572024-08-07T07:38:31.740Z
20582024-08-07T07:38:31.740Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20592024-08-07T07:38:32.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-07T07:38:32.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-07T07:38:32.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-07T07:38:32.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20632024-08-07T07:38:32.342Z
20642024-08-07T07:38:32.342Zinfo: running `cargo check --bins` on nexus-types (46/147)
20652024-08-07T07:38:32.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-07T07:38:32.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-07T07:38:32.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-07T07:38:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20692024-08-07T07:38:32.977Z
20702024-08-07T07:38:32.977Zinfo: running `cargo check --bins` on oxide-client (47/147)
20712024-08-07T07:38:33.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-07T07:38:33.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-07T07:38:33.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742024-08-07T07:38:33.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20752024-08-07T07:38:33.572Z
20762024-08-07T07:38:33.572Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20772024-08-07T07:38:34.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-08-07T07:38:34.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-08-07T07:38:34.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802024-08-07T07:38:34.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20812024-08-07T07:38:34.189Z
20822024-08-07T07:38:34.189Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20832024-08-07T07:38:34.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842024-08-07T07:38:34.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852024-08-07T07:38:34.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862024-08-07T07:38:34.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20872024-08-07T07:38:34.815Z
20882024-08-07T07:38:34.815Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20892024-08-07T07:38:35.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-08-07T07:38:35.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-08-07T07:38:35.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-08-07T07:38:35.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20932024-08-07T07:38:35.450Z
20942024-08-07T07:38:35.450Zinfo: running `cargo check --bins` on wicket-common (51/147)
20952024-08-07T07:38:36.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-08-07T07:38:36.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-08-07T07:38:36.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-08-07T07:38:36.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20992024-08-07T07:38:36.083Z
21002024-08-07T07:38:36.083Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
21012024-08-07T07:38:36.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-08-07T07:38:36.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-08-07T07:38:36.719Z Compiling heapless v0.8.0
21042024-08-07T07:38:36.806Z Checking hash32 v0.3.1
21052024-08-07T07:38:36.808Z Compiling smoltcp v0.11.0
21062024-08-07T07:38:36.826Z Checking cobs v0.2.3
21072024-08-07T07:38:36.829Z Checking embedded-io v0.4.0
21082024-08-07T07:38:36.847Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21092024-08-07T07:38:36.850Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21102024-08-07T07:38:36.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21112024-08-07T07:38:36.954Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21122024-08-07T07:38:36.985Z Compiling crucible-workspace-hack v0.1.0
21132024-08-07T07:38:36.989Z Checking csv-core v0.1.11
21142024-08-07T07:38:37.012Z Checking postcard v1.0.8
21152024-08-07T07:38:37.195Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21162024-08-07T07:38:37.314Z Checking csv v1.3.0
21172024-08-07T07:38:37.393Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21182024-08-07T07:38:37.407Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21192024-08-07T07:38:37.539Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21202024-08-07T07:38:37.678Z Compiling num-derive v0.4.2
21212024-08-07T07:38:37.752Z Compiling slog-dtrace v0.3.0
21222024-08-07T07:38:37.766Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21232024-08-07T07:38:37.828Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21242024-08-07T07:38:38.102Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21252024-08-07T07:38:38.140Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21262024-08-07T07:38:38.627Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21272024-08-07T07:38:38.757Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21282024-08-07T07:38:39.344Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21292024-08-07T07:38:40.424Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21302024-08-07T07:38:41.271Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21312024-08-07T07:38:42.328Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21322024-08-07T07:38:45.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
21332024-08-07T07:38:45.157Z
21342024-08-07T07:38:45.157Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21352024-08-07T07:38:45.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-08-07T07:38:45.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-08-07T07:38:45.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-08-07T07:38:45.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21392024-08-07T07:38:45.772Z
21402024-08-07T07:38:45.772Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21412024-08-07T07:38:46.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-08-07T07:38:46.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-08-07T07:38:46.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-08-07T07:38:46.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21452024-08-07T07:38:46.387Z
21462024-08-07T07:38:46.387Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21472024-08-07T07:38:47.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-08-07T07:38:47.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-08-07T07:38:47.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502024-08-07T07:38:47.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21512024-08-07T07:38:47.112Z
21522024-08-07T07:38:47.112Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21532024-08-07T07:38:47.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-08-07T07:38:47.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-08-07T07:38:47.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-08-07T07:38:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21572024-08-07T07:38:47.835Z
21582024-08-07T07:38:47.835Zinfo: running `cargo check --bins` on dns-server (57/147)
21592024-08-07T07:38:48.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-08-07T07:38:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-08-07T07:38:48.454Z Compiling parking_lot_core v0.8.6
21622024-08-07T07:38:48.456Z Checking nibble_vec v0.1.0
21632024-08-07T07:38:48.544Z Checking endian-type v0.1.2
21642024-08-07T07:38:48.550Z Checking newline-converter v0.3.0
21652024-08-07T07:38:48.553Z Checking linked-hash-map v0.5.6
21662024-08-07T07:38:48.553Z Checking quick-error v1.2.3
21672024-08-07T07:38:48.553Z Checking fxhash v0.2.1
21682024-08-07T07:38:48.553Z Checking toml v0.5.11
21692024-08-07T07:38:48.668Z Checking resolv-conf v0.7.0
21702024-08-07T07:38:48.682Z Checking expectorate v1.1.0
21712024-08-07T07:38:48.697Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21722024-08-07T07:38:48.715Z Checking radix_trie v0.2.1
21732024-08-07T07:38:48.826Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21742024-08-07T07:38:48.850Z Checking lru-cache v0.1.2
21752024-08-07T07:38:49.000Z Checking trust-dns-resolver v0.22.0
21762024-08-07T07:38:49.097Z Checking trust-dns-client v0.22.0
21772024-08-07T07:38:49.247Z Checking parking_lot v0.11.2
21782024-08-07T07:38:49.577Z Checking sled v0.34.7
21792024-08-07T07:38:49.928Z Checking trust-dns-server v0.22.1
21802024-08-07T07:38:51.466Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21812024-08-07T07:38:52.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
21822024-08-07T07:38:52.663Z
21832024-08-07T07:38:52.663Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21842024-08-07T07:38:53.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-08-07T07:38:53.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-08-07T07:38:53.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-08-07T07:38:53.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21882024-08-07T07:38:53.287Z
21892024-08-07T07:38:53.287Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21902024-08-07T07:38:53.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-08-07T07:38:53.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-08-07T07:38:53.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-08-07T07:38:53.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21942024-08-07T07:38:53.951Z
21952024-08-07T07:38:53.951Zinfo: running `cargo check --bins` on gateway-types (60/147)
21962024-08-07T07:38:54.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-08-07T07:38:54.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-08-07T07:38:54.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-08-07T07:38:54.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22002024-08-07T07:38:54.584Z
22012024-08-07T07:38:54.584Zinfo: running `cargo check --bins` on ipcc (61/147)
22022024-08-07T07:38:55.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-08-07T07:38:55.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-08-07T07:38:55.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-08-07T07:38:55.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22062024-08-07T07:38:55.200Z
22072024-08-07T07:38:55.200Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
22082024-08-07T07:38:55.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-08-07T07:38:55.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-08-07T07:38:55.871Z Compiling radium v0.7.0
22112024-08-07T07:38:55.960Z Compiling maybe-uninit v2.0.0
22122024-08-07T07:38:55.960Z Checking tap v1.0.1
22132024-08-07T07:38:55.975Z Compiling bzip2-sys v0.1.11+1.0.8
22142024-08-07T07:38:55.978Z Checking crc-catalog v2.4.0
22152024-08-07T07:38:55.978Z Checking funty v2.0.0
22162024-08-07T07:38:55.985Z Compiling num-bigint-dig v0.8.4
22172024-08-07T07:38:55.988Z Compiling packed_struct v0.10.1
22182024-08-07T07:38:56.120Z Checking crc v3.2.1
22192024-08-07T07:38:56.328Z Compiling packed_struct_codegen v0.10.1
22202024-08-07T07:38:56.417Z Checking wyz v0.5.1
22212024-08-07T07:38:56.485Z Checking half v2.4.1
22222024-08-07T07:38:56.538Z Compiling indexmap v1.9.3
22232024-08-07T07:38:56.583Z Checking ciborium-io v0.2.2
22242024-08-07T07:38:56.699Z Checking nodrop v0.1.14
22252024-08-07T07:38:56.735Z Checking smallvec v0.6.14
22262024-08-07T07:38:56.811Z Checking array-init v0.0.4
22272024-08-07T07:38:56.871Z Checking pkcs1 v0.7.5
22282024-08-07T07:38:56.903Z Checking bitvec v1.0.1
22292024-08-07T07:38:56.927Z Checking ciborium-ll v0.2.2
22302024-08-07T07:38:57.144Z Checking signature v2.2.0
22312024-08-07T07:38:57.213Z Compiling memoffset v0.9.1
22322024-08-07T07:38:57.240Z Checking bitfield v0.14.0
22332024-08-07T07:38:57.254Z Checking hashbrown v0.12.3
22342024-08-07T07:38:57.326Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22352024-08-07T07:38:57.510Z Checking env_logger v0.10.2
22362024-08-07T07:38:57.649Z Checking bzip2 v0.4.4
22372024-08-07T07:38:57.662Z Checking ciborium v0.2.2
22382024-08-07T07:38:57.809Z Checking serde-hex v0.1.0
22392024-08-07T07:38:57.916Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402024-08-07T07:38:57.945Z Checking ron v0.8.1
22412024-08-07T07:38:58.178Z Checking x509-cert v0.2.5
22422024-08-07T07:38:58.627Z Checking hashbrown v0.13.2
22432024-08-07T07:38:58.881Z Checking rsa v0.9.6
22442024-08-07T07:38:58.950Z Checking crc-any v2.5.0
22452024-08-07T07:38:59.278Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22462024-08-07T07:38:59.324Z Checking zip v0.6.6
22472024-08-07T07:38:59.633Z Checking object v0.30.4
22482024-08-07T07:38:59.646Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22492024-08-07T07:38:59.687Z Checking path-slash v0.1.5
22502024-08-07T07:38:59.722Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22512024-08-07T07:38:59.818Z Checking nix v0.27.1
22522024-08-07T07:38:59.896Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22532024-08-07T07:38:59.958Z Checking serde-big-array v0.5.1
22542024-08-07T07:39:00.008Z Checking signal-hook-tokio v0.3.1
22552024-08-07T07:39:01.790Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22562024-08-07T07:39:02.476Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22572024-08-07T07:39:09.075Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22582024-08-07T07:39:10.300Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22592024-08-07T07:39:11.998Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22602024-08-07T07:39:13.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.55s
22612024-08-07T07:39:13.920Z
22622024-08-07T07:39:13.920Zinfo: running `cargo check --bins` on gateway-api (63/147)
22632024-08-07T07:39:14.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-08-07T07:39:14.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-08-07T07:39:14.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662024-08-07T07:39:14.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22672024-08-07T07:39:14.535Z
22682024-08-07T07:39:14.536Zinfo: running `cargo check --bins` on sp-sim (64/147)
22692024-08-07T07:39:15.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-08-07T07:39:15.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-08-07T07:39:15.155Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22722024-08-07T07:39:16.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
22732024-08-07T07:39:16.915Z
22742024-08-07T07:39:16.915Zinfo: running `cargo check --bins` on internal-dns (65/147)
22752024-08-07T07:39:17.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762024-08-07T07:39:17.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772024-08-07T07:39:17.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782024-08-07T07:39:17.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22792024-08-07T07:39:17.537Z
22802024-08-07T07:39:17.537Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22812024-08-07T07:39:18.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822024-08-07T07:39:18.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832024-08-07T07:39:18.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842024-08-07T07:39:18.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22852024-08-07T07:39:18.203Z
22862024-08-07T07:39:18.203Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22872024-08-07T07:39:18.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882024-08-07T07:39:18.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892024-08-07T07:39:18.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902024-08-07T07:39:18.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22912024-08-07T07:39:18.867Z
22922024-08-07T07:39:18.867Zinfo: running `cargo check --bins` on db-macros (68/147)
22932024-08-07T07:39:19.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-08-07T07:39:19.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-08-07T07:39:19.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-08-07T07:39:19.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22972024-08-07T07:39:19.463Z
22982024-08-07T07:39:19.463Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22992024-08-07T07:39:19.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-08-07T07:39:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-08-07T07:39:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-08-07T07:39:19.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23032024-08-07T07:39:20.047Z
23042024-08-07T07:39:20.047Zinfo: running `cargo check --bins` on nexus-auth (70/147)
23052024-08-07T07:39:20.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-08-07T07:39:20.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-08-07T07:39:20.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23082024-08-07T07:39:20.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23092024-08-07T07:39:20.695Z
23102024-08-07T07:39:20.696Zinfo: running `cargo check --bins` on authz-macros (71/147)
23112024-08-07T07:39:21.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-08-07T07:39:21.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-08-07T07:39:21.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-08-07T07:39:21.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23152024-08-07T07:39:21.287Z
23162024-08-07T07:39:21.287Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23172024-08-07T07:39:21.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-08-07T07:39:21.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-08-07T07:39:21.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-08-07T07:39:21.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23212024-08-07T07:39:21.921Z
23222024-08-07T07:39:21.921Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23232024-08-07T07:39:22.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-07T07:39:22.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-07T07:39:22.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-08-07T07:39:22.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23272024-08-07T07:39:22.552Z
23282024-08-07T07:39:22.552Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23292024-08-07T07:39:23.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-08-07T07:39:23.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-08-07T07:39:23.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-08-07T07:39:23.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23332024-08-07T07:39:23.170Z
23342024-08-07T07:39:23.170Zinfo: running `cargo check --bins` on oximeter (75/147)
23352024-08-07T07:39:23.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-08-07T07:39:23.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-08-07T07:39:23.793Z Compiling rustls-pki-types v1.7.0
23382024-08-07T07:39:23.880Z Compiling prettyplease v0.2.20
23392024-08-07T07:39:23.880Z Compiling match_cfg v0.1.0
23402024-08-07T07:39:23.896Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23412024-08-07T07:39:23.899Z Compiling slog-json v2.6.1
23422024-08-07T07:39:23.899Z Compiling http v1.1.0
23432024-08-07T07:39:23.930Z Compiling atomic-waker v1.1.2
23442024-08-07T07:39:23.944Z Compiling hostname v0.3.1
23452024-08-07T07:39:23.959Z Compiling async-stream v0.3.5
23462024-08-07T07:39:24.109Z Compiling waitgroup v0.1.2
23472024-08-07T07:39:24.157Z Compiling slog-bunyan v2.5.0
23482024-08-07T07:39:25.183Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23492024-08-07T07:39:25.185Z Compiling toml v0.8.19
23502024-08-07T07:39:25.185Z Compiling rustls-webpki v0.102.4
23512024-08-07T07:39:25.185Z Compiling rustls-pemfile v2.1.3
23522024-08-07T07:39:25.185Z Compiling sha1 v0.10.6
23532024-08-07T07:39:25.185Z Compiling newtype-uuid v1.1.0
23542024-08-07T07:39:25.186Z Compiling serde_path_to_error v0.1.16
23552024-08-07T07:39:25.186Z Compiling hostname v0.4.0
23562024-08-07T07:39:25.186Z Compiling instant v0.1.12
23572024-08-07T07:39:25.186Z Compiling debug-ignore v1.0.5
23582024-08-07T07:39:25.186Z Compiling backoff v0.4.0
23592024-08-07T07:39:25.186Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23602024-08-07T07:39:25.186Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23612024-08-07T07:39:25.186Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622024-08-07T07:39:25.186Z Compiling parse-display v0.9.1
23632024-08-07T07:39:25.186Z Compiling rustls v0.22.4
23642024-08-07T07:39:25.186Z Compiling serde_with v3.8.3
23652024-08-07T07:39:25.202Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23662024-08-07T07:39:25.736Z Compiling multer v3.1.0
23672024-08-07T07:39:25.994Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23682024-08-07T07:39:26.166Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23692024-08-07T07:39:26.364Z Compiling num-rational v0.4.2
23702024-08-07T07:39:26.381Z Compiling num-complex v0.4.6
23712024-08-07T07:39:26.384Z Compiling macaddr v1.0.1
23722024-08-07T07:39:27.441Z Compiling num v0.4.3
23732024-08-07T07:39:27.516Z Compiling float-ord v0.3.2
23742024-08-07T07:39:28.601Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23752024-08-07T07:39:29.040Z Compiling tokio-rustls v0.25.0
23762024-08-07T07:39:29.284Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23772024-08-07T07:39:32.614Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23782024-08-07T07:39:43.798Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23792024-08-07T07:39:46.860Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23802024-08-07T07:39:47.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.28s
23812024-08-07T07:39:47.606Z
23822024-08-07T07:39:47.606Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23832024-08-07T07:39:48.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-08-07T07:39:48.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-08-07T07:39:48.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-08-07T07:39:48.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23872024-08-07T07:39:48.252Z
23882024-08-07T07:39:48.252Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23892024-08-07T07:39:48.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-08-07T07:39:48.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-08-07T07:39:48.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-08-07T07:39:48.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23932024-08-07T07:39:48.851Z
23942024-08-07T07:39:48.851Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23952024-08-07T07:39:49.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-08-07T07:39:49.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-08-07T07:39:49.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-08-07T07:39:49.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23992024-08-07T07:39:49.463Z
24002024-08-07T07:39:49.463Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
24012024-08-07T07:39:50.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-08-07T07:39:50.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-08-07T07:39:50.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-08-07T07:39:50.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24052024-08-07T07:39:50.102Z
24062024-08-07T07:39:50.102Zinfo: running `cargo check --bins` on typed-rng (80/147)
24072024-08-07T07:39:50.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-08-07T07:39:50.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-08-07T07:39:50.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-08-07T07:39:50.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24112024-08-07T07:39:50.689Z
24122024-08-07T07:39:50.689Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
24132024-08-07T07:39:51.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-08-07T07:39:51.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-08-07T07:39:51.410Z Checking password-hash v0.5.0
24162024-08-07T07:39:51.410Z Checking blake2 v0.10.6
24172024-08-07T07:39:51.413Z Compiling semver v0.1.20
24182024-08-07T07:39:51.413Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24192024-08-07T07:39:51.519Z Compiling convert_case v0.4.0
24202024-08-07T07:39:51.522Z Compiling rayon-core v1.12.1
24212024-08-07T07:39:51.551Z Compiling crossbeam-deque v0.8.5
24222024-08-07T07:39:51.555Z Compiling unicase v2.7.0
24232024-08-07T07:39:51.808Z Compiling rustc_version v0.1.7
24242024-08-07T07:39:51.879Z Compiling libefi-sys v0.1.0
24252024-08-07T07:39:51.892Z Compiling fastrand v2.1.0
24262024-08-07T07:39:51.911Z Compiling same-file v1.0.6
24272024-08-07T07:39:51.951Z Checking argon2 v0.5.3
24282024-08-07T07:39:52.122Z Compiling walkdir v2.5.0
24292024-08-07T07:39:52.214Z Compiling tempfile v3.10.1
24302024-08-07T07:39:52.290Z Compiling newtype_derive v0.1.6
24312024-08-07T07:39:52.385Z Compiling curve25519-dalek v4.1.3
24322024-08-07T07:39:52.420Z Compiling derive-where v1.2.7
24332024-08-07T07:39:52.459Z Compiling derive_more v0.99.18
24342024-08-07T07:39:52.635Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24352024-08-07T07:39:52.668Z Compiling bitfield-struct v0.6.1
24362024-08-07T07:39:52.887Z Compiling blake3 v1.5.1
24372024-08-07T07:39:52.905Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24382024-08-07T07:39:53.034Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24392024-08-07T07:39:53.071Z Compiling ring v0.16.20
24402024-08-07T07:39:53.411Z Checking keccak v0.1.5
24412024-08-07T07:39:53.749Z Checking sha3 v0.10.8
24422024-08-07T07:39:54.022Z Compiling rayon v1.10.0
24432024-08-07T07:39:54.155Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24442024-08-07T07:39:54.171Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452024-08-07T07:39:54.258Z Checking universal-hash v0.5.1
24462024-08-07T07:39:54.445Z Compiling thiserror-impl-no-std v2.0.2
24472024-08-07T07:39:54.461Z Checking secrecy v0.8.0
24482024-08-07T07:39:54.531Z Compiling curve25519-dalek-derive v0.1.1
24492024-08-07T07:39:54.675Z Compiling memmap2 v0.9.4
24502024-08-07T07:39:54.752Z Compiling arrayvec v0.7.4
24512024-08-07T07:39:55.146Z Compiling arrayref v0.3.7
24522024-08-07T07:39:55.170Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24532024-08-07T07:39:55.247Z Compiling untrusted v0.7.1
24542024-08-07T07:39:55.278Z Checking opaque-debug v0.3.1
24552024-08-07T07:39:55.376Z Compiling spin v0.5.2
24562024-08-07T07:39:55.438Z Compiling home v0.5.9
24572024-08-07T07:39:55.617Z Compiling constant_time_eq v0.3.0
24582024-08-07T07:39:55.692Z Compiling toolchain_find v0.4.0
24592024-08-07T07:39:55.793Z Checking poly1305 v0.8.0
24602024-08-07T07:39:56.010Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24612024-08-07T07:39:56.292Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24622024-08-07T07:39:56.485Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24632024-08-07T07:39:56.530Z Checking steno v0.4.1
24642024-08-07T07:39:56.575Z Compiling camino-tempfile v1.1.1
24652024-08-07T07:39:57.028Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24662024-08-07T07:39:57.191Z Checking chacha20 v0.9.1
24672024-08-07T07:39:57.538Z Checking gethostname v0.5.0
24682024-08-07T07:39:57.664Z Checking aead v0.5.2
24692024-08-07T07:39:57.737Z Checking thiserror-no-std v2.0.2
24702024-08-07T07:39:57.856Z Compiling cancel-safe-futures v0.1.5
24712024-08-07T07:39:57.890Z Compiling topological-sort v0.2.2
24722024-08-07T07:39:57.935Z Checking vsss-rs v3.3.4
24732024-08-07T07:39:58.138Z Checking chacha20poly1305 v0.10.1
24742024-08-07T07:39:58.278Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24752024-08-07T07:39:58.320Z Compiling mime_guess v2.0.4
24762024-08-07T07:39:58.926Z Compiling rustfmt-wrapper v0.2.1
24772024-08-07T07:39:59.521Z Compiling omicron-zone-package v0.11.0
24782024-08-07T07:39:59.647Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24792024-08-07T07:39:59.675Z Checking glob v0.3.1
24802024-08-07T07:40:00.257Z Checking libsw v3.3.1
24812024-08-07T07:40:00.317Z Checking linear-map v1.2.0
24822024-08-07T07:40:00.373Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24832024-08-07T07:40:00.468Z Checking owo-colors v4.0.0
24842024-08-07T07:40:00.502Z Checking swrite v0.1.0
24852024-08-07T07:40:00.627Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24862024-08-07T07:40:00.645Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24872024-08-07T07:40:01.202Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24882024-08-07T07:40:01.444Z Checking kstat-rs v0.2.4
24892024-08-07T07:40:01.471Z Checking nanorand v0.7.0
24902024-08-07T07:40:01.658Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24912024-08-07T07:40:01.756Z Checking http-range v0.1.5
24922024-08-07T07:40:01.759Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24932024-08-07T07:40:01.860Z Checking flume v0.11.0
24942024-08-07T07:40:01.933Z Checking hyper-staticfile v0.9.5
24952024-08-07T07:40:02.262Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24962024-08-07T07:40:02.304Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24972024-08-07T07:40:02.336Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24982024-08-07T07:40:02.353Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24992024-08-07T07:40:03.009Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25002024-08-07T07:40:03.671Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25012024-08-07T07:40:04.083Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25022024-08-07T07:40:05.269Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25032024-08-07T07:40:05.781Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25042024-08-07T07:40:05.784Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25052024-08-07T07:40:05.816Z Checking itertools v0.13.0
25062024-08-07T07:40:06.227Z Checking display-error-chain v0.2.0
25072024-08-07T07:40:13.033Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25082024-08-07T07:40:18.287Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25092024-08-07T07:40:18.290Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25102024-08-07T07:40:18.936Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25112024-08-07T07:40:32.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.20s
25122024-08-07T07:40:33.066Z
25132024-08-07T07:40:33.066Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
25142024-08-07T07:40:33.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-08-07T07:40:33.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-08-07T07:40:33.778Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25172024-08-07T07:40:47.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s
25182024-08-07T07:40:47.919Z
25192024-08-07T07:40:47.919Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25202024-08-07T07:40:48.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-08-07T07:40:48.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-08-07T07:40:48.640Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25232024-08-07T07:41:02.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s
25242024-08-07T07:41:02.911Z
25252024-08-07T07:41:02.911Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25262024-08-07T07:41:03.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-08-07T07:41:03.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-08-07T07:41:03.629Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25292024-08-07T07:41:17.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
25302024-08-07T07:41:17.916Z
25312024-08-07T07:41:17.917Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25322024-08-07T07:41:18.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-08-07T07:41:18.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-08-07T07:41:18.631Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25352024-08-07T07:41:32.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s
25362024-08-07T07:41:33.066Z
25372024-08-07T07:41:33.066Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25382024-08-07T07:41:33.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-08-07T07:41:33.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-08-07T07:41:33.784Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25412024-08-07T07:41:48.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s
25422024-08-07T07:41:48.248Z
25432024-08-07T07:41:48.248Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25442024-08-07T07:41:48.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-08-07T07:41:48.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-08-07T07:41:48.968Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25472024-08-07T07:42:03.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.78s
25482024-08-07T07:42:03.198Z
25492024-08-07T07:42:03.198Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25502024-08-07T07:42:03.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-08-07T07:42:03.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-08-07T07:42:03.914Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25532024-08-07T07:42:17.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
25542024-08-07T07:42:18.158Z
25552024-08-07T07:42:18.158Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25562024-08-07T07:42:18.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-08-07T07:42:18.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-08-07T07:42:18.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-08-07T07:42:18.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25602024-08-07T07:42:18.810Z
25612024-08-07T07:42:18.810Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25622024-08-07T07:42:19.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-08-07T07:42:19.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-08-07T07:42:19.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-08-07T07:42:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25662024-08-07T07:42:19.449Z
25672024-08-07T07:42:19.449Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25682024-08-07T07:42:20.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-08-07T07:42:20.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-08-07T07:42:20.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-08-07T07:42:20.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25722024-08-07T07:42:20.082Z
25732024-08-07T07:42:20.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25742024-08-07T07:42:20.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-08-07T07:42:20.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-08-07T07:42:20.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-08-07T07:42:20.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25782024-08-07T07:42:20.721Z
25792024-08-07T07:42:20.721Zinfo: running `cargo check --bins` on key-manager (93/147)
25802024-08-07T07:42:21.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-08-07T07:42:21.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-08-07T07:42:21.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-08-07T07:42:21.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25842024-08-07T07:42:21.335Z
25852024-08-07T07:42:21.335Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25862024-08-07T07:42:21.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-08-07T07:42:21.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-08-07T07:42:21.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-08-07T07:42:21.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25902024-08-07T07:42:21.949Z
25912024-08-07T07:42:21.949Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25922024-08-07T07:42:22.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-08-07T07:42:22.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-08-07T07:42:22.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-08-07T07:42:22.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25962024-08-07T07:42:22.531Z
25972024-08-07T07:42:22.531Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25982024-08-07T07:42:23.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-08-07T07:42:23.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-08-07T07:42:23.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-08-07T07:42:23.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26022024-08-07T07:42:23.153Z
26032024-08-07T07:42:23.153Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
26042024-08-07T07:42:23.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-08-07T07:42:23.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-08-07T07:42:23.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-08-07T07:42:23.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26082024-08-07T07:42:23.772Z
26092024-08-07T07:42:23.772Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
26102024-08-07T07:42:24.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-08-07T07:42:24.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-08-07T07:42:24.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-08-07T07:42:24.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26142024-08-07T07:42:24.391Z
26152024-08-07T07:42:24.391Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
26162024-08-07T07:42:24.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-08-07T07:42:24.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-08-07T07:42:24.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26192024-08-07T07:42:24.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26202024-08-07T07:42:25.010Z
26212024-08-07T07:42:25.010Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26222024-08-07T07:42:25.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-08-07T07:42:25.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-08-07T07:42:25.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26252024-08-07T07:42:25.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26262024-08-07T07:42:25.628Z
26272024-08-07T07:42:25.628Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26282024-08-07T07:42:26.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-08-07T07:42:26.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-08-07T07:42:26.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-08-07T07:42:26.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26322024-08-07T07:42:26.250Z
26332024-08-07T07:42:26.250Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26342024-08-07T07:42:26.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-08-07T07:42:26.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-08-07T07:42:26.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-08-07T07:42:26.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26382024-08-07T07:42:26.890Z
26392024-08-07T07:42:26.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26402024-08-07T07:42:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-08-07T07:42:27.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-08-07T07:42:27.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-08-07T07:42:27.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26442024-08-07T07:42:27.520Z
26452024-08-07T07:42:27.520Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26462024-08-07T07:42:28.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-08-07T07:42:28.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-08-07T07:42:28.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-08-07T07:42:28.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502024-08-07T07:42:28.156Z
26512024-08-07T07:42:28.156Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26522024-08-07T07:42:28.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-08-07T07:42:28.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-08-07T07:42:28.821Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26552024-08-07T07:42:28.824Z Checking bcs v0.1.6
26562024-08-07T07:42:28.824Z Compiling async-recursion v1.1.1
26572024-08-07T07:42:28.824Z Checking highway v1.2.0
26582024-08-07T07:42:28.824Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26592024-08-07T07:42:28.910Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26602024-08-07T07:42:29.888Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26612024-08-07T07:42:33.075Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26622024-08-07T07:42:34.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
26632024-08-07T07:42:34.868Z
26642024-08-07T07:42:34.868Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26652024-08-07T07:42:35.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-08-07T07:42:35.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-08-07T07:42:35.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-08-07T07:42:35.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26692024-08-07T07:42:35.482Z
26702024-08-07T07:42:35.482Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26712024-08-07T07:42:36.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-08-07T07:42:36.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-08-07T07:42:36.109Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26742024-08-07T07:42:36.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
26752024-08-07T07:42:36.834Z
26762024-08-07T07:42:36.834Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26772024-08-07T07:42:37.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-08-07T07:42:37.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-08-07T07:42:37.491Z Compiling cfg_aliases v0.1.1
26802024-08-07T07:42:37.494Z Compiling vte_generate_state_changes v0.1.1
26812024-08-07T07:42:37.494Z Checking fd-lock v4.0.2
26822024-08-07T07:42:37.591Z Checking bytecount v0.6.8
26832024-08-07T07:42:37.594Z Compiling tabled_derive v0.7.0
26842024-08-07T07:42:37.594Z Compiling peg-macros v0.8.4
26852024-08-07T07:42:37.601Z Compiling sqlparser_derive v0.2.2
26862024-08-07T07:42:37.604Z Checking nu-ansi-term v0.50.0
26872024-08-07T07:42:37.651Z Compiling nix v0.28.0
26882024-08-07T07:42:37.707Z Checking papergrid v0.11.0
26892024-08-07T07:42:37.746Z Checking unicode_categories v0.1.1
26902024-08-07T07:42:37.987Z Checking home v0.5.9
26912024-08-07T07:42:38.044Z Checking sqlformat v0.2.4
26922024-08-07T07:42:38.214Z Checking vte v0.11.1
26932024-08-07T07:42:38.722Z Checking sqlparser v0.45.0
26942024-08-07T07:42:39.600Z Checking strip-ansi-escapes v0.2.0
26952024-08-07T07:42:39.616Z Checking tabled v0.15.0
26962024-08-07T07:42:39.744Z Checking reedline v0.31.0
26972024-08-07T07:42:40.287Z Checking peg v0.8.4
26982024-08-07T07:42:40.621Z Checking rustyline v14.0.0
26992024-08-07T07:42:45.053Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-08-07T07:42:50.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
27012024-08-07T07:42:50.799Z
27022024-08-07T07:42:50.799Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
27032024-08-07T07:42:51.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-07T07:42:51.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-07T07:42:51.443Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27062024-08-07T07:42:57.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
27072024-08-07T07:42:57.305Z
27082024-08-07T07:42:57.305Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
27092024-08-07T07:42:57.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-08-07T07:42:57.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-08-07T07:42:57.938Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27122024-08-07T07:43:03.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
27132024-08-07T07:43:03.517Z
27142024-08-07T07:43:03.517Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
27152024-08-07T07:43:04.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-07T07:43:04.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-07T07:43:04.156Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27182024-08-07T07:43:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
27192024-08-07T07:43:08.344Z
27202024-08-07T07:43:08.344Zinfo: running `cargo check --bins` on cert-dev (112/147)
27212024-08-07T07:43:08.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-07T07:43:08.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-07T07:43:08.937Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27242024-08-07T07:43:09.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27252024-08-07T07:43:09.318Z
27262024-08-07T07:43:09.318Zinfo: running `cargo check --bins` on ch-dev (113/147)
27272024-08-07T07:43:09.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-07T07:43:09.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-07T07:43:09.966Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27302024-08-07T07:43:10.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
27312024-08-07T07:43:10.789Z
27322024-08-07T07:43:10.789Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27332024-08-07T07:43:11.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-08-07T07:43:11.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-08-07T07:43:11.442Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27362024-08-07T07:43:11.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27372024-08-07T07:43:11.911Z
27382024-08-07T07:43:11.911Zinfo: running `cargo check --bins` on db-dev (115/147)
27392024-08-07T07:43:12.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-08-07T07:43:12.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-08-07T07:43:12.555Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27422024-08-07T07:43:13.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27432024-08-07T07:43:13.384Z
27442024-08-07T07:43:13.384Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27452024-08-07T07:43:13.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-08-07T07:43:13.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-08-07T07:43:13.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-08-07T07:43:13.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27492024-08-07T07:43:14.030Z
27502024-08-07T07:43:14.030Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27512024-08-07T07:43:14.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-08-07T07:43:14.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-08-07T07:43:14.638Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27542024-08-07T07:43:15.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
27552024-08-07T07:43:15.597Z
27562024-08-07T07:43:15.597Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27572024-08-07T07:43:16.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-08-07T07:43:16.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-08-07T07:43:16.274Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27602024-08-07T07:43:16.798Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27612024-08-07T07:43:17.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
27622024-08-07T07:43:17.320Z
27632024-08-07T07:43:17.320Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27642024-08-07T07:43:17.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-08-07T07:43:17.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-08-07T07:43:18.081Z Compiling crunchy v0.2.2
27672024-08-07T07:43:18.081Z Compiling glob v0.3.1
27682024-08-07T07:43:18.084Z Compiling tiny-keccak v2.0.2
27692024-08-07T07:43:18.196Z Compiling ascii-canvas v3.0.0
27702024-08-07T07:43:18.199Z Compiling ena v0.14.3
27712024-08-07T07:43:18.199Z Compiling libloading v0.8.3
27722024-08-07T07:43:18.199Z Compiling diff v0.1.13
27732024-08-07T07:43:18.208Z Compiling bindgen v0.69.4
27742024-08-07T07:43:18.495Z Compiling regex-syntax v0.6.29
27752024-08-07T07:43:18.611Z Compiling which v4.4.2
27762024-08-07T07:43:18.659Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27772024-08-07T07:43:18.739Z Compiling cexpr v0.6.0
27782024-08-07T07:43:18.860Z Compiling shlex v1.3.0
27792024-08-07T07:43:18.878Z Compiling ref-cast v1.0.23
27802024-08-07T07:43:19.044Z Compiling rustc-hash v1.1.0
27812024-08-07T07:43:19.117Z Compiling clang-sys v1.7.0
27822024-08-07T07:43:19.205Z Compiling lazycell v1.3.0
27832024-08-07T07:43:19.223Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27842024-08-07T07:43:19.284Z Compiling derive_builder_core v0.20.0
27852024-08-07T07:43:19.385Z Compiling libxml v0.3.3
27862024-08-07T07:43:19.447Z Compiling ref-cast-impl v1.0.23
27872024-08-07T07:43:19.465Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27882024-08-07T07:43:19.545Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27892024-08-07T07:43:19.817Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27902024-08-07T07:43:19.919Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27912024-08-07T07:43:20.108Z Compiling strum_macros v0.24.3
27922024-08-07T07:43:20.308Z Compiling cookie v0.18.1
27932024-08-07T07:43:20.430Z Compiling indoc v1.0.9
27942024-08-07T07:43:20.758Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27952024-08-07T07:43:21.078Z Compiling impl-trait-for-tuples v0.2.2
27962024-08-07T07:43:21.491Z Compiling oso-derive v0.27.3
27972024-08-07T07:43:21.648Z Compiling lalrpop v0.19.12
27982024-08-07T07:43:22.532Z Compiling derive_builder_macro v0.20.0
27992024-08-07T07:43:22.562Z Checking quick-xml v0.31.0
28002024-08-07T07:43:23.807Z Checking derive_builder v0.20.0
28012024-08-07T07:43:23.956Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28022024-08-07T07:43:24.261Z Checking maplit v1.0.2
28032024-08-07T07:43:24.427Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28042024-08-07T07:43:24.687Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28052024-08-07T07:43:24.833Z Checking bb8 v0.8.5
28062024-08-07T07:43:24.979Z Compiling const_format_proc_macros v0.2.32
28072024-08-07T07:43:25.301Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28082024-08-07T07:43:26.170Z Checking crossbeam-deque v0.8.5
28092024-08-07T07:43:26.298Z Compiling portable-atomic v1.6.0
28102024-08-07T07:43:26.497Z Checking rayon-core v1.12.1
28112024-08-07T07:43:27.126Z Checking const_format v0.2.32
28122024-08-07T07:43:27.189Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132024-08-07T07:43:27.421Z Checking castaway v0.2.2
28142024-08-07T07:43:27.590Z Checking compact_str v0.7.1
28152024-08-07T07:43:27.606Z Checking rayon v1.10.0
28162024-08-07T07:43:28.384Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28172024-08-07T07:43:28.577Z Checking unicode-truncate v1.0.0
28182024-08-07T07:43:28.686Z Checking lru v0.12.3
28192024-08-07T07:43:28.804Z Compiling stability v0.2.0
28202024-08-07T07:43:28.965Z Checking cassowary v0.3.0
28212024-08-07T07:43:29.375Z Checking smawk v0.3.2
28222024-08-07T07:43:29.439Z Checking number_prefix v0.4.0
28232024-08-07T07:43:29.699Z Checking unicode-linebreak v0.1.5
28242024-08-07T07:43:29.702Z Checking multimap v0.10.0
28252024-08-07T07:43:29.784Z Checking ratatui v0.27.0
28262024-08-07T07:43:29.993Z Checking textwrap v0.16.1
28272024-08-07T07:43:31.342Z Checking indicatif v0.17.8
28282024-08-07T07:43:55.291Z Compiling samael v0.0.15
28292024-08-07T07:44:06.330Z Compiling polar-core v0.27.3
28302024-08-07T07:44:13.106Z Checking oso v0.27.3
28312024-08-07T07:44:41.837Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28322024-08-07T07:44:46.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
28332024-08-07T07:44:46.679Z
28342024-08-07T07:44:46.679Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28352024-08-07T07:44:47.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-08-07T07:44:47.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-08-07T07:44:47.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-08-07T07:44:47.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28392024-08-07T07:44:47.352Z
28402024-08-07T07:44:47.352Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28412024-08-07T07:44:47.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-07T07:44:47.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-07T07:44:47.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-08-07T07:44:47.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28452024-08-07T07:44:48.008Z
28462024-08-07T07:44:48.008Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28472024-08-07T07:44:48.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-08-07T07:44:48.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-08-07T07:44:48.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-08-07T07:44:48.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28512024-08-07T07:44:48.599Z
28522024-08-07T07:44:48.599Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28532024-08-07T07:44:49.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-08-07T07:44:49.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-08-07T07:44:49.358Z Compiling pin-project-internal v1.1.5
28562024-08-07T07:44:49.360Z Compiling snafu-derive v0.8.2
28572024-08-07T07:44:49.455Z Compiling buf-list v1.0.3
28582024-08-07T07:44:49.475Z Checking globset v0.4.14
28592024-08-07T07:44:49.478Z Checking olpc-cjson v0.1.3
28602024-08-07T07:44:49.478Z Checking rand_seeder v0.3.0
28612024-08-07T07:44:49.478Z Checking serde_plain v1.0.2
28622024-08-07T07:44:49.485Z Checking typed-path v0.7.1
28632024-08-07T07:44:49.701Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28642024-08-07T07:44:49.741Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28652024-08-07T07:44:49.764Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28662024-08-07T07:44:49.904Z Checking parse-size v1.0.0
28672024-08-07T07:44:49.924Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28682024-08-07T07:44:50.071Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28692024-08-07T07:44:50.086Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28702024-08-07T07:44:50.103Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28712024-08-07T07:44:50.471Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28722024-08-07T07:44:50.783Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732024-08-07T07:44:50.937Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742024-08-07T07:44:51.045Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28752024-08-07T07:44:51.256Z Checking fatfs v0.3.6
28762024-08-07T07:44:51.317Z Checking assert_matches v1.5.0
28772024-08-07T07:44:52.223Z Checking pin-project v1.1.5
28782024-08-07T07:44:53.196Z Checking snafu v0.8.2
28792024-08-07T07:44:53.489Z Checking tough v0.17.1
28802024-08-07T07:44:56.302Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28812024-08-07T07:44:57.380Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28822024-08-07T07:45:39.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.50s
28832024-08-07T07:45:39.274Z
28842024-08-07T07:45:39.274Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28852024-08-07T07:45:39.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-08-07T07:45:39.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-08-07T07:45:39.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-08-07T07:45:39.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28892024-08-07T07:45:39.921Z
28902024-08-07T07:45:39.921Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28912024-08-07T07:45:40.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-08-07T07:45:40.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-08-07T07:45:40.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-08-07T07:45:40.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28952024-08-07T07:45:40.577Z
28962024-08-07T07:45:40.577Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28972024-08-07T07:45:41.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-08-07T07:45:41.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-08-07T07:45:41.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-08-07T07:45:41.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29012024-08-07T07:45:41.231Z
29022024-08-07T07:45:41.231Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
29032024-08-07T07:45:41.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-08-07T07:45:41.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-08-07T07:45:41.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-08-07T07:45:41.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29072024-08-07T07:45:41.897Z
29082024-08-07T07:45:41.897Zinfo: running `cargo check --bins` on update-common (128/147)
29092024-08-07T07:45:42.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-08-07T07:45:42.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-08-07T07:45:42.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-08-07T07:45:42.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29132024-08-07T07:45:42.538Z
29142024-08-07T07:45:42.538Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29152024-08-07T07:45:43.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-08-07T07:45:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-08-07T07:45:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-08-07T07:45:43.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29192024-08-07T07:45:43.181Z
29202024-08-07T07:45:43.181Zinfo: running `cargo check --bins` on tufaceous (130/147)
29212024-08-07T07:45:43.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-08-07T07:45:43.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-08-07T07:45:43.825Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29242024-08-07T07:45:44.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
29252024-08-07T07:45:44.866Z
29262024-08-07T07:45:44.866Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29272024-08-07T07:45:45.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-08-07T07:45:45.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-08-07T07:45:45.673Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29302024-08-07T07:45:45.673Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29312024-08-07T07:45:45.676Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29322024-08-07T07:45:46.999Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29332024-08-07T07:45:49.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
29342024-08-07T07:45:49.496Z
29352024-08-07T07:45:49.496Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29362024-08-07T07:45:50.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372024-08-07T07:45:50.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382024-08-07T07:45:50.186Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29392024-08-07T07:45:50.186Z Checking is_ci v1.2.0
29402024-08-07T07:45:50.190Z Checking heck v0.4.1
29412024-08-07T07:45:50.190Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29422024-08-07T07:45:50.190Z Checking indent_write v2.2.0
29432024-08-07T07:45:50.389Z Checking supports-color v3.0.0
29442024-08-07T07:45:50.441Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29452024-08-07T07:45:51.755Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29462024-08-07T07:45:52.568Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29472024-08-07T07:45:53.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
29482024-08-07T07:45:53.631Z
29492024-08-07T07:45:53.631Zinfo: running `cargo check --bins` on installinator-api (133/147)
29502024-08-07T07:45:54.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-08-07T07:45:54.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-08-07T07:45:54.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532024-08-07T07:45:54.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29542024-08-07T07:45:54.265Z
29552024-08-07T07:45:54.265Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29562024-08-07T07:45:54.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-08-07T07:45:54.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-08-07T07:45:54.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592024-08-07T07:45:54.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29602024-08-07T07:45:54.924Z
29612024-08-07T07:45:54.924Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29622024-08-07T07:45:55.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-08-07T07:45:55.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-08-07T07:45:55.615Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29652024-08-07T07:45:56.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
29662024-08-07T07:45:56.945Z
29672024-08-07T07:45:56.945Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29682024-08-07T07:45:57.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-08-07T07:45:57.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-08-07T07:45:57.598Z Checking memmap2 v0.9.4
29712024-08-07T07:45:57.598Z Checking spin v0.5.2
29722024-08-07T07:45:57.601Z Checking untrusted v0.7.1
29732024-08-07T07:45:57.601Z Checking constant_time_eq v0.3.0
29742024-08-07T07:45:57.601Z Checking arrayvec v0.7.4
29752024-08-07T07:45:57.601Z Checking arrayref v0.3.7
29762024-08-07T07:45:57.601Z Checking cargo-platform v0.1.8
29772024-08-07T07:45:57.601Z Checking topological-sort v0.2.2
29782024-08-07T07:45:57.780Z Checking shell-words v1.1.0
29792024-08-07T07:45:57.919Z Checking ring v0.16.20
29802024-08-07T07:45:57.955Z Checking cargo_metadata v0.18.1
29812024-08-07T07:45:57.978Z Checking blake3 v1.5.1
29822024-08-07T07:45:59.066Z Checking omicron-zone-package v0.11.0
29832024-08-07T07:46:00.099Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29842024-08-07T07:46:00.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
29852024-08-07T07:46:01.096Z
29862024-08-07T07:46:01.096Zinfo: running `cargo check --bins` on xtask (137/147)
29872024-08-07T07:46:01.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-08-07T07:46:01.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-08-07T07:46:01.554Z Checking serde v1.0.204
29902024-08-07T07:46:01.554Z Checking thiserror v1.0.63
29912024-08-07T07:46:01.557Z Checking scroll v0.12.0
29922024-08-07T07:46:01.632Z Checking bitflags v2.6.0
29932024-08-07T07:46:01.636Z Checking log v0.4.21
29942024-08-07T07:46:01.643Z Checking hashbrown v0.14.5
29952024-08-07T07:46:01.646Z Checking zerocopy v0.7.34
29962024-08-07T07:46:01.670Z Checking syn v2.0.72
29972024-08-07T07:46:01.728Z Checking pest v2.7.10
29982024-08-07T07:46:01.878Z Checking fs-err v2.11.0
29992024-08-07T07:46:01.895Z Checking rustix v0.38.34
30002024-08-07T07:46:02.091Z Checking goblin v0.8.2
30012024-08-07T07:46:02.174Z Checking tabled v0.15.0
30022024-08-07T07:46:02.831Z Checking indexmap v2.3.0
30032024-08-07T07:46:02.918Z Checking terminal_size v0.3.0
30042024-08-07T07:46:03.030Z Checking anyhow v1.0.86
30052024-08-07T07:46:03.072Z Checking clap_builder v4.5.13
30062024-08-07T07:46:04.194Z Checking dtrace-parser v0.2.0
30072024-08-07T07:46:05.671Z Checking clap v4.5.13
30082024-08-07T07:46:05.959Z Checking serde_json v1.0.122
30092024-08-07T07:46:05.960Z Checking serde_spanned v0.6.7
30102024-08-07T07:46:05.962Z Checking toml_datetime v0.6.8
30112024-08-07T07:46:05.962Z Checking camino v1.1.7
30122024-08-07T07:46:05.962Z Checking cargo-platform v0.1.8
30132024-08-07T07:46:05.962Z Checking semver v1.0.23
30142024-08-07T07:46:05.962Z Checking macaddr v1.0.1
30152024-08-07T07:46:06.221Z Checking toml_edit v0.22.20
30162024-08-07T07:46:07.007Z Checking dof v0.3.0
30172024-08-07T07:46:07.008Z Checking cargo_metadata v0.18.1
30182024-08-07T07:46:07.396Z Checking usdt-impl v0.5.0
30192024-08-07T07:46:07.751Z Checking usdt v0.5.0
30202024-08-07T07:46:07.895Z Checking toml v0.8.19
30212024-08-07T07:46:08.354Z Checking cargo_toml v0.20.4
30222024-08-07T07:46:09.523Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232024-08-07T07:46:10.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
30242024-08-07T07:46:10.171Z
30252024-08-07T07:46:10.171Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30262024-08-07T07:46:10.613Z Downloading crates ...
30272024-08-07T07:46:10.845Z Downloaded ed25519 v2.2.3
30282024-08-07T07:46:10.850Z Downloaded ctr v0.9.2
30292024-08-07T07:46:10.853Z Downloaded getrandom v0.1.16
30302024-08-07T07:46:10.856Z Downloaded dhcproto-macros v0.1.0
30312024-08-07T07:46:10.856Z Downloaded internet-checksum v0.2.1
30322024-08-07T07:46:10.858Z Downloaded dirs-sys v0.4.1
30332024-08-07T07:46:10.859Z Downloaded option-ext v0.2.0
30342024-08-07T07:46:10.861Z Downloaded russh-cryptovec v0.7.2
30352024-08-07T07:46:10.864Z Downloaded md5 v0.7.0
30362024-08-07T07:46:10.868Z Downloaded blowfish v0.9.1
30372024-08-07T07:46:10.871Z Downloaded dirs v5.0.1
30382024-08-07T07:46:10.871Z Downloaded hex-literal v0.4.1
30392024-08-07T07:46:10.874Z Downloaded pbkdf2 v0.11.0
30402024-08-07T07:46:10.877Z Downloaded rand_core v0.5.1
30412024-08-07T07:46:10.880Z Downloaded rand_chacha v0.2.2
30422024-08-07T07:46:10.880Z Downloaded pbkdf2 v0.12.2
30432024-08-07T07:46:10.883Z Downloaded ghash v0.5.1
30442024-08-07T07:46:10.883Z Downloaded cbc v0.1.2
30452024-08-07T07:46:10.886Z Downloaded bcrypt-pbkdf v0.10.0
30462024-08-07T07:46:10.886Z Downloaded polyval v0.6.2
30472024-08-07T07:46:10.888Z Downloaded rfc6979 v0.4.0
30482024-08-07T07:46:10.889Z Downloaded primeorder v0.13.6
30492024-08-07T07:46:10.895Z Downloaded russh-keys v0.43.0
30502024-08-07T07:46:10.898Z Downloaded password-hash v0.4.2
30512024-08-07T07:46:10.901Z Downloaded ecdsa v0.16.9
30522024-08-07T07:46:10.904Z Downloaded dhcproto v0.12.0
30532024-08-07T07:46:10.915Z Downloaded p256 v0.13.2
30542024-08-07T07:46:10.918Z Downloaded ed25519-dalek v2.1.1
30552024-08-07T07:46:10.923Z Downloaded rand v0.7.3
30562024-08-07T07:46:10.929Z Downloaded aes v0.8.4
30572024-08-07T07:46:10.932Z Downloaded russh v0.43.0
30582024-08-07T07:46:10.936Z Downloaded p521 v0.13.3
30592024-08-07T07:46:10.940Z Downloaded aes-gcm v0.10.3
30602024-08-07T07:46:10.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-08-07T07:46:10.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-08-07T07:46:11.074Z Compiling getrandom v0.1.16
30632024-08-07T07:46:11.174Z Checking rfc6979 v0.4.0
30642024-08-07T07:46:11.184Z Checking primeorder v0.13.6
30652024-08-07T07:46:11.187Z Checking option-ext v0.2.0
30662024-08-07T07:46:11.204Z Checking ed25519 v2.2.3
30672024-08-07T07:46:11.207Z Checking polyval v0.6.2
30682024-08-07T07:46:11.207Z Checking aes v0.8.4
30692024-08-07T07:46:11.207Z Checking blowfish v0.9.1
30702024-08-07T07:46:11.321Z Checking ecdsa v0.16.9
30712024-08-07T07:46:11.394Z Checking ctr v0.9.2
30722024-08-07T07:46:11.476Z Checking password-hash v0.4.2
30732024-08-07T07:46:11.505Z Checking pbkdf2 v0.12.2
30742024-08-07T07:46:11.581Z Checking dirs-sys v0.4.1
30752024-08-07T07:46:11.602Z Checking ghash v0.5.1
30762024-08-07T07:46:11.668Z Checking bcrypt-pbkdf v0.10.0
30772024-08-07T07:46:11.685Z Checking ed25519-dalek v2.1.1
30782024-08-07T07:46:11.766Z Checking dirs v5.0.1
30792024-08-07T07:46:11.785Z Checking cbc v0.1.2
30802024-08-07T07:46:11.876Z Checking pbkdf2 v0.11.0
30812024-08-07T07:46:11.907Z Checking russh-cryptovec v0.7.2
30822024-08-07T07:46:11.922Z Checking md5 v0.7.0
30832024-08-07T07:46:11.979Z Checking hex-literal v0.4.1
30842024-08-07T07:46:11.999Z Compiling dhcproto-macros v0.1.0
30852024-08-07T07:46:12.024Z Checking p256 v0.13.2
30862024-08-07T07:46:12.079Z Checking p521 v0.13.3
30872024-08-07T07:46:12.096Z Checking aes-gcm v0.10.3
30882024-08-07T07:46:12.111Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30892024-08-07T07:46:12.133Z Checking rand_core v0.5.1
30902024-08-07T07:46:12.137Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30912024-08-07T07:46:12.177Z Checking internet-checksum v0.2.1
30922024-08-07T07:46:12.435Z Checking rand_chacha v0.2.2
30932024-08-07T07:46:12.681Z Checking rand v0.7.3
30942024-08-07T07:46:12.726Z Checking dhcproto v0.12.0
30952024-08-07T07:46:13.635Z Checking russh-keys v0.43.0
30962024-08-07T07:46:14.356Z Checking russh v0.43.0
30972024-08-07T07:46:30.647Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30982024-08-07T07:46:31.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.73s
30992024-08-07T07:46:32.085Z
31002024-08-07T07:46:32.085Zinfo: running `cargo check --bins` on gateway-cli (139/147)
31012024-08-07T07:46:32.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-08-07T07:46:32.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-08-07T07:46:32.712Z Checking termios v0.3.3
31042024-08-07T07:46:32.910Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31052024-08-07T07:46:33.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
31062024-08-07T07:46:33.784Z
31072024-08-07T07:46:33.784Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
31082024-08-07T07:46:34.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-08-07T07:46:34.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-08-07T07:46:34.475Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31112024-08-07T07:46:36.420Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31122024-08-07T07:46:38.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
31132024-08-07T07:46:38.367Z
31142024-08-07T07:46:38.367Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31152024-08-07T07:46:38.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-08-07T07:46:38.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-08-07T07:46:38.897Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31182024-08-07T07:46:39.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31192024-08-07T07:46:39.459Z
31202024-08-07T07:46:39.459Zinfo: running `cargo check --bins` on omicron-package (142/147)
31212024-08-07T07:46:40.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-08-07T07:46:40.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-08-07T07:46:40.112Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31242024-08-07T07:46:41.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
31252024-08-07T07:46:41.431Z
31262024-08-07T07:46:41.431Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31272024-08-07T07:46:42.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-08-07T07:46:42.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-08-07T07:46:42.107Z Checking rtoolbox v0.0.2
31302024-08-07T07:46:42.107Z Checking tui-tree-widget v0.21.0
31312024-08-07T07:46:42.110Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31322024-08-07T07:46:42.312Z Checking rpassword v7.3.1
31332024-08-07T07:46:46.060Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31342024-08-07T07:46:48.807Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31352024-08-07T07:46:49.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s
31362024-08-07T07:46:49.997Z
31372024-08-07T07:46:49.997Zinfo: running `cargo check --bins` on wicket (144/147)
31382024-08-07T07:46:50.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-08-07T07:46:50.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-08-07T07:46:50.667Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31412024-08-07T07:46:51.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31422024-08-07T07:46:51.177Z
31432024-08-07T07:46:51.177Zinfo: running `cargo check --bins` on wicketd (145/147)
31442024-08-07T07:46:51.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-08-07T07:46:51.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-08-07T07:46:51.865Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31472024-08-07T07:46:55.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
31482024-08-07T07:46:55.543Z
31492024-08-07T07:46:55.543Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31502024-08-07T07:46:56.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-08-07T07:46:56.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-08-07T07:46:56.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-08-07T07:46:56.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31542024-08-07T07:46:56.132Z
31552024-08-07T07:46:56.132Zinfo: running `cargo check --bins` on zone-setup (147/147)
31562024-08-07T07:46:56.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-08-07T07:46:56.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-08-07T07:46:56.849Z Checking uzers v0.11.3
31592024-08-07T07:46:57.141Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31602024-08-07T07:46:58.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
31612024-08-07T07:46:58.319Z
31622024-08-07T07:46:58.319Zreal 10:28.221880487
31632024-08-07T07:46:58.319Zuser 22:10.517166310
31642024-08-07T07:46:58.319Zsys 4:44.116245009
31652024-08-07T07:46:58.319Ztrap 0.473130424
31662024-08-07T07:46:58.319Ztflt 2.715984127
31672024-08-07T07:46:58.319Zdflt 2.231147084
31682024-08-07T07:46:58.319Zkflt 0.000951314
31692024-08-07T07:46:58.319Zlock 39:41.455644190
31702024-08-07T07:46:58.319Zslp 1:48:34.080397893
31712024-08-07T07:46:58.319Zlat 55.681590683
31722024-08-07T07:46:58.319Zstop 2:35.602854873
31732024-08-07T07:46:58.323Zprocess exited: duration 926360 ms, exit code 0
 
31742024-08-07T07:46:58.331Zfound 0 output files