01JC236A27MQH3QPQ1XNZFNBYJ: 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: 01JC236XBKRW3VFTTQWBFZ18E7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-07T01:19:19.110Zjob assigned to worker 01JC23743RF8QWSZX3YQBZVWV6 (queued for 57 s)
 
22024-11-07T01:19:27.033Zstarting task 0: "setup"
32024-11-07T01:19:27.040Z++ uname -s
42024-11-07T01:19:27.043Z+ kern=SunOS
52024-11-07T01:19:27.043Z+ case "$kern" in
62024-11-07T01:19:27.043Z+ groupadd -g 12345 build
72024-11-07T01:19:27.046Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-07T01:19:29.055Z+ zfs create -o mountpoint=/work rpool/work
92024-11-07T01:19:29.211Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-07T01:19:29.214Z+ home_fs=zfs
112024-11-07T01:19:29.214Z+ [[ zfs == autofs ]]
122024-11-07T01:19:29.214Z+ mkdir -p /home/build
132024-11-07T01:19:29.216Z+ chown build:build /home/build /work
142024-11-07T01:19:31.218Z+ chmod 0700 /home/build /work
152024-11-07T01:19:31.220Zprocess exited: duration 4189 ms, exit code 0
 
162024-11-07T01:19:31.226Zstarting task 1: "rust-toolchain"
172024-11-07T01:19:31.231Z+ printf ' * toolchain channel = "%s"
182024-11-07T01:19:31.231Z' 1.82.0
192024-11-07T01:19:31.231Z * toolchain channel = "1.82.0"
202024-11-07T01:19:31.231Z * toolchain profile = "default"
212024-11-07T01:19:31.232Z+ printf ' * toolchain profile = "%s"
222024-11-07T01:19:31.232Z' default
232024-11-07T01:19:31.235Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-07T01:19:31.235Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-07T01:19:31.354Zinfo: downloading installer
262024-11-07T01:19:32.861Zinfo: profile set to 'default'
272024-11-07T01:19:32.861Zinfo: default host triple is x86_64-unknown-illumos
282024-11-07T01:19:32.863Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-07T01:19:33.022Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-07T01:19:33.022Zinfo: downloading component 'cargo'
312024-11-07T01:19:33.893Zinfo: downloading component 'clippy'
322024-11-07T01:19:34.223Zinfo: downloading component 'rust-docs'
332024-11-07T01:19:35.442Zinfo: downloading component 'rust-std'
342024-11-07T01:19:37.375Zinfo: downloading component 'rustc'
352024-11-07T01:19:44.175Zinfo: downloading component 'rustfmt'
362024-11-07T01:19:44.426Zinfo: installing component 'cargo'
372024-11-07T01:19:45.286Zinfo: installing component 'clippy'
382024-11-07T01:19:45.700Zinfo: installing component 'rust-docs'
392024-11-07T01:19:47.400Zinfo: installing component 'rust-std'
402024-11-07T01:19:49.423Zinfo: installing component 'rustc'
412024-11-07T01:19:55.796Zinfo: installing component 'rustfmt'
422024-11-07T01:19:56.143Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-07T01:19:56.143Z
442024-11-07T01:19:56.524Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-07T01:19:56.524Z
462024-11-07T01:19:56.527Z
472024-11-07T01:19:56.528ZRust is installed now. Great!
482024-11-07T01:19:56.528Z
492024-11-07T01:19:56.528ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-07T01:19:56.528Zenvironment variable. This has not been done automatically.
512024-11-07T01:19:56.528Z
522024-11-07T01:19:56.528ZTo configure your current shell, you need to source
532024-11-07T01:19:56.528Zthe corresponding env file under $HOME/.cargo.
542024-11-07T01:19:56.528Z
552024-11-07T01:19:56.528ZThis is usually done by running one of the following (note the leading DOT):
562024-11-07T01:19:56.528Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-07T01:19:56.528Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-07T01:19:56.604Z+ rustc --version
592024-11-07T01:19:56.674Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-07T01:19:56.678Zprocess exited: duration 25447 ms, exit code 0
 
612024-11-07T01:19:56.683Zstarting task 2: "authentication"
622024-11-07T01:19:56.709Zprocess exited: duration 25 ms, exit code 0
 
632024-11-07T01:19:56.717Zstarting task 3: "clone repository"
642024-11-07T01:19:56.723Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-07T01:19:56.726Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-07T01:19:56.992ZCloning into '/work/oxidecomputer/omicron'...
672024-11-07T01:20:04.254Z+ cd /work/oxidecomputer/omicron
682024-11-07T01:20:04.254Z+ git fetch origin 0c9be2d70f86809bec33f4524f1c1cd32e9d666c
692024-11-07T01:20:04.586ZFrom https://github.com/oxidecomputer/omicron
702024-11-07T01:20:04.586Z * branch 0c9be2d70f86809bec33f4524f1c1cd32e9d666c -> FETCH_HEAD
712024-11-07T01:20:04.596Z+ [[ -n dataset-diff ]]
722024-11-07T01:20:04.599Z++ git branch --show-current
732024-11-07T01:20:04.601Z+ current=main
742024-11-07T01:20:04.601Z+ [[ main != dataset-diff ]]
752024-11-07T01:20:04.601Z+ git branch -f dataset-diff 0c9be2d70f86809bec33f4524f1c1cd32e9d666c
762024-11-07T01:20:04.604Z+ git checkout -f dataset-diff
772024-11-07T01:20:04.772ZSwitched to branch 'dataset-diff'
782024-11-07T01:20:04.775Z+ git reset --hard 0c9be2d70f86809bec33f4524f1c1cd32e9d666c
792024-11-07T01:20:04.940ZHEAD is now at 0c9be2d70 Add a test that uses the diff behavior more explicitly
802024-11-07T01:20:04.943Zprocess exited: duration 8224 ms, exit code 0
 
