01JAGTTGPPQVCKW66QQHR040F5: 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: 01JAGTTXW4CSDE98BRXQ164973

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T22:10:00.018Zjob assigned to worker 01JAGTV1BF6N24CPQF9PVWB503 (queued for 46 s)
 
22024-10-18T22:10:07.315Zstarting task 0: "setup"
32024-10-18T22:10:07.325Z++ uname -s
42024-10-18T22:10:07.327Z+ kern=SunOS
52024-10-18T22:10:07.327Z+ case "$kern" in
62024-10-18T22:10:07.327Z+ groupadd -g 12345 build
72024-10-18T22:10:07.330Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T22:10:09.343Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T22:10:09.440Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T22:10:09.442Z+ home_fs=zfs
112024-10-18T22:10:09.442Z+ [[ zfs == autofs ]]
122024-10-18T22:10:09.442Z+ mkdir -p /home/build
132024-10-18T22:10:09.445Z+ chown build:build /home/build /work
142024-10-18T22:10:11.447Z+ chmod 0700 /home/build /work
152024-10-18T22:10:11.450Zprocess exited: duration 4137 ms, exit code 0
 
162024-10-18T22:10:11.457Zstarting task 1: "rust-toolchain"
172024-10-18T22:10:11.463Z+ printf ' * toolchain channel = "%s"
182024-10-18T22:10:11.463Z' 1.80.1
192024-10-18T22:10:11.465Z+ printf ' * toolchain profile = "%s"
202024-10-18T22:10:11.465Z * toolchain channel = "1.80.1"
212024-10-18T22:10:11.465Z * toolchain profile = "default"
222024-10-18T22:10:11.465Z' default
232024-10-18T22:10:11.465Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T22:10:11.465Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T22:10:11.591Zinfo: downloading installer
262024-10-18T22:10:12.896Zinfo: profile set to 'default'
272024-10-18T22:10:12.896Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T22:10:12.899Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T22:10:13.040Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T22:10:13.040Zinfo: downloading component 'cargo'
312024-10-18T22:10:13.853Zinfo: downloading component 'clippy'
322024-10-18T22:10:14.141Zinfo: downloading component 'rust-docs'
332024-10-18T22:10:15.273Zinfo: downloading component 'rust-std'
342024-10-18T22:10:16.857Zinfo: downloading component 'rustc'
352024-10-18T22:10:21.283Zinfo: downloading component 'rustfmt'
362024-10-18T22:10:21.522Zinfo: installing component 'cargo'
372024-10-18T22:10:22.337Zinfo: installing component 'clippy'
382024-10-18T22:10:22.734Zinfo: installing component 'rust-docs'
392024-10-18T22:10:24.378Zinfo: installing component 'rust-std'
402024-10-18T22:10:26.093Zinfo: installing component 'rustc'
412024-10-18T22:10:30.349Zinfo: installing component 'rustfmt'
422024-10-18T22:10:30.693Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T22:10:30.693Z
442024-10-18T22:10:31.964Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T22:10:31.964Z
462024-10-18T22:10:31.969Z
472024-10-18T22:10:31.969ZRust is installed now. Great!
482024-10-18T22:10:31.969Z
492024-10-18T22:10:31.969ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T22:10:31.969Zenvironment variable. This has not been done automatically.
512024-10-18T22:10:31.969Z
522024-10-18T22:10:31.969ZTo configure your current shell, you need to source
532024-10-18T22:10:31.969Zthe corresponding env file under $HOME/.cargo.
542024-10-18T22:10:31.969Z
552024-10-18T22:10:31.969ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T22:10:31.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T22:10:31.970Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T22:10:31.970Z+ rustc --version
592024-10-18T22:10:31.970Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T22:10:31.970Zprocess exited: duration 19607 ms, exit code 0
 
612024-10-18T22:10:31.976Zstarting task 2: "authentication"
622024-10-18T22:10:32.001Zprocess exited: duration 22 ms, exit code 0
 
632024-10-18T22:10:32.007Zstarting task 3: "clone repository"
642024-10-18T22:10:32.012Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T22:10:32.015Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T22:10:32.059ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T22:10:39.157Z+ cd /work/oxidecomputer/omicron
682024-10-18T22:10:39.157Z+ git fetch origin e725a7682413619bab3a80edd0c7908693a2402e
692024-10-18T22:10:39.511ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T22:10:39.511Z * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD
712024-10-18T22:10:39.521Z+ [[ -n single-node-clickhouse-init ]]
722024-10-18T22:10:39.524Z++ git branch --show-current
732024-10-18T22:10:39.527Z+ current=main
742024-10-18T22:10:39.527Z+ [[ main != single-node-clickhouse-init ]]
752024-10-18T22:10:39.527Z+ git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e
762024-10-18T22:10:39.529Z+ git checkout -f single-node-clickhouse-init
772024-10-18T22:10:39.695ZSwitched to branch 'single-node-clickhouse-init'
782024-10-18T22:10:39.697Z+ git reset --hard e725a7682413619bab3a80edd0c7908693a2402e
792024-10-18T22:10:39.718ZHEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization
802024-10-18T22:10:39.722Zprocess exited: duration 7711 ms, exit code 0
 