812024-11-07T01:20:04.949Zstarting task 4: "build"
822024-11-07T01:20:04.955Z+ source .github/buildomat/ci-env.sh
832024-11-07T01:20:04.955Z++ export CARGO_TERM_COLOR=always
842024-11-07T01:20:04.955Z++ CARGO_TERM_COLOR=always
852024-11-07T01:20:04.955Z+ cargo --version
862024-11-07T01:20:05.013Zcargo 1.82.0 (8f40fc59f 2024-08-21)
872024-11-07T01:20:05.016Z+ rustc --version
882024-11-07T01:20:05.078Zrustc 1.82.0 (f6e511eec 2024-10-15)
892024-11-07T01:20:05.081Z+ source ./env.sh
902024-11-07T01:20:05.081Z++ OLD_SHELL_OPTS=ehxB
912024-11-07T01:20:05.081Z++ set -o xtrace
922024-11-07T01:20:05.083Z++++ dirname ./env.sh
932024-11-07T01:20:05.086Z+++ readlink -f .
942024-11-07T01:20:05.240Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-07T01:20:05.243Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-07T01:20:05.243Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-07T01:20:05.243Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-07T01:20:05.243Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-07T01:20:05.243Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-07T01:20:05.243Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-07T01:20:05.243Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-07T01:20:05.243Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-07T01:20:05.244Z++ case $OLD_SHELL_OPTS in
1042024-11-07T01:20:05.244Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-07T01:20:05.244Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-07T01:20:05.244Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-07T01:20:05.244Z+ banner prerequisites
1082024-11-07T01:20:05.455Z
1092024-11-07T01:20:05.455Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-07T01:20:05.455Z # # # # # # # # # # # # # # #
1112024-11-07T01:20:05.455Z # # # # ##### # # ##### # # # # # #### #
1122024-11-07T01:20:05.455Z ##### ##### # ##### # # # # # # # # #
1132024-11-07T01:20:05.455Z # # # # # # # # # # # # # # #
1142024-11-07T01:20:05.455Z # # # ###### # # ###### ### # #### # #### #
1152024-11-07T01:20:05.455Z
1162024-11-07T01:20:05.458Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-07T01:20:30.963Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-07T01:20:34.793Z Startup: Caching catalogs ... Done
1192024-11-07T01:20:42.936ZPlanning: Solver setup ... Done (7.409s)
1202024-11-07T01:20:43.038ZPlanning: Running solver ... Done (0.102s)
1212024-11-07T01:20:43.270ZPlanning: Finding local manifests ... Done (0.146s)
1222024-11-07T01:20:43.302ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-07T01:20:43.921ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-07T01:20:44.218ZPlanning: Package planning ... Done (0.297s)
1252024-11-07T01:20:44.275ZPlanning: Merging actions ... Done (0.056s)
1262024-11-07T01:20:45.511ZPlanning: Checking for conflicting actions ... Done (1.229s)
1272024-11-07T01:20:53.395ZPlanning: Consolidating action changes ... Done (7.889s)
1282024-11-07T01:20:53.852ZPlanning: Evaluating mediators ... Done (0.457s)
1292024-11-07T01:20:53.982ZPlanning: Planning completed in 19.10 seconds
1302024-11-07T01:20:54.419Z Packages to install: 4
1312024-11-07T01:20:54.419Z Packages to update: 1
1322024-11-07T01:20:54.419Z Mediators to change: 2
1332024-11-07T01:20:54.421Z Services to change: 1
1342024-11-07T01:20:54.421Z Estimated space available: 155.61 GB
1352024-11-07T01:20:54.421ZEstimated space to be consumed: 1.59 GB
1362024-11-07T01:20:54.421Z Create boot environment: No
1372024-11-07T01:20:54.421ZCreate backup boot environment: Yes
1382024-11-07T01:20:54.421Z Rebuild boot archive: No
1392024-11-07T01:20:54.421Z
1402024-11-07T01:20:54.422ZChanged mediators:
1412024-11-07T01:20:54.422Z mediator clang:
1422024-11-07T01:20:54.422Z version: None -> 15 (system default)
1432024-11-07T01:20:54.422Z
1442024-11-07T01:20:54.422Z mediator llvm:
1452024-11-07T01:20:54.422Z version: 14 (system default) -> 15 (system default)
1462024-11-07T01:20:54.422Z
1472024-11-07T01:20:54.422ZChanged packages:
1482024-11-07T01:20:54.422Zhelios-dev
1492024-11-07T01:20:54.422Z developer/build-essential
1502024-11-07T01:20:54.422Z None -> 11-2.0
1512024-11-07T01:20:54.422Z library/libxmlsec1
1522024-11-07T01:20:54.422Z None -> 1.2.35-2.0
1532024-11-07T01:20:54.422Z ooce/developer/clang-15
1542024-11-07T01:20:54.422Z None -> 15.0.7-2.0
1552024-11-07T01:20:54.422Z ooce/developer/llvm-15
1562024-11-07T01:20:54.422Z None -> 15.0.7-2.0
1572024-11-07T01:20:54.422Z package/pkg
1582024-11-07T01:20:54.422Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-07T01:20:54.422Z
1602024-11-07T01:20:54.422ZServices:
1612024-11-07T01:20:54.422Z restart_fmri:
1622024-11-07T01:20:54.422Z svc:/system/update-man-index:default
1632024-11-07T01:20:54.422Z
1642024-11-07T01:20:54.422ZEditable files to change:
1652024-11-07T01:20:54.422Z Update:
1662024-11-07T01:20:54.422Z usr/share/lib/pkg/web/config.shtml
1672024-11-07T01:20:54.780Z
1682024-11-07T01:20:54.780ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-07T01:20:59.786ZDownload: 388/4281 items 16.3/220.6MB 7% complete (3.4M/s)
1702024-11-07T01:21:04.849ZDownload: 1197/4281 items 62.2/220.6MB 28% complete (6.4M/s)
1712024-11-07T01:21:09.858ZDownload: 1584/4281 items 116.9/220.6MB 53% complete (10.1M/s)
1722024-11-07T01:21:15.397ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (8.8M/s)
1732024-11-07T01:21:20.398ZDownload: 2651/4281 items 120.6/220.6MB 54% complete (346k/s)
1742024-11-07T01:21:25.540ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.7M/s)
1752024-11-07T01:21:30.558ZDownload: 3606/4281 items 216.0/220.6MB 97% complete (9.5M/s)
1762024-11-07T01:21:36.841ZDownload: 4205/4281 items 220.5/220.6MB 99% complete (2.2M/s)
1772024-11-07T01:21:36.956ZDownload: Completed 220.60 MB in 42.17 seconds (5.2M/s)
1782024-11-07T01:21:41.193Z Actions: 1/5063 actions (Removing old actions)
1792024-11-07T01:21:41.221Z Actions: 194/5063 actions (Installing new actions)
1802024-11-07T01:21:43.139Z Actions: 4111/5063 actions (Installing new actions)
1812024-11-07T01:21:44.461Z Actions: 4226/5063 actions (Updating modified actions)
1822024-11-07T01:21:44.917Z Actions: Completed 5063 actions in 6.89 seconds.
1832024-11-07T01:21:45.292Z Done (0.368s)
1842024-11-07T01:21:45.296Z Done (0.000s)
1852024-11-07T01:21:45.815Z Done (0.513s)
1862024-11-07T01:21:54.015Z Done (7.812s)
1872024-11-07T01:21:54.375Z Done (0.469s)
1882024-11-07T01:21:54.378Z Done (0.000s)
1892024-11-07T01:21:54.664Z Done (0.000s)
1902024-11-07T01:21:55.366ZPlanning: Evaluating mediator changes ... Done
1912024-11-07T01:21:55.532ZPlanning: Checking for conflicting actions ... Done
1922024-11-07T01:21:55.536ZPlanning: Consolidating action changes ... Done
1932024-11-07T01:21:55.808ZPlanning: Evaluating mediators ... Done
1942024-11-07T01:21:55.812ZPlanning: Planning completed in 0.44 seconds
1952024-11-07T01:21:55.848Z Mediators to change: 2
1962024-11-07T01:21:55.848Z Create boot environment: No
1972024-11-07T01:21:55.851ZCreate backup boot environment: No
1982024-11-07T01:21:55.974Z Done
1992024-11-07T01:21:55.975Z Done
2002024-11-07T01:21:56.312Z Done
2012024-11-07T01:21:59.973Z Done
2022024-11-07T01:22:00.064Z Done
2032024-11-07T01:22:00.067Z Done
2042024-11-07T01:22:00.461Z Done
2052024-11-07T01:22:01.091ZPlanning: Evaluating mediator changes ... Done
2062024-11-07T01:22:01.095ZPlanning: Merging actions ... Done
2072024-11-07T01:22:01.289ZPlanning: Checking for conflicting actions ... Done
2082024-11-07T01:22:01.293ZPlanning: Consolidating action changes ... Done
2092024-11-07T01:22:01.561ZPlanning: Evaluating mediators ... Done
2102024-11-07T01:22:01.618ZPlanning: Planning completed in 0.78 seconds
2112024-11-07T01:22:01.661Z Packages to change: 1
2122024-11-07T01:22:01.661Z Mediators to change: 1
2132024-11-07T01:22:01.664Z Services to change: 1
2142024-11-07T01:22:01.664Z Create boot environment: No
2152024-11-07T01:22:01.664ZCreate backup boot environment: Yes
2162024-11-07T01:22:03.848Z Actions: 1/6 actions (Updating modified actions)
2172024-11-07T01:22:04.012Z Actions: Completed 6 actions in 0.16 seconds.
2182024-11-07T01:22:04.012Z Done
2192024-11-07T01:22:04.016Z Done
2202024-11-07T01:22:04.122Z Done
2212024-11-07T01:22:07.787Z Done
2222024-11-07T01:22:07.879Z Done
2232024-11-07T01:22:07.882Z Done
2242024-11-07T01:22:08.008Z Done
2252024-11-07T01:22:08.447ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-11-07T01:22:08.447Zclang system 15 system
2272024-11-07T01:22:08.447Zcsh system system illumos
2282024-11-07T01:22:08.447Zctags system system illumos
2292024-11-07T01:22:08.447Zgcc vendor 12 vendor
2302024-11-07T01:22:08.447Zgcc system 10 system
2312024-11-07T01:22:08.447Zgcc system 7 system
2322024-11-07T01:22:08.447Zgo system 1.20 system
2332024-11-07T01:22:08.447Zgo system 1.19 system
2342024-11-07T01:22:08.447Zllvm system 15 system
2352024-11-07T01:22:08.448Zllvm system 14 system
2362024-11-07T01:22:08.448Zmariadb system 10.6 system
2372024-11-07T01:22:08.448Zmta vendor vendor dma
2382024-11-07T01:22:08.448Zopenjdk system 17 system
2392024-11-07T01:22:08.448Zopenjdk system 11 system
2402024-11-07T01:22:08.448Zopenjdk system 1.8 system
2412024-11-07T01:22:08.448Zopenssl vendor 3 vendor
2422024-11-07T01:22:08.448Zperl system 5.36 system
2432024-11-07T01:22:08.448Zpostgresql system 15 system
2442024-11-07T01:22:08.448Zpostgresql system 13 system
2452024-11-07T01:22:08.448Zpython vendor 3 vendor
2462024-11-07T01:22:08.448Zpython system 2 system
2472024-11-07T01:22:08.448Zpython3 system 3.11 system
2482024-11-07T01:22:08.448Zruby system 3.0 system
2492024-11-07T01:22:08.448Zwords vendor vendor american-english
2502024-11-07T01:22:08.448Zwords system system australian-english
2512024-11-07T01:22:08.448Zwords system system british-english
2522024-11-07T01:22:08.448Zwords system system canadian-english
2532024-11-07T01:22:08.448Zwords system system french
2542024-11-07T01:22:08.448Zwords system system italian
2552024-11-07T01:22:08.448Zwords system system ngerman
2562024-11-07T01:22:08.448Zwords system system ogerman
2572024-11-07T01:22:08.448Zwords system system spanish
2582024-11-07T01:22:08.781ZPUBLISHER TYPE STATUS P LOCATION
2592024-11-07T01:22:08.781Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602024-11-07T01:22:11.278ZFMRI IFO
2612024-11-07T01:22:11.278Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622024-11-07T01:22:11.278Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632024-11-07T01:22:11.278Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642024-11-07T01:22:11.278Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652024-11-07T01:22:11.278Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662024-11-07T01:22:11.278Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-11-07T01:22:11.278Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682024-11-07T01:22:11.278Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692024-11-07T01:22:11.278Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-11-07T01:22:11.278Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2712024-11-07T01:22:11.278Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-11-07T01:22:11.278Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-11-07T01:22:11.278Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2742024-11-07T01:22:11.279Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2752024-11-07T01:22:11.279Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762024-11-07T01:22:11.981Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772024-11-07T01:22:12.338Z Updating crates.io index
2782024-11-07T01:22:12.340Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-11-07T01:22:13.163Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-11-07T01:22:13.454Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2812024-11-07T01:22:13.716Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822024-11-07T01:22:14.029Z Updating git repository `https://github.com/oxidecomputer/propolis`
2832024-11-07T01:22:14.958Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842024-11-07T01:22:17.295Z Updating git repository `https://github.com/oxidecomputer/opte`
2852024-11-07T01:22:18.330Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862024-11-07T01:22:19.076Z Updating git repository `https://github.com/oxidecomputer/clickward`
2872024-11-07T01:22:19.346Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2882024-11-07T01:22:19.620Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892024-11-07T01:22:20.295Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2902024-11-07T01:22:20.755Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2912024-11-07T01:22:21.081Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-11-07T01:22:21.340Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-11-07T01:22:21.607Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-11-07T01:22:21.855Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-11-07T01:22:22.291Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962024-11-07T01:22:22.613Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972024-11-07T01:22:22.974Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2982024-11-07T01:22:23.226Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992024-11-07T01:22:23.735Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3002024-11-07T01:22:24.063Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3012024-11-07T01:22:24.437Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-11-07T01:22:24.816Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-11-07T01:22:25.101Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-11-07T01:22:25.397Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-11-07T01:22:26.730Z Downloading crates ...
3062024-11-07T01:22:26.804Z Downloaded autocfg v1.4.0
3072024-11-07T01:22:26.809Z Downloaded itoa v1.0.11
3082024-11-07T01:22:26.811Z Downloaded dof v0.3.0
3092024-11-07T01:22:26.811Z Downloaded clap_derive v4.5.18
3102024-11-07T01:22:26.814Z Downloaded anstream v0.6.15
3112024-11-07T01:22:26.814Z Downloaded anstyle-parse v0.2.5
3122024-11-07T01:22:26.821Z Downloaded usdt-attr-macro v0.5.0
3132024-11-07T01:22:26.829Z Downloaded heck v0.5.0
3142024-11-07T01:22:26.829Z Downloaded cpufeatures v0.2.14
3152024-11-07T01:22:26.829Z Downloaded cfg-if v1.0.0
3162024-11-07T01:22:26.829Z Downloaded utf8parse v0.2.2
3172024-11-07T01:22:26.829Z Downloaded thiserror-impl v1.0.64
3182024-11-07T01:22:26.829Z Downloaded cargo-platform v0.1.8
3192024-11-07T01:22:26.833Z Downloaded toml_datetime v0.6.8
3202024-11-07T01:22:26.833Z Downloaded terminal_size v0.4.0
3212024-11-07T01:22:26.836Z Downloaded bytecount v0.6.8
3222024-11-07T01:22:26.836Z Downloaded smawk v0.3.2
3232024-11-07T01:22:26.839Z Downloaded serde_tokenstream v0.2.2
3242024-11-07T01:22:26.839Z Downloaded unicode-linebreak v0.1.5
3252024-11-07T01:22:26.842Z Downloaded fnv v1.0.7
3262024-11-07T01:22:26.842Z Downloaded errno v0.3.9
3272024-11-07T01:22:26.842Z Downloaded anstyle v1.0.8
3282024-11-07T01:22:26.846Z Downloaded macaddr v1.0.1
3292024-11-07T01:22:26.846Z Downloaded anstyle-query v1.1.1
3302024-11-07T01:22:26.850Z Downloaded proc-macro-error v1.0.4
3312024-11-07T01:22:26.853Z Downloaded camino v1.1.9
3322024-11-07T01:22:26.853Z Downloaded pest_derive v2.7.14
3332024-11-07T01:22:26.856Z Downloaded once_cell v1.20.2
3342024-11-07T01:22:26.862Z Downloaded serde_derive v1.0.210
3352024-11-07T01:22:26.865Z Downloaded ucd-trie v0.1.7
3362024-11-07T01:22:26.868Z Downloaded ryu v1.0.18
3372024-11-07T01:22:26.885Z Downloaded anyhow v1.0.92
3382024-11-07T01:22:26.886Z Downloaded bitflags v2.6.0
3392024-11-07T01:22:26.886Z Downloaded is_terminal_polyfill v1.70.1
3402024-11-07T01:22:26.886Z Downloaded equivalent v1.0.1
3412024-11-07T01:22:26.886Z Downloaded dtrace-parser v0.2.0
3422024-11-07T01:22:26.886Z Downloaded pest_meta v2.7.14
3432024-11-07T01:22:26.889Z Downloaded block-buffer v0.10.4
3442024-11-07T01:22:26.889Z Downloaded clap_lex v0.7.2
3452024-11-07T01:22:26.893Z Downloaded fs-err v2.11.0
3462024-11-07T01:22:26.895Z Downloaded crypto-common v0.1.6
3472024-11-07T01:22:26.895Z Downloaded colorchoice v1.0.2
3482024-11-07T01:22:26.895Z Downloaded camino-tempfile v1.1.1
3492024-11-07T01:22:26.898Z Downloaded pretty-hex v0.4.1
3502024-11-07T01:22:26.909Z Downloaded swrite v0.1.0
3512024-11-07T01:22:26.911Z Downloaded scroll_derive v0.12.0
3522024-11-07T01:22:26.914Z Downloaded usdt-macro v0.5.0
3532024-11-07T01:22:26.917Z Downloaded generic-array v0.14.7
3542024-11-07T01:22:26.921Z Downloaded fastrand v2.1.1
3552024-11-07T01:22:26.921Z Downloaded digest v0.10.7
3562024-11-07T01:22:26.924Z Downloaded cargo_toml v0.20.5
3572024-11-07T01:22:26.927Z Downloaded proc-macro-error-attr v1.0.4
3582024-11-07T01:22:26.927Z Downloaded byteorder v1.5.0
3592024-11-07T01:22:26.930Z Downloaded heck v0.4.1
3602024-11-07T01:22:26.933Z Downloaded serde_spanned v0.6.8
3612024-11-07T01:22:26.935Z Downloaded memmap v0.7.0
3622024-11-07T01:22:26.938Z Downloaded plain v0.2.3
3632024-11-07T01:22:26.938Z Downloaded pest_generator v2.7.14
3642024-11-07T01:22:26.942Z Downloaded strsim v0.11.1
3652024-11-07T01:22:26.944Z Downloaded version_check v0.9.5
3662024-11-07T01:22:26.952Z Downloaded usdt v0.5.0
3672024-11-07T01:22:26.955Z Downloaded cargo_metadata v0.18.1
3682024-11-07T01:22:26.955Z Downloaded thread-id v4.2.2
3692024-11-07T01:22:26.958Z Downloaded tabled_derive v0.7.0
3702024-11-07T01:22:26.966Z Downloaded semver v1.0.23
3712024-11-07T01:22:26.969Z Downloaded quote v1.0.37
3722024-11-07T01:22:26.975Z Downloaded sha2 v0.10.8
3732024-11-07T01:22:26.978Z Downloaded usdt-impl v0.5.0
3742024-11-07T01:22:26.981Z Downloaded zerocopy-derive v0.7.35
3752024-11-07T01:22:26.986Z Downloaded thiserror v1.0.64
3762024-11-07T01:22:26.990Z Downloaded typenum v1.17.0
3772024-11-07T01:22:26.993Z Downloaded proc-macro2 v1.0.87
3782024-11-07T01:22:26.996Z Downloaded unicode-ident v1.0.13
3792024-11-07T01:22:26.998Z Downloaded log v0.4.22
3802024-11-07T01:22:27.001Z Downloaded clap v4.5.20
3812024-11-07T01:22:27.009Z Downloaded tempfile v3.13.0
3822024-11-07T01:22:27.011Z Downloaded scroll v0.12.0
3832024-11-07T01:22:27.019Z Downloaded toml v0.8.19
3842024-11-07T01:22:27.022Z Downloaded papergrid v0.11.0
3852024-11-07T01:22:27.027Z Downloaded textwrap v0.16.1
3862024-11-07T01:22:27.031Z Downloaded serde v1.0.210
3872024-11-07T01:22:27.034Z Downloaded indexmap v2.6.0
3882024-11-07T01:22:27.046Z Downloaded memchr v2.7.4
3892024-11-07T01:22:27.051Z Downloaded goblin v0.8.2
3902024-11-07T01:22:27.066Z Downloaded toml_edit v0.22.22
3912024-11-07T01:22:27.088Z Downloaded winnow v0.6.20
3922024-11-07T01:22:27.096Z Downloaded hashbrown v0.15.0
3932024-11-07T01:22:27.101Z Downloaded tabled v0.15.0
3942024-11-07T01:22:27.117Z Downloaded pest v2.7.14
3952024-11-07T01:22:27.122Z Downloaded zerocopy v0.7.35
3962024-11-07T01:22:27.136Z Downloaded syn v1.0.109
3972024-11-07T01:22:27.146Z Downloaded serde_json v1.0.128
3982024-11-07T01:22:27.152Z Downloaded clap_builder v4.5.20
3992024-11-07T01:22:27.164Z Downloaded syn v2.0.79
4002024-11-07T01:22:27.176Z Downloaded unicode-width v0.1.14
4012024-11-07T01:22:27.181Z Downloaded rustix v0.38.37
4022024-11-07T01:22:27.222Z Downloaded libc v0.2.161
4032024-11-07T01:22:27.527Z Compiling proc-macro2 v1.0.87
4042024-11-07T01:22:27.527Z Compiling unicode-ident v1.0.13
4052024-11-07T01:22:27.530Z Compiling version_check v0.9.5
4062024-11-07T01:22:27.530Z Compiling serde v1.0.210
4072024-11-07T01:22:27.530Z Compiling thiserror v1.0.64
4082024-11-07T01:22:27.530Z Compiling memchr v2.7.4
4092024-11-07T01:22:27.561Z Compiling libc v0.2.161
4102024-11-07T01:22:27.564Z Compiling ucd-trie v0.1.7
4112024-11-07T01:22:27.780Z Compiling itoa v1.0.11
4122024-11-07T01:22:28.047Z Compiling ryu v1.0.18
4132024-11-07T01:22:28.363Z Compiling once_cell v1.20.2
4142024-11-07T01:22:28.405Z Compiling byteorder v1.5.0
4152024-11-07T01:22:28.737Z Compiling serde_json v1.0.128
4162024-11-07T01:22:28.970Z Compiling rustix v0.38.37
4172024-11-07T01:22:30.050Z Compiling bitflags v2.6.0
4182024-11-07T01:22:30.053Z Compiling usdt-impl v0.5.0
4192024-11-07T01:22:30.134Z Compiling proc-macro-error-attr v1.0.4
4202024-11-07T01:22:30.181Z Compiling syn v1.0.109
4212024-11-07T01:22:30.382Z Compiling proc-macro-error v1.0.4
4222024-11-07T01:22:30.411Z Compiling plain v0.2.3
4232024-11-07T01:22:30.482Z Compiling log v0.4.22
4242024-11-07T01:22:30.576Z Compiling camino v1.1.9
4252024-11-07T01:22:30.620Z Compiling equivalent v1.0.1
4262024-11-07T01:22:30.683Z Compiling hashbrown v0.15.0
4272024-11-07T01:22:30.729Z Compiling thread-id v4.2.2
4282024-11-07T01:22:30.817Z Compiling utf8parse v0.2.2
4292024-11-07T01:22:30.887Z Compiling autocfg v1.4.0
4302024-11-07T01:22:30.973Z Compiling quote v1.0.37
4312024-11-07T01:22:30.998Z Compiling anstyle-parse v0.2.5
4322024-11-07T01:22:31.232Z Compiling winnow v0.6.20
4332024-11-07T01:22:31.299Z Compiling unicode-width v0.1.14
4342024-11-07T01:22:31.329Z Compiling is_terminal_polyfill v1.70.1
4352024-11-07T01:22:31.454Z Compiling syn v2.0.79
4362024-11-07T01:22:31.658Z Compiling errno v0.3.9
4372024-11-07T01:22:31.883Z Compiling indexmap v2.6.0
4382024-11-07T01:22:31.911Z Compiling semver v1.0.23
4392024-11-07T01:22:31.913Z Compiling colorchoice v1.0.2
4402024-11-07T01:22:32.091Z Compiling anstyle v1.0.8
4412024-11-07T01:22:32.415Z Compiling pretty-hex v0.4.1
4422024-11-07T01:22:32.505Z Compiling anstyle-query v1.1.1
4432024-11-07T01:22:32.645Z Compiling anstream v0.6.15
4442024-11-07T01:22:32.683Z Compiling fs-err v2.11.0
4452024-11-07T01:22:33.122Z Compiling bytecount v0.6.8
4462024-11-07T01:22:33.228Z Compiling heck v0.5.0
4472024-11-07T01:22:33.312Z Compiling fastrand v2.1.1
4482024-11-07T01:22:33.351Z Compiling clap_lex v0.7.2
4492024-11-07T01:22:33.773Z Compiling heck v0.4.1
4502024-11-07T01:22:33.834Z Compiling cfg-if v1.0.0
4512024-11-07T01:22:33.868Z Compiling fnv v1.0.7
4522024-11-07T01:22:33.891Z Compiling anyhow v1.0.92
4532024-11-07T01:22:33.929Z Compiling terminal_size v0.4.0
4542024-11-07T01:22:34.001Z Compiling strsim v0.11.1
4552024-11-07T01:22:34.133Z Compiling papergrid v0.11.0
4562024-11-07T01:22:34.222Z Compiling tempfile v3.13.0
4572024-11-07T01:22:34.861Z Compiling clap_builder v4.5.20
4582024-11-07T01:22:34.964Z Compiling memmap v0.7.0
4592024-11-07T01:22:35.027Z Compiling unicode-linebreak v0.1.5
4602024-11-07T01:22:35.051Z Compiling smawk v0.3.2
4612024-11-07T01:22:35.361Z Compiling swrite v0.1.0
4622024-11-07T01:22:35.490Z Compiling textwrap v0.16.1
4632024-11-07T01:22:36.734Z Compiling tabled_derive v0.7.0
4642024-11-07T01:22:38.185Z Compiling tabled v0.15.0
4652024-11-07T01:22:39.424Z Compiling serde_derive v1.0.210
4662024-11-07T01:22:39.426Z Compiling thiserror-impl v1.0.64
4672024-11-07T01:22:39.426Z Compiling zerocopy-derive v0.7.35
4682024-11-07T01:22:39.427Z Compiling scroll_derive v0.12.0
4692024-11-07T01:22:39.427Z Compiling clap_derive v4.5.18
4702024-11-07T01:22:40.873Z Compiling scroll v0.12.0
4712024-11-07T01:22:41.335Z Compiling goblin v0.8.2
4722024-11-07T01:22:41.504Z Compiling zerocopy v0.7.35
4732024-11-07T01:22:42.050Z Compiling pest v2.7.14
4742024-11-07T01:22:42.969Z Compiling clap v4.5.20
4752024-11-07T01:22:44.378Z Compiling pest_meta v2.7.14
4762024-11-07T01:22:45.218Z Compiling pest_generator v2.7.14
4772024-11-07T01:22:46.860Z Compiling pest_derive v2.7.14
4782024-11-07T01:22:47.566Z Compiling dtrace-parser v0.2.0
4792024-11-07T01:22:49.239Z Compiling serde_spanned v0.6.8
4802024-11-07T01:22:49.239Z Compiling toml_datetime v0.6.8
4812024-11-07T01:22:49.243Z Compiling cargo-platform v0.1.8
4822024-11-07T01:22:49.503Z Compiling macaddr v1.0.1
4832024-11-07T01:22:49.792Z Compiling serde_tokenstream v0.2.2
4842024-11-07T01:22:49.825Z Compiling toml_edit v0.22.22
4852024-11-07T01:22:49.884Z Compiling camino-tempfile v1.1.1
4862024-11-07T01:22:50.723Z Compiling dof v0.3.0
4872024-11-07T01:22:50.723Z Compiling cargo_metadata v0.18.1
4882024-11-07T01:22:52.536Z Compiling toml v0.8.19
4892024-11-07T01:22:52.982Z Compiling usdt-macro v0.5.0
4902024-11-07T01:22:53.089Z Compiling usdt-attr-macro v0.5.0
4912024-11-07T01:22:53.383Z Compiling cargo_toml v0.20.5
4922024-11-07T01:22:54.291Z Compiling usdt v0.5.0
4932024-11-07T01:22:56.965Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-11-07T01:23:00.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s
4952024-11-07T01:23:01.163Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-11-07T01:23:01.681Z Downloading crates ...
4972024-11-07T01:23:01.819Z Downloaded async-stream-impl v0.3.6
4982024-11-07T01:23:01.821Z Downloaded adler2 v2.0.0
4992024-11-07T01:23:01.828Z Downloaded async-bb8-diesel v0.2.1
5002024-11-07T01:23:01.834Z Downloaded ciborium-io v0.2.2
5012024-11-07T01:23:01.837Z Downloaded cfg_aliases v0.2.1
5022024-11-07T01:23:01.844Z Downloaded crunchy v0.2.2
5032024-11-07T01:23:01.847Z Downloaded const_format_proc_macros v0.2.33
5042024-11-07T01:23:01.850Z Downloaded hickory-client v0.24.1
5052024-11-07T01:23:01.854Z Downloaded crossbeam-deque v0.8.5
5062024-11-07T01:23:01.856Z Downloaded bitfield-struct v0.6.2
5072024-11-07T01:23:01.858Z Downloaded crc-catalog v2.4.0
5082024-11-07T01:23:01.861Z Downloaded blowfish v0.9.1
5092024-11-07T01:23:01.863Z Downloaded atomic-waker v1.1.2
5102024-11-07T01:23:01.863Z Downloaded backoff v0.4.0
5112024-11-07T01:23:01.866Z Downloaded crc v3.2.1
5122024-11-07T01:23:01.869Z Downloaded match_cfg v0.1.0
5132024-11-07T01:23:01.871Z Downloaded instant v0.1.13
5142024-11-07T01:23:01.873Z Downloaded chacha20 v0.9.1
5152024-11-07T01:23:01.876Z Downloaded newtype_derive v0.1.6
5162024-11-07T01:23:01.876Z Downloaded cancel-safe-futures v0.1.5
5172024-11-07T01:23:01.879Z Downloaded http-body-util v0.1.2
5182024-11-07T01:23:01.881Z Downloaded new_debug_unreachable v1.0.6
5192024-11-07T01:23:01.883Z Downloaded impl-trait-for-tuples v0.2.2
5202024-11-07T01:23:01.886Z Downloaded console v0.15.8
5212024-11-07T01:23:01.889Z Downloaded humantime v2.1.0
5222024-11-07T01:23:01.892Z Downloaded multimap v0.10.0
5232024-11-07T01:23:01.894Z Downloaded libsw v3.3.1
5242024-11-07T01:23:01.896Z Downloaded data-encoding v2.6.0
5252024-11-07T01:23:01.899Z Downloaded ipnetwork v0.20.0
5262024-11-07T01:23:01.899Z Downloaded cobs v0.2.3
5272024-11-07T01:23:01.901Z Downloaded memoffset v0.9.1
5282024-11-07T01:23:01.904Z Downloaded lockfree-object-pool v0.1.6
5292024-11-07T01:23:01.907Z Downloaded linear-map v1.2.0
5302024-11-07T01:23:01.907Z Downloaded atty v0.2.14
5312024-11-07T01:23:01.910Z Downloaded nanorand v0.7.0
5322024-11-07T01:23:01.912Z Downloaded inout v0.1.3
5332024-11-07T01:23:01.915Z Downloaded hyper-tls v0.6.0
5342024-11-07T01:23:01.917Z Downloaded rand_xorshift v0.3.0
5352024-11-07T01:23:01.917Z Downloaded addr2line v0.24.2
5362024-11-07T01:23:01.920Z Downloaded http-body v1.0.1
5372024-11-07T01:23:01.922Z Downloaded highway v1.2.0
5382024-11-07T01:23:01.924Z Downloaded aead v0.5.2
5392024-11-07T01:23:01.927Z Downloaded base64 v0.13.1
5402024-11-07T01:23:01.930Z Downloaded ident_case v1.0.1
5412024-11-07T01:23:01.932Z Downloaded hubpack_derive v0.1.1
5422024-11-07T01:23:01.932Z Downloaded cfg_aliases v0.1.1
5432024-11-07T01:23:01.935Z Downloaded mockall v0.13.0
5442024-11-07T01:23:01.937Z Downloaded atomicwrites v0.4.4
5452024-11-07T01:23:01.937Z Downloaded blake2 v0.10.6
5462024-11-07T01:23:01.940Z Downloaded libefi-sys v0.1.0
5472024-11-07T01:23:01.943Z Downloaded bumpalo v3.16.0
5482024-11-07T01:23:01.945Z Downloaded cc v1.1.30
5492024-11-07T01:23:01.949Z Downloaded base16ct v0.2.0
5502024-11-07T01:23:01.951Z Downloaded async-stream v0.3.6
5512024-11-07T01:23:01.954Z Downloaded crucible-workspace-hack v0.1.0
5522024-11-07T01:23:01.956Z Downloaded async-recursion v1.1.1
5532024-11-07T01:23:01.959Z Downloaded darling_macro v0.20.10
5542024-11-07T01:23:01.961Z Downloaded cstr-argument v0.1.2
5552024-11-07T01:23:01.961Z Downloaded ascii-canvas v3.0.0
5562024-11-07T01:23:01.964Z Downloaded is_ci v1.2.0
5572024-11-07T01:23:01.964Z Downloaded array-init v0.0.4
5582024-11-07T01:23:01.966Z Downloaded async-trait v0.1.83
5592024-11-07T01:23:01.969Z Downloaded bitfield v0.14.0
5602024-11-07T01:23:01.971Z Downloaded sec1 v0.7.3
5612024-11-07T01:23:01.974Z Downloaded md5 v0.7.0
5622024-11-07T01:23:01.976Z Downloaded bitflags v1.3.2
5632024-11-07T01:23:01.979Z Downloaded newline-converter v0.3.0
5642024-11-07T01:23:01.981Z Downloaded bcrypt-pbkdf v0.10.0
5652024-11-07T01:23:01.981Z Downloaded bb8 v0.8.5
5662024-11-07T01:23:01.984Z Downloaded argon2 v0.5.3
5672024-11-07T01:23:01.986Z Downloaded chrono-tz-build v0.4.0
5682024-11-07T01:23:01.986Z Downloaded cexpr v0.6.0
5692024-11-07T01:23:01.988Z Downloaded cbc v0.1.2
5702024-11-07T01:23:01.991Z Downloaded block-padding v0.3.3
5712024-11-07T01:23:01.993Z Downloaded http-range v0.1.5
5722024-11-07T01:23:01.993Z Downloaded assert_matches v1.5.0
5732024-11-07T01:23:01.996Z Downloaded lalrpop-util v0.19.12
5742024-11-07T01:23:01.996Z Downloaded kstat-rs v0.2.4
5752024-11-07T01:23:01.999Z Downloaded time-core v0.1.2
5762024-11-07T01:23:01.999Z Downloaded russh-cryptovec v0.7.3
5772024-11-07T01:23:01.999Z Downloaded constant_time_eq v0.3.1
5782024-11-07T01:23:02.002Z Downloaded http-body v0.4.6
5792024-11-07T01:23:02.004Z Downloaded indent_write v2.2.0
5802024-11-07T01:23:02.004Z Downloaded strum v0.26.3
5812024-11-07T01:23:02.007Z Downloaded cipher v0.4.4
5822024-11-07T01:23:02.009Z Downloaded hubpack v0.1.2
5832024-11-07T01:23:02.009Z Downloaded convert_case v0.4.0
5842024-11-07T01:23:02.012Z Downloaded colored v2.1.0
5852024-11-07T01:23:02.014Z Downloaded ctr v0.9.2
5862024-11-07T01:23:02.016Z Downloaded hostname v0.4.0
5872024-11-07T01:23:02.019Z Downloaded buf-list v1.0.3
5882024-11-07T01:23:02.021Z Downloaded difflib v0.4.0
5892024-11-07T01:23:02.021Z Downloaded httpdate v1.0.3
5902024-11-07T01:23:02.024Z Downloaded darling v0.20.10
5912024-11-07T01:23:02.028Z Downloaded aes v0.8.4
5922024-11-07T01:23:02.032Z Downloaded downcast v0.11.0
5932024-11-07T01:23:02.035Z Downloaded curve25519-dalek-derive v0.1.1
5942024-11-07T01:23:02.037Z Downloaded lru v0.12.5
5952024-11-07T01:23:02.037Z Downloaded lazycell v1.3.0
5962024-11-07T01:23:02.040Z Downloaded lazy_static v1.5.0
5972024-11-07T01:23:02.040Z Downloaded arrayvec v0.7.6
5982024-11-07T01:23:02.042Z Downloaded md-5 v0.10.6
5992024-11-07T01:23:02.045Z Downloaded mime v0.3.17
6002024-11-07T01:23:02.047Z Downloaded ciborium v0.2.2
6012024-11-07T01:23:02.050Z Downloaded bzip2 v0.4.4
6022024-11-07T01:23:02.052Z Downloaded maybe-uninit v2.0.0
6032024-11-07T01:23:02.055Z Downloaded maplit v1.0.2
6042024-11-07T01:23:02.055Z Downloaded fxhash v0.2.1
6052024-11-07T01:23:02.057Z Downloaded instability v0.3.2
6062024-11-07T01:23:02.063Z Downloaded openssl-probe v0.1.5
6072024-11-07T01:23:02.063Z Downloaded newtype-uuid v1.1.2
6082024-11-07T01:23:02.065Z Downloaded openssl-macros v0.1.1
6092024-11-07T01:23:02.065Z Downloaded internet-checksum v0.2.1
6102024-11-07T01:23:02.065Z Downloaded managed v0.8.0
6112024-11-07T01:23:02.066Z Downloaded ciborium-ll v0.2.2
6122024-11-07T01:23:02.068Z Downloaded slab v0.4.9
6132024-11-07T01:23:02.068Z Downloaded cassowary v0.3.0
6142024-11-07T01:23:02.071Z Downloaded nibble_vec v0.1.0
6152024-11-07T01:23:02.073Z Downloaded home v0.5.9
6162024-11-07T01:23:02.073Z Downloaded iana-time-zone v0.1.61
6172024-11-07T01:23:02.076Z Downloaded foreign-types v0.3.2
6182024-11-07T01:23:02.078Z Downloaded hyper-staticfile v0.10.1
6192024-11-07T01:23:02.081Z Downloaded crc32fast v1.4.2
6202024-11-07T01:23:02.083Z Downloaded sha1 v0.10.6
6212024-11-07T01:23:02.086Z Downloaded strum_macros v0.24.3
6222024-11-07T01:23:02.089Z Downloaded stringprep v0.1.5
6232024-11-07T01:23:02.089Z Downloaded unicase v2.7.0
6242024-11-07T01:23:02.091Z Downloaded parse-size v1.1.0
6252024-11-07T01:23:02.094Z Downloaded hmac v0.12.1
6262024-11-07T01:23:02.096Z Downloaded csv-core v0.1.11
6272024-11-07T01:23:02.096Z Downloaded jobserver v0.1.32
6282024-11-07T01:23:02.099Z Downloaded wyz v0.5.1
6292024-11-07T01:23:02.101Z Downloaded smallvec v1.13.2
6302024-11-07T01:23:02.104Z Downloaded structmeta-derive v0.3.0
6312024-11-07T01:23:02.106Z Downloaded ssh-encoding v0.2.0
6322024-11-07T01:23:02.106Z Downloaded smallvec v0.6.14
6332024-11-07T01:23:02.109Z Downloaded slog-stdlog v4.1.1
6342024-11-07T01:23:02.112Z Downloaded siphasher v0.3.11
6352024-11-07T01:23:02.112Z Downloaded hostname v0.3.1
6362024-11-07T01:23:02.114Z Downloaded libloading v0.8.5
6372024-11-07T01:23:02.117Z Downloaded defmt-parser v0.3.4
6382024-11-07T01:23:02.119Z Downloaded multer v3.1.0
6392024-11-07T01:23:02.121Z Downloaded linked-hash-map v0.5.6
6402024-11-07T01:23:02.124Z Downloaded defmt-macros v0.3.9
6412024-11-07T01:23:02.126Z Downloaded futures-sink v0.3.31
6422024-11-07T01:23:02.129Z Downloaded http v0.2.12
6432024-11-07T01:23:02.132Z Downloaded httparse v1.9.5
6442024-11-07T01:23:02.136Z Downloaded packed_struct v0.10.1
6452024-11-07T01:23:02.138Z Downloaded foreign-types v0.5.0
6462024-11-07T01:23:02.141Z Downloaded env_filter v0.1.2
6472024-11-07T01:23:02.141Z Downloaded memmap2 v0.9.5
6482024-11-07T01:23:02.144Z Downloaded cookie v0.18.1
6492024-11-07T01:23:02.146Z Downloaded crossbeam-epoch v0.9.18
6502024-11-07T01:23:02.150Z Downloaded slog-term v2.9.1
6512024-11-07T01:23:02.153Z Downloaded try-lock v0.2.5
6522024-11-07T01:23:02.155Z Downloaded parse-display-derive v0.10.0
6532024-11-07T01:23:02.158Z Downloaded rustc_version v0.4.1
6542024-11-07T01:23:02.158Z Downloaded tiny-keccak v2.0.2
6552024-11-07T01:23:02.161Z Downloaded defmt v0.3.8
6562024-11-07T01:23:02.164Z Downloaded darling_core v0.20.10
6572024-11-07T01:23:02.171Z Downloaded zone_cfg_derive v0.3.0
6582024-11-07T01:23:02.177Z Downloaded hickory-resolver v0.24.1
6592024-11-07T01:23:02.177Z Downloaded tokio-tungstenite v0.21.0
6602024-11-07T01:23:02.181Z Downloaded endian-type v0.1.2
6612024-11-07T01:23:02.184Z Downloaded rand_core v0.6.4
6622024-11-07T01:23:02.184Z Downloaded value-bag v1.9.0
6632024-11-07T01:23:02.187Z Downloaded base64 v0.21.7
6642024-11-07T01:23:02.191Z Downloaded same-file v1.0.6
6652024-11-07T01:23:02.194Z Downloaded ref-cast-impl v1.0.23
6662024-11-07T01:23:02.196Z Downloaded ref-cast v1.0.23
6672024-11-07T01:23:02.199Z Downloaded miniz_oxide v0.8.0
6682024-11-07T01:23:02.201Z Downloaded quick-error v1.2.3
6692024-11-07T01:23:02.204Z Downloaded futures-task v0.3.31
6702024-11-07T01:23:02.204Z Downloaded shlex v1.3.0
6712024-11-07T01:23:02.207Z Downloaded crc-any v2.5.0
6722024-11-07T01:23:02.210Z Downloaded headers-core v0.3.0
6732024-11-07T01:23:02.210Z Downloaded const-oid v0.9.6
6742024-11-07T01:23:02.212Z Downloaded env_logger v0.10.2
6752024-11-07T01:23:02.215Z Downloaded supports-color v3.0.1
6762024-11-07T01:23:02.218Z Downloaded slog-json v2.6.1
6772024-11-07T01:23:02.220Z Downloaded minimal-lexical v0.2.1
6782024-11-07T01:23:02.225Z Downloaded parking_lot_core v0.9.10
6792024-11-07T01:23:02.240Z Downloaded psl-types v2.0.11
6802024-11-07T01:23:02.243Z Downloaded uzers v0.12.1
6812024-11-07T01:23:02.251Z Downloaded tokio-macros v2.4.0
6822024-11-07T01:23:02.251Z Downloaded tap v1.0.1
6832024-11-07T01:23:02.251Z Downloaded tokio-tungstenite v0.24.0
6842024-11-07T01:23:02.251Z Downloaded slog-scope v4.4.0
6852024-11-07T01:23:02.254Z Downloaded uuid v1.10.0
6862024-11-07T01:23:02.257Z Downloaded tokio-native-tls v0.3.1
6872024-11-07T01:23:02.260Z Downloaded termios v0.3.3
6882024-11-07T01:23:02.260Z Downloaded unicode-bidi v0.3.17
6892024-11-07T01:23:02.263Z Downloaded display-error-chain v0.2.2
6902024-11-07T01:23:02.266Z Downloaded xz2 v0.1.7
6912024-11-07T01:23:02.268Z Downloaded ghash v0.5.1
6922024-11-07T01:23:02.271Z Downloaded gethostname v0.5.0
6932024-11-07T01:23:02.271Z Downloaded serde_yaml v0.9.34+deprecated
6942024-11-07T01:23:02.274Z Downloaded signal-hook-mio v0.2.4
6952024-11-07T01:23:02.278Z Downloaded dhcproto-macros v0.1.0
6962024-11-07T01:23:02.278Z Downloaded tar v0.4.42
6972024-11-07T01:23:02.282Z Downloaded tui-tree-widget v0.22.0
6982024-11-07T01:23:02.284Z Downloaded schemars v0.8.21
6992024-11-07T01:23:02.296Z Downloaded ff v0.13.0
7002024-11-07T01:23:02.298Z Downloaded fd-lock v4.0.2
7012024-11-07T01:23:02.301Z Downloaded poly1305 v0.8.0
7022024-11-07T01:23:02.303Z Downloaded sct v0.7.1
7032024-11-07T01:23:02.307Z Downloaded rustfmt-wrapper v0.2.1
7042024-11-07T01:23:02.310Z Downloaded vte v0.11.1
7052024-11-07T01:23:02.312Z Downloaded vsss-rs v3.3.4
7062024-11-07T01:23:02.315Z Downloaded diesel_table_macro_syntax v0.2.0
7072024-11-07T01:23:02.317Z Downloaded itertools v0.10.5
7082024-11-07T01:23:02.322Z Downloaded smf v0.2.3
7092024-11-07T01:23:02.325Z Downloaded proc-macro-crate v1.3.1
7102024-11-07T01:23:02.327Z Downloaded slog-dtrace v0.3.0
7112024-11-07T01:23:02.327Z Downloaded indicatif v0.17.8
7122024-11-07T01:23:02.331Z Downloaded serde-big-array v0.5.1
7132024-11-07T01:23:02.334Z Downloaded rpassword v7.3.1
7142024-11-07T01:23:02.337Z Downloaded static_assertions v1.1.0
7152024-11-07T01:23:02.337Z Downloaded getrandom v0.2.15
7162024-11-07T01:23:02.340Z Downloaded thread_local v1.1.8
7172024-11-07T01:23:02.343Z Downloaded peg-macros v0.8.4
7182024-11-07T01:23:02.345Z Downloaded simd-adler32 v0.3.7
7192024-11-07T01:23:02.348Z Downloaded signal-hook v0.3.17
7202024-11-07T01:23:02.350Z Downloaded which v4.4.2
7212024-11-07T01:23:02.353Z Downloaded typify-macro v0.2.0
7222024-11-07T01:23:02.355Z Downloaded pin-project-internal v1.1.6
7232024-11-07T01:23:02.358Z Downloaded sync_wrapper v0.1.2
7242024-11-07T01:23:02.358Z Downloaded sync_wrapper v1.0.1
7252024-11-07T01:23:02.360Z Downloaded postgres-protocol v0.6.7
7262024-11-07T01:23:02.360Z Downloaded strip-ansi-escapes v0.2.0
7272024-11-07T01:23:02.363Z Downloaded string_cache v0.8.7
7282024-11-07T01:23:02.363Z Downloaded yasna v0.5.2
7292024-11-07T01:23:02.366Z Downloaded glob v0.3.1
7302024-11-07T01:23:02.369Z Downloaded untrusted v0.9.0
7312024-11-07T01:23:02.372Z Downloaded form_urlencoded v1.2.1
7322024-11-07T01:23:02.372Z Downloaded displaydoc v0.2.5
7332024-11-07T01:23:02.375Z Downloaded num v0.4.3
7342024-11-07T01:23:02.377Z Downloaded password-hash v0.5.0
7352024-11-07T01:23:02.379Z Downloaded pin-project v1.1.6
7362024-11-07T01:23:02.390Z Downloaded waitgroup v0.1.2
7372024-11-07T01:23:02.393Z Downloaded rand_chacha v0.3.1
7382024-11-07T01:23:02.395Z Downloaded packed_struct_codegen v0.10.1
7392024-11-07T01:23:02.395Z Downloaded want v0.3.1
7402024-11-07T01:23:02.398Z Downloaded libm v0.2.8
7412024-11-07T01:23:02.406Z Downloaded foreign-types-shared v0.3.1
7422024-11-07T01:23:02.408Z Downloaded serde_repr v0.1.19
7432024-11-07T01:23:02.410Z Downloaded tracing-attributes v0.1.27
7442024-11-07T01:23:02.413Z Downloaded serde-hex v0.1.0
7452024-11-07T01:23:02.416Z Downloaded rand_seeder v0.3.0
7462024-11-07T01:23:02.416Z Downloaded hex v0.4.3
7472024-11-07T01:23:02.419Z Downloaded progenitor v0.8.0
7482024-11-07T01:23:02.421Z Downloaded primeorder v0.13.6
7492024-11-07T01:23:02.421Z Downloaded dirs-sys-next v0.1.2
7502024-11-07T01:23:02.423Z Downloaded dirs-next v2.0.0
7512024-11-07T01:23:02.423Z Downloaded diesel-dtrace v0.3.0
7522024-11-07T01:23:02.426Z Downloaded tokio-rustls v0.24.1
7532024-11-07T01:23:02.428Z Downloaded progenitor-client v0.8.0
7542024-11-07T01:23:02.428Z Downloaded derive-where v1.2.7
7552024-11-07T01:23:02.432Z Downloaded rusty-fork v0.3.0
7562024-11-07T01:23:02.434Z Downloaded subtle v2.6.1
7572024-11-07T01:23:02.437Z Downloaded nu-ansi-term v0.50.1
7582024-11-07T01:23:02.440Z Downloaded peg-runtime v0.8.3
7592024-11-07T01:23:02.440Z Downloaded precomputed-hash v0.1.1
7602024-11-07T01:23:02.443Z Downloaded tokio-rustls v0.25.0
7612024-11-07T01:23:02.443Z Downloaded des v0.8.1
7622024-11-07T01:23:02.445Z Downloaded foreign-types-shared v0.1.1
7632024-11-07T01:23:02.445Z Downloaded fatfs v0.3.6
7642024-11-07T01:23:02.448Z Downloaded dsl_auto_type v0.1.2
7652024-11-07T01:23:02.451Z Downloaded rustc_version v0.1.7
7662024-11-07T01:23:02.451Z Downloaded rustc-hash v2.0.0
7672024-11-07T01:23:02.451Z Downloaded tinyvec_macros v0.1.1
7682024-11-07T01:23:02.454Z Downloaded password-hash v0.4.2
7692024-11-07T01:23:02.456Z Downloaded parking_lot_core v0.8.6
7702024-11-07T01:23:02.459Z Downloaded parking_lot v0.11.2
7712024-11-07T01:23:02.461Z Downloaded whoami v1.5.2
7722024-11-07T01:23:02.464Z Downloaded ppv-lite86 v0.2.20
7732024-11-07T01:23:02.464Z Downloaded unsafe-libyaml v0.2.11
7742024-11-07T01:23:02.467Z Downloaded tls_codec_derive v0.4.1
7752024-11-07T01:23:02.469Z Downloaded num_enum_derive v0.5.11
7762024-11-07T01:23:02.472Z Downloaded num_enum v0.5.11
7772024-11-07T01:23:02.475Z Downloaded heck v0.3.3
7782024-11-07T01:23:02.477Z Downloaded hashlink v0.9.1
7792024-11-07T01:23:02.480Z Downloaded phf_shared v0.10.0
7802024-11-07T01:23:02.480Z Downloaded opaque-debug v0.3.1
7812024-11-07T01:23:02.482Z Downloaded dhcproto v0.12.0
7822024-11-07T01:23:02.485Z Downloaded untrusted v0.7.1
7832024-11-07T01:23:02.487Z Downloaded hyper v1.4.1
7842024-11-07T01:23:02.492Z Downloaded peg v0.8.4
7852024-11-07T01:23:02.496Z Downloaded progenitor-macro v0.8.0
7862024-11-07T01:23:02.498Z Downloaded pbkdf2 v0.12.2
7872024-11-07T01:23:02.501Z Downloaded globset v0.4.15
7882024-11-07T01:23:02.501Z Downloaded typed-path v0.7.1
7892024-11-07T01:23:02.507Z Downloaded parking_lot v0.12.3
7902024-11-07T01:23:02.509Z Downloaded paste v1.0.15
7912024-11-07T01:23:02.512Z Downloaded rustls-pki-types v1.9.0
7922024-11-07T01:23:02.516Z Downloaded tower-service v0.3.3
7932024-11-07T01:23:02.519Z Downloaded walkdir v2.5.0
7942024-11-07T01:23:02.521Z Downloaded sigpipe v0.1.3
7952024-11-07T01:23:02.521Z Downloaded pem v3.0.4
7962024-11-07T01:23:02.524Z Downloaded mio v1.0.2
7972024-11-07T01:23:02.528Z Downloaded zeroize v1.8.1
7982024-11-07T01:23:02.532Z Downloaded snafu-derive v0.8.5
7992024-11-07T01:23:02.532Z Downloaded headers v0.4.0
8002024-11-07T01:23:02.538Z Downloaded embedded-io v0.6.1
8012024-11-07T01:23:02.545Z Downloaded p256 v0.13.2
8022024-11-07T01:23:02.547Z Downloaded itertools v0.13.0
8032024-11-07T01:23:02.551Z Downloaded spki v0.7.3
8042024-11-07T01:23:02.554Z Downloaded path-slash v0.1.5
8052024-11-07T01:23:02.554Z Downloaded diff v0.1.13
8062024-11-07T01:23:02.557Z Downloaded float-ord v0.3.2
8072024-11-07T01:23:02.560Z Downloaded derive_more v0.99.18
8082024-11-07T01:23:02.562Z Downloaded structmeta-derive v0.2.0
8092024-11-07T01:23:02.567Z Downloaded signature v2.2.0
8102024-11-07T01:23:02.567Z Downloaded rusqlite v0.32.1
8112024-11-07T01:23:02.572Z Downloaded tls_codec v0.4.1
8122024-11-07T01:23:02.575Z Downloaded env_logger v0.11.5
8132024-11-07T01:23:02.579Z Downloaded qorb v0.2.0
8142024-11-07T01:23:02.582Z Downloaded hash32 v0.2.1
8152024-11-07T01:23:02.585Z Downloaded tokio-postgres v0.7.12
8162024-11-07T01:23:02.589Z Downloaded group v0.13.0
8172024-11-07T01:23:02.594Z Downloaded rustls-pemfile v1.0.4
8182024-11-07T01:23:02.594Z Downloaded topological-sort v0.2.2
8192024-11-07T01:23:02.596Z Downloaded toolchain_find v0.4.0
8202024-11-07T01:23:02.596Z Downloaded rustc-hash v1.1.0
8212024-11-07T01:23:02.599Z Downloaded typify v0.2.0
8222024-11-07T01:23:02.601Z Downloaded dropshot_endpoint v0.12.0
8232024-11-07T01:23:02.605Z Downloaded oso v0.27.3
8242024-11-07T01:23:02.608Z Downloaded ena v0.14.3
8252024-11-07T01:23:02.610Z Downloaded hashbrown v0.12.3
8262024-11-07T01:23:02.618Z Downloaded derive_builder_macro v0.20.2
8272024-11-07T01:23:02.620Z Downloaded der v0.7.9
8282024-11-07T01:23:02.620Z Downloaded russh v0.45.0
8292024-11-07T01:23:02.626Z Downloaded olpc-cjson v0.1.4
8302024-11-07T01:23:02.629Z Downloaded serde_urlencoded v0.7.1
8312024-11-07T01:23:02.629Z Downloaded rtoolbox v0.0.2
8322024-11-07T01:23:02.632Z Downloaded rustc-demangle v0.1.24
8332024-11-07T01:23:02.636Z Downloaded unicode-truncate v1.1.0
8342024-11-07T01:23:02.636Z Downloaded thiserror-impl-no-std v2.0.2
8352024-11-07T01:23:02.642Z Downloaded slog v2.7.0
8362024-11-07T01:23:02.642Z Downloaded similar v2.6.0
8372024-11-07T01:23:02.645Z Downloaded percent-encoding v2.3.1
8382024-11-07T01:23:02.645Z Downloaded heapless v0.8.0
8392024-11-07T01:23:02.649Z Downloaded float-cmp v0.9.0
8402024-11-07T01:23:02.652Z Downloaded progenitor-impl v0.8.0
8412024-11-07T01:23:02.655Z Downloaded structmeta v0.3.0
8422024-11-07T01:23:02.655Z Downloaded futures v0.3.31
8432024-11-07T01:23:02.659Z Downloaded slog-bunyan v2.5.0
8442024-11-07T01:23:02.662Z Downloaded subprocess v0.2.9
8452024-11-07T01:23:02.666Z Downloaded rand v0.8.5
8462024-11-07T01:23:02.668Z Downloaded phf_generator v0.11.2
8472024-11-07T01:23:02.671Z Downloaded hashbrown v0.13.2
8482024-11-07T01:23:02.674Z Downloaded quinn v0.11.5
8492024-11-07T01:23:02.678Z Downloaded num_threads v0.1.7
8502024-11-07T01:23:02.680Z Downloaded tracing v0.1.40
8512024-11-07T01:23:02.683Z Downloaded termtree v0.4.1
8522024-11-07T01:23:02.686Z Downloaded take_mut v0.2.2
8532024-11-07T01:23:02.686Z Downloaded fallible-iterator v0.2.0
8542024-11-07T01:23:02.688Z Downloaded dyn-clone v1.0.17
8552024-11-07T01:23:02.688Z Downloaded utf-8 v0.7.6
8562024-11-07T01:23:02.692Z Downloaded universal-hash v0.5.1
8572024-11-07T01:23:02.692Z Downloaded salsa20 v0.10.2
8582024-11-07T01:23:02.693Z Downloaded russh-keys v0.45.0
8592024-11-07T01:23:02.695Z Downloaded number_prefix v0.4.0
8602024-11-07T01:23:02.698Z Downloaded prettyplease v0.2.22
8612024-11-07T01:23:02.701Z Downloaded pkcs5 v0.7.1
8622024-11-07T01:23:02.704Z Downloaded num-bigint v0.4.6
8632024-11-07T01:23:02.709Z Downloaded unicode-properties v0.1.3
8642024-11-07T01:23:02.712Z Downloaded blake3 v1.5.4
8652024-11-07T01:23:02.719Z Downloaded semver v0.1.20
8662024-11-07T01:23:02.722Z Downloaded scrypt v0.11.0
8672024-11-07T01:23:02.725Z Downloaded unicode-xid v0.2.6
8682024-11-07T01:23:02.725Z Downloaded winnow v0.5.40
8692024-11-07T01:23:02.732Z Downloaded zone_cfg_derive v0.1.2
8702024-11-07T01:23:02.734Z Downloaded hash32 v0.3.1
8712024-11-07T01:23:02.734Z Downloaded debug-ignore v1.0.5
8722024-11-07T01:23:02.737Z Downloaded phf v0.11.2
8732024-11-07T01:23:02.739Z Downloaded elliptic-curve v0.13.8
8742024-11-07T01:23:02.742Z Downloaded strum_macros v0.26.4
8752024-11-07T01:23:02.744Z Downloaded num-iter v0.1.45
8762024-11-07T01:23:02.748Z Downloaded structmeta v0.2.0
8772024-11-07T01:23:02.748Z Downloaded slog-async v2.8.0
8782024-11-07T01:23:02.751Z Downloaded pem-rfc7468 v0.7.0
8792024-11-07T01:23:02.751Z Downloaded num-rational v0.4.2
8802024-11-07T01:23:02.753Z Downloaded pretty-hex v0.2.1
8812024-11-07T01:23:02.753Z Downloaded futures-util v0.3.31
8822024-11-07T01:23:02.765Z Downloaded signal-hook-registry v1.4.2
8832024-11-07T01:23:02.767Z Downloaded publicsuffix v2.2.3
8842024-11-07T01:23:02.770Z Downloaded itertools v0.12.1
8852024-11-07T01:23:02.776Z Downloaded spin v0.5.2
8862024-11-07T01:23:02.778Z Downloaded strum_macros v0.25.3
8872024-11-07T01:23:02.781Z Downloaded steno v0.4.1
8882024-11-07T01:23:02.784Z Downloaded zerocopy v0.6.6
8892024-11-07T01:23:02.786Z Downloaded resolv-conf v0.7.0
8902024-11-07T01:23:02.789Z Downloaded tracing-core v0.1.32
8912024-11-07T01:23:02.791Z Downloaded tungstenite v0.23.0
8922024-11-07T01:23:02.795Z Downloaded der_derive v0.7.3
8932024-11-07T01:23:02.797Z Downloaded vte_generate_state_changes v0.1.2
8942024-11-07T01:23:02.800Z Downloaded predicates-tree v1.0.11
8952024-11-07T01:23:02.800Z Downloaded predicates-core v1.0.8
8962024-11-07T01:23:02.803Z Downloaded funty v2.0.0
8972024-11-07T01:23:02.803Z Downloaded hex-literal v0.4.1
8982024-11-07T01:23:02.803Z Downloaded fixedbitset v0.4.2
8992024-11-07T01:23:02.806Z Downloaded nodrop v0.1.14
9002024-11-07T01:23:02.806Z Downloaded flagset v0.4.6
9012024-11-07T01:23:02.806Z Downloaded tungstenite v0.21.0
9022024-11-07T01:23:02.809Z Downloaded serde_with_macros v3.11.0
9032024-11-07T01:23:02.812Z Downloaded r2d2 v0.8.10
9042024-11-07T01:23:02.814Z Downloaded powerfmt v0.2.0
9052024-11-07T01:23:02.816Z Downloaded pkg-config v0.3.31
9062024-11-07T01:23:02.816Z Downloaded fragile v2.0.0
9072024-11-07T01:23:02.819Z Downloaded stable_deref_trait v1.2.0
9082024-11-07T01:23:02.819Z Downloaded postgres-types v0.2.8
9092024-11-07T01:23:02.821Z Downloaded postcard v1.0.10
9102024-11-07T01:23:02.824Z Downloaded filetime v0.2.25
9112024-11-07T01:23:02.827Z Downloaded omicron-zone-package v0.11.1
9122024-11-07T01:23:02.829Z Downloaded num-integer v0.1.46
9132024-11-07T01:23:02.832Z Downloaded rfc6979 v0.4.0
9142024-11-07T01:23:02.832Z Downloaded nom v7.1.3
9152024-11-07T01:23:02.837Z Downloaded radium v0.7.0
9162024-11-07T01:23:02.840Z Downloaded flume v0.11.0
9172024-11-07T01:23:02.842Z Downloaded num-complex v0.4.6
9182024-11-07T01:23:02.844Z Downloaded futures-core v0.3.31
9192024-11-07T01:23:02.847Z Downloaded thiserror-no-std v2.0.2
9202024-11-07T01:23:02.849Z Downloaded oso-derive v0.27.3
9212024-11-07T01:23:02.851Z Downloaded xattr v1.3.1
9222024-11-07T01:23:02.854Z Downloaded futures-channel v0.3.31
9232024-11-07T01:23:02.854Z Downloaded futures-executor v0.3.31
9242024-11-07T01:23:02.857Z Downloaded derive_builder_core v0.20.2
9252024-11-07T01:23:02.859Z Downloaded num-traits v0.2.19
9262024-11-07T01:23:02.862Z Downloaded rcgen v0.12.1
9272024-11-07T01:23:02.864Z Downloaded rayon-core v1.12.1
9282024-11-07T01:23:02.867Z Downloaded portable-atomic v1.9.0
9292024-11-07T01:23:02.874Z Downloaded wait-timeout v0.2.0
9302024-11-07T01:23:02.876Z Downloaded bindgen v0.69.5
9312024-11-07T01:23:02.883Z Downloaded toml v0.7.8
9322024-11-07T01:23:02.886Z Downloaded socket2 v0.5.7
9332024-11-07T01:23:02.888Z Downloaded zopfli v0.8.1
9342024-11-07T01:23:02.891Z Downloaded rustls-webpki v0.102.8
9352024-11-07T01:23:02.910Z Downloaded ron v0.8.1
9362024-11-07T01:23:02.915Z Downloaded curve25519-dalek v4.1.3
9372024-11-07T01:23:02.940Z Downloaded test-strategy v0.3.1
9382024-11-07T01:23:02.945Z Downloaded hyper v0.14.30
9392024-11-07T01:23:02.956Z Downloaded zip v2.1.3
9402024-11-07T01:23:02.962Z Downloaded tough v0.17.1
9412024-11-07T01:23:02.971Z Downloaded bitvec v1.0.1
9422024-11-07T01:23:02.988Z Downloaded tokio-util v0.7.12
9432024-11-07T01:23:02.995Z Downloaded openssl-sys v0.9.103
9442024-11-07T01:23:03.001Z Downloaded hashbrown v0.14.5
9452024-11-07T01:23:03.007Z Downloaded time v0.3.36
9462024-11-07T01:23:03.014Z Downloaded expectorate v1.1.0
9472024-11-07T01:23:03.017Z Downloaded radix_trie v0.2.1
9482024-11-07T01:23:03.023Z Downloaded idna v0.3.0
9492024-11-07T01:23:03.030Z Downloaded toml_edit v0.19.15
9502024-11-07T01:23:03.048Z Downloaded p521 v0.13.3
9512024-11-07T01:23:03.051Z Downloaded chrono-tz v0.10.0
9522024-11-07T01:23:03.058Z Downloaded rustyline v14.0.0
9532024-11-07T01:23:03.064Z Downloaded git2 v0.19.0
9542024-11-07T01:23:03.074Z Downloaded salty v0.3.0
9552024-11-07T01:23:03.081Z Downloaded rustls-webpki v0.101.7
9562024-11-07T01:23:03.097Z Downloaded regex v1.11.0
9572024-11-07T01:23:03.111Z Downloaded flate2 v1.0.34
9582024-11-07T01:23:03.117Z Downloaded smoltcp v0.9.1
9592024-11-07T01:23:03.128Z Downloaded rustls v0.21.12
9602024-11-07T01:23:03.140Z Downloaded lalrpop v0.19.12
9612024-11-07T01:23:03.152Z Downloaded p384 v0.13.0
9622024-11-07T01:23:03.158Z Downloaded proptest v1.5.0
9632024-11-07T01:23:03.168Z Downloaded diesel v2.2.4
9642024-11-07T01:23:03.187Z Downloaded bstr v1.10.0
9652024-11-07T01:23:03.197Z Downloaded idna v0.5.0
9662024-11-07T01:23:03.203Z Downloaded h2 v0.4.6
9672024-11-07T01:23:03.210Z Downloaded rustls v0.22.4
9682024-11-07T01:23:03.224Z Downloaded sqlparser v0.45.0
9692024-11-07T01:23:03.229Z Downloaded idna v0.2.3
9702024-11-07T01:23:03.236Z Downloaded regress v0.10.1
9712024-11-07T01:23:03.246Z Downloaded h2 v0.3.26
9722024-11-07T01:23:03.253Z Downloaded sled v0.34.7
9732024-11-07T01:23:03.264Z Downloaded typify-impl v0.2.0
9742024-11-07T01:23:03.279Z Downloaded idna v0.4.0
9752024-11-07T01:23:03.287Z Downloaded reqwest v0.12.8
9762024-11-07T01:23:03.295Z Downloaded quinn-proto v0.11.8
9772024-11-07T01:23:03.302Z Downloaded nix v0.27.1
9782024-11-07T01:23:03.314Z Downloaded serde_with v3.11.0
9792024-11-07T01:23:03.323Z Downloaded rayon v1.10.0
9802024-11-07T01:23:03.333Z Downloaded zerocopy-derive v0.6.6
9812024-11-07T01:23:03.342Z Downloaded nix v0.28.0
9822024-11-07T01:23:03.354Z Downloaded bzip2-sys v0.1.11+1.0.8
9832024-11-07T01:23:03.366Z Downloaded dropshot v0.12.0
9842024-11-07T01:23:03.386Z Downloaded nix v0.29.0
9852024-11-07T01:23:03.398Z Downloaded hickory-proto v0.24.1
9862024-11-07T01:23:03.413Z Downloaded rustls v0.23.14
9872024-11-07T01:23:03.425Z Downloaded vcpkg v0.2.15
9882024-11-07T01:23:03.470Z Downloaded object v0.30.4
9892024-11-07T01:23:03.480Z Downloaded object v0.36.5
9902024-11-07T01:23:03.493Z Downloaded openssl v0.10.66
9912024-11-07T01:23:03.502Z Downloaded webpki-roots v0.26.6
9922024-11-07T01:23:03.505Z Downloaded trust-dns-proto v0.22.0
9932024-11-07T01:23:03.517Z Downloaded gimli v0.31.1
9942024-11-07T01:23:03.525Z Downloaded csv v1.3.0
9952024-11-07T01:23:03.551Z Downloaded openapiv3 v2.0.0
9962024-11-07T01:23:03.559Z Downloaded tokio v1.40.0
9972024-11-07T01:23:03.600Z Downloaded regress v0.9.1
9982024-11-07T01:23:03.609Z Downloaded regex-syntax v0.8.5
9992024-11-07T01:23:03.618Z Downloaded sha3 v0.10.8
10002024-11-07T01:23:03.623Z Downloaded quick-xml v0.33.0
10012024-11-07T01:23:03.632Z Downloaded polar-core v0.27.3
10022024-11-07T01:23:03.639Z Downloaded regex-syntax v0.6.29
10032024-11-07T01:23:03.647Z Downloaded num-bigint-dig v0.8.4
10042024-11-07T01:23:03.655Z Downloaded smoltcp v0.11.0
10052024-11-07T01:23:03.667Z Downloaded ed25519-dalek v2.1.1
10062024-11-07T01:23:03.670Z Downloaded unicode_categories v0.1.1
10072024-11-07T01:23:03.673Z Downloaded snafu v0.8.5
10082024-11-07T01:23:03.678Z Downloaded samael v0.0.17
10092024-11-07T01:23:03.684Z Downloaded chrono v0.4.38
10102024-11-07T01:23:03.694Z Downloaded tungstenite v0.24.0
10112024-11-07T01:23:03.696Z Downloaded ssh-key v0.6.6
10122024-11-07T01:23:03.704Z Downloaded shell-words v1.1.0
10132024-11-07T01:23:03.707Z Downloaded spin v0.9.8
10142024-11-07T01:23:03.712Z Downloaded secrecy v0.8.0
10152024-11-07T01:23:03.712Z Downloaded rsa v0.9.6
10162024-11-07T01:23:03.714Z Downloaded x509-cert v0.2.5
10172024-11-07T01:23:03.720Z Downloaded url v2.5.2
10182024-11-07T01:23:03.724Z Downloaded unicode-segmentation v1.12.0
10192024-11-07T01:23:03.728Z Downloaded zone v0.3.0
10202024-11-07T01:23:03.730Z Downloaded predicates v3.1.2
10212024-11-07T01:23:03.733Z Downloaded fallible-streaming-iterator v0.1.9
10222024-11-07T01:23:03.733Z Downloaded fallible-iterator v0.3.0
10232024-11-07T01:23:03.737Z Downloaded deranged v0.3.11
10242024-11-07T01:23:03.737Z Downloaded tinyvec v1.8.0
10252024-11-07T01:23:03.737Z Downloaded pkcs8 v0.10.2
10262024-11-07T01:23:03.740Z Downloaded half v2.4.1
10272024-11-07T01:23:03.742Z Downloaded unicode-normalization v0.1.24
10282024-11-07T01:23:03.747Z Downloaded reqwest v0.11.27
10292024-11-07T01:23:03.754Z Downloaded phf_codegen v0.11.2
10302024-11-07T01:23:03.757Z Downloaded zone v0.1.8
10312024-11-07T01:23:03.757Z Downloaded pkcs1 v0.7.5
10322024-11-07T01:23:03.760Z Downloaded pin-project-lite v0.2.14
10332024-11-07T01:23:03.763Z Downloaded parse-zoneinfo v0.3.1
10342024-11-07T01:23:03.766Z Downloaded regex-automata v0.4.8
10352024-11-07T01:23:03.786Z Downloaded ratatui v0.28.1
10362024-11-07T01:23:03.808Z Downloaded pbkdf2 v0.11.0
10372024-11-07T01:23:03.810Z Downloaded libxml v0.3.3
10382024-11-07T01:23:03.816Z Downloaded reedline v0.35.0
10392024-11-07T01:23:03.824Z Downloaded signal-hook-tokio v0.3.1
10402024-11-07T01:23:03.827Z Downloaded lzma-sys v0.1.20
10412024-11-07T01:23:03.858Z Downloaded pin-utils v0.1.0
10422024-11-07T01:23:03.860Z Downloaded embedded-io v0.4.0
10432024-11-07T01:23:03.863Z Downloaded either v1.13.0
10442024-11-07T01:23:03.863Z Downloaded twox-hash v1.6.3
10452024-11-07T01:23:03.865Z Downloaded serde_derive_internals v0.29.1
10462024-11-07T01:23:03.865Z Downloaded unarray v0.1.4
10472024-11-07T01:23:03.868Z Downloaded tabwriter v1.4.0
10482024-11-07T01:23:03.868Z Downloaded scopeguard v1.2.0
10492024-11-07T01:23:03.870Z Downloaded schemars_derive v0.8.21
10502024-11-07T01:23:03.870Z Downloaded scheduled-thread-pool v0.2.7
10512024-11-07T01:23:03.873Z Downloaded petgraph v0.6.5
10522024-11-07T01:23:03.891Z Downloaded quinn-udp v0.5.5
10532024-11-07T01:23:03.894Z Downloaded diesel_derives v2.2.3
10542024-11-07T01:23:03.897Z Downloaded aes-gcm v0.10.3
10552024-11-07T01:23:03.900Z Downloaded vergen v8.3.2
10562024-11-07T01:23:03.903Z Downloaded enum-as-inner v0.5.1
10572024-11-07T01:23:03.906Z Downloaded sqlformat v0.2.6
10582024-11-07T01:23:03.908Z Downloaded foreign-types-macros v0.2.3
10592024-11-07T01:23:03.908Z Downloaded heapless v0.7.17
10602024-11-07T01:23:03.911Z Downloaded derive_builder v0.20.2
10612024-11-07T01:23:03.916Z Downloaded zip v0.6.6
10622024-11-07T01:23:03.920Z Downloaded phf_shared v0.11.2
10632024-11-07T01:23:03.922Z Downloaded crypto-bigint v0.5.5
10642024-11-07T01:23:03.928Z Downloaded crossbeam-channel v0.5.13
10652024-11-07T01:23:03.933Z Downloaded libz-sys v1.1.20
10662024-11-07T01:23:03.954Z Downloaded owo-colors v4.1.0
10672024-11-07T01:23:03.957Z Downloaded ssh-cipher v0.2.0
10682024-11-07T01:23:03.959Z Downloaded http v1.1.0
10692024-11-07T01:23:03.962Z Downloaded crossterm v0.28.1
10702024-11-07T01:23:03.968Z Downloaded const_format v0.2.33
10712024-11-07T01:23:03.972Z Downloaded termcolor v1.4.1
10722024-11-07T01:23:03.975Z Downloaded ron v0.7.1
10732024-11-07T01:23:03.978Z Downloaded serde_path_to_error v0.1.16
10742024-11-07T01:23:03.980Z Downloaded rustls-pemfile v2.2.0
10752024-11-07T01:23:03.983Z Downloaded base64 v0.22.1
10762024-11-07T01:23:03.985Z Downloaded hyper-util v0.1.9
10772024-11-07T01:23:03.990Z Downloaded slog-envlogger v2.2.0
10782024-11-07T01:23:03.992Z Downloaded allocator-api2 v0.2.18
10792024-11-07T01:23:03.995Z Downloaded ed25519 v2.2.3
10802024-11-07T01:23:03.998Z Downloaded mockall_derive v0.13.0
10812024-11-07T01:23:03.998Z Downloaded compact_str v0.8.0
10822024-11-07T01:23:04.001Z Downloaded chacha20poly1305 v0.10.1
10832024-11-07T01:23:04.004Z Downloaded tokio-tungstenite v0.23.1
10842024-11-07T01:23:04.015Z Downloaded backtrace v0.3.74
10852024-11-07T01:23:04.019Z Downloaded crossbeam-utils v0.8.20
10862024-11-07T01:23:04.019Z Downloaded bytes v1.7.2
10872024-11-07T01:23:04.019Z Downloaded sqlparser_derive v0.2.2
10882024-11-07T01:23:04.019Z Downloaded polyval v0.6.2
10892024-11-07T01:23:04.022Z Downloaded enum-as-inner v0.6.1
10902024-11-07T01:23:04.022Z Downloaded ecdsa v0.16.9
10912024-11-07T01:23:04.024Z Downloaded tokio-rustls v0.26.0
10922024-11-07T01:23:04.027Z Downloaded time-macros v0.2.18
10932024-11-07T01:23:04.027Z Downloaded hyper-rustls v0.27.3
10942024-11-07T01:23:04.029Z Downloaded hkdf v0.12.4
10952024-11-07T01:23:04.032Z Downloaded tokio-stream v0.1.16
10962024-11-07T01:23:04.036Z Downloaded term v0.7.0
10972024-11-07T01:23:04.039Z Downloaded aho-corasick v1.1.3
10982024-11-07T01:23:04.045Z Downloaded parse-display v0.10.0
10992024-11-07T01:23:04.048Z Downloaded indexmap v1.9.3
11002024-11-07T01:23:04.050Z Downloaded num-derive v0.4.2
11012024-11-07T01:23:04.053Z Downloaded futures-io v0.3.31
11022024-11-07T01:23:04.055Z Downloaded futures-macro v0.3.31
11032024-11-07T01:23:04.055Z Downloaded foldhash v0.1.3
11042024-11-07T01:23:04.055Z Downloaded native-tls v0.2.12
11052024-11-07T01:23:04.058Z Downloaded mime_guess v2.0.5
11062024-11-07T01:23:04.060Z Downloaded lock_api v0.4.12
11072024-11-07T01:23:04.060Z Downloaded zeroize_derive v1.4.2
11082024-11-07T01:23:04.063Z Downloaded ipnet v2.10.1
11092024-11-07T01:23:04.063Z Downloaded indoc v1.0.9
11102024-11-07T01:23:04.068Z Downloaded hickory-server v0.24.1
11112024-11-07T01:23:04.070Z Downloaded serde_plain v1.0.2
11122024-11-07T01:23:04.073Z Downloaded rustversion v1.0.17
11132024-11-07T01:23:04.076Z Downloaded lru-cache v0.1.2
11142024-11-07T01:23:04.076Z Downloaded num-conv v0.1.0
11152024-11-07T01:23:04.079Z Downloaded normalize-line-endings v0.3.0
11162024-11-07T01:23:04.079Z Downloaded bit-vec v0.6.3
11172024-11-07T01:23:04.079Z Downloaded keccak v0.1.5
11182024-11-07T01:23:04.081Z Downloaded is-terminal v0.4.13
11192024-11-07T01:23:04.081Z Downloaded base64ct v1.6.0
11202024-11-07T01:23:04.083Z Downloaded ahash v0.8.11
11212024-11-07T01:23:04.086Z Downloaded clang-sys v1.8.1
11222024-11-07T01:23:04.088Z Downloaded matches v0.1.10
11232024-11-07T01:23:04.088Z Downloaded cookie_store v0.21.0
11242024-11-07T01:23:04.091Z Downloaded bcs v0.1.6
11252024-11-07T01:23:04.091Z Downloaded arc-swap v1.7.1
11262024-11-07T01:23:04.095Z Downloaded castaway v0.2.3
11272024-11-07T01:23:04.097Z Downloaded bit-set v0.5.3
11282024-11-07T01:23:04.097Z Downloaded arrayref v0.3.9
11292024-11-07T01:23:04.177Z Downloaded encoding_rs v0.8.34
11302024-11-07T01:23:04.294Z Downloaded libgit2-sys v0.17.0+1.8.1
11312024-11-07T01:23:04.972Z Downloaded ring v0.17.8
11322024-11-07T01:23:05.157Z Downloaded libsqlite3-sys v0.30.1
11332024-11-07T01:23:05.237Z Downloaded ring v0.16.20
11342024-11-07T01:23:05.417Z Compiling serde v1.0.210
11352024-11-07T01:23:05.420Z Compiling typenum v1.17.0
11362024-11-07T01:23:05.420Z Compiling lock_api v0.4.12
11372024-11-07T01:23:05.420Z Compiling generic-array v0.14.7
11382024-11-07T01:23:05.420Z Compiling scopeguard v1.2.0
11392024-11-07T01:23:05.420Z Compiling subtle v2.6.1
11402024-11-07T01:23:05.583Z Compiling syn v2.0.79
11412024-11-07T01:23:05.597Z Compiling getrandom v0.2.15
11422024-11-07T01:23:05.794Z Compiling value-bag v1.9.0
11432024-11-07T01:23:05.912Z Compiling rand_core v0.6.4
11442024-11-07T01:23:05.969Z Compiling const-oid v0.9.6
11452024-11-07T01:23:06.018Z Compiling jobserver v0.1.32
11462024-11-07T01:23:06.101Z Compiling shlex v1.3.0
11472024-11-07T01:23:06.374Z Compiling log v0.4.22
11482024-11-07T01:23:06.411Z Compiling cc v1.1.30
11492024-11-07T01:23:06.453Z Compiling pin-project-lite v0.2.14
11502024-11-07T01:23:06.572Z Compiling smallvec v1.13.2
11512024-11-07T01:23:06.937Z Compiling parking_lot_core v0.9.10
11522024-11-07T01:23:06.984Z Compiling futures-core v0.3.31
11532024-11-07T01:23:07.095Z Compiling signal-hook-registry v1.4.2
11542024-11-07T01:23:07.247Z Compiling mio v1.0.2
11552024-11-07T01:23:07.266Z Compiling cpufeatures v0.2.14
11562024-11-07T01:23:07.373Z Compiling futures-sink v0.3.31
11572024-11-07T01:23:07.529Z Compiling spin v0.9.8
11582024-11-07T01:23:07.815Z Compiling parking_lot v0.12.3
11592024-11-07T01:23:07.886Z Compiling socket2 v0.5.7
11602024-11-07T01:23:07.962Z Compiling slab v0.4.9
11612024-11-07T01:23:08.090Z Compiling serde_json v1.0.128
11622024-11-07T01:23:08.281Z Compiling futures-channel v0.3.31
11632024-11-07T01:23:08.464Z Compiling futures-task v0.3.31
11642024-11-07T01:23:08.549Z Compiling pin-utils v0.1.0
11652024-11-07T01:23:08.653Z Compiling futures-io v0.3.31
11662024-11-07T01:23:08.727Z Compiling foldhash v0.1.3
11672024-11-07T01:23:08.788Z Compiling allocator-api2 v0.2.18
11682024-11-07T01:23:08.791Z Compiling tinyvec_macros v0.1.1
11692024-11-07T01:23:08.865Z Compiling tinyvec v1.8.0
11702024-11-07T01:23:08.885Z Compiling pkg-config v0.3.31
11712024-11-07T01:23:08.977Z Compiling libm v0.2.8
11722024-11-07T01:23:08.998Z Compiling num-traits v0.2.19
11732024-11-07T01:23:09.044Z Compiling unicode-bidi v0.3.17
11742024-11-07T01:23:09.529Z Compiling base64ct v1.6.0
11752024-11-07T01:23:09.676Z Compiling hashbrown v0.15.0
11762024-11-07T01:23:10.175Z Compiling pem-rfc7468 v0.7.0
11772024-11-07T01:23:10.466Z Compiling unicode-normalization v0.1.24
11782024-11-07T01:23:10.539Z Compiling ring v0.17.8
11792024-11-07T01:23:10.539Z Compiling flagset v0.4.6
11802024-11-07T01:23:10.798Z Compiling httparse v1.9.5
11812024-11-07T01:23:10.866Z Compiling tracing-core v0.1.32
11822024-11-07T01:23:10.973Z Compiling percent-encoding v2.3.1
11832024-11-07T01:23:11.164Z Compiling rustls-pki-types v1.9.0
11842024-11-07T01:23:11.355Z Compiling crossbeam-utils v0.8.20
11852024-11-07T01:23:11.597Z Compiling powerfmt v0.2.0
11862024-11-07T01:23:11.990Z Compiling num-conv v0.1.0
11872024-11-07T01:23:12.009Z Compiling untrusted v0.9.0
11882024-11-07T01:23:12.147Z Compiling time-core v0.1.2
11892024-11-07T01:23:12.166Z Compiling vcpkg v0.2.15
11902024-11-07T01:23:12.261Z Compiling deranged v0.3.11
11912024-11-07T01:23:12.280Z Compiling num_threads v0.1.7
11922024-11-07T01:23:12.300Z Compiling time-macros v0.2.18
11932024-11-07T01:23:12.402Z Compiling atomic-waker v1.1.2
11942024-11-07T01:23:12.540Z Compiling form_urlencoded v1.2.1
11952024-11-07T01:23:12.582Z Compiling rustix v0.38.37
11962024-11-07T01:23:12.864Z Compiling try-lock v0.2.5
11972024-11-07T01:23:13.040Z Compiling slog v2.7.0
11982024-11-07T01:23:13.454Z Compiling want v0.3.1
11992024-11-07T01:23:13.473Z Compiling httpdate v1.0.3
12002024-11-07T01:23:13.725Z Compiling idna v0.5.0
12012024-11-07T01:23:13.934Z Compiling openssl v0.10.66
12022024-11-07T01:23:14.012Z Compiling tower-service v0.3.3
12032024-11-07T01:23:14.030Z Compiling openssl-sys v0.9.103
12042024-11-07T01:23:14.142Z Compiling rustversion v1.0.17
12052024-11-07T01:23:14.288Z Compiling base64 v0.22.1
12062024-11-07T01:23:14.335Z Compiling foreign-types-shared v0.1.1
12072024-11-07T01:23:14.446Z Compiling adler2 v2.0.0
12082024-11-07T01:23:14.654Z Compiling match_cfg v0.1.0
12092024-11-07T01:23:14.743Z Compiling iana-time-zone v0.1.61
12102024-11-07T01:23:14.875Z Compiling hostname v0.3.1
12112024-11-07T01:23:15.038Z Compiling miniz_oxide v0.8.0
12122024-11-07T01:23:15.093Z Compiling url v2.5.2
12132024-11-07T01:23:15.125Z Compiling foreign-types v0.3.2
12142024-11-07T01:23:15.147Z Compiling dirs-sys-next v0.1.2
12152024-11-07T01:23:15.149Z Compiling time v0.3.36
12162024-11-07T01:23:15.205Z Compiling aho-corasick v1.1.3
12172024-11-07T01:23:15.768Z Compiling data-encoding v2.6.0
12182024-11-07T01:23:16.177Z Compiling rustls v0.23.14
12192024-11-07T01:23:16.438Z Compiling syn v1.0.109
12202024-11-07T01:23:16.684Z Compiling siphasher v0.3.11
12212024-11-07T01:23:16.989Z Compiling native-tls v0.2.12
12222024-11-07T01:23:17.046Z Compiling rustls v0.22.4
12232024-11-07T01:23:17.295Z Compiling regex-syntax v0.8.5
12242024-11-07T01:23:17.381Z Compiling dirs-next v2.0.0
12252024-11-07T01:23:17.574Z Compiling serde_derive_internals v0.29.1
12262024-11-07T01:23:18.703Z Compiling serde_derive v1.0.210
12272024-11-07T01:23:18.861Z Compiling zeroize_derive v1.4.2
12282024-11-07T01:23:18.898Z Compiling zerocopy-derive v0.7.35
12292024-11-07T01:23:19.836Z Compiling tokio-macros v2.4.0
12302024-11-07T01:23:19.858Z Compiling thiserror-impl v1.0.64
12312024-11-07T01:23:20.008Z Compiling futures-macro v0.3.31
12322024-11-07T01:23:20.269Z Compiling zeroize v1.8.1
12332024-11-07T01:23:20.985Z Compiling zerocopy v0.7.35
12342024-11-07T01:23:21.257Z Compiling der_derive v0.7.3
12352024-11-07T01:23:21.867Z Compiling futures-util v0.3.31
12362024-11-07T01:23:22.124Z Compiling crypto-common v0.1.6
12372024-11-07T01:23:22.370Z Compiling block-buffer v0.10.4
12382024-11-07T01:23:22.623Z Compiling digest v0.10.7
12392024-11-07T01:23:22.642Z Compiling block-padding v0.3.3
12402024-11-07T01:23:22.855Z Compiling inout v0.1.3
12412024-11-07T01:23:22.900Z Compiling thiserror v1.0.64
12422024-11-07T01:23:23.076Z Compiling hmac v0.12.1
12432024-11-07T01:23:23.096Z Compiling cipher v0.4.4
12442024-11-07T01:23:23.152Z Compiling sha2 v0.10.8
12452024-11-07T01:23:23.319Z Compiling ppv-lite86 v0.2.20
12462024-11-07T01:23:23.403Z Compiling tracing-attributes v0.1.27
12472024-11-07T01:23:23.484Z Compiling der v0.7.9
12482024-11-07T01:23:23.610Z Compiling salsa20 v0.10.2
12492024-11-07T01:23:23.842Z Compiling pbkdf2 v0.12.2
12502024-11-07T01:23:24.023Z Compiling pest v2.7.14
12512024-11-07T01:23:24.154Z Compiling rand_chacha v0.3.1
12522024-11-07T01:23:26.335Z Compiling spki v0.7.3
12532024-11-07T01:23:26.539Z Compiling rand v0.8.5
12542024-11-07T01:23:26.574Z Compiling pest_meta v2.7.14
12552024-11-07T01:23:26.676Z Compiling scrypt v0.11.0
12562024-11-07T01:23:26.701Z Compiling tracing v0.1.40
12572024-11-07T01:23:26.953Z Compiling aes v0.8.4
12582024-11-07T01:23:27.208Z Compiling cbc v0.1.2
12592024-11-07T01:23:27.211Z Compiling scroll_derive v0.12.0
12602024-11-07T01:23:27.413Z Compiling openssl-macros v0.1.1
12612024-11-07T01:23:28.156Z Compiling pkcs5 v0.7.1
12622024-11-07T01:23:28.202Z Compiling pest_generator v2.7.14
12632024-11-07T01:23:28.591Z Compiling scroll v0.12.0
12642024-11-07T01:23:28.659Z Compiling async-trait v0.1.83
12652024-11-07T01:23:29.166Z Compiling goblin v0.8.2
12662024-11-07T01:23:29.325Z Compiling pkcs8 v0.10.2
12672024-11-07T01:23:29.847Z Compiling sha1 v0.10.6
12682024-11-07T01:23:30.047Z Compiling signature v2.2.0
12692024-11-07T01:23:30.117Z Compiling regex-automata v0.4.8
12702024-11-07T01:23:30.266Z Compiling crossbeam-epoch v0.9.18
12712024-11-07T01:23:30.341Z Compiling bzip2-sys v0.1.11+1.0.8
12722024-11-07T01:23:30.821Z Compiling lazy_static v1.5.0
12732024-11-07T01:23:30.941Z Compiling thread_local v1.1.8
12742024-11-07T01:23:31.018Z Compiling rustls-webpki v0.102.8
12752024-11-07T01:23:31.191Z Compiling pest_derive v2.7.14
12762024-11-07T01:23:31.331Z Compiling multer v3.1.0
12772024-11-07T01:23:31.508Z Compiling cookie v0.18.1
12782024-11-07T01:23:31.639Z Compiling encoding_rs v0.8.34
12792024-11-07T01:23:31.830Z Compiling gimli v0.31.1
12802024-11-07T01:23:31.987Z Compiling dtrace-parser v0.2.0
12812024-11-07T01:23:32.606Z Compiling bytes v1.7.2
12822024-11-07T01:23:33.061Z Compiling indexmap v2.6.0
12832024-11-07T01:23:33.980Z Compiling tokio v1.40.0
12842024-11-07T01:23:34.133Z Compiling http v1.1.0
12852024-11-07T01:23:34.630Z Compiling bitflags v2.6.0
12862024-11-07T01:23:35.051Z Compiling semver v1.0.23
12872024-11-07T01:23:35.805Z Compiling rustc_version v0.4.1
12882024-11-07T01:23:35.875Z Compiling http-body v1.0.1
12892024-11-07T01:23:35.964Z Compiling dof v0.3.0
12902024-11-07T01:23:36.584Z Compiling toml_datetime v0.6.8
12912024-11-07T01:23:36.586Z Compiling serde_spanned v0.6.8
12922024-11-07T01:23:36.826Z Compiling serde_tokenstream v0.2.2
12932024-11-07T01:23:37.115Z Compiling uuid v1.10.0
12942024-11-07T01:23:37.135Z Compiling usdt-impl v0.5.0
12952024-11-07T01:23:37.454Z Compiling chrono v0.4.38
12962024-11-07T01:23:38.072Z Compiling heapless v0.7.17
12972024-11-07T01:23:38.543Z Compiling http-body-util v0.1.2
12982024-11-07T01:23:38.643Z Compiling signal-hook v0.3.17
12992024-11-07T01:23:38.910Z Compiling unicode-properties v0.1.3
13002024-11-07T01:23:39.076Z Compiling schemars v0.8.21
13012024-11-07T01:23:39.165Z Compiling openssl-probe v0.1.5
13022024-11-07T01:23:39.302Z Compiling rayon-core v1.12.1
13032024-11-07T01:23:39.428Z Compiling either v1.13.0
13042024-11-07T01:23:39.524Z Compiling paste v1.0.15
13052024-11-07T01:23:39.585Z Compiling slog-async v2.8.0
13062024-11-07T01:23:39.857Z Compiling ipnet v2.10.1
13072024-11-07T01:23:40.047Z Compiling mime v0.3.17
13082024-11-07T01:23:40.317Z Compiling stringprep v0.1.5
13092024-11-07T01:23:40.648Z Compiling toml_edit v0.22.22
13102024-11-07T01:23:41.077Z Compiling usdt-attr-macro v0.5.0
13112024-11-07T01:23:41.099Z Compiling usdt-macro v0.5.0
13122024-11-07T01:23:41.566Z Compiling curve25519-dalek v4.1.3
13132024-11-07T01:23:41.585Z Compiling addr2line v0.24.2
13142024-11-07T01:23:42.235Z Compiling slog-json v2.6.1
13152024-11-07T01:23:42.295Z Compiling serde_urlencoded v0.7.1
13162024-11-07T01:23:42.325Z Compiling tokio-util v0.7.12
13172024-11-07T01:23:42.845Z Compiling crossbeam-deque v0.8.5
13182024-11-07T01:23:43.230Z Compiling futures-executor v0.3.31
13192024-11-07T01:23:43.652Z Compiling h2 v0.4.6
13202024-11-07T01:23:43.778Z Compiling md-5 v0.10.6
13212024-11-07T01:23:44.047Z Compiling schemars_derive v0.8.21
13222024-11-07T01:23:45.192Z Compiling enum-as-inner v0.6.1
13232024-11-07T01:23:46.256Z Compiling async-stream-impl v0.3.6
13242024-11-07T01:23:47.071Z Compiling term v0.7.0
13252024-11-07T01:23:47.605Z Compiling crossbeam-channel v0.5.13
13262024-11-07T01:23:48.595Z Compiling num-integer v0.1.46
13272024-11-07T01:23:48.746Z Compiling rustls-pemfile v2.2.0
13282024-11-07T01:23:48.767Z Compiling idna v0.3.0
13292024-11-07T01:23:48.798Z Compiling idna v0.4.0
13302024-11-07T01:23:49.102Z Compiling hash32 v0.2.1
13312024-11-07T01:23:49.381Z Compiling ff v0.13.0
13322024-11-07T01:23:49.486Z Compiling is-terminal v0.4.13
13332024-11-07T01:23:49.618Z Compiling dropshot v0.12.0
13342024-11-07T01:23:49.637Z Compiling object v0.36.5
13352024-11-07T01:23:49.928Z Compiling rustc-demangle v0.1.24
13362024-11-07T01:23:50.407Z Compiling dyn-clone v1.0.17
13372024-11-07T01:23:50.410Z Compiling portable-atomic v1.9.0
13382024-11-07T01:23:50.630Z Compiling quick-error v1.2.3
13392024-11-07T01:23:50.780Z Compiling hyper v1.4.1
13402024-11-07T01:23:50.880Z Compiling base16ct v0.2.0
13412024-11-07T01:23:51.199Z Compiling fallible-iterator v0.2.0
13422024-11-07T01:23:51.469Z Compiling anyhow v1.0.92
13432024-11-07T01:23:51.940Z Compiling take_mut v0.2.2
13442024-11-07T01:23:52.108Z Compiling psl-types v2.0.11
13452024-11-07T01:23:52.139Z Compiling utf-8 v0.7.6
13462024-11-07T01:23:52.295Z Compiling stable_deref_trait v1.2.0
13472024-11-07T01:23:52.387Z Compiling smoltcp v0.9.1
13482024-11-07T01:23:52.409Z Compiling num-bigint-dig v0.8.4
13492024-11-07T01:23:52.465Z Compiling linked-hash-map v0.5.6
13502024-11-07T01:23:52.821Z Compiling lru-cache v0.1.2
13512024-11-07T01:23:53.026Z Compiling tungstenite v0.24.0
13522024-11-07T01:23:53.166Z Compiling publicsuffix v2.2.3
13532024-11-07T01:23:53.430Z Compiling hyper-util v0.1.9
13542024-11-07T01:23:54.382Z Compiling postgres-protocol v0.6.7
13552024-11-07T01:23:54.948Z Compiling sec1 v0.7.3
13562024-11-07T01:23:55.273Z Compiling resolv-conf v0.7.0
13572024-11-07T01:23:55.628Z Compiling hickory-proto v0.24.1
13582024-11-07T01:23:55.711Z Compiling usdt v0.5.0
13592024-11-07T01:23:55.878Z Compiling slog-term v2.9.1
13602024-11-07T01:23:55.977Z Compiling group v0.13.0
13612024-11-07T01:23:56.193Z Compiling num-iter v0.1.45
13622024-11-07T01:23:56.292Z Compiling tokio-rustls v0.26.0
13632024-11-07T01:23:56.383Z Compiling async-stream v0.3.6
13642024-11-07T01:23:56.669Z Compiling tokio-rustls v0.25.0
13652024-11-07T01:23:56.692Z Compiling tokio-native-tls v0.3.1
13662024-11-07T01:23:56.905Z Compiling toml v0.8.19
13672024-11-07T01:23:56.964Z Compiling futures v0.3.31
13682024-11-07T01:23:57.973Z Compiling backtrace v0.3.74
13692024-11-07T01:23:58.147Z Compiling camino v1.1.9
13702024-11-07T01:23:58.190Z Compiling slog-bunyan v2.5.0
13712024-11-07T01:23:58.838Z Compiling terminal_size v0.4.0
13722024-11-07T01:23:59.060Z Compiling dropshot_endpoint v0.12.0
13732024-11-07T01:23:59.111Z Compiling openapiv3 v2.0.0
13742024-11-07T01:23:59.131Z Compiling serde_path_to_error v0.1.16
13752024-11-07T01:23:59.518Z Compiling hkdf v0.12.4
13762024-11-07T01:23:59.795Z Compiling crypto-bigint v0.5.5
13772024-11-07T01:23:59.816Z Compiling zerocopy-derive v0.6.6
13782024-11-07T01:23:59.978Z Compiling curve25519-dalek-derive v0.1.1
13792024-11-07T01:24:00.887Z Compiling hubpack_derive v0.1.1
13802024-11-07T01:24:01.349Z Compiling phf_shared v0.11.2
13812024-11-07T01:24:01.463Z Compiling waitgroup v0.1.2
13822024-11-07T01:24:01.670Z Compiling webpki-roots v0.26.6
13832024-11-07T01:24:01.732Z Compiling hostname v0.4.0
13842024-11-07T01:24:01.761Z Compiling fs-err v2.11.0
13852024-11-07T01:24:01.889Z Compiling ahash v0.8.11
13862024-11-07T01:24:01.949Z Compiling crc32fast v1.4.2
13872024-11-07T01:24:01.996Z Compiling winnow v0.5.40
13882024-11-07T01:24:02.060Z Compiling debug-ignore v1.0.5
13892024-11-07T01:24:02.218Z Compiling managed v0.8.0
13902024-11-07T01:24:02.243Z Compiling bitflags v1.3.2
13912024-11-07T01:24:02.349Z Compiling clap_builder v4.5.20
13922024-11-07T01:24:02.368Z Compiling flate2 v1.0.34
13932024-11-07T01:24:03.381Z Compiling elliptic-curve v0.13.8
13942024-11-07T01:24:03.751Z Compiling console v0.15.8
13952024-11-07T01:24:04.235Z Compiling strum_macros v0.25.3
13962024-11-07T01:24:04.908Z Compiling zerocopy v0.6.6
13972024-11-07T01:24:05.271Z Compiling hyper-rustls v0.27.3
13982024-11-07T01:24:05.773Z Compiling toml_edit v0.19.15
13992024-11-07T01:24:05.869Z Compiling hubpack v0.1.2
14002024-11-07T01:24:05.894Z Compiling phf v0.11.2
14012024-11-07T01:24:06.124Z Compiling hickory-resolver v0.24.1
14022024-11-07T01:24:06.196Z Compiling signal-hook-mio v0.2.4
14032024-11-07T01:24:06.360Z Compiling rayon v1.10.0
14042024-11-07T01:24:07.178Z Compiling cookie_store v0.21.0
14052024-11-07T01:24:08.210Z Compiling hyper-tls v0.6.0
14062024-11-07T01:24:08.639Z Compiling bzip2 v0.4.4
14072024-11-07T01:24:09.061Z Compiling postgres-types v0.2.8
14082024-11-07T01:24:11.327Z Compiling tokio-tungstenite v0.24.0
14092024-11-07T01:24:11.351Z Compiling tokio-stream v0.1.16
14102024-11-07T01:24:11.896Z Compiling regex v1.11.0
14112024-11-07T01:24:11.958Z Compiling bstr v1.10.0
14122024-11-07T01:24:12.433Z Compiling serde-big-array v0.5.1
14132024-11-07T01:24:12.582Z Compiling ed25519 v2.2.3
14142024-11-07T01:24:12.658Z Compiling pkcs1 v0.7.5
14152024-11-07T01:24:12.767Z Compiling rfc6979 v0.4.0
14162024-11-07T01:24:12.967Z Compiling clap_derive v4.5.18
14172024-11-07T01:24:13.008Z Compiling serde_repr v0.1.19
14182024-11-07T01:24:13.479Z Compiling derive-where v1.2.7
14192024-11-07T01:24:13.664Z Compiling phf_shared v0.10.0
14202024-11-07T01:24:13.755Z Compiling float-cmp v0.9.0
14212024-11-07T01:24:13.985Z Compiling sync_wrapper v1.0.1
14222024-11-07T01:24:14.096Z Compiling bit-vec v0.6.3
14232024-11-07T01:24:14.149Z Compiling unicode-segmentation v1.12.0
14242024-11-07T01:24:14.186Z Compiling difflib v0.4.0
14252024-11-07T01:24:14.231Z Compiling predicates-core v1.0.8
14262024-11-07T01:24:14.477Z Compiling new_debug_unreachable v1.0.6
14272024-11-07T01:24:14.558Z Compiling static_assertions v1.1.0
14282024-11-07T01:24:14.579Z Compiling minimal-lexical v0.2.1
14292024-11-07T01:24:14.582Z Compiling whoami v1.5.2
14302024-11-07T01:24:14.669Z Compiling precomputed-hash v0.1.1
14312024-11-07T01:24:14.791Z Compiling number_prefix v0.4.0
14322024-11-07T01:24:15.022Z Compiling normalize-line-endings v0.3.0
14332024-11-07T01:24:15.042Z Compiling fixedbitset v0.4.2
14342024-11-07T01:24:15.081Z Compiling indicatif v0.17.8
14352024-11-07T01:24:15.146Z Compiling predicates v3.1.2
14362024-11-07T01:24:15.236Z Compiling nom v7.1.3
14372024-11-07T01:24:15.493Z Compiling petgraph v0.6.5
14382024-11-07T01:24:15.860Z Compiling tokio-postgres v0.7.12
14392024-11-07T01:24:16.896Z Compiling similar v2.6.0
14402024-11-07T01:24:16.916Z Compiling qorb v0.2.0
14412024-11-07T01:24:17.258Z Compiling string_cache v0.8.7
14422024-11-07T01:24:17.644Z Compiling clap v4.5.20
14432024-11-07T01:24:17.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14442024-11-07T01:24:17.775Z Compiling bit-set v0.5.3
14452024-11-07T01:24:18.098Z Compiling reqwest v0.12.8
14462024-11-07T01:24:19.091Z Compiling rsa v0.9.6
14472024-11-07T01:24:19.302Z Compiling ecdsa v0.16.9
14482024-11-07T01:24:19.513Z Compiling ed25519-dalek v2.1.1
14492024-11-07T01:24:20.189Z Compiling zip v0.6.6
14502024-11-07T01:24:20.880Z Compiling toml v0.7.8
14512024-11-07T01:24:21.376Z Compiling crossterm v0.28.1
14522024-11-07T01:24:22.535Z Compiling itertools v0.12.1
14532024-11-07T01:24:22.634Z Compiling itertools v0.10.5
14542024-11-07T01:24:23.183Z Compiling hex v0.4.3
14552024-11-07T01:24:23.596Z Compiling x509-cert v0.2.5
14562024-11-07T01:24:23.849Z Compiling lalrpop-util v0.19.12
14572024-11-07T01:24:24.226Z Compiling unicode-xid v0.2.6
14582024-11-07T01:24:24.418Z Compiling peg-runtime v0.8.3
14592024-11-07T01:24:24.586Z Compiling xattr v1.3.1
14602024-11-07T01:24:24.861Z Compiling strum_macros v0.26.4
14612024-11-07T01:24:25.090Z Compiling filetime v0.2.25
14622024-11-07T01:24:25.389Z Compiling tar v0.4.42
14632024-11-07T01:24:27.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14642024-11-07T01:24:28.036Z Compiling strum v0.26.3
14652024-11-07T01:24:28.121Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14662024-11-07T01:24:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14672024-11-07T01:24:33.709Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14682024-11-07T01:24:33.758ZNov 07 01:24:32.701 INFO Starting download, target: DendriteOpenapi
14692024-11-07T01:24:33.758ZNov 07 01:24:32.702 INFO Starting download, target: Clickhouse
14702024-11-07T01:24:33.758ZNov 07 01:24:32.702 INFO Starting download, target: DendriteStub
14712024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Starting download, target: Cockroach
14722024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Starting download, target: Console
14732024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Starting download, target: MaghemiteMgd
14742024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Starting download, target: TransceiverControl
14752024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14762024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14772024-11-07T01:24:33.761ZNov 07 01:24:32.702 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14782024-11-07T01:24:33.761ZNov 07 01:24:32.703 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14792024-11-07T01:24:33.761ZNov 07 01:24:32.703 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14802024-11-07T01:24:33.761ZNov 07 01:24:32.703 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14812024-11-07T01:24:33.761ZNov 07 01:24:32.703 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14822024-11-07T01:24:33.953ZNov 07 01:24:32.896 INFO Download complete, target: DendriteOpenapi
14832024-11-07T01:24:34.210ZNov 07 01:24:33.105 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14842024-11-07T01:24:34.575ZNov 07 01:24:33.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14852024-11-07T01:24:34.591ZNov 07 01:24:33.530 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14862024-11-07T01:24:34.831ZNov 07 01:24:33.760 INFO Download complete, target: TransceiverControl
14872024-11-07T01:24:34.910ZNov 07 01:24:33.845 INFO Download complete, target: Console
14882024-11-07T01:24:34.989ZNov 07 01:24:33.870 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14892024-11-07T01:24:36.097ZNov 07 01:24:35.038 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14902024-11-07T01:24:36.097ZNov 07 01:24:35.038 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14912024-11-07T01:24:36.590ZNov 07 01:24:35.533 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14922024-11-07T01:24:37.331ZNov 07 01:24:36.273 INFO Download complete, target: DendriteStub
14932024-11-07T01:24:37.729ZNov 07 01:24:36.672 INFO Download complete, target: MaghemiteMgd
14942024-11-07T01:24:43.266ZNov 07 01:24:42.208 INFO Checking that binary works, target: Cockroach
14952024-11-07T01:24:43.432ZNov 07 01:24:42.374 INFO Download complete, target: Cockroach
14962024-11-07T01:24:48.643ZNov 07 01:24:47.584 INFO Checking that binary works, target: Clickhouse
14972024-11-07T01:24:49.528ZNov 07 01:24:48.435 INFO Download complete, target: Clickhouse
14982024-11-07T01:24:49.871ZAll builder prerequisites installed successfully, and PATH looks valid
14992024-11-07T01:24:49.883Z
15002024-11-07T01:24:49.883Zreal 4:44.368917860
15012024-11-07T01:24:49.883Zuser 12:18.378932168
15022024-11-07T01:24:49.883Zsys 2:41.805388768
15032024-11-07T01:24:49.884Ztrap 0.406657914
15042024-11-07T01:24:49.884Ztflt 8.731026367
15052024-11-07T01:24:49.884Zdflt 6.603173925
15062024-11-07T01:24:49.884Zkflt 0.409555237
15072024-11-07T01:24:49.884Zlock 22:51.972407280
15082024-11-07T01:24:49.884Zslp 50:45.529140198
15092024-11-07T01:24:49.885Zlat 41.720374041
15102024-11-07T01:24:49.885Zstop 2:00.658543936
15112024-11-07T01:24:49.885Z+ banner hack-check
15122024-11-07T01:24:49.885Z
15132024-11-07T01:24:49.885Z # # ## #### # # #### # # ###### #### # #
15142024-11-07T01:24:49.886Z # # # # # # # # # # # # # # # # #
15152024-11-07T01:24:49.886Z ###### # # # #### ##### # ###### ##### # ####
15162024-11-07T01:24:49.886Z # # ###### # # # # # # # # # #
15172024-11-07T01:24:49.887Z # # # # # # # # # # # # # # # # #
15182024-11-07T01:24:49.887Z # # # # #### # # #### # # ###### #### # #
15192024-11-07T01:24:49.887Z
15202024-11-07T01:24:49.887Z+ export CARGO_INCREMENTAL=0
15212024-11-07T01:24:49.887Z+ CARGO_INCREMENTAL=0
15222024-11-07T01:24:49.887Z+ ptime -m timeout 2h cargo xtask check-features --ci
15232024-11-07T01:24:50.383Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15242024-11-07T01:24:53.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
15252024-11-07T01:24:53.894Z Running `target/debug/xtask check-features --ci`
15262024-11-07T01:24:53.915Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15272024-11-07T01:24:53.915Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15282024-11-07T01:24:54.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15292024-11-07T01:24:54.370Z Running `target/debug/xtask download cargo-hack`
15302024-11-07T01:24:55.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15312024-11-07T01:24:55.533Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15322024-11-07T01:24:59.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
15332024-11-07T01:25:00.139Z Running `target/debug/xtask-downloader cargo-hack`
15342024-11-07T01:25:00.177ZNov 07 01:24:59.116 INFO Starting download, target: CargoHack
15352024-11-07T01:25:00.181ZNov 07 01:24:59.117 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15362024-11-07T01:25:00.758ZNov 07 01:24:59.697 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15372024-11-07T01:25:00.847ZNov 07 01:24:59.786 INFO Download complete, target: CargoHack
15382024-11-07T01:25:00.851Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15392024-11-07T01:25:00.874Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15402024-11-07T01:25:01.045Zinfo: running `cargo check --bins` on api_identity (1/168)
15412024-11-07T01:25:01.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-11-07T01:25:01.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-11-07T01:25:01.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-11-07T01:25:01.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15452024-11-07T01:25:01.650Z
15462024-11-07T01:25:01.650Zinfo: running `cargo check --bins` on bootstore (2/168)
15472024-11-07T01:25:02.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-11-07T01:25:02.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-11-07T01:25:02.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-11-07T01:25:02.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15512024-11-07T01:25:02.262Z
15522024-11-07T01:25:02.262Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15532024-11-07T01:25:02.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-11-07T01:25:02.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-11-07T01:25:02.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15562024-11-07T01:25:02.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15572024-11-07T01:25:03.155Z
15582024-11-07T01:25:03.155Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15592024-11-07T01:25:03.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15602024-11-07T01:25:03.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15612024-11-07T01:25:03.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15622024-11-07T01:25:03.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15632024-11-07T01:25:03.469Z
15642024-11-07T01:25:03.469Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15652024-11-07T01:25:03.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15662024-11-07T01:25:03.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15672024-11-07T01:25:03.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15682024-11-07T01:25:03.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15692024-11-07T01:25:03.882Z
15702024-11-07T01:25:03.882Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15712024-11-07T01:25:04.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15722024-11-07T01:25:04.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15732024-11-07T01:25:04.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15742024-11-07T01:25:04.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15752024-11-07T01:25:04.291Z
15762024-11-07T01:25:04.291Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15772024-11-07T01:25:04.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15782024-11-07T01:25:04.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15792024-11-07T01:25:04.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15802024-11-07T01:25:04.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15812024-11-07T01:25:04.698Z
15822024-11-07T01:25:04.698Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15832024-11-07T01:25:05.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15842024-11-07T01:25:05.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15852024-11-07T01:25:05.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15862024-11-07T01:25:05.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15872024-11-07T01:25:05.111Z
15882024-11-07T01:25:05.111Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
15892024-11-07T01:25:05.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15902024-11-07T01:25:05.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15912024-11-07T01:25:05.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15922024-11-07T01:25:05.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15932024-11-07T01:25:05.522Z
15942024-11-07T01:25:05.522Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
15952024-11-07T01:25:05.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15962024-11-07T01:25:05.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15972024-11-07T01:25:05.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15982024-11-07T01:25:05.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15992024-11-07T01:25:05.931Z
16002024-11-07T01:25:05.931Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16012024-11-07T01:25:06.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16022024-11-07T01:25:06.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16032024-11-07T01:25:06.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16042024-11-07T01:25:06.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16052024-11-07T01:25:06.340Z
16062024-11-07T01:25:06.340Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16072024-11-07T01:25:06.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16082024-11-07T01:25:06.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16092024-11-07T01:25:06.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16102024-11-07T01:25:06.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16112024-11-07T01:25:06.751Z
16122024-11-07T01:25:06.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16132024-11-07T01:25:07.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-11-07T01:25:07.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-11-07T01:25:07.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-11-07T01:25:07.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16172024-11-07T01:25:07.163Z
16182024-11-07T01:25:07.163Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16192024-11-07T01:25:07.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-11-07T01:25:07.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-11-07T01:25:07.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-11-07T01:25:07.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16232024-11-07T01:25:07.572Z
16242024-11-07T01:25:07.572Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16252024-11-07T01:25:07.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-11-07T01:25:07.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-11-07T01:25:07.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-11-07T01:25:07.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16292024-11-07T01:25:07.985Z
16302024-11-07T01:25:07.985Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16312024-11-07T01:25:08.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-11-07T01:25:08.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-11-07T01:25:08.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-11-07T01:25:08.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16352024-11-07T01:25:08.395Z
16362024-11-07T01:25:08.395Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16372024-11-07T01:25:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-11-07T01:25:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-11-07T01:25:08.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-11-07T01:25:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16412024-11-07T01:25:08.807Z
16422024-11-07T01:25:08.807Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16432024-11-07T01:25:09.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-11-07T01:25:09.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-11-07T01:25:09.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-11-07T01:25:09.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16472024-11-07T01:25:09.213Z
16482024-11-07T01:25:09.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16492024-11-07T01:25:09.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-11-07T01:25:09.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-11-07T01:25:09.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-11-07T01:25:09.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16532024-11-07T01:25:09.619Z
16542024-11-07T01:25:09.619Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16552024-11-07T01:25:09.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-11-07T01:25:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-11-07T01:25:09.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-11-07T01:25:09.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16592024-11-07T01:25:10.025Z
16602024-11-07T01:25:10.025Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16612024-11-07T01:25:10.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-11-07T01:25:10.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-11-07T01:25:10.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-11-07T01:25:10.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16652024-11-07T01:25:10.433Z
16662024-11-07T01:25:10.433Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16672024-11-07T01:25:10.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-11-07T01:25:10.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-11-07T01:25:10.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-11-07T01:25:10.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16712024-11-07T01:25:10.848Z
16722024-11-07T01:25:10.848Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16732024-11-07T01:25:11.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-11-07T01:25:11.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-11-07T01:25:11.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-11-07T01:25:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-11-07T01:25:11.260Z
16782024-11-07T01:25:11.260Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16792024-11-07T01:25:11.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-11-07T01:25:11.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-11-07T01:25:11.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-11-07T01:25:11.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16832024-11-07T01:25:11.665Z
16842024-11-07T01:25:11.665Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
16852024-11-07T01:25:12.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-11-07T01:25:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-11-07T01:25:12.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-11-07T01:25:12.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16892024-11-07T01:25:12.268Z
16902024-11-07T01:25:12.268Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
16912024-11-07T01:25:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-11-07T01:25:12.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-11-07T01:25:12.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-11-07T01:25:12.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16952024-11-07T01:25:12.874Z
16962024-11-07T01:25:12.874Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
16972024-11-07T01:25:13.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-11-07T01:25:13.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-11-07T01:25:13.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-11-07T01:25:13.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17012024-11-07T01:25:13.482Z
17022024-11-07T01:25:13.482Zinfo: running `cargo check --bins` on oxlog (28/168)
17032024-11-07T01:25:13.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-11-07T01:25:13.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-11-07T01:25:14.075Z Checking cfg-if v1.0.0
17062024-11-07T01:25:14.079Z Checking libc v0.2.161
17072024-11-07T01:25:14.176Z Checking serde v1.0.210
17082024-11-07T01:25:14.176Z Checking zeroize v1.8.1
17092024-11-07T01:25:14.184Z Checking memchr v2.7.4
17102024-11-07T01:25:14.203Z Checking typenum v1.17.0
17112024-11-07T01:25:14.203Z Checking scopeguard v1.2.0
17122024-11-07T01:25:14.214Z Checking subtle v2.6.1
17132024-11-07T01:25:14.240Z Checking value-bag v1.9.0
17142024-11-07T01:25:14.349Z Checking lock_api v0.4.12
17152024-11-07T01:25:14.415Z Checking itoa v1.0.11
17162024-11-07T01:25:14.484Z Checking const-oid v0.9.6
17172024-11-07T01:25:14.633Z Checking pin-project-lite v0.2.14
17182024-11-07T01:25:14.654Z Checking log v0.4.22
17192024-11-07T01:25:14.744Z Checking smallvec v1.13.2
17202024-11-07T01:25:14.758Z Checking byteorder v1.5.0
17212024-11-07T01:25:15.072Z Checking futures-core v0.3.31
17222024-11-07T01:25:15.123Z Checking once_cell v1.20.2
17232024-11-07T01:25:15.156Z Checking cpufeatures v0.2.14
17242024-11-07T01:25:15.181Z Checking futures-sink v0.3.31
17252024-11-07T01:25:15.242Z Checking spin v0.9.8
17262024-11-07T01:25:15.257Z Checking zerocopy v0.7.35
17272024-11-07T01:25:15.278Z Checking getrandom v0.2.15
17282024-11-07T01:25:15.298Z Checking signal-hook-registry v1.4.2
17292024-11-07T01:25:15.410Z Checking parking_lot_core v0.9.10
17302024-11-07T01:25:15.502Z Checking rand_core v0.6.4
17312024-11-07T01:25:15.558Z Checking mio v1.0.2
17322024-11-07T01:25:15.571Z Checking generic-array v0.14.7
17332024-11-07T01:25:15.583Z Checking socket2 v0.5.7
17342024-11-07T01:25:15.738Z Checking parking_lot v0.12.3
17352024-11-07T01:25:15.800Z Checking slab v0.4.9
17362024-11-07T01:25:16.075Z Checking futures-channel v0.3.31
17372024-11-07T01:25:16.090Z Checking tinyvec_macros v0.1.1
17382024-11-07T01:25:16.103Z Checking futures-task v0.3.31
17392024-11-07T01:25:16.170Z Checking pin-utils v0.1.0
17402024-11-07T01:25:16.186Z Checking equivalent v1.0.1
17412024-11-07T01:25:16.264Z Checking allocator-api2 v0.2.18
17422024-11-07T01:25:16.280Z Checking futures-io v0.3.31
17432024-11-07T01:25:16.293Z Checking foldhash v0.1.3
17442024-11-07T01:25:16.342Z Checking tinyvec v1.8.0
17452024-11-07T01:25:16.415Z Checking ryu v1.0.18
17462024-11-07T01:25:16.455Z Checking futures-util v0.3.31
17472024-11-07T01:25:16.490Z Checking unicode-bidi v0.3.17
17482024-11-07T01:25:16.660Z Checking fnv v1.0.7
17492024-11-07T01:25:16.712Z Checking libm v0.2.8
17502024-11-07T01:25:16.767Z Checking crypto-common v0.1.6
17512024-11-07T01:25:16.783Z Checking block-buffer v0.10.4
17522024-11-07T01:25:16.900Z Checking hashbrown v0.15.0
17532024-11-07T01:25:16.951Z Checking block-padding v0.3.3
17542024-11-07T01:25:16.987Z Checking digest v0.10.7
17552024-11-07T01:25:17.127Z Checking base64ct v1.6.0
17562024-11-07T01:25:17.143Z Checking inout v0.1.3
17572024-11-07T01:25:17.359Z Checking hmac v0.12.1
17582024-11-07T01:25:17.359Z Checking cipher v0.4.4
17592024-11-07T01:25:17.561Z Checking sha2 v0.10.8
17602024-11-07T01:25:17.576Z Checking pem-rfc7468 v0.7.0
17612024-11-07T01:25:17.591Z Checking num-traits v0.2.19
17622024-11-07T01:25:17.646Z Checking unicode-normalization v0.1.24
17632024-11-07T01:25:17.775Z Checking ppv-lite86 v0.2.20
17642024-11-07T01:25:17.833Z Checking flagset v0.4.6
17652024-11-07T01:25:18.019Z Checking der v0.7.9
17662024-11-07T01:25:18.070Z Checking tracing-core v0.1.32
17672024-11-07T01:25:18.110Z Checking thiserror v1.0.64
17682024-11-07T01:25:18.244Z Checking rustls-pki-types v1.9.0
17692024-11-07T01:25:18.542Z Checking rand_chacha v0.3.1
17702024-11-07T01:25:18.558Z Checking percent-encoding v2.3.1
17712024-11-07T01:25:18.728Z Checking tracing v0.1.40
17722024-11-07T01:25:18.751Z Checking salsa20 v0.10.2
17732024-11-07T01:25:18.822Z Checking pbkdf2 v0.12.2
17742024-11-07T01:25:18.924Z Checking rand v0.8.5
17752024-11-07T01:25:18.958Z Checking httparse v1.9.5
17762024-11-07T01:25:18.979Z Checking untrusted v0.9.0
17772024-11-07T01:25:19.063Z Checking powerfmt v0.2.0
17782024-11-07T01:25:19.127Z Checking ring v0.17.8
17792024-11-07T01:25:19.237Z Checking bytes v1.7.2
17802024-11-07T01:25:19.309Z Checking indexmap v2.6.0
17812024-11-07T01:25:19.330Z Checking serde_json v1.0.128
17822024-11-07T01:25:19.393Z Checking bitflags v2.6.0
17832024-11-07T01:25:19.703Z Checking deranged v0.3.11
17842024-11-07T01:25:19.998Z Checking spki v0.7.3
17852024-11-07T01:25:20.100Z Checking tokio v1.40.0
17862024-11-07T01:25:20.171Z Checking http v1.1.0
17872024-11-07T01:25:20.276Z Checking scrypt v0.11.0
17882024-11-07T01:25:20.503Z Checking cbc v0.1.2
17892024-11-07T01:25:20.650Z Checking aes v0.8.4
17902024-11-07T01:25:20.685Z Checking crossbeam-utils v0.8.20
17912024-11-07T01:25:20.990Z Checking num-conv v0.1.0
17922024-11-07T01:25:21.054Z Checking num_threads v0.1.7
17932024-11-07T01:25:21.168Z Checking atomic-waker v1.1.2
17942024-11-07T01:25:21.235Z Checking time-core v0.1.2
17952024-11-07T01:25:21.294Z Checking rustls-webpki v0.102.8
17962024-11-07T01:25:21.385Z Checking form_urlencoded v1.2.1
17972024-11-07T01:25:21.401Z Checking try-lock v0.2.5
17982024-11-07T01:25:21.523Z Checking want v0.3.1
17992024-11-07T01:25:21.539Z Checking pkcs5 v0.7.1
18002024-11-07T01:25:21.553Z Checking time v0.3.36
18012024-11-07T01:25:21.571Z Checking unicode-ident v1.0.13
18022024-11-07T01:25:21.585Z Checking http-body v1.0.1
18032024-11-07T01:25:21.694Z Checking httpdate v1.0.3
18042024-11-07T01:25:21.730Z Checking proc-macro2 v1.0.87
18052024-11-07T01:25:21.777Z Checking serde_spanned v0.6.8
18062024-11-07T01:25:21.915Z Checking uuid v1.10.0
18072024-11-07T01:25:21.952Z Checking toml_datetime v0.6.8
18082024-11-07T01:25:21.973Z Checking idna v0.5.0
18092024-11-07T01:25:22.041Z Checking pkcs8 v0.10.2
18102024-11-07T01:25:22.056Z Checking slog v2.7.0
18112024-11-07T01:25:22.206Z Checking scroll v0.12.0
18122024-11-07T01:25:22.369Z Checking plain v0.2.3
18132024-11-07T01:25:22.449Z Checking match_cfg v0.1.0
18142024-11-07T01:25:22.491Z Checking iana-time-zone v0.1.61
18152024-11-07T01:25:22.525Z Checking base64 v0.22.1
18162024-11-07T01:25:22.537Z Checking tower-service v0.3.3
18172024-11-07T01:25:22.568Z Checking ucd-trie v0.1.7
18182024-11-07T01:25:22.644Z Checking foreign-types-shared v0.1.1
18192024-11-07T01:25:22.662Z Checking adler2 v2.0.0
18202024-11-07T01:25:22.693Z Checking goblin v0.8.2
18212024-11-07T01:25:22.752Z Checking pest v2.7.14
18222024-11-07T01:25:22.752Z Checking foreign-types v0.3.2
18232024-11-07T01:25:22.802Z Checking url v2.5.2
18242024-11-07T01:25:22.819Z Checking miniz_oxide v0.8.0
18252024-11-07T01:25:22.834Z Checking chrono v0.4.38
18262024-11-07T01:25:22.981Z Checking hostname v0.3.1
18272024-11-07T01:25:23.092Z Checking quote v1.0.37
18282024-11-07T01:25:23.449Z Checking openssl-sys v0.9.103
18292024-11-07T01:25:23.538Z Checking dirs-sys-next v0.1.2
18302024-11-07T01:25:23.599Z Checking errno v0.3.9
18312024-11-07T01:25:23.710Z Checking aho-corasick v1.1.3
18322024-11-07T01:25:23.756Z Checking data-encoding v2.6.0
18332024-11-07T01:25:24.104Z Checking siphasher v0.3.11
18342024-11-07T01:25:28.993Z Checking regex-syntax v0.8.5
18352024-11-07T01:25:29.126Z Checking pretty-hex v0.4.1
18362024-11-07T01:25:29.126Z Checking rustix v0.38.37
18372024-11-07T01:25:29.126Z Checking openssl v0.10.66
18382024-11-07T01:25:29.127Z Checking dirs-next v2.0.0
18392024-11-07T01:25:29.127Z Checking syn v2.0.79
18402024-11-07T01:25:29.127Z Checking dtrace-parser v0.2.0
18412024-11-07T01:25:29.127Z Checking http-body-util v0.1.2
18422024-11-07T01:25:29.127Z Checking crossbeam-epoch v0.9.18
18432024-11-07T01:25:29.127Z Checking sha1 v0.10.6
18442024-11-07T01:25:29.127Z Checking signature v2.2.0
18452024-11-07T01:25:29.127Z Checking lazy_static v1.5.0
18462024-11-07T01:25:29.127Z Checking thread_local v1.1.8
18472024-11-07T01:25:29.127Z Checking thread-id v4.2.2
18482024-11-07T01:25:29.127Z Checking encoding_rs v0.8.34
18492024-11-07T01:25:29.127Z Checking gimli v0.31.1
18502024-11-07T01:25:29.165Z Checking tokio-util v0.7.12
18512024-11-07T01:25:29.165Z Checking regex-automata v0.4.8
18522024-11-07T01:25:29.165Z Checking dof v0.3.0
18532024-11-07T01:25:29.165Z Checking utf8parse v0.2.2
18542024-11-07T01:25:29.165Z Checking h2 v0.4.6
18552024-11-07T01:25:29.165Z Checking anstyle v1.0.8
18562024-11-07T01:25:29.165Z Checking openssl-probe v0.1.5
18572024-11-07T01:25:29.165Z Checking winnow v0.6.20
18582024-11-07T01:25:29.165Z Checking ipnet v2.10.1
18592024-11-07T01:25:29.165Z Checking either v1.13.0
18602024-11-07T01:25:29.170Z Checking mime v0.3.17
18612024-11-07T01:25:29.252Z Checking unicode-properties v0.1.3
18622024-11-07T01:25:29.488Z Checking anstyle-parse v0.2.5
18632024-11-07T01:25:29.580Z Checking stringprep v0.1.5
18642024-11-07T01:25:29.762Z Checking crossbeam-deque v0.8.5
18652024-11-07T01:25:29.840Z Checking term v0.7.0
18662024-11-07T01:25:30.071Z Checking slog-json v2.6.1
18672024-11-07T01:25:30.287Z Checking rustls v0.23.14
18682024-11-07T01:25:30.322Z Checking rustls v0.22.4
18692024-11-07T01:25:30.412Z Checking native-tls v0.2.12
18702024-11-07T01:25:30.560Z Checking addr2line v0.24.2
18712024-11-07T01:25:30.732Z Checking futures-executor v0.3.31
18722024-11-07T01:25:30.976Z Checking serde_urlencoded v0.7.1
18732024-11-07T01:25:31.100Z Checking crossbeam-channel v0.5.13
18742024-11-07T01:25:31.399Z Checking num-integer v0.1.46
18752024-11-07T01:25:31.634Z Checking usdt-impl v0.5.0
18762024-11-07T01:25:31.759Z Checking toml_edit v0.22.22
18772024-11-07T01:25:31.852Z Checking rustls-pemfile v2.2.0
18782024-11-07T01:25:31.869Z Checking idna v0.4.0
18792024-11-07T01:25:32.056Z Checking idna v0.3.0
18802024-11-07T01:25:32.195Z Checking md-5 v0.10.6
18812024-11-07T01:25:32.425Z Checking ff v0.13.0
18822024-11-07T01:25:32.442Z Checking memmap v0.7.0
18832024-11-07T01:25:32.647Z Checking is-terminal v0.4.13
18842024-11-07T01:25:32.663Z Checking hash32 v0.2.1
18852024-11-07T01:25:32.772Z Checking object v0.36.5
18862024-11-07T01:25:32.775Z Checking utf-8 v0.7.6
18872024-11-07T01:25:32.895Z Checking fallible-iterator v0.2.0
18882024-11-07T01:25:32.973Z Checking psl-types v2.0.11
18892024-11-07T01:25:32.988Z Checking quick-error v1.2.3
18902024-11-07T01:25:33.125Z Checking colorchoice v1.0.2
18912024-11-07T01:25:33.161Z Checking take_mut v0.2.2
18922024-11-07T01:25:33.263Z Checking anstyle-query v1.1.1
18932024-11-07T01:25:33.305Z Checking stable_deref_trait v1.2.0
18942024-11-07T01:25:33.395Z Checking is_terminal_polyfill v1.70.1
18952024-11-07T01:25:33.411Z Checking linked-hash-map v0.5.6
18962024-11-07T01:25:33.474Z Checking rustc-demangle v0.1.24
18972024-11-07T01:25:33.509Z Checking base16ct v0.2.0
18982024-11-07T01:25:33.704Z Checking dyn-clone v1.0.17
18992024-11-07T01:25:33.736Z Checking lru-cache v0.1.2
19002024-11-07T01:25:33.842Z Checking schemars v0.8.21
19012024-11-07T01:25:33.910Z Checking sec1 v0.7.3
19022024-11-07T01:25:33.913Z Checking anstream v0.6.15
19032024-11-07T01:25:33.913Z Checking tokio-rustls v0.25.0
19042024-11-07T01:25:34.280Z Checking postgres-protocol v0.6.7
19052024-11-07T01:25:34.309Z Checking heapless v0.7.17
19062024-11-07T01:25:34.312Z Checking slog-async v2.8.0
19072024-11-07T01:25:34.422Z Checking toml v0.8.19
19082024-11-07T01:25:34.556Z Checking hyper v1.4.1
19092024-11-07T01:25:34.607Z Checking publicsuffix v2.2.3
19102024-11-07T01:25:34.832Z Checking resolv-conf v0.7.0
19112024-11-07T01:25:34.962Z Checking tungstenite v0.24.0
19122024-11-07T01:25:35.154Z Checking hickory-proto v0.24.1
19132024-11-07T01:25:35.188Z Checking slog-term v2.9.1
19142024-11-07T01:25:35.332Z Checking tokio-rustls v0.26.0
19152024-11-07T01:25:35.355Z Checking usdt v0.5.0
19162024-11-07T01:25:35.520Z Checking group v0.13.0
19172024-11-07T01:25:35.609Z Checking num-iter v0.1.45
19182024-11-07T01:25:35.672Z Checking futures v0.3.31
19192024-11-07T01:25:35.721Z Checking tokio-native-tls v0.3.1
19202024-11-07T01:25:35.772Z Checking slog-bunyan v2.5.0
19212024-11-07T01:25:35.787Z Checking rayon-core v1.12.1
19222024-11-07T01:25:35.791Z Checking multer v3.1.0
19232024-11-07T01:25:35.866Z Checking terminal_size v0.4.0
19242024-11-07T01:25:35.943Z Checking phf_shared v0.11.2
19252024-11-07T01:25:35.958Z Checking cookie v0.18.1
19262024-11-07T01:25:36.031Z Checking async-stream v0.3.6
19272024-11-07T01:25:36.188Z Checking bzip2-sys v0.1.11+1.0.8
19282024-11-07T01:25:36.210Z Checking signal-hook v0.3.17
19292024-11-07T01:25:36.223Z Checking camino v1.1.9
19302024-11-07T01:25:36.308Z Checking waitgroup v0.1.2
19312024-11-07T01:25:36.410Z Checking openapiv3 v2.0.0
19322024-11-07T01:25:36.432Z Checking serde_path_to_error v0.1.16
19332024-11-07T01:25:36.516Z Checking webpki-roots v0.26.6
19342024-11-07T01:25:36.540Z Checking hkdf v0.12.4
19352024-11-07T01:25:36.701Z Checking hyper-util v0.1.9
19362024-11-07T01:25:36.730Z Checking crypto-bigint v0.5.5
19372024-11-07T01:25:36.745Z Checking hostname v0.4.0
19382024-11-07T01:25:36.773Z Checking crc32fast v1.4.2
19392024-11-07T01:25:36.871Z Checking winnow v0.5.40
19402024-11-07T01:25:37.009Z Checking managed v0.8.0
19412024-11-07T01:25:37.051Z Checking strsim v0.11.1
19422024-11-07T01:25:37.329Z Checking bitflags v1.3.2
19432024-11-07T01:25:37.405Z Checking unicode-width v0.1.14
19442024-11-07T01:25:37.428Z Checking debug-ignore v1.0.5
19452024-11-07T01:25:37.565Z Checking clap_lex v0.7.2
19462024-11-07T01:25:37.821Z Checking clap_builder v4.5.20
19472024-11-07T01:25:37.904Z Checking console v0.15.8
19482024-11-07T01:25:38.503Z Checking smoltcp v0.9.1
19492024-11-07T01:25:38.866Z Checking hyper-tls v0.6.0
19502024-11-07T01:25:39.158Z Checking hyper-rustls v0.27.3
19512024-11-07T01:25:39.519Z Checking flate2 v1.0.34
19522024-11-07T01:25:39.547Z Checking elliptic-curve v0.13.8
19532024-11-07T01:25:39.641Z Checking backtrace v0.3.74
19542024-11-07T01:25:39.843Z Checking dropshot v0.12.0
19552024-11-07T01:25:40.008Z Checking signal-hook-mio v0.2.4
19562024-11-07T01:25:40.025Z Checking hickory-resolver v0.24.1
19572024-11-07T01:25:40.039Z Checking toml_edit v0.19.15
19582024-11-07T01:25:40.134Z Checking rayon v1.10.0
19592024-11-07T01:25:40.149Z Checking cookie_store v0.21.0
19602024-11-07T01:25:40.185Z Checking bzip2 v0.4.4
19612024-11-07T01:25:40.188Z Checking anyhow v1.0.92
19622024-11-07T01:25:40.472Z Checking phf v0.11.2
19632024-11-07T01:25:40.572Z Checking tokio-tungstenite v0.24.0
19642024-11-07T01:25:40.747Z Checking num-bigint-dig v0.8.4
19652024-11-07T01:25:40.788Z Checking postgres-types v0.2.8
19662024-11-07T01:25:41.022Z Checking bstr v1.10.0
19672024-11-07T01:25:41.101Z Checking regex v1.11.0
19682024-11-07T01:25:41.606Z Checking tokio-stream v0.1.16
19692024-11-07T01:25:41.636Z Checking ed25519 v2.2.3
19702024-11-07T01:25:41.718Z Checking phf_shared v0.10.0
19712024-11-07T01:25:41.950Z Checking curve25519-dalek v4.1.3
19722024-11-07T01:25:41.991Z Checking zerocopy v0.6.6
19732024-11-07T01:25:42.007Z Checking pkcs1 v0.7.5
19742024-11-07T01:25:42.411Z Checking hubpack v0.1.2
19752024-11-07T01:25:42.467Z Checking portable-atomic v1.9.0
19762024-11-07T01:25:42.603Z Checking float-cmp v0.9.0
19772024-11-07T01:25:42.732Z Checking serde-big-array v0.5.1
19782024-11-07T01:25:42.766Z Checking rfc6979 v0.4.0
19792024-11-07T01:25:42.781Z Checking sync_wrapper v1.0.1
19802024-11-07T01:25:42.927Z Checking fixedbitset v0.4.2
19812024-11-07T01:25:42.943Z Checking static_assertions v1.1.0
19822024-11-07T01:25:42.945Z Checking bit-vec v0.6.3
19832024-11-07T01:25:43.005Z Checking precomputed-hash v0.1.1
19842024-11-07T01:25:43.049Z Checking normalize-line-endings v0.3.0
19852024-11-07T01:25:43.118Z Checking new_debug_unreachable v1.0.6
19862024-11-07T01:25:43.167Z Checking whoami v1.5.2
19872024-11-07T01:25:43.193Z Checking number_prefix v0.4.0
19882024-11-07T01:25:43.207Z Checking predicates-core v1.0.8
19892024-11-07T01:25:43.268Z Checking unicode-segmentation v1.12.0
19902024-11-07T01:25:43.375Z Checking minimal-lexical v0.2.1
19912024-11-07T01:25:43.378Z Checking difflib v0.4.0
19922024-11-07T01:25:43.458Z Checking tokio-postgres v0.7.12
19932024-11-07T01:25:43.507Z Checking bit-set v0.5.3
19942024-11-07T01:25:43.688Z Checking predicates v3.1.2
19952024-11-07T01:25:43.703Z Checking qorb v0.2.0
19962024-11-07T01:25:43.747Z Checking nom v7.1.3
19972024-11-07T01:25:43.762Z Checking string_cache v0.8.7
19982024-11-07T01:25:43.796Z Checking ed25519-dalek v2.1.1
19992024-11-07T01:25:43.953Z Checking similar v2.6.0
20002024-11-07T01:25:44.036Z Checking petgraph v0.6.5
20012024-11-07T01:25:44.076Z Checking indicatif v0.17.8
20022024-11-07T01:25:44.201Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20032024-11-07T01:25:44.353Z Checking rsa v0.9.6
20042024-11-07T01:25:44.817Z Checking ecdsa v0.16.9
20052024-11-07T01:25:44.838Z Checking reqwest v0.12.8
20062024-11-07T01:25:45.449Z Checking toml v0.7.8
20072024-11-07T01:25:45.563Z Checking clap v4.5.20
20082024-11-07T01:25:45.684Z Checking zip v0.6.6
20092024-11-07T01:25:46.214Z Checking crossterm v0.28.1
20102024-11-07T01:25:46.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20112024-11-07T01:25:46.406Z Checking itertools v0.10.5
20122024-11-07T01:25:46.426Z Checking itertools v0.12.1
20132024-11-07T01:25:46.646Z Checking fs-err v2.11.0
20142024-11-07T01:25:46.697Z Checking ahash v0.8.11
20152024-11-07T01:25:46.759Z Checking x509-cert v0.2.5
20162024-11-07T01:25:47.208Z Checking hex v0.4.3
20172024-11-07T01:25:47.222Z Checking semver v1.0.23
20182024-11-07T01:25:47.429Z Checking lalrpop-util v0.19.12
20192024-11-07T01:25:47.637Z Checking peg-runtime v0.8.3
20202024-11-07T01:25:47.726Z Checking sigpipe v0.1.3
20212024-11-07T01:25:49.056Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20222024-11-07T01:25:49.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s
20232024-11-07T01:25:49.518Z
20242024-11-07T01:25:49.518Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20252024-11-07T01:25:50.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262024-11-07T01:25:50.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272024-11-07T01:25:50.142Z Compiling hashbrown v0.14.5
20282024-11-07T01:25:50.482Z Checking heck v0.5.0
20292024-11-07T01:25:50.493Z Compiling unsafe-libyaml v0.2.11
20302024-11-07T01:25:50.493Z Compiling ident_case v1.0.1
20312024-11-07T01:25:50.493Z Checking progenitor-client v0.8.0
20322024-11-07T01:25:50.493Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332024-11-07T01:25:50.493Z Compiling proc-macro-crate v1.3.1
20342024-11-07T01:25:50.493Z Compiling darling_core v0.20.10
20352024-11-07T01:25:50.493Z Checking ipnetwork v0.20.0
20362024-11-07T01:25:50.592Z Compiling structmeta-derive v0.3.0
20372024-11-07T01:25:50.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20382024-11-07T01:25:50.815Z Compiling newtype-uuid v1.1.2
20392024-11-07T01:25:50.987Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20402024-11-07T01:25:51.143Z Compiling lzma-sys v0.1.20
20412024-11-07T01:25:51.323Z Compiling num_enum_derive v0.5.11
20422024-11-07T01:25:51.340Z Compiling foreign-types-macros v0.2.3
20432024-11-07T01:25:51.427Z Checking regress v0.10.1
20442024-11-07T01:25:51.887Z Compiling serde_yaml v0.9.34+deprecated
20452024-11-07T01:25:52.151Z Checking foreign-types-shared v0.3.1
20462024-11-07T01:25:52.265Z Checking arc-swap v1.7.1
20472024-11-07T01:25:52.566Z Checking foreign-types v0.5.0
20482024-11-07T01:25:52.697Z Checking slog-scope v4.4.0
20492024-11-07T01:25:52.719Z Compiling proc-macro-error v1.0.4
20502024-11-07T01:25:53.401Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20512024-11-07T01:25:53.473Z Checking tungstenite v0.21.0
20522024-11-07T01:25:53.488Z Compiling structmeta v0.3.0
20532024-11-07T01:25:53.505Z Compiling heck v0.3.3
20542024-11-07T01:25:53.759Z Checking num_enum v0.5.11
20552024-11-07T01:25:53.870Z Compiling parse-display-derive v0.10.0
20562024-11-07T01:25:53.910Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20572024-11-07T01:25:53.926Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20582024-11-07T01:25:54.405Z Checking cstr-argument v0.1.2
20592024-11-07T01:25:54.592Z Checking instant v0.1.13
20602024-11-07T01:25:54.668Z Checking pretty-hex v0.2.1
20612024-11-07T01:25:54.707Z Checking fastrand v2.1.1
20622024-11-07T01:25:54.723Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20632024-11-07T01:25:54.824Z Checking base64 v0.21.7
20642024-11-07T01:25:55.029Z Checking tempfile v3.13.0
20652024-11-07T01:25:55.048Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20662024-11-07T01:25:55.063Z Checking typify-impl v0.2.0
20672024-11-07T01:25:55.325Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682024-11-07T01:25:55.409Z Checking backoff v0.4.0
20692024-11-07T01:25:55.477Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20702024-11-07T01:25:55.620Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20712024-11-07T01:25:55.705Z Checking tokio-tungstenite v0.21.0
20722024-11-07T01:25:55.867Z Compiling zone_cfg_derive v0.1.2
20732024-11-07T01:25:55.991Z Checking strum v0.26.3
20742024-11-07T01:25:56.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20752024-11-07T01:25:56.244Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20762024-11-07T01:25:56.501Z Checking slog-stdlog v4.1.1
20772024-11-07T01:25:56.671Z Checking regress v0.9.1
20782024-11-07T01:25:56.699Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20792024-11-07T01:25:56.852Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20802024-11-07T01:25:56.926Z Compiling darling_macro v0.20.10
20812024-11-07T01:25:56.942Z Checking colored v2.1.0
20822024-11-07T01:25:57.138Z Checking macaddr v1.0.1
20832024-11-07T01:25:57.235Z Checking base64 v0.13.1
20842024-11-07T01:25:57.369Z Checking zone v0.1.8
20852024-11-07T01:25:57.623Z Checking ron v0.7.1
20862024-11-07T01:25:57.660Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20872024-11-07T01:25:57.847Z Compiling darling v0.20.10
20882024-11-07T01:25:57.972Z Compiling serde_with_macros v3.11.0
20892024-11-07T01:25:58.066Z Checking xz2 v0.1.7
20902024-11-07T01:25:58.124Z Checking slog-envlogger v2.2.0
20912024-11-07T01:25:58.263Z Checking parse-display v0.10.0
20922024-11-07T01:25:58.336Z Checking tabwriter v1.4.0
20932024-11-07T01:25:58.372Z Checking xattr v1.3.1
20942024-11-07T01:25:58.485Z Checking pem v3.0.4
20952024-11-07T01:25:58.565Z Checking yasna v0.5.2
20962024-11-07T01:25:58.577Z Checking headers-core v0.3.0
20972024-11-07T01:25:58.714Z Checking smf v0.2.3
20982024-11-07T01:25:58.750Z Checking filetime v0.2.25
20992024-11-07T01:25:58.766Z Checking same-file v1.0.6
21002024-11-07T01:25:58.928Z Checking walkdir v2.5.0
21012024-11-07T01:25:58.952Z Checking tar v0.4.42
21022024-11-07T01:25:59.180Z Checking headers v0.4.0
21032024-11-07T01:25:59.203Z Checking camino-tempfile v1.1.1
21042024-11-07T01:25:59.445Z Checking rcgen v0.12.1
21052024-11-07T01:25:59.467Z Checking atomicwrites v0.4.4
21062024-11-07T01:25:59.489Z Checking subprocess v0.2.9
21072024-11-07T01:26:00.418Z Checking serde_with v3.11.0
21082024-11-07T01:26:03.823Z Compiling typify-macro v0.2.0
21092024-11-07T01:26:05.690Z Compiling typify v0.2.0
21102024-11-07T01:26:05.757Z Compiling progenitor-impl v0.8.0
21112024-11-07T01:26:08.907Z Compiling progenitor-macro v0.8.0
21122024-11-07T01:26:14.197Z Checking progenitor v0.8.0
21132024-11-07T01:26:14.328Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21142024-11-07T01:26:14.332Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21152024-11-07T01:26:17.026Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21162024-11-07T01:26:17.331Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21172024-11-07T01:26:23.886Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21182024-11-07T01:26:25.463Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21192024-11-07T01:26:26.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.17s
21202024-11-07T01:26:26.868Z
21212024-11-07T01:26:26.868Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21222024-11-07T01:26:27.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-11-07T01:26:27.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-11-07T01:26:27.484Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21252024-11-07T01:26:28.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
21262024-11-07T01:26:29.049Z
21272024-11-07T01:26:29.049Zinfo: running `cargo check --bins` on nexus-config (31/168)
21282024-11-07T01:26:29.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-11-07T01:26:29.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-11-07T01:26:29.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312024-11-07T01:26:29.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322024-11-07T01:26:29.632Z
21332024-11-07T01:26:29.632Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21342024-11-07T01:26:30.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-11-07T01:26:30.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-11-07T01:26:30.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-11-07T01:26:30.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21382024-11-07T01:26:30.211Z
21392024-11-07T01:26:30.211Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21402024-11-07T01:26:30.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-11-07T01:26:30.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-11-07T01:26:30.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-11-07T01:26:30.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21442024-11-07T01:26:30.819Z
21452024-11-07T01:26:30.819Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21462024-11-07T01:26:31.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-11-07T01:26:31.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-11-07T01:26:31.440Z Compiling heapless v0.8.0
21492024-11-07T01:26:31.442Z Checking hash32 v0.3.1
21502024-11-07T01:26:31.536Z Compiling smoltcp v0.11.0
21512024-11-07T01:26:31.557Z Checking cobs v0.2.3
21522024-11-07T01:26:31.569Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21532024-11-07T01:26:31.572Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21542024-11-07T01:26:31.598Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21552024-11-07T01:26:31.601Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21562024-11-07T01:26:31.690Z Compiling crucible-workspace-hack v0.1.0
21572024-11-07T01:26:31.707Z Checking newline-converter v0.3.0
21582024-11-07T01:26:31.719Z Checking postcard v1.0.10
21592024-11-07T01:26:31.841Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21602024-11-07T01:26:31.907Z Compiling convert_case v0.4.0
21612024-11-07T01:26:32.059Z Checking expectorate v1.1.0
21622024-11-07T01:26:32.062Z Compiling zone_cfg_derive v0.3.0
21632024-11-07T01:26:32.229Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21642024-11-07T01:26:32.244Z Checking itertools v0.13.0
21652024-11-07T01:26:32.276Z Compiling num-derive v0.4.2
21662024-11-07T01:26:32.461Z Compiling slog-dtrace v0.3.0
21672024-11-07T01:26:32.569Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21682024-11-07T01:26:32.785Z Compiling derive_more v0.99.18
21692024-11-07T01:26:32.840Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21702024-11-07T01:26:33.507Z Checking zone v0.3.0
21712024-11-07T01:26:34.219Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21722024-11-07T01:26:35.580Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21732024-11-07T01:26:36.442Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21742024-11-07T01:26:36.516Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21752024-11-07T01:26:37.746Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21762024-11-07T01:26:37.821Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21772024-11-07T01:26:39.426Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21782024-11-07T01:26:40.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.51s
21792024-11-07T01:26:40.495Z
21802024-11-07T01:26:40.495Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21812024-11-07T01:26:41.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-11-07T01:26:41.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-11-07T01:26:41.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-11-07T01:26:41.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21852024-11-07T01:26:41.098Z
21862024-11-07T01:26:41.098Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
21872024-11-07T01:26:41.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-11-07T01:26:41.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-11-07T01:26:41.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-11-07T01:26:41.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21912024-11-07T01:26:41.697Z
21922024-11-07T01:26:41.697Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
21932024-11-07T01:26:42.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-11-07T01:26:42.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-11-07T01:26:42.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962024-11-07T01:26:42.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21972024-11-07T01:26:42.395Z
21982024-11-07T01:26:42.395Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
21992024-11-07T01:26:43.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002024-11-07T01:26:43.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012024-11-07T01:26:43.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022024-11-07T01:26:43.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22032024-11-07T01:26:43.099Z
22042024-11-07T01:26:43.099Zinfo: running `cargo check --bins` on dns-server (39/168)
22052024-11-07T01:26:43.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062024-11-07T01:26:43.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072024-11-07T01:26:43.702Z Compiling parking_lot_core v0.8.6
22082024-11-07T01:26:43.702Z Checking nibble_vec v0.1.0
22092024-11-07T01:26:43.702Z Checking endian-type v0.1.2
22102024-11-07T01:26:43.704Z Checking fxhash v0.2.1
22112024-11-07T01:26:43.704Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22122024-11-07T01:26:43.706Z Checking hickory-server v0.24.1
22132024-11-07T01:26:43.962Z Checking radix_trie v0.2.1
22142024-11-07T01:26:44.260Z Checking hickory-client v0.24.1
22152024-11-07T01:26:44.411Z Checking parking_lot v0.11.2
22162024-11-07T01:26:44.498Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22172024-11-07T01:26:44.501Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22182024-11-07T01:26:44.683Z Checking sled v0.34.7
22192024-11-07T01:26:46.511Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22202024-11-07T01:26:47.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
22212024-11-07T01:26:47.900Z
22222024-11-07T01:26:47.900Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22232024-11-07T01:26:48.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-11-07T01:26:48.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-11-07T01:26:48.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262024-11-07T01:26:48.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22272024-11-07T01:26:48.493Z
22282024-11-07T01:26:48.493Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22292024-11-07T01:26:49.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-11-07T01:26:49.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-11-07T01:26:49.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-11-07T01:26:49.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332024-11-07T01:26:49.077Z
22342024-11-07T01:26:49.077Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22352024-11-07T01:26:49.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-11-07T01:26:49.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-11-07T01:26:49.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-11-07T01:26:49.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392024-11-07T01:26:49.665Z
22402024-11-07T01:26:49.665Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22412024-11-07T01:26:50.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-11-07T01:26:50.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-11-07T01:26:50.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-11-07T01:26:50.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22452024-11-07T01:26:50.310Z
22462024-11-07T01:26:50.311Zinfo: running `cargo check --bins` on gateway-types (44/168)
22472024-11-07T01:26:50.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-11-07T01:26:50.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-11-07T01:26:50.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502024-11-07T01:26:50.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22512024-11-07T01:26:50.905Z
22522024-11-07T01:26:50.905Zinfo: running `cargo check --bins` on ipcc (45/168)
22532024-11-07T01:26:51.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-11-07T01:26:51.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-11-07T01:26:51.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-11-07T01:26:51.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22572024-11-07T01:26:51.497Z
22582024-11-07T01:26:51.498Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22592024-11-07T01:26:52.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-11-07T01:26:52.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-11-07T01:26:52.159Z Checking num-rational v0.4.2
22622024-11-07T01:26:52.159Z Compiling progenitor-client v0.8.0
22632024-11-07T01:26:52.163Z Checking num-complex v0.4.6
22642024-11-07T01:26:52.163Z Compiling prettyplease v0.2.22
22652024-11-07T01:26:52.163Z Compiling newtype-uuid v1.1.2
22662024-11-07T01:26:52.163Z Compiling ipnetwork v0.20.0
22672024-11-07T01:26:52.261Z Compiling instant v0.1.13
22682024-11-07T01:26:52.264Z Compiling semver v0.1.20
22692024-11-07T01:26:52.417Z Checking float-ord v0.3.2
22702024-11-07T01:26:52.560Z Compiling progenitor v0.8.0
22712024-11-07T01:26:52.575Z Compiling radium v0.7.0
22722024-11-07T01:26:52.621Z Compiling rustc_version v0.1.7
22732024-11-07T01:26:52.647Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742024-11-07T01:26:52.763Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22752024-11-07T01:26:52.882Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22762024-11-07T01:26:52.959Z Compiling backoff v0.4.0
22772024-11-07T01:26:52.987Z Compiling parse-display v0.10.0
22782024-11-07T01:26:53.042Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792024-11-07T01:26:53.085Z Compiling serde_with v3.11.0
22802024-11-07T01:26:53.155Z Checking num v0.4.3
22812024-11-07T01:26:53.172Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22822024-11-07T01:26:53.216Z Compiling regress v0.9.1
22832024-11-07T01:26:53.252Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22842024-11-07T01:26:53.625Z Compiling macaddr v1.0.1
22852024-11-07T01:26:53.641Z Compiling maybe-uninit v2.0.0
22862024-11-07T01:26:54.087Z Checking tap v1.0.1
22872024-11-07T01:26:54.200Z Compiling newtype_derive v0.1.6
22882024-11-07T01:26:54.244Z Checking wyz v0.5.1
22892024-11-07T01:26:54.481Z Checking password-hash v0.5.0
22902024-11-07T01:26:54.625Z Checking blake2 v0.10.6
22912024-11-07T01:26:54.809Z Checking funty v2.0.0
22922024-11-07T01:26:54.934Z Compiling owo-colors v4.1.0
22932024-11-07T01:26:55.073Z Compiling cancel-safe-futures v0.1.5
22942024-11-07T01:26:55.204Z Compiling packed_struct v0.10.1
22952024-11-07T01:26:55.231Z Checking crc-catalog v2.4.0
22962024-11-07T01:26:55.373Z Checking crc v3.2.1
22972024-11-07T01:26:55.492Z Checking argon2 v0.5.3
22982024-11-07T01:26:55.747Z Checking bitvec v1.0.1
22992024-11-07T01:26:55.897Z Compiling packed_struct_codegen v0.10.1
23002024-11-07T01:26:56.158Z Compiling indexmap v1.9.3
23012024-11-07T01:26:56.473Z Checking half v2.4.1
23022024-11-07T01:26:56.798Z Checking nodrop v0.1.14
23032024-11-07T01:26:56.916Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23042024-11-07T01:26:56.968Z Checking ciborium-io v0.2.2
23052024-11-07T01:26:57.024Z Checking array-init v0.0.4
23062024-11-07T01:26:57.097Z Checking ciborium-ll v0.2.2
23072024-11-07T01:26:57.265Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23082024-11-07T01:26:57.400Z Checking smallvec v0.6.14
23092024-11-07T01:26:57.676Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102024-11-07T01:26:58.313Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112024-11-07T01:26:58.487Z Checking libsw v3.3.1
23122024-11-07T01:26:58.589Z Compiling memoffset v0.9.1
23132024-11-07T01:26:58.761Z Checking linear-map v1.2.0
23142024-11-07T01:26:58.808Z Checking swrite v0.1.0
23152024-11-07T01:26:58.903Z Checking indent_write v2.2.0
23162024-11-07T01:26:58.933Z Checking highway v1.2.0
23172024-11-07T01:26:59.094Z Checking termcolor v1.4.1
23182024-11-07T01:26:59.110Z Checking bitfield v0.14.0
23192024-11-07T01:26:59.350Z Checking hashbrown v0.12.3
23202024-11-07T01:26:59.387Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23212024-11-07T01:26:59.412Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23222024-11-07T01:26:59.505Z Checking env_logger v0.10.2
23232024-11-07T01:26:59.686Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23242024-11-07T01:27:00.070Z Checking ron v0.8.1
23252024-11-07T01:27:00.388Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23262024-11-07T01:27:00.473Z Checking serde-hex v0.1.0
23272024-11-07T01:27:00.855Z Checking steno v0.4.1
23282024-11-07T01:27:01.112Z Checking ciborium v0.2.2
23292024-11-07T01:27:01.616Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302024-11-07T01:27:01.884Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23312024-11-07T01:27:02.070Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23322024-11-07T01:27:02.127Z Checking hashbrown v0.13.2
23332024-11-07T01:27:02.517Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23342024-11-07T01:27:02.868Z Checking crc-any v2.5.0
23352024-11-07T01:27:03.199Z Checking humantime v2.1.0
23362024-11-07T01:27:03.219Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23372024-11-07T01:27:03.235Z Checking object v0.30.4
23382024-11-07T01:27:03.253Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23392024-11-07T01:27:03.506Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23402024-11-07T01:27:03.586Z Checking path-slash v0.1.5
23412024-11-07T01:27:03.719Z Checking nix v0.27.1
23422024-11-07T01:27:03.820Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23432024-11-07T01:27:03.873Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23442024-11-07T01:27:04.550Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23452024-11-07T01:27:04.621Z Checking tungstenite v0.23.0
23462024-11-07T01:27:04.837Z Checking kstat-rs v0.2.4
23472024-11-07T01:27:05.022Z Checking signal-hook-tokio v0.3.1
23482024-11-07T01:27:05.447Z Checking tokio-tungstenite v0.23.1
23492024-11-07T01:27:06.337Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23502024-11-07T01:27:06.571Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23512024-11-07T01:27:11.840Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23522024-11-07T01:27:13.648Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23532024-11-07T01:27:14.322Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23542024-11-07T01:27:17.475Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23552024-11-07T01:27:17.731Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23562024-11-07T01:27:18.264Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23572024-11-07T01:27:24.321Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23582024-11-07T01:27:24.997Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23592024-11-07T01:27:28.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.14s
23602024-11-07T01:27:28.822Z
23612024-11-07T01:27:28.823Zinfo: running `cargo check --bins` on gateway-api (47/168)
23622024-11-07T01:27:29.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-11-07T01:27:29.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-11-07T01:27:29.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-11-07T01:27:29.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23662024-11-07T01:27:29.420Z
23672024-11-07T01:27:29.420Zinfo: running `cargo check --bins` on oximeter (48/168)
23682024-11-07T01:27:29.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-11-07T01:27:29.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-11-07T01:27:29.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-11-07T01:27:29.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23722024-11-07T01:27:30.022Z
23732024-11-07T01:27:30.022Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23742024-11-07T01:27:30.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-11-07T01:27:30.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-11-07T01:27:30.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-11-07T01:27:30.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23782024-11-07T01:27:30.596Z
23792024-11-07T01:27:30.597Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23802024-11-07T01:27:31.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-11-07T01:27:31.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-11-07T01:27:31.198Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23832024-11-07T01:27:31.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
23842024-11-07T01:27:31.774Z
23852024-11-07T01:27:31.775Zinfo: running `cargo check --bins` on oximeter-types (51/168)
23862024-11-07T01:27:32.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-11-07T01:27:32.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-11-07T01:27:32.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-11-07T01:27:32.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23902024-11-07T01:27:32.365Z
23912024-11-07T01:27:32.365Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
23922024-11-07T01:27:32.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-11-07T01:27:32.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-11-07T01:27:32.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-11-07T01:27:32.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23962024-11-07T01:27:32.976Z
23972024-11-07T01:27:32.976Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
23982024-11-07T01:27:33.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-11-07T01:27:33.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-11-07T01:27:33.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-11-07T01:27:33.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24022024-11-07T01:27:33.550Z
24032024-11-07T01:27:33.550Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24042024-11-07T01:27:34.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-11-07T01:27:34.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-11-07T01:27:34.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-11-07T01:27:34.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24082024-11-07T01:27:34.146Z
24092024-11-07T01:27:34.146Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
24102024-11-07T01:27:34.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-11-07T01:27:34.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-11-07T01:27:34.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-11-07T01:27:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24142024-11-07T01:27:34.738Z
24152024-11-07T01:27:34.738Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24162024-11-07T01:27:35.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-11-07T01:27:35.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-11-07T01:27:35.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-11-07T01:27:35.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24202024-11-07T01:27:35.337Z
24212024-11-07T01:27:35.338Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24222024-11-07T01:27:35.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-11-07T01:27:35.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-11-07T01:27:35.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-11-07T01:27:35.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24262024-11-07T01:27:35.938Z
24272024-11-07T01:27:35.938Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24282024-11-07T01:27:36.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-11-07T01:27:36.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-11-07T01:27:36.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-11-07T01:27:36.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24322024-11-07T01:27:36.525Z
24332024-11-07T01:27:36.525Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24342024-11-07T01:27:37.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-11-07T01:27:37.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-11-07T01:27:37.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-11-07T01:27:37.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24382024-11-07T01:27:37.110Z
24392024-11-07T01:27:37.110Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24402024-11-07T01:27:37.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-11-07T01:27:37.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-11-07T01:27:37.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-11-07T01:27:37.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24442024-11-07T01:27:37.724Z
24452024-11-07T01:27:37.724Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24462024-11-07T01:27:38.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-11-07T01:27:38.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-11-07T01:27:38.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-11-07T01:27:38.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24502024-11-07T01:27:38.310Z
24512024-11-07T01:27:38.310Zinfo: running `cargo check --bins` on nexus-client (62/168)
24522024-11-07T01:27:38.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-11-07T01:27:38.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-11-07T01:27:38.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-11-07T01:27:38.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24562024-11-07T01:27:38.914Z
24572024-11-07T01:27:38.914Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24582024-11-07T01:27:39.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-11-07T01:27:39.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-11-07T01:27:39.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-11-07T01:27:39.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24622024-11-07T01:27:39.511Z
24632024-11-07T01:27:39.511Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24642024-11-07T01:27:40.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-11-07T01:27:40.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-11-07T01:27:40.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-11-07T01:27:40.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24682024-11-07T01:27:40.091Z
24692024-11-07T01:27:40.091Zinfo: running `cargo check --bins` on nexus-types (65/168)
24702024-11-07T01:27:40.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-11-07T01:27:40.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-11-07T01:27:40.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-11-07T01:27:40.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24742024-11-07T01:27:40.702Z
24752024-11-07T01:27:40.703Zinfo: running `cargo check --bins` on gateway-client (66/168)
24762024-11-07T01:27:41.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-11-07T01:27:41.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-11-07T01:27:41.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-11-07T01:27:41.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24802024-11-07T01:27:41.292Z
24812024-11-07T01:27:41.292Zinfo: running `cargo check --bins` on oxql-types (67/168)
24822024-11-07T01:27:41.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-11-07T01:27:41.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-11-07T01:27:41.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-11-07T01:27:41.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24862024-11-07T01:27:41.881Z
24872024-11-07T01:27:41.881Zinfo: running `cargo check --bins` on update-engine (68/168)
24882024-11-07T01:27:42.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-11-07T01:27:42.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-11-07T01:27:42.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-11-07T01:27:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24922024-11-07T01:27:42.456Z
24932024-11-07T01:27:42.457Zinfo: running `cargo check --bins` on sp-sim (69/168)
24942024-11-07T01:27:42.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-11-07T01:27:42.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-11-07T01:27:43.051Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24972024-11-07T01:27:44.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
24982024-11-07T01:27:45.052Z
24992024-11-07T01:27:45.052Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
25002024-11-07T01:27:45.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-11-07T01:27:45.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-11-07T01:27:45.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-11-07T01:27:45.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25042024-11-07T01:27:45.693Z
25052024-11-07T01:27:45.693Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25062024-11-07T01:27:46.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-11-07T01:27:46.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-11-07T01:27:46.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-11-07T01:27:46.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25102024-11-07T01:27:46.346Z
25112024-11-07T01:27:46.346Zinfo: running `cargo check --bins` on db-macros (72/168)
25122024-11-07T01:27:46.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-11-07T01:27:46.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-11-07T01:27:46.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-11-07T01:27:46.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25162024-11-07T01:27:46.929Z
25172024-11-07T01:27:46.929Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25182024-11-07T01:27:47.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-11-07T01:27:47.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-11-07T01:27:47.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-11-07T01:27:47.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25222024-11-07T01:27:47.503Z
25232024-11-07T01:27:47.503Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25242024-11-07T01:27:48.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-11-07T01:27:48.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-11-07T01:27:48.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-11-07T01:27:48.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25282024-11-07T01:27:48.138Z
25292024-11-07T01:27:48.138Zinfo: running `cargo check --bins` on authz-macros (75/168)
25302024-11-07T01:27:48.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-11-07T01:27:48.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-11-07T01:27:48.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-11-07T01:27:48.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25342024-11-07T01:27:48.715Z
25352024-11-07T01:27:48.715Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25362024-11-07T01:27:49.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-11-07T01:27:49.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-11-07T01:27:49.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-11-07T01:27:49.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25402024-11-07T01:27:49.326Z
25412024-11-07T01:27:49.326Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25422024-11-07T01:27:49.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-11-07T01:27:49.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-11-07T01:27:49.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-11-07T01:27:49.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25462024-11-07T01:27:49.950Z
25472024-11-07T01:27:49.950Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25482024-11-07T01:27:50.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-11-07T01:27:50.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-11-07T01:27:50.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-11-07T01:27:50.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25522024-11-07T01:27:50.545Z
25532024-11-07T01:27:50.545Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25542024-11-07T01:27:51.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-11-07T01:27:51.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-11-07T01:27:51.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-11-07T01:27:51.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25582024-11-07T01:27:51.152Z
25592024-11-07T01:27:51.152Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25602024-11-07T01:27:51.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-11-07T01:27:51.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-11-07T01:27:51.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-11-07T01:27:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25642024-11-07T01:27:51.770Z
25652024-11-07T01:27:51.770Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25662024-11-07T01:27:52.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-11-07T01:27:52.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-11-07T01:27:52.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-11-07T01:27:52.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25702024-11-07T01:27:52.369Z
25712024-11-07T01:27:52.369Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25722024-11-07T01:27:52.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-11-07T01:27:52.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-11-07T01:27:52.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-11-07T01:27:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25762024-11-07T01:27:52.971Z
25772024-11-07T01:27:52.971Zinfo: running `cargo check --bins` on typed-rng (83/168)
25782024-11-07T01:27:53.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-11-07T01:27:53.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-11-07T01:27:53.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-11-07T01:27:53.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25822024-11-07T01:27:53.544Z
25832024-11-07T01:27:53.544Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25842024-11-07T01:27:54.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-11-07T01:27:54.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-11-07T01:27:54.242Z Checking keccak v0.1.5
25872024-11-07T01:27:54.344Z Checking secrecy v0.8.0
25882024-11-07T01:27:54.347Z Compiling unicase v2.7.0
25892024-11-07T01:27:54.347Z Compiling same-file v1.0.6
25902024-11-07T01:27:54.347Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25912024-11-07T01:27:54.366Z Compiling tempfile v3.13.0
25922024-11-07T01:27:54.388Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25932024-11-07T01:27:54.401Z Compiling thiserror-impl-no-std v2.0.2
25942024-11-07T01:27:54.544Z Compiling walkdir v2.5.0
25952024-11-07T01:27:54.617Z Checking sha3 v0.10.8
25962024-11-07T01:27:54.620Z Checking universal-hash v0.5.1
25972024-11-07T01:27:54.698Z Compiling blake3 v1.5.4
25982024-11-07T01:27:54.838Z Compiling ring v0.16.20
25992024-11-07T01:27:54.840Z Checking opaque-debug v0.3.1
26002024-11-07T01:27:54.950Z Checking poly1305 v0.8.0
26012024-11-07T01:27:55.041Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26022024-11-07T01:27:55.190Z Checking chacha20 v0.9.1
26032024-11-07T01:27:55.257Z Checking aead v0.5.2
26042024-11-07T01:27:55.352Z Compiling memmap2 v0.9.5
26052024-11-07T01:27:55.425Z Compiling libefi-sys v0.1.0
26062024-11-07T01:27:55.481Z Compiling salty v0.3.0
26072024-11-07T01:27:55.519Z Compiling spin v0.5.2
26082024-11-07T01:27:55.684Z Compiling constant_time_eq v0.3.1
26092024-11-07T01:27:55.726Z Compiling arrayref v0.3.9
26102024-11-07T01:27:55.765Z Compiling home v0.5.9
26112024-11-07T01:27:55.811Z Compiling arrayvec v0.7.6
26122024-11-07T01:27:55.842Z Compiling untrusted v0.7.1
26132024-11-07T01:27:55.930Z Compiling toolchain_find v0.4.0
26142024-11-07T01:27:56.018Z Checking chacha20poly1305 v0.10.1
26152024-11-07T01:27:56.037Z Compiling camino-tempfile v1.1.1
26162024-11-07T01:27:56.236Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26172024-11-07T01:27:56.246Z Compiling bitfield-struct v0.6.2
26182024-11-07T01:27:56.431Z Compiling topological-sort v0.2.2
26192024-11-07T01:27:56.478Z Compiling mime_guess v2.0.5
26202024-11-07T01:27:56.574Z Compiling rustfmt-wrapper v0.2.1
26212024-11-07T01:27:57.051Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26222024-11-07T01:27:57.102Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26232024-11-07T01:27:57.281Z Checking thiserror-no-std v2.0.2
26242024-11-07T01:27:57.371Z Checking primeorder v0.13.6
26252024-11-07T01:27:57.388Z Checking vsss-rs v3.3.4
26262024-11-07T01:27:57.405Z Checking env_filter v0.1.2
26272024-11-07T01:27:57.408Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282024-11-07T01:27:57.762Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292024-11-07T01:27:57.773Z Checking env_logger v0.11.5
26302024-11-07T01:27:57.773Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26312024-11-07T01:27:57.773Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322024-11-07T01:27:57.844Z Checking p384 v0.13.0
26332024-11-07T01:27:57.975Z Checking gethostname v0.5.0
26342024-11-07T01:27:58.099Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26352024-11-07T01:27:58.159Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26362024-11-07T01:27:58.199Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26372024-11-07T01:27:58.524Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26382024-11-07T01:27:58.540Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26392024-11-07T01:27:58.599Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26402024-11-07T01:27:58.970Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26412024-11-07T01:27:59.091Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26422024-11-07T01:27:59.112Z Checking nanorand v0.7.0
26432024-11-07T01:27:59.146Z Checking atty v0.2.14
26442024-11-07T01:27:59.256Z Checking http-range v0.1.5
26452024-11-07T01:27:59.277Z Checking glob v0.3.1
26462024-11-07T01:27:59.442Z Checking hyper-staticfile v0.10.1
26472024-11-07T01:27:59.485Z Checking flume v0.11.0
26482024-11-07T01:27:59.585Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26492024-11-07T01:28:00.005Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26502024-11-07T01:28:00.008Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26512024-11-07T01:28:00.241Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26522024-11-07T01:28:00.699Z Compiling omicron-zone-package v0.11.1
26532024-11-07T01:28:00.903Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26542024-11-07T01:28:01.280Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26552024-11-07T01:28:01.890Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26562024-11-07T01:28:01.994Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26572024-11-07T01:28:02.204Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26582024-11-07T01:28:02.639Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26592024-11-07T01:28:02.717Z Checking display-error-chain v0.2.2
26602024-11-07T01:28:03.402Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26612024-11-07T01:28:04.748Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26622024-11-07T01:28:06.171Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26632024-11-07T01:28:06.174Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26642024-11-07T01:28:17.899Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26652024-11-07T01:29:06.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
26662024-11-07T01:29:06.439Z
26672024-11-07T01:29:06.439Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26682024-11-07T01:29:07.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-11-07T01:29:07.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-11-07T01:29:07.138Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26712024-11-07T01:29:55.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.26s
26722024-11-07T01:29:55.890Z
26732024-11-07T01:29:55.890Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26742024-11-07T01:29:56.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-11-07T01:29:56.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-11-07T01:29:56.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26772024-11-07T01:30:45.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.22s
26782024-11-07T01:30:45.317Z
26792024-11-07T01:30:45.317Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26802024-11-07T01:30:45.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-11-07T01:30:45.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-11-07T01:30:46.014Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-11-07T01:31:35.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.75s
26842024-11-07T01:31:35.264Z
26852024-11-07T01:31:35.264Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
26862024-11-07T01:31:35.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-11-07T01:31:35.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-11-07T01:31:35.960Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26892024-11-07T01:32:24.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s
26902024-11-07T01:32:24.896Z
26912024-11-07T01:32:24.896Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
26922024-11-07T01:32:25.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-11-07T01:32:25.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-11-07T01:32:25.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26952024-11-07T01:33:14.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.38s
26962024-11-07T01:33:14.464Z
26972024-11-07T01:33:14.464Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
26982024-11-07T01:33:15.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-11-07T01:33:15.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-11-07T01:33:15.164Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27012024-11-07T01:34:03.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
27022024-11-07T01:34:03.942Z
27032024-11-07T01:34:03.942Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27042024-11-07T01:34:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-11-07T01:34:04.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-11-07T01:34:04.647Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27072024-11-07T01:34:53.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.17s
27082024-11-07T01:34:53.333Z
27092024-11-07T01:34:53.333Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27102024-11-07T01:34:53.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-11-07T01:34:53.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-11-07T01:34:53.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132024-11-07T01:34:53.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27142024-11-07T01:34:53.922Z
27152024-11-07T01:34:53.922Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27162024-11-07T01:34:54.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-11-07T01:34:54.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-11-07T01:34:54.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-11-07T01:34:54.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27202024-11-07T01:34:54.541Z
27212024-11-07T01:34:54.542Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27222024-11-07T01:34:55.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-11-07T01:34:55.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-11-07T01:34:55.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-11-07T01:34:55.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27262024-11-07T01:34:55.149Z
27272024-11-07T01:34:55.149Zinfo: running `cargo check --bins` on dpd-client (95/168)
27282024-11-07T01:34:55.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-11-07T01:34:55.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-11-07T01:34:55.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-11-07T01:34:55.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27322024-11-07T01:34:55.734Z
27332024-11-07T01:34:55.734Zinfo: running `cargo check --bins` on installinator-common (96/168)
27342024-11-07T01:34:56.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-11-07T01:34:56.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-11-07T01:34:56.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-11-07T01:34:56.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27382024-11-07T01:34:56.345Z
27392024-11-07T01:34:56.346Zinfo: running `cargo check --bins` on key-manager (97/168)
27402024-11-07T01:34:56.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-11-07T01:34:56.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-11-07T01:34:56.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-11-07T01:34:56.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27442024-11-07T01:34:56.933Z
27452024-11-07T01:34:56.933Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27462024-11-07T01:34:57.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-11-07T01:34:57.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-11-07T01:34:57.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-11-07T01:34:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27502024-11-07T01:34:57.529Z
27512024-11-07T01:34:57.529Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27522024-11-07T01:34:58.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-11-07T01:34:58.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-11-07T01:34:58.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-11-07T01:34:58.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27562024-11-07T01:34:58.119Z
27572024-11-07T01:34:58.119Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27582024-11-07T01:34:58.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-11-07T01:34:58.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-11-07T01:34:58.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-11-07T01:34:58.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27622024-11-07T01:34:58.696Z
27632024-11-07T01:34:58.696Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27642024-11-07T01:34:59.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-11-07T01:34:59.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-11-07T01:34:59.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-11-07T01:34:59.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27682024-11-07T01:34:59.308Z
27692024-11-07T01:34:59.308Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27702024-11-07T01:34:59.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-11-07T01:34:59.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-11-07T01:34:59.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-11-07T01:34:59.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27742024-11-07T01:34:59.922Z
27752024-11-07T01:34:59.922Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27762024-11-07T01:35:00.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-11-07T01:35:00.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-11-07T01:35:00.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-11-07T01:35:00.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27802024-11-07T01:35:00.536Z
27812024-11-07T01:35:00.536Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27822024-11-07T01:35:01.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-11-07T01:35:01.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-11-07T01:35:01.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-11-07T01:35:01.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27862024-11-07T01:35:01.169Z
27872024-11-07T01:35:01.169Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
27882024-11-07T01:35:01.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-11-07T01:35:01.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-11-07T01:35:01.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-11-07T01:35:01.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27922024-11-07T01:35:01.813Z
27932024-11-07T01:35:01.813Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
27942024-11-07T01:35:02.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-11-07T01:35:02.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-11-07T01:35:02.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-11-07T01:35:02.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27982024-11-07T01:35:02.447Z
27992024-11-07T01:35:02.447Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
28002024-11-07T01:35:03.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-11-07T01:35:03.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-11-07T01:35:03.114Z Compiling phf_generator v0.11.2
28032024-11-07T01:35:03.122Z Compiling parse-zoneinfo v0.3.1
28042024-11-07T01:35:03.226Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28052024-11-07T01:35:03.229Z Checking bcs v0.1.6
28062024-11-07T01:35:03.229Z Compiling async-recursion v1.1.1
28072024-11-07T01:35:03.229Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28082024-11-07T01:35:03.229Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28092024-11-07T01:35:03.305Z Compiling phf_codegen v0.11.2
28102024-11-07T01:35:03.780Z Compiling chrono-tz-build v0.4.0
28112024-11-07T01:35:04.687Z Compiling chrono-tz v0.10.0
28122024-11-07T01:35:11.933Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28132024-11-07T01:35:16.173Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28142024-11-07T01:35:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.15s
28152024-11-07T01:35:21.970Z
28162024-11-07T01:35:21.970Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28172024-11-07T01:35:21.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-11-07T01:35:21.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-11-07T01:35:21.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-11-07T01:35:21.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28212024-11-07T01:35:21.970Z
28222024-11-07T01:35:21.970Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28232024-11-07T01:35:21.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-11-07T01:35:21.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-11-07T01:35:21.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-11-07T01:35:21.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28272024-11-07T01:35:21.971Z
28282024-11-07T01:35:21.971Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28292024-11-07T01:35:21.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-11-07T01:35:21.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-11-07T01:35:21.971Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-11-07T01:35:21.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
28332024-11-07T01:35:21.971Z
28342024-11-07T01:35:21.971Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28352024-11-07T01:35:21.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-11-07T01:35:21.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-11-07T01:35:21.990Z Compiling cfg_aliases v0.1.1
28382024-11-07T01:35:21.993Z Compiling vte_generate_state_changes v0.1.2
28392024-11-07T01:35:21.993Z Checking fd-lock v4.0.2
28402024-11-07T01:35:21.993Z Checking bytecount v0.6.8
28412024-11-07T01:35:22.088Z Compiling tabled_derive v0.7.0
28422024-11-07T01:35:22.109Z Compiling peg-macros v0.8.4
28432024-11-07T01:35:22.112Z Compiling sqlparser_derive v0.2.2
28442024-11-07T01:35:22.121Z Checking unicode_categories v0.1.1
28452024-11-07T01:35:22.175Z Compiling nix v0.28.0
28462024-11-07T01:35:22.236Z Checking papergrid v0.11.0
28472024-11-07T01:35:22.257Z Checking home v0.5.9
28482024-11-07T01:35:22.391Z Checking nu-ansi-term v0.50.1
28492024-11-07T01:35:22.432Z Checking sqlformat v0.2.6
28502024-11-07T01:35:22.712Z Checking vte v0.11.1
28512024-11-07T01:35:23.265Z Checking sqlparser v0.45.0
28522024-11-07T01:35:24.006Z Checking tabled v0.15.0
28532024-11-07T01:35:24.046Z Checking strip-ansi-escapes v0.2.0
28542024-11-07T01:35:24.180Z Checking reedline v0.35.0
28552024-11-07T01:35:24.763Z Checking peg v0.8.4
28562024-11-07T01:35:25.499Z Checking rustyline v14.0.0
28572024-11-07T01:35:29.907Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582024-11-07T01:35:36.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.94s
28592024-11-07T01:35:36.472Z
28602024-11-07T01:35:36.472Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28612024-11-07T01:35:37.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-11-07T01:35:37.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-11-07T01:35:37.092Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642024-11-07T01:35:43.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
28652024-11-07T01:35:43.776Z
28662024-11-07T01:35:43.776Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28672024-11-07T01:35:44.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-11-07T01:35:44.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-11-07T01:35:44.404Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702024-11-07T01:35:49.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
28712024-11-07T01:35:49.544Z
28722024-11-07T01:35:49.544Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28732024-11-07T01:35:50.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-11-07T01:35:50.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-11-07T01:35:50.159Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-11-07T01:35:56.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
28772024-11-07T01:35:56.448Z
28782024-11-07T01:35:56.448Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28792024-11-07T01:35:56.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-11-07T01:35:56.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-11-07T01:35:57.068Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822024-11-07T01:36:03.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
28832024-11-07T01:36:03.423Z
28842024-11-07T01:36:03.423Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
28852024-11-07T01:36:03.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-11-07T01:36:03.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-11-07T01:36:04.046Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882024-11-07T01:36:09.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
28892024-11-07T01:36:09.384Z
28902024-11-07T01:36:09.384Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
28912024-11-07T01:36:09.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-11-07T01:36:09.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-11-07T01:36:10.002Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942024-11-07T01:36:15.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
28952024-11-07T01:36:15.431Z
28962024-11-07T01:36:15.431Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
28972024-11-07T01:36:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-11-07T01:36:15.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-11-07T01:36:16.049Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002024-11-07T01:36:22.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s
29012024-11-07T01:36:22.558Z
29022024-11-07T01:36:22.558Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29032024-11-07T01:36:23.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-11-07T01:36:23.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-11-07T01:36:23.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-11-07T01:36:23.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29072024-11-07T01:36:23.178Z
29082024-11-07T01:36:23.178Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
29092024-11-07T01:36:23.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-11-07T01:36:23.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-11-07T01:36:23.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-11-07T01:36:23.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132024-11-07T01:36:23.759Z
29142024-11-07T01:36:23.759Zinfo: running `cargo check --bins` on installinator-client (121/168)
29152024-11-07T01:36:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-11-07T01:36:24.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-11-07T01:36:24.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-11-07T01:36:24.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29192024-11-07T01:36:24.368Z
29202024-11-07T01:36:24.368Zinfo: running `cargo check --bins` on oxide-client (122/168)
29212024-11-07T01:36:24.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-11-07T01:36:24.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-11-07T01:36:24.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242024-11-07T01:36:24.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252024-11-07T01:36:24.950Z
29262024-11-07T01:36:24.950Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29272024-11-07T01:36:25.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-11-07T01:36:25.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-11-07T01:36:25.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302024-11-07T01:36:25.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29312024-11-07T01:36:25.578Z
29322024-11-07T01:36:25.579Zinfo: running `cargo check --bins` on wicket-common (124/168)
29332024-11-07T01:36:26.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342024-11-07T01:36:26.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352024-11-07T01:36:26.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362024-11-07T01:36:26.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29372024-11-07T01:36:26.195Z
29382024-11-07T01:36:26.196Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29392024-11-07T01:36:26.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402024-11-07T01:36:26.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412024-11-07T01:36:26.826Z Checking csv-core v0.1.11
29422024-11-07T01:36:26.828Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29432024-11-07T01:36:27.132Z Checking csv v1.3.0
29442024-11-07T01:36:27.656Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29452024-11-07T01:36:28.013Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29462024-11-07T01:36:29.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
29472024-11-07T01:36:29.354Z
29482024-11-07T01:36:29.354Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29492024-11-07T01:36:29.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-11-07T01:36:29.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-11-07T01:36:29.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522024-11-07T01:36:29.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29532024-11-07T01:36:29.950Z
29542024-11-07T01:36:29.950Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29552024-11-07T01:36:30.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-11-07T01:36:30.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-11-07T01:36:30.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582024-11-07T01:36:30.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29592024-11-07T01:36:30.540Z
29602024-11-07T01:36:30.540Zinfo: running `cargo check --bins` on cert-dev (128/168)
29612024-11-07T01:36:31.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-11-07T01:36:31.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-11-07T01:36:31.117Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29642024-11-07T01:36:31.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29652024-11-07T01:36:31.533Z
29662024-11-07T01:36:31.533Zinfo: running `cargo check --bins` on ch-dev (129/168)
29672024-11-07T01:36:32.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-11-07T01:36:32.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-11-07T01:36:32.150Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29702024-11-07T01:36:32.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
29712024-11-07T01:36:33.028Z
29722024-11-07T01:36:33.028Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29732024-11-07T01:36:33.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-11-07T01:36:33.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-11-07T01:36:33.644Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29762024-11-07T01:36:33.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29772024-11-07T01:36:34.138Z
29782024-11-07T01:36:34.138Zinfo: running `cargo check --bins` on db-dev (131/168)
29792024-11-07T01:36:34.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-11-07T01:36:34.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-11-07T01:36:34.752Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29822024-11-07T01:36:35.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
29832024-11-07T01:36:35.636Z
29842024-11-07T01:36:35.636Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
29852024-11-07T01:36:36.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-11-07T01:36:36.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-11-07T01:36:36.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882024-11-07T01:36:36.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29892024-11-07T01:36:36.247Z
29902024-11-07T01:36:36.247Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
29912024-11-07T01:36:36.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-11-07T01:36:36.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-11-07T01:36:36.828Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29942024-11-07T01:36:37.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
29952024-11-07T01:36:37.910Z
29962024-11-07T01:36:37.910Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
29972024-11-07T01:36:38.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-11-07T01:36:38.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-11-07T01:36:38.491Z Checking cargo-platform v0.1.8
30002024-11-07T01:36:38.758Z Checking cargo_metadata v0.18.1
30012024-11-07T01:36:39.728Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30022024-11-07T01:36:40.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
30032024-11-07T01:36:40.628Z
30042024-11-07T01:36:40.628Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30052024-11-07T01:36:41.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-11-07T01:36:41.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-11-07T01:36:41.313Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30082024-11-07T01:36:41.992Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30092024-11-07T01:36:42.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
30102024-11-07T01:36:42.672Z
30112024-11-07T01:36:42.672Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30122024-11-07T01:36:43.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-11-07T01:36:43.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-11-07T01:36:43.430Z Compiling crunchy v0.2.2
30152024-11-07T01:36:43.430Z Compiling glob v0.3.1
30162024-11-07T01:36:43.430Z Compiling tiny-keccak v2.0.2
30172024-11-07T01:36:43.432Z Compiling dsl_auto_type v0.1.2
30182024-11-07T01:36:43.432Z Checking scheduled-thread-pool v0.2.7
30192024-11-07T01:36:43.432Z Compiling diesel_table_macro_syntax v0.2.0
30202024-11-07T01:36:43.569Z Compiling ascii-canvas v3.0.0
30212024-11-07T01:36:43.571Z Compiling ena v0.14.3
30222024-11-07T01:36:43.778Z Checking r2d2 v0.8.10
30232024-11-07T01:36:43.823Z Compiling libloading v0.8.5
30242024-11-07T01:36:44.011Z Compiling bindgen v0.69.5
30252024-11-07T01:36:44.014Z Compiling regex-syntax v0.6.29
30262024-11-07T01:36:44.072Z Compiling diff v0.1.13
30272024-11-07T01:36:44.091Z Compiling which v4.4.2
30282024-11-07T01:36:44.250Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30292024-11-07T01:36:44.453Z Compiling clang-sys v1.8.1
30302024-11-07T01:36:44.484Z Compiling cexpr v0.6.0
30312024-11-07T01:36:44.674Z Compiling rustc-hash v1.1.0
30322024-11-07T01:36:44.698Z Compiling ref-cast v1.0.23
30332024-11-07T01:36:44.835Z Compiling lazycell v1.3.0
30342024-11-07T01:36:44.853Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30352024-11-07T01:36:44.926Z Compiling derive_builder_core v0.20.2
30362024-11-07T01:36:45.011Z Compiling libxml v0.3.3
30372024-11-07T01:36:45.048Z Compiling diesel_derives v2.2.3
30382024-11-07T01:36:45.130Z Compiling ref-cast-impl v1.0.23
30392024-11-07T01:36:45.319Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30402024-11-07T01:36:45.439Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30412024-11-07T01:36:45.801Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30422024-11-07T01:36:46.121Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30432024-11-07T01:36:46.160Z Compiling strum_macros v0.24.3
30442024-11-07T01:36:46.441Z Compiling indoc v1.0.9
30452024-11-07T01:36:47.285Z Compiling lalrpop v0.19.12
30462024-11-07T01:36:47.429Z Compiling derive_builder_macro v0.20.2
30472024-11-07T01:36:48.331Z Checking derive_builder v0.20.2
30482024-11-07T01:36:48.350Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30492024-11-07T01:36:48.489Z Compiling impl-trait-for-tuples v0.2.2
30502024-11-07T01:36:48.646Z Compiling oso-derive v0.27.3
30512024-11-07T01:36:49.574Z Checking quick-xml v0.33.0
30522024-11-07T01:36:49.713Z Compiling diesel-dtrace v0.3.0
30532024-11-07T01:36:49.775Z Checking maplit v1.0.2
30542024-11-07T01:36:49.922Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30552024-11-07T01:36:50.097Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30562024-11-07T01:36:50.401Z Checking bb8 v0.8.5
30572024-11-07T01:36:50.918Z Compiling const_format_proc_macros v0.2.33
30582024-11-07T01:36:51.701Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30592024-11-07T01:36:51.848Z Checking castaway v0.2.3
30602024-11-07T01:36:51.987Z Checking rand_seeder v0.3.0
30612024-11-07T01:36:52.024Z Checking compact_str v0.8.0
30622024-11-07T01:36:52.232Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30632024-11-07T01:36:52.461Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30642024-11-07T01:36:52.944Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30652024-11-07T01:36:53.040Z Checking const_format v0.2.33
30662024-11-07T01:36:53.528Z Checking unicode-truncate v1.1.0
30672024-11-07T01:36:53.767Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30682024-11-07T01:36:54.074Z Checking lru v0.12.5
30692024-11-07T01:36:54.335Z Compiling instability v0.3.2
30702024-11-07T01:36:54.376Z Checking is_ci v1.2.0
30712024-11-07T01:36:54.454Z Checking smawk v0.3.2
30722024-11-07T01:36:54.506Z Checking unicode-linebreak v0.1.5
30732024-11-07T01:36:54.666Z Checking cassowary v0.3.0
30742024-11-07T01:36:54.928Z Checking textwrap v0.16.1
30752024-11-07T01:36:55.099Z Checking supports-color v3.0.1
30762024-11-07T01:36:55.295Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30772024-11-07T01:36:55.372Z Checking multimap v0.10.0
30782024-11-07T01:36:55.404Z Checking ratatui v0.28.1
30792024-11-07T01:36:56.907Z Checking diesel v2.2.4
30802024-11-07T01:37:17.471Z Compiling samael v0.0.17
30812024-11-07T01:37:33.146Z Checking async-bb8-diesel v0.2.1
30822024-11-07T01:37:33.286Z Compiling polar-core v0.27.3
30832024-11-07T01:37:40.786Z Checking oso v0.27.3
30842024-11-07T01:39:16.493Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30852024-11-07T01:39:24.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s
30862024-11-07T01:39:24.822Z
30872024-11-07T01:39:24.823Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
30882024-11-07T01:39:25.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-11-07T01:39:25.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-11-07T01:39:25.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-11-07T01:39:25.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30922024-11-07T01:39:25.470Z
30932024-11-07T01:39:25.470Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
30942024-11-07T01:39:26.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-11-07T01:39:26.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-11-07T01:39:26.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972024-11-07T01:39:26.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30982024-11-07T01:39:26.108Z
30992024-11-07T01:39:26.108Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
31002024-11-07T01:39:26.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-11-07T01:39:26.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-11-07T01:39:26.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032024-11-07T01:39:26.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042024-11-07T01:39:26.693Z
31052024-11-07T01:39:26.693Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31062024-11-07T01:39:27.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-11-07T01:39:27.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-11-07T01:39:27.462Z Compiling libz-sys v1.1.20
31092024-11-07T01:39:27.572Z Checking http v0.2.12
31102024-11-07T01:39:27.575Z Compiling libgit2-sys v0.17.0+1.8.1
31112024-11-07T01:39:27.596Z Compiling vergen v8.3.2
31122024-11-07T01:39:27.599Z Compiling cargo-platform v0.1.8
31132024-11-07T01:39:27.599Z Compiling pin-project-internal v1.1.6
31142024-11-07T01:39:27.641Z Compiling libsqlite3-sys v0.30.1
31152024-11-07T01:39:27.641Z Compiling snafu-derive v0.8.5
31162024-11-07T01:39:27.937Z Compiling cargo_metadata v0.18.1
31172024-11-07T01:39:28.153Z Checking bumpalo v3.16.0
31182024-11-07T01:39:28.172Z Checking simd-adler32 v0.3.7
31192024-11-07T01:39:28.479Z Checking lockfree-object-pool v0.1.6
31202024-11-07T01:39:28.530Z Compiling rustls v0.21.12
31212024-11-07T01:39:28.558Z Checking sync_wrapper v0.1.2
31222024-11-07T01:39:28.676Z Compiling buf-list v1.0.3
31232024-11-07T01:39:28.725Z Compiling cfg_aliases v0.2.1
31242024-11-07T01:39:28.803Z Compiling zip v2.1.3
31252024-11-07T01:39:28.837Z Compiling nix v0.29.0
31262024-11-07T01:39:28.872Z Checking h2 v0.3.26
31272024-11-07T01:39:29.126Z Checking http-body v0.4.6
31282024-11-07T01:39:29.432Z Checking zopfli v0.8.1
31292024-11-07T01:39:29.585Z Checking globset v0.4.15
31302024-11-07T01:39:29.709Z Checking sct v0.7.1
31312024-11-07T01:39:29.924Z Checking rustls-webpki v0.101.7
31322024-11-07T01:39:30.075Z Checking olpc-cjson v0.1.4
31332024-11-07T01:39:30.110Z Checking serde_plain v1.0.2
31342024-11-07T01:39:30.281Z Compiling displaydoc v0.2.5
31352024-11-07T01:39:30.350Z Checking typed-path v0.7.1
31362024-11-07T01:39:30.573Z Checking pin-project v1.1.6
31372024-11-07T01:39:31.506Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31382024-11-07T01:39:31.522Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31392024-11-07T01:39:31.791Z Checking hashlink v0.9.1
31402024-11-07T01:39:31.812Z Checking fallible-iterator v0.3.0
31412024-11-07T01:39:32.305Z Checking parse-size v1.1.0
31422024-11-07T01:39:32.406Z Checking fallible-streaming-iterator v0.1.9
31432024-11-07T01:39:32.533Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31442024-11-07T01:39:32.618Z Checking rusqlite v0.32.1
31452024-11-07T01:39:32.862Z Checking snafu v0.8.5
31462024-11-07T01:39:32.961Z Checking rustls-pemfile v1.0.4
31472024-11-07T01:39:33.052Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31482024-11-07T01:39:33.149Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31492024-11-07T01:39:33.331Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31502024-11-07T01:39:33.350Z Checking twox-hash v1.6.3
31512024-11-07T01:39:33.462Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31522024-11-07T01:39:33.840Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31532024-11-07T01:39:33.903Z Checking tokio-rustls v0.24.1
31542024-11-07T01:39:34.198Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31552024-11-07T01:39:34.264Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31562024-11-07T01:39:34.448Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31572024-11-07T01:39:34.684Z Checking fatfs v0.3.6
31582024-11-07T01:39:34.934Z Checking hyper v0.14.30
31592024-11-07T01:39:35.299Z Checking assert_matches v1.5.0
31602024-11-07T01:39:39.288Z Checking reqwest v0.11.27
31612024-11-07T01:39:40.040Z Checking tough v0.17.1
31622024-11-07T01:39:41.195Z Compiling git2 v0.19.0
31632024-11-07T01:39:43.306Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31642024-11-07T01:39:44.499Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31652024-11-07T01:39:46.353Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31662024-11-07T01:43:21.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 54s
31672024-11-07T01:43:21.234Z
31682024-11-07T01:43:21.234Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31692024-11-07T01:43:21.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-11-07T01:43:21.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-11-07T01:43:21.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722024-11-07T01:43:21.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31732024-11-07T01:43:21.890Z
31742024-11-07T01:43:21.890Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31752024-11-07T01:43:22.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-11-07T01:43:22.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-11-07T01:43:22.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-11-07T01:43:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31792024-11-07T01:43:22.476Z
31802024-11-07T01:43:22.476Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31812024-11-07T01:43:23.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-11-07T01:43:23.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-11-07T01:43:23.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-11-07T01:43:23.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31852024-11-07T01:43:23.091Z
31862024-11-07T01:43:23.091Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31872024-11-07T01:43:23.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-11-07T01:43:23.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-11-07T01:43:23.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902024-11-07T01:43:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31912024-11-07T01:43:23.733Z
31922024-11-07T01:43:23.733Zinfo: running `cargo check --bins` on nexus-networking (145/168)
31932024-11-07T01:43:24.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-11-07T01:43:24.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-11-07T01:43:24.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962024-11-07T01:43:24.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31972024-11-07T01:43:24.374Z
31982024-11-07T01:43:24.374Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
31992024-11-07T01:43:24.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-11-07T01:43:24.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-11-07T01:43:24.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022024-11-07T01:43:24.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32032024-11-07T01:43:25.014Z
32042024-11-07T01:43:25.014Zinfo: running `cargo check --bins` on update-common (147/168)
32052024-11-07T01:43:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-11-07T01:43:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-11-07T01:43:25.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082024-11-07T01:43:25.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32092024-11-07T01:43:25.638Z
32102024-11-07T01:43:25.638Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32112024-11-07T01:43:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122024-11-07T01:43:26.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132024-11-07T01:43:26.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142024-11-07T01:43:26.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32152024-11-07T01:43:26.256Z
32162024-11-07T01:43:26.256Zinfo: running `cargo check --bins` on tufaceous (149/168)
32172024-11-07T01:43:26.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-11-07T01:43:26.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-11-07T01:43:26.897Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32202024-11-07T01:43:27.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
32212024-11-07T01:43:28.002Z
32222024-11-07T01:43:28.002Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32232024-11-07T01:43:28.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-11-07T01:43:28.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-11-07T01:43:28.807Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32262024-11-07T01:43:28.929Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32272024-11-07T01:43:28.932Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282024-11-07T01:43:28.932Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32292024-11-07T01:44:24.881Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32302024-11-07T01:44:24.881Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32312024-11-07T01:44:24.884Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32322024-11-07T01:44:24.884Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32332024-11-07T01:44:24.884Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32342024-11-07T01:44:25.629Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32352024-11-07T01:44:26.869Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32362024-11-07T01:47:46.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 18s
32372024-11-07T01:47:46.543Z
32382024-11-07T01:47:46.543Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32392024-11-07T01:47:47.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-11-07T01:47:47.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-11-07T01:47:47.224Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32422024-11-07T01:47:47.224Z Checking heck v0.4.1
32432024-11-07T01:47:47.226Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32442024-11-07T01:47:47.468Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32452024-11-07T01:47:48.843Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32462024-11-07T01:47:49.669Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32472024-11-07T01:47:50.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
32482024-11-07T01:47:50.864Z
32492024-11-07T01:47:50.864Zinfo: running `cargo check --bins` on installinator-api (152/168)
32502024-11-07T01:47:51.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-11-07T01:47:51.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-11-07T01:47:51.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532024-11-07T01:47:51.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32542024-11-07T01:47:51.471Z
32552024-11-07T01:47:51.471Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32562024-11-07T01:47:52.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572024-11-07T01:47:52.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582024-11-07T01:47:52.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592024-11-07T01:47:52.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32602024-11-07T01:47:52.087Z
32612024-11-07T01:47:52.087Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32622024-11-07T01:47:52.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632024-11-07T01:47:52.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642024-11-07T01:47:52.737Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32652024-11-07T01:47:53.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
32662024-11-07T01:47:54.068Z
32672024-11-07T01:47:54.068Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32682024-11-07T01:47:54.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692024-11-07T01:47:54.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702024-11-07T01:47:54.704Z Checking memmap2 v0.9.5
32712024-11-07T01:47:54.704Z Checking arrayref v0.3.9
32722024-11-07T01:47:54.709Z Checking spin v0.5.2
32732024-11-07T01:47:54.709Z Checking arrayvec v0.7.6
32742024-11-07T01:47:54.709Z Checking untrusted v0.7.1
32752024-11-07T01:47:54.709Z Checking constant_time_eq v0.3.1
32762024-11-07T01:47:54.813Z Checking topological-sort v0.2.2
32772024-11-07T01:47:54.830Z Checking shell-words v1.1.0
32782024-11-07T01:47:54.953Z Checking ring v0.16.20
32792024-11-07T01:47:55.138Z Checking blake3 v1.5.4
32802024-11-07T01:47:56.133Z Checking omicron-zone-package v0.11.1
32812024-11-07T01:47:57.249Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32822024-11-07T01:47:58.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
32832024-11-07T01:47:58.334Z
32842024-11-07T01:47:58.334Zinfo: running `cargo check --bins` on xtask (156/168)
32852024-11-07T01:47:58.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-11-07T01:47:58.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-11-07T01:47:58.752Z Checking bitflags v2.6.0
32882024-11-07T01:47:58.755Z Checking serde v1.0.210
32892024-11-07T01:47:58.755Z Checking thiserror v1.0.64
32902024-11-07T01:47:58.839Z Checking scroll v0.12.0
32912024-11-07T01:47:58.848Z Checking log v0.4.22
32922024-11-07T01:47:58.850Z Checking hashbrown v0.15.0
32932024-11-07T01:47:58.851Z Checking zerocopy v0.7.35
32942024-11-07T01:47:58.880Z Checking syn v2.0.79
32952024-11-07T01:47:58.935Z Checking pest v2.7.14
32962024-11-07T01:47:59.149Z Checking rustix v0.38.37
32972024-11-07T01:47:59.153Z Checking once_cell v1.20.2
32982024-11-07T01:47:59.318Z Checking goblin v0.8.2
32992024-11-07T01:47:59.445Z Checking fs-err v2.11.0
33002024-11-07T01:47:59.769Z Checking tabled v0.15.0
33012024-11-07T01:47:59.917Z Checking indexmap v2.6.0
33022024-11-07T01:48:00.293Z Checking anyhow v1.0.92
33032024-11-07T01:48:01.039Z Checking terminal_size v0.4.0
33042024-11-07T01:48:01.039Z Checking tempfile v3.13.0
33052024-11-07T01:48:01.216Z Checking clap_builder v4.5.20
33062024-11-07T01:48:01.543Z Checking dtrace-parser v0.2.0
33072024-11-07T01:48:03.237Z Checking serde_json v1.0.128
33082024-11-07T01:48:03.237Z Checking toml_datetime v0.6.8
33092024-11-07T01:48:03.240Z Checking serde_spanned v0.6.8
33102024-11-07T01:48:03.240Z Checking camino v1.1.9
33112024-11-07T01:48:03.240Z Checking semver v1.0.23
33122024-11-07T01:48:03.433Z Checking cargo-platform v0.1.8
33132024-11-07T01:48:03.448Z Checking macaddr v1.0.1
33142024-11-07T01:48:03.472Z Checking clap v4.5.20
33152024-11-07T01:48:03.549Z Checking toml_edit v0.22.22
33162024-11-07T01:48:03.788Z Checking camino-tempfile v1.1.1
33172024-11-07T01:48:04.329Z Checking dof v0.3.0
33182024-11-07T01:48:04.329Z Checking cargo_metadata v0.18.1
33192024-11-07T01:48:04.741Z Checking usdt-impl v0.5.0
33202024-11-07T01:48:05.100Z Checking usdt v0.5.0
33212024-11-07T01:48:05.319Z Checking toml v0.8.19
33222024-11-07T01:48:05.794Z Checking cargo_toml v0.20.5
33232024-11-07T01:48:07.015Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33242024-11-07T01:48:07.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
33252024-11-07T01:48:07.734Z
33262024-11-07T01:48:07.734Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33272024-11-07T01:48:08.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-11-07T01:48:08.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-11-07T01:48:08.459Z Checking polyval v0.6.2
33302024-11-07T01:48:08.567Z Checking ctr v0.9.2
33312024-11-07T01:48:08.578Z Checking ssh-encoding v0.2.0
33322024-11-07T01:48:08.581Z Checking blowfish v0.9.1
33332024-11-07T01:48:08.602Z Checking password-hash v0.4.2
33342024-11-07T01:48:08.605Z Checking matches v0.1.10
33352024-11-07T01:48:08.631Z Checking p256 v0.13.2
33362024-11-07T01:48:08.631Z Checking p521 v0.13.3
33372024-11-07T01:48:08.708Z Checking idna v0.2.3
33382024-11-07T01:48:08.779Z Checking bcrypt-pbkdf v0.10.0
33392024-11-07T01:48:08.798Z Checking ghash v0.5.1
33402024-11-07T01:48:08.815Z Compiling enum-as-inner v0.5.1
33412024-11-07T01:48:08.918Z Checking russh-cryptovec v0.7.3
33422024-11-07T01:48:08.989Z Checking aes-gcm v0.10.3
33432024-11-07T01:48:09.005Z Checking pbkdf2 v0.11.0
33442024-11-07T01:48:09.022Z Checking md5 v0.7.0
33452024-11-07T01:48:09.117Z Checking num-bigint v0.4.6
33462024-11-07T01:48:09.136Z Checking des v0.8.1
33472024-11-07T01:48:09.218Z Checking ssh-cipher v0.2.0
33482024-11-07T01:48:09.276Z Compiling dhcproto-macros v0.1.0
33492024-11-07T01:48:09.300Z Checking hex-literal v0.4.1
33502024-11-07T01:48:09.406Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33512024-11-07T01:48:09.433Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33522024-11-07T01:48:09.513Z Checking ssh-key v0.6.6
33532024-11-07T01:48:09.562Z Checking internet-checksum v0.2.1
33542024-11-07T01:48:09.802Z Checking trust-dns-proto v0.22.0
33552024-11-07T01:48:10.874Z Checking russh-keys v0.45.0
33562024-11-07T01:48:11.810Z Checking russh v0.45.0
33572024-11-07T01:48:12.364Z Checking dhcproto v0.12.0
33582024-11-07T01:48:34.523Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33592024-11-07T01:48:35.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s
33602024-11-07T01:48:35.969Z
33612024-11-07T01:48:35.969Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33622024-11-07T01:48:36.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-11-07T01:48:36.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-11-07T01:48:36.571Z Checking termios v0.3.3
33652024-11-07T01:48:36.784Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33662024-11-07T01:48:37.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
33672024-11-07T01:48:37.728Z
33682024-11-07T01:48:37.728Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33692024-11-07T01:48:38.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702024-11-07T01:48:38.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712024-11-07T01:48:38.389Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33722024-11-07T01:48:40.386Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33732024-11-07T01:48:42.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
33742024-11-07T01:48:42.614Z
33752024-11-07T01:48:42.614Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33762024-11-07T01:48:43.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-11-07T01:48:43.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-11-07T01:48:43.217Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33792024-11-07T01:48:43.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33802024-11-07T01:48:43.827Z
33812024-11-07T01:48:43.827Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33822024-11-07T01:48:44.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-11-07T01:48:44.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-11-07T01:48:44.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852024-11-07T01:48:44.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862024-11-07T01:48:44.411Z
33872024-11-07T01:48:44.411Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33882024-11-07T01:48:44.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-11-07T01:48:44.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-11-07T01:48:44.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-11-07T01:48:44.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922024-11-07T01:48:44.990Z
33932024-11-07T01:48:44.990Zinfo: running `cargo check --bins` on omicron-package (163/168)
33942024-11-07T01:48:45.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-11-07T01:48:45.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-11-07T01:48:45.619Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33972024-11-07T01:48:46.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
33982024-11-07T01:48:47.051Z
33992024-11-07T01:48:47.051Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
34002024-11-07T01:48:47.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-11-07T01:48:47.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-11-07T01:48:47.717Z Checking rtoolbox v0.0.2
34032024-11-07T01:48:47.720Z Checking tui-tree-widget v0.22.0
34042024-11-07T01:48:47.720Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34052024-11-07T01:48:47.936Z Checking rpassword v7.3.1
34062024-11-07T01:48:52.053Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34072024-11-07T01:48:55.241Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34082024-11-07T01:48:56.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.34s
34092024-11-07T01:48:56.577Z
34102024-11-07T01:48:56.577Zinfo: running `cargo check --bins` on wicket (165/168)
34112024-11-07T01:48:57.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122024-11-07T01:48:57.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132024-11-07T01:48:57.232Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34142024-11-07T01:48:57.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34152024-11-07T01:48:57.806Z
34162024-11-07T01:48:57.806Zinfo: running `cargo check --bins` on wicketd (166/168)
34172024-11-07T01:48:58.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182024-11-07T01:48:58.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192024-11-07T01:48:58.484Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34202024-11-07T01:49:07.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.10s
34212024-11-07T01:49:08.098Z
34222024-11-07T01:49:08.098Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34232024-11-07T01:49:08.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242024-11-07T01:49:08.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252024-11-07T01:49:08.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262024-11-07T01:49:08.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272024-11-07T01:49:08.676Z
34282024-11-07T01:49:08.676Zinfo: running `cargo check --bins` on zone-setup (168/168)
34292024-11-07T01:49:09.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302024-11-07T01:49:09.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312024-11-07T01:49:09.362Z Checking uzers v0.12.1
34322024-11-07T01:49:09.703Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34332024-11-07T01:49:10.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
34342024-11-07T01:49:10.998Z
34352024-11-07T01:49:10.999Zreal 24:20.929094937
34362024-11-07T01:49:10.999Zuser 36:44.204861792
34372024-11-07T01:49:10.999Zsys 5:17.417723576
34382024-11-07T01:49:10.999Ztrap 0.588875852
34392024-11-07T01:49:10.999Ztflt 2.903427061
34402024-11-07T01:49:11.002Zdflt 2.580758150
34412024-11-07T01:49:11.002Zkflt 0.039751913
34422024-11-07T01:49:11.002Zlock 1:28:48.802244623
34432024-11-07T01:49:11.002Zslp 3:27:21.192835742
34442024-11-07T01:49:11.002Zlat 59.219844092
34452024-11-07T01:49:11.002Zstop 3:14.064915072
34462024-11-07T01:49:11.002Zprocess exited: duration 1745814 ms, exit code 0
 
34472024-11-07T01:49:11.008Zfound 0 output files