812024-10-18T22:10:39.728Zstarting task 4: "build"
822024-10-18T22:10:39.734Z+ source .github/buildomat/ci-env.sh
832024-10-18T22:10:39.734Z++ export CARGO_TERM_COLOR=always
842024-10-18T22:10:39.734Z++ CARGO_TERM_COLOR=always
852024-10-18T22:10:39.734Z+ cargo --version
862024-10-18T22:10:39.788Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T22:10:39.790Z+ rustc --version
882024-10-18T22:10:39.846Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T22:10:39.849Z+ source ./env.sh
902024-10-18T22:10:39.849Z++ OLD_SHELL_OPTS=ehxB
912024-10-18T22:10:39.849Z++ set -o xtrace
922024-10-18T22:10:39.852Z++++ dirname ./env.sh
932024-10-18T22:10:39.854Z+++ readlink -f .
942024-10-18T22:10:39.858Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ 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-10-18T22:10:39.861Z++ case $OLD_SHELL_OPTS in
1042024-10-18T22:10:39.861Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-18T22:10:39.861Z+ 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-10-18T22:10:39.861Z+ 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-10-18T22:10:39.861Z+ banner prerequisites
1082024-10-18T22:10:39.864Z
1092024-10-18T22:10:39.864Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-18T22:10:39.864Z # # # # # # # # # # # # # # #
1112024-10-18T22:10:39.864Z # # # # ##### # # ##### # # # # # #### #
1122024-10-18T22:10:39.864Z ##### ##### # ##### # # # # # # # # #
1132024-10-18T22:10:39.864Z # # # # # # # # # # # # # # #
1142024-10-18T22:10:39.864Z # # # ###### # # ###### ### # #### # #### #
1152024-10-18T22:10:39.864Z
1162024-10-18T22:10:39.864Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-18T22:10:47.555Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-18T22:10:50.690Z Startup: Caching catalogs ... Done
1192024-10-18T22:10:59.617ZPlanning: Solver setup ... Done (5.411s)
1202024-10-18T22:10:59.664ZPlanning: Running solver ... Done (0.082s)
1212024-10-18T22:10:59.664ZPlanning: Finding local manifests ... Done (0.005s)
1222024-10-18T22:10:59.664ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-18T22:10:59.664ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-18T22:10:59.664ZPlanning: Package planning ... Done (0.099s)
1252024-10-18T22:10:59.698ZPlanning: Merging actions ... Done (0.056s)
1262024-10-18T22:10:59.698ZPlanning: Checking for conflicting actions ... Done (0.197s)
1272024-10-18T22:10:59.850ZPlanning: Consolidating action changes ... Done (2.310s)
1282024-10-18T22:11:00.302ZPlanning: Evaluating mediators ... Done (0.452s)
1292024-10-18T22:11:00.381ZPlanning: Planning completed in 9.61 seconds
1302024-10-18T22:11:00.402Z Packages to install: 4
1312024-10-18T22:11:00.402Z Packages to update: 1
1322024-10-18T22:11:00.406Z Mediators to change: 2
1332024-10-18T22:11:00.406Z Services to change: 1
1342024-10-18T22:11:00.406Z Estimated space available: 155.71 GB
1352024-10-18T22:11:00.406ZEstimated space to be consumed: 1.58 GB
1362024-10-18T22:11:00.406Z Create boot environment: No
1372024-10-18T22:11:00.406ZCreate backup boot environment: Yes
1382024-10-18T22:11:00.406Z Rebuild boot archive: No
1392024-10-18T22:11:00.406Z
1402024-10-18T22:11:00.406ZChanged mediators:
1412024-10-18T22:11:00.407Z mediator clang:
1422024-10-18T22:11:00.407Z version: None -> 15 (system default)
1432024-10-18T22:11:00.407Z
1442024-10-18T22:11:00.407Z mediator llvm:
1452024-10-18T22:11:00.407Z version: 14 (system default) -> 15 (system default)
1462024-10-18T22:11:00.407Z
1472024-10-18T22:11:00.407ZChanged packages:
1482024-10-18T22:11:00.407Zhelios-dev
1492024-10-18T22:11:00.407Z developer/build-essential
1502024-10-18T22:11:00.407Z None -> 11-2.0
1512024-10-18T22:11:00.407Z library/libxmlsec1
1522024-10-18T22:11:00.407Z None -> 1.2.35-2.0
1532024-10-18T22:11:00.407Z ooce/developer/clang-15
1542024-10-18T22:11:00.407Z None -> 15.0.7-2.0
1552024-10-18T22:11:00.407Z ooce/developer/llvm-15
1562024-10-18T22:11:00.407Z None -> 15.0.7-2.0
1572024-10-18T22:11:00.407Z package/pkg
1582024-10-18T22:11:00.407Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-18T22:11:00.407Z
1602024-10-18T22:11:00.407ZServices:
1612024-10-18T22:11:00.407Z restart_fmri:
1622024-10-18T22:11:00.407Z svc:/system/update-man-index:default
1632024-10-18T22:11:00.407Z
1642024-10-18T22:11:00.407ZEditable files to change:
1652024-10-18T22:11:00.407Z Update:
1662024-10-18T22:11:00.407Z usr/share/lib/pkg/web/config.shtml
1672024-10-18T22:11:00.485Z
1682024-10-18T22:11:00.485ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-18T22:11:05.490ZDownload: 446/4281 items 17.0/220.6MB 7% complete (3.5M/s)
1702024-10-18T22:11:10.490ZDownload: 1163/4281 items 67.3/220.6MB 30% complete (6.7M/s)
1712024-10-18T22:11:15.509ZDownload: 1345/4281 items 116.9/220.6MB 52% complete (10.0M/s)
1722024-10-18T22:11:20.504ZDownload: 2272/4281 items 119.5/220.6MB 54% complete (5.8M/s)
1732024-10-18T22:11:25.504ZDownload: 3166/4281 items 166.5/220.6MB 75% complete (4.9M/s)
1742024-10-18T22:11:31.231ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (9.3M/s)
1752024-10-18T22:11:36.274ZDownload: 3666/4281 items 214.3/220.6MB 97% complete (2.1M/s)
1762024-10-18T22:11:41.373ZDownload: 4206/4281 items 218.6/220.6MB 99% complete (742k/s)
1772024-10-18T22:11:43.891ZDownload: Completed 220.60 MB in 43.40 seconds (5.1M/s)
1782024-10-18T22:11:46.072Z Actions: 1/5063 actions (Removing old actions)
1792024-10-18T22:11:46.095Z Actions: 194/5063 actions (Installing new actions)
1802024-10-18T22:11:50.849Z Actions: 4226/5063 actions (Updating modified actions)
1812024-10-18T22:11:51.228Z Actions: Completed 5063 actions in 5.16 seconds.
1822024-10-18T22:11:51.430Z Done (0.194s)
1832024-10-18T22:11:51.433Z Done (0.000s)
1842024-10-18T22:11:51.919Z Done (0.486s)
1852024-10-18T22:11:56.400Z Done (4.282s)
1862024-10-18T22:11:56.492Z Done (0.019s)
1872024-10-18T22:11:56.494Z Done (0.000s)
1882024-10-18T22:11:56.690Z Done (0.000s)
1892024-10-18T22:11:57.333ZPlanning: Evaluating mediator changes ... Done
1902024-10-18T22:11:57.494ZPlanning: Checking for conflicting actions ... Done
1912024-10-18T22:11:57.497ZPlanning: Consolidating action changes ... Done
1922024-10-18T22:11:57.769ZPlanning: Evaluating mediators ... Done
1932024-10-18T22:11:57.771ZPlanning: Planning completed in 0.44 seconds
1942024-10-18T22:11:57.810Z Mediators to change: 2
1952024-10-18T22:11:57.810Z Create boot environment: No
1962024-10-18T22:11:57.814ZCreate backup boot environment: No
1972024-10-18T22:11:57.886Z Done
1982024-10-18T22:11:57.886Z Done
1992024-10-18T22:11:58.197Z Done
2002024-10-18T22:12:01.769Z Done
2012024-10-18T22:12:01.856Z Done
2022024-10-18T22:12:01.858Z Done
2032024-10-18T22:12:01.972Z Done
2042024-10-18T22:12:02.603ZPlanning: Evaluating mediator changes ... Done
2052024-10-18T22:12:02.605ZPlanning: Merging actions ... Done
2062024-10-18T22:12:02.794ZPlanning: Checking for conflicting actions ... Done
2072024-10-18T22:12:02.796ZPlanning: Consolidating action changes ... Done
2082024-10-18T22:12:03.063ZPlanning: Evaluating mediators ... Done
2092024-10-18T22:12:03.120ZPlanning: Planning completed in 0.76 seconds
2102024-10-18T22:12:03.162Z Packages to change: 1
2112024-10-18T22:12:03.162Z Mediators to change: 1
2122024-10-18T22:12:03.164Z Services to change: 1
2132024-10-18T22:12:03.164Z Create boot environment: No
2142024-10-18T22:12:03.164ZCreate backup boot environment: Yes
2152024-10-18T22:12:05.105Z Actions: 1/6 actions (Updating modified actions)
2162024-10-18T22:12:05.110Z Actions: Completed 6 actions in 0.00 seconds.
2172024-10-18T22:12:05.110Z Done
2182024-10-18T22:12:05.110Z Done
2192024-10-18T22:12:05.206Z Done
2202024-10-18T22:12:08.733Z Done
2212024-10-18T22:12:08.822Z Done
2222024-10-18T22:12:08.824Z Done
2232024-10-18T22:12:08.964Z Done
2242024-10-18T22:12:09.397ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-10-18T22:12:09.397Zclang system 15 system
2262024-10-18T22:12:09.397Zcsh system system illumos
2272024-10-18T22:12:09.397Zctags system system illumos
2282024-10-18T22:12:09.398Zgcc vendor 12 vendor
2292024-10-18T22:12:09.398Zgcc system 10 system
2302024-10-18T22:12:09.398Zgcc system 7 system
2312024-10-18T22:12:09.398Zgo system 1.20 system
2322024-10-18T22:12:09.398Zgo system 1.19 system
2332024-10-18T22:12:09.398Zllvm system 15 system
2342024-10-18T22:12:09.398Zllvm system 14 system
2352024-10-18T22:12:09.398Zmariadb system 10.6 system
2362024-10-18T22:12:09.398Zmta vendor vendor dma
2372024-10-18T22:12:09.398Zopenjdk system 17 system
2382024-10-18T22:12:09.398Zopenjdk system 11 system
2392024-10-18T22:12:09.398Zopenjdk system 1.8 system
2402024-10-18T22:12:09.398Zopenssl vendor 3 vendor
2412024-10-18T22:12:09.398Zperl system 5.36 system
2422024-10-18T22:12:09.398Zpostgresql system 15 system
2432024-10-18T22:12:09.398Zpostgresql system 13 system
2442024-10-18T22:12:09.398Zpython vendor 3 vendor
2452024-10-18T22:12:09.398Zpython system 2 system
2462024-10-18T22:12:09.398Zpython3 system 3.11 system
2472024-10-18T22:12:09.398Zruby system 3.0 system
2482024-10-18T22:12:09.398Zwords vendor vendor american-english
2492024-10-18T22:12:09.398Zwords system system australian-english
2502024-10-18T22:12:09.398Zwords system system british-english
2512024-10-18T22:12:09.398Zwords system system canadian-english
2522024-10-18T22:12:09.398Zwords system system french
2532024-10-18T22:12:09.398Zwords system system italian
2542024-10-18T22:12:09.398Zwords system system ngerman
2552024-10-18T22:12:09.398Zwords system system ogerman
2562024-10-18T22:12:09.398Zwords system system spanish
2572024-10-18T22:12:09.737ZPUBLISHER TYPE STATUS P LOCATION
2582024-10-18T22:12:09.737Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-10-18T22:12:12.046ZFMRI IFO
2602024-10-18T22:12:12.046Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-10-18T22:12:12.046Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-10-18T22:12:12.046Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-10-18T22:12:12.046Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-10-18T22:12:12.047Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-10-18T22:12:12.047Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-10-18T22:12:12.047Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-10-18T22:12:12.047Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-10-18T22:12:12.047Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-10-18T22:12:12.047Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-10-18T22:12:12.047Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-10-18T22:12:12.047Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-10-18T22:12:12.047Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-10-18T22:12:12.766Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-10-18T22:12:13.003Z Updating crates.io index
2752024-10-18T22:12:13.006Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-10-18T22:12:13.849Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-10-18T22:12:14.103Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-10-18T22:12:14.325Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-10-18T22:12:14.582Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-10-18T22:12:15.349Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-10-18T22:12:17.470Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-10-18T22:12:18.460Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-10-18T22:12:19.168Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-10-18T22:12:19.397Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-10-18T22:12:19.643Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-10-18T22:12:20.209Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-10-18T22:12:20.584Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-10-18T22:12:20.887Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-10-18T22:12:21.096Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-10-18T22:12:21.348Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-10-18T22:12:21.612Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-10-18T22:12:21.843Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-10-18T22:12:22.149Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-10-18T22:12:22.427Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-10-18T22:12:22.744Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-10-18T22:12:23.158Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-10-18T22:12:23.469Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-10-18T22:12:23.823Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-10-18T22:12:24.188Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-10-18T22:12:24.479Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-10-18T22:12:24.744Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-10-18T22:12:25.922Z Downloading crates ...
3032024-10-18T22:12:25.994Z Downloaded anstyle v1.0.8
3042024-10-18T22:12:26.011Z Downloaded pretty-hex v0.4.1
3052024-10-18T22:12:26.014Z Downloaded usdt-attr-macro v0.5.0
3062024-10-18T22:12:26.016Z Downloaded usdt-macro v0.5.0
3072024-10-18T22:12:26.016Z Downloaded heck v0.5.0
3082024-10-18T22:12:26.019Z Downloaded fnv v1.0.7
3092024-10-18T22:12:26.019Z Downloaded bitflags v2.6.0
3102024-10-18T22:12:26.022Z Downloaded autocfg v1.4.0
3112024-10-18T22:12:26.024Z Downloaded is_terminal_polyfill v1.70.1
3122024-10-18T22:12:26.026Z Downloaded cargo_metadata v0.18.1
3132024-10-18T22:12:26.028Z Downloaded digest v0.10.7
3142024-10-18T22:12:26.030Z Downloaded block-buffer v0.10.4
3152024-10-18T22:12:26.031Z Downloaded cpufeatures v0.2.14
3162024-10-18T22:12:26.033Z Downloaded clap_lex v0.7.2
3172024-10-18T22:12:26.033Z Downloaded toml_datetime v0.6.8
3182024-10-18T22:12:26.035Z Downloaded macaddr v1.0.1
3192024-10-18T22:12:26.036Z Downloaded anstyle-parse v0.2.5
3202024-10-18T22:12:26.038Z Downloaded errno v0.3.9
3212024-10-18T22:12:26.040Z Downloaded thread-id v4.2.2
3222024-10-18T22:12:26.040Z Downloaded cfg-if v1.0.0
3232024-10-18T22:12:26.043Z Downloaded strsim v0.11.1
3242024-10-18T22:12:26.043Z Downloaded byteorder v1.5.0
3252024-10-18T22:12:26.045Z Downloaded memmap v0.7.0
3262024-10-18T22:12:26.045Z Downloaded bytecount v0.6.8
3272024-10-18T22:12:26.048Z Downloaded anstyle-query v1.1.1
3282024-10-18T22:12:26.050Z Downloaded generic-array v0.14.7
3292024-10-18T22:12:26.053Z Downloaded proc-macro-error-attr v1.0.4
3302024-10-18T22:12:26.053Z Downloaded camino-tempfile v1.1.1
3312024-10-18T22:12:26.059Z Downloaded serde_spanned v0.6.8
3322024-10-18T22:12:26.062Z Downloaded dtrace-parser v0.2.0
3332024-10-18T22:12:26.066Z Downloaded scroll_derive v0.12.0
3342024-10-18T22:12:26.075Z Downloaded swrite v0.1.0
3352024-10-18T22:12:26.077Z Downloaded camino v1.1.9
3362024-10-18T22:12:26.080Z Downloaded anstream v0.6.15
3372024-10-18T22:12:26.084Z Downloaded pest_derive v2.7.14
3382024-10-18T22:12:26.088Z Downloaded colorchoice v1.0.2
3392024-10-18T22:12:26.090Z Downloaded semver v1.0.23
3402024-10-18T22:12:26.094Z Downloaded sha2 v0.10.8
3412024-10-18T22:12:26.100Z Downloaded scroll v0.12.0
3422024-10-18T22:12:26.100Z Downloaded quote v1.0.37
3432024-10-18T22:12:26.103Z Downloaded version_check v0.9.5
3442024-10-18T22:12:26.103Z Downloaded terminal_size v0.4.0
3452024-10-18T22:12:26.103Z Downloaded tabled_derive v0.7.0
3462024-10-18T22:12:26.103Z Downloaded fastrand v2.1.1
3472024-10-18T22:12:26.103Z Downloaded equivalent v1.0.1
3482024-10-18T22:12:26.104Z Downloaded itoa v1.0.11
3492024-10-18T22:12:26.108Z Downloaded fs-err v2.11.0
3502024-10-18T22:12:26.108Z Downloaded crypto-common v0.1.6
3512024-10-18T22:12:26.108Z Downloaded dof v0.3.0
3522024-10-18T22:12:26.110Z Downloaded cargo-platform v0.1.8
3532024-10-18T22:12:26.110Z Downloaded pest_meta v2.7.14
3542024-10-18T22:12:26.113Z Downloaded heck v0.4.1
3552024-10-18T22:12:26.115Z Downloaded thiserror v1.0.64
3562024-10-18T22:12:26.120Z Downloaded unicode-linebreak v0.1.5
3572024-10-18T22:12:26.122Z Downloaded smawk v0.3.2
3582024-10-18T22:12:26.122Z Downloaded pest_generator v2.7.14
3592024-10-18T22:12:26.125Z Downloaded usdt v0.5.0
3602024-10-18T22:12:26.128Z Downloaded serde_tokenstream v0.2.2
3612024-10-18T22:12:26.130Z Downloaded utf8parse v0.2.2
3622024-10-18T22:12:26.130Z Downloaded usdt-impl v0.5.0
3632024-10-18T22:12:26.133Z Downloaded tempfile v3.13.0
3642024-10-18T22:12:26.136Z Downloaded anyhow v1.0.89
3652024-10-18T22:12:26.139Z Downloaded serde_derive v1.0.210
3662024-10-18T22:12:26.141Z Downloaded textwrap v0.16.1
3672024-10-18T22:12:26.144Z Downloaded clap_derive v4.5.18
3682024-10-18T22:12:26.147Z Downloaded cargo_toml v0.20.5
3692024-10-18T22:12:26.150Z Downloaded typenum v1.17.0
3702024-10-18T22:12:26.152Z Downloaded proc-macro-error v1.0.4
3712024-10-18T22:12:26.155Z Downloaded plain v0.2.3
3722024-10-18T22:12:26.157Z Downloaded once_cell v1.20.2
3732024-10-18T22:12:26.163Z Downloaded zerocopy-derive v0.7.35
3742024-10-18T22:12:26.168Z Downloaded unicode-ident v1.0.13
3752024-10-18T22:12:26.170Z Downloaded papergrid v0.11.0
3762024-10-18T22:12:26.177Z Downloaded log v0.4.22
3772024-10-18T22:12:26.179Z Downloaded clap v4.5.20
3782024-10-18T22:12:26.186Z Downloaded ryu v1.0.18
3792024-10-18T22:12:26.189Z Downloaded ucd-trie v0.1.7
3802024-10-18T22:12:26.192Z Downloaded toml v0.8.19
3812024-10-18T22:12:26.195Z Downloaded thiserror-impl v1.0.64
3822024-10-18T22:12:26.199Z Downloaded proc-macro2 v1.0.87
3832024-10-18T22:12:26.216Z Downloaded indexmap v2.6.0
3842024-10-18T22:12:26.221Z Downloaded serde v1.0.210
3852024-10-18T22:12:26.227Z Downloaded memchr v2.7.4
3862024-10-18T22:12:26.239Z Downloaded hashbrown v0.15.0
3872024-10-18T22:12:26.247Z Downloaded toml_edit v0.22.22
3882024-10-18T22:12:26.278Z Downloaded clap_builder v4.5.20
3892024-10-18T22:12:26.284Z Downloaded pest v2.7.14
3902024-10-18T22:12:26.295Z Downloaded zerocopy v0.7.35
3912024-10-18T22:12:26.311Z Downloaded serde_json v1.0.128
3922024-10-18T22:12:26.317Z Downloaded winnow v0.6.20
3932024-10-18T22:12:26.325Z Downloaded tabled v0.15.0
3942024-10-18T22:12:26.341Z Downloaded unicode-width v0.1.14
3952024-10-18T22:12:26.346Z Downloaded syn v2.0.79
3962024-10-18T22:12:26.357Z Downloaded syn v1.0.109
3972024-10-18T22:12:26.366Z Downloaded rustix v0.38.37
3982024-10-18T22:12:26.389Z Downloaded goblin v0.8.2
3992024-10-18T22:12:26.393Z Downloaded libc v0.2.159
4002024-10-18T22:12:26.693Z Compiling proc-macro2 v1.0.87
4012024-10-18T22:12:26.693Z Compiling unicode-ident v1.0.13
4022024-10-18T22:12:26.696Z Compiling serde v1.0.210
4032024-10-18T22:12:26.696Z Compiling version_check v0.9.5
4042024-10-18T22:12:26.696Z Compiling memchr v2.7.4
4052024-10-18T22:12:26.696Z Compiling thiserror v1.0.64
4062024-10-18T22:12:26.696Z Compiling libc v0.2.159
4072024-10-18T22:12:26.696Z Compiling itoa v1.0.11
4082024-10-18T22:12:26.944Z Compiling ryu v1.0.18
4092024-10-18T22:12:27.061Z Compiling ucd-trie v0.1.7
4102024-10-18T22:12:27.285Z Compiling once_cell v1.20.2
4112024-10-18T22:12:27.555Z Compiling byteorder v1.5.0
4122024-10-18T22:12:27.580Z Compiling rustix v0.38.37
4132024-10-18T22:12:27.676Z Compiling serde_json v1.0.128
4142024-10-18T22:12:28.018Z Compiling bitflags v2.6.0
4152024-10-18T22:12:28.086Z Compiling usdt-impl v0.5.0
4162024-10-18T22:12:28.410Z Compiling quote v1.0.37
4172024-10-18T22:12:28.455Z Compiling proc-macro-error-attr v1.0.4
4182024-10-18T22:12:28.457Z Compiling syn v1.0.109
4192024-10-18T22:12:28.521Z Compiling proc-macro-error v1.0.4
4202024-10-18T22:12:28.644Z Compiling hashbrown v0.15.0
4212024-10-18T22:12:28.812Z Compiling syn v2.0.79
4222024-10-18T22:12:28.837Z Compiling equivalent v1.0.1
4232024-10-18T22:12:28.971Z Compiling errno v0.3.9
4242024-10-18T22:12:29.226Z Compiling plain v0.2.3
4252024-10-18T22:12:29.251Z Compiling utf8parse v0.2.2
4262024-10-18T22:12:29.330Z Compiling thread-id v4.2.2
4272024-10-18T22:12:29.372Z Compiling camino v1.1.9
4282024-10-18T22:12:29.397Z Compiling log v0.4.22
4292024-10-18T22:12:29.419Z Compiling anstyle-parse v0.2.5
4302024-10-18T22:12:29.911Z Compiling indexmap v2.6.0
4312024-10-18T22:12:29.968Z Compiling is_terminal_polyfill v1.70.1
4322024-10-18T22:12:30.092Z Compiling anstyle-query v1.1.1
4332024-10-18T22:12:30.139Z Compiling semver v1.0.23
4342024-10-18T22:12:30.197Z Compiling anstyle v1.0.8
4352024-10-18T22:12:30.245Z Compiling pretty-hex v0.4.1
4362024-10-18T22:12:30.295Z Compiling unicode-width v0.1.14
4372024-10-18T22:12:30.474Z Compiling winnow v0.6.20
4382024-10-18T22:12:30.676Z Compiling colorchoice v1.0.2
4392024-10-18T22:12:30.707Z Compiling autocfg v1.4.0
4402024-10-18T22:12:30.831Z Compiling anstream v0.6.15
4412024-10-18T22:12:31.297Z Compiling terminal_size v0.4.0
4422024-10-18T22:12:31.515Z Compiling fastrand v2.1.1
4432024-10-18T22:12:31.570Z Compiling anyhow v1.0.89
4442024-10-18T22:12:31.637Z Compiling fnv v1.0.7
4452024-10-18T22:12:31.777Z Compiling clap_lex v0.7.2
4462024-10-18T22:12:31.833Z Compiling fs-err v2.11.0
4472024-10-18T22:12:32.062Z Compiling heck v0.5.0
4482024-10-18T22:12:32.084Z Compiling bytecount v0.6.8
4492024-10-18T22:12:32.137Z Compiling strsim v0.11.1
4502024-10-18T22:12:32.300Z Compiling heck v0.4.1
4512024-10-18T22:12:32.323Z Compiling cfg-if v1.0.0
4522024-10-18T22:12:32.426Z Compiling tempfile v3.13.0
4532024-10-18T22:12:32.596Z Compiling clap_builder v4.5.20
4542024-10-18T22:12:32.899Z Compiling papergrid v0.11.0
4552024-10-18T22:12:33.078Z Compiling memmap v0.7.0
4562024-10-18T22:12:33.139Z Compiling unicode-linebreak v0.1.5
4572024-10-18T22:12:33.295Z Compiling smawk v0.3.2
4582024-10-18T22:12:33.629Z Compiling textwrap v0.16.1
4592024-10-18T22:12:34.093Z Compiling swrite v0.1.0
4602024-10-18T22:12:35.132Z Compiling tabled_derive v0.7.0
4612024-10-18T22:12:36.798Z Compiling tabled v0.15.0
4622024-10-18T22:12:37.704Z Compiling serde_derive v1.0.210
4632024-10-18T22:12:37.706Z Compiling thiserror-impl v1.0.64
4642024-10-18T22:12:37.706Z Compiling zerocopy-derive v0.7.35
4652024-10-18T22:12:37.793Z Compiling scroll_derive v0.12.0
4662024-10-18T22:12:38.087Z Compiling clap_derive v4.5.18
4672024-10-18T22:12:39.262Z Compiling scroll v0.12.0
4682024-10-18T22:12:39.686Z Compiling goblin v0.8.2
4692024-10-18T22:12:39.709Z Compiling zerocopy v0.7.35
4702024-10-18T22:12:40.208Z Compiling pest v2.7.14
4712024-10-18T22:12:41.607Z Compiling clap v4.5.20
4722024-10-18T22:12:42.650Z Compiling pest_meta v2.7.14
4732024-10-18T22:12:43.452Z Compiling pest_generator v2.7.14
4742024-10-18T22:12:45.399Z Compiling pest_derive v2.7.14
4752024-10-18T22:12:46.198Z Compiling dtrace-parser v0.2.0
4762024-10-18T22:12:47.814Z Compiling serde_tokenstream v0.2.2
4772024-10-18T22:12:47.973Z Compiling serde_spanned v0.6.8
4782024-10-18T22:12:47.973Z Compiling toml_datetime v0.6.8
4792024-10-18T22:12:48.081Z Compiling cargo-platform v0.1.8
4802024-10-18T22:12:48.287Z Compiling toml_edit v0.22.22
4812024-10-18T22:12:48.417Z Compiling macaddr v1.0.1
4822024-10-18T22:12:48.601Z Compiling camino-tempfile v1.1.1
4832024-10-18T22:12:49.264Z Compiling dof v0.3.0
4842024-10-18T22:12:49.418Z Compiling cargo_metadata v0.18.1
4852024-10-18T22:12:50.937Z Compiling usdt-macro v0.5.0
4862024-10-18T22:12:50.939Z Compiling usdt-attr-macro v0.5.0
4872024-10-18T22:12:51.232Z Compiling toml v0.8.19
4882024-10-18T22:12:52.065Z Compiling cargo_toml v0.20.5
4892024-10-18T22:12:52.265Z Compiling usdt v0.5.0
4902024-10-18T22:12:55.495Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912024-10-18T22:12:59.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.87s
4922024-10-18T22:12:59.639Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4932024-10-18T22:13:00.218Z Downloading crates ...
4942024-10-18T22:13:00.333Z Downloaded async-recursion v1.1.1
4952024-10-18T22:13:00.337Z Downloaded adler2 v2.0.0
4962024-10-18T22:13:00.339Z Downloaded cfg_aliases v0.2.1
4972024-10-18T22:13:00.341Z Downloaded assert_matches v1.5.0
4982024-10-18T22:13:00.344Z Downloaded arrayvec v0.7.6
4992024-10-18T22:13:00.346Z Downloaded array-init v0.0.4
5002024-10-18T22:13:00.348Z Downloaded atomicwrites v0.4.4
5012024-10-18T22:13:00.351Z Downloaded convert_case v0.4.0
5022024-10-18T22:13:00.358Z Downloaded darling_macro v0.20.10
5032024-10-18T22:13:00.361Z Downloaded block-padding v0.3.3
5042024-10-18T22:13:00.361Z Downloaded crucible-workspace-hack v0.1.0
5052024-10-18T22:13:00.363Z Downloaded bit-set v0.5.3
5062024-10-18T22:13:00.366Z Downloaded base16ct v0.2.0
5072024-10-18T22:13:00.369Z Downloaded cassowary v0.3.0
5082024-10-18T22:13:00.372Z Downloaded cstr-argument v0.1.2
5092024-10-18T22:13:00.374Z Downloaded bb8 v0.8.5
5102024-10-18T22:13:00.377Z Downloaded bitflags v1.3.2
5112024-10-18T22:13:00.379Z Downloaded crossbeam-deque v0.8.5
5122024-10-18T22:13:00.381Z Downloaded ciborium-ll v0.2.2
5132024-10-18T22:13:00.384Z Downloaded cexpr v0.6.0
5142024-10-18T22:13:00.387Z Downloaded newtype_derive v0.1.6
5152024-10-18T22:13:00.389Z Downloaded is_ci v1.2.0
5162024-10-18T22:13:00.389Z Downloaded md5 v0.7.0
5172024-10-18T22:13:00.389Z Downloaded curve25519-dalek-derive v0.1.1
5182024-10-18T22:13:00.392Z Downloaded const_format_proc_macros v0.2.33
5192024-10-18T22:13:00.395Z Downloaded backoff v0.4.0
5202024-10-18T22:13:00.398Z Downloaded bcs v0.1.6
5212024-10-18T22:13:00.400Z Downloaded indent_write v2.2.0
5222024-10-18T22:13:00.403Z Downloaded impl-trait-for-tuples v0.2.2
5232024-10-18T22:13:00.405Z Downloaded debug-ignore v1.0.5
5242024-10-18T22:13:00.408Z Downloaded oso-derive v0.27.3
5252024-10-18T22:13:00.408Z Downloaded openssl-macros v0.1.1
5262024-10-18T22:13:00.410Z Downloaded instant v0.1.13
5272024-10-18T22:13:00.410Z Downloaded opaque-debug v0.3.1
5282024-10-18T22:13:00.413Z Downloaded http-body v1.0.1
5292024-10-18T22:13:00.413Z Downloaded cfg_aliases v0.1.1
5302024-10-18T22:13:00.415Z Downloaded num_threads v0.1.7
5312024-10-18T22:13:00.415Z Downloaded normalize-line-endings v0.3.0
5322024-10-18T22:13:00.415Z Downloaded atty v0.2.14
5332024-10-18T22:13:00.418Z Downloaded async-stream-impl v0.3.6
5342024-10-18T22:13:00.418Z Downloaded num v0.4.3
5352024-10-18T22:13:00.421Z Downloaded blake2 v0.10.6
5362024-10-18T22:13:00.423Z Downloaded memoffset v0.9.1
5372024-10-18T22:13:00.425Z Downloaded lalrpop-util v0.19.12
5382024-10-18T22:13:00.425Z Downloaded csv-core v0.1.11
5392024-10-18T22:13:00.428Z Downloaded cookie_store v0.21.0
5402024-10-18T22:13:00.430Z Downloaded addr2line v0.24.2
5412024-10-18T22:13:00.435Z Downloaded olpc-cjson v0.1.4
5422024-10-18T22:13:00.435Z Downloaded num-derive v0.4.2
5432024-10-18T22:13:00.438Z Downloaded crunchy v0.2.2
5442024-10-18T22:13:00.438Z Downloaded ahash v0.8.11
5452024-10-18T22:13:00.438Z Downloaded num-integer v0.1.46
5462024-10-18T22:13:00.440Z Downloaded multimap v0.10.0
5472024-10-18T22:13:00.443Z Downloaded nodrop v0.1.14
5482024-10-18T22:13:00.443Z Downloaded ciborium-io v0.2.2
5492024-10-18T22:13:00.445Z Downloaded arc-swap v1.7.1
5502024-10-18T22:13:00.449Z Downloaded md-5 v0.10.6
5512024-10-18T22:13:00.451Z Downloaded jobserver v0.1.32
5522024-10-18T22:13:00.453Z Downloaded num_enum v0.5.11
5532024-10-18T22:13:00.460Z Downloaded ascii-canvas v3.0.0
5542024-10-18T22:13:00.462Z Downloaded castaway v0.2.3
5552024-10-18T22:13:00.464Z Downloaded bit-vec v0.6.3
5562024-10-18T22:13:00.466Z Downloaded num-complex v0.4.6
5572024-10-18T22:13:00.469Z Downloaded mime_guess v2.0.5
5582024-10-18T22:13:00.471Z Downloaded crc-any v2.5.0
5592024-10-18T22:13:00.474Z Downloaded internet-checksum v0.2.1
5602024-10-18T22:13:00.476Z Downloaded num-rational v0.4.2
5612024-10-18T22:13:00.476Z Downloaded crossbeam-utils v0.8.20
5622024-10-18T22:13:00.479Z Downloaded bytes v1.7.2
5632024-10-18T22:13:00.484Z Downloaded match_cfg v0.1.0
5642024-10-18T22:13:00.486Z Downloaded new_debug_unreachable v1.0.6
5652024-10-18T22:13:00.489Z Downloaded crc-catalog v2.4.0
5662024-10-18T22:13:00.489Z Downloaded cobs v0.2.3
5672024-10-18T22:13:00.492Z Downloaded time-core v0.1.2
5682024-10-18T22:13:00.492Z Downloaded const-oid v0.9.6
5692024-10-18T22:13:00.494Z Downloaded chacha20 v0.9.1
5702024-10-18T22:13:00.497Z Downloaded num-conv v0.1.0
5712024-10-18T22:13:00.499Z Downloaded openssl-probe v0.1.5
5722024-10-18T22:13:00.499Z Downloaded spki v0.7.3
5732024-10-18T22:13:00.502Z Downloaded number_prefix v0.4.0
5742024-10-18T22:13:00.504Z Downloaded ssh-encoding v0.2.0
5752024-10-18T22:13:00.506Z Downloaded secrecy v0.8.0
5762024-10-18T22:13:00.509Z Downloaded zone_cfg_derive v0.3.0
5772024-10-18T22:13:00.509Z Downloaded scopeguard v1.2.0
5782024-10-18T22:13:00.511Z Downloaded rustls-pemfile v1.0.4
5792024-10-18T22:13:00.515Z Downloaded base64ct v1.6.0
5802024-10-18T22:13:00.517Z Downloaded bzip2 v0.4.4
5812024-10-18T22:13:00.519Z Downloaded omicron-zone-package v0.11.1
5822024-10-18T22:13:00.522Z Downloaded zone_cfg_derive v0.1.2
5832024-10-18T22:13:00.524Z Downloaded indoc v1.0.9
5842024-10-18T22:13:00.528Z Downloaded float-ord v0.3.2
5852024-10-18T22:13:00.531Z Downloaded derive_builder_macro v0.20.2
5862024-10-18T22:13:00.531Z Downloaded stringprep v0.1.5
5872024-10-18T22:13:00.534Z Downloaded chacha20poly1305 v0.10.1
5882024-10-18T22:13:00.536Z Downloaded display-error-chain v0.2.1
5892024-10-18T22:13:00.536Z Downloaded nibble_vec v0.1.0
5902024-10-18T22:13:00.539Z Downloaded maybe-uninit v2.0.0
5912024-10-18T22:13:00.539Z Downloaded data-encoding v2.6.0
5922024-10-18T22:13:00.541Z Downloaded darling v0.20.10
5932024-10-18T22:13:00.545Z Downloaded subtle v2.6.1
5942024-10-18T22:13:00.547Z Downloaded mockall v0.13.0
5952024-10-18T22:13:00.550Z Downloaded ident_case v1.0.1
5962024-10-18T22:13:00.550Z Downloaded futures-sink v0.3.31
5972024-10-18T22:13:00.553Z Downloaded snafu-derive v0.8.5
5982024-10-18T22:13:00.555Z Downloaded newtype-uuid v1.1.2
5992024-10-18T22:13:00.555Z Downloaded utf-8 v0.7.6
6002024-10-18T22:13:00.558Z Downloaded num-iter v0.1.45
6012024-10-18T22:13:00.558Z Downloaded unicode-xid v0.2.6
6022024-10-18T22:13:00.560Z Downloaded num_enum_derive v0.5.11
6032024-10-18T22:13:00.562Z Downloaded rustls-pemfile v2.2.0
6042024-10-18T22:13:00.565Z Downloaded slog v2.7.0
6052024-10-18T22:13:00.568Z Downloaded progenitor-client v0.8.0
6062024-10-18T22:13:00.570Z Downloaded phf_shared v0.10.0
6072024-10-18T22:13:00.570Z Downloaded form_urlencoded v1.2.1
6082024-10-18T22:13:00.573Z Downloaded float-cmp v0.9.0
6092024-10-18T22:13:00.573Z Downloaded either v1.13.0
6102024-10-18T22:13:00.575Z Downloaded string_cache v0.8.7
6112024-10-18T22:13:00.578Z Downloaded which v4.4.2
6122024-10-18T22:13:00.580Z Downloaded time-macros v0.2.18
6132024-10-18T22:13:00.582Z Downloaded ipnet v2.10.1
6142024-10-18T22:13:00.585Z Downloaded crossbeam-epoch v0.9.18
6152024-10-18T22:13:00.588Z Downloaded cookie v0.18.1
6162024-10-18T22:13:00.592Z Downloaded libsw v3.3.1
6172024-10-18T22:13:00.594Z Downloaded dirs-sys-next v0.1.2
6182024-10-18T22:13:00.597Z Downloaded allocator-api2 v0.2.18
6192024-10-18T22:13:00.600Z Downloaded tinyvec_macros v0.1.1
6202024-10-18T22:13:00.602Z Downloaded waitgroup v0.1.2
6212024-10-18T22:13:00.604Z Downloaded hostname v0.4.0
6222024-10-18T22:13:00.606Z Downloaded parse-display v0.10.0
6232024-10-18T22:13:00.606Z Downloaded predicates-core v1.0.8
6242024-10-18T22:13:00.609Z Downloaded tokio-rustls v0.25.0
6252024-10-18T22:13:00.611Z Downloaded tokio-rustls v0.24.1
6262024-10-18T22:13:00.613Z Downloaded take_mut v0.2.2
6272024-10-18T22:13:00.616Z Downloaded progenitor v0.8.0
6282024-10-18T22:13:00.618Z Downloaded futures-macro v0.3.31
6292024-10-18T22:13:00.618Z Downloaded r2d2 v0.8.10
6302024-10-18T22:13:00.621Z Downloaded dhcproto-macros v0.1.0
6312024-10-18T22:13:00.621Z Downloaded ref-cast-impl v1.0.23
6322024-10-18T22:13:00.623Z Downloaded ref-cast v1.0.23
6332024-10-18T22:13:00.626Z Downloaded rand_core v0.6.4
6342024-10-18T22:13:00.628Z Downloaded serde_urlencoded v0.7.1
6352024-10-18T22:13:00.631Z Downloaded serde_repr v0.1.19
6362024-10-18T22:13:00.633Z Downloaded rustc_version v0.1.7
6372024-10-18T22:13:00.633Z Downloaded hashlink v0.9.1
6382024-10-18T22:13:00.635Z Downloaded subprocess v0.2.9
6392024-10-18T22:13:00.638Z Downloaded smallvec v0.6.14
6402024-10-18T22:13:00.641Z Downloaded slog-stdlog v4.1.1
6412024-10-18T22:13:00.643Z Downloaded slog-envlogger v2.2.0
6422024-10-18T22:13:00.645Z Downloaded derive_builder_core v0.20.2
6432024-10-18T22:13:00.647Z Downloaded tokio-rustls v0.26.0
6442024-10-18T22:13:00.650Z Downloaded rand_xorshift v0.3.0
6452024-10-18T22:13:00.652Z Downloaded tokio-stream v0.1.16
6462024-10-18T22:13:00.657Z Downloaded fallible-streaming-iterator v0.1.9
6472024-10-18T22:13:00.659Z Downloaded deranged v0.3.11
6482024-10-18T22:13:00.661Z Downloaded serde_yaml v0.9.34+deprecated
6492024-10-18T22:13:00.664Z Downloaded rusty-fork v0.3.0
6502024-10-18T22:13:00.667Z Downloaded backtrace v0.3.74
6512024-10-18T22:13:00.671Z Downloaded uuid v1.10.0
6522024-10-18T22:13:00.675Z Downloaded pretty-hex v0.2.1
6532024-10-18T22:13:00.677Z Downloaded hash32 v0.3.1
6542024-10-18T22:13:00.680Z Downloaded heck v0.3.3
6552024-10-18T22:13:00.680Z Downloaded typify-macro v0.2.0
6562024-10-18T22:13:00.683Z Downloaded smf v0.2.3
6572024-10-18T22:13:00.683Z Downloaded packed_struct_codegen v0.10.1
6582024-10-18T22:13:00.685Z Downloaded crypto-bigint v0.5.5
6592024-10-18T22:13:00.691Z Downloaded slog-term v2.9.1
6602024-10-18T22:13:00.694Z Downloaded try-lock v0.2.5
6612024-10-18T22:13:00.696Z Downloaded pin-utils v0.1.0
6622024-10-18T22:13:00.698Z Downloaded filetime v0.2.25
6632024-10-18T22:13:00.708Z Downloaded fallible-iterator v0.2.0
6642024-10-18T22:13:00.711Z Downloaded shell-words v1.1.0
6652024-10-18T22:13:00.713Z Downloaded cc v1.1.30
6662024-10-18T22:13:00.715Z Downloaded des v0.8.1
6672024-10-18T22:13:00.717Z Downloaded schemars_derive v0.8.21
6682024-10-18T22:13:00.719Z Downloaded headers-core v0.3.0
6692024-10-18T22:13:00.722Z Downloaded structmeta-derive v0.3.0
6702024-10-18T22:13:00.722Z Downloaded structmeta-derive v0.2.0
6712024-10-18T22:13:00.724Z Downloaded structmeta v0.3.0
6722024-10-18T22:13:00.726Z Downloaded elliptic-curve v0.13.8
6732024-10-18T22:13:00.729Z Downloaded tar v0.4.42
6742024-10-18T22:13:00.732Z Downloaded derive_builder v0.20.2
6752024-10-18T22:13:00.737Z Downloaded crossbeam-channel v0.5.13
6762024-10-18T22:13:00.742Z Downloaded proc-macro-crate v1.3.1
6772024-10-18T22:13:00.745Z Downloaded serde-big-array v0.5.1
6782024-10-18T22:13:00.748Z Downloaded unicase v2.7.0
6792024-10-18T22:13:00.751Z Downloaded scrypt v0.11.0
6802024-10-18T22:13:00.751Z Downloaded vte_generate_state_changes v0.1.2
6812024-10-18T22:13:00.751Z Downloaded structmeta v0.2.0
6822024-10-18T22:13:00.754Z Downloaded tui-tree-widget v0.22.0
6832024-10-18T22:13:00.754Z Downloaded enum-as-inner v0.5.1
6842024-10-18T22:13:00.756Z Downloaded precomputed-hash v0.1.1
6852024-10-18T22:13:00.756Z Downloaded group v0.13.0
6862024-10-18T22:13:00.759Z Downloaded funty v2.0.0
6872024-10-18T22:13:00.759Z Downloaded fragile v2.0.0
6882024-10-18T22:13:00.761Z Downloaded defmt-parser v0.3.4
6892024-10-18T22:13:00.763Z Downloaded thiserror-no-std v2.0.2
6902024-10-18T22:13:00.766Z Downloaded stable_deref_trait v1.2.0
6912024-10-18T22:13:00.768Z Downloaded http v1.1.0
6922024-10-18T22:13:00.772Z Downloaded serde_with_macros v3.11.0
6932024-10-18T22:13:00.776Z Downloaded endian-type v0.1.2
6942024-10-18T22:13:00.776Z Downloaded derive-where v1.2.7
6952024-10-18T22:13:00.779Z Downloaded ed25519-dalek v2.1.1
6962024-10-18T22:13:00.953Z Downloaded resolv-conf v0.7.0
6972024-10-18T22:13:00.970Z Downloaded progenitor-impl v0.8.0
6982024-10-18T22:13:00.971Z Downloaded parking_lot v0.11.2
6992024-10-18T22:13:00.971Z Downloaded embedded-io v0.4.0
7002024-10-18T22:13:00.971Z Downloaded dyn-clone v1.0.17
7012024-10-18T22:13:00.971Z Downloaded ed25519 v2.2.3
7022024-10-18T22:13:00.971Z Downloaded hickory-client v0.24.1
7032024-10-18T22:13:00.971Z Downloaded strum_macros v0.25.3
7042024-10-18T22:13:00.971Z Downloaded strum_macros v0.24.3
7052024-10-18T22:13:00.971Z Downloaded serde-hex v0.1.0
7062024-10-18T22:13:00.971Z Downloaded dsl_auto_type v0.1.2
7072024-10-18T22:13:00.971Z Downloaded hubpack_derive v0.1.1
7082024-10-18T22:13:00.971Z Downloaded url v2.5.2
7092024-10-18T22:13:00.971Z Downloaded tokio-postgres v0.7.12
7102024-10-18T22:13:00.971Z Downloaded parse-display-derive v0.10.0
7112024-10-18T22:13:00.971Z Downloaded russh-cryptovec v0.7.3
7122024-10-18T22:13:00.971Z Downloaded dhcproto v0.12.0
7132024-10-18T22:13:00.971Z Downloaded headers v0.4.0
7142024-10-18T22:13:00.971Z Downloaded zerocopy v0.6.6
7152024-10-18T22:13:00.971Z Downloaded aes-gcm v0.10.3
7162024-10-18T22:13:00.971Z Downloaded untrusted v0.7.1
7172024-10-18T22:13:00.971Z Downloaded sqlformat v0.2.6
7182024-10-18T22:13:00.971Z Downloaded slog-dtrace v0.3.0
7192024-10-18T22:13:00.971Z Downloaded httpdate v1.0.3
7202024-10-18T22:13:00.971Z Downloaded semver v0.1.20
7212024-10-18T22:13:00.971Z Downloaded minimal-lexical v0.2.1
7222024-10-18T22:13:00.971Z Downloaded hash32 v0.2.1
7232024-10-18T22:13:00.971Z Downloaded foldhash v0.1.3
7242024-10-18T22:13:00.971Z Downloaded zone v0.1.8
7252024-10-18T22:13:00.971Z Downloaded phf_codegen v0.11.2
7262024-10-18T22:13:00.971Z Downloaded twox-hash v1.6.3
7272024-10-18T22:13:00.971Z Downloaded zeroize_derive v1.4.2
7282024-10-18T22:13:00.971Z Downloaded ecdsa v0.16.9
7292024-10-18T22:13:00.971Z Downloaded xattr v1.3.1
7302024-10-18T22:13:00.971Z Downloaded strum_macros v0.26.4
7312024-10-18T22:13:00.971Z Downloaded mio v1.0.2
7322024-10-18T22:13:00.971Z Downloaded rpassword v7.3.1
7332024-10-18T22:13:00.972Z Downloaded toolchain_find v0.4.0
7342024-10-18T22:13:00.972Z Downloaded rtoolbox v0.0.2
7352024-10-18T22:13:00.972Z Downloaded hubpack v0.1.2
7362024-10-18T22:13:00.972Z Downloaded unarray v0.1.4
7372024-10-18T22:13:00.972Z Downloaded postgres-types v0.2.8
7382024-10-18T22:13:00.972Z Downloaded postcard v1.0.10
7392024-10-18T22:13:00.972Z Downloaded poly1305 v0.8.0
7402024-10-18T22:13:00.972Z Downloaded ron v0.7.1
7412024-10-18T22:13:00.972Z Downloaded crossterm v0.28.1
7422024-10-18T22:13:00.972Z Downloaded foreign-types v0.3.2
7432024-10-18T22:13:00.972Z Downloaded pin-project-internal v1.1.6
7442024-10-18T22:13:00.972Z Downloaded scheduled-thread-pool v0.2.7
7452024-10-18T22:13:00.972Z Downloaded same-file v1.0.6
7462024-10-18T22:13:00.972Z Downloaded rustc-hash v1.1.0
7472024-10-18T22:13:00.972Z Downloaded sqlparser_derive v0.2.2
7482024-10-18T22:13:00.972Z Downloaded env_filter v0.1.2
7492024-10-18T22:13:00.972Z Downloaded toml v0.7.8
7502024-10-18T22:13:00.972Z Downloaded fatfs v0.3.6
7512024-10-18T22:13:00.972Z Downloaded want v0.3.1
7522024-10-18T22:13:00.972Z Downloaded httparse v1.9.5
7532024-10-18T22:13:00.972Z Downloaded num-bigint-dig v0.8.4
7542024-10-18T22:13:00.972Z Downloaded unicode-properties v0.1.3
7552024-10-18T22:13:00.972Z Downloaded hyper-tls v0.6.0
7562024-10-18T22:13:00.972Z Downloaded downcast v0.11.0
7572024-10-18T22:13:00.972Z Downloaded foreign-types-shared v0.1.1
7582024-10-18T22:13:00.972Z Downloaded foreign-types-macros v0.2.3
7592024-10-18T22:13:00.972Z Downloaded p256 v0.13.2
7602024-10-18T22:13:00.972Z Downloaded num-bigint v0.4.6
7612024-10-18T22:13:00.972Z Downloaded tiny-keccak v2.0.2
7622024-10-18T22:13:00.972Z Downloaded hostname v0.3.1
7632024-10-18T22:13:00.972Z Downloaded pin-project-lite v0.2.14
7642024-10-18T22:13:00.972Z Downloaded humantime v2.1.0
7652024-10-18T22:13:00.973Z Downloaded path-slash v0.1.5
7662024-10-18T22:13:00.973Z Downloaded half v2.4.1
7672024-10-18T22:13:00.984Z Downloaded diesel-dtrace v0.3.0
7682024-10-18T22:13:00.984Z Downloaded tokio-native-tls v0.3.1
7692024-10-18T22:13:00.984Z Downloaded pin-project v1.1.6
7702024-10-18T22:13:00.984Z Downloaded enum-as-inner v0.6.1
7712024-10-18T22:13:00.984Z Downloaded http-range v0.1.5
7722024-10-18T22:13:00.991Z Downloaded ssh-cipher v0.2.0
7732024-10-18T22:13:00.991Z Downloaded heapless v0.7.17
7742024-10-18T22:13:00.991Z Downloaded hyper-util v0.1.9
7752024-10-18T22:13:00.991Z Downloaded rfc6979 v0.4.0
7762024-10-18T22:13:00.991Z Downloaded radium v0.7.0
7772024-10-18T22:13:00.995Z Downloaded pkg-config v0.3.31
7782024-10-18T22:13:00.996Z Downloaded expectorate v1.1.0
7792024-10-18T22:13:00.996Z Downloaded quinn-udp v0.5.5
7802024-10-18T22:13:00.998Z Downloaded env_logger v0.11.5
7812024-10-18T22:13:00.998Z Downloaded libm v0.2.8
7822024-10-18T22:13:01.006Z Downloaded futures v0.3.31
7832024-10-18T22:13:01.011Z Downloaded peg-runtime v0.8.3
7842024-10-18T22:13:01.014Z Downloaded sigpipe v0.1.3
7852024-10-18T22:13:01.014Z Downloaded progenitor-macro v0.8.0
7862024-10-18T22:13:01.014Z Downloaded percent-encoding v2.3.1
7872024-10-18T22:13:01.016Z Downloaded pem v3.0.4
7882024-10-18T22:13:01.016Z Downloaded globset v0.4.15
7892024-10-18T22:13:01.019Z Downloaded termcolor v1.4.1
7902024-10-18T22:13:01.023Z Downloaded tower-service v0.3.3
7912024-10-18T22:13:01.023Z Downloaded termtree v0.4.1
7922024-10-18T22:13:01.023Z Downloaded dropshot_endpoint v0.12.0
7932024-10-18T22:13:01.025Z Downloaded glob v0.3.1
7942024-10-18T22:13:01.025Z Downloaded diesel_table_macro_syntax v0.2.0
7952024-10-18T22:13:01.028Z Downloaded hashbrown v0.13.2
7962024-10-18T22:13:01.031Z Downloaded untrusted v0.9.0
7972024-10-18T22:13:01.034Z Downloaded uzers v0.11.3
7982024-10-18T22:13:01.038Z Downloaded reedline v0.35.0
7992024-10-18T22:13:01.043Z Downloaded pkcs8 v0.10.2
8002024-10-18T22:13:01.046Z Downloaded password-hash v0.4.2
8012024-10-18T22:13:01.048Z Downloaded difflib v0.4.0
8022024-10-18T22:13:01.051Z Downloaded whoami v1.5.2
8032024-10-18T22:13:01.051Z Downloaded itertools v0.10.5
8042024-10-18T22:13:01.059Z Downloaded rustls-pki-types v1.9.0
8052024-10-18T22:13:01.061Z Downloaded peg v0.8.4
8062024-10-18T22:13:01.065Z Downloaded flume v0.11.0
8072024-10-18T22:13:01.069Z Downloaded zip v0.6.6
8082024-10-18T22:13:01.074Z Downloaded paste v1.0.15
8092024-10-18T22:13:01.077Z Downloaded fxhash v0.2.1
8102024-10-18T22:13:01.081Z Downloaded psl-types v2.0.11
8112024-10-18T22:13:01.081Z Downloaded tap v1.0.1
8122024-10-18T22:13:01.081Z Downloaded topological-sort v0.2.2
8132024-10-18T22:13:01.087Z Downloaded itertools v0.13.0
8142024-10-18T22:13:01.090Z Downloaded futures-core v0.3.31
8152024-10-18T22:13:01.090Z Downloaded parse-size v1.0.0
8162024-10-18T22:13:01.092Z Downloaded sct v0.7.1
8172024-10-18T22:13:01.094Z Downloaded tokio-util v0.7.12
8182024-10-18T22:13:01.101Z Downloaded pbkdf2 v0.11.0
8192024-10-18T22:13:01.105Z Downloaded samael v0.0.17
8202024-10-18T22:13:01.109Z Downloaded dirs-next v2.0.0
8212024-10-18T22:13:01.113Z Downloaded rand_seeder v0.3.0
8222024-10-18T22:13:01.115Z Downloaded rand_chacha v0.3.1
8232024-10-18T22:13:01.115Z Downloaded thiserror-impl-no-std v2.0.2
8242024-10-18T22:13:01.115Z Downloaded futures-executor v0.3.31
8252024-10-18T22:13:01.118Z Downloaded zone v0.3.0
8262024-10-18T22:13:01.118Z Downloaded thread_local v1.1.8
8272024-10-18T22:13:01.121Z Downloaded embedded-io v0.6.1
8282024-10-18T22:13:01.121Z Downloaded serde_with v3.11.0
8292024-10-18T22:13:01.129Z Downloaded wyz v0.5.1
8302024-10-18T22:13:01.132Z Downloaded siphasher v0.3.11
8312024-10-18T22:13:01.132Z Downloaded signal-hook-tokio v0.3.1
8322024-10-18T22:13:01.135Z Downloaded serde_path_to_error v0.1.16
8332024-10-18T22:13:01.135Z Downloaded ghash v0.5.1
8342024-10-18T22:13:01.135Z Downloaded home v0.5.9
8352024-10-18T22:13:01.140Z Downloaded password-hash v0.5.0
8362024-10-18T22:13:01.144Z Downloaded diesel_derives v2.2.3
8372024-10-18T22:13:01.146Z Downloaded der_derive v0.7.3
8382024-10-18T22:13:01.146Z Downloaded quinn v0.11.5
8392024-10-18T22:13:01.149Z Downloaded gethostname v0.5.0
8402024-10-18T22:13:01.152Z Downloaded quick-error v1.2.3
8412024-10-18T22:13:01.152Z Downloaded spin v0.9.8
8422024-10-18T22:13:01.155Z Downloaded tungstenite v0.21.0
8432024-10-18T22:13:01.157Z Downloaded spin v0.5.2
8442024-10-18T22:13:01.160Z Downloaded flate2 v1.0.34
8452024-10-18T22:13:01.163Z Downloaded term v0.7.0
8462024-10-18T22:13:01.167Z Downloaded signal-hook v0.3.17
8472024-10-18T22:13:01.170Z Downloaded tracing-attributes v0.1.27
8482024-10-18T22:13:01.173Z Downloaded futures-channel v0.3.31
8492024-10-18T22:13:01.175Z Downloaded serde_derive_internals v0.29.1
8502024-10-18T22:13:01.178Z Downloaded similar v2.6.0
8512024-10-18T22:13:01.181Z Downloaded rayon-core v1.12.1
8522024-10-18T22:13:01.185Z Downloaded rustyline v14.0.0
8532024-10-18T22:13:01.192Z Downloaded x509-cert v0.2.5
8542024-10-18T22:13:01.196Z Downloaded diff v0.1.13
8552024-10-18T22:13:01.200Z Downloaded tracing-core v0.1.32
8562024-10-18T22:13:01.203Z Downloaded p521 v0.13.3
8572024-10-18T22:13:01.208Z Downloaded unicode-segmentation v1.12.0
8582024-10-18T22:13:01.211Z Downloaded hyper v1.4.1
8592024-10-18T22:13:01.221Z Downloaded chrono v0.4.38
8602024-10-18T22:13:01.226Z Downloaded bitvec v1.0.1
8612024-10-18T22:13:01.243Z Downloaded hmac v0.12.1
8622024-10-18T22:13:01.245Z Downloaded tracing v0.1.40
8632024-10-18T22:13:01.249Z Downloaded schemars v0.8.21
8642024-10-18T22:13:01.262Z Downloaded tough v0.17.1
8652024-10-18T22:13:01.272Z Downloaded tungstenite v0.23.0
8662024-10-18T22:13:01.274Z Downloaded rusqlite v0.32.1
8672024-10-18T22:13:01.282Z Downloaded typed-path v0.7.1
8682024-10-18T22:13:01.289Z Downloaded qorb v0.0.2
8692024-10-18T22:13:01.294Z Downloaded futures-util v0.3.31
8702024-10-18T22:13:01.306Z Downloaded reqwest v0.11.27
8712024-10-18T22:13:01.314Z Downloaded ssh-key v0.6.6
8722024-10-18T22:13:01.322Z Downloaded publicsuffix v2.2.3
8732024-10-18T22:13:01.324Z Downloaded curve25519-dalek v4.1.3
8742024-10-18T22:13:01.333Z Downloaded der v0.7.9
8752024-10-18T22:13:01.338Z Downloaded idna v0.5.0
8762024-10-18T22:13:01.346Z Downloaded reqwest v0.12.8
8772024-10-18T22:13:01.355Z Downloaded rustls-webpki v0.102.8
8782024-10-18T22:13:01.374Z Downloaded parse-zoneinfo v0.3.1
8792024-10-18T22:13:01.377Z Downloaded rustls-webpki v0.101.7
8802024-10-18T22:13:01.393Z Downloaded rayon v1.10.0
8812024-10-18T22:13:01.401Z Downloaded time v0.3.36
8822024-10-18T22:13:01.409Z Downloaded winnow v0.5.40
8832024-10-18T22:13:01.418Z Downloaded nix v0.28.0
8842024-10-18T22:13:01.431Z Downloaded h2 v0.3.26
8852024-10-18T22:13:01.437Z Downloaded hyper v0.14.30
8862024-10-18T22:13:01.445Z Downloaded proptest v1.5.0
8872024-10-18T22:13:01.455Z Downloaded nix v0.29.0
8882024-10-18T22:13:01.467Z Downloaded hkdf v0.12.4
8892024-10-18T22:13:01.470Z Downloaded smoltcp v0.9.1
8902024-10-18T22:13:01.481Z Downloaded quinn-proto v0.11.8
8912024-10-18T22:13:01.489Z Downloaded git2 v0.19.0
8922024-10-18T22:13:01.498Z Downloaded sqlparser v0.45.0
8932024-10-18T22:13:01.503Z Downloaded chrono-tz v0.10.0
8942024-10-18T22:13:01.510Z Downloaded rustls v0.22.4
8952024-10-18T22:13:01.524Z Downloaded bstr v1.10.0
8962024-10-18T22:13:01.534Z Downloaded quick-xml v0.33.0
8972024-10-18T22:13:01.540Z Downloaded vcpkg v0.2.15
8982024-10-18T22:13:01.579Z Downloaded rustls v0.21.12
8992024-10-18T22:13:01.591Z Downloaded polar-core v0.27.3
9002024-10-18T22:13:01.600Z Downloaded typify-impl v0.2.0
9012024-10-18T22:13:01.616Z Downloaded rustls v0.23.14
9022024-10-18T22:13:01.627Z Downloaded regress v0.10.1
9032024-10-18T22:13:01.636Z Downloaded radix_trie v0.2.1
9042024-10-18T22:13:01.642Z Downloaded regex-automata v0.4.8
9052024-10-18T22:13:01.660Z Downloaded idna v0.2.3
9062024-10-18T22:13:01.667Z Downloaded trust-dns-proto v0.22.0
9072024-10-18T22:13:01.680Z Downloaded smoltcp v0.11.0
9082024-10-18T22:13:01.693Z Downloaded regress v0.9.1
9092024-10-18T22:13:01.702Z Downloaded gimli v0.31.1
9102024-10-18T22:13:01.711Z Downloaded dropshot v0.12.0
9112024-10-18T22:13:01.731Z Downloaded regex-syntax v0.6.29
9122024-10-18T22:13:01.738Z Downloaded libz-sys v1.1.20
9132024-10-18T22:13:01.760Z Downloaded hickory-proto v0.24.1
9142024-10-18T22:13:01.775Z Downloaded diesel v2.2.4
9152024-10-18T22:13:01.794Z Downloaded regex-syntax v0.8.5
9162024-10-18T22:13:01.803Z Downloaded ratatui v0.28.1
9172024-10-18T22:13:01.824Z Downloaded sled v0.34.7
9182024-10-18T22:13:01.834Z Downloaded bzip2-sys v0.1.11+1.0.8
9192024-10-18T22:13:01.848Z Downloaded zerocopy-derive v0.6.6
9202024-10-18T22:13:01.858Z Downloaded lzma-sys v0.1.20
9212024-10-18T22:13:01.889Z Downloaded libgit2-sys v0.17.0+1.8.1
9222024-10-18T22:13:01.948Z Downloaded openapiv3 v2.0.0
9232024-10-18T22:13:01.960Z Downloaded object v0.36.5
9242024-10-18T22:13:01.973Z Downloaded p384 v0.13.0
9252024-10-18T22:13:01.979Z Downloaded petgraph v0.6.5
9262024-10-18T22:13:01.997Z Downloaded tokio v1.40.0
9272024-10-18T22:13:02.036Z Downloaded csv v1.3.0
9282024-10-18T22:13:02.058Z Downloaded sha3 v0.10.8
9292024-10-18T22:13:02.062Z Downloaded h2 v0.4.6
9302024-10-18T22:13:02.069Z Downloaded webpki-roots v0.26.6
9312024-10-18T22:13:02.073Z Downloaded openssl v0.10.66
9322024-10-18T22:13:02.083Z Downloaded nix v0.27.1
9332024-10-18T22:13:02.096Z Downloaded regex v1.11.0
9342024-10-18T22:13:02.111Z Downloaded lalrpop v0.19.12
9352024-10-18T22:13:02.123Z Downloaded object v0.30.4
9362024-10-18T22:13:02.134Z Downloaded idna v0.4.0
9372024-10-18T22:13:02.141Z Downloaded idna v0.3.0
9382024-10-18T22:13:02.149Z Downloaded salty v0.3.0
9392024-10-18T22:13:02.156Z Downloaded encoding_rs v0.8.34
9402024-10-18T22:13:02.179Z Downloaded russh v0.45.0
9412024-10-18T22:13:02.184Z Downloaded bindgen v0.69.5
9422024-10-18T22:13:02.192Z Downloaded highway v1.2.0
9432024-10-18T22:13:02.194Z Downloaded libsqlite3-sys v0.30.1
9442024-10-18T22:13:02.273Z Downloaded rand v0.8.5
9452024-10-18T22:13:02.276Z Downloaded portable-atomic v1.9.0
9462024-10-18T22:13:02.283Z Downloaded unicode-normalization v0.1.24
9472024-10-18T22:13:02.287Z Downloaded rsa v0.9.6
9482024-10-18T22:13:02.292Z Downloaded toml_edit v0.19.15
9492024-10-18T22:13:02.308Z Downloaded value-bag v1.9.0
9502024-10-18T22:13:02.311Z Downloaded typify v0.2.0
9512024-10-18T22:13:02.313Z Downloaded ron v0.8.1
9522024-10-18T22:13:02.319Z Downloaded aho-corasick v1.1.3
9532024-10-18T22:13:02.325Z Downloaded ena v0.14.3
9542024-10-18T22:13:02.327Z Downloaded pbkdf2 v0.12.2
9552024-10-18T22:13:02.330Z Downloaded supports-color v3.0.1
9562024-10-18T22:13:02.330Z Downloaded socket2 v0.5.7
9572024-10-18T22:13:02.332Z Downloaded shlex v1.3.0
9582024-10-18T22:13:02.332Z Downloaded steno v0.4.1
9592024-10-18T22:13:02.342Z Downloaded blake3 v1.5.4
9602024-10-18T22:13:02.345Z Downloaded termios v0.3.3
9612024-10-18T22:13:02.347Z Downloaded signal-hook-mio v0.2.4
9622024-10-18T22:13:02.349Z Downloaded foreign-types-shared v0.3.1
9632024-10-18T22:13:02.349Z Downloaded hashbrown v0.12.3
9642024-10-18T22:13:02.352Z Downloaded pkcs5 v0.7.1
9652024-10-18T22:13:02.356Z Downloaded http v0.2.12
9662024-10-18T22:13:02.359Z Downloaded hashbrown v0.14.5
9672024-10-18T22:13:02.365Z Downloaded nom v7.1.3
9682024-10-18T22:13:02.371Z Downloaded sync_wrapper v0.1.2
9692024-10-18T22:13:02.373Z Downloaded vergen v8.3.2
9702024-10-18T22:13:02.376Z Downloaded prettyplease v0.2.22
9712024-10-18T22:13:02.379Z Downloaded foreign-types v0.5.0
9722024-10-18T22:13:02.379Z Downloaded hyper-staticfile v0.10.1
9732024-10-18T22:13:02.382Z Downloaded hyper-rustls v0.27.3
9742024-10-18T22:13:02.384Z Downloaded getrandom v0.2.15
9752024-10-18T22:13:02.386Z Downloaded env_logger v0.10.2
9762024-10-18T22:13:02.389Z Downloaded unsafe-libyaml v0.2.11
9772024-10-18T22:13:02.392Z Downloaded unicode-bidi v0.3.17
9782024-10-18T22:13:02.394Z Downloaded snafu v0.8.5
9792024-10-18T22:13:02.401Z Downloaded walkdir v2.5.0
9802024-10-18T22:13:02.404Z Downloaded vsss-rs v3.3.4
9812024-10-18T22:13:02.406Z Downloaded slog-bunyan v2.5.0
9822024-10-18T22:13:02.406Z Downloaded slog-async v2.8.0
9832024-10-18T22:13:02.409Z Downloaded signal-hook-registry v1.4.2
9842024-10-18T22:13:02.409Z Downloaded predicates-tree v1.0.11
9852024-10-18T22:13:02.411Z Downloaded predicates v3.1.2
9862024-10-18T22:13:02.413Z Downloaded vte v0.11.1
9872024-10-18T22:13:02.416Z Downloaded rustc-demangle v0.1.24
9882024-10-18T22:13:02.416Z Downloaded ppv-lite86 v0.2.20
9892024-10-18T22:13:02.418Z Downloaded itertools v0.12.1
9902024-10-18T22:13:02.424Z Downloaded unicode_categories v0.1.1
9912024-10-18T22:13:02.428Z Downloaded postgres-protocol v0.6.7
9922024-10-18T22:13:02.431Z Downloaded rcgen v0.12.1
9932024-10-18T22:13:02.434Z Downloaded heapless v0.8.0
9942024-10-18T22:13:02.436Z Downloaded libxml v0.3.3
9952024-10-18T22:13:02.441Z Downloaded rustfmt-wrapper v0.2.1
9962024-10-18T22:13:02.443Z Downloaded defmt-macros v0.3.9
9972024-10-18T22:13:02.445Z Downloaded pkcs1 v0.7.5
9982024-10-18T22:13:02.447Z Downloaded strip-ansi-escapes v0.2.0
9992024-10-18T22:13:02.450Z Downloaded static_assertions v1.1.0
10002024-10-18T22:13:02.450Z Downloaded sec1 v0.7.3
10012024-10-18T22:13:02.452Z Downloaded defmt v0.3.8
10022024-10-18T22:13:02.455Z Downloaded zeroize v1.8.1
10032024-10-18T22:13:02.457Z Downloaded yasna v0.5.2
10042024-10-18T22:13:02.459Z Downloaded indicatif v0.17.8
10052024-10-18T22:13:02.462Z Downloaded hickory-resolver v0.24.1
10062024-10-18T22:13:02.466Z Downloaded primeorder v0.13.6
10072024-10-18T22:13:02.469Z Downloaded tinyvec v1.8.0
10082024-10-18T22:13:02.472Z Downloaded indexmap v1.9.3
10092024-10-18T22:13:02.474Z Downloaded peg-macros v0.8.4
10102024-10-18T22:13:02.476Z Downloaded smallvec v1.13.2
10112024-10-18T22:13:02.479Z Downloaded aes v0.8.4
10122024-10-18T22:13:02.481Z Downloaded powerfmt v0.2.0
10132024-10-18T22:13:02.484Z Downloaded packed_struct v0.10.1
10142024-10-18T22:13:02.486Z Downloaded hex-literal v0.4.1
10152024-10-18T22:13:02.486Z Downloaded hex v0.4.3
10162024-10-18T22:13:02.488Z Downloaded flagset v0.4.6
10172024-10-18T22:13:02.488Z Downloaded fd-lock v4.0.2
10182024-10-18T22:13:02.491Z Downloaded pem-rfc7468 v0.7.0
10192024-10-18T22:13:02.493Z Downloaded parking_lot v0.12.3
10202024-10-18T22:13:02.496Z Downloaded derive_more v0.99.18
10212024-10-18T22:13:02.499Z Downloaded test-strategy v0.3.1
10222024-10-18T22:13:02.502Z Downloaded phf v0.11.2
10232024-10-18T22:13:02.505Z Downloaded fixedbitset v0.4.2
10242024-10-18T22:13:02.508Z Downloaded ff v0.13.0
10252024-10-18T22:13:02.508Z Downloaded universal-hash v0.5.1
10262024-10-18T22:13:02.510Z Downloaded tls_codec v0.4.1
10272024-10-18T22:13:02.510Z Downloaded xz2 v0.1.7
10282024-10-18T22:13:02.513Z Downloaded oso v0.27.3
10292024-10-18T22:13:02.515Z Downloaded num-traits v0.2.19
10302024-10-18T22:13:02.517Z Downloaded hickory-server v0.24.1
10312024-10-18T22:13:02.522Z Downloaded const_format v0.2.33
10322024-10-18T22:13:02.527Z Downloaded strum v0.26.3
10332024-10-18T22:13:02.533Z Downloaded slab v0.4.9
10342024-10-18T22:13:02.533Z Downloaded rustc-hash v2.0.0
10352024-10-18T22:13:02.537Z Downloaded wait-timeout v0.2.0
10362024-10-18T22:13:02.537Z Downloaded unicode-truncate v1.1.0
10372024-10-18T22:13:02.537Z Downloaded parking_lot_core v0.9.10
10382024-10-18T22:13:02.537Z Downloaded parking_lot_core v0.8.6
10392024-10-18T22:13:02.539Z Downloaded iana-time-zone v0.1.61
10402024-10-18T22:13:02.539Z Downloaded russh-keys v0.45.0
10412024-10-18T22:13:02.542Z Downloaded tokio-macros v2.4.0
10422024-10-18T22:13:02.546Z Downloaded tls_codec_derive v0.4.1
10432024-10-18T22:13:02.546Z Downloaded tabwriter v1.4.0
10442024-10-18T22:13:02.549Z Downloaded rustversion v1.0.17
10452024-10-18T22:13:02.549Z Downloaded polyval v0.6.2
10462024-10-18T22:13:02.551Z Downloaded ring v0.17.8
10472024-10-18T22:13:02.620Z Downloaded phf_shared v0.11.2
10482024-10-18T22:13:02.623Z Downloaded phf_generator v0.11.2
10492024-10-18T22:13:02.623Z Downloaded tokio-tungstenite v0.23.1
10502024-10-18T22:13:02.625Z Downloaded tokio-tungstenite v0.21.0
10512024-10-18T22:13:02.628Z Downloaded openssl-sys v0.9.103
10522024-10-18T22:13:02.631Z Downloaded base64 v0.13.1
10532024-10-18T22:13:02.635Z Downloaded futures-task v0.3.31
10542024-10-18T22:13:02.637Z Downloaded futures-io v0.3.31
10552024-10-18T22:13:02.637Z Downloaded fallible-iterator v0.3.0
10562024-10-18T22:13:02.640Z Downloaded owo-colors v4.1.0
10572024-10-18T22:13:02.642Z Downloaded nu-ansi-term v0.50.1
10582024-10-18T22:13:02.645Z Downloaded multer v3.1.0
10592024-10-18T22:13:02.649Z Downloaded memmap2 v0.9.5
10602024-10-18T22:13:02.649Z Downloaded sync_wrapper v1.0.1
10612024-10-18T22:13:02.652Z Downloaded console v0.15.8
10622024-10-18T22:13:02.652Z Downloaded nanorand v0.7.0
10632024-10-18T22:13:02.654Z Downloaded managed v0.8.0
10642024-10-18T22:13:02.654Z Downloaded keccak v0.1.5
10652024-10-18T22:13:02.657Z Downloaded libefi-sys v0.1.0
10662024-10-18T22:13:02.657Z Downloaded lazy_static v1.5.0
10672024-10-18T22:13:02.660Z Downloaded ring v0.16.20
10682024-10-18T22:13:02.740Z Downloaded cancel-safe-futures v0.1.5
10692024-10-18T22:13:02.743Z Downloaded base64 v0.21.7
10702024-10-18T22:13:02.746Z Downloaded mime v0.3.17
10712024-10-18T22:13:02.749Z Downloaded lru-cache v0.1.2
10722024-10-18T22:13:02.749Z Downloaded lru v0.12.5
10732024-10-18T22:13:02.751Z Downloaded is-terminal v0.4.13
10742024-10-18T22:13:02.751Z Downloaded instability v0.3.2
10752024-10-18T22:13:02.754Z Downloaded slog-scope v4.4.0
10762024-10-18T22:13:02.754Z Downloaded slog-json v2.6.1
10772024-10-18T22:13:02.754Z Downloaded signature v2.2.0
10782024-10-18T22:13:02.756Z Downloaded sha1 v0.10.6
10792024-10-18T22:13:02.761Z Downloaded serde_plain v1.0.2
10802024-10-18T22:13:02.761Z Downloaded miniz_oxide v0.8.0
10812024-10-18T22:13:02.763Z Downloaded linked-hash-map v0.5.6
10822024-10-18T22:13:02.763Z Downloaded bitfield-struct v0.6.2
10832024-10-18T22:13:02.763Z Downloaded async-bb8-diesel v0.2.1
10842024-10-18T22:13:02.766Z Downloaded argon2 v0.5.3
10852024-10-18T22:13:02.766Z Downloaded rustc_version v0.4.1
10862024-10-18T22:13:02.768Z Downloaded http-body-util v0.1.2
10872024-10-18T22:13:02.768Z Downloaded http-body v0.4.6
10882024-10-18T22:13:02.771Z Downloaded salsa20 v0.10.2
10892024-10-18T22:13:02.771Z Downloaded aead v0.5.2
10902024-10-18T22:13:02.774Z Downloaded darling_core v0.20.10
10912024-10-18T22:13:02.776Z Downloaded compact_str v0.8.0
10922024-10-18T22:13:02.779Z Downloaded buf-list v1.0.3
10932024-10-18T22:13:02.781Z Downloaded base64 v0.22.1
10942024-10-18T22:13:02.784Z Downloaded async-stream v0.3.6
10952024-10-18T22:13:02.787Z Downloaded mockall_derive v0.13.0
10962024-10-18T22:13:02.789Z Downloaded libloading v0.8.5
10972024-10-18T22:13:02.792Z Downloaded ctr v0.9.2
10982024-10-18T22:13:02.794Z Downloaded cipher v0.4.4
10992024-10-18T22:13:02.794Z Downloaded crc v3.2.1
11002024-10-18T22:13:02.797Z Downloaded constant_time_eq v0.3.1
11012024-10-18T22:13:02.797Z Downloaded colored v2.1.0
11022024-10-18T22:13:02.799Z Downloaded chrono-tz-build v0.4.0
11032024-10-18T22:13:02.799Z Downloaded crc32fast v1.4.2
11042024-10-18T22:13:02.804Z Downloaded native-tls v0.2.12
11052024-10-18T22:13:02.804Z Downloaded lock_api v0.4.12
11062024-10-18T22:13:02.805Z Downloaded blowfish v0.9.1
11072024-10-18T22:13:02.809Z Downloaded bcrypt-pbkdf v0.10.0
11082024-10-18T22:13:02.809Z Downloaded atomic-waker v1.1.2
11092024-10-18T22:13:02.809Z Downloaded arrayref v0.3.9
11102024-10-18T22:13:02.809Z Downloaded clang-sys v1.8.1
11112024-10-18T22:13:02.811Z Downloaded maplit v1.0.2
11122024-10-18T22:13:02.811Z Downloaded linear-map v1.2.0
11132024-10-18T22:13:02.814Z Downloaded lazycell v1.3.0
11142024-10-18T22:13:02.814Z Downloaded inout v0.1.3
11152024-10-18T22:13:02.814Z Downloaded kstat-rs v0.2.4
11162024-10-18T22:13:02.816Z Downloaded ipnetwork v0.20.0
11172024-10-18T22:13:02.816Z Downloaded newline-converter v0.3.0
11182024-10-18T22:13:02.819Z Downloaded matches v0.1.10
11192024-10-18T22:13:02.819Z Downloaded ciborium v0.2.2
11202024-10-18T22:13:02.822Z Downloaded cbc v0.1.2
11212024-10-18T22:13:02.822Z Downloaded bitfield v0.14.0
11222024-10-18T22:13:02.824Z Downloaded async-trait v0.1.83
11232024-10-18T22:13:02.920Z Compiling serde v1.0.210
11242024-10-18T22:13:02.923Z Compiling typenum v1.17.0
11252024-10-18T22:13:02.923Z Compiling generic-array v0.14.7
11262024-10-18T22:13:02.923Z Compiling lock_api v0.4.12
11272024-10-18T22:13:02.923Z Compiling scopeguard v1.2.0
11282024-10-18T22:13:02.923Z Compiling subtle v2.6.1
11292024-10-18T22:13:03.093Z Compiling syn v2.0.79
11302024-10-18T22:13:03.104Z Compiling getrandom v0.2.15
11312024-10-18T22:13:03.226Z Compiling value-bag v1.9.0
11322024-10-18T22:13:03.401Z Compiling rand_core v0.6.4
11332024-10-18T22:13:03.482Z Compiling const-oid v0.9.6
11342024-10-18T22:13:03.520Z Compiling pin-project-lite v0.2.14
11352024-10-18T22:13:03.625Z Compiling smallvec v1.13.2
11362024-10-18T22:13:03.644Z Compiling log v0.4.22
11372024-10-18T22:13:03.794Z Compiling jobserver v0.1.32
11382024-10-18T22:13:03.888Z Compiling parking_lot_core v0.9.10
11392024-10-18T22:13:04.112Z Compiling shlex v1.3.0
11402024-10-18T22:13:04.186Z Compiling futures-core v0.3.31
11412024-10-18T22:13:04.448Z Compiling cc v1.1.30
11422024-10-18T22:13:04.563Z Compiling signal-hook-registry v1.4.2
11432024-10-18T22:13:04.630Z Compiling mio v1.0.2
11442024-10-18T22:13:04.855Z Compiling parking_lot v0.12.3
11452024-10-18T22:13:05.150Z Compiling cpufeatures v0.2.14
11462024-10-18T22:13:05.299Z Compiling futures-sink v0.3.31
11472024-10-18T22:13:05.456Z Compiling spin v0.9.8
11482024-10-18T22:13:05.547Z Compiling socket2 v0.5.7
11492024-10-18T22:13:05.698Z Compiling slab v0.4.9
11502024-10-18T22:13:05.854Z Compiling serde_json v1.0.128
11512024-10-18T22:13:05.895Z Compiling futures-channel v0.3.31
11522024-10-18T22:13:05.949Z Compiling tinyvec_macros v0.1.1
11532024-10-18T22:13:05.952Z Compiling allocator-api2 v0.2.18
11542024-10-18T22:13:06.042Z Compiling futures-io v0.3.31
11552024-10-18T22:13:06.216Z Compiling foldhash v0.1.3
11562024-10-18T22:13:06.337Z Compiling pin-utils v0.1.0
11572024-10-18T22:13:06.394Z Compiling futures-task v0.3.31
11582024-10-18T22:13:06.437Z Compiling tinyvec v1.8.0
11592024-10-18T22:13:06.455Z Compiling libm v0.2.8
11602024-10-18T22:13:06.539Z Compiling num-traits v0.2.19
11612024-10-18T22:13:06.541Z Compiling unicode-bidi v0.3.17
11622024-10-18T22:13:06.685Z Compiling hashbrown v0.15.0
11632024-10-18T22:13:06.766Z Compiling base64ct v1.6.0
11642024-10-18T22:13:07.079Z Compiling flagset v0.4.6
11652024-10-18T22:13:07.273Z Compiling pem-rfc7468 v0.7.0
11662024-10-18T22:13:07.386Z Compiling httparse v1.9.5
11672024-10-18T22:13:07.977Z Compiling unicode-normalization v0.1.24
11682024-10-18T22:13:08.001Z Compiling tracing-core v0.1.32
11692024-10-18T22:13:08.078Z Compiling crossbeam-utils v0.8.20
11702024-10-18T22:13:08.233Z Compiling percent-encoding v2.3.1
11712024-10-18T22:13:08.277Z Compiling rustls-pki-types v1.9.0
11722024-10-18T22:13:08.729Z Compiling vcpkg v0.2.15
11732024-10-18T22:13:08.836Z Compiling ring v0.17.8
11742024-10-18T22:13:09.108Z Compiling pkg-config v0.3.31
11752024-10-18T22:13:09.380Z Compiling untrusted v0.9.0
11762024-10-18T22:13:09.417Z Compiling num-conv v0.1.0
11772024-10-18T22:13:09.439Z Compiling powerfmt v0.2.0
11782024-10-18T22:13:09.560Z Compiling time-core v0.1.2
11792024-10-18T22:13:09.704Z Compiling deranged v0.3.11
11802024-10-18T22:13:09.734Z Compiling time-macros v0.2.18
11812024-10-18T22:13:10.067Z Compiling num_threads v0.1.7
11822024-10-18T22:13:10.198Z Compiling atomic-waker v1.1.2
11832024-10-18T22:13:10.378Z Compiling form_urlencoded v1.2.1
11842024-10-18T22:13:10.633Z Compiling try-lock v0.2.5
11852024-10-18T22:13:10.689Z Compiling slog v2.7.0
11862024-10-18T22:13:10.767Z Compiling rustix v0.38.37
11872024-10-18T22:13:10.857Z Compiling openssl-sys v0.9.103
11882024-10-18T22:13:11.018Z Compiling want v0.3.1
11892024-10-18T22:13:11.279Z Compiling httpdate v1.0.3
11902024-10-18T22:13:11.528Z Compiling idna v0.5.0
11912024-10-18T22:13:11.656Z Compiling tower-service v0.3.3
11922024-10-18T22:13:11.730Z Compiling foreign-types-shared v0.1.1
11932024-10-18T22:13:11.776Z Compiling iana-time-zone v0.1.61
11942024-10-18T22:13:11.824Z Compiling base64 v0.22.1
11952024-10-18T22:13:12.029Z Compiling openssl v0.10.66
11962024-10-18T22:13:12.092Z Compiling match_cfg v0.1.0
11972024-10-18T22:13:12.185Z Compiling rustversion v1.0.17
11982024-10-18T22:13:12.207Z Compiling hostname v0.3.1
11992024-10-18T22:13:12.452Z Compiling url v2.5.2
12002024-10-18T22:13:12.522Z Compiling foreign-types v0.3.2
12012024-10-18T22:13:12.616Z Compiling dirs-sys-next v0.1.2
12022024-10-18T22:13:12.782Z Compiling time v0.3.36
12032024-10-18T22:13:12.971Z Compiling aho-corasick v1.1.3
12042024-10-18T22:13:12.994Z Compiling syn v1.0.109
12052024-10-18T22:13:13.228Z Compiling rustls v0.23.14
12062024-10-18T22:13:13.504Z Compiling siphasher v0.3.11
12072024-10-18T22:13:13.637Z Compiling regex-syntax v0.8.5
12082024-10-18T22:13:13.737Z Compiling rustls v0.22.4
12092024-10-18T22:13:13.879Z Compiling native-tls v0.2.12
12102024-10-18T22:13:14.069Z Compiling adler2 v2.0.0
12112024-10-18T22:13:14.261Z Compiling data-encoding v2.6.0
12122024-10-18T22:13:14.302Z Compiling miniz_oxide v0.8.0
12132024-10-18T22:13:15.733Z Compiling dirs-next v2.0.0
12142024-10-18T22:13:15.752Z Compiling serde_derive_internals v0.29.1
12152024-10-18T22:13:15.978Z Compiling crossbeam-epoch v0.9.18
12162024-10-18T22:13:16.650Z Compiling lazy_static v1.5.0
12172024-10-18T22:13:16.731Z Compiling thread_local v1.1.8
12182024-10-18T22:13:16.767Z Compiling cookie v0.18.1
12192024-10-18T22:13:17.065Z Compiling multer v3.1.0
12202024-10-18T22:13:17.262Z Compiling regex-automata v0.4.8
12212024-10-18T22:13:17.349Z Compiling serde_derive v1.0.210
12222024-10-18T22:13:17.368Z Compiling zeroize_derive v1.4.2
12232024-10-18T22:13:17.812Z Compiling zerocopy-derive v0.7.35
12242024-10-18T22:13:18.311Z Compiling tokio-macros v2.4.0
12252024-10-18T22:13:18.426Z Compiling thiserror-impl v1.0.64
12262024-10-18T22:13:18.989Z Compiling zeroize v1.8.1
12272024-10-18T22:13:19.631Z Compiling futures-macro v0.3.31
12282024-10-18T22:13:19.999Z Compiling der_derive v0.7.3
12292024-10-18T22:13:20.141Z Compiling zerocopy v0.7.35
12302024-10-18T22:13:20.276Z Compiling tracing-attributes v0.1.27
12312024-10-18T22:13:20.809Z Compiling crypto-common v0.1.6
12322024-10-18T22:13:21.040Z Compiling block-buffer v0.10.4
12332024-10-18T22:13:21.307Z Compiling digest v0.10.7
12342024-10-18T22:13:21.556Z Compiling futures-util v0.3.31
12352024-10-18T22:13:21.766Z Compiling hmac v0.12.1
12362024-10-18T22:13:21.785Z Compiling block-padding v0.3.3
12372024-10-18T22:13:21.804Z Compiling thiserror v1.0.64
12382024-10-18T22:13:21.945Z Compiling sha2 v0.10.8
12392024-10-18T22:13:22.000Z Compiling inout v0.1.3
12402024-10-18T22:13:22.028Z Compiling ppv-lite86 v0.2.20
12412024-10-18T22:13:22.286Z Compiling cipher v0.4.4
12422024-10-18T22:13:22.553Z Compiling der v0.7.9
12432024-10-18T22:13:22.796Z Compiling rand_chacha v0.3.1
12442024-10-18T22:13:22.856Z Compiling salsa20 v0.10.2
12452024-10-18T22:13:23.077Z Compiling pbkdf2 v0.12.2
12462024-10-18T22:13:23.242Z Compiling rand v0.8.5
12472024-10-18T22:13:24.081Z Compiling tracing v0.1.40
12482024-10-18T22:13:24.598Z Compiling pest v2.7.14
12492024-10-18T22:13:25.280Z Compiling spki v0.7.3
12502024-10-18T22:13:25.487Z Compiling scrypt v0.11.0
12512024-10-18T22:13:25.510Z Compiling aes v0.8.4
12522024-10-18T22:13:25.650Z Compiling cbc v0.1.2
12532024-10-18T22:13:25.881Z Compiling scroll_derive v0.12.0
12542024-10-18T22:13:25.913Z Compiling rustls-webpki v0.102.8
12552024-10-18T22:13:26.050Z Compiling openssl-macros v0.1.1
12562024-10-18T22:13:26.831Z Compiling pkcs5 v0.7.1
12572024-10-18T22:13:27.323Z Compiling pest_meta v2.7.14
12582024-10-18T22:13:27.556Z Compiling scroll v0.12.0
12592024-10-18T22:13:27.641Z Compiling pkcs8 v0.10.2
12602024-10-18T22:13:27.933Z Compiling async-trait v0.1.83
12612024-10-18T22:13:28.078Z Compiling goblin v0.8.2
12622024-10-18T22:13:28.097Z Compiling signature v2.2.0
12632024-10-18T22:13:28.310Z Compiling sha1 v0.10.6
12642024-10-18T22:13:28.373Z Compiling encoding_rs v0.8.34
12652024-10-18T22:13:28.376Z Compiling either v1.13.0
12662024-10-18T22:13:28.739Z Compiling pest_generator v2.7.14
12672024-10-18T22:13:30.058Z Compiling openssl-probe v0.1.5
12682024-10-18T22:13:30.396Z Compiling signal-hook v0.3.17
12692024-10-18T22:13:30.597Z Compiling unicode-properties v0.1.3
12702024-10-18T22:13:30.671Z Compiling ipnet v2.10.1
12712024-10-18T22:13:30.689Z Compiling mime v0.3.17
12722024-10-18T22:13:30.965Z Compiling gimli v0.31.1
12732024-10-18T22:13:31.247Z Compiling bytes v1.7.2
12742024-10-18T22:13:31.776Z Compiling indexmap v2.6.0
12752024-10-18T22:13:32.044Z Compiling tokio v1.40.0
12762024-10-18T22:13:32.266Z Compiling http v1.1.0
12772024-10-18T22:13:32.332Z Compiling bitflags v2.6.0
12782024-10-18T22:13:32.395Z Compiling semver v1.0.23
12792024-10-18T22:13:32.755Z Compiling pest_derive v2.7.14
12802024-10-18T22:13:33.161Z Compiling rustc_version v0.4.1
12812024-10-18T22:13:33.581Z Compiling dtrace-parser v0.2.0
12822024-10-18T22:13:33.985Z Compiling http-body v1.0.1
12832024-10-18T22:13:34.233Z Compiling dof v0.3.0
12842024-10-18T22:13:34.614Z Compiling uuid v1.10.0
12852024-10-18T22:13:34.725Z Compiling toml_datetime v0.6.8
12862024-10-18T22:13:35.257Z Compiling serde_tokenstream v0.2.2
12872024-10-18T22:13:35.794Z Compiling serde_spanned v0.6.8
12882024-10-18T22:13:35.886Z Compiling usdt-impl v0.5.0
12892024-10-18T22:13:36.033Z Compiling chrono v0.4.38
12902024-10-18T22:13:36.053Z Compiling http-body-util v0.1.2
12912024-10-18T22:13:36.083Z Compiling heapless v0.7.17
12922024-10-18T22:13:36.547Z Compiling schemars v0.8.21
12932024-10-18T22:13:36.566Z Compiling rayon-core v1.12.1
12942024-10-18T22:13:36.856Z Compiling paste v1.0.15
12952024-10-18T22:13:36.918Z Compiling slog-async v2.8.0
12962024-10-18T22:13:37.489Z Compiling toml_edit v0.22.22
12972024-10-18T22:13:37.527Z Compiling addr2line v0.24.2
12982024-10-18T22:13:37.545Z Compiling curve25519-dalek v4.1.3
12992024-10-18T22:13:38.092Z Compiling usdt-attr-macro v0.5.0
13002024-10-18T22:13:38.190Z Compiling usdt-macro v0.5.0
13012024-10-18T22:13:38.234Z Compiling slog-json v2.6.1
13022024-10-18T22:13:38.451Z Compiling serde_urlencoded v0.7.1
13032024-10-18T22:13:38.618Z Compiling stringprep v0.1.5
13042024-10-18T22:13:39.062Z Compiling futures-executor v0.3.31
13052024-10-18T22:13:39.785Z Compiling md-5 v0.10.6
13062024-10-18T22:13:39.805Z Compiling schemars_derive v0.8.21
13072024-10-18T22:13:39.896Z Compiling async-stream-impl v0.3.6
13082024-10-18T22:13:40.038Z Compiling tokio-util v0.7.12
13092024-10-18T22:13:41.369Z Compiling h2 v0.4.6
13102024-10-18T22:13:41.477Z Compiling enum-as-inner v0.6.1
13112024-10-18T22:13:43.175Z Compiling crossbeam-deque v0.8.5
13122024-10-18T22:13:43.196Z Compiling term v0.7.0
13132024-10-18T22:13:44.727Z Compiling crossbeam-channel v0.5.13
13142024-10-18T22:13:45.193Z Compiling num-integer v0.1.46
13152024-10-18T22:13:45.667Z Compiling rustls-pemfile v2.2.0
13162024-10-18T22:13:45.809Z Compiling idna v0.3.0
13172024-10-18T22:13:45.976Z Compiling idna v0.4.0
13182024-10-18T22:13:45.995Z Compiling ff v0.13.0
13192024-10-18T22:13:46.222Z Compiling hash32 v0.2.1
13202024-10-18T22:13:46.579Z Compiling is-terminal v0.4.13
13212024-10-18T22:13:46.707Z Compiling object v0.36.5
13222024-10-18T22:13:47.258Z Compiling dropshot v0.12.0
13232024-10-18T22:13:47.371Z Compiling stable_deref_trait v1.2.0
13242024-10-18T22:13:47.471Z Compiling num-bigint-dig v0.8.4
13252024-10-18T22:13:47.545Z Compiling base16ct v0.2.0
13262024-10-18T22:13:47.563Z Compiling quick-error v1.2.3
13272024-10-18T22:13:47.709Z Compiling smoltcp v0.9.1
13282024-10-18T22:13:47.769Z Compiling dyn-clone v1.0.17
13292024-10-18T22:13:47.872Z Compiling fallible-iterator v0.2.0
13302024-10-18T22:13:48.138Z Compiling portable-atomic v1.9.0
13312024-10-18T22:13:48.461Z Compiling hyper v1.4.1
13322024-10-18T22:13:48.599Z Compiling linked-hash-map v0.5.6
13332024-10-18T22:13:48.981Z Compiling rustc-demangle v0.1.24
13342024-10-18T22:13:49.088Z Compiling utf-8 v0.7.6
13352024-10-18T22:13:49.426Z Compiling psl-types v2.0.11
13362024-10-18T22:13:49.630Z Compiling take_mut v0.2.2
13372024-10-18T22:13:49.793Z Compiling anyhow v1.0.89
13382024-10-18T22:13:49.973Z Compiling publicsuffix v2.2.3
13392024-10-18T22:13:50.217Z Compiling tungstenite v0.23.0
13402024-10-18T22:13:50.673Z Compiling lru-cache v0.1.2
13412024-10-18T22:13:50.868Z Compiling hyper-util v0.1.9
13422024-10-18T22:13:51.178Z Compiling postgres-protocol v0.6.7
13432024-10-18T22:13:52.514Z Compiling sec1 v0.7.3
13442024-10-18T22:13:52.582Z Compiling resolv-conf v0.7.0
13452024-10-18T22:13:53.090Z Compiling hickory-proto v0.24.1
13462024-10-18T22:13:53.354Z Compiling slog-term v2.9.1
13472024-10-18T22:13:53.728Z Compiling backtrace v0.3.74
13482024-10-18T22:13:53.849Z Compiling usdt v0.5.0
13492024-10-18T22:13:54.009Z Compiling group v0.13.0
13502024-10-18T22:13:54.344Z Compiling num-iter v0.1.45
13512024-10-18T22:13:54.388Z Compiling tokio-rustls v0.26.0
13522024-10-18T22:13:54.518Z Compiling tokio-rustls v0.25.0
13532024-10-18T22:13:54.823Z Compiling tokio-native-tls v0.3.1
13542024-10-18T22:13:54.950Z Compiling async-stream v0.3.6
13552024-10-18T22:13:55.114Z Compiling toml v0.8.19
13562024-10-18T22:13:55.713Z Compiling futures v0.3.31
13572024-10-18T22:13:55.827Z Compiling camino v1.1.9
13582024-10-18T22:13:56.289Z Compiling slog-bunyan v2.5.0
13592024-10-18T22:13:56.498Z Compiling terminal_size v0.4.0
13602024-10-18T22:13:56.678Z Compiling dropshot_endpoint v0.12.0
13612024-10-18T22:13:56.721Z Compiling openapiv3 v2.0.0
13622024-10-18T22:13:56.790Z Compiling serde_path_to_error v0.1.16
13632024-10-18T22:13:56.853Z Compiling hkdf v0.12.4
13642024-10-18T22:13:57.112Z Compiling crypto-bigint v0.5.5
13652024-10-18T22:13:57.266Z Compiling curve25519-dalek-derive v0.1.1
13662024-10-18T22:13:57.619Z Compiling hubpack_derive v0.1.1
13672024-10-18T22:13:57.661Z Compiling zerocopy-derive v0.6.6
13682024-10-18T22:13:57.681Z Compiling phf_shared v0.11.2
13692024-10-18T22:13:58.048Z Compiling waitgroup v0.1.2
13702024-10-18T22:13:58.278Z Compiling webpki-roots v0.26.6
13712024-10-18T22:13:58.472Z Compiling hostname v0.4.0
13722024-10-18T22:13:58.521Z Compiling fs-err v2.11.0
13732024-10-18T22:13:58.728Z Compiling ahash v0.8.11
13742024-10-18T22:13:58.810Z Compiling managed v0.8.0
13752024-10-18T22:13:58.830Z Compiling bitflags v1.3.2
13762024-10-18T22:13:58.980Z Compiling winnow v0.5.40
13772024-10-18T22:13:59.108Z Compiling debug-ignore v1.0.5
13782024-10-18T22:13:59.254Z Compiling clap_builder v4.5.20
13792024-10-18T22:13:59.810Z Compiling zerocopy v0.6.6
13802024-10-18T22:14:00.701Z Compiling elliptic-curve v0.13.8
13812024-10-18T22:14:01.138Z Compiling strum_macros v0.25.3
13822024-10-18T22:14:01.382Z Compiling console v0.15.8
13832024-10-18T22:14:02.740Z Compiling toml_edit v0.19.15
13842024-10-18T22:14:02.953Z Compiling hubpack v0.1.2
13852024-10-18T22:14:03.288Z Compiling hickory-resolver v0.24.1
13862024-10-18T22:14:03.379Z Compiling hyper-rustls v0.27.3
13872024-10-18T22:14:03.422Z Compiling phf v0.11.2
13882024-10-18T22:14:03.698Z Compiling signal-hook-mio v0.2.4
13892024-10-18T22:14:03.864Z Compiling rayon v1.10.0
13902024-10-18T22:14:04.029Z Compiling cookie_store v0.21.0
13912024-10-18T22:14:05.276Z Compiling hyper-tls v0.6.0
13922024-10-18T22:14:06.522Z Compiling postgres-types v0.2.8
13932024-10-18T22:14:08.052Z Compiling tokio-tungstenite v0.23.1
13942024-10-18T22:14:08.579Z Compiling tokio-stream v0.1.16
13952024-10-18T22:14:08.671Z Compiling serde-big-array v0.5.1
13962024-10-18T22:14:08.936Z Compiling ed25519 v2.2.3
13972024-10-18T22:14:09.635Z Compiling pkcs1 v0.7.5
13982024-10-18T22:14:09.870Z Compiling regex v1.11.0
13992024-10-18T22:14:09.892Z Compiling bstr v1.10.0
14002024-10-18T22:14:09.963Z Compiling rfc6979 v0.4.0
14012024-10-18T22:14:10.156Z Compiling serde_repr v0.1.19
14022024-10-18T22:14:10.658Z Compiling derive-where v1.2.7
14032024-10-18T22:14:10.678Z Compiling clap_derive v4.5.18
14042024-10-18T22:14:10.750Z Compiling phf_shared v0.10.0
14052024-10-18T22:14:10.938Z Compiling float-cmp v0.9.0
14062024-10-18T22:14:10.985Z Compiling sync_wrapper v1.0.1
14072024-10-18T22:14:11.133Z Compiling crc32fast v1.4.2
14082024-10-18T22:14:11.151Z Compiling minimal-lexical v0.2.1
14092024-10-18T22:14:11.154Z Compiling static_assertions v1.1.0
14102024-10-18T22:14:11.277Z Compiling difflib v0.4.0
14112024-10-18T22:14:11.327Z Compiling normalize-line-endings v0.3.0
14122024-10-18T22:14:11.461Z Compiling fixedbitset v0.4.2
14132024-10-18T22:14:11.482Z Compiling unicode-segmentation v1.12.0
14142024-10-18T22:14:11.634Z Compiling number_prefix v0.4.0
14152024-10-18T22:14:11.654Z Compiling precomputed-hash v0.1.1
14162024-10-18T22:14:11.772Z Compiling predicates-core v1.0.8
14172024-10-18T22:14:11.860Z Compiling bit-vec v0.6.3
14182024-10-18T22:14:11.929Z Compiling new_debug_unreachable v1.0.6
14192024-10-18T22:14:12.026Z Compiling whoami v1.5.2
14202024-10-18T22:14:12.123Z Compiling string_cache v0.8.7
14212024-10-18T22:14:12.320Z Compiling bit-set v0.5.3
14222024-10-18T22:14:12.367Z Compiling tokio-postgres v0.7.12
14232024-10-18T22:14:12.589Z Compiling similar v2.6.0
14242024-10-18T22:14:12.641Z Compiling predicates v3.1.2
14252024-10-18T22:14:12.680Z Compiling indicatif v0.17.8
14262024-10-18T22:14:12.822Z Compiling petgraph v0.6.5
14272024-10-18T22:14:14.269Z Compiling qorb v0.0.2
14282024-10-18T22:14:14.412Z Compiling nom v7.1.3
14292024-10-18T22:14:14.945Z Compiling flate2 v1.0.34
14302024-10-18T22:14:15.031Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14312024-10-18T22:14:15.709Z Compiling clap v4.5.20
14322024-10-18T22:14:15.838Z Compiling reqwest v0.12.8
14332024-10-18T22:14:15.877Z Compiling ecdsa v0.16.9
14342024-10-18T22:14:16.710Z Compiling rsa v0.9.6
14352024-10-18T22:14:16.824Z Compiling ed25519-dalek v2.1.1
14362024-10-18T22:14:18.050Z Compiling toml v0.7.8
14372024-10-18T22:14:18.133Z Compiling crossterm v0.28.1
14382024-10-18T22:14:19.649Z Compiling itertools v0.12.1
14392024-10-18T22:14:19.765Z Compiling itertools v0.10.5
14402024-10-18T22:14:20.332Z Compiling hex v0.4.3
14412024-10-18T22:14:20.391Z Compiling x509-cert v0.2.5
14422024-10-18T22:14:20.961Z Compiling lalrpop-util v0.19.12
14432024-10-18T22:14:21.318Z Compiling peg-runtime v0.8.3
14442024-10-18T22:14:21.901Z Compiling unicode-xid v0.2.6
14452024-10-18T22:14:21.968Z Compiling xattr v1.3.1
14462024-10-18T22:14:21.971Z Compiling strum_macros v0.26.4
14472024-10-18T22:14:22.071Z Compiling filetime v0.2.25
14482024-10-18T22:14:22.382Z Compiling tar v0.4.42
14492024-10-18T22:14:25.079Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14502024-10-18T22:14:25.279Z Compiling strum v0.26.3
14512024-10-18T22:14:25.366Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14522024-10-18T22:14:30.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14532024-10-18T22:14:30.861Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14542024-10-18T22:14:30.908ZOct 18 22:14:30.322 INFO Starting download, target: Console
14552024-10-18T22:14:30.908ZOct 18 22:14:30.322 INFO Starting download, target: Clickhouse
14562024-10-18T22:14:30.908ZOct 18 22:14:30.322 INFO Starting download, target: Cockroach
14572024-10-18T22:14:30.908ZOct 18 22:14:30.322 INFO Starting download, target: DendriteOpenapi
14582024-10-18T22:14:30.910ZOct 18 22:14:30.322 INFO Starting download, target: DendriteStub
14592024-10-18T22:14:30.910ZOct 18 22:14:30.322 INFO Starting download, target: MaghemiteMgd
14602024-10-18T22:14:30.910ZOct 18 22:14:30.322 INFO Starting download, target: TransceiverControl
14612024-10-18T22:14:30.910ZOct 18 22:14:30.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14622024-10-18T22:14:30.910ZOct 18 22:14:30.323 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14632024-10-18T22:14:30.910ZOct 18 22:14:30.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14642024-10-18T22:14:30.910ZOct 18 22:14:30.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14652024-10-18T22:14:30.910ZOct 18 22:14:30.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14662024-10-18T22:14:30.910ZOct 18 22:14:30.323 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14672024-10-18T22:14:30.911ZOct 18 22:14:30.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14682024-10-18T22:14:31.240ZOct 18 22:14:30.642 INFO Download complete, target: DendriteOpenapi
14692024-10-18T22:14:31.298ZOct 18 22:14:30.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14702024-10-18T22:14:31.451ZOct 18 22:14:30.864 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14712024-10-18T22:14:31.805ZOct 18 22:14:31.220 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14722024-10-18T22:14:31.821ZOct 18 22:14:31.236 INFO Download complete, target: Console
14732024-10-18T22:14:31.836ZOct 18 22:14:31.251 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14742024-10-18T22:14:32.016ZOct 18 22:14:31.431 INFO Download complete, target: TransceiverControl
14752024-10-18T22:14:32.438ZOct 18 22:14:31.851 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14762024-10-18T22:14:32.438ZOct 18 22:14:31.851 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14772024-10-18T22:14:34.158ZOct 18 22:14:33.572 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14782024-10-18T22:14:34.870ZOct 18 22:14:34.284 INFO Download complete, target: DendriteStub
14792024-10-18T22:14:35.338ZOct 18 22:14:34.569 INFO Download complete, target: MaghemiteMgd
14802024-10-18T22:14:40.536ZOct 18 22:14:39.950 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14812024-10-18T22:14:40.815ZOct 18 22:14:40.228 INFO Checking that binary works, target: Cockroach
14822024-10-18T22:14:40.980ZOct 18 22:14:40.394 INFO Download complete, target: Cockroach
14832024-10-18T22:14:47.767ZOct 18 22:14:47.179 INFO Checking that binary works, target: Clickhouse
14842024-10-18T22:14:47.940ZOct 18 22:14:47.351 INFO Download complete, target: Clickhouse
14852024-10-18T22:14:47.961ZAll builder prerequisites installed successfully, and PATH looks valid
14862024-10-18T22:14:47.964Z
14872024-10-18T22:14:47.964Zreal 4:08.067761523
14882024-10-18T22:14:47.964Zuser 12:42.445792999
14892024-10-18T22:14:47.964Zsys 2:42.004939476
14902024-10-18T22:14:47.964Ztrap 0.445356706
14912024-10-18T22:14:47.964Ztflt 1.815423311
14922024-10-18T22:14:47.964Zdflt 1.849021075
14932024-10-18T22:14:47.964Zkflt 0.029200402
14942024-10-18T22:14:47.964Zlock 24:33.317472946
14952024-10-18T22:14:47.964Zslp 49:09.342568000
14962024-10-18T22:14:47.964Zlat 46.591839094
14972024-10-18T22:14:47.964Zstop 2:00.441392743
14982024-10-18T22:14:47.964Z+ banner hack-check
14992024-10-18T22:14:47.967Z
15002024-10-18T22:14:47.967Z # # ## #### # # #### # # ###### #### # #
15012024-10-18T22:14:47.967Z # # # # # # # # # # # # # # # # #
15022024-10-18T22:14:47.967Z ###### # # # #### ##### # ###### ##### # ####
15032024-10-18T22:14:47.967Z # # ###### # # # # # # # # # #
15042024-10-18T22:14:47.967Z # # # # # # # # # # # # # # # # #
15052024-10-18T22:14:47.967Z # # # # #### # # #### # # ###### #### # #
15062024-10-18T22:14:47.967Z
15072024-10-18T22:14:47.967Z+ export CARGO_INCREMENTAL=0
15082024-10-18T22:14:47.967Z+ CARGO_INCREMENTAL=0
15092024-10-18T22:14:47.967Z+ ptime -m timeout 2h cargo xtask check-features --ci
15102024-10-18T22:14:48.530Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15112024-10-18T22:14:52.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
15122024-10-18T22:14:52.233Z Running `target/debug/xtask check-features --ci`
15132024-10-18T22:14:52.252Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15142024-10-18T22:14:52.255Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15152024-10-18T22:14:52.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15162024-10-18T22:14:52.773Z Running `target/debug/xtask download cargo-hack`
15172024-10-18T22:14:53.637Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15182024-10-18T22:14:54.004Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15192024-10-18T22:14:58.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
15202024-10-18T22:14:58.767Z Running `target/debug/xtask-downloader cargo-hack`
15212024-10-18T22:14:58.799ZOct 18 22:14:58.211 INFO Starting download, target: CargoHack
15222024-10-18T22:14:58.802ZOct 18 22:14:58.212 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15232024-10-18T22:14:59.377ZOct 18 22:14:58.788 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15242024-10-18T22:14:59.475ZOct 18 22:14:58.887 INFO Download complete, target: CargoHack
15252024-10-18T22:14:59.479Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15262024-10-18T22:14:59.494Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15272024-10-18T22:14:59.658Zinfo: running `cargo check --bins` on api_identity (1/167)
15282024-10-18T22:15:00.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-10-18T22:15:00.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-10-18T22:15:00.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-10-18T22:15:00.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15322024-10-18T22:15:00.298Z
15332024-10-18T22:15:00.298Zinfo: running `cargo check --bins` on bootstore (2/167)
15342024-10-18T22:15:00.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-10-18T22:15:00.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-10-18T22:15:00.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-10-18T22:15:00.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15382024-10-18T22:15:00.971Z
15392024-10-18T22:15:00.971Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/167)
15402024-10-18T22:15:01.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-10-18T22:15:01.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-10-18T22:15:01.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-10-18T22:15:01.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15442024-10-18T22:15:01.640Z
15452024-10-18T22:15:01.640Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/167)
15462024-10-18T22:15:02.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-10-18T22:15:02.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-10-18T22:15:02.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-10-18T22:15:02.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15502024-10-18T22:15:02.323Z
15512024-10-18T22:15:02.323Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/167)
15522024-10-18T22:15:02.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-10-18T22:15:02.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-10-18T22:15:02.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-10-18T22:15:02.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15562024-10-18T22:15:02.794Z
15572024-10-18T22:15:02.794Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/167)
15582024-10-18T22:15:03.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-10-18T22:15:03.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-10-18T22:15:03.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-10-18T22:15:03.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15622024-10-18T22:15:03.259Z
15632024-10-18T22:15:03.259Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/167)
15642024-10-18T22:15:03.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-10-18T22:15:03.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-10-18T22:15:03.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-10-18T22:15:03.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15682024-10-18T22:15:03.718Z
15692024-10-18T22:15:03.718Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/167)
15702024-10-18T22:15:04.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-10-18T22:15:04.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-10-18T22:15:04.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-10-18T22:15:04.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15742024-10-18T22:15:04.193Z
15752024-10-18T22:15:04.193Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/167)
15762024-10-18T22:15:04.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-10-18T22:15:04.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-10-18T22:15:04.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-10-18T22:15:04.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15802024-10-18T22:15:04.671Z
15812024-10-18T22:15:04.671Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/167)
15822024-10-18T22:15:05.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-10-18T22:15:05.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-10-18T22:15:05.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-10-18T22:15:05.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15862024-10-18T22:15:05.133Z
15872024-10-18T22:15:05.133Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/167)
15882024-10-18T22:15:05.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-10-18T22:15:05.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-10-18T22:15:05.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-10-18T22:15:05.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15922024-10-18T22:15:05.601Z
15932024-10-18T22:15:05.601Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/167)
15942024-10-18T22:15:06.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-10-18T22:15:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-10-18T22:15:06.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-10-18T22:15:06.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15982024-10-18T22:15:06.070Z
15992024-10-18T22:15:06.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/167)
16002024-10-18T22:15:06.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-10-18T22:15:06.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-10-18T22:15:06.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-10-18T22:15:06.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16042024-10-18T22:15:06.534Z
16052024-10-18T22:15:06.535Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/167)
16062024-10-18T22:15:06.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-10-18T22:15:06.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-10-18T22:15:06.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-10-18T22:15:06.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16102024-10-18T22:15:06.996Z
16112024-10-18T22:15:06.996Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/167)
16122024-10-18T22:15:07.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-10-18T22:15:07.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-10-18T22:15:07.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-10-18T22:15:07.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16162024-10-18T22:15:07.461Z
16172024-10-18T22:15:07.461Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/167)
16182024-10-18T22:15:07.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-10-18T22:15:07.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-10-18T22:15:07.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-10-18T22:15:07.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16222024-10-18T22:15:07.924Z
16232024-10-18T22:15:07.925Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/167)
16242024-10-18T22:15:08.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-10-18T22:15:08.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-10-18T22:15:08.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-10-18T22:15:08.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16282024-10-18T22:15:08.404Z
16292024-10-18T22:15:08.404Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/167)
16302024-10-18T22:15:08.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-10-18T22:15:08.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-10-18T22:15:08.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-10-18T22:15:08.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16342024-10-18T22:15:08.867Z
16352024-10-18T22:15:08.867Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/167)
16362024-10-18T22:15:09.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-10-18T22:15:09.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-10-18T22:15:09.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-10-18T22:15:09.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16402024-10-18T22:15:09.334Z
16412024-10-18T22:15:09.334Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/167)
16422024-10-18T22:15:09.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-10-18T22:15:09.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-10-18T22:15:09.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-10-18T22:15:09.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16462024-10-18T22:15:09.801Z
16472024-10-18T22:15:09.801Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/167)
16482024-10-18T22:15:10.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-10-18T22:15:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-10-18T22:15:10.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-10-18T22:15:10.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16522024-10-18T22:15:10.263Z
16532024-10-18T22:15:10.264Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/167)
16542024-10-18T22:15:10.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-10-18T22:15:10.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-10-18T22:15:10.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-10-18T22:15:10.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16582024-10-18T22:15:10.730Z
16592024-10-18T22:15:10.730Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/167)
16602024-10-18T22:15:11.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-10-18T22:15:11.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-10-18T22:15:11.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-10-18T22:15:11.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16642024-10-18T22:15:11.205Z
16652024-10-18T22:15:11.205Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/167)
16662024-10-18T22:15:11.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-10-18T22:15:11.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-10-18T22:15:11.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-10-18T22:15:11.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16702024-10-18T22:15:11.671Z
16712024-10-18T22:15:11.671Zinfo: running `cargo check --bins` on sled-hardware-types (25/167)
16722024-10-18T22:15:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-10-18T22:15:12.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-10-18T22:15:12.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-10-18T22:15:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16762024-10-18T22:15:12.331Z
16772024-10-18T22:15:12.331Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/167)
16782024-10-18T22:15:12.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-10-18T22:15:12.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-10-18T22:15:12.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-10-18T22:15:12.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16822024-10-18T22:15:12.995Z
16832024-10-18T22:15:12.995Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/167)
16842024-10-18T22:15:13.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-10-18T22:15:13.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-10-18T22:15:13.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-10-18T22:15:13.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16882024-10-18T22:15:13.661Z
16892024-10-18T22:15:13.661Zinfo: running `cargo check --bins` on oxlog (28/167)
16902024-10-18T22:15:14.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-10-18T22:15:14.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-10-18T22:15:14.310Z Checking cfg-if v1.0.0
16932024-10-18T22:15:14.312Z Checking libc v0.2.159
16942024-10-18T22:15:14.411Z Checking serde v1.0.210
16952024-10-18T22:15:14.413Z Checking zeroize v1.8.1
16962024-10-18T22:15:14.413Z Checking memchr v2.7.4
16972024-10-18T22:15:14.434Z Checking typenum v1.17.0
16982024-10-18T22:15:14.437Z Checking scopeguard v1.2.0
16992024-10-18T22:15:14.437Z Checking subtle v2.6.1
17002024-10-18T22:15:14.470Z Checking value-bag v1.9.0
17012024-10-18T22:15:14.576Z Checking lock_api v0.4.12
17022024-10-18T22:15:14.700Z Checking const-oid v0.9.6
17032024-10-18T22:15:14.886Z Checking log v0.4.22
17042024-10-18T22:15:14.920Z Checking itoa v1.0.11
17052024-10-18T22:15:15.149Z Checking pin-project-lite v0.2.14
17062024-10-18T22:15:15.255Z Checking smallvec v1.13.2
17072024-10-18T22:15:15.271Z Checking byteorder v1.5.0
17082024-10-18T22:15:15.396Z Checking futures-core v0.3.31
17092024-10-18T22:15:15.488Z Checking getrandom v0.2.15
17102024-10-18T22:15:15.537Z Checking signal-hook-registry v1.4.2
17112024-10-18T22:15:15.575Z Checking once_cell v1.20.2
17122024-10-18T22:15:15.589Z Checking parking_lot_core v0.9.10
17132024-10-18T22:15:15.632Z Checking mio v1.0.2
17142024-10-18T22:15:15.684Z Checking rand_core v0.6.4
17152024-10-18T22:15:15.764Z Checking cpufeatures v0.2.14
17162024-10-18T22:15:15.826Z Checking futures-sink v0.3.31
17172024-10-18T22:15:15.849Z Checking socket2 v0.5.7
17182024-10-18T22:15:15.902Z Checking parking_lot v0.12.3
17192024-10-18T22:15:15.935Z Checking spin v0.9.8
17202024-10-18T22:15:15.966Z Checking zerocopy v0.7.35
17212024-10-18T22:15:16.181Z Checking slab v0.4.9
17222024-10-18T22:15:16.221Z Checking futures-channel v0.3.31
17232024-10-18T22:15:16.254Z Checking foldhash v0.1.3
17242024-10-18T22:15:16.270Z Checking pin-utils v0.1.0
17252024-10-18T22:15:16.272Z Checking futures-io v0.3.31
17262024-10-18T22:15:16.353Z Checking allocator-api2 v0.2.18
17272024-10-18T22:15:16.408Z Checking futures-task v0.3.31
17282024-10-18T22:15:16.421Z Checking tinyvec_macros v0.1.1
17292024-10-18T22:15:16.437Z Checking equivalent v1.0.1
17302024-10-18T22:15:16.489Z Checking tinyvec v1.8.0
17312024-10-18T22:15:16.535Z Checking ryu v1.0.18
17322024-10-18T22:15:16.554Z Checking fnv v1.0.7
17332024-10-18T22:15:16.624Z Checking futures-util v0.3.31
17342024-10-18T22:15:16.663Z Checking unicode-bidi v0.3.17
17352024-10-18T22:15:16.763Z Checking libm v0.2.8
17362024-10-18T22:15:16.925Z Checking hashbrown v0.15.0
17372024-10-18T22:15:17.244Z Checking base64ct v1.6.0
17382024-10-18T22:15:17.353Z Checking ppv-lite86 v0.2.20
17392024-10-18T22:15:17.431Z Checking num-traits v0.2.19
17402024-10-18T22:15:17.664Z Checking pem-rfc7468 v0.7.0
17412024-10-18T22:15:17.688Z Checking unicode-normalization v0.1.24
17422024-10-18T22:15:17.914Z Checking flagset v0.4.6
17432024-10-18T22:15:17.971Z Checking tracing-core v0.1.32
17442024-10-18T22:15:18.068Z Checking rand_chacha v0.3.1
17452024-10-18T22:15:18.086Z Checking thiserror v1.0.64
17462024-10-18T22:15:18.203Z Checking percent-encoding v2.3.1
17472024-10-18T22:15:18.382Z Checking rustls-pki-types v1.9.0
17482024-10-18T22:15:18.427Z Checking rand v0.8.5
17492024-10-18T22:15:18.503Z Checking httparse v1.9.5
17502024-10-18T22:15:18.536Z Checking tracing v0.1.40
17512024-10-18T22:15:18.867Z Checking generic-array v0.14.7
17522024-10-18T22:15:18.881Z Checking der v0.7.9
17532024-10-18T22:15:18.910Z Checking untrusted v0.9.0
17542024-10-18T22:15:18.928Z Checking bytes v1.7.2
17552024-10-18T22:15:18.931Z Checking indexmap v2.6.0
17562024-10-18T22:15:19.049Z Checking serde_json v1.0.128
17572024-10-18T22:15:19.106Z Checking bitflags v2.6.0
17582024-10-18T22:15:19.393Z Checking powerfmt v0.2.0
17592024-10-18T22:15:19.654Z Checking ring v0.17.8
17602024-10-18T22:15:19.670Z Checking deranged v0.3.11
17612024-10-18T22:15:19.714Z Checking tokio v1.40.0
17622024-10-18T22:15:20.026Z Checking crypto-common v0.1.6
17632024-10-18T22:15:20.204Z Checking block-buffer v0.10.4
17642024-10-18T22:15:20.226Z Checking block-padding v0.3.3
17652024-10-18T22:15:20.421Z Checking inout v0.1.3
17662024-10-18T22:15:20.424Z Checking digest v0.10.7
17672024-10-18T22:15:20.637Z Checking cipher v0.4.4
17682024-10-18T22:15:20.667Z Checking http v1.1.0
17692024-10-18T22:15:20.691Z Checking spki v0.7.3
17702024-10-18T22:15:20.786Z Checking hmac v0.12.1
17712024-10-18T22:15:20.965Z Checking sha2 v0.10.8
17722024-10-18T22:15:20.998Z Checking pbkdf2 v0.12.2
17732024-10-18T22:15:21.019Z Checking salsa20 v0.10.2
17742024-10-18T22:15:21.149Z Checking cbc v0.1.2
17752024-10-18T22:15:21.226Z Checking aes v0.8.4
17762024-10-18T22:15:21.356Z Checking crossbeam-utils v0.8.20
17772024-10-18T22:15:21.371Z Checking time-core v0.1.2
17782024-10-18T22:15:21.450Z Checking num_threads v0.1.7
17792024-10-18T22:15:21.490Z Checking atomic-waker v1.1.2
17802024-10-18T22:15:21.516Z Checking num-conv v0.1.0
17812024-10-18T22:15:21.539Z Checking scrypt v0.11.0
17822024-10-18T22:15:21.572Z Checking rustls-webpki v0.102.8
17832024-10-18T22:15:21.610Z Checking form_urlencoded v1.2.1
17842024-10-18T22:15:21.763Z Checking try-lock v0.2.5
17852024-10-18T22:15:21.780Z Checking time v0.3.36
17862024-10-18T22:15:21.821Z Checking unicode-ident v1.0.13
17872024-10-18T22:15:21.898Z Checking want v0.3.1
17882024-10-18T22:15:21.982Z Checking httpdate v1.0.3
17892024-10-18T22:15:22.040Z Checking http-body v1.0.1
17902024-10-18T22:15:22.067Z Checking proc-macro2 v1.0.87
17912024-10-18T22:15:22.089Z Checking uuid v1.10.0
17922024-10-18T22:15:22.104Z Checking pkcs5 v0.7.1
17932024-10-18T22:15:22.216Z Checking serde_spanned v0.6.8
17942024-10-18T22:15:22.232Z Checking toml_datetime v0.6.8
17952024-10-18T22:15:22.548Z Checking idna v0.5.0
17962024-10-18T22:15:22.559Z Checking slog v2.7.0
17972024-10-18T22:15:22.559Z Checking scroll v0.12.0
17982024-10-18T22:15:22.585Z Checking pkcs8 v0.10.2
17992024-10-18T22:15:22.667Z Checking ucd-trie v0.1.7
18002024-10-18T22:15:22.722Z Checking plain v0.2.3
18012024-10-18T22:15:22.860Z Checking tower-service v0.3.3
18022024-10-18T22:15:22.862Z Checking match_cfg v0.1.0
18032024-10-18T22:15:22.890Z Checking foreign-types-shared v0.1.1
18042024-10-18T22:15:22.902Z Checking base64 v0.22.1
18052024-10-18T22:15:22.942Z Checking iana-time-zone v0.1.61
18062024-10-18T22:15:22.977Z Checking foreign-types v0.3.2
18072024-10-18T22:15:22.980Z Checking hostname v0.3.1
18082024-10-18T22:15:22.999Z Checking goblin v0.8.2
18092024-10-18T22:15:23.055Z Checking pest v2.7.14
18102024-10-18T22:15:23.084Z Checking chrono v0.4.38
18112024-10-18T22:15:23.102Z Checking quote v1.0.37
18122024-10-18T22:15:23.181Z Checking url v2.5.2
18132024-10-18T22:15:23.362Z Checking openssl-sys v0.9.103
18142024-10-18T22:15:23.437Z Checking dirs-sys-next v0.1.2
18152024-10-18T22:15:23.601Z Checking errno v0.3.9
18162024-10-18T22:15:23.775Z Checking aho-corasick v1.1.3
18172024-10-18T22:15:23.949Z Checking siphasher v0.3.11
18182024-10-18T22:15:24.250Z Checking data-encoding v2.6.0
18192024-10-18T22:15:24.269Z Checking adler2 v2.0.0
18202024-10-18T22:15:24.408Z Checking regex-syntax v0.8.5
18212024-10-18T22:15:24.681Z Checking pretty-hex v0.4.1
18222024-10-18T22:15:24.854Z Checking openssl v0.10.66
18232024-10-18T22:15:24.890Z Checking miniz_oxide v0.8.0
18242024-10-18T22:15:25.102Z Checking rustix v0.38.37
18252024-10-18T22:15:25.413Z Checking dirs-next v2.0.0
18262024-10-18T22:15:25.508Z Checking dtrace-parser v0.2.0
18272024-10-18T22:15:25.538Z Checking syn v2.0.79
18282024-10-18T22:15:25.593Z Checking http-body-util v0.1.2
18292024-10-18T22:15:25.964Z Checking crossbeam-epoch v0.9.18
18302024-10-18T22:15:26.052Z Checking sha1 v0.10.6
18312024-10-18T22:15:26.341Z Checking signature v2.2.0
18322024-10-18T22:15:26.404Z Checking lazy_static v1.5.0
18332024-10-18T22:15:26.520Z Checking thread_local v1.1.8
18342024-10-18T22:15:26.539Z Checking thread-id v4.2.2
18352024-10-18T22:15:26.638Z Checking encoding_rs v0.8.34
18362024-10-18T22:15:26.788Z Checking tokio-util v0.7.12
18372024-10-18T22:15:26.818Z Checking utf8parse v0.2.2
18382024-10-18T22:15:26.958Z Checking gimli v0.31.1
18392024-10-18T22:15:27.664Z Checking h2 v0.4.6
18402024-10-18T22:15:27.709Z Checking regex-automata v0.4.8
18412024-10-18T22:15:27.903Z Checking dof v0.3.0
18422024-10-18T22:15:28.512Z Checking unicode-properties v0.1.3
18432024-10-18T22:15:28.528Z Checking mime v0.3.17
18442024-10-18T22:15:28.838Z Checking openssl-probe v0.1.5
18452024-10-18T22:15:28.887Z Checking anstyle v1.0.8
18462024-10-18T22:15:28.983Z Checking ipnet v2.10.1
18472024-10-18T22:15:29.006Z Checking either v1.13.0
18482024-10-18T22:15:29.237Z Checking winnow v0.6.20
18492024-10-18T22:15:29.377Z Checking stringprep v0.1.5
18502024-10-18T22:15:29.429Z Checking anstyle-parse v0.2.5
18512024-10-18T22:15:29.634Z Checking crossbeam-deque v0.8.5
18522024-10-18T22:15:29.697Z Checking term v0.7.0
18532024-10-18T22:15:29.926Z Checking slog-json v2.6.1
18542024-10-18T22:15:30.117Z Checking rustls v0.23.14
18552024-10-18T22:15:30.144Z Checking native-tls v0.2.12
18562024-10-18T22:15:30.177Z Checking rustls v0.22.4
18572024-10-18T22:15:30.438Z Checking crossbeam-channel v0.5.13
18582024-10-18T22:15:30.893Z Checking addr2line v0.24.2
18592024-10-18T22:15:31.147Z Checking serde_urlencoded v0.7.1
18602024-10-18T22:15:31.396Z Checking futures-executor v0.3.31
18612024-10-18T22:15:31.578Z Checking md-5 v0.10.6
18622024-10-18T22:15:31.620Z Checking num-integer v0.1.46
18632024-10-18T22:15:31.748Z Checking usdt-impl v0.5.0
18642024-10-18T22:15:31.794Z Checking rustls-pemfile v2.2.0
18652024-10-18T22:15:32.006Z Checking idna v0.3.0
18662024-10-18T22:15:32.080Z Checking idna v0.4.0
18672024-10-18T22:15:32.160Z Checking ff v0.13.0
18682024-10-18T22:15:32.220Z Checking toml_edit v0.22.22
18692024-10-18T22:15:32.279Z Checking hash32 v0.2.1
18702024-10-18T22:15:32.358Z Checking memmap v0.7.0
18712024-10-18T22:15:32.567Z Checking is-terminal v0.4.13
18722024-10-18T22:15:32.581Z Checking object v0.36.5
18732024-10-18T22:15:32.681Z Checking utf-8 v0.7.6
18742024-10-18T22:15:32.831Z Checking base16ct v0.2.0
18752024-10-18T22:15:32.879Z Checking fallible-iterator v0.2.0
18762024-10-18T22:15:32.946Z Checking take_mut v0.2.2
18772024-10-18T22:15:33.019Z Checking quick-error v1.2.3
18782024-10-18T22:15:33.079Z Checking dyn-clone v1.0.17
18792024-10-18T22:15:33.148Z Checking linked-hash-map v0.5.6
18802024-10-18T22:15:33.213Z Checking anstyle-query v1.1.1
18812024-10-18T22:15:33.337Z Checking psl-types v2.0.11
18822024-10-18T22:15:33.452Z Checking rustc-demangle v0.1.24
18832024-10-18T22:15:33.469Z Checking colorchoice v1.0.2
18842024-10-18T22:15:33.501Z Checking stable_deref_trait v1.2.0
18852024-10-18T22:15:33.590Z Checking is_terminal_polyfill v1.70.1
18862024-10-18T22:15:33.608Z Checking heapless v0.7.17
18872024-10-18T22:15:33.703Z Checking anstream v0.6.15
18882024-10-18T22:15:33.731Z Checking tokio-rustls v0.25.0
18892024-10-18T22:15:33.866Z Checking publicsuffix v2.2.3
18902024-10-18T22:15:33.943Z Checking hyper v1.4.1
18912024-10-18T22:15:34.067Z Checking lru-cache v0.1.2
18922024-10-18T22:15:34.083Z Checking postgres-protocol v0.6.7
18932024-10-18T22:15:34.098Z Checking schemars v0.8.21
18942024-10-18T22:15:34.245Z Checking resolv-conf v0.7.0
18952024-10-18T22:15:34.605Z Checking slog-async v2.8.0
18962024-10-18T22:15:34.655Z Checking sec1 v0.7.3
18972024-10-18T22:15:34.763Z Checking hickory-proto v0.24.1
18982024-10-18T22:15:34.779Z Checking toml v0.8.19
18992024-10-18T22:15:34.877Z Checking tungstenite v0.23.0
19002024-10-18T22:15:35.014Z Checking slog-term v2.9.1
19012024-10-18T22:15:35.095Z Checking tokio-rustls v0.26.0
19022024-10-18T22:15:35.487Z Checking usdt v0.5.0
19032024-10-18T22:15:35.487Z Checking group v0.13.0
19042024-10-18T22:15:35.520Z Checking num-iter v0.1.45
19052024-10-18T22:15:35.673Z Checking futures v0.3.31
19062024-10-18T22:15:35.690Z Checking tokio-native-tls v0.3.1
19072024-10-18T22:15:35.729Z Checking slog-bunyan v2.5.0
19082024-10-18T22:15:35.745Z Checking rayon-core v1.12.1
19092024-10-18T22:15:35.757Z Checking multer v3.1.0
19102024-10-18T22:15:35.771Z Checking terminal_size v0.4.0
19112024-10-18T22:15:35.894Z Checking cookie v0.18.1
19122024-10-18T22:15:35.923Z Checking phf_shared v0.11.2
19132024-10-18T22:15:35.934Z Checking hyper-util v0.1.9
19142024-10-18T22:15:35.951Z Checking async-stream v0.3.6
19152024-10-18T22:15:36.135Z Checking waitgroup v0.1.2
19162024-10-18T22:15:36.148Z Checking signal-hook v0.3.17
19172024-10-18T22:15:36.192Z Checking camino v1.1.9
19182024-10-18T22:15:36.255Z Checking hkdf v0.12.4
19192024-10-18T22:15:36.295Z Checking openapiv3 v2.0.0
19202024-10-18T22:15:36.399Z Checking crypto-bigint v0.5.5
19212024-10-18T22:15:36.439Z Checking serde_path_to_error v0.1.16
19222024-10-18T22:15:36.472Z Checking webpki-roots v0.26.6
19232024-10-18T22:15:36.700Z Checking hostname v0.4.0
19242024-10-18T22:15:36.744Z Checking winnow v0.5.40
19252024-10-18T22:15:36.836Z Checking clap_lex v0.7.2
19262024-10-18T22:15:37.064Z Checking debug-ignore v1.0.5
19272024-10-18T22:15:37.092Z Checking strsim v0.11.1
19282024-10-18T22:15:37.187Z Checking unicode-width v0.1.14
19292024-10-18T22:15:37.363Z Checking managed v0.8.0
19302024-10-18T22:15:37.663Z Checking bitflags v1.3.2
19312024-10-18T22:15:37.699Z Checking console v0.15.8
19322024-10-18T22:15:37.754Z Checking smoltcp v0.9.1
19332024-10-18T22:15:38.076Z Checking hyper-tls v0.6.0
19342024-10-18T22:15:38.272Z Checking hyper-rustls v0.27.3
19352024-10-18T22:15:38.367Z Checking clap_builder v4.5.20
19362024-10-18T22:15:38.615Z Checking signal-hook-mio v0.2.4
19372024-10-18T22:15:38.750Z Checking rayon v1.10.0
19382024-10-18T22:15:38.955Z Checking backtrace v0.3.74
19392024-10-18T22:15:39.135Z Checking elliptic-curve v0.13.8
19402024-10-18T22:15:39.221Z Checking cookie_store v0.21.0
19412024-10-18T22:15:39.443Z Checking hickory-resolver v0.24.1
19422024-10-18T22:15:39.509Z Checking anyhow v1.0.89
19432024-10-18T22:15:39.662Z Checking dropshot v0.12.0
19442024-10-18T22:15:39.713Z Checking toml_edit v0.19.15
19452024-10-18T22:15:39.800Z Checking phf v0.11.2
19462024-10-18T22:15:39.817Z Checking tokio-tungstenite v0.23.1
19472024-10-18T22:15:39.856Z Checking num-bigint-dig v0.8.4
19482024-10-18T22:15:40.073Z Checking postgres-types v0.2.8
19492024-10-18T22:15:40.278Z Checking regex v1.11.0
19502024-10-18T22:15:40.812Z Checking bstr v1.10.0
19512024-10-18T22:15:40.887Z Checking tokio-stream v0.1.16
19522024-10-18T22:15:40.986Z Checking ed25519 v2.2.3
19532024-10-18T22:15:41.285Z Checking phf_shared v0.10.0
19542024-10-18T22:15:41.429Z Checking pkcs1 v0.7.5
19552024-10-18T22:15:41.573Z Checking zerocopy v0.6.6
19562024-10-18T22:15:41.708Z Checking curve25519-dalek v4.1.3
19572024-10-18T22:15:41.737Z Checking hubpack v0.1.2
19582024-10-18T22:15:41.823Z Checking portable-atomic v1.9.0
19592024-10-18T22:15:42.021Z Checking rfc6979 v0.4.0
19602024-10-18T22:15:42.072Z Checking float-cmp v0.9.0
19612024-10-18T22:15:42.117Z Checking serde-big-array v0.5.1
19622024-10-18T22:15:42.188Z Checking sync_wrapper v1.0.1
19632024-10-18T22:15:42.244Z Checking crc32fast v1.4.2
19642024-10-18T22:15:42.313Z Checking predicates-core v1.0.8
19652024-10-18T22:15:42.313Z Checking number_prefix v0.4.0
19662024-10-18T22:15:42.344Z Checking new_debug_unreachable v1.0.6
19672024-10-18T22:15:42.425Z Checking whoami v1.5.2
19682024-10-18T22:15:42.446Z Checking unicode-segmentation v1.12.0
19692024-10-18T22:15:42.497Z Checking difflib v0.4.0
19702024-10-18T22:15:42.513Z Checking bit-vec v0.6.3
19712024-10-18T22:15:42.545Z Checking fixedbitset v0.4.2
19722024-10-18T22:15:42.721Z Checking minimal-lexical v0.2.1
19732024-10-18T22:15:42.805Z Checking normalize-line-endings v0.3.0
19742024-10-18T22:15:42.808Z Checking precomputed-hash v0.1.1
19752024-10-18T22:15:42.837Z Checking static_assertions v1.1.0
19762024-10-18T22:15:42.847Z Checking bit-set v0.5.3
19772024-10-18T22:15:42.921Z Checking predicates v3.1.2
19782024-10-18T22:15:42.923Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19792024-10-18T22:15:42.938Z Checking string_cache v0.8.7
19802024-10-18T22:15:43.085Z Checking nom v7.1.3
19812024-10-18T22:15:43.105Z Checking indicatif v0.17.8
19822024-10-18T22:15:43.125Z Checking similar v2.6.0
19832024-10-18T22:15:43.223Z Checking petgraph v0.6.5
19842024-10-18T22:15:43.276Z Checking qorb v0.0.2
19852024-10-18T22:15:43.503Z Checking ed25519-dalek v2.1.1
19862024-10-18T22:15:43.554Z Checking tokio-postgres v0.7.12
19872024-10-18T22:15:43.816Z Checking flate2 v1.0.34
19882024-10-18T22:15:43.904Z Checking reqwest v0.12.8
19892024-10-18T22:15:43.942Z Checking ecdsa v0.16.9
19902024-10-18T22:15:44.461Z Checking toml v0.7.8
19912024-10-18T22:15:44.673Z Checking rsa v0.9.6
19922024-10-18T22:15:45.204Z Checking clap v4.5.20
19932024-10-18T22:15:45.321Z Checking crossterm v0.28.1
19942024-10-18T22:15:45.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952024-10-18T22:15:45.459Z Checking itertools v0.12.1
19962024-10-18T22:15:45.654Z Checking itertools v0.10.5
19972024-10-18T22:15:45.704Z Checking fs-err v2.11.0
19982024-10-18T22:15:45.924Z Checking ahash v0.8.11
19992024-10-18T22:15:46.254Z Checking x509-cert v0.2.5
20002024-10-18T22:15:46.476Z Checking semver v1.0.23
20012024-10-18T22:15:46.499Z Checking hex v0.4.3
20022024-10-18T22:15:46.640Z Checking peg-runtime v0.8.3
20032024-10-18T22:15:46.876Z Checking lalrpop-util v0.19.12
20042024-10-18T22:15:46.899Z Checking sigpipe v0.1.3
20052024-10-18T22:15:47.876Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20062024-10-18T22:15:48.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.50s
20072024-10-18T22:15:48.323Z
20082024-10-18T22:15:48.323Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/167)
20092024-10-18T22:15:48.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-10-18T22:15:48.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-10-18T22:15:48.998Z Compiling hashbrown v0.14.5
20122024-10-18T22:15:49.111Z Checking heck v0.5.0
20132024-10-18T22:15:49.122Z Compiling unsafe-libyaml v0.2.11
20142024-10-18T22:15:49.136Z Compiling ident_case v1.0.1
20152024-10-18T22:15:49.147Z Checking progenitor-client v0.8.0
20162024-10-18T22:15:49.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20172024-10-18T22:15:49.175Z Compiling proc-macro-crate v1.3.1
20182024-10-18T22:15:49.265Z Compiling darling_core v0.20.10
20192024-10-18T22:15:49.292Z Checking ipnetwork v0.20.0
20202024-10-18T22:15:49.449Z Compiling structmeta-derive v0.3.0
20212024-10-18T22:15:49.531Z Compiling newtype-uuid v1.1.2
20222024-10-18T22:15:49.628Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20232024-10-18T22:15:49.840Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20242024-10-18T22:15:49.980Z Compiling lzma-sys v0.1.20
20252024-10-18T22:15:50.191Z Compiling foreign-types-macros v0.2.3
20262024-10-18T22:15:50.206Z Checking regress v0.10.1
20272024-10-18T22:15:50.231Z Compiling num_enum_derive v0.5.11
20282024-10-18T22:15:50.762Z Compiling serde_yaml v0.9.34+deprecated
20292024-10-18T22:15:51.034Z Checking foreign-types-shared v0.3.1
20302024-10-18T22:15:51.120Z Checking arc-swap v1.7.1
20312024-10-18T22:15:51.422Z Checking foreign-types v0.5.0
20322024-10-18T22:15:51.541Z Checking slog-scope v4.4.0
20332024-10-18T22:15:51.594Z Compiling proc-macro-error v1.0.4
20342024-10-18T22:15:52.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20352024-10-18T22:15:52.298Z Checking tungstenite v0.21.0
20362024-10-18T22:15:52.390Z Compiling heck v0.3.3
20372024-10-18T22:15:52.408Z Compiling structmeta v0.3.0
20382024-10-18T22:15:52.814Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20392024-10-18T22:15:52.837Z Checking num_enum v0.5.11
20402024-10-18T22:15:52.856Z Compiling parse-display-derive v0.10.0
20412024-10-18T22:15:52.985Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20422024-10-18T22:15:53.162Z Checking cstr-argument v0.1.2
20432024-10-18T22:15:53.334Z Checking instant v0.1.13
20442024-10-18T22:15:53.444Z Checking pretty-hex v0.2.1
20452024-10-18T22:15:53.603Z Checking fastrand v2.1.1
20462024-10-18T22:15:53.664Z Checking base64 v0.21.7
20472024-10-18T22:15:53.694Z Checking typify-impl v0.2.0
20482024-10-18T22:15:53.717Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20492024-10-18T22:15:53.930Z Checking tempfile v3.13.0
20502024-10-18T22:15:54.024Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20512024-10-18T22:15:54.160Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522024-10-18T22:15:54.278Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20532024-10-18T22:15:54.308Z Checking backoff v0.4.0
20542024-10-18T22:15:54.548Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20552024-10-18T22:15:54.605Z Checking tokio-tungstenite v0.21.0
20562024-10-18T22:15:54.849Z Checking strum v0.26.3
20572024-10-18T22:15:54.926Z Compiling zone_cfg_derive v0.1.2
20582024-10-18T22:15:55.002Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20592024-10-18T22:15:55.082Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20602024-10-18T22:15:55.305Z Checking slog-stdlog v4.1.1
20612024-10-18T22:15:55.471Z Checking regress v0.9.1
20622024-10-18T22:15:55.594Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20632024-10-18T22:15:55.748Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20642024-10-18T22:15:55.785Z Checking colored v2.1.0
20652024-10-18T22:15:56.029Z Checking macaddr v1.0.1
20662024-10-18T22:15:56.065Z Checking base64 v0.13.1
20672024-10-18T22:15:56.307Z Compiling darling_macro v0.20.10
20682024-10-18T22:15:56.328Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20692024-10-18T22:15:56.421Z Checking zone v0.1.8
20702024-10-18T22:15:56.465Z Checking ron v0.7.1
20712024-10-18T22:15:56.830Z Checking xz2 v0.1.7
20722024-10-18T22:15:57.100Z Checking slog-envlogger v2.2.0
20732024-10-18T22:15:57.116Z Checking tabwriter v1.4.0
20742024-10-18T22:15:57.326Z Checking xattr v1.3.1
20752024-10-18T22:15:57.357Z Checking pem v3.0.4
20762024-10-18T22:15:57.378Z Compiling darling v0.20.10
20772024-10-18T22:15:57.495Z Compiling serde_with_macros v3.11.0
20782024-10-18T22:15:57.510Z Checking parse-display v0.10.0
20792024-10-18T22:15:57.525Z Checking yasna v0.5.2
20802024-10-18T22:15:57.563Z Checking headers-core v0.3.0
20812024-10-18T22:15:57.599Z Checking smf v0.2.3
20822024-10-18T22:15:57.700Z Checking filetime v0.2.25
20832024-10-18T22:15:57.723Z Checking same-file v1.0.6
20842024-10-18T22:15:57.896Z Checking walkdir v2.5.0
20852024-10-18T22:15:57.908Z Checking tar v0.4.42
20862024-10-18T22:15:58.028Z Checking headers v0.4.0
20872024-10-18T22:15:58.106Z Checking camino-tempfile v1.1.1
20882024-10-18T22:15:58.165Z Checking atomicwrites v0.4.4
20892024-10-18T22:15:58.351Z Checking rcgen v0.12.1
20902024-10-18T22:15:58.354Z Checking subprocess v0.2.9
20912024-10-18T22:15:59.756Z Checking serde_with v3.11.0
20922024-10-18T22:16:02.335Z Compiling typify-macro v0.2.0
20932024-10-18T22:16:04.218Z Compiling typify v0.2.0
20942024-10-18T22:16:04.284Z Compiling progenitor-impl v0.8.0
20952024-10-18T22:16:07.399Z Compiling progenitor-macro v0.8.0
20962024-10-18T22:16:13.659Z Checking progenitor v0.8.0
20972024-10-18T22:16:13.785Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20982024-10-18T22:16:13.788Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20992024-10-18T22:16:16.398Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21002024-10-18T22:16:16.676Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21012024-10-18T22:16:22.936Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21022024-10-18T22:16:24.461Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21032024-10-18T22:16:25.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.30s
21042024-10-18T22:16:25.800Z
21052024-10-18T22:16:25.800Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/167)
21062024-10-18T22:16:26.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072024-10-18T22:16:26.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082024-10-18T22:16:26.475Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21092024-10-18T22:16:27.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
21102024-10-18T22:16:27.963Z
21112024-10-18T22:16:27.963Zinfo: running `cargo check --bins` on nexus-config (31/167)
21122024-10-18T22:16:28.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132024-10-18T22:16:28.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142024-10-18T22:16:28.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152024-10-18T22:16:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21162024-10-18T22:16:28.625Z
21172024-10-18T22:16:28.625Zinfo: running `cargo check --bins` on omicron-rpaths (32/167)
21182024-10-18T22:16:29.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192024-10-18T22:16:29.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202024-10-18T22:16:29.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212024-10-18T22:16:29.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21222024-10-18T22:16:29.265Z
21232024-10-18T22:16:29.265Zinfo: running `cargo check --bins` on omicron-certificates (33/167)
21242024-10-18T22:16:29.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-10-18T22:16:29.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-10-18T22:16:29.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272024-10-18T22:16:29.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21282024-10-18T22:16:29.915Z
21292024-10-18T22:16:29.915Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/167)
21302024-10-18T22:16:30.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312024-10-18T22:16:30.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322024-10-18T22:16:30.613Z Compiling progenitor-client v0.8.0
21332024-10-18T22:16:30.613Z Compiling heapless v0.8.0
21342024-10-18T22:16:30.616Z Compiling prettyplease v0.2.22
21352024-10-18T22:16:30.616Z Compiling newtype-uuid v1.1.2
21362024-10-18T22:16:30.616Z Compiling ipnetwork v0.20.0
21372024-10-18T22:16:30.616Z Checking hash32 v0.3.1
21382024-10-18T22:16:30.616Z Compiling instant v0.1.13
21392024-10-18T22:16:30.616Z Compiling smoltcp v0.11.0
21402024-10-18T22:16:30.859Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21412024-10-18T22:16:30.911Z Compiling backoff v0.4.0
21422024-10-18T22:16:30.978Z Compiling serde_with v3.11.0
21432024-10-18T22:16:31.027Z Compiling progenitor v0.8.0
21442024-10-18T22:16:31.048Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21452024-10-18T22:16:31.113Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21462024-10-18T22:16:31.226Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21472024-10-18T22:16:31.239Z Compiling parse-display v0.10.0
21482024-10-18T22:16:31.364Z Checking num-rational v0.4.2
21492024-10-18T22:16:31.490Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21502024-10-18T22:16:31.646Z Compiling regress v0.9.1
21512024-10-18T22:16:31.868Z Compiling phf_generator v0.11.2
21522024-10-18T22:16:31.907Z Checking num-complex v0.4.6
21532024-10-18T22:16:32.045Z Compiling macaddr v1.0.1
21542024-10-18T22:16:32.480Z Checking cobs v0.2.3
21552024-10-18T22:16:32.648Z Checking postcard v1.0.10
21562024-10-18T22:16:32.830Z Checking num v0.4.3
21572024-10-18T22:16:33.026Z Compiling phf_codegen v0.11.2
21582024-10-18T22:16:33.040Z Compiling parse-zoneinfo v0.3.1
21592024-10-18T22:16:33.177Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-18T22:16:33.228Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-10-18T22:16:33.377Z Compiling float-ord v0.3.2
21622024-10-18T22:16:33.491Z Compiling convert_case v0.4.0
21632024-10-18T22:16:33.557Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21642024-10-18T22:16:33.609Z Compiling chrono-tz-build v0.4.0
21652024-10-18T22:16:34.507Z Compiling derive_more v0.99.18
21662024-10-18T22:16:35.003Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21672024-10-18T22:16:35.099Z Compiling crucible-workspace-hack v0.1.0
21682024-10-18T22:16:35.381Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21692024-10-18T22:16:35.523Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21702024-10-18T22:16:35.729Z Compiling chrono-tz v0.10.0
21712024-10-18T22:16:36.407Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21722024-10-18T22:16:36.790Z Checking newline-converter v0.3.0
21732024-10-18T22:16:36.910Z Compiling slog-dtrace v0.3.0
21742024-10-18T22:16:36.932Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21752024-10-18T22:16:36.949Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-10-18T22:16:36.962Z Checking expectorate v1.1.0
21772024-10-18T22:16:37.135Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21782024-10-18T22:16:37.801Z Compiling zone_cfg_derive v0.3.0
21792024-10-18T22:16:38.067Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21802024-10-18T22:16:38.417Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21812024-10-18T22:16:38.462Z Checking itertools v0.13.0
21822024-10-18T22:16:38.802Z Compiling num-derive v0.4.2
21832024-10-18T22:16:39.015Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21842024-10-18T22:16:39.112Z Checking highway v1.2.0
21852024-10-18T22:16:39.287Z Checking zone v0.3.0
21862024-10-18T22:16:39.341Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21872024-10-18T22:16:39.504Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21882024-10-18T22:16:39.668Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21892024-10-18T22:16:40.047Z Checking gethostname v0.5.0
21902024-10-18T22:16:40.171Z Checking bcs v0.1.6
21912024-10-18T22:16:40.343Z Compiling async-recursion v1.1.1
21922024-10-18T22:16:41.056Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21932024-10-18T22:16:41.862Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21942024-10-18T22:16:41.865Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21952024-10-18T22:16:43.315Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21962024-10-18T22:16:50.440Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21972024-10-18T22:16:53.505Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21982024-10-18T22:16:53.744Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21992024-10-18T22:16:57.276Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22002024-10-18T22:16:58.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.39s
22012024-10-18T22:16:58.480Z
22022024-10-18T22:16:58.480Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/167)
22032024-10-18T22:16:59.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042024-10-18T22:16:59.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052024-10-18T22:16:59.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062024-10-18T22:16:59.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22072024-10-18T22:16:59.147Z
22082024-10-18T22:16:59.147Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/167)
22092024-10-18T22:16:59.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102024-10-18T22:16:59.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112024-10-18T22:16:59.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122024-10-18T22:16:59.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22132024-10-18T22:16:59.817Z
22142024-10-18T22:16:59.817Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/167)
22152024-10-18T22:17:00.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-10-18T22:17:00.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-10-18T22:17:00.500Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22182024-10-18T22:17:01.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
22192024-10-18T22:17:01.251Z
22202024-10-18T22:17:01.251Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (38/167)
22212024-10-18T22:17:01.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-10-18T22:17:01.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-10-18T22:17:01.950Z Compiling cfg_aliases v0.1.1
22242024-10-18T22:17:01.953Z Compiling vte_generate_state_changes v0.1.2
22252024-10-18T22:17:01.953Z Checking fd-lock v4.0.2
22262024-10-18T22:17:01.953Z Checking nibble_vec v0.1.0
22272024-10-18T22:17:01.953Z Checking endian-type v0.1.2
22282024-10-18T22:17:02.047Z Checking bytecount v0.6.8
22292024-10-18T22:17:02.056Z Compiling tabled_derive v0.7.0
22302024-10-18T22:17:02.068Z Compiling peg-macros v0.8.4
22312024-10-18T22:17:02.129Z Compiling nix v0.28.0
22322024-10-18T22:17:02.184Z Checking papergrid v0.11.0
22332024-10-18T22:17:02.217Z Compiling sqlparser_derive v0.2.2
22342024-10-18T22:17:02.246Z Checking unicode_categories v0.1.1
22352024-10-18T22:17:02.288Z Checking radix_trie v0.2.1
22362024-10-18T22:17:02.540Z Checking nu-ansi-term v0.50.1
22372024-10-18T22:17:02.644Z Checking vte v0.11.1
22382024-10-18T22:17:02.703Z Checking home v0.5.9
22392024-10-18T22:17:02.845Z Checking sqlformat v0.2.6
22402024-10-18T22:17:02.919Z Checking display-error-chain v0.2.1
22412024-10-18T22:17:03.292Z Checking sqlparser v0.45.0
22422024-10-18T22:17:04.007Z Checking strip-ansi-escapes v0.2.0
22432024-10-18T22:17:04.159Z Checking reedline v0.35.0
22442024-10-18T22:17:04.240Z Checking tabled v0.15.0
22452024-10-18T22:17:04.787Z Checking peg v0.8.4
22462024-10-18T22:17:05.216Z Checking rustyline v14.0.0
22472024-10-18T22:17:09.829Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22482024-10-18T22:17:15.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s
22492024-10-18T22:17:16.062Z
22502024-10-18T22:17:16.062Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/167)
22512024-10-18T22:17:16.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-10-18T22:17:16.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-10-18T22:17:16.763Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22542024-10-18T22:17:22.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.81s
22552024-10-18T22:17:23.058Z
22562024-10-18T22:17:23.058Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (40/167)
22572024-10-18T22:17:23.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-10-18T22:17:23.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-10-18T22:17:23.748Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22602024-10-18T22:17:28.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
22612024-10-18T22:17:28.603Z
22622024-10-18T22:17:28.603Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/167)
22632024-10-18T22:17:29.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-10-18T22:17:29.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-10-18T22:17:29.290Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22662024-10-18T22:17:34.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
22672024-10-18T22:17:34.806Z
22682024-10-18T22:17:34.806Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (42/167)
22692024-10-18T22:17:35.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702024-10-18T22:17:35.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712024-10-18T22:17:35.494Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22722024-10-18T22:17:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
22732024-10-18T22:17:41.536Z
22742024-10-18T22:17:41.536Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/167)
22752024-10-18T22:17:42.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762024-10-18T22:17:42.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772024-10-18T22:17:42.227Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22782024-10-18T22:17:46.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
22792024-10-18T22:17:46.858Z
22802024-10-18T22:17:46.858Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (44/167)
22812024-10-18T22:17:47.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822024-10-18T22:17:47.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832024-10-18T22:17:47.545Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22842024-10-18T22:17:52.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
22852024-10-18T22:17:52.653Z
22862024-10-18T22:17:52.653Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/167)
22872024-10-18T22:17:53.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882024-10-18T22:17:53.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892024-10-18T22:17:53.336Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22902024-10-18T22:17:58.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
22912024-10-18T22:17:59.129Z
22922024-10-18T22:17:59.129Zinfo: running `cargo check --bins` on oximeter (46/167)
22932024-10-18T22:17:59.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-10-18T22:17:59.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-10-18T22:17:59.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-10-18T22:17:59.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22972024-10-18T22:17:59.780Z
22982024-10-18T22:17:59.780Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/167)
22992024-10-18T22:18:00.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-10-18T22:18:00.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-10-18T22:18:00.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-10-18T22:18:00.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23032024-10-18T22:18:00.415Z
23042024-10-18T22:18:00.416Zinfo: running `cargo check --bins` on oximeter-schema (48/167)
23052024-10-18T22:18:00.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-10-18T22:18:01.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-10-18T22:18:01.081Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23082024-10-18T22:18:01.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
23092024-10-18T22:18:01.648Z
23102024-10-18T22:18:01.648Zinfo: running `cargo check --bins` on oximeter-types (49/167)
23112024-10-18T22:18:02.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-10-18T22:18:02.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-10-18T22:18:02.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-10-18T22:18:02.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23152024-10-18T22:18:02.319Z
23162024-10-18T22:18:02.320Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/167)
23172024-10-18T22:18:02.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-10-18T22:18:02.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-10-18T22:18:02.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-10-18T22:18:02.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23212024-10-18T22:18:02.990Z
23222024-10-18T22:18:02.990Zinfo: running `cargo check --bins` on oxql-types (51/167)
23232024-10-18T22:18:03.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-10-18T22:18:03.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-10-18T22:18:03.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-10-18T22:18:03.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23272024-10-18T22:18:03.649Z
23282024-10-18T22:18:03.649Zinfo: running `cargo check --bins` on oximeter-test-utils (52/167)
23292024-10-18T22:18:04.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-10-18T22:18:04.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-10-18T22:18:04.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-10-18T22:18:04.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23332024-10-18T22:18:04.329Z
23342024-10-18T22:18:04.329Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (53/167)
23352024-10-18T22:18:05.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-10-18T22:18:05.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-10-18T22:18:05.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-10-18T22:18:05.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23392024-10-18T22:18:05.091Z
23402024-10-18T22:18:05.091Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (54/167)
23412024-10-18T22:18:05.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-10-18T22:18:05.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-10-18T22:18:05.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-10-18T22:18:05.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
23452024-10-18T22:18:05.849Z
23462024-10-18T22:18:05.849Zinfo: running `cargo check --bins` on dns-server (55/167)
23472024-10-18T22:18:06.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-10-18T22:18:06.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-10-18T22:18:06.525Z Compiling parking_lot_core v0.8.6
23502024-10-18T22:18:06.527Z Checking fxhash v0.2.1
23512024-10-18T22:18:06.527Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23522024-10-18T22:18:06.527Z Checking hickory-server v0.24.1
23532024-10-18T22:18:06.527Z Checking hickory-client v0.24.1
23542024-10-18T22:18:07.209Z Checking parking_lot v0.11.2
23552024-10-18T22:18:07.253Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23562024-10-18T22:18:07.253Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23572024-10-18T22:18:07.438Z Checking sled v0.34.7
23582024-10-18T22:18:09.189Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23592024-10-18T22:18:10.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
23602024-10-18T22:18:10.505Z
23612024-10-18T22:18:10.505Zinfo: running `cargo check --bins` on dns-server-api (56/167)
23622024-10-18T22:18:11.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-10-18T22:18:11.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-10-18T22:18:11.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-10-18T22:18:11.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23662024-10-18T22:18:11.170Z
23672024-10-18T22:18:11.170Zinfo: running `cargo check --bins` on internal-dns-types (57/167)
23682024-10-18T22:18:11.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-10-18T22:18:11.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-10-18T22:18:11.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-10-18T22:18:11.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23722024-10-18T22:18:11.836Z
23732024-10-18T22:18:11.836Zinfo: running `cargo check --bins` on dns-service-client (58/167)
23742024-10-18T22:18:12.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-10-18T22:18:12.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-10-18T22:18:12.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-10-18T22:18:12.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23782024-10-18T22:18:12.503Z
23792024-10-18T22:18:12.503Zinfo: running `cargo check --bins` on gateway-test-utils (59/167)
23802024-10-18T22:18:13.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-10-18T22:18:13.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-10-18T22:18:13.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-10-18T22:18:13.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
23842024-10-18T22:18:13.225Z
23852024-10-18T22:18:13.225Zinfo: running `cargo check --bins` on gateway-types (60/167)
23862024-10-18T22:18:13.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-10-18T22:18:13.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-10-18T22:18:13.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-10-18T22:18:13.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23902024-10-18T22:18:13.894Z
23912024-10-18T22:18:13.894Zinfo: running `cargo check --bins` on ipcc (61/167)
23922024-10-18T22:18:14.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-10-18T22:18:14.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-10-18T22:18:14.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-10-18T22:18:14.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23962024-10-18T22:18:14.547Z
23972024-10-18T22:18:14.547Zinfo: running `cargo check --bins` on omicron-gateway (62/167)
23982024-10-18T22:18:15.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-10-18T22:18:15.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-10-18T22:18:15.273Z Compiling radium v0.7.0
24012024-10-18T22:18:15.274Z Compiling semver v0.1.20
24022024-10-18T22:18:15.276Z Compiling maybe-uninit v2.0.0
24032024-10-18T22:18:15.276Z Checking tap v1.0.1
24042024-10-18T22:18:15.392Z Checking password-hash v0.5.0
24052024-10-18T22:18:15.402Z Checking blake2 v0.10.6
24062024-10-18T22:18:15.405Z Compiling bzip2-sys v0.1.11+1.0.8
24072024-10-18T22:18:15.405Z Checking crc-catalog v2.4.0
24082024-10-18T22:18:15.519Z Checking wyz v0.5.1
24092024-10-18T22:18:15.569Z Checking funty v2.0.0
24102024-10-18T22:18:15.818Z Compiling rustc_version v0.1.7
24112024-10-18T22:18:15.836Z Compiling packed_struct v0.10.1
24122024-10-18T22:18:15.892Z Compiling owo-colors v4.1.0
24132024-10-18T22:18:15.911Z Compiling cancel-safe-futures v0.1.5
24142024-10-18T22:18:16.063Z Checking argon2 v0.5.3
24152024-10-18T22:18:16.197Z Checking crc v3.2.1
24162024-10-18T22:18:16.210Z Compiling packed_struct_codegen v0.10.1
24172024-10-18T22:18:16.263Z Compiling newtype_derive v0.1.6
24182024-10-18T22:18:16.312Z Compiling indexmap v1.9.3
24192024-10-18T22:18:16.326Z Checking half v2.4.1
24202024-10-18T22:18:16.467Z Checking bitvec v1.0.1
24212024-10-18T22:18:16.613Z Checking nodrop v0.1.14
24222024-10-18T22:18:16.630Z Checking ciborium-io v0.2.2
24232024-10-18T22:18:16.633Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24242024-10-18T22:18:16.671Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24252024-10-18T22:18:16.730Z Checking array-init v0.0.4
24262024-10-18T22:18:16.770Z Checking ciborium-ll v0.2.2
24272024-10-18T22:18:16.952Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24282024-10-18T22:18:17.058Z Checking smallvec v0.6.14
24292024-10-18T22:18:17.305Z Checking libsw v3.3.1
24302024-10-18T22:18:17.370Z Compiling memoffset v0.9.1
24312024-10-18T22:18:17.552Z Checking termcolor v1.4.1
24322024-10-18T22:18:17.579Z Checking swrite v0.1.0
24332024-10-18T22:18:17.677Z Checking indent_write v2.2.0
24342024-10-18T22:18:17.680Z Checking linear-map v1.2.0
24352024-10-18T22:18:17.708Z Checking hashbrown v0.12.3
24362024-10-18T22:18:17.724Z Checking bitfield v0.14.0
24372024-10-18T22:18:17.877Z Checking bzip2 v0.4.4
24382024-10-18T22:18:17.971Z Checking env_logger v0.10.2
24392024-10-18T22:18:17.986Z Checking ron v0.8.1
24402024-10-18T22:18:18.142Z Checking serde-hex v0.1.0
24412024-10-18T22:18:18.158Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24422024-10-18T22:18:18.384Z Checking ciborium v0.2.2
24432024-10-18T22:18:18.782Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24442024-10-18T22:18:19.188Z Checking steno v0.4.1
24452024-10-18T22:18:19.262Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24462024-10-18T22:18:19.384Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24472024-10-18T22:18:19.403Z Checking hashbrown v0.13.2
24482024-10-18T22:18:19.519Z Checking crc-any v2.5.0
24492024-10-18T22:18:19.603Z Checking humantime v2.1.0
24502024-10-18T22:18:19.882Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24512024-10-18T22:18:19.900Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24522024-10-18T22:18:20.115Z Checking zip v0.6.6
24532024-10-18T22:18:20.445Z Checking object v0.30.4
24542024-10-18T22:18:20.563Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24552024-10-18T22:18:20.801Z Checking path-slash v0.1.5
24562024-10-18T22:18:20.926Z Checking nix v0.27.1
24572024-10-18T22:18:20.941Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24582024-10-18T22:18:21.444Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24592024-10-18T22:18:21.752Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24602024-10-18T22:18:22.012Z Checking kstat-rs v0.2.4
24612024-10-18T22:18:22.067Z Checking signal-hook-tokio v0.3.1
24622024-10-18T22:18:22.342Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24632024-10-18T22:18:22.641Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24642024-10-18T22:18:23.412Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24652024-10-18T22:18:23.661Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24662024-10-18T22:18:29.625Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24672024-10-18T22:18:30.887Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24682024-10-18T22:18:33.762Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24692024-10-18T22:18:39.091Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24702024-10-18T22:18:39.724Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24712024-10-18T22:18:42.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.80s
24722024-10-18T22:18:42.541Z
24732024-10-18T22:18:42.541Zinfo: running `cargo check --bins` on gateway-api (63/167)
24742024-10-18T22:18:43.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-10-18T22:18:43.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-10-18T22:18:43.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-10-18T22:18:43.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24782024-10-18T22:18:43.200Z
24792024-10-18T22:18:43.200Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (64/167)
24802024-10-18T22:18:43.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-10-18T22:18:43.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-10-18T22:18:43.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-10-18T22:18:43.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24842024-10-18T22:18:43.837Z
24852024-10-18T22:18:43.837Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (65/167)
24862024-10-18T22:18:44.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-10-18T22:18:44.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-10-18T22:18:44.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-10-18T22:18:44.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24902024-10-18T22:18:44.494Z
24912024-10-18T22:18:44.494Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (66/167)
24922024-10-18T22:18:45.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-10-18T22:18:45.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-10-18T22:18:45.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-10-18T22:18:45.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24962024-10-18T22:18:45.149Z
24972024-10-18T22:18:45.149Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (67/167)
24982024-10-18T22:18:45.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-10-18T22:18:45.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-10-18T22:18:45.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-10-18T22:18:45.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25022024-10-18T22:18:45.818Z
25032024-10-18T22:18:45.819Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (68/167)
25042024-10-18T22:18:46.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-10-18T22:18:46.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-10-18T22:18:46.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-10-18T22:18:46.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25082024-10-18T22:18:46.475Z
25092024-10-18T22:18:46.475Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (69/167)
25102024-10-18T22:18:47.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-10-18T22:18:47.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-10-18T22:18:47.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-10-18T22:18:47.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25142024-10-18T22:18:47.142Z
25152024-10-18T22:18:47.142Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (70/167)
25162024-10-18T22:18:47.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-10-18T22:18:47.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-10-18T22:18:47.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-10-18T22:18:47.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25202024-10-18T22:18:47.808Z
25212024-10-18T22:18:47.808Zinfo: running `cargo check --bins` on oximeter-producer (71/167)
25222024-10-18T22:18:48.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-10-18T22:18:48.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-10-18T22:18:48.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-10-18T22:18:48.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25262024-10-18T22:18:48.488Z
25272024-10-18T22:18:48.488Zinfo: running `cargo check --bins` on internal-dns-resolver (72/167)
25282024-10-18T22:18:49.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-10-18T22:18:49.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-10-18T22:18:49.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-10-18T22:18:49.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25322024-10-18T22:18:49.144Z
25332024-10-18T22:18:49.144Zinfo: running `cargo check --bins` on nexus-client (73/167)
25342024-10-18T22:18:49.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-10-18T22:18:49.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-10-18T22:18:49.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-10-18T22:18:49.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25382024-10-18T22:18:49.828Z
25392024-10-18T22:18:49.828Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (74/167)
25402024-10-18T22:18:50.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-10-18T22:18:50.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-10-18T22:18:50.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-10-18T22:18:50.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25442024-10-18T22:18:50.496Z
25452024-10-18T22:18:50.496Zinfo: running `cargo check --bins` on omicron-passwords (75/167)
25462024-10-18T22:18:51.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-10-18T22:18:51.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-10-18T22:18:51.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-10-18T22:18:51.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25502024-10-18T22:18:51.139Z
25512024-10-18T22:18:51.139Zinfo: running `cargo check --bins` on nexus-types (76/167)
25522024-10-18T22:18:51.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-10-18T22:18:51.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-10-18T22:18:51.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-10-18T22:18:51.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25562024-10-18T22:18:51.817Z
25572024-10-18T22:18:51.818Zinfo: running `cargo check --bins` on gateway-client (77/167)
25582024-10-18T22:18:52.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-10-18T22:18:52.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-10-18T22:18:52.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-10-18T22:18:52.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25622024-10-18T22:18:52.458Z
25632024-10-18T22:18:52.458Zinfo: running `cargo check --bins` on update-engine (78/167)
25642024-10-18T22:18:53.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-10-18T22:18:53.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-10-18T22:18:53.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-10-18T22:18:53.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25682024-10-18T22:18:53.104Z
25692024-10-18T22:18:53.104Zinfo: running `cargo check --bins` on sp-sim (79/167)
25702024-10-18T22:18:53.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-10-18T22:18:53.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-10-18T22:18:53.766Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25732024-10-18T22:18:55.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
25742024-10-18T22:18:55.642Z
25752024-10-18T22:18:55.642Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (80/167)
25762024-10-18T22:18:56.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-10-18T22:18:56.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-10-18T22:18:56.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-10-18T22:18:56.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25802024-10-18T22:18:56.343Z
25812024-10-18T22:18:56.343Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (81/167)
25822024-10-18T22:18:56.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-10-18T22:18:56.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-10-18T22:18:56.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-10-18T22:18:56.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25862024-10-18T22:18:57.052Z
25872024-10-18T22:18:57.052Zinfo: running `cargo check --bins` on db-macros (82/167)
25882024-10-18T22:18:57.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-10-18T22:18:57.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-10-18T22:18:57.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-10-18T22:18:57.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25922024-10-18T22:18:57.696Z
25932024-10-18T22:18:57.696Zinfo: running `cargo check --bins` on nexus-macros-common (83/167)
25942024-10-18T22:18:58.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-10-18T22:18:58.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-10-18T22:18:58.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-10-18T22:18:58.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25982024-10-18T22:18:58.335Z
25992024-10-18T22:18:58.335Zinfo: running `cargo check --bins` on nexus-auth (84/167)
26002024-10-18T22:18:58.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-10-18T22:18:58.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-10-18T22:18:58.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-10-18T22:18:58.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26042024-10-18T22:18:59.043Z
26052024-10-18T22:18:59.043Zinfo: running `cargo check --bins` on authz-macros (85/167)
26062024-10-18T22:18:59.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-10-18T22:18:59.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-10-18T22:18:59.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-10-18T22:18:59.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26102024-10-18T22:18:59.679Z
26112024-10-18T22:18:59.679Zinfo: running `cargo check --bins` on nexus-db-fixed-data (86/167)
26122024-10-18T22:19:00.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-10-18T22:19:00.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-10-18T22:19:00.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-10-18T22:19:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26162024-10-18T22:19:00.362Z
26172024-10-18T22:19:00.362Zinfo: running `cargo check --bins` on nexus-db-model (87/167)
26182024-10-18T22:19:00.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-10-18T22:19:00.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-10-18T22:19:00.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-10-18T22:19:00.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26222024-10-18T22:19:01.054Z
26232024-10-18T22:19:01.054Zinfo: running `cargo check --bins` on nexus-defaults (88/167)
26242024-10-18T22:19:01.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-10-18T22:19:01.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-10-18T22:19:01.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-10-18T22:19:01.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26282024-10-18T22:19:01.716Z
26292024-10-18T22:19:01.717Zinfo: running `cargo check --bins` on sled-agent-client (89/167)
26302024-10-18T22:19:02.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-10-18T22:19:02.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-10-18T22:19:02.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-10-18T22:19:02.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26342024-10-18T22:19:02.383Z
26352024-10-18T22:19:02.383Zinfo: running `cargo check --bins` on nexus-inventory (90/167)
26362024-10-18T22:19:02.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-10-18T22:19:02.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-10-18T22:19:02.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-10-18T22:19:02.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26402024-10-18T22:19:03.066Z
26412024-10-18T22:19:03.066Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (91/167)
26422024-10-18T22:19:03.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-10-18T22:19:03.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-10-18T22:19:03.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-10-18T22:19:03.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26462024-10-18T22:19:03.728Z
26472024-10-18T22:19:03.729Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (92/167)
26482024-10-18T22:19:04.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-10-18T22:19:04.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-10-18T22:19:04.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-10-18T22:19:04.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26522024-10-18T22:19:04.383Z
26532024-10-18T22:19:04.383Zinfo: running `cargo check --bins` on typed-rng (93/167)
26542024-10-18T22:19:04.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-10-18T22:19:04.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-10-18T22:19:04.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-10-18T22:19:04.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26582024-10-18T22:19:05.022Z
26592024-10-18T22:19:05.023Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (94/167)
26602024-10-18T22:19:05.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-10-18T22:19:05.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-10-18T22:19:05.781Z Checking keccak v0.1.5
26632024-10-18T22:19:05.885Z Checking secrecy v0.8.0
26642024-10-18T22:19:05.889Z Compiling unicase v2.7.0
26652024-10-18T22:19:05.889Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26662024-10-18T22:19:05.889Z Compiling same-file v1.0.6
26672024-10-18T22:19:05.894Z Compiling tempfile v3.13.0
26682024-10-18T22:19:05.935Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26692024-10-18T22:19:05.945Z Compiling thiserror-impl-no-std v2.0.2
26702024-10-18T22:19:06.056Z Compiling walkdir v2.5.0
26712024-10-18T22:19:06.161Z Checking sha3 v0.10.8
26722024-10-18T22:19:06.164Z Checking universal-hash v0.5.1
26732024-10-18T22:19:06.225Z Compiling ring v0.16.20
26742024-10-18T22:19:06.343Z Compiling blake3 v1.5.4
26752024-10-18T22:19:06.366Z Checking opaque-debug v0.3.1
26762024-10-18T22:19:06.455Z Checking poly1305 v0.8.0
26772024-10-18T22:19:06.589Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26782024-10-18T22:19:06.759Z Checking chacha20 v0.9.1
26792024-10-18T22:19:06.782Z Checking aead v0.5.2
26802024-10-18T22:19:06.811Z Compiling memmap2 v0.9.5
26812024-10-18T22:19:06.894Z Compiling home v0.5.9
26822024-10-18T22:19:06.957Z Compiling libefi-sys v0.1.0
26832024-10-18T22:19:06.984Z Compiling arrayvec v0.7.6
26842024-10-18T22:19:07.094Z Compiling arrayref v0.3.9
26852024-10-18T22:19:07.151Z Compiling salty v0.3.0
26862024-10-18T22:19:07.200Z Compiling untrusted v0.7.1
26872024-10-18T22:19:07.244Z Compiling spin v0.5.2
26882024-10-18T22:19:07.261Z Compiling constant_time_eq v0.3.1
26892024-10-18T22:19:07.381Z Checking chacha20poly1305 v0.10.1
26902024-10-18T22:19:07.398Z Compiling toolchain_find v0.4.0
26912024-10-18T22:19:07.566Z Compiling camino-tempfile v1.1.1
26922024-10-18T22:19:07.590Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26932024-10-18T22:19:07.688Z Compiling bitfield-struct v0.6.2
26942024-10-18T22:19:07.844Z Compiling topological-sort v0.2.2
26952024-10-18T22:19:08.018Z Compiling mime_guess v2.0.5
26962024-10-18T22:19:08.066Z Compiling rustfmt-wrapper v0.2.1
26972024-10-18T22:19:08.523Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26982024-10-18T22:19:08.577Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26992024-10-18T22:19:08.623Z Checking primeorder v0.13.6
27002024-10-18T22:19:08.809Z Checking env_filter v0.1.2
27012024-10-18T22:19:08.911Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27022024-10-18T22:19:09.079Z Checking env_logger v0.11.5
27032024-10-18T22:19:09.139Z Checking p384 v0.13.0
27042024-10-18T22:19:09.139Z Checking thiserror-no-std v2.0.2
27052024-10-18T22:19:09.162Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27062024-10-18T22:19:09.186Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27072024-10-18T22:19:09.225Z Checking vsss-rs v3.3.4
27082024-10-18T22:19:09.313Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27092024-10-18T22:19:09.548Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27102024-10-18T22:19:09.662Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27112024-10-18T22:19:09.706Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27122024-10-18T22:19:09.806Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27132024-10-18T22:19:09.991Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27142024-10-18T22:19:10.156Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152024-10-18T22:19:10.159Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27162024-10-18T22:19:10.377Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27172024-10-18T22:19:10.426Z Checking nanorand v0.7.0
27182024-10-18T22:19:10.453Z Checking atty v0.2.14
27192024-10-18T22:19:10.521Z Checking http-range v0.1.5
27202024-10-18T22:19:10.576Z Checking glob v0.3.1
27212024-10-18T22:19:10.702Z Checking hyper-staticfile v0.10.1
27222024-10-18T22:19:10.773Z Checking flume v0.11.0
27232024-10-18T22:19:10.891Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27242024-10-18T22:19:11.221Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27252024-10-18T22:19:11.497Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27262024-10-18T22:19:11.591Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27272024-10-18T22:19:11.975Z Compiling omicron-zone-package v0.11.1
27282024-10-18T22:19:12.212Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27292024-10-18T22:19:12.882Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27302024-10-18T22:19:13.367Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27312024-10-18T22:19:13.434Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27322024-10-18T22:19:14.760Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27332024-10-18T22:19:16.211Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27342024-10-18T22:19:17.471Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352024-10-18T22:19:17.474Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362024-10-18T22:19:28.140Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27372024-10-18T22:19:40.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
27382024-10-18T22:19:40.319Z
27392024-10-18T22:19:40.319Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (95/167)
27402024-10-18T22:19:40.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-10-18T22:19:40.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-10-18T22:19:41.069Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27432024-10-18T22:19:53.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s
27442024-10-18T22:19:53.368Z
27452024-10-18T22:19:53.368Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (96/167)
27462024-10-18T22:19:54.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-10-18T22:19:54.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-10-18T22:19:54.136Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27492024-10-18T22:20:06.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s
27502024-10-18T22:20:06.411Z
27512024-10-18T22:20:06.411Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (97/167)
27522024-10-18T22:20:07.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-10-18T22:20:07.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-10-18T22:20:07.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27552024-10-18T22:20:19.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s
27562024-10-18T22:20:19.461Z
27572024-10-18T22:20:19.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (98/167)
27582024-10-18T22:20:20.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-10-18T22:20:20.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-10-18T22:20:20.214Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27612024-10-18T22:20:32.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
27622024-10-18T22:20:32.562Z
27632024-10-18T22:20:32.562Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (99/167)
27642024-10-18T22:20:33.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-10-18T22:20:33.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-10-18T22:20:33.329Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27672024-10-18T22:20:45.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s
27682024-10-18T22:20:45.654Z
27692024-10-18T22:20:45.654Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (100/167)
27702024-10-18T22:20:46.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-10-18T22:20:46.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-10-18T22:20:46.415Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27732024-10-18T22:20:58.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.93s
27742024-10-18T22:20:58.765Z
27752024-10-18T22:20:58.765Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (101/167)
27762024-10-18T22:20:59.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-10-18T22:20:59.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-10-18T22:20:59.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792024-10-18T22:21:11.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
27802024-10-18T22:21:11.842Z
27812024-10-18T22:21:11.842Zinfo: running `cargo check --bins` on bootstrap-agent-api (102/167)
27822024-10-18T22:21:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-10-18T22:21:12.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-10-18T22:21:12.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-10-18T22:21:12.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27862024-10-18T22:21:12.528Z
27872024-10-18T22:21:12.528Zinfo: running `cargo check --bins` on sled-agent-types (103/167)
27882024-10-18T22:21:13.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-10-18T22:21:13.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-10-18T22:21:13.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-10-18T22:21:13.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27922024-10-18T22:21:13.216Z
27932024-10-18T22:21:13.216Zinfo: running `cargo check --bins` on bootstrap-agent-client (104/167)
27942024-10-18T22:21:13.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-10-18T22:21:13.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-10-18T22:21:13.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-10-18T22:21:13.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27982024-10-18T22:21:13.885Z
27992024-10-18T22:21:13.885Zinfo: running `cargo check --bins` on dpd-client (105/167)
28002024-10-18T22:21:14.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-10-18T22:21:14.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-10-18T22:21:14.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-10-18T22:21:14.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28042024-10-18T22:21:14.538Z
28052024-10-18T22:21:14.538Zinfo: running `cargo check --bins` on installinator-common (106/167)
28062024-10-18T22:21:15.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-10-18T22:21:15.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-10-18T22:21:15.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-10-18T22:21:15.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28102024-10-18T22:21:15.204Z
28112024-10-18T22:21:15.204Zinfo: running `cargo check --bins` on key-manager (107/167)
28122024-10-18T22:21:15.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-10-18T22:21:15.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-10-18T22:21:15.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-10-18T22:21:15.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28162024-10-18T22:21:15.858Z
28172024-10-18T22:21:15.858Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (108/167)
28182024-10-18T22:21:16.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-10-18T22:21:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-10-18T22:21:16.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-10-18T22:21:16.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28222024-10-18T22:21:16.531Z
28232024-10-18T22:21:16.531Zinfo: running `cargo check --bins` on sled-agent-api (109/167)
28242024-10-18T22:21:17.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-10-18T22:21:17.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-10-18T22:21:17.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-10-18T22:21:17.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28282024-10-18T22:21:17.209Z
28292024-10-18T22:21:17.209Zinfo: running `cargo check --bins` on sled-hardware (110/167)
28302024-10-18T22:21:17.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-10-18T22:21:17.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-10-18T22:21:17.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-10-18T22:21:17.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28342024-10-18T22:21:17.875Z
28352024-10-18T22:21:17.876Zinfo: running `cargo check --bins --no-default-features` on sled-storage (111/167)
28362024-10-18T22:21:18.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-10-18T22:21:18.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-10-18T22:21:18.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-10-18T22:21:18.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28402024-10-18T22:21:18.538Z
28412024-10-18T22:21:18.538Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (112/167)
28422024-10-18T22:21:19.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-10-18T22:21:19.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-10-18T22:21:19.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-10-18T22:21:19.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28462024-10-18T22:21:19.219Z
28472024-10-18T22:21:19.219Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (113/167)
28482024-10-18T22:21:19.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-10-18T22:21:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-10-18T22:21:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-10-18T22:21:19.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28522024-10-18T22:21:19.900Z
28532024-10-18T22:21:19.900Zinfo: running `cargo check --bins` on nexus-test-interface (114/167)
28542024-10-18T22:21:20.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-10-18T22:21:20.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-10-18T22:21:20.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-10-18T22:21:20.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28582024-10-18T22:21:20.579Z
28592024-10-18T22:21:20.579Zinfo: running `cargo check --bins` on oximeter-collector (115/167)
28602024-10-18T22:21:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-10-18T22:21:21.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-10-18T22:21:21.292Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28632024-10-18T22:21:21.292Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28642024-10-18T22:21:22.016Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28652024-10-18T22:21:23.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28662024-10-18T22:21:23.950Z
28672024-10-18T22:21:23.950Zinfo: running `cargo check --bins` on oximeter-api (116/167)
28682024-10-18T22:21:24.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-10-18T22:21:24.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-10-18T22:21:24.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-10-18T22:21:24.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28722024-10-18T22:21:24.611Z
28732024-10-18T22:21:24.611Zinfo: running `cargo check --bins` on oximeter-client (117/167)
28742024-10-18T22:21:25.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-10-18T22:21:25.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-10-18T22:21:25.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-10-18T22:21:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28782024-10-18T22:21:25.275Z
28792024-10-18T22:21:25.275Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (118/167)
28802024-10-18T22:21:25.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-10-18T22:21:25.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-10-18T22:21:25.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-10-18T22:21:25.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28842024-10-18T22:21:25.936Z
28852024-10-18T22:21:25.936Zinfo: running `cargo check --bins` on cockroach-admin-client (119/167)
28862024-10-18T22:21:26.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-10-18T22:21:26.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-10-18T22:21:26.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-10-18T22:21:26.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28902024-10-18T22:21:26.591Z
28912024-10-18T22:21:26.591Zinfo: running `cargo check --bins` on installinator-client (120/167)
28922024-10-18T22:21:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-10-18T22:21:27.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-10-18T22:21:27.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-10-18T22:21:27.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28962024-10-18T22:21:27.267Z
28972024-10-18T22:21:27.267Zinfo: running `cargo check --bins` on oxide-client (121/167)
28982024-10-18T22:21:27.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-10-18T22:21:27.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-10-18T22:21:27.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-10-18T22:21:27.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29022024-10-18T22:21:27.922Z
29032024-10-18T22:21:27.923Zinfo: running `cargo check --bins` on wicketd-client (122/167)
29042024-10-18T22:21:28.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-10-18T22:21:28.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-10-18T22:21:28.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-10-18T22:21:28.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29082024-10-18T22:21:28.616Z
29092024-10-18T22:21:28.616Zinfo: running `cargo check --bins` on wicket-common (123/167)
29102024-10-18T22:21:29.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-10-18T22:21:29.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-10-18T22:21:29.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-10-18T22:21:29.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29142024-10-18T22:21:29.294Z
29152024-10-18T22:21:29.294Zinfo: running `cargo check --bins` on omicron-cockroach-admin (124/167)
29162024-10-18T22:21:29.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-10-18T22:21:29.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-10-18T22:21:29.985Z Checking csv-core v0.1.11
29192024-10-18T22:21:29.987Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29202024-10-18T22:21:30.281Z Checking csv v1.3.0
29212024-10-18T22:21:30.801Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29222024-10-18T22:21:31.127Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29232024-10-18T22:21:32.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
29242024-10-18T22:21:32.462Z
29252024-10-18T22:21:32.462Zinfo: running `cargo check --bins` on cockroach-admin-api (125/167)
29262024-10-18T22:21:33.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-10-18T22:21:33.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-10-18T22:21:33.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292024-10-18T22:21:33.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29302024-10-18T22:21:33.126Z
29312024-10-18T22:21:33.126Zinfo: running `cargo check --bins` on cockroach-admin-types (126/167)
29322024-10-18T22:21:33.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332024-10-18T22:21:33.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342024-10-18T22:21:33.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352024-10-18T22:21:33.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29362024-10-18T22:21:33.795Z
29372024-10-18T22:21:33.795Zinfo: running `cargo check --bins` on cert-dev (127/167)
29382024-10-18T22:21:34.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392024-10-18T22:21:34.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402024-10-18T22:21:34.431Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29412024-10-18T22:21:34.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29422024-10-18T22:21:34.837Z
29432024-10-18T22:21:34.837Zinfo: running `cargo check --bins` on ch-dev (128/167)
29442024-10-18T22:21:35.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-10-18T22:21:35.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-10-18T22:21:35.514Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29472024-10-18T22:21:36.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
29482024-10-18T22:21:36.353Z
29492024-10-18T22:21:36.353Zinfo: running `cargo check --bins` on crdb-seed (129/167)
29502024-10-18T22:21:36.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-10-18T22:21:36.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-10-18T22:21:37.036Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29532024-10-18T22:21:37.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29542024-10-18T22:21:37.525Z
29552024-10-18T22:21:37.525Zinfo: running `cargo check --bins` on db-dev (130/167)
29562024-10-18T22:21:38.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-10-18T22:21:38.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-10-18T22:21:38.204Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29592024-10-18T22:21:38.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
29602024-10-18T22:21:39.051Z
29612024-10-18T22:21:39.052Zinfo: running `cargo check --bins` on omicron-dev-lib (131/167)
29622024-10-18T22:21:39.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-10-18T22:21:39.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-10-18T22:21:39.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652024-10-18T22:21:39.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29662024-10-18T22:21:39.722Z
29672024-10-18T22:21:39.722Zinfo: running `cargo check --bins` on xtask-downloader (132/167)
29682024-10-18T22:21:40.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-10-18T22:21:40.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-10-18T22:21:40.605Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29712024-10-18T22:21:41.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
29722024-10-18T22:21:41.336Z
29732024-10-18T22:21:41.336Zinfo: running `cargo check --bins` on omicron-ls-apis (133/167)
29742024-10-18T22:21:41.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-10-18T22:21:41.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-10-18T22:21:41.986Z Checking cargo-platform v0.1.8
29772024-10-18T22:21:42.241Z Checking cargo_metadata v0.18.1
29782024-10-18T22:21:43.191Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792024-10-18T22:21:43.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
29802024-10-18T22:21:44.046Z
29812024-10-18T22:21:44.046Zinfo: running `cargo check --bins` on mgs-dev (134/167)
29822024-10-18T22:21:44.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-10-18T22:21:44.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-10-18T22:21:44.774Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29852024-10-18T22:21:45.421Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29862024-10-18T22:21:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29872024-10-18T22:21:46.094Z
29882024-10-18T22:21:46.094Zinfo: running `cargo check --bins` on omicron-omdb (135/167)
29892024-10-18T22:21:46.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-10-18T22:21:46.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-10-18T22:21:46.897Z Compiling glob v0.3.1
29922024-10-18T22:21:46.897Z Compiling crunchy v0.2.2
29932024-10-18T22:21:46.899Z Compiling tiny-keccak v2.0.2
29942024-10-18T22:21:46.899Z Compiling dsl_auto_type v0.1.2
29952024-10-18T22:21:46.899Z Checking scheduled-thread-pool v0.2.7
29962024-10-18T22:21:46.899Z Compiling diesel_table_macro_syntax v0.2.0
29972024-10-18T22:21:47.038Z Compiling ascii-canvas v3.0.0
29982024-10-18T22:21:47.050Z Compiling ena v0.14.3
29992024-10-18T22:21:47.230Z Checking r2d2 v0.8.10
30002024-10-18T22:21:47.320Z Compiling libloading v0.8.5
30012024-10-18T22:21:47.463Z Compiling bindgen v0.69.5
30022024-10-18T22:21:47.497Z Compiling diff v0.1.13
30032024-10-18T22:21:47.534Z Compiling regex-syntax v0.6.29
30042024-10-18T22:21:47.596Z Compiling which v4.4.2
30052024-10-18T22:21:47.680Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30062024-10-18T22:21:47.900Z Compiling cexpr v0.6.0
30072024-10-18T22:21:47.918Z Compiling clang-sys v1.8.1
30082024-10-18T22:21:48.140Z Compiling ref-cast v1.0.23
30092024-10-18T22:21:48.189Z Compiling rustc-hash v1.1.0
30102024-10-18T22:21:48.237Z Compiling lazycell v1.3.0
30112024-10-18T22:21:48.339Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30122024-10-18T22:21:48.402Z Compiling derive_builder_core v0.20.2
30132024-10-18T22:21:48.591Z Compiling diesel_derives v2.2.3
30142024-10-18T22:21:48.632Z Compiling libxml v0.3.3
30152024-10-18T22:21:48.775Z Compiling ref-cast-impl v1.0.23
30162024-10-18T22:21:48.996Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30172024-10-18T22:21:49.070Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30182024-10-18T22:21:49.510Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30192024-10-18T22:21:49.658Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30202024-10-18T22:21:49.818Z Compiling strum_macros v0.24.3
30212024-10-18T22:21:50.023Z Compiling indoc v1.0.9
30222024-10-18T22:21:50.798Z Compiling lalrpop v0.19.12
30232024-10-18T22:21:50.998Z Compiling derive_builder_macro v0.20.2
30242024-10-18T22:21:51.926Z Checking derive_builder v0.20.2
30252024-10-18T22:21:51.944Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30262024-10-18T22:21:52.087Z Compiling oso-derive v0.27.3
30272024-10-18T22:21:52.561Z Compiling impl-trait-for-tuples v0.2.2
30282024-10-18T22:21:53.167Z Checking quick-xml v0.33.0
30292024-10-18T22:21:53.295Z Compiling diesel-dtrace v0.3.0
30302024-10-18T22:21:53.421Z Checking maplit v1.0.2
30312024-10-18T22:21:53.573Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30322024-10-18T22:21:53.713Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30332024-10-18T22:21:54.020Z Checking bb8 v0.8.5
30342024-10-18T22:21:54.507Z Compiling const_format_proc_macros v0.2.33
30352024-10-18T22:21:55.275Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30362024-10-18T22:21:55.299Z Checking castaway v0.2.3
30372024-10-18T22:21:55.466Z Checking rand_seeder v0.3.0
30382024-10-18T22:21:55.592Z Checking compact_str v0.8.0
30392024-10-18T22:21:55.676Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30402024-10-18T22:21:55.879Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30412024-10-18T22:21:56.471Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30422024-10-18T22:21:56.746Z Checking const_format v0.2.33
30432024-10-18T22:21:57.152Z Checking unicode-truncate v1.1.0
30442024-10-18T22:21:57.257Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30452024-10-18T22:21:57.388Z Checking lru v0.12.5
30462024-10-18T22:21:57.562Z Compiling instability v0.3.2
30472024-10-18T22:21:57.675Z Checking is_ci v1.2.0
30482024-10-18T22:21:57.810Z Checking cassowary v0.3.0
30492024-10-18T22:21:58.239Z Checking unicode-linebreak v0.1.5
30502024-10-18T22:21:58.273Z Checking smawk v0.3.2
30512024-10-18T22:21:58.487Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30522024-10-18T22:21:58.646Z Checking ratatui v0.28.1
30532024-10-18T22:21:58.664Z Checking textwrap v0.16.1
30542024-10-18T22:21:59.059Z Checking supports-color v3.0.1
30552024-10-18T22:21:59.286Z Checking multimap v0.10.0
30562024-10-18T22:22:01.020Z Checking diesel v2.2.4
30572024-10-18T22:22:19.971Z Compiling samael v0.0.17
30582024-10-18T22:22:34.980Z Compiling polar-core v0.27.3
30592024-10-18T22:22:36.490Z Checking async-bb8-diesel v0.2.1
30602024-10-18T22:22:41.917Z Checking oso v0.27.3
30612024-10-18T22:23:47.040Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30622024-10-18T22:23:52.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
30632024-10-18T22:23:52.754Z
30642024-10-18T22:23:52.754Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (136/167)
30652024-10-18T22:23:53.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-10-18T22:23:53.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-10-18T22:23:53.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-10-18T22:23:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30692024-10-18T22:23:53.474Z
30702024-10-18T22:23:53.474Zinfo: running `cargo check --bins` on nexus-saga-recovery (137/167)
30712024-10-18T22:23:54.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-10-18T22:23:54.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-10-18T22:23:54.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-10-18T22:23:54.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30752024-10-18T22:23:54.183Z
30762024-10-18T22:23:54.183Zinfo: running `cargo check --bins` on nexus-test-utils-macros (138/167)
30772024-10-18T22:23:54.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-10-18T22:23:54.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-10-18T22:23:54.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-10-18T22:23:54.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30812024-10-18T22:23:54.828Z
30822024-10-18T22:23:54.828Zinfo: running `cargo check --bins` on omicron-nexus (139/167)
30832024-10-18T22:23:55.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-10-18T22:23:55.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-10-18T22:23:55.662Z Compiling libz-sys v1.1.20
30862024-10-18T22:23:55.665Z Checking http v0.2.12
30872024-10-18T22:23:55.771Z Compiling libgit2-sys v0.17.0+1.8.1
30882024-10-18T22:23:55.794Z Compiling vergen v8.3.2
30892024-10-18T22:23:55.796Z Compiling cargo-platform v0.1.8
30902024-10-18T22:23:55.796Z Compiling pin-project-internal v1.1.6
30912024-10-18T22:23:55.838Z Compiling libsqlite3-sys v0.30.1
30922024-10-18T22:23:55.838Z Compiling snafu-derive v0.8.5
30932024-10-18T22:23:56.138Z Compiling cargo_metadata v0.18.1
30942024-10-18T22:23:56.348Z Checking sync_wrapper v0.1.2
30952024-10-18T22:23:56.373Z Compiling rustls v0.21.12
30962024-10-18T22:23:56.476Z Compiling buf-list v1.0.3
30972024-10-18T22:23:56.669Z Compiling cfg_aliases v0.2.1
30982024-10-18T22:23:56.786Z Compiling nix v0.29.0
30992024-10-18T22:23:56.828Z Checking globset v0.4.15
31002024-10-18T22:23:57.056Z Checking http-body v0.4.6
31012024-10-18T22:23:57.175Z Checking h2 v0.3.26
31022024-10-18T22:23:57.397Z Checking rustls-webpki v0.101.7
31032024-10-18T22:23:57.452Z Checking olpc-cjson v0.1.4
31042024-10-18T22:23:57.671Z Checking sct v0.7.1
31052024-10-18T22:23:57.701Z Checking serde_plain v1.0.2
31062024-10-18T22:23:57.858Z Checking typed-path v0.7.1
31072024-10-18T22:23:58.620Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31082024-10-18T22:23:58.835Z Checking pin-project v1.1.6
31092024-10-18T22:23:58.918Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31102024-10-18T22:23:58.968Z Checking hashlink v0.9.1
31112024-10-18T22:23:59.219Z Checking parse-size v1.0.0
31122024-10-18T22:23:59.403Z Checking fallible-iterator v0.3.0
31132024-10-18T22:23:59.605Z Checking fallible-streaming-iterator v0.1.9
31142024-10-18T22:23:59.731Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31152024-10-18T22:23:59.840Z Checking rustls-pemfile v1.0.4
31162024-10-18T22:24:00.042Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31172024-10-18T22:24:01.047Z Checking rusqlite v0.32.1
31182024-10-18T22:24:01.049Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31192024-10-18T22:24:01.049Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31202024-10-18T22:24:01.049Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31212024-10-18T22:24:01.049Z Checking twox-hash v1.6.3
31222024-10-18T22:24:01.049Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31232024-10-18T22:24:01.203Z Checking tokio-rustls v0.24.1
31242024-10-18T22:24:01.324Z Checking snafu v0.8.5
31252024-10-18T22:24:01.597Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31262024-10-18T22:24:01.622Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31272024-10-18T22:24:01.779Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31282024-10-18T22:24:01.982Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31292024-10-18T22:24:02.112Z Checking fatfs v0.3.6
31302024-10-18T22:24:02.594Z Checking assert_matches v1.5.0
31312024-10-18T22:24:03.083Z Checking hyper v0.14.30
31322024-10-18T22:24:06.964Z Checking reqwest v0.11.27
31332024-10-18T22:24:07.718Z Checking tough v0.17.1
31342024-10-18T22:24:08.496Z Compiling git2 v0.19.0
31352024-10-18T22:24:10.680Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31362024-10-18T22:24:11.819Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31372024-10-18T22:24:13.348Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31382024-10-18T22:25:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
31392024-10-18T22:25:05.321Z
31402024-10-18T22:25:05.321Zinfo: running `cargo check --bins` on nexus-external-api (140/167)
31412024-10-18T22:25:05.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-10-18T22:25:05.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-10-18T22:25:05.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442024-10-18T22:25:05.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31452024-10-18T22:25:06.042Z
31462024-10-18T22:25:06.042Zinfo: running `cargo check --bins` on openapi-manager-types (141/167)
31472024-10-18T22:25:06.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-10-18T22:25:06.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-10-18T22:25:06.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502024-10-18T22:25:06.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31512024-10-18T22:25:06.680Z
31522024-10-18T22:25:06.680Zinfo: running `cargo check --bins` on nexus-internal-api (142/167)
31532024-10-18T22:25:07.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-10-18T22:25:07.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-10-18T22:25:07.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562024-10-18T22:25:07.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31572024-10-18T22:25:07.364Z
31582024-10-18T22:25:07.364Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (143/167)
31592024-10-18T22:25:07.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602024-10-18T22:25:07.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612024-10-18T22:25:07.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622024-10-18T22:25:07.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31632024-10-18T22:25:08.070Z
31642024-10-18T22:25:08.070Zinfo: running `cargo check --bins` on nexus-networking (144/167)
31652024-10-18T22:25:08.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662024-10-18T22:25:08.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672024-10-18T22:25:08.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682024-10-18T22:25:08.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31692024-10-18T22:25:08.766Z
31702024-10-18T22:25:08.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (145/167)
31712024-10-18T22:25:09.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-10-18T22:25:09.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-10-18T22:25:09.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742024-10-18T22:25:09.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31752024-10-18T22:25:09.471Z
31762024-10-18T22:25:09.471Zinfo: running `cargo check --bins` on update-common (146/167)
31772024-10-18T22:25:10.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782024-10-18T22:25:10.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792024-10-18T22:25:10.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802024-10-18T22:25:10.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31812024-10-18T22:25:10.151Z
31822024-10-18T22:25:10.151Zinfo: running `cargo check --bins` on tufaceous-lib (147/167)
31832024-10-18T22:25:10.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842024-10-18T22:25:10.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852024-10-18T22:25:10.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862024-10-18T22:25:10.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31872024-10-18T22:25:10.832Z
31882024-10-18T22:25:10.832Zinfo: running `cargo check --bins` on tufaceous (148/167)
31892024-10-18T22:25:11.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902024-10-18T22:25:11.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912024-10-18T22:25:11.523Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31922024-10-18T22:25:12.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31932024-10-18T22:25:12.609Z
31942024-10-18T22:25:12.610Zinfo: running `cargo check --bins` on omicron-dev (149/167)
31952024-10-18T22:25:13.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-10-18T22:25:13.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-10-18T22:25:13.482Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31982024-10-18T22:25:13.482Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992024-10-18T22:25:13.485Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32002024-10-18T22:25:14.927Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32012024-10-18T22:25:17.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
32022024-10-18T22:25:17.553Z
32032024-10-18T22:25:17.553Zinfo: running `cargo check --bins` on openapi-manager (150/167)
32042024-10-18T22:25:18.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-10-18T22:25:18.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-10-18T22:25:18.290Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32072024-10-18T22:25:18.294Z Checking heck v0.4.1
32082024-10-18T22:25:18.294Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32092024-10-18T22:25:18.528Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32102024-10-18T22:25:19.860Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32112024-10-18T22:25:20.668Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32122024-10-18T22:25:21.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
32132024-10-18T22:25:21.832Z
32142024-10-18T22:25:21.832Zinfo: running `cargo check --bins` on installinator-api (151/167)
32152024-10-18T22:25:22.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-10-18T22:25:22.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-10-18T22:25:22.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182024-10-18T22:25:22.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32192024-10-18T22:25:22.500Z
32202024-10-18T22:25:22.500Zinfo: running `cargo check --bins` on wicketd-api (152/167)
32212024-10-18T22:25:23.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-10-18T22:25:23.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-10-18T22:25:23.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242024-10-18T22:25:23.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32252024-10-18T22:25:23.190Z
32262024-10-18T22:25:23.190Zinfo: running `cargo check --bins` on reconfigurator-cli (153/167)
32272024-10-18T22:25:23.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-10-18T22:25:23.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-10-18T22:25:23.896Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302024-10-18T22:25:25.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
32312024-10-18T22:25:25.193Z
32322024-10-18T22:25:25.193Zinfo: running `cargo check --bins` on omicron-releng (154/167)
32332024-10-18T22:25:25.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-10-18T22:25:25.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-10-18T22:25:25.895Z Checking memmap2 v0.9.5
32362024-10-18T22:25:25.896Z Checking arrayref v0.3.9
32372024-10-18T22:25:25.898Z Checking arrayvec v0.7.6
32382024-10-18T22:25:25.898Z Checking spin v0.5.2
32392024-10-18T22:25:25.898Z Checking constant_time_eq v0.3.1
32402024-10-18T22:25:25.898Z Checking untrusted v0.7.1
32412024-10-18T22:25:25.898Z Checking topological-sort v0.2.2
32422024-10-18T22:25:25.995Z Checking shell-words v1.1.0
32432024-10-18T22:25:26.244Z Checking ring v0.16.20
32442024-10-18T22:25:26.288Z Checking blake3 v1.5.4
32452024-10-18T22:25:27.404Z Checking omicron-zone-package v0.11.1
32462024-10-18T22:25:28.470Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32472024-10-18T22:25:29.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
32482024-10-18T22:25:29.495Z
32492024-10-18T22:25:29.495Zinfo: running `cargo check --bins` on xtask (155/167)
32502024-10-18T22:25:29.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-10-18T22:25:29.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-10-18T22:25:29.981Z Checking bitflags v2.6.0
32532024-10-18T22:25:29.983Z Checking serde v1.0.210
32542024-10-18T22:25:29.983Z Checking thiserror v1.0.64
32552024-10-18T22:25:30.069Z Checking scroll v0.12.0
32562024-10-18T22:25:30.078Z Checking hashbrown v0.15.0
32572024-10-18T22:25:30.081Z Checking log v0.4.22
32582024-10-18T22:25:30.097Z Checking zerocopy v0.7.35
32592024-10-18T22:25:30.111Z Checking syn v2.0.79
32602024-10-18T22:25:30.161Z Checking pest v2.7.14
32612024-10-18T22:25:30.286Z Checking rustix v0.38.37
32622024-10-18T22:25:30.335Z Checking once_cell v1.20.2
32632024-10-18T22:25:30.514Z Checking goblin v0.8.2
32642024-10-18T22:25:30.646Z Checking fs-err v2.11.0
32652024-10-18T22:25:30.943Z Checking tabled v0.15.0
32662024-10-18T22:25:31.128Z Checking indexmap v2.6.0
32672024-10-18T22:25:31.444Z Checking anyhow v1.0.89
32682024-10-18T22:25:32.308Z Checking terminal_size v0.4.0
32692024-10-18T22:25:32.308Z Checking tempfile v3.13.0
32702024-10-18T22:25:32.463Z Checking clap_builder v4.5.20
32712024-10-18T22:25:32.604Z Checking dtrace-parser v0.2.0
32722024-10-18T22:25:34.293Z Checking serde_json v1.0.128
32732024-10-18T22:25:34.293Z Checking toml_datetime v0.6.8
32742024-10-18T22:25:34.296Z Checking serde_spanned v0.6.8
32752024-10-18T22:25:34.296Z Checking camino v1.1.9
32762024-10-18T22:25:34.296Z Checking semver v1.0.23
32772024-10-18T22:25:34.296Z Checking cargo-platform v0.1.8
32782024-10-18T22:25:34.484Z Checking macaddr v1.0.1
32792024-10-18T22:25:34.513Z Checking clap v4.5.20
32802024-10-18T22:25:34.603Z Checking toml_edit v0.22.22
32812024-10-18T22:25:34.818Z Checking camino-tempfile v1.1.1
32822024-10-18T22:25:35.404Z Checking dof v0.3.0
32832024-10-18T22:25:35.404Z Checking cargo_metadata v0.18.1
32842024-10-18T22:25:35.800Z Checking usdt-impl v0.5.0
32852024-10-18T22:25:36.174Z Checking usdt v0.5.0
32862024-10-18T22:25:36.357Z Checking toml v0.8.19
32872024-10-18T22:25:37.011Z Checking cargo_toml v0.20.5
32882024-10-18T22:25:38.014Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32892024-10-18T22:25:38.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
32902024-10-18T22:25:38.716Z
32912024-10-18T22:25:38.716Zinfo: running `cargo check --bins` on end-to-end-tests (156/167)
32922024-10-18T22:25:39.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-10-18T22:25:39.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-10-18T22:25:39.500Z Checking polyval v0.6.2
32952024-10-18T22:25:39.606Z Checking ctr v0.9.2
32962024-10-18T22:25:39.617Z Checking ssh-encoding v0.2.0
32972024-10-18T22:25:39.619Z Checking blowfish v0.9.1
32982024-10-18T22:25:39.638Z Checking password-hash v0.4.2
32992024-10-18T22:25:39.641Z Checking matches v0.1.10
33002024-10-18T22:25:39.671Z Checking p256 v0.13.2
33012024-10-18T22:25:39.671Z Checking p521 v0.13.3
33022024-10-18T22:25:39.749Z Checking idna v0.2.3
33032024-10-18T22:25:39.816Z Checking ghash v0.5.1
33042024-10-18T22:25:39.860Z Checking bcrypt-pbkdf v0.10.0
33052024-10-18T22:25:39.863Z Compiling enum-as-inner v0.5.1
33062024-10-18T22:25:39.906Z Checking russh-cryptovec v0.7.3
33072024-10-18T22:25:40.010Z Checking aes-gcm v0.10.3
33082024-10-18T22:25:40.030Z Checking pbkdf2 v0.11.0
33092024-10-18T22:25:40.111Z Checking md5 v0.7.0
33102024-10-18T22:25:40.132Z Checking num-bigint v0.4.6
33112024-10-18T22:25:40.149Z Checking des v0.8.1
33122024-10-18T22:25:40.238Z Checking ssh-cipher v0.2.0
33132024-10-18T22:25:40.303Z Compiling dhcproto-macros v0.1.0
33142024-10-18T22:25:40.385Z Checking hex-literal v0.4.1
33152024-10-18T22:25:40.416Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33162024-10-18T22:25:40.514Z Checking ssh-key v0.6.6
33172024-10-18T22:25:40.530Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33182024-10-18T22:25:40.566Z Checking internet-checksum v0.2.1
33192024-10-18T22:25:40.921Z Checking trust-dns-proto v0.22.0
33202024-10-18T22:25:41.845Z Checking russh-keys v0.45.0
33212024-10-18T22:25:42.744Z Checking russh v0.45.0
33222024-10-18T22:25:43.421Z Checking dhcproto v0.12.0
33232024-10-18T22:26:00.108Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33242024-10-18T22:26:01.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.70s
33252024-10-18T22:26:01.612Z
33262024-10-18T22:26:01.612Zinfo: running `cargo check --bins` on gateway-cli (157/167)
33272024-10-18T22:26:02.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-10-18T22:26:02.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-10-18T22:26:02.286Z Checking termios v0.3.3
33302024-10-18T22:26:02.497Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33312024-10-18T22:26:03.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
33322024-10-18T22:26:03.399Z
33332024-10-18T22:26:03.400Zinfo: running `cargo check --bins --no-default-features` on installinator (158/167)
33342024-10-18T22:26:04.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-10-18T22:26:04.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-10-18T22:26:04.128Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33372024-10-18T22:26:06.077Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33382024-10-18T22:26:07.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
33392024-10-18T22:26:07.992Z
33402024-10-18T22:26:07.992Zinfo: running `cargo check --bins` on internal-dns-cli (159/167)
33412024-10-18T22:26:08.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-10-18T22:26:08.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-10-18T22:26:08.758Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33442024-10-18T22:26:09.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33452024-10-18T22:26:09.277Z
33462024-10-18T22:26:09.277Zinfo: running `cargo check --bins` on omicron-live-tests (160/167)
33472024-10-18T22:26:09.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-10-18T22:26:09.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-10-18T22:26:09.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502024-10-18T22:26:09.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33512024-10-18T22:26:09.921Z
33522024-10-18T22:26:09.921Zinfo: running `cargo check --bins` on live-tests-macros (161/167)
33532024-10-18T22:26:10.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-10-18T22:26:10.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-10-18T22:26:10.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562024-10-18T22:26:10.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33572024-10-18T22:26:10.574Z
33582024-10-18T22:26:10.574Zinfo: running `cargo check --bins` on omicron-package (162/167)
33592024-10-18T22:26:11.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-10-18T22:26:11.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-10-18T22:26:11.271Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33622024-10-18T22:26:12.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
33632024-10-18T22:26:12.657Z
33642024-10-18T22:26:12.657Zinfo: running `cargo check --bins` on wicket-dbg (163/167)
33652024-10-18T22:26:13.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-10-18T22:26:13.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-10-18T22:26:13.385Z Checking rtoolbox v0.0.2
33682024-10-18T22:26:13.388Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33692024-10-18T22:26:13.388Z Checking tui-tree-widget v0.22.0
33702024-10-18T22:26:13.607Z Checking rpassword v7.3.1
33712024-10-18T22:26:17.561Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33722024-10-18T22:26:20.447Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33732024-10-18T22:26:21.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s
33742024-10-18T22:26:21.768Z
33752024-10-18T22:26:21.768Zinfo: running `cargo check --bins` on wicket (164/167)
33762024-10-18T22:26:22.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-10-18T22:26:22.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-10-18T22:26:22.491Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33792024-10-18T22:26:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33802024-10-18T22:26:23.060Z
33812024-10-18T22:26:23.060Zinfo: running `cargo check --bins` on wicketd (165/167)
33822024-10-18T22:26:23.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-10-18T22:26:23.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-10-18T22:26:23.800Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33852024-10-18T22:26:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
33862024-10-18T22:26:27.772Z
33872024-10-18T22:26:27.772Zinfo: running `cargo check --bins` on omicron-workspace-hack (166/167)
33882024-10-18T22:26:28.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-10-18T22:26:28.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-10-18T22:26:28.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-10-18T22:26:28.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33922024-10-18T22:26:28.417Z
33932024-10-18T22:26:28.417Zinfo: running `cargo check --bins` on zone-setup (167/167)
33942024-10-18T22:26:29.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-10-18T22:26:29.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-10-18T22:26:29.177Z Checking uzers v0.11.3
33972024-10-18T22:26:29.482Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33982024-10-18T22:26:30.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
33992024-10-18T22:26:30.733Z
34002024-10-18T22:26:30.733Zreal 11:42.684733993
34012024-10-18T22:26:30.733Zuser 23:44.631276270
34022024-10-18T22:26:30.733Zsys 5:09.074053070
34032024-10-18T22:26:30.733Ztrap 0.471252030
34042024-10-18T22:26:30.733Ztflt 3.366837227
34052024-10-18T22:26:30.737Zdflt 2.430984576
34062024-10-18T22:26:30.737Zkflt 0.003503030
34072024-10-18T22:26:30.737Zlock 42:25.860673854
34082024-10-18T22:26:30.737Zslp 1:57:44.353525777
34092024-10-18T22:26:30.737Zlat 56.458402274
34102024-10-18T22:26:30.737Zstop 2:59.797154607
34112024-10-18T22:26:30.737Zprocess exited: duration 950896 ms, exit code 0
 
34122024-10-18T22:26:30.743Zfound 0 output files